@charset   "utf-8";

/* ===== 
	Initialization
 ================================================== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-all;
	word-break: break-all;
}

html,
button,
input,
select,
textarea {
	color: #2a2007;
}

html {
	font-size: 62.5%;
	line-height: 1.0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	/*
	line-height: 1.0em;
	*/
	font-weight: 300;
}

ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

textarea { /* for chrome fontsize bug */
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}
button {
	letter-spacing: normal;
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
}


/* ===== Basic design Styles ================================================== */

html,body{
	position: relative;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "AXIS Std", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, Helvecita, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background: #fff;
}

a {
	color: #2c930a;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.call a,
a.call {
	color: #000;
	text-decoration: none !important;
}


/* =====================================
	 Basic and for SP
===================================== */

/* base  *********************************/
#body{
	position: relative;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
}

.pc_only,
.pc_only_il,
.not_sp,
.not_sp_il{ display: none !important; }


#wrapper{
	margin: 0 0 30px;
}
	#home #wrapper{
		margin: 30px 0;
	}
	
	#wrapper img{
		max-width: 100%;
		height: auto;
	}
	
		#home #wrapper img{
		max-width: 100%;
	}

.wrapper_inn,
.wrapper_wide{
	padding: 0 15px;
}

.wrap{
	margin: 30px auto;
}
	.wrap a{ text-decoration: underline; }


/* Parts  *********************************/
/* LIST */
.list01_s{
	border-top: 1px solid #cde4ea;
}
.list01_s li{
	margin: 0;
	border-bottom: 1px solid #cde4ea;
}
	.list01_s li a{
		color: #333;
	}
	.list01_s li a:hover{
		color: #42b8d9;
		background: #f2f8fa;
	}
	
	.list01_s li a,
	.list01_s li span{
		display: inline-block;
		width: 100%;
		padding: 14px 0 15px 0;
		line-height: 20px;
	}
	.list01_s li a:before,
	.list01_s li span:before{
		display: inline-block;
		float: left;
		content: "";
		width: 5px;
		height: 10px;
		margin: 5px 22px 5px 3px !important;
		background: #42b8d9;
	}

.list01_l li{
	margin: 0;
	border-bottom: 1px solid #cde4ea;
}
	.list01_l li a{
		color: #42b8d9;
	}
	.list01_l li a:hover{
		background: #f2f8fa;
	}
	
	.list01_l li a,
	.list01_l li span{
		display: inline-block;
		width: 100%;
		padding: 14px 0 15px 0 !important;
		line-height: 20px;
	}
	.list01_l li a:before,
	.list01_l li span:before{
		display: inline-block;
		float: left;
		content: "";
		width: 10px;
		height: 20px;
		margin-right: 20px;
		background: #42b8d9;
	}


.list02 ul{
	border-top: 1px solid #cde4ea;
}
.list02 li{
	position: relative;
	margin: 20px 0;
	padding: 0 0 20px 20px !important;
	border-bottom: 1px solid #cde4ea;
}
	.list02 li:before{
		position: absolute;
		left: 0;
		content: "■ ";
		color: #42b8d9;
		font-size: 0.8em;
	}

.list03 li{
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 20px !important;
}
	.list03 li:before{
		position: absolute;
		left: 0;
		content: "■ ";
		color: #42b8d9;
		font-size: 0.8em;
	}

.list04 li{
	position: relative;
	content: "・";
	margin: 5px 0;
	padding: 10px 10px 10px 20px !important;
	border-left: 2px solid #cde4ea;
}

.list05 li{
	position: relative;
	margin: 0 0 5px;
	padding: 0 0 0 20px !important;
}
	.list05 li:before{
		position: absolute;
		left: 0;
		content: "・";
	}

.list06 li{
	position: relative;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #cde4ea;
}

.list07 li{
	margin-left: 1.5em;
	list-style: disc;
}


.list_arrow01 li:before{
	content: "▶";
	color: #999;
	padding-right: 7px;
	font-size: 0.7em;
}

.list_arrow02 li:before{
	content: "▶";
	color: #42b8d9;
	padding-right: 7px;
	font-size: 0.7em;
}

.list_arrow03 li{
	padding-left: 15px;
	background: url("../../images/common/arrow02.png") 0 67% no-repeat;
	background-size: 10px;
}


ol > li{
	margin-left: 1.5em;
	padding-left: 0.5em;
	list-style: decimal;
}

.dlist01{
	margin: 30px 0;
}

	.dlist01 dt{
		margin: 30px 0 10px;
	}

	.dlist01 dd{
		margin: 10px 0;
	}


.dlist02 dl{
	border-top: 1px solid #cde4ea;
}

.dlist02 dt{
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #cde4ea;
}
	.dlist02 dt:first-child{
		margin-top: 0;
		border: 0;
	}

.dlist02 dd{
	margin: 10px 0;
}


.dlist03 dl{
	border-top: 1px solid #cde4ea;
}

.dlist03{
	padding-bottom: 20px;
	border-bottom: 1px solid #cde4ea;
}

.dlist03 dt{
	position: relative;
	margin: 20px 0 0;
	padding: 20px 0 0 20px;
	border-top: 1px solid #cde4ea;
}
	.dlist03 dt:before{
		position: absolute;
		left: 0;
		content: "■ ";
		color: #42b8d9;
		font-size: 0.8em;
	}
	
	.dlist03 dt:first-child{
		margin-top: 0;
		border: 0;
	}

.dlist03 dd{
	margin: 10px 0 0;
}


.dlist04 dl{
	border-top: 1px solid #ddd;
}

