@charset "utf-8";

/*---------------------------------------------------------------------------------------------
-------------------------------------- page_price -------------------------------------------
-----------------------------------------------------------------------------------------------*/

#option {
	margin: 0 auto;
	padding: 35px 0 0;
	width: 950px;
	font-size: 20px;
	line-height: 175%;
	text-align: center;
}
#option .menu_list {
	padding: 0 0 50px;
}
#option .menu_list li {
	float: left;
	margin-right: 25px;
	width: 300px;
}
#option .menu_list li:last-of-type {
	margin-right: 0;
}

/*----Maincolumn---*/

#maincolumn {
	font-size: 13px;
	line-height: 170%;
}
#maincolumn table,
#maincolumn table th,
#maincolumn table td {
	border:0;
	border-collapse:collapse;
}
#maincolumn table {
	margin:0 0 20px;
	width:100%;
}
#maincolumn table.type1 th,
#maincolumn table.type1 td {
	width:33.333%;
}
#maincolumn table.type2 th,
#maincolumn table.type2 td {
	width:25%;
}
#maincolumn table.type3 th,
#maincolumn table.type3 td {
	width:50%;
}
#maincolumn table th,
#maincolumn table td {
	padding:9px 15px;
	text-align: left;
}
#maincolumn table th {
	background: url(../images/price/bg.jpg) repeat;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-top: 1px solid #EF8B3E;
	border-left: 1px solid #EF8B3E;
}
#maincolumn table th span {
	font-size: 16px;
}
#maincolumn table td span {
	font-size: 15px;
}
#maincolumn table th.bd-right {
	border-right: 1px solid #FFFFFF;
}
#maincolumn table td {
	background: #fff;
	font-size: 18px;
	border: 1px solid #C8C8C8;
}
#maincolumn table td.tar {
	text-align: right;
}
#maincolumn .btn_contact {
	margin-bottom: 55px;
	text-align: center;
}
@media screen and (max-width:640px) {
	div#main_area {
		width: 100%;
		box-sizing: border-box;
	}
	#contents div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 10px 2% !important;
		height: auto;
	}
	#contents div div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 10px 0 !important;
	}
	#option .menu_list li {
		width: 100%;
		margin:10px 0;
		text-align: center;
	}
}