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

/*********************************************
共通スタイル
*********************************************/
html {-webkit-text-size-adjust:100%}

body {
	font-size:16px;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Meiryo UI", "メイリオ", sans-serif;
	background: #EDF9E7;
	line-height: 1.4;
}

a {
	color:#5F2C2B;
	text-decoration: none;
}

a:hover {
	color: #5F2C2B;
	text-decoration: underline;
}

img {
	display: block;
	width:100%;
	height:auto;
}
.bold {
	font-size:18px;
	font-weight: bold;
	padding-bottom:5px;
}
.c-txt {
	text-align:center;
}
.r-txt {
	text-align:right;
}
.midashi {
	font-size:19px;
	font-weight: bold;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D0EB93;
	margin-bottom:10px;
	color:#5B7100;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.section {
	margin: 0 auto 30px;
}
.last-section {	
	margin: 0 auto 50px;
}

/* 要素を隠す */
.hide {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/*********************************************
全体
*********************************************/
#all {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
	color: #5F2C2B;
}

/*********************************************
ヘッダ
*********************************************/
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}

#logo a {
	display:block;
}
#logo p {
	text-align: center;
	padding-top:5px;
}
#header-tel {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header-tel p {
	text-align: center;
	font-weight:bold;
}
#footer-tel {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer-tel p {
	text-align: center;
	font-weight:bold;
}












/*********************************************
フッタ
*********************************************/
footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}

#bnr ol {
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: table;
	table-layout: fixed;
}
#bnr li {
	display: table-cell;
	text-align:center;
}
#bnr li a {
	display:block;
}

#footer-navi {
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer-navi ul li {
	width: 50%;
	float:left;
}
#footer-navi ul li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #888888;
	background: -moz-linear-gradient(top,#EBEBEB 0%,#B9C6C6);
	background: -webkit-gradient(linear, left top, left bottom, from(#E0E6E6), to(#B9C6C6));
	border: 1px solid #eee;
	color:#333;
	text-decoration:none;
}
#footer-navi ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* フッター
---------------------*/



#company-prf {
	width: 90%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#company-prf h4 {
	font-weight:bold;
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}




p#copy {
	width: 100%;
	height: auto;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	background-color: #5F2C2B;
	padding-top: 5px;
	padding-bottom: 15px;
}
