﻿@charset "utf-8";

/* ===================================================================
　ヘッダー
=================================================================== */
header{
	margin-top:0.6rem;
	margin-bottom:1.0rem;
}
header img{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	height:auto;
}

/* ===================================================================
　本日の相場
=================================================================== */

#souba_box{}

/*地金相場ポータルサイト：リンクボタン*/
.banner_link{
	margin-top:15px;
 	margin-bottom:70px;
}
.banner_link a{
	display:block;
}
.banner_link img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* タイトル
----------------------------------------------------------- */
#souba_box h1{
	font-size:2.3rem;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	padding:1.0rem;
	font-weight: normal;
}
#souba_box h1 strong{
	font-weight:bold;
}

/* 日付
----------------------------------------------------------- */
#souba_box p{
	font-size:1.2rem;
	text-align:center;
	background-color:#FFDD00;
	color: #000000;
	padding:0.8rem;
	margin-bottom:2.0rem;
}
#souba_box p strong{
	font-size:1.6rem;
	font-weight:bold;
}

/* 価格表
----------------------------------------------------------- */
/*元素名*/
#souba_box h2{
	box-sizing:border-box;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	font-size:3.0rem;
	display:block;
	text-align:left;
	padding:0.2rem;
	font-weight:bold;
}
#souba_box h2.au{ color:#cba700; }
#souba_box h2.pt{ color:#b4b4b4; font-size:2.4rem; }
#souba_box h2.pd{ color:#8c8c8c; font-size:2.4rem; }
#souba_box h2.ag{ color:#787878; }
#souba_box h2 span.en{
	color:#c8c8c8;
	font-size:1.2rem;
	font-weight:normal;
	line-height: 3.2rem;
	vertical-align:middle;
	padding-left:0.6rem;
}
#souba_box h2 span.difference{
	font-size:1.4rem;
	line-height:3.0rem;
	float:right;
	text-align:right;
	color:#5a5a5a;
	vertical-align:bottom;
	font-weight:normal;
}
#souba_box h2 span.difference strong{
	font-weight:bold;
}

/*表*/
#souba_box table{
	box-sizing:border-box;
	width:94%;
	margin-left:3%;
	margin-right:3%;
    border: solid 1px #b4b4b4;
    border-collapse: collapse;
	clear:both;
	margin-bottom:0.5rem;
}

#souba_box table + table {
	margin-bottom:2.0rem;
}
#souba_box table th {
	padding:0.6rem;
    vertical-align: middle;
    width: 50%;
    text-align: center;
	border: solid 1px #b4b4b4;
	border-collapse: collapse;
    color: #282828;
    font-size: 1.8rem;
	font-weight:normal;
}
#souba_box table th strong{
	font-weight:bold;
}
#souba_box table th span{
    font-size: 1.4rem;
    color: #787878;
}
#souba_box table th.small{
	padding:0.4rem;
    font-size: 1.4rem;
    color: #5a5a5a;
	background-color:#e1e1e1;
}
#souba_box table td {
	padding:1.0rem;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    border: solid 1px #b4b4b4;
	border-collapse: collapse;
    color: #282828;
    font-size: 1.8rem;
}
#souba_box table td strong{
	font-weight:bold;
    font-size: 2.6rem;
}
#souba_box table td span{
    font-size: 1.6rem;
    color: #787878;
}
#souba_box table td.small{
	padding:0.4rem;
    font-size: 1.4rem;
    color: #5a5a5a;
	background-color:#e1e1e1;
}


/*小売価格：背景色*/
#souba_box table th{
	background-color:#e9efff;
}
#souba_box table td{
	background-color:#e9efff;
}
/*買取価格：背景色*/
#souba_box table + table th{
	background-color:#ffe9e9;
}
#souba_box table + table td{
	background-color:#ffe9e9;
}



/* 価格表：説明文
----------------------------------------------------------- */
#souba_box ul{
	list-style-type:none;
	margin-left:2.0rem;
	margin-right:2.0rem;
	margin-bottom:6.0rem;
}
#souba_box li{
	font-size:1.4rem;
	line-height: 2.0rem;
	margin-bottom:1.2rem;
	list-style:disc;
	margin-left:1.0rem;
}
#souba_box li span{
	color:#CC0003;
	font-weight:bold;
}




