/* ---------- share css ----------*/
* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html {
	overflow-y:scroll;
	/* 常にスクロールバーが出る状態にする */
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-image: url(../img/share/bg.gif);
	background-repeat: repeat;
	line-height: 1.8;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	vertical-align: text-bottom;
	border-style: none;
}
/* .clearfix floatの解除 */
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
.inner-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header, #merit ul li, #customer ul li, #cost table th, #cost table td, .entryBtn, .shadow{
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* ---------------------------------*/



/* ---------- header area ----------*/
#header{
	background: #0a7514;
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	height: 42px;
	padding: 15px 0;
	z-index: 500;
}
#header h1{
	width: 339px;
	height: 42px;
	float: left;
}
#header nav{
	width: 593px;
	padding: 15px 0 0 25px;
	float: left;
}
#header nav li{
	float: left;
	margin-left: 12px;
	line-height: 1;
}
#header nav li:first-child{
	margin-left: 0;
}
#header nav li a{
	padding: 5px;
}
#header nav li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* ---------------------------------*/


/* ---------- main contents ----------*/
#contents{

}
h2, #form{
	padding: 120px 0 0;	
}
#form{
	margin-bottom: 50px;
}
.section{
	padding: 50px 0 0;	
}
#form .section{
	background-color: #FFFFFF;
}
h2, h3{
	line-height: 1;
}
/* ---------------------------------*/



/* ---------- merit area ----------*/
#customer h3, #cost h3, #form h3 {
	margin-bottom: 20px;
}
#merit ul li {
	float: left;
	width: 310px;
	margin-left: 15px;
	line-height: 1;
}
#merit ul li:first-child {
	margin-left: 0;
}
/* ---------------------------------*/



/* ---------- customer area ----------*/
#customer ul li{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	line-height: 1;
}
#customer ul li:first-child{
}
#customer ul li h4{
	margin-bottom: 20px;
}
/* ---------------------------------*/



/* ---------- cost area ----------*/
#cost table{
	width: 985px;
	font-size: 22px;
	margin-left: -13px;
	margin-bottom: 30px;
}
#cost table th, #cost table td{
	padding: 20px;
	line-height: 1.2;
}
#cost table th{
	color: #ffffff;
	background-color: #222222;
}
#cost table td{
	background-color: #FFFFFF;
}
#cost table td.price{
	text-align: right;
	line-height: 1.6;
}
#cost table tr td ul{
	margin: 15px 0 0;
}
#cost table tr td ul li {
	list-style-position: inside;
	font-size: 16px;
	margin: 10px 0 0;
	list-style-type: disc;
}
#cost table tr td ul li:first-child {
	margin: 0;
}
#cost table tr td small {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

#cost .textbox{
	background: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 40px;
}
/* ---------------------------------*/



/* ---------- entry btn area ----------*/
#contact{
	width: 960px;
	margin: 50px 0;
	background: #FFFFFF;
	padding-top: 0;
}
#contact .shadow{
	padding: 30px 23px;
}
#contact p{
	text-align: center;
}
#entry{
	margin: 0 0 30px;
}
#entry .entryBtn{
	height: 46px;
	width: 429px;
	line-height: 1;
	display: block;
	padding: 38px 116px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../img/share/entrybtn-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#entry .entryBtn:hover{
	background-image: url(../img/share/entrybtn-bg-hover.gif);
}
#entry:after{
    content: ""; 
    display: block; 
    clear: both;
}
/* ---------------------------------*/


/* ---------- entry btn area(move) ----------*/
#entry{
	margin: 0 27px 25px;
}
#entry li{
	float: left;
	margin: 0;
}
#entry li:first-child{
	margin-right: 20px;
}
#entry li#entrybtn{
	margin-right: 0;
}
#entry li a {
	position: relative;
	height: 102px;
	width: 420px;
	line-height: 1;
	display: block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-repeat: repeat-x;
	background-position: left top;
}
#entry li#entrybtn a {
	background-image: url(../img/share/entry-bg.gif);
}
#entry li#contactbtn a {
	background-image: url(../img/share/contact-bg.gif);
}
#entry li#entrybtn a:hover, #entry li#contactbtn a:hover {
	background-image: url(../img/share/entry-bg-hover.gif);
}
#entry li a img {
  display: block;
  position: absolute;
  height: 41px;
  top: 31px;
  left: 86px;
  width: 248px;
}
#entry a i {
  display: block;
  position: absolute;
  width: 36px;
  height: 34px;
  top: 34px;
}
#entry a i.left {
  left: 25px;
  background-image: url("../img/share/enterleft.png");
}
#entry a i.right {
  right: 25px;
  background-image: url("../img/share/enterright.png");
}
/* ---------------------------------*/


/* ---------- header area ----------*/
#footer{
	background: #231815;
	padding: 30px 0 60px;
	text-align: center;
}
#footer nav{
	line-height: 1.2;
	text-align: center;
	margin: 25px auto 0;
}
#footer nav li{
	display: inline-block;
	border-right: solid 1px #FFFFFF;
}
#footer nav li:first-child{
	border-left: solid 1px #FFFFFF;
}
#footer nav li a{
	padding: 0 15px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer nav li a:hover{
	color: #cccccc;
}
/* ---------------------------------*/
