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

/*基本設定*/

*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#5f5349;
}
a:link, a:visited{
	color:#29a7e1;
}
a:hover, a:active{
	color:#f78529; 
}
html, body{
	height:100%;
	width:100%
}
body{
	background: #fffdf3;
	min-height:100%;
}
hr{
	clear:both;
    border: 0;
    border-bottom: 1px solid #c4beba;
	width:100%;
	margin:18px auto;
}
strong{
	font-size:14px;
	font-weight:300;
	border-bottom:#27cddc 2px solid;
	line-height:2.3;
}


/*共通*/
div.wrapper{
	position:relative;
	width:1000px;
	min-height:800px;
	margin:auto;
}
div.contents{
	position:relative;
	width:830px;
	min-height:800px;
	height:auto;
	margin:40px 0 40px auto;
}
h1{
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	padding:0 5px;
	margin:10px auto;
	color:#f78529;
	border-bottom:#a26636 dashed 1px;
}
article.normal{
	background:#fff;
	width:810px;
	height:auto;
	border:#c0c0c0 solid 1px;
	padding:20px 10px;
	margin:40px 0;
}
article.normal p{
	padding:0 5px;
}


/*ヘッダー*/
header{
	width:100%;
	height:100px;
	background-color:#766b62;
}
div.header_center{
	position:relative;
	width:1000px;
	margin:auto;
}
img.header_icon{
	display:block;
	position:absolute;
	top:10px;
	left:0;
}
p.header_explain{
	position:absolute;
	color:#fff;
	width:400px;
	height:80px;
	top:30px;
	right:120px;
}

/*フッター*/
footer{
	position:relative;
	background:#766b62;
	width:100%;
	height:50px;
	padding:10px 0;
}
p.copyRight{
	color:#fff;
	width:100%;
	text-align:center;
}

/*グローバルナビゲーション*/
div.gnavi{
	position:fixed;
	top:140px;
	width:138px;
	height:460px;
	padding:10px;
	background-color:#fff;
	border:#c0c0c0 solid 1px;
}
div.gnavi ul li{
	width:127px;
	height:30px;
	margin:10px auto;
}

/*トップページ*/
img.top_img{
	display:block;
	margin:auto;
}
article#news{
	height:200px;
	overflow:auto;
}
div.date_box{
	width:80px;
	height:74px;
	background:#f78529;
}
p.month{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-bottom:-6px;
}
p.date{
	font-size:50px;
	color:#fff;
	text-align:center;
}
p.news_text{
	width:700px;
	float:right;
	margin-top:-70px;
}


/*リンクページ*/
table.link_ban{
	width:96%;
	margin:auto;
}
table.link_ban tr{
	height:150px;
}
table.link_ban tr td{
	width:32%;
	border:0;
}
table.link_ban tr td img{
	display:block;
	width:200px;
	margin:auto;	
}
table.link_ban tr td p{
	width:auto;
	height:16px;
	text-align:center;
	margin:-10px auto 0;
}



/*メールフォーム*/
div.form_single{
	margin:10px 0px;
}
div.form_single input, div.form_single select{
	width:100%;
	margin:0 auto 10px;
	border:#ccc 1px solid;
}
div.form_plural{
	margin:10px 0;
}
div.form_plural textarea{
	width:100%;
	height:200px;
	margin:0 auto 0;
	border:#ccc 1px solid;
}
input.form_btn{
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	width:180px;
	height:32px;
	background-color:#f78529;
	border-radius:2px;
	box-shadow:none;
	border:none;
	margin:60px 0 0 30px;
	float:right;
	cursor:pointer;
}
input.form_btn:hover{
	background-color:#766b62;
}
.mailform_submit{
	width:820px;
	margin:0 auto;
	border-collapse:collapse;
}
.mailform_submit tr td{
	padding:3px;
	color:#666;
	min-width:150px;
}
#mailform_result{
	position:relative;
	z-index:3;
}