@charset "UTF-8";
/* CSS Document */
/*-- about --*/
.about{
	text-align:left;
	margin-bottom:90px;
}

.about h3{
	margin-bottom:40px;
	text-align:center;
}

.about .mb62{
	margin-bottom:62px;
}
/*-- contents --*/
.contents{
	margin-bottom:75px;
}

.contents h3{
	margin-bottom:37px;
}

.contents table{
	width:690px;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:35px;
}

.contents th{
	width:184px;
	border:1px solid #ccc;
	background-color:#f4f4f4;
	padding:20px 0 20px 20px;
	font-weight:normal;
	box-sizing:border-box;
}

.contents td{
	width:506px;
	border:1px solid #ccc;
	padding:20px 0 20px 20px;
	box-sizing:border-box;
}
/*-- contact --*/
.contact{
	margin-bottom:100px;
}

.contact h3{
	margin-bottom:20px;
	text-align:left;
}

.contact_waku{
	width:690px;
	height:173px;
	overflow:hidden;
	}

.contact_left{
	width:380px;
	height:173px;
	margin-right:2px;
	float:left;
	padding:30px 0 0 24px;
	box-sizing:border-box;
	background-color:#f4f3f3;
}

.contact_left li{
	text-align:left;
	margin-bottom:4px;
}

.contact_right{
	width:308px;
	height:173px;
	float:right;
	padding:30px 0 0 0;
	box-sizing:border-box;
	background-color:#f4f3f3;
}