@charset "utf-8";/* -- 特定商CSS -- */
#main-image .cont-area{ background: url(../images/main-image/tokutei-bg.png) right bottom no-repeat; }

table.tokutei{
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
table.tokutei th, table.tokutei td{
	padding: 8px 10px 6px;
	border: 1px solid #c6c9cd;
}
table.tokutei th{
	width: 270px;
	vertical-align: top;
	background-color: #e8ebee;
}

/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:769px){
table.tokutei th, table.tokutei td{
	display: block;
	width: 96%;
	padding: 8px 2% 6px;
}
}
