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

		Base

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

body{
	color: #333;
	background-color: #19976e;
	font-size: 13px;
	font-size: 85%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ","Meiryo",Verdana,"ＭＳ ゴシック",Osaka-mono,sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body#article{
	background-color: #fff;
	
}

/* for IE6 */
* html body {font-size: 82%;}

/* for IE7 */
*:first-child+html body {font-size: 82%;}

img {max-width: 100%;}

a img{border: 0 none;}

em, address{font-style: normal;}

iframe{border: 0 none;}

sub, sup{font-size: 50%;}

/* ベースリンクカラー */
a{ color: #d09346; }
a:hover{ text-decoration: none; }

.scroll_x {
	display: block !important;
	position: relative;
}
@media only screen and (max-width: 768px) {
	.scroll_x {
		overflow-x: scroll;
	}
}

/* フォントサイズ */
.fs10{ font-size: 77%; }
.fs11{ font-size: 85%; }
.fs12{ font-size: 92%; }
.fs13{ font-size: 100%; }
.fs14{ font-size: 108%; }
.fs15{ font-size: 115%; }
.fs16{ font-size: 123%; }
.fs18{ font-size: 138%; }
.fs20{ font-size: 154%; }
.fs22{ font-size: 169%; }
.fs24{ font-size: 184%; }
.fs26{ font-size: 200%; }

.fL{ float: left !important}
.fR{ float: right !important}
.clr{
	float: none;
	clear: both;
}

.fontS { font-size: 77% }
.fontM { font-size: 85% }
.fontL { font-size: 116% }



/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


.sp{display: none;}

@media only screen and (max-width: 768px) {
	img{
		max-width: 100%;
		height: auto;
	}

	.sp{display: block;}
	.pc{display: none !important;}
}



p .fL{margin: 0 10px 10px 0;}
p .fR{margin: 0 0 10px 10px;}


@media only screen and (max-width: 768px) {
	p .fL,
	p .fR{
		display: block;
		float: none !important;
		margin: 10px auto;
	}
}


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

		Table

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

#article table{
	width: 100%;
}
#article table td,
#article table th{
	border: solid 1px #34445c;
	padding: 0.5em 1em;
	text-align: left;
}
#article table th,
#article table td{
	background: #fff;
}
#article table th{
	color: #34445c;
	background: #c3d6e3;
}

/* color2 */
#article table.color2 td,
#article table.color2 th{
	border: solid 1px #d44d47;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color2 th,
#article table.color2 td{
	background: #fff;
}
#article table.color2 th{
	color: #b53030;
	background: #f2cac8;
}

/* color3 */
#article table.color3 td,
#article table.color3 th{
	border: solid 1px #22b573;
	padding: 0.5em 1em;
	text-align: left;
}
#article table.color3 th,
#article table.color3 td{
	background: #fff;
}
#article table.color3 th{
	color: #138e53;
	background: #bde9d5;
}

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

		Urgent

===========================================*/
#urgent{
	background: #dd0f0f;
	color: #fff;
	font-size: 108%;
	padding: 15px 3%;
	width: 94%;
}
#urgent h3{
	float: left;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: #fcee21;
	font-size: 123%;
	font-weight: bold;
	color: #dd0f0f;
	padding: 0 10px;
	margin-right: 15px;
}
#urgent p{
	float: left;
	margin: 3px 0;
	font-weight: bold;
}
#urgent a{
	color: #fff;
}
#urgent>a{
	float: right;
	background: #333;
	color: #fff;
	padding: 0 10px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}

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

		Wrap

===========================================*/
#wrap{
	width: 100%;
	font-size: 100%;
	background-color: #fff;
	/*background: url(../img/bg_main.png) no-repeat center top;
	-webkit-background-size: contain;
	background-size: contain;*/
}

@media only screen and (max-width: 768px) {
	#wrap{
		background: none;
		background-color: #fff;
	}
}


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

		Header

