@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #505050;
	text-decoration: underline;
}

a:visited {
	color: #505050;
	text-decoration: none;
}

a:hover {
	color: #505050;
	text-decoration: none;
}

a:active {
	color: #505050;
	text-decoration: none;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1100px;
	color: #505050;
	line-height: 1.5;
	text-align: center;
	background: url(/img/common/body_bg.jpg) repeat left top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 60px;
	width: 1000px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 17px 0 21px;
	background-color: #fff;
}

#header .hBox {
	margin: 0 auto;
	width: 1000px;
}

#header .hBox h1 {
	float: left;
}

#header .hBox ul {
	padding-top: 4px;
	float: right;
}

#header .hBox ul li {
	padding-left: 6px;
	float: left;
}

#header .hBox ul li img {
	display: block;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 20px;
	padding: 5px 0;
	background: url(/img/common/template/g_navi_bg.png) repeat-x left top;
}

#gNavi ul {
	margin: 0 auto;
	width: 1000px;
}

#gNavi ul li {
	float: left;
}

#gNavi ul li img {
	display: block;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 20px;
	padding: 5px 0 7px;
	width: 1000px;
	background-color: #E8F3BE;
	border-radius: 4px;
	behavior: url(/js/pie.htc);
}

#pagePath li {
	margin-right: 2px;
	display: inline;
	color: #85ad53;
	font-size: 1.2em;
}

#pagePath li a {
	margin-right: 5px;
	color: #85ad53;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

#pagePath li.root a {
	padding-left: 28px;
	background: url(/img/common/icon/icon01.png) no-repeat 8px center;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 23px 20px;
	width: 690px;
	float: left;
	background-color: #fff;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 250px;
	float: right;
}

#sideBar .sNavi {
	margin-bottom: 30px;
	border-top: 1px solid #E8F3BE;
}

#sideBar .sNavi li {
	font-size: 1.6em;
	line-height: 1.25;
	border-bottom: 1px solid #E8F3BE;
}

#sideBar .sNavi li a {
	padding: 18px 20px 21px 33px;
	display: block;
	color: #75512E;
	text-decoration: none;
	background: #FFF url(/img/common/icon/icon02.png) no-repeat left 23px;
}

#sideBar .sNavi li a:hover {
	background-color: #F4FAED;
}

#sideBar .sBanner li {
	padding-bottom: 10px;
	float: left;
}

#sideBar .sBanner li img {
	display: block;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-bottom: 9px;
}

#footer .fNavi {
	padding: 5px 0 7px;
	background-color: #85AB51;
}

#footer .fNavi ul {
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

#footer .fNavi li {
	display: inline;
	color: #fff;
	font-size: 1.2em;
}

#footer .fNavi li a {
	margin-right: 3px;
	color: #fff;
	text-decoration: none;
}

#footer .fNavi li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .fNavi li a:active {
	color: #fff;
	text-decoration: underline;
}

#footer .fBox {
	margin-bottom: 5px;
	background-color: #fff;
}

#footer .fBox .subBox {
	margin: 0 auto;
	padding: 13px 0;
	width: 1000px;
}

#footer .fBox .subBox .fLogo {
	margin-right: 23px;
	float: left;
}

#footer .fBox .subBox p {
	padding-top: 21px;
	width: 400px;
	float: left;
	font-size: 1.4em;
	line-height: 1.45;
}

#footer .fBox .subBox .link {
	padding: 32px 10px 0 0;
	float: right;
}

#footer .copyright {
	margin: 0 auto;
	width: 1000px;
	color: #6a5436;
	font-size: 1.4em;
	text-align: center;
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
#footer .pageTop {
	position: fixed;
	right: 124px;
	bottom: 183px;
	display: none;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
#mainVisual {
	margin-bottom: 20px;
	padding-top: 50px;
	min-height: 80px;
	background: #fff url(/img/sitemap/main_visual_bg.jpg) no-repeat center top;
}

#mainVisual h2 {
	margin: 0 auto;
	width: 1000px;
}

/*------------------------------------------------------------
	comTabBox
------------------------------------------------------------*/
#conts .comTabBox {
	width: 350px;
	margin: 0 0 48px 20px;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	padding: 9px 0 9px 12px;
	font-size: 1.4em;
	line-height: 1.35;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	border-top: 1px solid #82DDC8;
	border-bottom: 1px solid #82DDC8;
}

#conts .comTable th {
	padding-left: 7px;
	color: #4BC2A7;
	background-color: #E5F9F1;
}

/*------------------------------------------------------------
	comTable01
------------------------------------------------------------*/
#conts .comTable01 th,
#conts .comTable01 td {
	padding: 8px 15px 7px;
	border: 1px solid #D5D5D5;
}

#conts .comTable01 th {
	color: #505050;
	background-color: #F3F3F3;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#conts .headLine01 {
	margin-bottom: 22px;
	padding: 10px 17px 16px;
	clear: both;
	color: #75512E;
	font-size: 2.0em;
	line-height: 1.2;
	background: url(/img/guide/h301_bg.jpg) no-repeat left bottom;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#conts .headLine02 {
	margin-bottom: 18px;
	padding: 7px 28px;
	position: relative;
	clear: both;
	color: #689832;
	font-size: 1.6em;
	font-weight: bold;
	behavior: url(/js/pie.htc);
	border-radius: 5px;
	border: 1px solid #D1E0C1;
	background: url(/img/common/icon/icon09.png) no-repeat 4px 8px;
}

/*------------------------------------------------------------
	comStep
------------------------------------------------------------*/
#conts .comStep {
	margin: 0 10px 50px 20px;
}

#conts .comStep dt {
	float: left;
}

#conts .comStep dd {
	padding: 7px 0 19px 50px;
	font-size: 1.4em;
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#conts .comImgBox {
	margin-bottom:52px;
}

#conts .comImgBox .photoBox {
	float: right;
}

#conts .comImgBox .textBox {
	width: 366px;
	float: left;
}

#conts .comImgBox .textBox p {
	font-size: 1.4em;
	text-indent: 1em;
	line-height: 1.7;
}

#conts .comImgBox01 .photoBox {
	float: left;
}

#conts .comImgBox01 .textBox {
	float: right;
}

/*------------------------------------------------------------
	mailForm comTable
------------------------------------------------------------*/
#conts .mailForm {
	margin: 0 20px;
}

#conts .mailForm .comTable th,
#conts .mailForm .comTable td {
	padding: 11px 0 10px 10px;
	color: #505050;
	border: 1px solid #84AB52;
	background: url(/img/inquiry/th_bg01.png) repeat left top;
}

#conts .mailForm .comTable th span {
	color: #ED708A;
	font-size: 0.7em;
}

#conts .mailForm .comTable td .notes {
	margin-left: 3px;
	font-size: 0.85em;
}

#conts .mailForm .comTable td input {
	margin: -3px 0 0;
	color: #A9A9A9;
	font-size: 1em;
	vertical-align: middle;
}

#conts .mailForm .comTable td {
	padding-top: 14px;
	background: none !important;
}

/*------------------------------------------------------------
	submit
------------------------------------------------------------*/
#conts .mailForm .submit {
	margin-bottom: 64px;
	text-align: center;
}

#conts .mailForm .submit li {
	display: inline;
	margin: 0 9px;
}

#conts .mailForm .submit li input {
	vertical-align: top;
}

/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
#conts .comText {
	margin-bottom: 17px;
	text-align: center;
}