@charset "utf-8";

.select_area {
	width:100%;
	position: relative;
	margin:2em 0 3em;
}

.select_area:before {
	content:"";
	width:100%;
	border-bottom:solid 2px #CCC;
	position: absolute;
	bottom:0;
	z-index: -1;
}

.select_area ul {
	text-align: center;
	width:100%;
	margin:0 auto;
	padding:0;
}

.select_area ul li {
	display: inline-block;
	width:48%;
	margin:0 0.5%;
	font-size:1.2em;
}

.select_area ul li a {
	display: block;
	height:3em;
	padding:0.8em 0 1em;
	box-sizing: border-box;
	background: #F5F5F5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color:#222;
	background: #F7CB00;
}

.select_area ul li h2 {
	border: solid 2px #CCC;
	background:none;
	margin:0;
	position: relative;
	height: 1.4em;
    padding: 0.8em 0;
    font-size: 1.0em;
}

.select_area ul li h2:after {
	content:"";
	width:100%;
	border-bottom:solid 4px #FFF;
	position: absolute;
	left:0;
	bottom:-3px;
	z-index: 1;
}

#main_contents h3 {
	margin-top:3em;
}

main .table_wrapper {
	display: block;
	width:100%;
	overflow-x: scroll;
}

table.m_spec td {
	min-width:4em;
}

table.uv_spec td {
	min-width: 5em;
}

table.m_spec {
	width: 94em;
}

table.m_color {
	width:66em;
}

table.m_material {
	width:86em;
}

table.uv_spec {
	width:88em;
}

table.m_spec th,
table.uv_spec th,
table.m_material td,
table.m_color td,
table.uv_color td,
table .s_align-center {
	text-align: center;
}

table .standard {
	background:#F4FFEE; 
	color:#009944;
}

table .special {
	background:#FFEFEF; 
	color:#DD3366;
}

main table ul li {
	margin:0;
}


@media screen and (min-width: 768px) {

.select_area ul {
	width:80%;
	max-width:800px;
	display: block;
}

table.m_spec,
table.m_color,
table.uv_spec,
table.uv_color,
table.uv_material {
	font-size:14px;
}

table.m_material {
	font-size:12px;
}

}


@media screen and (min-width: 1000px) {

table.m_spec,
table.m_material,
table.uv_spec {
	width: 100%;
}

table.m_color {
	width:900px;
}


}


@media screen and (min-width: 1200px) {
	


}