@charset	 "UTF-8";

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	line-height: 1.5;
}

body{
	text-align : center;
	margin:0px auto;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color : #eee;
	font-size : 15px;
	color : #333;
}

#page{
	width : 900px;
	text-align : center;
	color : #333;
	background-color : #fff;
	margin:0 auto;
}

#header{
	width : 900px;
	padding: 4px 0 0 0;
	margin: 0 auto;
}

#header .summary{
	font-size : 12px;
	text-align : center;
	margin : 0px;
	padding-top : 2px;
}

a.navi:link{
	text-decoration:none;
}

a.navi:visited{
	text-decoration:none;
}

a.navi:hover{
	text-decoration:none;
	position:relative;
	top : 1px;
}

a.navi:active{
	text-decoration:none;
}

/*********** シェアボタン ***********/
.s-nav {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	list-style: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-nav li {
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-nav li a{
	display: table-cell;
	width: 20%;
	margin: 0;
	padding: 4px 0 0 0;
	height: 39px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s-nav li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.fb {
	background: #3b5998; /*facebook*/
}

.tw {
	background: #55acee; /*twitter*/
}

.hb {
	background: #008fde; /*はてなブックマーク*/
}

.line {
	background: #00c300; /*LINE*/
}

.gg {
	background: #dc4e41; /*google+*/
}

.fed { 
	background: #2bb24c; /*feedly*/
}

/*********** ハイライト ***********/

h1{
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0 0 10px 0;
	color: #006835;
	font-size: 1.3em;
	text-decoration: underline;
	text-shadow: 1px 1px 1px #ccc;
}


.inq{
	width: 700px;
	text-align: left;
	border-collapse : collapse;
}

.inq-td01{
	border:1px solid #006835;
	padding:5px;
	background: #c5e0b3;
}

.inq-td02{
	border:1px solid #006835;
	padding:5px;
	background: #fff;
}

.inq2{
	width: 700px;
	text-align: left;
	border-collapse : collapse;
}

.inq2-td01{
	border:1px solid #041e7f;
	padding:5px;
	background: #59a2ea;
}

.inq2-td02{
	border:1px solid #041e7f;
	padding:5px;
	background: #fff;
}

/*********** フッター ***********/
#fotter{
	width : 880px;
	margin: 0 auto;
	padding:10px;
	clear:both;
	text-align : left;
}

#fotter .summary{
	font-size : 11px;
	color : #333333;
	text-align : center;
	margin : 0px;
	padding-top : 2px;
	clear:both;
}

.ftr-nav {
	width: 100%;
	margin: 0 1em 10px 0;
	padding: 0 10px;
	list-style: none;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ftr-nav li {
	display: inline-block;
	width: 25%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ftr-nav li a:link{
	text-decoration:none;
}

.ftr-nav li a:hover{
	text-decoration:none;
	position:relative;
	top : 1px;
}

/*********** その他 ***********/
#scrollbox{
position: relative;
}

.clear{
	clear:both;
}

.inq-memo {
	width: 100%;
	font-size: 1.2em;
	padding: 0.7em;
	border: 5px double #006835;
	border-radius: 0.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inq-submit{
	border:0px;
	width:440px;
	height:74px;
	background: url(../img/a_inqbtn_off.png) left top no-repeat;
}

.button {
	padding: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-repeat: repeat-x;
	font-size: 11px;
	height: 238px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.button img {
	position: absolute;
	border: none;
}

.button:hover {
	color: #8AB134;
}

.button2 {
	padding: 0 0 0 3px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-repeat: repeat-x;
	font-size: 11px;
	height: 70px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.button2 img {
	position: absolute;
	border: none;
}

.button2:hover {
	color: #8AB134;
}

.button3 {
	padding: 0 0 0 3px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-repeat: repeat-x;
	font-size: 11px;
	height: 188px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.button3 img {
	position: absolute;
	border: none;
}

.button3:hover {
	color: #8AB134;
}


.button4 {
	padding: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-repeat: repeat-x;
	font-size: 11px;
	height: 80px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.button4 img {
	position: absolute;
	border: none;
}

.button4:hover {
	color: #8AB134;
}


.bm-btn{
	list-style: none;
	margin: 10px 0 0 10px;
}

.bm-btn li{
	margin: 0 2em 0 0;
	padding:0;
	float: left;
}

.dl8-btn:hover {
	text-decoration:none;
	position:relative;
	top: 1px;
	opacity: 0.8;
}


/*==============================*/
/*=== 申込みフォーム				 ===*/
/*==============================*/
.btn-submit {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	border: none;
	background: none;
	overflow: visible;
	line-height: 0;
	font-size: 0;
}

/*==============================*/
/*=== ページの先頭へ戻る		 ===*/
/*==============================*/

#navi-dock {
	position: fixed;
	z-index: 999;
	right: -2px;
	/right: 0px;
	top: 30%;
	_width:149px;
	_float:right;
}

#navi-dock a {
	display: block;
	text-decoration: none ;
}

#navi-dock a:hover{
	text-decoration: none ;
	position:relative;
	top : 1px;
}

/*==============================*/
