@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;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {	
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	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; }
.mb5 { margin-bottom: 5px !important; }
.mb20 { margin-bottom: 20px !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.dis {
	display: block;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #000;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	width: 990px;
}

img {
	vertical-align: top;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 1004px;
	position: relative;
}

#header .logo {
	padding-left: 4px;
	float: left;
}

#header .logo a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#header h1 {
	position: absolute;
	left: 106px;
	top: 6px;
	line-height: 1.45;
	font-size: 0.9em;
	z-index: 10;
	font-weight: normal;
}

#header h2 {
	position: absolute;
	left: 106px;
	top: 19px;
	line-height: 1.45;
	font-size: 0.9em;
	z-index: 10;
	font-weight: normal;
}

#header .hInner {
	margin-top: 6px;
	float: right;
	width: 712px;
}

#header .hInner .hNavi {
	margin-bottom: 10px;
}

#header .hInner .hNavi li {
	margin-left: 7px;
	float: right;
}

#header .hInner .hNavi li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi li {
	margin: 0;
	float: right;
	position: relative;
}

#gNavi > li {
	padding-bottom: 6px;
}

#gNavi li .naviBox {
	padding: 0 18px 19px;
	position: absolute;
	left: 0;
	top: 48px;
	width: 161px;
	display: none;
	z-index: 100;
	border: 1px solid #8A9747;
	background-color: #fff;
}

#gNavi li .naviBox .photo {
	margin-bottom: 12px;
}

#gNavi li .naviBox li {
	font-size: 1.1em;
	float: none;
	line-height: 1.6;
}

#gNavi li .naviBox .subNavi {
	padding-top: 7px;
	margin-top: 10px;
	border-top: 1px solid #8A9747;
}

#gNavi li .naviBox .subNavi01 {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding-left: 36px;
	width: 722px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	margin-bottom: 35px;
	width: 198px;
	float: right;
}

#sideBar .linkUl li img {
	width: 100%;
	height: auto;
}

#sideBar .sNavi {
	margin-bottom: 17px;
	padding: 3px;
	background-color: #DFDAD1;
}

#sideBar .sNavi li {
	font-size: 1.3em;
	border-top: 1px solid #C9C2B2;
}

#sideBar .sNavi li:first-child {
	border: none;
}

#sideBar .sNavi li a {
	padding: 10px 10px 9px 35px;
	display: block;
	color: #42210B;
	background: #fff url(../img/icon01.gif) no-repeat 18px 14px;
}

#sideBar .sLink {
	margin-bottom: 18px;
	padding: 18px 6px 20px 9px;
	background-color: #DFDAD1;
}

#sideBar .sLink li {
	margin-top: 19px;
}

#sideBar .sLink li:first-child {
	margin: 0;
}

#sideBar .sLink li a {
	color: #42210B;
	display: block;
	overflow: hidden;
}

#sideBar .sLink li img {
	display: block;
	float: left;
}

#sideBar .sLink li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#sideBar .sLink li a:hover {
	color: #9A8C63;
}

#sideBar .sLink li span {
	display: block;
}

#sideBar .sLink li span.txt {
	float: right;
	width: 112px;
	font-size: 1.1em;
	letter-spacing: -1px;
}

#sideBar .sLink li span.txt span {
	margin-bottom: 3px;
	border-bottom: 1px solid #42210B;
	font-size: 1.2em;
}

#sideBar .sTtl {
	margin-bottom: 6px;
}

#sideBar .sNewsDl {
	font-size: 1.2em;
}

#sideBar .sNewsDl dd {
	margin-bottom: 8px;
}

#sideBar .sImgBox {
	margin-bottom: 22px;
	padding: 18px 12px 14px;
	position: relative;
	border: 1px solid #42210B;
	background-color: #fff;
	border-radius: 3px;
	behavior: url(common/js/pie.htc);
}

#sideBar .sImgBox p {
	margin-left: -84px;
	position: absolute;
	color: #42210B;
	font-size: 1.3em;
	top: -9px;
	left: 50%;
	width: 168px;
	text-align: center;
	letter-spacing: -1px;
	background-color: #fff;
}

#sideBar .sImgBox ul li {
	padding-left: 8px;
	float: left;
}

#sideBar .sImgBox ul li:first-child {
	padding: 0;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 67px 0 25px;
	background-color: #DFDAD1;
}

#footer .fBox {
	margin: 0 auto 25px;
	width: 1000px;
}

#footer p {
	color: #42210B;
}

#footer .fBox .lBox {
	padding: 0 0 0 7px;
	float: left;
	width: 120px;
}

#footer .fBox .lBox .fLogo {
	margin-top: 40px;
	float: left;
}

#footer .fBox .lBox p {
	float: right;
	width: 240px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
    display: none;
}

