@charset "UTF-8";
/* CSS Document */



h3 {
	font-size: 200%;
	color: #996633;
	width: 679px;
    border-bottom: 1px dashed #aaa;
    border-left: 7px solid #C7AF83;
    padding: 0 0 6px 10px;
	margin: 30px  0 20px 0;
	float: left;
}


h4 {
	font-size: 120%;
	color: #696969;
	height: 100%;
	border-left: 10px solid #73BFA3;
    padding: 0 15px;
	 margin: 30px  0 20px 0;
}


h5 {
	font-size: 100%;
	color: #696969;
	height: 24px;
	background-color: #DAE7D3;
	 border-radius: 4px; /* 4つのコーナーを半径10pxの角丸に */
	 padding-left: 10px;
	 margin: 30px 0 20px 0;
}


h6 {
	font-size: 100%;
	color: #696969;
	 margin: 15px  0 5px 0;
}





.siryou_btn {
	margin : 50px;
	text-align: center;
}


.siryou_btn a:hover {
opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}




.features {
	width: 697px;
	height: 100%;
	margin-bottom: 30px;
	background: #FFFCDB;
}


.features h6 {
	color: #696969;
	padding: 10px  0 0 20px;
}

.features ul {
	width: 697px;
	list-style-type: decimal;
	padding: 0  40px 10px 40px;
}





/* ==============================
about_table
============================== */

#about_table table {
width: 697px;
margin-top: 10px;
margin-bottom: 10px;
border-spacing: 0;
border-top:  1px solid #ccc;
}

#about_table th {
width: 200px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
background:#DCEBF5;
text-align: center;
line-height: 4;
}


#about_table td {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fff;
}

#about_table td p {
	margin-left: 10px;
}


#about_table input {
	margin: 10px;
	height: 20px;
	vertical-align:middle;
	font-size: 100%;
}


#about_table textarea {
	margin: 10px;
    width : 500px ;
}


.must {
	color: #F11317;
	margin-left: 4px;
}


#submit_button {
	margin: 20px;
    padding: 15px 60px 35px 60px;
    background-color: #FB7E01;
    color: #fff;
    border-style: none;
	border-radius: 4px; /* 4つのコーナーを半径10pxの角丸に */
}

.send_btn {
	text-align: center;
}








#access {
	margin-top: 40px;
}

.access_box {
	width:100%;
	height:360px;
}

.access_box h5 {
	width:100%;
	margin: 10px 0;
}

.access_box img {
	float: left;
}

.access_box .map {
	float: right;
}




.cnt_block {
	margin-top: 40px;
}