.dlist04{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.dlist04 dt{
	position: relative;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}
	
	.dlist04 dt:first-child{
		margin-top: 0;
		border: 0;
	}

.dlist04 dd{
	margin: 10px 0 0 1.0em;
}

.dlist05{
	margin: 30px 0;
}

	.dlist05 dt{
		margin: 30px 0 10px;
		font-weight: 600;
	}

	.dlist05 dd{
		margin: 10px 0;
	}


	.dlist06 dt{
		margin: 20px 0 0;
		padding: 0.5em 0;
		color: #fff;
		background: #42b8d9;
	}

	.dlist06 dd{
		margin: 0;
		padding: 0.75em 0;
	}


.arrow01:before{
	content: "▶";
	color: #999;
	padding-right: 7px;
	font-size: 0.7em;
}

.arrow02:before{
	content: "▶";
	color: #42b8d9;
	padding-right: 7px;
	font-size: 0.7em;
}

.arrow03{
	padding-left: 15px;
	background: url("../../images/common/arrow02.png") 0 67% no-repeat;
	background-size: 10px;
}

.arrow03 a,
a.arrow03{
	text-decoration: none;
}


/* TITLE */
.ttl01{
	position: relative;
	margin: 0 0 20px;
	color: #42b8d9;
	background: #e6f1f4;
}
.ttl01>span{
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	font-weight: 600;
	line-height: 20px;
}

.ttl01>span:before{
	display: inline-block;
	float: left;
	content: "";
	width: 10px;
	height: 20px;
	margin-right: 20px;
	background: #42b8d9;
}

.ttl01 .lnk_dtl{
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 15px;
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}
.ttl01 .lnk_dtl:before{
	display: inline;
	float: none;
	content: "";
	background: transparent;
}

.ttl02{
	margin: 0 0 30px;
	padding: 13px 20px;
	font-size: 1.285em;
	color: #fff;
	font-weight: 600;
	background: #42b8d9;
}

.ttl03{
	font-size: 1.3em;
	font-weight: bold;
	margin        : auto;
	box-sizing    : border-box;
	width         : 100%;
	padding       : 15px;
	/*text-align    : center;*/
	/*color         : #336600;*/
	background    : #e6f7f3;
}

.ttl04{
	margin: 30px 0 15px;
	padding: 0;
	color: #42b8d9;
	font-weight: 600;
}

.ttl05{
	margin: 30px 0 15px;
	padding: 12px 20px;
	color: #42b8d9;
	font-weight: 600;
	border-top: 1px solid #cde4ea;
	border-bottom: 1px solid #cde4ea;
	background: #f2f8fa;
}

.ttl06{
	margin: 30px 0 15px;
	padding: 12px 20px;
	color: #42b8d9;
	font-weight: 600;
	background: #e6f1f4;
}

.img_lead{
	margin: 0 0 30px;
}
	.img_lead img{
		width: 100%;
		max-width: 100% !important;
	}

.lead{
	margin: 30px 0;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 120%;
	font-weight: 500;
}


/* カラム */
.clmHalf > .clm,
.clmTri > .clm,
.clmTri > .clm2{
	width: 100%;
	margin-top: 10px;
}
.clmQuarter > .clm,
.clmQuarter > .clm2,
.clmQuarter > .clm3{
	float: left;
	width: 50%;
	margin-top: 10px;
}
	.clmQuarter > .clm:nth-child(odd),
	.clmQuarter > .clm2:nth-child(odd){
		padding-right: 5px;
	}
	.clmQuarter > .clm:nth-child(even),
	.clmQuarter > .clm2:nth-child(even){
		padding-left: 5px;
	}

.clmFifth > .clm{
	float: left;
	width: 33.333%;
	margin-top: 10px;
	padding: 0 5px;
}
	.clmHalf > .clm:first-child,
	.clmTri > .clm:first-child,
	.clmQuarter > .clm:first-child,
	.clmQuarter > .clm:nth-child(2),
	.clmFifth > .clm:first-child,
	.clmFifth > .clm:nth-child(2),
	.clmFifth > .clm:nth-child(3){
		margin-top: 0;
	}

.clmFifth > .clm2,
.clmFifth > .clm3{
	float: left;
	width: 66.666%;
	margin-top: 10px;
	padding: 0 5px;
}

.clm_photo{
	width: 175px;
	margin-bottom: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	background: #f5f5f5;
}
	.clm_photo.f-left{
		margin-right: 20px;
	}

	.clm_photo.f-right{
		margin-left: 20px;
	}
	
	@media screen and (max-width: 450px) {
		.clm_photo{
			display: block !important;
			width: 100%;
			float: none !important;
			margin: 0 0 15px !important;
			margin: 1.0em;
		}
	}

.clm_img{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
	background: #fff;
	z-index: 1;
}
	.clm_img.f-left,
	.clm_img.f-right{
		display: block;
		float: none;
	}
	
	.clm_img img{
		max-width: 320px;
	}

.clm_img_txt{
	width: 100%;
}


/* テーブル */
.table01{
	margin: 0 auto 50px;
}

	.table01,
	.table01 tbody,
	.table01 tr,
	.table01 th,
	.table01 td{
		display: block;
		width: 100%;
	}

.table01 tr.label th,
.table01 tr.label td{
	background: #e6f1f4;
}

.table01 th,
.table01 td{
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.table01 th{
	margin: 0;
	padding: 10px 10px 0;
	color: #308fa9;
}

.table01 td{
	margin: 0;
	padding: 10px 10px 10px;
}

.table01 .label th{
	padding: 15px 15px 0;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	border: 0;
}

.table01 .label td{
	padding: 5px 15px 15px;
	border: 0;
}

.table01 td.img{
	padding: 15px 0 0 0;
	text-align: center;
	background: #fff;
}
.table01 td.msg{
	color: #0d7693;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: middle;
	background: #fff;
}


.table02 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.table02 th{
	padding: 10px;
	font-weight: normal;
	border: 1px solid #ccc;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
.table02 td{
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.table03 ,
.table03 tbody,
.table03 tr{
	display: block;
}
.table03 th{
	display: block;
	padding: 10px;
	font-weight: normal;
	background: #eee;
}
.table03 td{
	display: block;
	padding: 10px 0 30px;
}


.table04 ,
.table04 tbody,
.table04 tr{
	display: block;
}
.table04 th{
	display: block;
	padding: 0 0 10px;
	font-weight: 500;
	text-align: left;
}
.table04 td{
	display: block;
	padding: 0 0 10px;
	text-align: left;
}

.table05{
	text-align: left;
}
.table05 ,
.table05 tbody,
.table05 tr{
	display: block;
}
.table05 th{
	display: block;
	position: relative;
	margin: 30px 0 15px;
	padding: 10px;
	font-weight: bold;
	color: #42b8d9;
	font-size: 114.28%;
	background: #e6f1f4;
}
.table05 td{
	display: block;
	padding: 0 10px;
}

.table05 .label{
	display: none;
}


.table06{
	width: 100%;
	margin: 20px auto;
}

.table06 th,
.table06 td{
	padding: 10px 5px;
	vertical-align: middle;
	border: 1px solid #609eb0;
}

.table06 th{
	color: #0d7693;
	font-weight: 300;
	text-align: center;
	background: #f2f8fa;
	border: 1px solid #609eb0;
}

.table06 .sum th{
	font-weight: 600;
	background: #e6f1f4;
}

.table06 .sum td{
	font-weight: 600;
	background: #f2f8fa;
}

.table06 tr:first-child th,
#age_series tr th,
#uicc_type tr:nth-child(2) th{
	color: #fff;
	background: #288ca6;
}


/* 図表 */
.chart {
	padding: 30px 0;
}
.chart table{
	margin: 30px auto 50px;
}

.chart figure{
	margin: 30px auto;
	text-align: center;
}



/* ボタン・フォーム部品 */
.form_btnArea{
	margin: 30px auto;
	text-align: center;
}

.bt01{
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	padding: 18px 20px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none !important;
	background: #42b8d9;
	border-top: 1px solid #84d1e6;
	border-bottom: 1px solid #328ba4;
}

.bt02{
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none !important;
}

/* snsシェアボタン */
.shareBtns{
	margin: 10px 0 30px;
	text-align: right;
}
	h1.cTtl + .shareBtns{
		margin-top: -15px;
	}
	.shareBtns [class*=shareBtn_]{
		position: relative;
		display: inline-block;
		width: 80px;
		height: 28px;
		text-align: center;
		vertical-align: center;
		overflow: hidden;
		border-radius: 4px;
	}

.shareBtn_fb{
	padding: 0;
	background: #4267b2;
}
	.shareBtn_fb:hover{
		background: #3B5999;
	}

.shareBtn_twitter{
	padding: 4px 0;
	background: #1b95e0;
}
	.shareBtn_twitter:hover{
		background: #0c7abf;
	}

.shareBtn_line{
	padding: 4px 0;
	background: #00b833;
}
	.shareBtn_line:hover{
		background: #02a52f;
	}


/* header  *********************************/
#header{
	position: relative;
	width: 100%;
	font-size: 1.6rem;
}

#logo_bar{
	position: relative;
	width: 100%;
	height: 95px;
}

#logo_bar h1{
	display: table;
	width: 100%;
	max-width: 370px;
	height: 95px;
}

#logo_bar h1 a{
	display: table-cell;
	width: 100%;
	padding-right: 95px;
	vertical-align: middle;
}

#logo_bar h1 img{
	width: 100%;
	/*max-width: 370px;*/
	height: auto;
}

#logo_bar > #snav,
#scm #lang,
nav,
#scm_news{
	display: none;
}


/* spMenu  *********************************/
#spMenu{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 100;
}

#spMenu #btMenu{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin: 0;
	width: 95px;
	height: 95px;
	background: #42b8d9;
	cursor: pointer;
}

#spMenu #spNav{
	display: none;
	position: absolute;
	top: 95px;
	width: 100%;
	background: #308fa9;
}

#spMenu #spNav li{
	width: 100%;
}
#spMenu #spNav li a,
#snav .fb a{
	display: block;
	height: 70px;
	color: #fff;
	text-align: center;
	line-height: 68px;
	border-bottom: 2px solid #fff;
}

	#spMenu #gnav img{
		display: none;
	}
	
	#spMenu #gnav #gnv01{ background: #42b8d9; }
	#spMenu #gnav #gnv02{ background: #99bd56; }
	#spMenu #gnav #gnv03{ background: #edbc29; }
	#spMenu #gnav #gnv04{ background: #f0963c; }
	#spMenu #gnav #gnv05{ background: #d74040; }

