﻿@charset "utf-8";

html{
	font-size: 62.5%;	
	background:#FFF;
}
body{
color:#333;
font:1.4rem "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#FFF;
-webkit-text-size-adjust:100%;
}

/* リンク */
a{
	color:#275590;
	text-decoration:none;
}
a:hover{
	color:#E35E5E;
}
a:active, a:focus{
	outline:0;
}
a img {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
}
a:hover img{
	filter:Alpha(opacity=40);
	-moz-opacity:0.7;
	opacity:0.7;
}

/* テキスト装飾 */
.b_red{
	font-weight:bold;
	color:#FF3300;
}
/*
.fnt_s{
	font-size:65%;
}
*/
.p_top{
	padding-top:10px;
}
.p_bttm{
	padding-bottom:20px;
}


/* 全体 */
#wrapper{
margin:0 auto;
padding:0 1%;
width:940px;
position:relative;
}

.inner{
margin:0 auto;
width:940px;
}



/* ヘッダ
--------------------------------*/
h1{
	display:none;
}
#header{
	background-color:#fff;
	overflow:hidden;
}

* html #header{height:1%;}

/* ロゴ */
#header .logo{
	float:left;
	padding:0;
	line-height:0;
}
.logo a img{
	line-height:0;
	padding:0 0 10px 0;
}

/* 言語 */
.hdr_info{
	float:right;
	padding:40px 0 0;
}
ul.lang{
	clear:both;
}
ul.lang li{
	float:left;
	list-style-type:none;
	margin:0 5px 5px 0;
}
ul.lang li a{
	color:#fff;
	display:block;
	font-size:1.0rem;
	background-color:#B3B3B3;
	padding:5px 15px;
	border-radius:2px;
}
ul.lang li a:hover{
	filter:Alpha(opacity=40);
	-moz-opacity:0.7;
	opacity:0.7;
}


/* ヘッダメニュー(トップページ)
--------------------------------*/
nav#hdr_top_menu{
	overflow:hidden;
	background:#fff;
}

ul#top_menu{
	overflow:hidden;
	margin:0;
	background:#fff;
}

* html ul#top_menu{height:1%;}

ul#top_menu li{
	float:right;
	text-align:left;
	border-left:1px solid #E1E1E1;
}

ul#top_menu a{
	font-size:1.3rem;
	font-family:"ヒラギノ丸ゴ ProN W2","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight:bold;
	display:block;
	line-height:15px;
	padding:5px 40px 15px 15px;
	margin-left:1px;
	color:#333;
}

ul#top_menu a:hover{
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.top_menu_s {
	font-size:0.8rem;
	font-family: Arial, Helvetica, sans-serif;
	color:#878787;
}

/* メイン画像
--------------------------------*/
#main_bnr{
	position:relative;
	overflow:hidden;
	padding:0;
	margin-bottom:20px;
}

#main_bnr img{
	max-width:100%;
	height:auto;
}

.copy{
	position: absolute;
	max-width:100%;
	top:50%;
	transform:translateY(-50%);
	height:auto;
	left:10px;
	padding:5px 10px;
	line-height:1.5;
	z-index:100;
}
.copy h2{
	position:relative;
	color:#fff;
	font-size:2.0rem;
	font-family:"ヒラギノ丸ゴ ProN W3","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/* グリッド
--------------------------------*/
.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

/* トップ左コンテンツ */
.col_left{
	margin:0 5px 25px;
	padding-bottom:5px;
	background:#fff;
	border:#E2E8F0 solid 1px;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}

.col_left h3{
margin:10px 10px 0;
color:#42669F;
font-size:2.2rem;
font-weight:bold;
}
.col_left img{
	margin:15px 0 5px 0;
}
.more a{
	clear:both;
	display:block;
	padding:3px 15px 3px;
	margin-top:-3px;
	border-radius:3px;
	background:url(../img/btn_more.png) no-repeat 5px 8px;
}
/*.more a{
	clear:both;
	display:block;
	margin-top:10px;
	padding:3px 15px 3px;
	border-radius:3px;
	color:#fff;
	background:#42669F url(../img/btn_more.png) no-repeat 5px;
}
.more a:hover{
	background:#275590 url(../img/btn_more.png) no-repeat 5px;
}
*/

#sub .grid h3{
padding-left:5px;
font:2.2rem "ヒラギノ丸ゴ ProN W3","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.grid p{
	padding:5px 10px;
}

.grid ul{
	margin:5px 10px;
}

.grid li{
	padding:5px 0;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内 */
#footer .grid{
color:#fff;
background:transparent;
}

#footer .col3 ul{
	margin:0 0 5px 2px;
}