#footer .fBox .rBox {
    padding-left: 29px;
	margin-top: 3px;
	float: right;
	width: 830px;
	border-left: 1px solid #80613A;
}

#footer .fBox .rBox .ttl {
	margin-bottom: 8px;
}

#footer .fBox .rBox .fNavi {
	margin-bottom: 22px;
}

#footer .fBox .rBox ul li {
	margin-right: 2px;
	display: inline;
	line-height: 1.65;
}

#footer .fBox .rBox ul li a {
	margin-right: 6px;
	color: #42210B;
	text-decoration: none;
}

#footer .fBox .rBox ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	margin: 0 auto;
	width: 1010px;
	text-align: right;
	font-size: 1.2em;
}

.pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
}

.pageTop a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.fLogo_2{
	display: none;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 11px;
	padding: 7px 0 13px;
	background-color: #DFDAD1;
}

.mainVisual .subBox {
	margin: 0 auto;
	width: 1024px;
}

.mainVisual .linkUl {
	padding: 5px 18px 0 0;
	float: right;
	width: 195px;
}

.mainVisual .linkUl li {
	margin-top: 12px;
}

.mainVisual .linkUl li:first-child {
	margin: 0;
}

.mainVisual .linkUl li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.mainVisual .lBox {
	margin-top: 5px;
	position: relative;
	float: left;
}

.mainVisual .lBox h2 {
	position: absolute;
	top: 65px;
	left: 27px;
}

.mainVisual .lBox .comLinkList {
	position: absolute;
	left: 65px;
	bottom: 26px;
}

/*------------------------------------------------------------
	comChackBox
------------------------------------------------------------*/
#main .comChackBox {
	padding: 10px 24px;
	margin: 0 auto;
	width: 870px;
	position: relative;
	background: url(../img/check_bg.png) repeat left top;
}

#main .comChackBox .img {
	position: absolute;
	left: 38px;
	top: -39px;
}

#main .comChackBox .title {
	margin: 0 0 10px 47px;
}

#main .comChackBox .lBox {
	padding: 13px 11px 10px 0;
	float: left;
	width: 429px;
	box-sizing: border-box;
	background-color: #fff;
}

#main .comChackBox .rBox {
	padding: 12px 10px 10px 0;
	float: right;
	width: 429px;
	background-color: #fff;
	box-sizing: border-box;
}

#main .comChackBox .photo {
	float: left;
}

#main .comChackBox .textBox {
	margin-top: 5px;
	float: right;
	width: 120px;
}

#main .comChackBox .textBox p {
	margin-bottom: 8px;
	font-size: 12px;;
	line-height: 1.25;
	letter-spacing: -1px;
}

#main .comChackBox .rBox .photo {
	width: auto;
}

#main .comChackBox .rBox .textBox {
	width: 132px;
}

#main .comChackBox .greenp {
	margin: 10px 15px 0;
	color: #5BA0B7;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .comChackBox .note {
	font-size: 11px;
	margin: 3px 15px 0;
	letter-spacing: -0.5px;
}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	margin-bottom: 16px;
	width: 195px;
	text-align: center;
}

/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
#main .comTxtBox .lBox {
	float: left;
	width: 195px;
}

#main .comTxtBox .comLinkUl {
	border-top: 1px solid #000;
}

#main .comTxtBox .txtBox {
	width: 505px;
	float: right;
}

#main .comTxtBox .comLinkUl li {
	padding: 2px 0 4px;
	text-align: center;
	border-bottom: 1px solid #000;
}

#main .comTxtBox .comLinkUl li a {
	color: #42210B;
	font-size: 1.2em;
	text-decoration: none;
}

#main .comTxtBox .comLinkUl li a:hover {
	color: #00AC8D;
}

/*------------------------------------------------------------
	comYellowBox
------------------------------------------------------------*/
#main .comYellowBox {
	margin: 0 -10px;
	padding-bottom: 37px;
	background: url(../img/yellow_bottom_bg.jpg) no-repeat left bottom;
}

#main .comYellowBox .txtImg {
	position: absolute;
	top: -40px;
	left: 297px;
}

#main .comYellowBox .subBox {
	padding: 56px 34px 0 33px;
	position: relative;
	background: url(../img/yellow_top_bg.jpg) no-repeat left top;
}

#main .comYellowBox .subBox .lBox {
	margin-top: -27px;
	float: left;
	width: 440px;
}

#main .comYellowBox .subBox .lBox .whiteBox {
	padding: 17px 28px 14px;
	border-radius: 20px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #fff;
}

#main .comYellowBox .subBox .lBox .whiteBox .ttl {
	margin: 0 0 15px;
	text-align: center;
}

#main .comYellowBox .subBox .lBox .whiteBox p {
	margin-bottom: 29px;
	font-size: 1.4em;
	color: #42210B;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-ideograph;
}