#spMenu #spNav #snav li,
#spMenu #spNav #lang li{
	width: 50%;
	float: left;
}
	
	#spMenu #snav li{ background: #308fa9; }
	#spMenu #lang li{ background: #979797; }
	#spMenu #spNav #snav .fb{
		width: 100%;
		margin: 0;
		background: #3a5897;
	}
		#spMenu #spNav #snav .fb a{
			background: #3a5897;
		}
		#spMenu #spNav #snav .fb a:after{
			content: "公式 Facebook";
			padding-left: 10px;
			vertical-align: middle;
		}
		
		#spMenu #snav .fb img{
			display: inline-block;
			width: 25px;
			height: auto;
		}
	#spMenu #spNav #snav li.odd a,
	#spMenu #spNav #lang li.odd a{
		border-right: 1px solid #fff;
	}
	#spMenu #spNav #snav li.even a,
	#spMenu #spNav #lang li.even a{
		border-left: 1px solid #fff;
	}
	
#spMenu #spNav #lang{
	width: 100%;
	background: #979797;
}

	#lang .lng_current{
		display: none;
	}
	
	#lang .panel{
		display: block;
	}


/* 現在地 */
#spMenu #gnav #gnv01 a.this{ color: #42b8d9; background: #fff; }
#spMenu #gnav #gnv02 a.this{ color: #99bd56; background: #fff; }
#spMenu #gnav #gnv03 a.this{ color: #edbc29; background: #fff; }
#spMenu #gnav #gnv04 a.this{ color: #f0963c; background: #fff; }
#spMenu #gnav #gnv05 a.this{ color: #d74040; background: #fff; }
#spMenu #snav li.this a{ color: #42b8d9; background: #fff; }

/* ショートカットメニュー  *********************************/
#scm {
	position: relative;
	background: #f9f9f9;
	font-size: 1.4rem;
	z-index: 9;
}
	#home #scm.def{
		min-height: 140px;
		border-top: 1px solid #eee;
	}

#scm a{
	color: #fff;
}

#scm #scm_nv{
	background: #eee;
}

#scm01_ttl,
#scm02_ttl,
#scm03_ttl{
	position: relative;
	float: left;
	width: 50%;
}
#scm03_ttl{
	display: none;
}

	#scm01_ttl{ background: #308fa9; }
	#scm02_ttl{ background: #3dbdcc; }
	#scm03_ttl{ background: #acacac; }
	
	#scm01_ttl a,
	#scm02_ttl a,
	#scm03_ttl a{
		display: inline-block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}

#scm01_nv,
#scm02_nv,
#scm03_nv{
	display: none;
	position: absolute;
	top: 50;
	width: 100%;
	z-index: 1;
}
	#home #scm01_nv,
	#home #scm02_nv,
	#home #scm03_nv{
		position: relative;
	}
	#home #scm01_nv{
		display: block;
	}

#scm .inn{
	position: relative;
	min-height: 90px;
	padding: 10px;
	text-align: center;
	background: #f9f9f9;
}
#scm01_nv .inn,
#scm02_nv .inn,
#scm03_nv .inn{
	background-repeat: no-repeat;
	background-size: 13px 11px;
}


#scm01_nv .inn{
	background-image: url("../../images/scm/scm01_arrow.png");
	background-position: 25% 0;
}

#scm02_nv .inn{
	background-image: url("../../images/scm/scm02_arrow.png");
	background-position: 75% 0;
}

#scm03_nv .inn{
	background-image: url("../../images/scm/scm03_arrow.png");
	background-position: 50% 0;
}

#scm li{
	display: inline-block;
	float: left;
	margin: 5px 5px 5px 0;
}

#scm03_nv a{
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: underline;
	color: #308fa9;
}

#scm #lang{
	position: absolute;
	width: 100%;
	height: 40px;
	top: -135px;
	right: 0;
	text-align: right;
	background: #eee;
}
	#home #scm #lang{
		top: -440px;
	}

#scm #lang ul{
	display: inline-block;
}

#scm #lang li{
	margin: 0;
	line-height: 36px;
}

#scm #lang a{
	color: #555;
	padding: 0 1.0em;
	font-size: 13px;
	font-size: 1.3rem;
}

#scm #lang li:after{
	position: relative;
	display: inline-block;
	content: "";
	top: 2px;
	width: 1px;
	height: 13px;
	line-height: 1.8;
	font-size: 1rem;
	background: #c2c2c2;
}

#scm #lang li:last-child:after{
	display: none;
}

/* pagetop  *********************************/
#pagetop{
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	right: 0;
	margin: 0;
	text-align: right;
	z-index: 1;
}


/* footer  *********************************/
#footer{
	position: relative;
	margin: 115px auto 0;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
	background: #e6f1f4;
	z-index: 10;
}

#footer #sign{
	padding: 30px 0;
	background: #e6f1f4;
}

#footer .logo{
	margin: 0 auto;
	max-width: 370px;
}


#footer .add{
	padding: 0 15px;
	text-align: center;
}

#footer .call{
	margin: 0 auto;
	text-align: center;
}

#footer .call img{
	width: 300px;
}

#footer .call p{
	margin: 10px auto;
	padding: 0 15px;
}

/* フッタナビ */
#fnav dt{
	display: block;
	float: left;
	width: 50%;
	height: 60px;
	background: #308fa9;
	border-bottom: 1px solid #e6f1f4;
}

	#fnav dt.odd{
		border-right: 1px solid #e6f1f4;
	}

#fnav dd{
	display: none;
}

#fnav a{
	display: block;
	padding: 0 10px;
	color: #fff;
	height: 60px;
	line-height: 59px;
	text-align: center;
}

#fnav .fb{
	width: 100%;
	background: #3a5897;
}
#fnav .fb img{
	margin-right: 6px;
	width: 20px;
	height: 20px;
}


/* Copyright */
#copyright{
	display: block;
	width: 100%;
	height: 135px;
	color: #fff;
	text-align: center;
	background: #2c930a;
}

#copyright p{
	margin: 0;
	padding: 45px 30px 0;
	text-shadow: 0px 0px 5px #42b8d9;
}


/* TOP PAGE  *********************************/
/* 構成 */

.top_ttl{
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
}

#top_row1 .clmTri > .clm,
#top_row2 .clmTri > .clm{
	margin: 0 auto 30px;
}

/*** topics ***/
#topics_bnr{
	position: relative;
}
#topics_bnr li{
	display: none;
}
#topics_bnr li:first-child{
	display: block;
}


/*** メインバナー ***/
.bnrArea img,
.sBnr img{
	width: 100%;
}

.bnrArea li,
.sBnr li{
	margin: 10px auto 0;
}

.bnrArea li:first-child{
	margin-top: 0;
}


/*** Access ***/
#top_access h1{
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: #42b8d9;
}

#top_access .call{
	margin: 0 auto;
	max-width: 354px;
}

#top_access .add{
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	background: #f5f5f5;
}

#top_access li.clm{
	margin: 0;
}

/* Google maps */
.map_wrapper {
	max-width: 100%;
	min-width: 290px;
	height: 240px;
}

.googlemap {
	position: relative;
	/*
	padding-bottom: 56.25%;
	height: 0;
	*/
	padding-bottom: 135px;
	height: 240px;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	/*
	height: 100% !important;
	*/
	height: 240px !important;
}

/* ニュース・更新履歴 */

#top_news a{ color: #333; }

#top_news ul li{
	display: none;
	padding: 15px 0 15px;
	border-bottom: 1px solid #eee;
}

#top_news ul li:nth-child(1),
#top_news ul li:nth-child(2),
#top_news ul li:nth-child(3),
#top_news ul li:nth-child(4),
#top_news ul li:nth-child(5){
	display: block;
}

#top_news ul li{
	padding: 15px 0 15px;
	border-bottom: 1px solid #eee;
}
#top_news ul li:nth-child(5){
	border: 0;
}

#top_news ul li:first-child{
	padding-top: 0;
}

#top_news ul li .source{
	display: none;
}

#top_news ul li .date{
	display: block;
	color: #42b8d9;
}

#top_news ul li .date{
	display: block;
	color: #42b8d9;
}

#top_news ul li .txt{
	display: block;
}


/* Facebook タイムライン */
#import_canvas{
	display: none;
	margin: 0 auto;
	height: 700px;
	background: #f5f5f5 url("../../images/common/loading.gif") 50% 50% no-repeat;
	text-align: center;
}