#footer .col3 li{
	padding:0 10px 0 8px;
	margin-bottom:3px;
	list-style:none;
	border-bottom:0;
	display:inline-block;
}
.footer_col3_top{
	padding-left:2px;
;
}


/* コンテンツ
--------------------------------*/
section.content{
	clear:both;
	margin-bottom:20px;
	font-size:1.4rem;
	overflow:hidden;
}

* html section.content{
	height:1%;
}

section.content p{
	margin-bottom:5px;
}
section.content ul{
	margin:5px 10px;
}

section.content li{
	padding:5px 0;
	list-style:inside;
}

h3.title{
	padding:5px 10px;
	margin:2px 2px 5px;
	font-size:1.8rem;
	color:#fff;
	background:#275590;
	border-radius:3px;
}

/* デフォルト */
.ctn{
	padding:25px;
	margin:7px 2px 2px;
	overflow:auto;/*hidden;*/
	position:static;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.ctn h3{
	font-size:2.0rem;
	color:#275590;
	padding-bottom:10px;
}
.ctn h4{
	font-size:1.7rem;
	font-family:"ヒラギノ丸ゴ ProN W2","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding-bottom:5px;
}
.ctn section{
	clear:both;
}

/* デフォルト リスト形式 */
.ctn_list{
	overflow:auto;/*hidden*/
	position:static;
	padding:15px 20px 25px;
	margin:7px 2px 2px;
	background:#fff;
	background-image:url(../img/list_04.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:auto;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
}
.ctn_list h4{
	color:#3AA54B;
	font-size:2.2rem;
}
.ctn_list section{
	clear:both;
}
.ctn_list_last{
	overflow:auto;
	position:static;
	padding:15px 20px 25px;
	margin:7px 2px 2px;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
}
.ctn_list_last h4{
	color:#3AA54B;
	font-size:2.2rem;
}
.ctn_list_last section{
	clear:both;
}



/* お知らせ */
#ctn_info{
	overflow:auto;/*hidden*/
	position:static;
}
#ctn_info ul{
	position:static;
	margin:2px;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
}
#ctn_info li{
	list-style-type:none;
	border-bottom:#FFF 2px solid;
}
#ctn_info li a{
	padding:15px 30px 15px 20px;
	display:block;
	color:#333;
	background-color:#fff;
	background-image:url(../img/list_03.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:auto;
}
#ctn_info li.ctn_info_more{
	clear:both;
	border:none;
	color:#275590;
}
#ctn_info li.ctn_info_more a{
	display:block;
	color:#275590;
	background-color:#fff;
	background-image:url(../img/list_01.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-position-x:20px;
	background-size:auto;
	padding:10px 10px 10px 35px;
}
#ctn_info li.ctn_info_more a:hover{
	color:#E35E5E;
}

.date{
	float:left;
	color:#275590;
	font-size:1.4rem;
}
.new{
	float:left;
	font-size:1.2rem;
	margin-left:10px;
	padding:3px 8px 0;
	line-height:14px;
	border-radius:3px;
	color:#fff;
	background:#FFB900;
}
.info{
	clear:both;
	font-weight:bold;
}

.date_news{
	float:left;
	color:#fff;
	font-size:1.2rem;
	padding-top:4px;
}


