@charset "utf-8";
/* CSS Document */
/* パーツ詳細 */
#parts_data {
	clear:left;
	padding:0px 0 25px 0;
	float:left;
}
#buy{
	float:right;
}
#parts_data table {
	width:600px;
}
#parts_data table th {
	background-color:#ffa200;
	width:149px;
	height:41px;
	box-sizing:border-box;
	padding:0 0 0 55px;
	font-size:15px;
	line-height:41px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
#parts_data table td {
	 background-color:#d9d9d9;
	 border-bottom:1px solid #fff;
	 padding:0 0 0 15px;
	 font-size:15px;
	 line-height:41px;
}
#th01 {
	background-image:url(../images/detail/table01.png);
	background-repeat:no-repeat;
	background-position:16px 11px;
}
#th02 {
	background-image:url(../images/detail/table02.png);
	background-repeat:no-repeat;
	background-position:16px 11px;
}
#th03 {
	background-image:url(../images/detail/table03.png);
	background-repeat:no-repeat;
	background-position:16px 7px;
}
.sab_top div{ background-color: #000; text-align: center; padding: 20px 0;}
/* オンラインショップ */
#shop_link {
	height:240px;
	padding:25px 0 0 35px;
	box-sizing:border-box;
	margin:25px auto 0;
	background-image:url(../images/detail/shop.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#shop_link h3 {
	font-size:24px;
	color:#cf8503;
	margin:0 auto 15px;
}
#shop_link p {
	margin:20px 0 0;
	color:#ffffff;
}	