/* 各部署サイト */
#top_dnav {
	max-width: 540px;
	margin: 0 auto;
	padding: 25px 10px;
}

#top_dnav li{
	margin: 0;
	padding: 5px;
	text-align: center;
}


/* 関連施設一覧 */
#top_row3{
	display: none;
	padding: 50px 30px;
}

#top_row3 #top_groups{
	margin: 0 auto;
}

#top_groups h1{
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 1.0em;
	font-weight: 600;
	border-bottom: 1px solid #999;
}

#top_groups li{
	float: left;
	width: 50%;
	height: 62px;
	margin: 5px 0;
	overflow: hidden;
}

	#top_groups li:nth-child(odd){
		padding-right: 5px;
	}

	#top_groups li:nth-child(even){
		padding-left: 5px;
	}

#top_groups li a{
	color: #333;
}

#top_groups li .add{
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
}

#top_groups li img{
	float: left;
	margin-right: 10px;
}


/* 関連施設一覧 */
#top_row4{
	display: none;
	padding: 30px;
}

#top_links{
	display: table;
	margin: 0 auto;
	border-left: 1px solid #ddd;
	text-align: center;
}

#top_links .clm{
	float: none;
	display: table-cell;
	height: 130px;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}

#top_links li{
	text-align: center;
}

#top_links li img{
	margin: 0 auto 10px;
}
#top_links li:last-child img{
	margin-bottom: 0;
}


/* 2ND PAGE  *********************************/
#pageTtl{
	width: 100%;
	height: 80px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../../images/common/pattern01.png");
	background-size: cover;
}

#pageTtl img{
	display: none;
}

#pageTtl h2{
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	line-height: 120px;
	text-align: center;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.75);
}

/* パンくず */
#pagePath{
	display: none;
	margin: 30px auto 0;
	padding: 0 10px;
	max-width: 1220px;
}

#pagePath li{
	display: inline-block;
	margin-right: 6px;
}

#pagePath li:first-child:before{
	content: "";
	margin-right: 0;
}

#pagePath li:before{
	content: ">";
	margin-right: 5px;
}

#pagePath li,
#pagePath li a{
	color: #333;
}


/* コンテンツタイトル */
.cTtl{
	min-height: 60px;
	margin-bottom: 30px;
	padding: 18px 20px;
	font-size: 1.5em;
	color: #488f65;
	font-weight: 600;
	background: #e6f7f3;
}


/* 本文  *********************************/
#container{
	position: relative;
}

#left_side{
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}

#main{
	margin: 30px auto;
	line-height: 175%;
}


/* サイドナビ */
#left_side h1{
	display: none;
	padding: 19px 10px 20px 30px;
	font-size: 1.0em;
	color: #fff;
	font-weight: 600;
	background: #42b8d9;
}

#sideNav{
	position: relative;
	background: #f5f5f5;
	width: 100%;
}

#sideNav > li{
	float: left;
	width: 50%;
	min-height: 80px;
	/*
	min-height: 60px;
	*/
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #cde4ea;
}
	
	#sideNav > li:nth-child(odd){
		border-right: 1px solid #cde4ea;
	}
	
	#sideNav > li:nth-child(1),
	#sideNav > li:nth-child(2){
		border-top: 1px solid #cde4ea;
	}
	
	#sideNav > li a{
		color: #42b8d9;
	}
	
	#sideNav > li:hover,
	#sideNav > li a:hover{
		background: #e6f1f4;
	}
	
	#sideNav > li a,
	#sideNav > li span{
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 29px 0 0 20px;
		/*
		padding: 19px 0 20px 20px;
		*/
		line-height: 20px;
	}
	
	#sideNav > li a:before,
	#sideNav > li span:before{
		display: inline-block;
		float: left;
		content: "";
		width: 10px;
		height: 20px;
		margin: 0 10px 0 -20px;
		background: #42b8d9;
	}
	
		#sideNav > li a span,
		#sideNav > li span span{
			display: inline;
			padding: 0;
		}
	
		#sideNav > li a span:before,
		#sideNav > li span span:before{
			display: none;
			content: "";
		}
	
	#sideNav > li a.close:after{
		content: "＋";
		position: absolute;
		right: 10px;
	}
	
	#sideNav > li a.open{
		background: #f2f8fa;
	}
	
	#sideNav > li a.open:after{
		content: "－";
		position: absolute;
		right: 10px;
	}

#sideNav > li .child_menu{
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	font-size: 14px;
	font-size: 1.4rem;
	background: #f2f8fa;
	z-index: 50;
}

#sideNav > li .child_menu .cm_inn{
	padding: 10px;
}
	#sideNav > li .child_menu .clm{
		width: 33.333%;
		float: left;
		margin-top: 0;
	}
	
	#sideNav > li .child_menu li a,
	#sideNav > li .child_menu span{
		padding: 10px 0 10px 15px;
		background: transparent;
	}
	
	#sideNav > li .child_menu li.this a{
		color: #333;
	}
	
	#sideNav > li .child_menu li a:hover{
		color: #333;
		background: transparent;
	}
	
	#sideNav > li .child_menu li a:before,
	#sideNav > li .child_menu li span:before{
		display: inline-block;
		width: 15px;
		float: none;
		content: "・";
		width: 15px;
		margin: 0 0 0 -15px;
		background: transparent;
	}

#left_side .parentCategory{
	margin: 0;
}
	#left_side .parentCategory a{
		position: relative;
		display: block;
		padding: 14px 0 15px 15px;
		color: #fff;
		background: #42b8d9;
	}
	#left_side .parentCategory a:after{
		position: absolute;
		top: 5px;
		right: 15px;
		content: "›";
		font-size: 30px;
		font-size: 3.0rem;
		color: #fff;
		line-height: 1.0;
	}


/* ローカルメニュー */
.loMenu{
	margin: 0 auto;
	text-align: left;
}

.loMenu li{
	display: inline-block;
	margin: 0 15px 30px 0;
	padding: 0;
}

.loMenu li a,
.loMenu li>span{
	padding: 0 0 0 15px;
	color: #42b8d9;
	background: url("../../images/common/arrow01.png") 0 50% no-repeat;
}

	.loMenu li.this a,
	.loMenu li.this>span{
		color: #555;
	}

.loMenu li.banner{
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
	.loMenu li.banner a{
		padding: 0;
		background: transparent;
	}


.loMenu2{
	margin: 15px auto;
	padding: 10px;
	text-align: center;
	background: #f5f5f5;
}

.loMenu2 li{
	display: inline-block;
}

.loMenu2 li:before{
	content: "｜";
	color: #ccc;
}

.loMenu2 li:first-child:before{
	content: "";
}

.loMenu2 li a,
.loMenu2 li > span{
	padding: 0 10px;
}

.loMenu2 li > span{
	font-weight: bold;
}


/* ページネーション */
.pagination{
	margin: 30px auto;
	text-align: center;
}

.pagination li{
	display: inline-block;
	margin: 0 2px;
}

.pagination li a,
.pagination li > span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #bbb;
	text-decoration: none;
}

.pagination li a:hover{
	border: 1px solid #42b8d9;
}

.pagination li.this a,
.pagination li > span{
	color: #fff;
	border: 1px solid #42b8d9;
	background: #42b8d9;
}


/* タブメニュー */
.tabMenu{
	margin: 0 auto;
	text-align: left;
}

.tabMenu li{
	display: inline-block;
	margin: 0 15px 15px 0;
	padding: 0;
}

.tabMenu li a,
.tabMenu li>span{
	padding: 0 0 0 15px;
	color: #42b8d9;
	background: url("../../images/common/arrow01.png") 0 50% no-repeat;
}

	.tabMenu li.this a,
	.tabMenu li.this>span{
		color: #555;
	}

