html {
  /* スクロールバー領域：常に表示 */
  overflow-y:scroll;
}

body{
	margin:0 auto;
	padding:0;
	min-width:1000px;
	text-align:center;
	font-size:small;
	color:#1A1A1A;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#EFF0F4;
	position:relative;
}

/* IE6 */
* html body{
	font-size:80%;
	line-height:normal;
}

*{
	margin:0px;
}

a{
	color:#00499F;
}
a:hover{
	color:#0E7DF0;
}

a img{
	border:0;
}

.hover_efc a:hover img,
a.hover_efc:hover img{
	opacity:0.7;
	filter:Alpha(opacity=70);	/* < IE8 */
	-ms-filter:"alpha(opacity=70)"; /* IE8 */
}

img{
	vertical-align:middle;
}

hr{
	margin:20px 0;
	border:0;
	border-top:1px solid #CCC5B8;
}

.container{
	margin:0 auto;
	width:1000px;
	background:#FFFFFF;
	text-align:left;
	position:relative;
	*zoom:1;	/* < IE8 */
}
.container:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

#header{
	padding-bottom:10px;
	border-top:solid 6px #467EBC;
	position:relative;
	*zoom:1;	/* < IE8 */
}
#header:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

#logo{
	float:left;
	margin:30px 0 0 10px;
}

#description{
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:5px;
	left:10px;
}

#header_navi{
	float:right;
	display:table;
	margin:7px 10px 0 0;
}
#header_navi a{
	display:table-cell;
	padding:0 10px;
	border-left:solid 1px #666666;
	text-decoration:none;
	color:#1A1A1A;
	line-height:1em;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
#header_navi a:first-of-type{
	border-left-width:0;
}
#header_navi a:hover{
	color:#666666;
}

#menu{
	display:table;
	border-collapse:collapse;
	table-layout:fixed;
	box-sizing:border-box;
	width:100%;
	background:#0058AE url(../img/bg_menu.jpg) no-repeat center bottom;
	text-align:center;
}
#menu a{
	display:table-cell;
	padding:20px 0;
	border-left:solid 1px rgba(255, 255, 255, 0);
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
	position:relative;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
#menu a:first-of-type{
	border-left-width:0;
}
#menu a:before{
	content:"";
	margin-top:-10px;
	width:1px;
	height:20px;
	background:#FFFFFF;
	position:absolute;
	top:50%;
	left:-1px;
}
#menu a:first-of-type:before{
	content:none;
}
#menu a:hover{
	background:rgba(255, 255, 255, 0.2);
}
#menu a.current{
	background:#00B6A0 url(../img/bg_menu_on.jpg) no-repeat left top;
	/* < IE8 */
	*background:#00B6A0;
}
#menu a.current:nth-child(2){
	background-position:-166px top;
}
#menu a.current:nth-child(3){
	background-position:-332px top;
}
#menu a.current:nth-child(4){
	background-position:-498px top;
}
#menu a.current:nth-child(5){
	background-position:-664px top;
}
#menu a.current:last-child{
	background-position:right top;
}

.main p{
	margin:1em 0 0;
	line-height:1.8em;
}
.main ol{
	margin:0.5em 0 0 2.4em;
	padding:0;
	line-height:140%;
}
.main ol li{
	margin:0.5em 0 0;
}

p.indent_1,
.indent_1 p{
	margin-top:1em;
	text-indent:1em;
}
/*.indent_1 p{
	margin-top:0;
}*/

.crumbs{
	padding:10px 20px;
}