===========================================*/
#header{
	position: relative;
	padding: 0;
	min-width: 960px;
	/*border-top: 5px solid #2c344c;*/
	/*background: url(../img/base_bg.png) repeat 0 0;
	color: #fff;*/
	background: #fff;
}
.deco_left,
.deco_right{
	display: none;
	position: absolute;
}
body.general #header .deco_left{
	display: inline !important;
	left: 0; top: 0;
}
body.general #header .deco_right{
	display: inline !important;
	right: 0; top: 0;
}
#header #header_pc{display: none;}
body.general #header #header_pc{display: block;}
#header #header_pc h1{
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 0;
}
#header h1.page{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin: 5px 0;
	vertical-align: middle;
	left: -50px;
}
body.general #header h1.page{display: none;}


body.inakakurashi.general #header #header_pc,
body.byouin.general #header #header_pc,
body.kankou.general #header #header_pc,
body.kougyoudanti.general #header #header_pc,
body.gikai.general #header #header_pc{
	display: none;
}
body.inakakurashi.general #header h1.page,
body.byouin.general #header h1.page,
body.kankou.general #header h1.page,
body.kougyoudanti.general #header h1.page,
body.gikai.general #header h1.page{
	display: inline-block;
}
body.inakakurashi.general #header .deco_left,
body.byouin.general #header .deco_left,
body.kankou.general #header .deco_left,
body.kougyoudanti.general #header .deco_left,
body.gikai.general #header .deco_left,
body.inakakurashi.general #header .deco_right,
body.byouin.general #header .deco_right,
body.kankou.general #header .deco_right,
body.kougyoudanti.general #header .deco_right,
body.gikai.general #header .deco_right{
	display: none !important;
}


@media only screen and (max-width: 768px) {
	.deco_left,
	.deco_right{
		display: none !important;
		position: absolute;
	}
	body.general #header .deco_left,
	body.general #header .deco_right{
		display: none !important;
	}
	#header{
		margin: 0;
		padding: 0;
		min-width: 0;
	}
	#header #header_sp h1{
		float: left;
		margin: 0;
		padding: 10px;
		width: 38%;
		/*height: 65px;*/
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#header .aco{
		display: table;
		float: left;
		width: 27%;
		margin-left: 3%;
	}
	#header .aco a.aco_btn{
		display: table-cell;
		width: 100%;
		height: 55px;
		padding: 0 10px;
		background: #19976e;
		color: #fff;
		line-height: 1.4em;
		vertical-align: middle;
		text-decoration: none;
		border-bottom: 3px solid #2c344c;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#header .aco a.aco_btn > span{
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#header .aco nav{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(25,151,110,.8);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		z-index: 200;
	}
	#header #nav_useful.aco nav{background: rgba(208,147,70,.8);}

	/* gl_nav */
	#header .aco ul{
		float: none;
		clear: both;
		margin: 20px;
		background: #fff;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 3px 1px #063d2b;
		box-shadow: 0 3px 1px #063d2b;
	}
	#header #nav_menu.aco ul li{border-top: 2px solid #dfdfdf;}
	#header #nav_menu.aco ul li:first-child{border-top: 0 none;}
	#header #nav_useful.aco ul li{text-align: center;}
	#header .aco ul li a{
		position: relative;
		display: block;
		width: 100%;
	}
	#header #nav_menu.aco ul li a{
		padding: 10px 20px 10px 60px;
		background: url(../img/arrow3_sp.png) no-repeat 95% center;
		-webkit-background-size: 5px 9px;
		background-size: 5px 9px;
		color: #333;
		font-size: 123%;
		font-weight: bold;
		text-decoration: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#header  #nav_menu.aco ul li a img{
		position: absolute;
		left: 20px; top: 10px;
	}
	#header .aco ul li a span{
		display: block;
		font-size: 72%;
	}
	#header .aco a.cls_btn{
		display: inline-block;
		float: right;
		margin: 10px 20px;
		padding: 5px 20px;
		color: #fff;
		background: #333;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		font-size: 110%;
	}

	/* useful */
	#header #nav_useful a.aco_btn{background: #239ee9;}
	#header #nav_useful h3{

	}
	#header #nav_useful ul{
		margin-top: 0;
		background: #fff;
	}
	#header #nav_useful li{
		float: left;
		width: 50%;
		margin: 0;
		border-top: 1px solid #dfdfdf;
		border-right: 1px solid #dfdfdf;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header #nav_useful li:first-child{
		float: none;
		clear: both;
		padding: 10px;
		width: auto;
		border: none;
		background: #eed8bc;
		text-align: center;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	#header #nav_useful li:first-child img{width: 80%;}
	#header #nav_useful li:nth-child(2n+1){border-right: 0 none;}
	#header #nav_useful li a{
		padding: 10px 5px;
		width: auto;
	}
}