.tabMenu li.banner{
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
	.tabMenu li.banner a{
		padding: 0;
		background: transparent;
	}


/* よくある質問  *********************************/
dl.faq{
}

dl.faq dt.question{
	display: table;
	width: 100%;
	color: #42b8d9;
	font-size: 18px;
	font-size: 1.8rem;
	border-top: 1px solid #42b8d9;
	border-bottom: 1px solid #fff;
}

dl.faq dt.question:last-of-type,
dl.faq dt.question.open{
	border-bottom: 1px solid #42b8d9;
}

dl.faq dt:after{
	font-size: 13px;
	content: "▼";
	display: table-cell;
	padding: 15px;
	text-align: right;
	vertical-align: middle;
}

dl.faq dt.open:after{
	content: "▲";
	display: table-cell;
}

dl.faq .question:before,
dl.faq .answer:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	padding: 12px;
	font-size: 21px;
	font-size: 2.1rem;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.question:before{
	display: table-cell;
	content: "Q";
	background: #42b8d9;
}

.question span{
	display: table-cell;
	padding: 10px 20px;
	vertical-align: middle;
}

.answer{
	position: relative;
	padding: 20px 0 20px 70px;
}

.answer:before{
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
	content: "A";
	background: #f6c83f;
}

	.answer > p:first-child{
		margin-top: 0;
	}



/* =====================================
	 for TB (min-width: 640px)
===================================== */
@media screen and (min-width: 640px) {

/* base  *********************************/
.sp_only{ display: none !important; }
.not_sp{ display: block !important; }
.not_sp_il{ display: inline !important; }
tr.not_sp{ display: table-row !important; }
th.not_sp,
td.not_sp{ display: table-cell !important; }


.call a,
a.call { cursor: default; }

#home #wrapper{
	margin-bottom: 0;
}

.wrapper_inn,
.wrapper_wide{
	padding: 0 20px;
}

.lead{
	margin: 50px 0;
	font-size: 30px;
	font-size: 3.0rem;
}

/* カラム */
.clmHalf > .clm,
.clmTri > .clm,
.clmTri > .clm2{
	float: left;
	width: 50%;
	padding: 0 5px;
}

.clmQuarter > .clm,
.clmFifth > .clm{
	width: 50%;
	padding: 0 5px;
}

.clmQuarter > .clm{
	width: 25%;
}
	.clmQuarter > .clm:nth-child(4n+1){
		padding: 0 9px 0 0;
	}
	.clmQuarter > .clm:nth-child(4n+2){
		padding: 0 6px 0 3px;
	}
	.clmQuarter > .clm:nth-child(4n+3){
		padding: 0 3px 0 6px;
	}
	.clmQuarter > .clm:nth-child(4n){
		padding: 0 0 0 9px;
	}

.clmQuarter > .clm2{
	width: 50%;
}

.clmQuarter > .clm3{
	width: 75%;
}

.clmFifth > .clm{
	float: left;
	width: 20%;
}
	.clmHalf > .clm:nth-child(2),
	.clmTri > .clm:nth-child(2),
	.clmQuarter > .clm:nth-child(3),
	.clmQuarter > .clm:nth-child(4),
	.clmFifth > .clm:nth-child(2),
	.clmFifth > .clm:nth-child(3),
	.clmFifth > .clm:nth-child(4),
	.clmFifth > .clm:nth-child(5){
		margin-top: 0;
	}

.clmFifth > .clm2{
	width: 40%;
}
.clmFifth > .clm3{
	width: 60%;
}
.clmFifth > .clm4{
	width: 80%;
}


.clm_img{
	width: 48%;
}
	.clm_img.f-left{
		float: left;
		padding-right: 20px;
	}

	.clm_img.f-right{
		float: right;
		padding-left: 20px;
	}
	
	.clm_img img{
		max-width: 100%;
	}

.clm_img_txt{
	width: 50%;
}


/* テーブル */
.table01 .label{
	display: table;
	width: 100%;
}
	.table01 .label th,
	.table01 .label td{ display: table-cell; }

.table01 th{
	white-space: nowrap;
}

.table01 .label th{
	padding: 13px 15px;
	font-size: 16px;
	font-size: 1.6rem;
}

.table01 .label td{
	padding: 13px 15px;
}


.table03 {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.table03 tbody{
	display: table-row-group;
}

.table03 tr{
	display: table-row;
}
.table03 th{
	display: table-cell;
	padding: 10px;
	font-weight: normal;
	border: 1px solid #ccc;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
.table03 td{
	display: table-cell;
	padding: 10px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.table04 {
	display: table;
	border-collapse: collapse;
}

.table04 tbody{
	display: table-row-group;
}

.table04 tr{
	display: table-row;
}
.table04 th{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
}
.table04 td{
	display: table-cell;
	padding: 0 10px 10px;
}


.table05 {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #a1d6e5;
}

.table05 tbody{
	display: table-row-group;
}

.table05 tr{
	display: table-row;
}
.table05 th{
	display: table-cell;
	padding: 10px;
	font-weight: normal;
	border: 1px solid #a1d6e5;
}
.table05 td{
	display: table-cell;
	padding: 10px;
	border: 1px solid #a1d6e5;
}

.table05 .label{
	display: table-row;
}

.table05 .label th{
	padding: 10px;
	text-align: center !important;
	color: #fff;
	font-size: 100%;
	background: #42b8d9;
}


/* ボタン・フォーム部品 */
.bt01,
.bt02{
	width: 290px;
}


/* header  *********************************/

#logo_bar{
	height: 95px;
	/*
	margin-top: 40px;
	*/
	z-index: 10;
}

#logo_bar h1{
	position: relative;
	width: 39%;
	height: 95px;
}

#logo_bar h1 a{
	padding-right: 0px;
}

#spMenu{
	display: none;
}

#scm #lang{
	display: block;
}


/* サブナビ  *********************************/
#logo_bar > #snav{
	position: absolute;
	display: block;
	width: 67%;
	height: 100%;
	top: 0;
	right: 0;
	text-align: right;
}

#logo_bar > #snav .snav_inn{
	display: table;
	width: 100%;
	height: 100%;
}

#snav .snav_inn > ul{
	display: table-cell;
	vertical-align: middle;
}

#snav li{
	display: inline-block;
	line-height: 30px;
}
	#snav li.pc_only{
		display: none;
	}

#snav .snav_inn > li:after{
	position: relative;
	display: inline-block;
	content: "";
	top: 2px;
	width: 1px;
	height: 13px;
	line-height: 1.8;
	font-size: 1rem;
	background: #c2c2c2;
}

#snav li a{
	padding: 0 10px 0 5px;
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
}

#snav .fb{
	display: table-cell;
	width: 55px;
	margin: 0;
	padding: 0 15px;
	vertical-align: middle;
}

	#snav .fb a{
		width: 25px;
		height: 25px;
		padding: 0;
		line-height: 25px;
	}
	#snav .fb img{
		width: 25px;
		height: 25px;
	}

#snav #lang {
	display: table-cell;
	width: 145px;
	padding: 0 30px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
}

	#snav #lang .lng_current{
		position: relative;
		display: inline-block;
		width: 115px;
		height: 35px;
		padding: 5px 30px 5px 0;
		border: 1px solid #c2c2c2;
		cursor: pointer;
	}

	#snav #lang .lng_current:after{
		position: absolute;
		display: inline-block;
		right: 0;
		width: 30px;
		height: 23px;
		content: " ";
		background: url("../../images/common/arrow05.png") 50% 50% no-repeat;
	}
	
	#lang .panel{
		display: none;
	}

	#snav #lang img{
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	
	#snav #lang ul{
		position: absolute;
		width: 115px;
		background: #fff;
		opacity: 0.9;
		border: 1px solid #c2c2c2;
		border-bottom: 0;
	}
	
	#snav #lang ul li{
		width: 100%;
		line-height: 33px;
		border-bottom: 1px solid #c2c2c2;
	}


/* 現在地 */
#snav li.this a{ color: #308fa9; }


/* ショートカットメニュー  *********************************/
#scm .scm_inn{
	display: table;
	width: 100%;
	min-height: 90px;
}

#scm01_ttl,
#scm02_ttl,
#scm03_ttl{
	display: block;
	width: 33.333%;
}

#scm .inn{
	display: table-cell;
	width: 100%;
	height: 90px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

#scm01_nv .inn{
	background-position: 16.333% 0;
}

#scm02_nv .inn{
	background-position: 50% 0;
}

