@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     index css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
section#mainphoto div {
	background: #fff;
	text-align: center;
	padding: 5px 0px;
}
/*------------------------------------------------------------MainNavi*/
/* mainnavi border-top */
nav#mainnavi ul {
	clear: both;
	margin-bottom: 15px;
}
nav#mainnavi ul li:first-of-type {
	border-top: 1px solid #81848c;
}
/* mainnavi background & border-bottom */
nav#mainnavi ul li.mainnavi01 {
	float: none;
	clear: both;
	border-bottom: 1px solid #81848c;
	background: url(../img/index_img/bg_mainnavi01.jpg) no-repeat left top;
	background-size: 150px auto;
	height: 50px;
}
nav#mainnavi ul li.mainnavi02 {
	float: none;
	clear: both;
	border-bottom: 1px solid #81848c;
	background: url(../img/index_img/bg_mainnavi02.jpg) no-repeat left top;
	background-size: 150px auto;
	height: 50px;
}
nav#mainnavi ul li.mainnavi03 {
	float: none;
	clear: both;
	border-bottom: 1px solid #81848c;
	background: url(../img/index_img/bg_mainnavi03.jpg) no-repeat left top;
	background-size: 150px auto;
	height: 50px;
}
nav#mainnavi ul li.mainnavi04 {
	float: none;
	clear: both;
	border-bottom: 1px solid #81848c;
	background: url(../img/index_img/bg_mainnavi04.jpg) no-repeat left top;
	background-size: 150px auto;
	height: 50px;
}
/* mainnavi txt & arrow */
nav#mainnavi ul li a {
	font-weight: bold;
	color: #333;
	padding: 0px 0px 0px 10px;
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	vertical-align: middle;
	line-height: 50px;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff;
	background: url(../img/common_img/arrow_next.png) no-repeat 98% 50%;
	background-size: 15px 20px;
}
/* mainnavi subtxt */
nav#mainnavi ul li a span {
	font-size: 12px;
	list-style: none;
	color: #333;
}
section#concept {
	padding: 10px;
	clear: both;
}
section#concept h2 {
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #e2e2e2;
color: #333333;
}
section#concept p {
	margin-bottom: 10px;
}
section#concept p span {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #245a00;
}
section#concept h2 {
	font-size: 14px;
	margin: 0 0 15px;
	padding: 5px 10px 7px 20px;
	border-bottom: 1px solid #e2e2e2;
	color: #845529;
	background: url(../img/common_img/icon_plus.png) no-repeat left 4px;
	background-size: 15px 15px;
}