/* head_sub */
#header .head_sub{
	position: relative;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	min-width: 950px;
	background: #19976e;
	color: #fff;
}
#header .head_sub .centering{
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: right;
}
#header a.home{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 1px 8px;
	background: #fff;
	color: #2c344c;
	border: 1px solid #aaaeb7;
	text-decoration: none;
}
#header .head_sub .blc_font,
#header .head_sub .blc_bg,
#header .head_sub .blc_search,
#header .head_sub .blc_google{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 0 0 15px;
	vertical-align: middle;
}
#header .head_sub .blc_google{
	margin: 0;
}
#header .head_sub .blc_font span,
#header .head_sub .blc_bg span{
	display: block;
	float: left;
	padding: 5px 0;
	line-height: 1em;
}
#header .head_sub .blc_font ul,
#header .head_sub .blc_bg ul{
	float: left;
}
#header .head_sub .blc_font li,
#header .head_sub .blc_bg li{
	float: left;
	display: inline-block;
	margin-left: 6px;
	padding: 5px 10px;
	line-height: 1em;
	background: #fff;
	color: #666;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#header .head_sub .blc_bg li{
	background: #fff;
	color: #333;
}
#header .head_sub .blc_bg li#yellow{
	background: #ffc533;
}
#header .head_sub .blc_bg li#blue{
	background: #2679C4;
	color: #fff;
}
#header .head_sub .blc_bg li#black{
	background: #000;
	color: #fff;
}
#header .head_sub li.active{
	background: #666 !important;
	color: #fff;
}
#header .head_sub .blc_search input{
	position: relative;
	margin: 0;
/*	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;*/
}
#header .head_sub .blc_search input.tt{
	width: 130px;
/*
	width: 103px\9;
	top: -3px\9;
*/
	padding: 3px 3px 3px 10px;
	height: 18px;
	border: 0 none;
	/*background: url(../img/bg_search.png) no-repeat 2px center #fff;*/
	color: #333;
	vertical-align: middle;
}
#header .head_sub .blc_search input.sb{
	width: 20px;
	height: 24px;
	margin-left: 0;
	padding: 0;
	overflow: hidden;
	border: 0 none;
	background: url(../img/search_bg.png) no-repeat center center #fff;
	color: #fff;
	text-indent: 9999px;
	text-align: center;
	vertical-align: middle;
}


@media only screen and (max-width: 768px) {
	#header{background: url(../img/header_bg_sp.png) no-repeat right top;}
	#header .container-12{
		width: 100%;
	}
	#header a.home{display: none;}
	#header .head_sub{
		padding: 0;
		min-width: 0;
		background: transparent;
	}
	#header .head_sub .centering{width: auto;}
	#header .head_sub .blc_search{
		display: none;
		margin: 0;
		padding: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .head_sub .blc_search form{
		border: 2px solid #19976e;
		background: #fff;
		padding: 0;
	}
	#header .head_sub .blc_search input{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	#header .head_sub .blc_search input.tt{
		padding: 5px;
		width: 80%;
		min-height: 24px;
		border: 0 none;
		background: none #fff;
		color: #8ccbb6;
	}
	#header .head_sub .blc_search input.sb{
		width: 15%;
		margin-left: 3%;
	}
	#header .head_sub .blc_bg + br{display: none;}
}

