@charset "utf-8";

html {
	height: 100%;
}

body {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 16px;
	color: #333;
	height: 100%;
}

#wrapper {
	width: 100%;
	min-width: 960px;
	min-height: 100%;
	position: relative;
}

.inner {
	width: 960px;
	margin: 0 auto;
}


/*------------------------------------------------
ヘッダー
------------------------------------------------*/
#headerContainer {
	border-top: 5px solid #2595e6;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

#headerContainer .headerIn {
	background: url(../images/common/bg_header.png) 0 0 repeat;
}

#headerContainer .inner {
	padding: 27px 0 37px;
	position: relative;
	background: url(../images/common/img_header.gif) right bottom no-repeat;
}

#headerContainer .inner h1 a {
	line-height: 0;
	display: block;
}



.hArea {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.hArea .hlinks {
	margin-bottom: 8px;
}
.hArea .hlinks li {
	float: left;
	margin-left: 12px;
}

.hArea .hlinks li a {
	display: block;
	font-size: 87.5%;
	text-decoration: none;
	padding-left: 19px;
	color: #1a1a1a;
}
.hArea .hlinks li a:hover {
	text-decoration: underline;
}

.hArea .hlinks li a.icolink01 {
	background: url(../images/common/icon_h01.png) left center no-repeat;
}
.hArea .hlinks li a.icolink02 {
	background: url(../images/common/icon_h02.png) left center no-repeat;
}
.hArea .hlinks li a.icolink03 {
	background: url(../images/common/icon_h03.png) left center no-repeat;
}
.hArea .hlinks li a.icolink04 {
	background: url(../images/common/icon_h04.png) left center no-repeat;
}
.hArea .hlinks li a.icolink05 {
	background: url(../images/common/icon_h05.png) left center no-repeat;
}
.hArea .tsize {
	padding-right: 220px;
	text-align: right;
}
.hArea .tsize li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	box-sizing: border-box;
	margin-left: 3px;
}
.hArea .tsize li a {
	color: #1a1a1a;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.hArea .tsize li.small a {
	font-size: 14px;
}
.hArea .tsize li.nomal a {
	font-size: 16px;
}
.hArea .tsize li.large a {
	font-size: 18px;
}
.hArea .tsize li.current {
	background: #60b4c4;
}

.hArea .tsize li.current a {
	color: #fff;
}

.hArea .tsize li.noborder {
	width: auto;
	height: auto;
	background: none;
	padding-right: 7px;
	border: 0;
}



/*------------------------------------------------
検索
------------------------------------------------*/

header .searchBox {
	position: absolute;
	bottom: 0;
	right: 0;
}

header form input[type='text'] {
	width: 215px;
	height: 28px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 32px 0 6px;
	border-radius: 2px;
}

header form input[type='image'] {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 6px;
	width: 16px;
	height: 16px;
}

/*------------------------------------------------
グローバルナビ
------------------------------------------------*/

.btnMenu {
	display: none;
}


#headerContainer nav ul {
	width: 960px;
	margin: 0 auto;
	background: url(../images/common/bg_header.png) 0 0 repeat;
}

#headerContainer nav ul li {
	float: left;
	background: url(../images/common/line01.gif) left center no-repeat;
	position: relative;
}
#headerContainer nav ul li:first-child {
	background: none;
}

#headerContainer nav ul li:hover:before {
	position: absolute;
	width: 100%;
	height: 5px;
	background: #2595e6;
	left: 0;
	bottom: 0;
	z-index: 0;
	content: "";
}

#headerContainer nav ul li a {
	display: table-cell;
	vertical-align: middle;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
	width: 137px;
	height: 77px;
	box-sizing: border-box;
}


/*------------------------------------------------
ローカルナビ
------------------------------------------------*/

.lnaviArea {
	margin-bottom: 30px;
}
.lnaviArea h2 {
	font-size: 112.5%;
	font-weight: bold;
}
.lnaviArea h2 > a,
.lnaviArea h2 > span {
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #74c5be;
	text-align: center;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
}

.lnaviArea h2 > a:hover {
	opacity: 0.7;
}
.lnaviArea h2 > a:before {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 12px;
	background: url(../images/common/icon_arrow01.png) center center no-repeat;
	content: "";
}
.lnaviArea ul {
	width: 100%;
}

.lnaviArea ul li {
	border-bottom: 1px dashed #74c5be;
}

.lnaviArea ul li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 15px 50px 15px 10px;
	position: relative;
	display: block;
}
.lnaviArea ul li a:before {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	width: 9px;
	height: 12px;
	background: url(../images/common/icon_arrow02.png) center center no-repeat;
	content: "";
}

