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

div#header_slide {
  background: url(../img/header_contact.jpg) no-repeat center 0;
  background-color: #CCC;
  background-size: cover;
  height: 144px;
  width: 100%;
}

div#contents {
  height: auto;
}

/*====================== About_contents ====================*/
div#float_left {
  width: 700px;
  height:  auto;
  padding: 0 10px 0 10px;
}








/*======================  CONTACT   ====================*/
div#contact {
  height: auto;
  margin-bottom: 20px;
}
div#feel_free {
  margin: 20px auto 0;
  padding: 20px 0 10px 0;
  background: #fff;
  width: 600px;
}
div#feel_free p {
  width: 550px;
  line-height: 1.8;
  margin: 0 auto;
}


div#mail_form {
  width: 600px;
  height: 500px;
  background: #fff;
  margin: 0 auto;

}
div.access_all {
  width: 550px;
  margin: 0 auto 20px;
}
div.access_ex {
  color: #333;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px #ccc dashed;
}
div.access_ex p {
  line-height: 1.6;
  font-size: 14px;
}
p.marker {
  color: #3a84df;
}
div.about_host {
  background: #ece1c6;
  padding: 10px;
  width: 530px;
  margin: 20px auto 0;
}
.host_ex {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  background: url(../img/p_tree.png) no-repeat 3px 4px;
  padding-left: 25px;
}
.host_bk {
  background: url(../img/p_tree.png) no-repeat 3px 6px;
  padding-left: 25px;  
}


#formWrap {
	width:600px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	background: #fff;
	padding: 10px 0;
}
table.formTable{
	width:550px;
	margin:0 auto;
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#ece1c6;
	text-align:left;
}


/*======================  ACCESS  ====================*/
div#access {
  height: 1050px;
}
div#access_wrapper {
  width: 600px;
  height:  1050px;
  background:  #fff;
  margin: 20px auto 0;
}


div#access_wrapper {
  overflow: hidden;
}

div#map {
  width: 550px;
  height: 277px;
  margin:  0 auto;
}

div.list table {
  width: 550px;
  border: 1px solid #ccc;
  margin:  20px auto 20px;
  border-collapse: collapse;;
}
div.list table tr {
  height: 31px;
}

div.list table th {
  width: 253px;
  height: 31px;
  line-height: 31px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  background: #ece1c6;
  text-align: left;
  padding-left: 10px;
  border-bottom: 1px solid #ccc;
}
div.list table td {
  width: 474px;
  height: 31px;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
}
/* ======  last padding_bottom ====== */