#gl_nav{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
#gl_nav ul{
	float: right;
	margin: 25px auto 0;
	/* width: 610px; */
	width: 686px;
	list-style: none;
}
#gl_nav li{
	position: relative;
	float: left;
	margin: 0 0 10px;
	width: 170px;
	height: 30px;
	border-right: 1px dashed #b3b3b3;
	text-align: center;
}
#gl_nav li:nth-child(4n+1){border-left: 1px dashed #b3b3b3;}
/*#gl_nav li:after{
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 42px;
	background: #52b1c9;
}
#gl_nav li:first-child:before{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 42px;
	background: #52b1c9;
}*/
#gl_nav li a{
	display: block;
	position: relative;
	height: 40px;
	color: #fff;
	font-size: 123%;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	white-space: nowrap;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
#gl_nav li a:hover{color: #ffc533;}
#gl_nav li a span{
	display: block;
	line-height: 1em;
	font-size: 72%;
}
#gl_nav li img{
	width: 170px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -85px;
}


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

		main_content

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

#main_content{
	position: relative;
	padding: 30px 0;
}
@media only screen and (max-width: 768px) {
	#main_content{
		padding: 10px 0 0;
		width: 100%;
	}
}


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

		Contents

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

#contents{
	position: relative;
	left: 240px;
}
@media only screen and (max-width: 768px) {
	#contents{
		position: static;
		margin: 0 auto 20px;
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


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

		Side

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

#sideL{
	position: relative;
	left: -480px;
}
#sideR{}

@media only screen and (max-width: 768px) {
	#sideL{
		position: static;
	}
}


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

		blc_st

===========================================*/
/*
.blc_st{
	margin-bottom: 20px;
	padding: 7px;
	border-width: 3px;
	border-style: solid;
	background-color: #fff;
}
.blc_st h3{
	background: #fff;
	margin: 0 0 10px;
}

.blc_st h3 img{

}
.blc_st li a{
	color: #333;
	text-decoration: none;
}
.blc_st li:before{content: '■ ';}

.blc_st ul.ptn_st{background: #fff;}
.blc_st ul.ptn_st li{border-top: 1px dotted #d1d1d1;}
.blc_st ul.ptn_st li:first-child{border-top: none;}
.blc_st ul.ptn_st li a{
	display: block;
	padding: 13px 13px 13px 29px;
	text-decoration: none;
	color: #333;
	background-image: url(../img/common_list_icon00.png);
	background-repeat: no-repeat;
	background-position: 13px 19px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;
}
.blc_st ul.ptn_st li a:hover{
	background-color: #e1eaf1;
}
.blc_st span.space{
	letter-spacing:1em;
}

@media only screen and (max-width: 768px) {
	.blc_st{
		padding: 10px;
		text-align: left;
	}
	.blc_st li{margin: 10px 0 0;}
	.blc_st li a{
		padding: 5px 0;
		text-decoration: underline;
	}
}
*/

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

		info(Topics & News)

===========================================*/
.info{
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
}
.info h3{
	margin: 0;
	padding: 0 130px 10px 0px;
	border-bottom: 3px solid #239ee9;
	font-size: 150%;
	color: #333;
}
#topics.info h3{border-bottom-color: #19976e;}

.info h3 img{
	position: relative;
	left: 0;
	top: -2px;
	margin-right: 8px;
}
.info div{
	position: absolute;
	display: block;
	top: 17px; right: 15px;
	/*
width: 100px;
	height: 25px;
*/
	text-align: right;
}

.info ul li{
	border-top: 1px dashed #b3b3b3;
	line-height: 1.4;
}
.info ul li:first-child{
	border-top: none;
}
.info ul li a{
	display: block;
	padding: 10px 35px 10px 10px;
	text-decoration: none;
	/*background: url(../img/common_icon_arrow01.png) no-repeat 95% 50%;*/
	/*-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	-o-transition: background 0.1s linear;
	-ms-transition: background 0.1s linear;
	transition: background 0.1s linear;*/
	background: no-repeat 97% center;
}
.info ul li a{background-image: url(../img/arrow1.png);}
#news.info ul li a{background-image: url(../img/arrow2.png);}

