@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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 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: #000;
	text-decoration: none;
}

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

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

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

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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;
}

img {
	vertical-align: top;
}

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

#container {
	margin: 0 auto;
	width: 956px;
	text-align: left;
}

#main {
	margin: 0 auto 60px;
	width: 933px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto 19px;
}


#header #top_bar {
	margin-bottom: 21px;
	padding: 5px 3px 4px;
	position: relative;        
	color: #FFF;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
	border-radius: 0 0 4px 4px;
	background-color: #7FC31C;
	behavior: url(/js/pie.htc);
}


#header .hBox {
	margin: 0 10px;
}

#header .logo {
	margin-top: 3px;
	float: left;
}

#header .pBox {
	width: 480px;
	float: right;
}

#header .pBox p {
	margin-bottom: 11px;
	font-size: 1.7em;
	line-height: 1.6;
}

#header .pBox p span {
	font-size: 0.78em;
	-webkit-transform: scale(1.0);
	display: inline-block;
	-webkit-margin-start: -7px;
}

#header .pBox .pTop {
	margin-bottom: 0;
	font-size: 2.0em;
	line-height: 1.45;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#header .pBox .pTop span {
	font-size: 1.7em;
	-webkit-transform: scale(1.0);
	letter-spacing: 0.05em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .pBox .pTop span {
		padding-left: 10px;
	}
}

#header .pBox li {
	float: left;
	font-size: 1.5em;
	-webkit-transform: scale(1.0);
	display: inline-block;
	-webkit-margin-start: -10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .pBox li {
		margin-right: 7px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .pBox #gNavi {
		padding-left: 9px;
	}
}

#header .pBox #gNavi ul {
	margin-left: 0px;
	margin-right: 20px;
}

#header .pBox li a {
	margin-right: 1px;
}

#header .pBox .ulBox {
	margin-top: 9px;
	display: none;
}

#header .pBox .ulBox {
	margin-top: 12px;
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header .pBox .ulBox {
		margin-left: 8px;
	}
}

#header .pBox .ulBox ul {
	margin-bottom: 10px;
}

#header .pBox .ulBox .ulSpecial {
	margin: 0;
}

#header .pBox .ulBox li {
	margin-right: 32px;
	font-size: 1.4em;
	font-weight: bold;
}


#header .pBox .ulBox li {
	margin-right: 26px\0/IE9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#header .pBox .ulBox li {
		margin-right: 26px!important;
	}
}

#header .pBox .ulBox .ulSpecial li {
	margin-right: 23px;
}

#header .pBox .ulBox li a {
	margin-right: 0;
}

#header .pBox .ulBox a:link {
	color: #787878;
}

#header .pBox .ulBox a:visited {
	color: #787878;
}

#header .pBox .ulBox a:hover {
	color: #787878;
}

#header .pBox .ulBox a:active {
	color: #787878;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 929px;
	overflow: hidden;
	zoom: 1;
}

#footer .lBox {
	width: 625px;
	float: left;
}

#footer .lBox p {
	margin-top: 7px;
	font-size: 1.3em;
}

#footer .lBox p a {
	padding-right: 16px;
	background: url(/img/common/icon.png) no-repeat right 2px;
}

#footer .lBox img#table {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

#footer .lBox #table_cap {
	padding-top: 10px;
	font-size:1.2em;
}




#footer .lBox div#info {
	clear: both;
}


#footer .rBox {
	width: 275px;
	float: right;
}

#footer .rBox .fLogo {
	margin-left: 3px;
}

#footer .rBox {
	font-size: 1.2em;
	line-height: 1.6;
	border: solid 2px gray;
	padding: 0.5em;
}



#footer .rBox p.kome{
	text-indent:-2em;
	margin-left: 2em;
}

#footer .rBox p.kuro {
	text-indent:-1em;
	margin-left: 1em;
}



#footer .rBox p span {
	font-size: 0.8em;
}

#footer .rBox .pTop {
	margin: 5px 0 -2px;
	position: relative;
	font-size: 1.6em;
	line-height: 1.2;
	zoom: 1;
	font-weight: bold;
}
/* media */
/* @ screen and (-webkit-min-device-pixel-ratio:0) { #footer .rBox .pTop { margin-bottom: -1px; } } */

#footer .rBox .pTop span {
	font-size: 1.68em;
}

#footer .rBox .copyright {
	margin-top: 7px;
	font-size: 0.8em;
	font-style: normal;
	text-align: right;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 32px;
	padding-bottom: 11px;
	overflow: hidden;
	border-bottom: 3px solid #7FC31C;
	zoom: 1;
}

#main h2 .lSpan {
	float: left;
	display: inline-block;
}

#main h2 .rSpan {
	padding-top: 5px;
	float: right;
	display: block;
	font-size: 1.5em;
	font-weight: normal;
	text-align: right;
	width: 300px;
}



#main h2.txtTtl {
	padding-left: 34px;
	font-size: 3.2em;
	line-height: 1.1;
	position: relative;
	overflow: visible;
}

#main h2.txtTtl:before {
	content: "";
	display: block;
	width: 24px;
	height: 23px;
	background: url(/img/common/icon02.png) 0 0 no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}

/*------------------------------------------------------------
	br
------------------------------------------------------------*/
.sp{
	display: none;
}

/*------------------------------------------------------------
	404
------------------------------------------------------------*/
#main {
	margin-top: 2em;
}

#main .menu404{
	font-size: 2em;
}

#main .menu404 ul{
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
}

#main .menu404 li{
	display: inline-block;
	background-color: #fff;
	color: #FFF;
	width: 15em;
	padding: 0.6em;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	margin: 1%;
}

#main .menu404 li a{
	display: block;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #333;
	font-weight: 700;
}