/* リスト1 */
ul.list_1{
	list-style-type:none;
/*	width:100%;*/
}
ul.list_1 li{
	float:left;
	padding:2px 20px 0 0;
	list-style-image:url(../img/list_01.png);
}
ul.list_1 li a{
	display:inline-block;
}

/* リスト2 */
ul.list_2{
	clear:both;
	list-style-type:none;
	width:100%;
	padding-bottom:5px;
}
ul.list_2 li{
	float:left;
	padding:2px 20px 8px 0;
	list-style-image:url(../img/list_02.png);
}
ul.list_2 li a{
	display:inline-block;
}

/* リスト3 */
ul.list_3{
	clear:both;
}
ul.list_3 li{
	float:left;
	list-style-type:none;
	padding:5px 15px;
	margin:0 5px 5px 0;
	background-image:url(../img/btn_more.png);
	background-repeat:no-repeat;
	background-position:5px 12px;
	background-color:#D7746F;
	border-radius:3px;
}
ul.list_3 li a{
	color:#fff;
	display:block;
}
ul.list_3 li a:hover{
	color:#EBBAB7;
}

.list_3_top{
	/* margin-left:-30px; */
}

/* リスト4（数字） */
ul.list_4 li{
list-style-type:decimal!important;
text-indent:-2rem!important;
padding-left:2rem!important;
}

.alignleft{
	float:left;
	clear:left;
	margin:3px 10px 10px 1px;
}

.alignright{
	float:right;
	clear:right;
	margin:3px 1px 10px 10px;
}

/* リスト5（無し） */
ul.list_5{
/*	width:100%;*/
}
ul.list_5 li{
	list-style-type:none;
	float:left;
	padding:2px 20px 0 0;
}

/* リスト6（黄色） */
ul.list_6{
	list-style-type:none;
}
ul.list_6 li{
	float:left;
	width:100%;
	padding:2px 20px 0 0;
	list-style-image:url(../img/list_06.png);
}



/* メインタイトル
--------------------------------*/
#headline{
	position:relative;
	overflow:hidden;
	background:#275590;
	padding:20px 5px;
	margin-bottom:20px;
}
#headline h2{
	float:left;
	position:relative;
	color:#fff;
	font-size:2.0rem;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding-right:15px;
}
#headline ul{
	padding:6px 0 0 0;
}
#headline li{
	display: inline;
	margin:0 5px;
	padding-left:12px;
	background:url(../img/btn_mainttle.png) no-repeat top 7px left;
	font-size:1.4rem;
}
#headline li a{
	color:#fff;
	display:inline-block;
}
#headline li a:hover{
	filter:Alpha(opacity=40);
	-moz-opacity:0.7;
	opacity:0.7;
}


img.frame,#gallery img{
	border:4px solid #fff;
}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{
	overflow:visible;}



/* 戻る */
p.ftr_back a{
	float:left;
	display:block;
	color:#008735;	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:auto;
	padding-left:10px;
	margin-left:10px;
	font-size:1.5rem;
}
p.ftr_back a:hover{
	color:#E35E5E;
}
/* 下部メニュー */
#bottomline{
	padding:0;
	margin-right:8px;
}
#bottomline ul{
	float:right;
	padding-bottom:6px;
}
#bottomline li{
	display: inline;
	margin:0 5px;
	padding-left:8px;
	font-size:1.5rem;
}
#bottomline li a{
	display:inline-block;
}


/* このページのトップへ戻る
--------------------------------*/
#ftr_back{
	clear:both;
	font-weight:bold;
}
* html #ftr_back{height:1%;}

#ftr_back p.ftr_back_top a{
	float:right;
	display:block;
	height:20px;
	background-image:url(../img/back_top.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:auto;
	padding-left:15px;
	margin:0 10px 20px 0;
	font-size:1.5rem;
	color:#275590;
}
#ftr_back p.ftr_back a{
	float:left;
	display:block;
	height:20px;
	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:auto;
	padding-left:15px;
	margin:0 0 20px 10px;
	font-size:1.5rem;
	color:#008735;
}
#ftr_back p a:hover{
	color:#E35E5E;
}