/* ===================================================================
　ボタン
=================================================================== */
nav{}


/* ===================================================================
　歯科用貴金属合金の価格動向
=================================================================== */
#alloy_box{}

/* タイトル
----------------------------------------------------------- */
#alloy_box h1{
	font-size:2.2rem;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	padding:1.0rem;
	font-weight: normal;
}
#alloy_box h1 strong{
	font-weight:bold;
}
#alloy_box h2{
	font-size:1.8rem;
	text-align:left;
	background-color:#FFDD00;
	color: #000000;
	padding:0.8rem;
	margin-bottom:2.0rem;
}

/* 表：最近の地金相場動向による価格の方向性
----------------------------------------------------------- */
#alloy_box table.direction{
	box-sizing:border-box;
	width:94%;
	margin-left:3%;
	margin-right:3%;
    border: solid 1px #b4b4b4;
    border-collapse: collapse;
	clear:both;
	margin-bottom:6.0rem;
}
/*見出し*/
#alloy_box table.direction thead td{
	font-weight:bold;
	background-color:#434343;
	color:#FFFFFF;
	width:25%;
    font-size: 1.5rem;
	line-height:1.4rem;
}
#alloy_box table.direction td {
	padding:0.8rem;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #b4b4b4;
	border-collapse: collapse;
    color: #282828;
    font-size: 1.6rem;
	line-height:1.8rem;
}
#alloy_box table.direction tr td.seihin{
	font-weight:bold;
	text-align: left;
}
/*表：セル奇数列背景色*/
#alloy_box table.direction tr:nth-child(4n + 1), #alloy_box table.direction tr:nth-child(4n + 2){
	background-color: #FFFAEA;
}
/*表：セル偶数列背景色*/
#alloy_box table.direction tr:nth-child(4n + 3), #alloy_box table.direction tr:nth-child(4n + 4){
	background-color: #F7F7F7;
}
#alloy_box p.description{
    font-size: 1.6rem;
    line-height: 2.6rem;
	margin-left:3%;
	margin-right:3%;
	margin-top:0.8rem;
    margin-bottom: 3.0rem;
}



/* グラフ：歯科用貴金属合金の価格改正履歴
----------------------------------------------------------- */
/*セレクト*/
.alloy_type_box{
	font-size:0;
	background-color:#FFDD00;
	padding:1.0rem;
	margin-bottom:2.0rem;
/*	font-size:0;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:2.0rem;
	margin-top:3.0rem;
	background-color:#FBC3C4;*/
}
.alloy_type_box p{
	display:inline-block;
	margin:0;
	padding:0;
	width:20%;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.alloy_type_box select{
	display:inline-block;
	width:70%;
	font-size:1.7rem;
	padding:0.6rem;
	vertical-align:middle;
}



/*グラフ*/
.alloy_graph_box{
	box-sizing:border-box;
	width:94%;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:4.0rem;
	text-align:center;
}



/* 表：歯科用貴金属合金の価格改正履歴
----------------------------------------------------------- */
#alloy_box table.facter{
	box-sizing:border-box;
	width:94%;
	margin-left:3%;
	margin-right:3%;
    border: solid 1px #b4b4b4;
    border-collapse: collapse;
	clear:both;
	margin-bottom:2.0rem;
}
/*見出し*/
#alloy_box table.facter thead td{
	font-weight:bold;
	background-color:#434343;
	color:#FFFFFF;
	width:25%;
    font-size: 1.5rem;
	line-height:2.2rem;
}
#alloy_box table.facter td {
	padding:1.0rem;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #b4b4b4;
	border-collapse: collapse;
    color: #282828;
    font-size: 2.8rem;
	line-height:1.8rem;
}
#alloy_box table.facter tr td:nth-child(1){
	font-weight:bold;
    font-size: 1.4rem;
}
/*表：セル奇数列背景色*/
#alloy_box table.facter tr:nth-child(even){
	background-color: #FFFAEA;
}
/*表：セル偶数列背景色*/
#alloy_box table.facter tr:nth-child(odd){
	background-color: #F7F7F7;
}
/*説明文*/
#alloy_box ul{
	list-style-type:none;
	margin-left:2.0rem;
	margin-right:2.0rem;
	margin-bottom:6.0rem;
}
#alloy_box li{
	font-size:1.4rem;
	line-height: 2.0rem;
	margin-bottom:1.2rem;
	list-style:disc;
	margin-left:1.0rem;
}



