@charset "utf-8";

/**********************************
 * 第2階層ページ固有スタイル
 **********************************/

.secondContents{
	padding:0 24px 20px 22px;
}

.productPhoto{
	text-align:center;
}

.productPhotoCaption{
	margin-top:20px;
	margin-left:9px;
	margin-bottom:10px;
	color:#cc0000;
	font-size:12pt;
	font-weight:bold;
	line-height:1.6em;
}

.wideVoiceButton{
	text-align:center;
	margin:5px 0 10px;
}

.productInfoSection{
	font-size:10pt;
	width:527px;
	height:45px;
	font-weight:bold;
	background-color:#F8F8F8;
}

.productInfoSection td{
	font-size:10pt;
	padding:0 10px;
}

.productNumberSection{
	text-align:left;
	width:90px;
}

.productPriceSection{
	text-align:left;
	width:125px;
}

.inCartButton img{
	margin-bottom:4px;
}

#preButtonsSection{
	margin-right:2px;
	margin-bottom:2px;
	text-align:right;
}

.productDetailSection li{
	padding-top:30px;
}

.secondTitleSection{
	margin-bottom:10px;
	color:#ff6600;
	font-size:13pt;
	font-weight:bold;
}

.secondTitleSectionQA{
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:10px;
	color:#009933;
	font-size:12pt;
	line-height: 140%;
	border-width: 2px;
	border-color: #93FF93;
	border-style: dashed;
}

.secondTitleSectionQA2{
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:10px;
	color:#CC0000;
	font-size:12pt;
	line-height: 140%;
	border-width: 2px;
	border-color: #ff9999;
	border-style: dashed;

}

.howToGivePhotoArea{
	float:left;
	width:241px;
}

.howToGivePhotoCaption{
	height:79px;
}

.nextHowToGivePhotoArea{
	float:right;
	width:274px;
	line-height:16px;
}

.elementTable{
	font-size:8pt;
	width:527px;
	margin-top:10px;
	background-color:#f8f8f8;
}

.elementTable td{
	font-size:8pt;
	padding:10px;
	border:1px solid #dddddd;
}


.elementTableTitle{
	font-size:8pt;
	text-align:center;
}

.volumeTableTitle{
	margin-bottom:5px;
	font-weight:bold;
}

.volumeTable{
	border:1px solid #dddddd;
	background-color:#f8f8f8;
}

.volumeTable td{
	padding:5px 10px;
}

#customerVoice li{
	padding-top:0;
	padding-bottom:30px;
}

.customerNameSection{
	margin-top:10px;
	font-weight:bold;
}

.orangeman{
	padding-top:15px;
	background:165px 0 no-repeat url(../../img/icons/orangeman.gif);
}


.secondIntroBox{
	vertical-align: bottom;
}

