/*カスタムオーダー*/
#main h1.title {
	font-size: 12px;
	color: #666;
	padding: 10px 0;
}
#main h1.title  strong{
	font-size: 30px;
	line-height: 1.2;
	color: #333;
	display: block;
	margin-top: 5px;
}

#main .custom_navi {
	margin-bottom:25px;
}

#main .custom_navi .title {
	background-image:url(/dev/custom/img/navi_title_bg.gif);
	background-repeat: repeat-x;
}


#main .custom_navi .custom_btn {
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	background-color:#f8f7f6;
	text-align:center;
	vertical-align:middle;
}

#main .custom_navi .info {
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	background-color:#f8f7f6;
	padding-bottom:10px;
	text-align:left;
	width:231px;
}

.custom_info {
	background-color:#CCC;
	padding:5px;
	text-align:center;
}

.custom_info div {
	background-color:#FFF;
	border:solid 1px #999;
	padding:10px;
}

.custom_info div .tf {
	margin-right:10px;
}




/*
	価格表
*/

.caption {
	margin: 10px 0 0 ;
	text-align: right;
}

.tableMemo {
	text-align: right;
	margin: -5px 0 10px;
}


.priceTable {
	margin: 0 auto;
	font-size:12px;
	border-collapse: collapse;
}

.priceTable caption {
	margin: 10px 0 5px;
}
.priceTable caption:before,
.priceTable caption:after { content:""; display:table; }
.priceTable caption:after { clear:both; }
.priceTable caption { zoom:1; }


.priceTable caption strong {
	font-size: 14px;
	font-weight: bold;
}

.priceTable caption span.right {
	float: right;
}

.priceTable th,
.priceTable td{
	padding:5px;
	border: 1px solid #999;
	text-align:center;
	font-weight: normal;
}

.priceTable .thead th,
.priceTable thead th{
	color: #FFF;
	background-color:#039;
}

.priceTable .thead th.body,
.priceTable thead th.body{
	color: #333;
	background-color:#ccc;
}

.priceTable .tbody th,
.priceTable tbody th{
	color: #333;
	background-color:#ccc;
}




.optionMemo {
	font-size: 10px;
}