/* ===================================================================
　地金相場の推移
=================================================================== */
#metal_box{}

/* タイトル
----------------------------------------------------------- */
#metal_box h1{
	font-size:2.3rem;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	padding:1.0rem;
	font-weight:normal;
}
#metal_box h1 strong{
	font-weight:bold;
}


/* 期間切り替え
----------------------------------------------------------- */
.metal_box_nav{
	background-color:#FFDD00;
	display:flex;
	justify-content: center;
}
.metal_box_nav p{
	padding:2.0rem;
	font-size:1.6rem;
	cursor:  pointer;
}
.metal_box_nav p:hover{
	background-color:#FFFFFF;
	color:#000000;
	font-weight: normal;
}


.metal_box_nav p.metal_box_nav_on{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
}


/* グラフ表示
----------------------------------------------------------- */
/*価格・日付*/
.pricediv{
	width:100%;
	margin-bottom:1.0rem;
}

.pricediv p.date{
	font-size:1.4rem;
	font-weight: bold;
	padding:0.8rem;
	border-bottom:#ABABAB dotted 1px;
	margin-bottom:1.0rem;
	}

.pricediv p{
	font-size:2.8rem;
	font-weight:bold;
	vertical-align:middle;
	width:100%;
}
.pricediv p span{
	font-size:1.3rem;
	font-weight: normal;
	display:inline-block;
	padding:0.6rem;
	margin-left:1.2rem;
	background-color: #F0F0F0;
	vertical-align:middle;
}


/*グラフ本体*/
.metal_box_graph{
	box-sizing:border-box;
	width:94%;
	/*margin-left:3%;*/
	margin-right:3%;
	margin-top:2.0rem;
	margin-bottom:4.0rem;
}




/*解説*/
#metal_box h2{
	font-size:1.8rem;
	text-align:left;
	background-color:#FFDD00;
	color: #000000;
	padding:0.8rem;
	margin-bottom:1.0rem;
	margin-top:2.0rem;
}



#metal_box p.note{
    font-size: 1.6rem;
    line-height: 2.6rem;
	margin-left:3%;
	margin-right:3%;
	margin-top:0.8rem;
    margin-bottom: 4.0rem;
}






p.page_top{
	text-align:center;
	margin-top:6.0rem;
	margin-bottom:4.0rem;
}

p.page_top a{
	background-color:#2D60D7;
	color:#FFFFFF;
	text-decoration:none;
	padding:1.4rem;
	border-radius:25px;
	font-size:1.6rem;
}

p.page_top a:hover{
	background-color: #3887D0;
	}




/* ===================================================================
　footer
=================================================================== */
footer{
	background-color:#000000;
	margin-top:2.0rem;
}
footer p{
	color:#FFFFFF;
	padding:0.8rem;
	margin:0;
	text-align:center;
	font-size:1.0rem;	
}


.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

/*サイドメニュー　本日の相場価格表*/
.souba_price_box{
	box-sizing:border-box;
	background-image:url(../img/0_souba_bg.png);
	background-repeat:no-repeat;
	width:185px;
	height:134px;
	padding-top:37px;
	cursor: pointer;
	margin-bottom:6px;
}


/*リンク*/
.souba_price_box a{
	text-decoration:none;
	color:inherit;
	width: 100%;
}
.souba_price_box a:hover{
	text-decoration:none;
	color:inherit;
}
.souba_price_box p{

}


/*金*/
.souba_price_box p.au{
	width:145px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	padding:6px;
	margin-bottom:6px;
	text-align:right;
	font-weight:bold;
	color:#8c5c29;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}
.souba_price_box p.au span{
	float:left;
}
.souba_price_box p.au strong{
	float:right;
	color:#000000;
}


/*プラチナ*/
.souba_price_box p.pt{
	width:145px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	padding:6px;
	margin-bottom:2px;
	text-align:left;
	font-weight:bold;
	color:#8c5c29;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}
.souba_price_box p.pt span{
	float:left;
}
.souba_price_box p.pt strong{
	float:right;
	color:#000000;
}


/*税込み価格*/
.souba_price_box p.note{
	width:165px;
	margin:0;
	padding:0;
	text-align:right;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}