#scm03_nv .inn{
	background-position: 83.666% 0;
}


#scm03_nv li{
	margin: 5px 20px 5px 0;
}

	#scm03_nv li:last-child{
		margin-right: 0;
	}


/* gnav  *********************************/
nav{
	display: block;
}
#gnav{
	position: relative;
}

#gnav li{
	float: left;
	width: 20%;
	height: 85px;
}

#gnav li a{
	display: block;
	width: 100%;
	height: 85px;
	line-height: 85px;
	padding: 0;
	text-align: center;
}

#gnav li a img{
	width: 100%;
	max-width: 160px;
	height: auto;
}

#gnav li#gnv01 a{ background: url("../../img/common/nav/gnv_bg_01.png") 50% 0 repeat-x; }
#gnav li#gnv02 a{ background: url("../../img/common/nav/gnv_bg_02.png") 50% 0 repeat-x; }
#gnav li#gnv03 a{ background: url("../../img/common/nav/gnv_bg_03.png") 50% 0 repeat-x; }
#gnav li#gnv04 a{ background: url("../../img/common/nav/gnv_bg_04.png") 50% 0 repeat-x; }
#gnav li#gnv05 a{ background: url("../../img/common/nav/gnv_bg_05.png") 50% 0 repeat-x; }

#gnav li a.this{
	background-position:  50% -70px !important;
}


#gnav li#gnv01 a,
#gnav li#gnv02 a,
#gnav li#gnv03 a,
#gnav li#gnv04 a,
#gnav li#gnv05 a{
	background-size: auto 100%;
}


/* footer  *********************************/
#footer{
	margin-top: 115px;
}
	#home #footer{
		margin-top: 85px;
	}

#footer #sign{
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#footer .logo{
	padding: 20px 0;
}

#footer .add{
	margin: 0;
	/*
	float: right;
	width: 50%;
	text-align: left;
	*/
}

#footer .call{
	/*
	width: 50%;
	text-align: right;
	*/
}

/* フッタナビ */
#fnav{
	padding: 0 30px 50px;
	text-align: center;
}

#fnav > dl,
#fnav > ul{
	padding-top: 30px;
}

#fnav dt,
#fnav .fb{
	display: inline-block;
	float: none;
	width: auto;
	height: auto;
	background: transparent;
	border: 0;
}

	#fnav dt.odd{
	border: 0;
	}

#fnav a{
	display: inline;
	padding: 0 10px;
	color: #333;
	height: auto;
	line-height: 40px;
	text-align: center;
}


/* copyright */
#copyright p{
	padding: 57px 30px 0;
}

/* TOP PAGE  *********************************/
/* 構成 */

#top_row1 .clmTri > .clm,
#top_row2 .clmTri > .clm{
	margin: 0 auto 50px;
}

#top_row2,
#top_row2 #top_row2-1,
#top_row2 #top_row2-2{
	position: relative;
}

/* カバー */

#cover .spBnr{
	display: none;
}

#cover{
	display: table;
	table-layout: fixed;
	width: 100%;
}

#cover ul{
	display: table-row;
	width: 100%;
}
#cover li{
	display: table-cell;
}

#cover li a,
#cover li .cv_c{
	display: block;
	height: 300px;
}

#cover li#cv01{ background: url("../../images/top/cv/cv01_tb.jpg") 50% 100% no-repeat; }
#cover li#cv02{ background: url("../../images/top/cv/cv02_tb.jpg") 50% 100% no-repeat; }
#cover li#cv03{ background: url("../../images/top/cv/cv03_tb.jpg") 50% 100% no-repeat; }
#cover li#cv03-02{ background: url("../../images/top/cv/cv03-02_tb.jpg") 50% 100% no-repeat; }

#cover li#cv01,
#cover li#cv02,
#cover li#cv03,
#cover li#cv03-02{
	background-size: cover;
}


/*** メインバナー ***/
.bnrArea {
	padding-top: 6px;
}

.sBnr li:first-child{
	margin-top: 0;
}

/*** Access ***/
#top_access{
	width: 100%;
}

#top_access .call{
	/*
	padding: 10px 0;
	*/
}

#top_access .add{
	padding: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

#top_access li.clm{
	padding: 0;
}


/*** 人材募集 ***/
#top_recruit{
	width: 100%;
}

#top_recruit li.clm{
	margin: 0 auto;
	padding: 0;
}

#top_recruit .bnr img{
	max-width: 345px !important;
	height: auto;
}

/* ニュース・更新履歴 */
#top_news{
	max-height: 550px;
	margin-bottom: 18px;
	padding-right: 10px;
	overflow: auto;
}

#top_news ul{
	display: table;
	width: 100%;
}

#top_news ul li{
	display: table-row !important;
	padding: 0;
	border: 0;
}

#top_news ul li .date,
#top_news ul li .title,
#top_news ul li .txt{
	display: table-cell;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}

#top_news ul li .date{
	padding-right: 20px;
	white-space: nowrap;
}


/* Facebook タイムライン */
#import_canvas{
	display: block;
}

#import_canvas blockquote{
	margin: 0;
}


/* 各部署サイト */
#top_dnav{
	max-width: 100%;
	padding: 45px 25px;
}


/* 関連施設一覧 */
#top_row3{
	display: block;
}

	#top_groups li:nth-child(odd){
		padding-left: 0;
		padding-right: 5px;
	}

	#top_groups li:nth-child(even){
		padding-left: 5px;
		padding-right: 0;
	}


/* 関連施設一覧 */
#top_row4{
	display: block;
}

#top_links .clm{
	padding: 0 5px;
}

#top_links li img{
	width: 100%;
	max-width: 160px;
}


/* 本文  *********************************/
#container{
	padding: 30px 0;
}

#main{
}


/* サイドナビ */
#sideNav > li{
	width: 25%;
}
	
	#sideNav > li:nth-child(3),
	#sideNav > li:nth-child(4){
		border-top: 1px solid #cde4ea;
	}
	
	#sideNav > li:nth-child(4n-2){
		border-right: 1px solid #cde4ea;
	}


/* ローカルメニュー */
.loMenu{
	margin-bottom: 25px;
	text-align: center;
}

.loMenu li{
	display: inline-block;
	width: 180px;
	margin: 0 2px 5px 2px;
	text-align: left;
	border: 1px solid #42b8d9;
}

.loMenu li a,
.loMenu li>span{
	display: block;
	padding: 0 10px 0 20px;
	line-height: 48px;
	text-decoration: none;
}

	.loMenu li.this{
		border-left: 0;
	}

	.loMenu li.this a,
	.loMenu li.this>span{
		color: #fff;
		background: #42b8d9 url("../../images/common/arrow01_on.png") 0 50% no-repeat;
	}

.loMenu li.banner{
	width: 300px;
	border: 0;
}
.loMenu li.banner a{
	display: inline-block;
	padding: 0;
	background: transparent;
}

.loMenu.wide li{
	display: inline-block;
	width: 240px;
}


.loMenu2{
	margin: 30px auto;
	padding: 20px;
}


/* タブメニュー */
.tabMenu{
	text-align: center;
}

.tabMenu li{
	display: inline-block;
	width: 180px;
	margin: 0 2px 5px 2px;
	text-align: center;
}

.tabMenu li a,
.tabMenu li>span{
	display: block;
	padding: 0 10px;
	line-height: 48px;
	background-image: none;
	border: 1px solid #42b8d9;
}

.tabMenu li.this:after{
	display: block;
	content: " ";
	width: 100%;
	height: 8px;
	background: url("../../images/common/arrow04.png") 50% 0 no-repeat;
}


	.tabMenu li.this a,
	.tabMenu li.this>span{
		color: #fff;
		background: #42b8d9;
		background-image: none;
	}



}/* end TAB */


/* =====================================
	 for PC (min-width: 1024px)
===================================== */
@media screen and (min-width: 1024px) {

/* base  *********************************/
#body {
	width: 100%;
}

a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover {
	-webkit-transition: all 0;
	-moz-transition: all 0;
	transition: all 0;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom: 1;
}

.call a,
a.call {
	opacity: 1.0 !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

.not_pc{ display: none !important; }
.pc_only{ display: block !important; }
.pc_only_il{ display: inline !important; }

#wrapper{
	margin: 0 auto;
	padding: 0;
}

