
@charset "utf-8";


.main.lv2 {
	font-size: 100%;
}

/* リンク */
a {
	color:#004098;
	text-decoration:none;
	transition-duration:0.5s;
}
a:hover {
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.6;
}

.pc-nav-drawer a:hover,
.ftr-top a:hover {
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　パンくずリスト

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.breadcrumbs {
	background:#ededed;
	margin:0;
	width:100%;
	padding: 0 10px;
}

/* リスト */
.breadcrumbs ul:before, .breadcrumbs ul:after {content:""; display:table;}
.breadcrumbs ul:after {clear:both;}
.breadcrumbs ul {
	/zoom:1;
	width:100%;
	margin:0 auto;
	padding:15px 0;
}

.breadcrumbs ul{
    max-width: 1200px;
}

.breadcrumbs li {
	float:left;
	line-height:1.2;
	margin:0 25px 0 0;
	font-size: .8em;
}
.breadcrumbs a {
	color:#000;
	text-decoration:none;
}
.breadcrumbs img {
	width:4px;
	margin:0 25px 0 0;
	vertical-align:middle;
}
.breadcrumbs li:first-child img {
	width:13px;
	margin:0 5px 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ページタイトル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.page_title {
	font-size:120%;
	border-bottom:solid 3px #0053a6;
	margin:20px 0 0;
	padding: 0 10px 17px;
}

/* テキスト */
.page_title h2 {
	font-size:130%;
	font-weight:bold;
	width:1200px;
	margin:0 auto;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　コンテンツ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.contents:before, .contents:after {content:""; display:table;}
.contents:after {clear:both;}
.contents {
	zoom:1;
	width:1200px;
	margin:0 auto;
}

/* メニュー */
.contents .side {
	display: none;
}
.contents .side .sidebtn {
	display: none;
	margin: 14px 0 0;
	height:40px;
	width: 160px;
	background-color: #008f7B;
	border-radius:3px;
	-webkit-border-radius:3px;	
}
.contents .side .sidebtn a {
	display: inline-block;
	width: 100%;
	line-height:40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}
.contents .side strong {
	font-size:130%;
}
.contents .side img {
	width: 150px;
	margin:14px 0;
}
.contents .side li {
	line-height:40px;
	margin:10px 0 0;
}
.contents .side li li {padding:0 0 0 20px;}
.contents .side a {
	color:#004098;
	font-size:130%;
	text-decoration:none;
	margin: 0 10px 0 0;
}
.contents .side .active {background:#8ca9d1;}
.contents .side .active a {color:#fff;}
.contents .side .pc_hide {display:none;}
.contents .side li.smaller {line-height:30px;}
.contents .side .small a, .contents .side .smaller a {font-size:110%;}
.contents .side .small img, .contents .side .smaller img {
	width:3px;
	vertical-align:middle;
	margin:0 5px 0 0;
}

/* メインコンテンツ */
.contents .main {
	padding: 50px 0 50px;
}
.contents .main h3 {
	font-size:150%;
	font-weight:bold;
	line-height:1.5;
}
.contents .main h4 {
	display:block;
	font-size:130%;
	font-weight:bold;
	line-height:25px;
	margin:30px 0 0;
	padding:0 0 0 12px;
	border-left:solid 5px #004098;
}
.contents .main em {
	display:block;
	font-size:130%;
	font-weight:bold;
	margin:10px 0 0;
}


#back-top {
	position: fixed;
	bottom: 30px;
	right:7%;
}

#back-top a {
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 7px;
	background: url(../../corp_img/gotop.png) no-repeat center center;
	text-indent:-9999px;
}