/* フッター
--------------------------------*/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#275590;
}

* html #footer{height:1%;}

#footer a{color:#fff;}
#footer a:hover{color:#ccc;}

#footer p{
	font-size:1.0rem;
	color:#A9BBD3;
}



/*===============================================
  PC用
===============================================*/
@media only screen and (min-width:940px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
	float:right;
	width:645px;
	}
	
	#subpage #sub{
	float:left;
	width:265px;
	overflow:hidden;
	}
	
#headline h3{
	padding-left:8px;
}
	
	/* グリッド */
	.grid{width:265px;}
	.col2{width:470px;}
	.col3{width:940px;/*705px;*/}
	#gallery .grid{width:230px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}
	
}


/*===============================================
  モニター幅939px以下
===============================================*/
@media only screen and (max-width:939px){
#wrapper,.inner{
	width:100%;
	padding:0;
}
#header .logo{
	padding:0 5px;
}
.hdr_info{
	padding-right:10px;
}
	
ul#top_menu{
	clear:both;
	width:100%;
}
ul#top_menu li{
	width:33%;
	margin:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul#top_menu li:nth-child(3n){
	border-right:0;
	width:34%;
}
ul#top_menu li a{
	width:100%;
	border-top:0;
}
ul#top_menu li:nth-child(5n) a,ul#top_menu li:nth-child(6n) a{
	width:100%;
}
	
.grid{
	width:50%;
	margin:2px 0;
}
	
.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
}
	
.grid img{
	float:left;
	margin-right:5px;
}

#gallery .grid{
	width:31%;
	margin:0 1%;
	padding:0;
}
	
#gallery .grid img{
	float:none;
}
	
section.content{
	padding:0 5px;
}
	
section.content img{
	max-width:90%;
	height:auto;
}
#sub .grid{
	margin-bottom:20px;
	width:48%;
	margin-left:1%;
}
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
#headline h3{
	padding-left:8px;
}
#headline ul{
	clear:both;
	padding:6px 10px 0;
}
}


/*===============================================
  画面の横幅が768pxまで（iPad）
===============================================*/
@media only screen and (max-width:768px){
#header{
	padding-bottom:0;
}
.hdr_info{
	display:none;
}
#headline h3{
	padding-left:8px;
}
ul#top_menu{
	display:none;
}
ul#top_menu li{
	width:50%;
	float:left;
	border-left:1px solid #E1E1E1;
}
ul#top_menu li a{
	font-size:1.4rem;
	line-height:16px;
}

ul#top_menu li:nth-child(3n){
	width:50%;
}
	
ul#top_menu li:nth-child(2n),ul#top_menu li:nth-child(6n){
	border-right:0;
}

#top_menu_s{
	display:none;
}
}




/*===============================================
  画面の横幅が640pxまで（スマホ）
===============================================*/
@media only screen and (max-width:640px){
#header .logo{
	padding:0 5px;
	margin-right:80px;
}
.grid{
	width:100%;
}
.grid img{
	float:none;
	margin:20px auto 10px;
}

img.frame,#gallery img{
	border-width:2px;
}

.alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
}

#sub .grid{
	margin-bottom:20px;
	width:98%;
}

#headline{
	padding:10px 0;
}
#headline h3{
	font-size:1.8rem;
	padding-left:8px;
}
#headline ul{
	display:none;
}


#footer .grid p{
	text-align:center;
}

}


/*===============================================
  画面の横幅が480pxまで（スマホ）
===============================================*/
@media only screen and (max-width:480px){
#header .logo{
	max-width:100%;
}
#main_bnr h2,#main_bnr h3{
	font-size:1.3rem;
}

ul.list_1 li{
	float:none;
}
ul.list_2 li{
	float:none;
}
ul.list_3 li{
	float:none;
}
ul.list_5 li{
	float:none;
}
}