#home #wrapper{
	margin-top: 50px;
}

.wrapper_inn{
	max-width: 1220px !important;
	margin: 0 auto;
	padding: 0;
}

.wrapper_wide{
	display: block !important;
	min-width: 1000px;
	margin: 0 auto;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.dlist03 dd{
	margin: 10px 0 0 20px;
}


/* カラム */
.clmHalf > .clm,
.clmTri > .clm,
.clmQuarter > .clm{
	padding: 0 15px;
}
.clmHalf > .clm{
	float: left;
	width: 50%;
}
.clmTri > .clm{
	float: left;
	width: 33.333%;
}
	.clmTri > .clm:nth-child(3){
		margin-top: 0;
	}
.clmTri > .clm2{
	width: 66.666%;
}

.clm_img{
	max-width: 340px;
}


/* テーブル */
.table01{display: table; }
	.table01 tr{ display: table-row; }
	.table01 th,
	.table01 td{ display: table-cell; }

.table01 th,
.table01 td{
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

.table01 th{
	padding: 15px 15px;
	color: #333;
	white-space: nowrap;
	border-top: 1px solid #cde4ea;
}

.table01 td{
	padding: 15px 15px;
	border-top: 1px solid #cde4ea;
}

.table01 .label th,
.table01 .label td{
	border: 0;
}

.table01 .label th,
.table01 .label td{
	border: 0;
}

.table01 td.img{
	padding: 15px 15px 15px 0;
}


/* header  *********************************/

#header {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

#logo_bar {
	position: fixed;
	width: 100%;
	height: 95px;
	top: 0;
	margin: 0 auto;
	z-index: 10;
	background-color: rgba( 255,255,255,0.9 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6FFFFFF,EndColorStr=#E6FFFFFF);　/* IE7以下 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6FFFFFF,EndColorStr=#E6FFFFFF)";　/* IE8以上 */
}

#logo_bar h1{
	display: inline-block;
	/*
	float: left;
	*/
	height: auto;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	z-index: 1;
}


/* サブナビ  *********************************/
#logo_bar > #snav{
	/*
	width: auto;
	*/
	bottom: 0;
	padding: 0;
}

#logo_bar > #snav > ul{
	display: table-cell;
	margin: 0;
	padding: 0;
}

#snav li{
	line-height: 40px;
}
	#snav li.pc_only{
		display: none !important;
	}

	#snav li.nv07:after{
		display: none;
	}

#snav li a{
	padding: 0 15px 0 10px;
}
	
	#snav li.nv07 a{
		padding-right: 0;
	}



/* ショートカット */
#scm{
	position: relative;
	width: 100%;
}
	#home #scm{
		height: auto;
	}

#scm.def{
	position: relative;
	top: 95px;
}
	#home #scm.def{
		top: 0;
		height: 140px;
	}

#scm.thin{
	position: fixed;
	top: 45px;
	height: 50px;
	min-height: 50px;
	background-color: rgba( 238,238,238,0.9 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCEEEEEE,EndColorStr=#CCEEEEEE);　/* IE7以下 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCEEEEEE,EndColorStr=#CCEEEEEE)";　/* IE8以上 */
}

#scm01_ttl,
#scm02_ttl,
#scm03_ttl{
	width: 20%;
}

#scm .inn{
	padding: 10px;
	text-align: left;
}

#scm01_nv,
#scm02_nv,
#scm03_nv{
	width: 100%;
}

#scm #scm01_nv .inn{
	background-position: 9.799% 0;
}

#scm #scm02_nv .inn{
	padding-left: 20%;
	background-position: 30% 0;
}

#scm #scm03_nv .inn{
	text-align: center;
	background-position: 50.199% 0;
}
	#home #scm.def #scm01_nv .inn{
		background-position: 16.333% 0;
	}

	#home #scm.def #scm02_nv .inn{
		padding-left: 10px;
		background-position: 50% 0;
	}

	#home #scm.def #scm03_nv .inn{
		text-align: left;
		background-position: 83.666% 0;
	}

	#home #scm01_nv,
	#home #scm02_nv,
	#home #scm03_nv{
		width: 60%;
	}
	
	#scm.thin #scm01_nv,
	#scm.thin #scm02_nv,
	#scm.thin #scm03_nv{
		width: 100%;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	}
		
		#scm.thin .inn{
			background-color: rgba( 249,249,249,0.9 ) !important;
			filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCF9F9F9,EndColorStr=#CCF9F9F9) !important;　/* IE7以下 */
			-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCF9F9F9,EndColorStr=#CCF9F9F9)" !important;　/* IE8以上 */
		}

#scm li{
	margin-right: 5px;
}

	#scm03_nv li{
		margin: 5px 20px 5px 0;
	}


/* lang  *********************************/
#scm #lang{
	position: static;
	float: left;
	width: 40%;
	height: 50px;
	min-height: 50px;
	padding: 0 15px;
}

#scm.thin #lang{
	background-color: rgba( 238,238,238,0 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCEEEEEE,EndColorStr=#CCEEEEEE);　/* IE7以下 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CCEEEEEE,EndColorStr=#CCEEEEEE)";　/* IE8以上 */
}

#scm #lang li{
	line-height: 45px;
}

/* news  *********************************/
#scm_news{
	position: relative;
	float: right;
	width: 40%;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	z-index: 0;
}

	#home #scm_news{
		display: block;
	}


#scm_news .scm_inn,
#scm_news .inn,
#scm_news li{
	display: block;
}

#scm_news .inn{
	padding: 15px 20px;
	text-align: right;
}


#scm_news li{
	float: none;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#scm_news a{
	color: #333;
}

#scm.thin #scm_news{
	display: none;
}

#scm_news li span{
	display: inline-block;
}

	#scm_news li span.date{
		padding-right: 1.0em;
	}

	#scm_news li span.source{
		display: none;
	}


/* gnav  *********************************/
#gnav{
	position: relative;
	top: 0;
	width: 100%;
	height: 85px;
	overflow: hidden;
	z-index: 8;
	background-color: rgba( 255,255,255,0.9 );
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6FFFFFF,EndColorStr=#E6FFFFFF);　/* IE7以下 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6FFFFFF,EndColorStr=#E6FFFFFF)";　/* IE8以上 */
}

#gnav li a{
	padding: 20px 0 0 0;
	line-height: 1.0;
}

#gnav li a.this,
#gnav li a:hover{
	padding-top: 30px;
	opacity: 1;
}

#gnav li#gnv01 a:hover,
#gnav li#gnv02 a:hover,
#gnav li#gnv03 a:hover,
#gnav li#gnv04 a:hover,
#gnav li#gnv05 a:hover{ background-position:  50% -70px; }

#gnav.thin{
	position: fixed;
	top: 95px;
	height: 50px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

#gnav.thin a{
	height: 50px;
	padding: 3px 0 0 0;
}

#gnav.thin li#gnv01 a,
#gnav.thin li#gnv02 a,
#gnav.thin li#gnv03 a,
#gnav.thin li#gnv04 a,
#gnav.thin li#gnv05 a{ background-position:  50% 50%; }

#gnav.thin li#gnv01 a:hover,
#gnav.thin li#gnv02 a:hover,
#gnav.thin li#gnv03 a:hover,
#gnav.thin li#gnv04 a:hover,
#gnav.thin li#gnv05 a:hover,
#gnav.thin li a.this{ background-position:  50% -45px !important; }


#gnav.thin a.this,
#gnav.thin a:hover{
	padding-top: 5px;
	opacity: 1;
}


/* pagetop  *********************************/
#pagetop{
	position: fixed;
	bottom: 25px;
	z-index: 100;
}


/* footer  *********************************/
#footer{
	margin-top: 0;
}

#footer #sign{
	display: table;
	table-layout: fixed;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0;
}

#footer .logo{
	display: table-cell;
	/*
	width: 35%;
	width: 50%;
	text-align: right;
	*/
	text-align: center;
	vertical-align: middle;
}
	#footer .logo img{
		max-width: 370px;
	}