#main .comYellowBox .subBox .lBox .whiteBox .photoUl {
	margin-bottom: 26px;
}

#main .comYellowBox .subBox .lBox .whiteBox .photoUl li {
	padding-left: 7px;
	float: left;
}

#main .comYellowBox .subBox .lBox .whiteBox .photoUl li:first-child {
	padding: 0;
}

#main .whiteBox .pointBox {
	padding-bottom: 15px;
	border: 1px solid #42210B;
	border-radius: 4px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .whiteBox .pointBox .point {
	margin: -5px 0 8px 16px;
}

#main .whiteBox .pointBox .textList li {
	padding-left: 1em;
	text-indent: -1em;
	color: #00AC8D;
	font-size: 1.3em;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}

#main .comYellowBox .subBox .rBox {
	margin-top: -27px;
	float: right;
	width: 230px;
	text-align: center;
}

#main .comYellowBox .subBox .rBox .whiteBox {
	margin-bottom: 30px;
	padding: 23px 0 28px;
	background-color: #fff;
}

#main .comYellowBox .subBox .rBox .whiteBox p {
	margin-bottom: 3px;
	font-size: 1.15em;
	color: #42210B;
}

#main .comYellowBox .textUl,
#main .comGreenBox .textUl {
	margin-left: 23px;
}

#main .comYellowBox .textUl li,
#main .comGreenBox .textUl li {
	padding-left: 10px;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.4;
	background: url(../img/icon04.png) no-repeat left 3px;
}

#main .comGreenBox .rBox .textUl {
	margin: 0 0 0 10px;
}

#main .comGreenBox .link a:hover img,
#main .comYellowBox .link a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#main .whiteBox .linkUl {
	margin-bottom: 20px;
}

#main .whiteBox .linkUl li {
	margin-top: 6px;
}

#main .whiteBox .linkUl li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#main .whiteBox .linkUl li:first-child {
	margin: 0;
}

/*------------------------------------------------------------
	comGreenBox
------------------------------------------------------------*/
#main .comGreenBox {
	margin: 0 -19px 0 -35px;
	padding: 0 21px 20px 23px;
	border: 4px solid #DEF3E0;
	border-radius: 6px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .comGreenBox .ttlBox {
	margin: -48px auto 57px;
	width: 600px;
}

#main .comGreenBox .ttlBox .txtBox {
	float: left;
}

#main .comGreenBox .ttlBox p {
	padding: 18px 0 0 30px;
	font-size: 1.4em;
	float: left;
	width: 275px;
	line-height: 1.7;
	background-color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
}

#main .comGreenBox .subGreenBox {
	margin-bottom: 67px;
	padding: 4px;
	border: 2px solid #95DA9B;
	border-radius: 6px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .comGreenBox .subGreenBox .subBox {
	padding: 11px 19px 11px 17px;
	background-color: #DAF2DC;
	border-radius: 5px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .comGreenBox .subGreenBox .subBox .lBox {
	float: left;
	width: 440px;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox {
	padding: 21px 28px 23px;
	border-radius: 17px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #fff;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox .txtImg {
	position: absolute;
	top: -30px;
	right: -182px;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox .ttl {
	margin-bottom: 20px;
	text-align: center;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox p {
	margin-bottom: 17px;
	font-size: 1.4em;
	color: #42210B;
	line-height: 1.65;
	text-align: justify;
	text-justify: inter-ideograph;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox .photoUl {
	margin-bottom: 26px;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox .photoUl li {
	padding-left: 7px;
	float: left;
}

#main .comGreenBox .subGreenBox .subBox .lBox .whiteBox .photoUl li:first-child {
	padding: 0;
}

#main .comGreenBox .subBox .rBox {
	margin-top: 28px;
	float: right;
	width: 230px;
	text-align: center;
}

#main .comGreenBox .subBox .rBox .whiteBox {
	padding: 50px 0 28px;
	background-color: #fff;
}

#main .comYellowBox .subBox .rBox .whiteBox .textImg,
#main .comGreenBox .subBox .rBox .whiteBox .textImg {
	position: relative;
}

#main .comYellowBox .subBox .rBox .whiteBox .textImg span,
#main .comGreenBox .subBox .rBox .whiteBox .textImg span {
	display: block;
	position: absolute;
	right: -20px;
	top: 20px;
}

#main .comGreenBox .rBox .link {
	margin: 22px 0 58px;
}

#main .comYellowBox .rBox .link img,
#main .comGreenBox .rBox .link img {
  max-width: 100%;
  height: auto;
}

#main .comGreenBox .lBox .textUl {
	margin: 7px 0 0 23px;
}

#main .spInsLink {
	display: block;
	text-align: center;
	border: 1px solid #42210B;
}

#main .spInsLink img {
	width: 100%;
	height: auto;
}

