@charset "utf-8";

/* ===================================================================
機材詳細ページ　主な価格＆カートボタン
=================================================================== */ 
#priceInfoWrapper {
	float: right;
	width: 242px;
	display: inline;
	overflow: hidden;
	padding: 0px 5px 20px;
	margin-top: 5px;
}
*   html  #priceInfoWrapper  {
	height: 1%;
	display: block;
	width: 238px;
}
#priceBody  {
	margin-bottom: 0px;
	display: block;
	padding: 0px 0px 20px;
	float: left;
	width: 242px;
}
*   html   #priceBody    {	height: 1%;}
#mainPriceTB  {
	width: 240px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	border: 1px solid #333;
	float: left;
	border-collapse: collapse;
	background: #FFF;
}
#mainPriceTB   td {
	vertical-align: middle;
	padding: 6px 5px;
}

#mainPriceTB   td:not(:target) {
font-size: 1.1em; /* IE9 */
}


#mainPriceTB td.day {
	width: 50%;
	font-weight: normal;
	text-align: left;
}
.dottedLine     {	background: url(../images/common/dot.png) no-repeat center bottom;}
#priceInfoWrapper     p {
	width: 236px;
	float: left;
}
#priceInfoWrapper p.specBG {
	background: #F5F5F5;
	display: inline;
	border-left: 10px solid #CCC;
	width: 225px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 4px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#priceInfoWrapper #iconLogoWrapper {
	float: left;
	width: 226px;
	text-align: left;
	margin-top: 5px;
	padding-bottom: 30px;
}
#priceInfoWrapper  #iconLogoWrapper img {
	margin-right: 5px;
	margin-bottom: 5px;
}
/*#priceInfoWrapper > #iconLogoWrapper > img + img + img + img {
	margin-right: 0px !important;
	padding-left: 0px !important;
}
#priceInfoWrapper > #iconLogoWrapper > img + img + img + img + img {
	margin-right: 5px;
}*/
#cartIn {
	overflow: hidden;
	text-align: left;
	width: 235px;
	float: left;
	margin-top: 10px;
	display: inline;
	padding-left: 7px;
	padding-top: 10px;
	background: url(../images/category/cartInBg.gif) no-repeat left top;
	height: 60px;
}
p.cartCalP {
	font-size: 0.94em;
	color: #FF3300;
}