#footer .add{
	display: table-cell;
	float: none;
	width: 35%;
	/*
	width: 370px;
	*/
	padding: 0 10px;
	vertical-align: middle;
	text-align: left;
}

#footer .call{
	display: table-cell;
	float: none;
	width: 620px;
	/*
	width: 30%;
	*/
	text-align: left;
	vertical-align: middle;
}


/* フッタナビ */
#fnav dl{
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

#fnav dt{
	display: block;
	float: left;
	width: 14%;
	margin: 10px 0;
	font-weight: 600;
	text-align: left;
}

	#fnav dt + dt{
		display: inline;
		float: none;
		width: auto;
	}


	#fnav dt.fln{
		display: inline;
		float: none;
	}

#fnav dd{
	display: block;
	float: left;
	width: 86%;
	margin: 10px 0;
	text-align: left;
}
	#fnav dd li{
		display: inline-block;
	}

#fnav a{
	padding: 0;
	line-height: 2.0em;
}

	#fnav dt + dt,
	#fnav dd li{
		padding: 0 0 0 25px;
	}


/* Copyright */
#copyright{
	height: 135px;
	background-position: 50% 50%;
	font-size: 14px;
	font-size: 1.4rem;
}

#copyright .pc_only{
	display: inline !important;
}

#copyright p{
	display: inline-block;
	padding: 0;
	margin-top: 45px;
	line-height: 40px;
}


/* TOP PAGE  *********************************/
/* 構成 */
#top_row2{
	position: relative;
}

/* カバー */

#cover li{
	display: table-cell;
	width: 20%;
	height: auto;
	padding: 95px 0 0 0;
	vertical-align: top;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#cover li a,
#cover li .cv_c{
	width: 100%;
	height: auto;
}


#cover li#cv01 a .cv_c{ background: url("../../images/top/cv/c01_s.png") 50% 50% no-repeat; }
#cover li#cv01 a:hover .cv_c{ background: url("../../images/top/cv/c01.png") 50% 50% no-repeat; }

#cover li#cv02 a .cv_c{ background: url("../../images/top/cv/c02_s.png") 50% 50% no-repeat; }
#cover li#cv02 a:hover .cv_c{ background: url("../../images/top/cv/c02.png") 50% 50% no-repeat; }

#cover li#cv03 a .cv_c{ background: url("../../images/top/cv/c03_s.png") 50% 50% no-repeat; }
#cover li#cv03 a:hover .cv_c{ background: url("../../images/top/cv/c03.png") 50% 50% no-repeat; }

#cover li#cv03-02 a .cv_c{ background: url("../../images/top/cv/c03-02_s.png") 50% 50% no-repeat; }
#cover li#cv03-02 a:hover .cv_c{ background: url("../../images/top/cv/c03-02.png") 50% 50% no-repeat; }


#cover li img{
	width: auto;
	max-width: 100%;
	max-height: 210px;
}

#cover li#cv01{ background: url("../../images/top/cv/cv01.jpg") 50% 50% no-repeat; background-size: cover; }
#cover li#cv02{ background: url("../../images/top/cv/cv02.jpg") 50% 50% no-repeat; background-size: cover; }
#cover li#cv03{ background: url("../../images/top/cv/cv03.jpg") 50% 50% no-repeat; background-size: cover; }
#cover li#cv03-02{ background: url("../../images/top/cv/cv03-02.jpg") 50% 50% no-repeat; background-size: cover; }

#cover li a{
	display: block;
	width: 100%;
	padding: 0;
	opacity: 1.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#cover li:hover{
	width: 60%;
}


/*** メインバナー ***/
.bnrArea li{
	margin-top: 16px;
}


/*** Access ***/
#top_access{
	width: 33.333%;
}

#top_access .call{
	padding: 0;
}

#top_access .add{
	padding: 7px 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

#top_access li.clm{
	width: 100%;
}

#top_access .sBnr{
	margin-top: 10px;
}

/* Google maps */
.map_wrapper {
	height: auto;
}

.googlemap {
	padding-bottom: 56.25%;
	height: 0;
}
.googlemap iframe {
	height: 100% !important;
}


/*** 人材募集 ***/
#top_recruit{
	width: 33.333%;
}

#top_recruit li.clm{
	width: 100%;
}


/* ニュース・更新履歴 */
#top_news a:hover{ color: #42b8d9; }


/* 各部署サイト */
#top_row2-2{
	margin-bottom: 50px;
}

#top_dnav{
	padding: 30px;
}
#top_dnav li{
	padding: 10px 15px;
}


/* 関連施設一覧 */
#top_row3 #top_groups{
	margin: 0 auto;
	max-width: 1200px;
}

#top_groups li{
	width: 25%;
	padding: 0 5px !important;
}

	#top_groups li:nth-child(4n+1){
		padding: 0 5px 0 0 !important;
	}

	#top_groups li:nth-child(4n){
		padding: 0 0 0 5px !important;
	}


/* 関連施設一覧 */
#top_links{
	max-width: 1200px;
}

#top_links .clm{
	padding: 0 15px;
}

#top_links li img{
	width: auto;
	max-width: 200px;
}


/* 2ND PAGE  *********************************/
#pageTtl{
	height: 270px;
	margin-top: 95px;
}

#pageTtl h2{
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 270px;
}

/* パンくず */
#pagePath{
	display: block;
}


/* 本文  *********************************/
#container{
	display: table;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 30px 0 60px;
}

#left_side{
	display: table-cell;
	min-width: 330px;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

#main{
	display: table-cell;
	width: 100%;
	padding: 0 10px 90px 30px;
	vertical-align: top;
	z-index: 0;
}


/* サイドナビ */
#floatingObj{
	position: relative;
	width: 320px;
}

#left_side h1{
	display: block;
}

#sideNav{
	position: relative;
	background: #f5f5f5;
}

#sideNav > li{
	float: none;
	width: 100%;
	min-height: 60px;
	border-top: 0 !important;
	border-right: 0 !important;
}
	
	#sideNav > li a{
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}
	
	#sideNav > li a,
	#sideNav > li span{
		padding: 19px 0 20px 20px;
	}
	
	#sideNav > li a:before,
	#sideNav > li span:before{
		margin-right: 20px;
	}
	
	#sideNav > li a.close:after,
	#sideNav > li a.open:after{
		right: 20px;
	}

#sideNav > li .child_menu{
	position: relative;
	border-top: 1px solid #cde4ea;
}
	#sideNav > li .child_menu.open{
		display: block;
	}

#sideNav > li .child_menu .cm_inn{
	padding: 10px 5px 10px 12px;
}
	#sideNav > li .child_menu .clm{
		padding: 0 5px;
	}
	
	#sideNav > li .child_menu li a,
	#sideNav > li .child_menu span{
		padding: 8px 0;
	}


#left_side .parentCategory{
	margin: 10px 0;
}
	#left_side .parentCategory a{
		padding: 19px 0 20px 30px;
		background-image: url("../../images/common/arrow03.png");
		background-repeat: no-repeat;
		background-position: 0 50%;
	}
	#left_side .parentCategory a:after{
		content: "";
	}
	#left_side .parentCategory a:hover{
		opacity: 0.6;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		zoom: 1;
	}

/* ローカルメニュー */

.loMenu li{
	width: 195px;
}

.loMenu li:hover{
	background-color: #e6f1f4;
}

.loMenu li.banner{
	background: transparent !important;
}


}/* end PC */


/* PC固定サイズ */
@media screen and (min-width: 1230px) {


/* サブナビ  *********************************/
	#snav li.pc_only{
		display: inline-block !important;
	}

.map_wrapper {
	height: 180px;
	/*
	height: 240px;
	*/
}

.googlemap {
	padding-bottom: 135px;
	height: 180px;
	/*
	height: 240px;
	*/
}
.googlemap iframe {
	height: 240px !important;
}

/* カラム */
/*
.clm_img_txt table,
.clm_img_txt > p,
.clm_img_txt > ul,
.clm_img_txt > ol,
.clm_img_txt > h1,
.clm_img_txt > h2,
.clm_img_txt > h3,
.clm_img_txt > h4,
.clm_img_txt > div{
	width: 57%;
}
*/
.clm_img_txt{
	width: 57%;
}


}