@charset "utf-8";
/*
フォントサイズは%で指定してください。
基本のサイズは15pxです。
10px : 66%    11px : 73%    12px : 80%
13px : 86%    14px : 93%    15px : 100%
16px : 106%   17px : 113%   18px : 120%
19px : 126%   20px : 133%   21px : 140%
22px : 146%   23px : 153%   24px : 160%
25px : 166%   26px : 173%   27px : 180%
28px : 186%   29px : 193%   30px : 200%

*/
/* ===========================================
	share
=========================================== */
html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
	/*font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	/*font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;*/
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	line-height: 1.8;
	min-width: 1300px;
	color: #333;
}
* {
	font-size: 1.5rem;
}
a {
	text-decoration: none;
}
ul li {
	display: inline-block;
}
#contents {
	overflow: hidden;
}
.wrap {
	width: 1280px;
	margin: 0 auto;
}
.top {
	background: url(../images/bg_back.jpg) top center repeat-x, #f1f1f1;
	padding-top: 25px;
	overflow: hidden;
}
.hide_sp {
	display: block;
}
.hide_pc {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.btn_type01 {
	background: url(../images/icon_button01.png) left 15px center no-repeat, #00385f;
	display: inline-block;
}
.btn_type01 a {
	display: block;
	color: #FFF;
	padding: 5px 15px 5px 30px;
}
.btn_type02 {
	/*border: 2px solid #00385f;*/
	background: url(../images/icon_button01_2.png) left 15px center no-repeat;
}
.btn_type02 a {
	color: #00385f;
	display: block;
	padding: 5px 15px 5px 30px;
	font-weight: bold;
}
.btn_type02 a:hover {
	background: url(../images/icon_button01.png) left 15px center no-repeat, #00385f;
	color: #FFF;
}
#js-scroll {
	position: relative;
	overflow: hidden;
	height: 168px;
}

/*@media screen and (max-width: 640px) {
body {
	font-size: 1.65rem;
	min-width: 100%;
}
img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
}*/
@media screen and (max-width: 640px) {
.hide_sp {
	display: none;
}
.hide_pc {
	display: block;
}
}
/* ===========================================
	header
=========================================== */
header {
	overflow: hidden;
}
header .logo {
	float: left;
	height: 100px;
	display: table;
}
header .logo h1, header .logo p {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
header .logo h1 {
	padding: 18px 0 2px 0;
}
#top header .logo h1 {
	padding: 18px 0 12px 0;
}
header .wrap {
	display: table;
}
header .rightbar {
	display: table-cell;
	vertical-align: middle;
	height: 130px;
	text-align: right;
}
header .fsize {
	margin-bottom: 15px;
}
header .fsize ul li {
	border: 1px solid #00385f;
	text-align: center;
}
header .fsize ul li a {
	color: #00385f;
	display: block;
	padding: 0px 7px;
	font-weight: bold;
}
header .fsize ul li a.selected {
	background: #00385f;
	color: #FFF;
}
header .lang ul li {
	margin-right: 20px;
	font-weight: bold;
	text-align: center;
}
header .lang ul li:last-child {
	margin-right: 0;
}
header .lang .totext {
	border-bottom: 3px solid #333;
}
header .lang .totext a {
	color: #333;
	text-decoration: none;
}
header .lang .langselect {
	background: url(../images/icon_language.png) right 20px center no-repeat, #e6e6e6;
}
header .lang .langselect a {
	display: block;
	color: #333;
	padding: 5px 40px 5px 20px;
}
header .lang #dropdown {
	background: url(../images/icon_language.png) right 20px center no-repeat, #e6e6e6;
	position: relative;
	width: 136px;
}
header .lang #dropdown a {
	display: block;
	color: #333;
	padding: 5px 40px 5px 20px;
	text-decoration: none;
}
.lang .l_submenu {
	width: 100%;
	position: absolute;
	z-index: 999;
	display: none;
}
.lang .l_submenu li {
	background: right 20px center no-repeat, #e6e6e6;
	width: 136px;
	z-index: 999;
}
.lang .l_submenu li:hover {
	color: #202020;
	background: #c4cfd3
}
header nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
header nav ul li a {
	display: block;
	text-align: left;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 100%;
	color: #555555;
	border-bottom: 1px solid #fff;
	background: url(../images/icon_triangle_g.png) 95% 50% no-repeat #ddd;
	background-size: 2%;
}
header .nav {
	clear: both;
	background-color: #00385f;
}
header .nav ul li {
	text-align: center;
	background: url(../images/bg_navline.png) right no-repeat;
	width: 25%;
}
header .nav ul li a {
	color: #FFF;
	display: block;
	padding: 7px;
}
header .nav ul li a:hover {
	background: url(../images/bg_navline.png) right no-repeat, #005696;
}
header .nav ul .home {
	background: url(../images/bg_navline.png) left no-repeat, url(../images/bg_navline.png) right no-repeat;
}
header .nav ul .home img {
	vertical-align: middle;
}
header .nav ul .home a:hover {
	background: url(../images/bg_navline.png) left no-repeat, url(../images/bg_navline.png) right no-repeat, #005696;
}
@media screen and (max-width: 640px) {
	header .fsize {
		display: none;
	}
}
/* ===========================================
	inner
=========================================== */
.inner .head_inner {
	background: url(../images/bg_innerhead.png) center no-repeat;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inner .breadcrumbs li a {
	color: #333;
}
.inner h1 {
	font-size: 28px;
	font-weight: bold;
}
.inner h2 {
	font-size: 25px;
	color: #00385f;
	border-bottom: 1px solid #00385f;
	margin-bottom: 20px;
}
.inner .one-fourth {
	clear: both;
	margin-bottom: 40px;
}
.inner .one-fourth {
	clear: both;
	margin-bottom: 0px;
}
.inner .bold {
	font-weight: bold;
}
.inner .contsblock {
	display: block;
	padding-bottom: 48px;
	clear: both;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
.inner .head_inner {
	padding: 10px;
}
.inner .breadcrumbs li {
	font-size: 12px;
}
.inner h1 {
	font-size: 21px;
}
.inner h2 {
	padding-left: 10px;
}
.inner .desc {
	padding-left: 10px;
	padding-right: 10px;
}
}
/* ===========================================
	footer
=========================================== */
