@charset "utf-8";

/* =======================================

	contacts CSS

========================================== */
@import "form.css";

h2{	margin: 0 0 26px 0;}


/* mainLv05
========================================== */
#mainLv05{
	max-width: 700px;
	width: 100%;
	margin: 0 auto 50px;
}

.sectionLv17{	margin: 34px 0;}

sup{
	color: #F36;
	padding-left: 2px;
}
.sectionLv17 strong{	color: #a51619;}

	.sectionLv17 table{	width: 100%;}
	.sectionLv17 tr{	background: url(../../img/bg/bg-06.png) repeat-x 0 100%;}
	.sectionLv17 th{	padding: 10px 0; width: 30%;}
		.sectionLv17 th label{
	display: block;
		}
		.sectionLv17 th label.check{	min-height: 95px;}
		.sectionLv17 th label.mess{		min-height: 120px;}

	.sectionLv17 td{	padding: 10px 0;}
		.sectionLv17 td span{
	display: block;
	border-left: 2px solid #4DB894;
	padding-left: 20px;
		}

			.sectionLv17 td span li{
				list-style: none;
				display: inline-block;
				width: 48%;
				margin-bottom: 5px;
			}
			.sectionLv17 td span li:last-of-type{	margin-bottom: 0;}

@media screen and (max-width:550px){
	.sectionLv17 th ,
	.sectionLv17 td{	display: block; width: 100%; }
		.sectionLv17 th label.check{	min-height: 100%;}
		.sectionLv17 th label.mess{		min-height: 100%;}
			.sectionLv17 td span li{	width: 100%;}
}
