@charset "utf-8";



@import url("common.css");









/* info

----------------------------------------------------*/

.info2colBox {

	margin: 20px 0 10px 0;

}



.info2colBox div.infoBox {

	margin: 0 0 30px 0;

	padding-left: 12px;

	background: url(../images/common/bg_infobox.gif) repeat-y left top;

}



.floatL {

	margin: 0 30px 0 0;

	float: left;

}



.floatR {

	width: 277px;

	margin: 0;

	float: right;

}









/* table

----------------------------------------------------*/

table.ibpriceTable {

	width: 650px;

	margin-bottom: 8px;

	color: #666;

}



table.ibpriceTable th {

	width: 50%;

	background-color: #FFFFB9;

	text-align: center;

}



table.ibpriceTable td {

	vertical-align: top;

	padding: 7px;

}





/* オプション */

.optionWrapper{

	margin-top: 20px;

	overflow: hidden;

	display: block;

}

.optionLeft{

	float: left;

	width: 350px;

}

.optionRight{

	float: right;

	width: 300px;

}