.info ul li a:hover{background-color: #eee;}
.info ul li a dt{
	color: #808080;
	font-size: 90%;
}
.info ul li a dt span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 0 2px 8px;
	padding: 1px 5px;
	border: 1px solid #19976e;
	color: #19976e;
	font-size: 90%;
}
.info ul li a{
	color: #333;
}
/* sp */
@media only screen and (max-width: 768px) {
	.info{
		float: none;
		margin: 10px auto 55px;
		padding: 0;
		width: 100%;
	}
	.info h3{
		padding-right: 0;
	}
	.info h3 img{
		width: 25px;
	}
	.info div{
		top: auto;
		right: 0;
		bottom: -35px;
	}
	.info ul li:last-child{border-bottom: 1px dashed #b3b3b3;}
	.info ul li a{
		display: block;
		position: relative;
		padding-right: 30px;
		background-position: 96% center;
		-webkit-background-size: 5px 9px;
		background-size: 5px 9px;
	}
	/*.info ul li a:after{
		content: " ";
		display: block;
		position: absolute;
		right: 10px; top: 50%;
		margin-top: -6px;
		width: 11px;
		height: 11px;
		border-right: 1px solid #b3cbdb;
		border-bottom: 1px solid #b3cbdb;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/
	#topics.info ul li a{background-image: url(../img/arrow1_sp.png);}
	#news.info ul li a{background-image: url(../img/arrow2_sp.png);}
	.info ul li a dd{
		text-decoration: underline;
	}
}

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

		foot_bnr

===========================================*/
#foot_bnr{
	float: none;
	clear: both;
	margin: 20px auto;
	text-align: center;
}
#foot_bnr a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	float: left;
	margin-left: 10px;
}
/*#foot_bnr a:first-child{margin-left: 0;}*/

@media only screen and (max-width: 768px) {
	#foot_bnr{display: none;}
}

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

		footer

===========================================*/
#footer{
	float: none;
	clear: both;
	position: relative;
	min-width: 960px;
	text-align: center;
	background: url(../img/footer_deco2.png) repeat-x left top;
}
#footer #pagetop{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: fixed;
	right: 20px; bottom: 40px;
	z-index: 10;
}
#footer #footer_wrap{
	padding: 20px 0;
	background: #19976e;
	color: #fff;
	text-align: left;
}
#top #footer #footer_wrap{padding-top: 0;}
#footer .container-12{position: relative;}
#footer .ft_body{
	display: none;
	margin: 30px 0;
	border-left: 1px solid #178762;
	border-right: 1px solid #45ab89;
}
#top #footer .ft_body{display: block;}
#footer .ft_body>dl,
#footer .ft_body .item2{
	width: 208px;
	float: left;
	padding: 0px 12px;
	border-left: 1px solid #45ab89;
	border-right: 1px solid #178762;
}
#footer .ft_body.grid-12{
	margin-left: 2px;
	width: 936px;
}
/*#footer .ft_body dl:first-child{width: 166px;}*/
#footer .ft_body dl dt,
#footer .ft_body dl dd{
}
#footer .ft_body dl dt{
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 123%;
	font-weight: bold;
	letter-spacing: 0.03em;
}
#footer .ft_body dl dt.set2{
	margin-top: 20px;
}
#footer .ft_body dl dd{}
#footer .ft_body dl dd a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 0 3px;
	padding: 0 0 0 12px;
	background: url(../img/bg_arrow.png) no-repeat left 4px;
	color: #fff;
	font-size: 92%;
	line-height: 1.5;
	text-decoration: none;
}
#footer .ft_body dl dd a:hover{
	text-decoration: underline;
}
#footer .ft_foot{
	font-size: 92%;
	text-align: right;
}
#footer .ft_foot address{
	float: left;
	margin-left: 12px;
	font-style: normal;
	text-align: left;
}
#footer .ft_foot address a{
	color: #fff;
}
#footer .ft_foot .sub_nav{
	float: right;
	min-width: 400px;
	margin-top: 2em;
	margin-bottom: 5px;
}
#footer .ft_foot .sub_nav li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 12px;
}
#footer .ft_foot .sub_nav li a{
	background: url(../img/bg_arrow.png) no-repeat left center;
	padding: 0 0 0 12px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