.lnaviArea ul li a:hover,
.lnaviArea ul li.selected a  {
	color: #0085c7;
	font-weight: bold;
}

/*------------------------------------------------
メインヴィジュアル
------------------------------------------------*/
#mainVisual {
	width: 100%;
	background: url(../images/common/bg_main_visual.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 175px;
}

#mainVisual .inner {
	padding: 0;
}

#mainVisual h2 {
	width: 960px;
	text-align: center;
	font-size: 250%;
	color: #0085c7;
	letter-spacing: 0.1em;
	padding-top: 115px;
	height: 437px;
	text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff;
	box-sizing: border-box;
}
#mainVisual h2 span {
	display: block;
	font-size: 70%;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 20px;
}
#mainVisual h2 b {
	font-size: 87.5%;
}

/*------------------------------------------------
ティーザー
------------------------------------------------*/

#teaser {
	width: 100%;
	background: url(../images/common/bg_teaser.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 165px;
}

#teaser .inner {
	padding: 0;
}

#teaser h2 {
	width: 960px;
	height: 157px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 225%;
	font-weight: bold;
	color: #0085c7;
	letter-spacing: 0.1em;
	text-shadow: 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 13px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff, 0 0 26px #fff;
}
#teaser h2 span {
	display: block;
	font-size: 55%;
	line-height: 1.8;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

#mainContainer {
	padding-bottom: 300px;
	background: #fff;
}

.contentArea {
	width: 710px;
	float: right;
}

.sideArea {
	width: 220px;
	float: left;
}

.sideArea .sideBanner li {
	margin-bottom: 10px;
}
.sideArea .sideBanner li a {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	height: 74px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	font-weight: bold;
	color: #60b4c4;
	padding-left: 14px;
	text-decoration: none;
}
.sideArea .sideBanner li a img {
	display: inline-block;
	vertical-align: middle;
}
.sideArea .sideBanner li a.bgBan00 {
	background: url(../images/common/bg_banner00.png) right center no-repeat #37a8c4;
	color: #fff;
}
.sideArea .sideBanner li a.bgBan01 {
	background: url(../images/common/bg_banner01.png) right center no-repeat #fff;
}
.sideArea .sideBanner li a.bgBan02 {
	background: url(../images/common/bg_banner02.png) right center no-repeat #fff;
}
.sideArea .sideBanner li a.bgBan03 {
	background: url(../images/common/bg_banner03.png) right center no-repeat #fff;
}


.sideArea .sideBanner li a:hover {
	opacity: 0.7;
}


/*------------------------------------------------
パンくず
------------------------------------------------*/

.breadcrumb {
	padding: 5px 0 18px;
}

.breadcrumb ul li {
	display: inline;
	font-size: 87%;
}

.breadcrumb ul li a {
	color: #333;
	display: inline-block;
	text-decoration: none;
}
.breadcrumb ul li a.home {
	text-indent: -9999px;
	width: 14px;
	background: url(../images/common/icon_h01.png) center center no-repeat;
}


/*------------------------------------------------
フッター
------------------------------------------------*/

footer {
	background: #fff;
	border-top: 2px solid #2595e6;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

footer .inner {
	padding: 28px 0 22px;
}

footer .inner ul {
	overflow: hidden;
}

footer .inner ul li {
	float: left;
	margin-left: 30px;
}

footer .inner ul li a {
	font-size: 13px;
	color: #1a1a1a;
	text-decoration: underline;
	display: inline-block;
}

footer .inner ul li a:hover {
	text-decoration: none;
}
footer .inner ul li a.icolock {
	background: url(../images/common/icon_f01.png) right center no-repeat;
	padding-right: 13px;
}
footer .faddress {
	float: left;
	font-size: 12px;
	margin-right: 110px;
	color: #1a1a1a;
}

footer .logoF {
	line-height: 0;
	margin-bottom: 15px;
}

footer .faddress p {
	font-size: 12px;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer small {
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #2595e6;
}

/*------------------------------------------------
ページトップ
------------------------------------------------*/

.btnPagetop {
    height: 36px;
    position: absolute;
	width: 145px;
	right: 50px;
	top: -38px;
	z-index: 99;
}
.btnPagetop a {
	display: block;
    height: 36px;
	width: 100%;
	background: #74c5be;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	border-radius: 3px 3px 0 0;
	text-decoration: none;
	text-align: center;
}

.btnPagetop a:hover {
	opacity: 0.7;
}


