@charset "utf-8";


.background.center{
    text-align:center;
}
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	width: 100%;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #FFF;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #0056b2;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;	/*コンテナー幅*/
	height:100%;	/*コンテナー幅*/
	margin-right: 0px;
	margin-left: 0px;
}
#box-midashi-l {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0px;
  border: 0px solid #FFF;
  background: #70540D;
  color: #FFF;
  font-size: 40px;
  text-align: center;
}
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 150px;
	color: #000000;	/*文字色*/
	background: #FFFFFF;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

.contactform-f {
	width: 100%;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0 auto;
	text-align:left;
}

.contactf-line {
	overflow: hidden;
	margin: 0px 50px;
	padding: 2px 10px 5px 0px;
}

.contactf-l {
	width: 40%;
	float: left;
	font-weight: bold;
	font-size: 14px;
	text-align:right;
	padding: 0px 0px 0px 0px;
}

.contactf-r {
	width: 60%;
	float: left;
}

.contactf-r select {
	padding: 5px;
	width: 100px;
	color: #636063;
	font-size: 13px;
	background-color: #F9F9F9;
	border: solid 1px #CCCCCC;
}

.contactf-r-input1 {
	width: 200px;
}

.contactf-r-input {
	width: 300px;
}

.contactf-r textarea {
	padding: 5px;
	width: 300px;
	color: #636063;
	font-size: 13px;
	background-color: #F9F9F9;
	border: solid 1px #CCCCCC;
}