#footer .ft_foot .sub_nav li a:hover{
	text-decoration: underline;
}
#footer .ft_foot small{
	float: right;
	margin-bottom: 5px;
	font-size: 90%;
	letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
	#footer{
		margin-top: 50px;
		min-width: 0;
	}
	#footer .container-12{
		padding: 40px 0 0;
		width: 100%;
	}
	#footer #pagetop{
		display: block;
		position: absolute;
		right: 50%;
		top: -45px;
		margin-right: -65px;
		width: 134px;
		height: 71px;
	}
	#footer .ft_body{
		margin: 0;
		border-top: 3px solid #147250;
		border-left: 0 none;
		border-right: 0 none;
	}
	#footer .ft_body.grid-12{
		width: 100%;
		margin-right: 0;
	}
	#footer .ft_body dl,
	#footer .ft_body .item2{
		float: none;
		position: relative;
		margin: 0;
		padding: 0;
		width: auto;
		min-height: 0 !important;
		border-left: 0 none;
		border-right: 0 none;
		border-bottom: 3px solid #147250;
	}
	#footer .ft_body .item2{
		border: none;
	}
	#footer .ft_body dl dt{
		display: table;
		width: 100%;
		margin: 0;
		padding: 10px 60px 10px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .ft_body dl dt.set2{
		margin-top: 0;
	}
	#footer .ft_body dl dt:after{
		content: " ";
		display: table-cell;
		position: absolute;
		right: 0; top: 0;
		width: 46px;
		height: 100%;
		border-left: 3px solid #147250;
		background: url(../img/arrow_sp_down.png) no-repeat center center;
		-webkit-background-size: 18px 13px;
		background-size: 18px 13px;
		text-align: center;
		vertical-align: middle;
	}
	#footer .ft_body dl dt.active:after{background-image: url(../img/arrow_sp_up.png)}
	#footer .ft_body dl dd{
		display: none;
		margin: 5px 0;
		padding: 0 10px;
	}
	#footer .ft_foot{
		margin: 0;
		text-align: center;
	}
	#footer .ft_foot .fL{
		display: inline-block;
	}
	#footer .ft_foot address{
		float: none;
		clear: both;
		margin: 10px 0;
		padding: 10px 0;
		font-size: 120%;
		line-height: 1.8;
		letter-spacing: 1px;
		text-align: center;
	}
	#footer .ft_foot .sub_nav{
		min-width: 0;
		margin-top: 10px;
	}
	#footer .ft_foot .sub_nav{
		float: none;
		clear: both;
		margin: 0;
		/*border-top: 3px solid #147250;*/
	}
	#footer .ft_foot .sub_nav li{
		display: block;
		float: left;
		margin: 0;
		width: 50%;
		background: #157c57;
	}
	/*
#footer .ft_foot .sub_nav li:last-child{
		float: none;
		clear: both;
		width: 100%;
	}
*/
	#footer .ft_foot .sub_nav li a{
		display: block;
		position: relative;
		padding: 15px 5% 15px 2%;
		margin: 0;
		background-position: 98% center;
		border-right: 3px solid #147250;
		border-bottom: 3px solid #147250;
		color: #fff;
		font-size: 120%;
		text-align: left;
		text-decoration: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .ft_foot .sub_nav li a:hover{text-decoration: none;}
	/*#footer .ft_foot .sub_nav li a:after{
		content: " ";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/
	#footer a.sp img{max-width: 50%;}
	#footer .ft_foot small{
		display: block;
		float: none;
		margin-top: 20px;
		text-align: center;
	}
}