.tab_navi{
	padding:10px 0 0;
	border-bottom:solid 3px #21C508;
	text-align:center;
}
.tab_navi a{
	display:inline-block;
	margin:0 3px;
	padding:9px 10px 7px 20px;
	min-width:120px;
	font-size:14px;
	line-height:18px;
	background:#EAE9E6 url(../img/tab_arrow.png) no-repeat 8px center;;
	border-radius:3px 3px 0 0;
	color:#178200;
	text-decoration:none;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
.tab_navi a:hover,
.tab_navi a.current{
	background:#21C508 url(../img/tab_arrow_on.png) no-repeat 8px center;
	background:url(../img/tab_arrow_on.png) no-repeat 8px center,
		linear-gradient(to bottom, #59D431 0%, #21C508 100%);
	color:#FFFFFF;
}

.content{
	margin:0 auto;
	padding:10px 0;
	width:800px;
}

.sub_title{
	margin-top:2em;
	display:flex;
	padding:6px 0 6px 34px;
	background:url(../img/leaf.png) no-repeat left top;
	font-size:16px;
	line-height:22px;
}
.sub_title:after{
	content:"";
	display:flex;
	align-self:center;
	margin-left:10px;
	height:1px;
	background:#0E7DF0;
	line-height:22px;
	flex-grow:1;
}
.content > .sub_title:first-child{
	margin-top:1em;
}

.sub_title_s{
	margin-top:2em;
	padding:5px 10px;
	background:#FFCC7C;
	font-size:15px;
	line-height:20px;
}
.sub_title_s small{
	font-size:13px;
	font-weight:normal;
}
.sub_title + .sub_title_s{
	margin-top:0.5em;
}

.sub_title small,
.sub_title_s small{
	font-size:13px;
	font-weight:normal;
}

ul.txt_marker{
	list-style:none;
	padding:0.5em 20px 0;
	line-height:1.4em;
}
.txt_marker li{
	padding:0.5em 0 0 1em;
	text-indent:-1em;
}
.txt_marker div{
	text-indent:0;
}
.txt_marker ol{
	margin-left:1.5em;
	padding-top:0;
}
.txt_marker ol li{
	padding-top:0.3em;
}

ul.square_marker,
ul.disc_marker{
	margin-left:1.2em;
	padding:0.5em 20px 0;
	line-height:1.4em;
}
.square_marker li,
.disc_marker li{
	margin:0.5em 0 0;
}
ul.square_marker{
	list-style:square;
}
ul.disc_marker{
	list-style:disc;
}

table.tbl_1{
	border-collapse:collapse;
	margin:1em 0 0;
	line-height:1.4em;
}
.tbl_1 th,
.tbl_1 td{
	padding:10px 15px;
	border:solid 1px #CCCCCC;
}
.tbl_1 th{
	background:#F5F5F5;
	font-weight:normal;
	white-space:nowrap;
}

.th_r th{
	text-align:right;
}

table.tbl_c{
	margin:1em auto 0;
}

.article_body{
	line-height:1.8em;
	*zoom:1;	/* < IE8 */
}
.article_body:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
.article_body p{
	margin:0;
	line-height:inherit;
}

.page_navi{
	text-align:center;
	padding:10px 0 0;
}
.page_navi ul{
	list-style:none;
	padding:0;
	display:inline-block;
	text-align:left;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
.page_navi li{
	display:inline-block;
	margin:2px 1px;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
.page_navi a,
.page_navi span{
	display:block;
	padding:5px 10px;
	border:1px solid #666666;
}
.page_navi a{
	color:#0E7DF0;
	border-color:#0E7DF0;
	text-decoration:none;
}
.page_navi a:hover{
	background:#0E7DF0;
	color:#FFFFFF;
}

.box{
	margin:0.5em 0 0;
	padding:10px 15px;
	border:solid 1px #21C508;
	line-height:1.8em;
}

.inline_block{
	display:inline-block;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}

.indent_block{
	padding-left:1em;
}

.hanging_indent{
	padding-left:1em;
	text-indent:-1em;
}

.align_c{
	text-align:center;
}

.align_l{
	text-align:left;
}

.align_r{
	text-align:right;
}

.valign_t,
.valign_t th,
.valign_t td{
	vertical-align:top !important;
}

.valign_m,
.valign_m th,
.valign_m td{
	vertical-align:middle !important;
}

.valign_b,
.valign_b th,
.valign_b td{
	vertical-align:bottom !important;
}

.float_l{
	float:left;
}
p img.float_l{
	margin-right:10px;
}

.float_r{
	float:right;
}
p img.float_r{
	margin-left:10px;
}

.no_wrap{
	overflow:hidden;
	*zoom:1;	/* < IE8 */
}

.clear_fix{
	clear:both;
	*zoom:1;	/* < IE8 */
}
.clear_fix:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.txt_red{
	color:#F20000;
}

.mail_form .sub_title_s:first-child{
	margin-top:0.5em;
}
.mail_form .tbl_1{
	margin:1em auto 0;
	width:auto;
}
.mail_form em{
	color:#F20000;
	font-style:normal;
}

.err_msg{
	padding:10px !important;
	background:#F20000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.complete_msg{
	padding:30px 0;
	text-align:center;
}

input,
button,
select{
	vertical-align:middle;
}

input[type='text']{
	padding:0px 1px;
}

input[type='button'],
input[type='submit']{
	margin:5px;
	padding:6px;
	cursor:pointer;
	font-family:inherit;
}

button{
	cursor:pointer;
	font-family:inherit;
}

label{
	padding-right:1em;
}

textarea{
	font-size:100%;
	max-width:40em;
}

.submit_btn{
	text-align:center;
}
.submit_btn input[type='submit']{
	padding:6px;
	min-width:6em;
}

.jp_off{
	ime-mode:disabled;
}

.jp_off_r{
	ime-mode:disabled;
	text-align:right;
}

#page_top{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:9999;
	font-size:11px;
}
#page_top a{
	display:inline-block;
	padding:10px 5px;
	background:#335795;
	background:rgba(51, 87, 149, 0.7);
	color:#FFFFFF;
	border-radius:10px;
	text-decoration:none;
	text-align:center;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
#page_top a:hover{
	background:rgba(51, 87, 149, 1.0);
}
#page_top a img{
	display:block;
	margin:0 auto;
}

#footer{
	margin-top:40px;
	background:#E6E6E6;
	position:relative;
}
#footer:before{
	content:"";
	width:100%;
	height:20px;
	background:url(../img/bg_footer.gif) no-repeat center top;
	position:absolute;
	top:-18px;
	left:0;
}

.footer_section{
	padding:10px 20px 30px;
	background:url(../img/tree.png) no-repeat 240px bottom;
	*zoom:1;	/* < IE8 */
}
.footer_section:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

#ft_address{
	float:left;
	padding-left:10px;
	font-style:normal;
}

#footer_navi{
	float:right;
}
#footer_navi  ul{
	display:table;
	list-style:none;
	padding:0;
}
#footer_navi li{
	display:table-cell;
	padding:0 20px;
}
#footer_navi a{
	display:table;
	color:#1A1A1A;
	text-decoration:none;
	/* < IE8 */
	*display:inline;
	*zoom:1;
}
#footer_navi a:hover{
	color:#4D4D4D;
	text-decoration:underline;
}
#footer_navi .sub{
	padding-left:5px;
}
#footer_navi .sub a{
	padding-left:10px;
	background:url(../img/ft_arrow.png) no-repeat left center;
}

#copyright{
	padding:0 0 10px;
	background:#467EBC;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	position:relative;
}
#copyright:before{
	content:"";
	width:100%;
	height:20px;
	background:url(../img/bg_copyright.png) no-repeat center top;
	position:absolute;
	top:-18px;
	left:0;
}
