@charset "UTF-8";
body{
	width: 100%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color:#385c6a;
	word-break: break-all;
}
a:hover{
	color: #09C;
}
h2{
	margin-bottom:5px;
	font-size: 22px;
}
h2 img{
	display: block;
	width: 100%;
	border: 1px #ccc solid;
}
h2#index_page{
	margin-bottom: 15px;
}
h3{
	background: url(../images/cmn/cmn_h3_bg.png) repeat-x;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
h3 a{
	display: block;
	background: url(../images/cmn/cmn_h3_bg.png) repeat-x;
}
h3 img{
	height:auto;
	vertical-align: middle;
}
.img_text {
	padding: 0 0 0 5px;
}
.heading {
	padding: 0 0 0 5px;
	width: 100%;
	color: #333;
	font-size: 125%;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
h4{
	font-weight: bold;
	color:#385c6a;
	margin-left:10px;
}
h4 a{
		text-decoration: none;
}
/*header*/
header{
	background: url(../images/cmn/cmn_header_bg.png) repeat-x bottom left;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
}
header h1{
	width: 80%;
	margin: 0 auto;		
}
header nav#gnav ul{
	display: block;
	width: 80%;
	margin: 0 auto;
}
/*コンテンツ部分*/
#contents{
	width: 80%;
	margin: 10px auto;
	clear: both;
}
#wrapper{
	/*width: 98%;*/
	display: block;
	margin-top: 10px;
	margin: 0 auto;
}
/*グローバルナビゲーション*/
nav#gnav li{
	width: 16%;
	float: left;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
nav#gnav ul li:nth-child(1){
	border-left: 1px solid #ccc;
}
nav#gnav li a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}
nav#gnav li a:hover{
	color: #fff;
	background: url(../images/cmn/cmn_nav_hover_bg.jpg) repeat-x bottom left;
	padding-bottom: 5px;

}
nav a.selected{
	background: url(../images/cmn/cmn_nav_selected_bg.png) repeat-x bottom left;
	padding-bottom: 5px;
}
nav#gnav a.selected:hover{
	background: url(../images/cmn/cmn_nav_selected_bg.png) repeat-x bottom left;
	color:#385c6a;
	border: none;
}
#first{
	margin-left: 2%;
	border-left: 1px solid #ccc;
}
/*パン屑リスト*/
.bread-crumb{
	margin-bottom: 10px;
	font-size: 83%;
}
/*article*/
article{
	display: block;
	clear:both;
}
/*section*/
section p{
	margin: 10px;
}
/*１カラムのコンテンツ*/
section.column1{
	clear: both;
}
/*２カラムのコンテンツ*/
section.column2{
	width: 45%;
	float:left;
	margin-left:3%;
	display:block;
	margin-bottom:40px;
	overflow: hidden;
}
section.column2 ul{
	font-size: 83%;
	border: 1px dotted #ccc;
	display: block;
	padding: 1%;
	margin: 10px;
}
/*3カラムのコンテンツ*/
section.column3{
	width:31%;
	float:left;
	margin-right: 3%;
	display: inline-block;
	margin-bottom: 40px;
	display: block;
}
section.column3.last{
	margin-right: 0;
}
section.column3.clear_box{
	clear: both;
}
section.column3_2{
	width: auto;
	clear: both;
	display: block;
	margin-bottom: 10px;
}
section.ml_0{
	width: 48%;
	margin-left: 0;
	margin-right: 3%;
}
section.mr_0{
	width: 49%;
	margin-right: 0;
}
.dotted_b{
	padding: 5px;
	border: 1px dotted #ccc;
}
section.box3{
	width:30%;
	float:left;
	margin-right: 3%;
	display: inline-block;
	margin-bottom: 40px;
}
p.eyecatch img{
	display: block;
	margin: 10px auto;
	border: 1px #ccc solid;
}
/*ページトップへ*/
.page_top{
	margin-bottom: 15px;
	clear:both;
}
.clear_box{
	clear:both;
}
.link{
	text-align: right;
}
.link a{
	font-size: 83%;
	text-decoration:none;
	padding-left: 2px;
}
.link a:hover{
	text-decoration:underline;
}
.link img{
	vertical-align: middle;
}
.link_left{
	text-align: left;
}
.link_left a{
	font-size: 83%;
	text-decoration:none;
	padding-left: 2px;
}
.link_left a:hover{
	text-decoration:underline;
}
.link_left img{
	vertical-align: middle;
}
/*footer*/
footer nav{
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
/*サブナビゲーション*/
#sub_nav li{
	border-right: 1px solid #385c6a;
	padding-right: 10px;
	margin-left: 10px;
	display:inline;
	font-size: 83%;
}
li#last{
	 border: none;
	 padding-right:0;
}
li#sub_nav_last{
	 border: none;
	 padding-right:0;
}
/*サイトマップ、ENGLISHなどへのリンク*/
#footer_nav{
	color: #333;
	font-weight: bold;
	font-size: 70%;
	line-height: 1.5em;
}
#footer_nav li{
	display: inline;
}
#footer_nav a{
	text-decoration: none;
}
#footer_nav a:hover{
	text-decoration: underline;
}
/*Copyright部分*/
#copyright{
	text-align: center;
	font-size: 83%;
	padding: 10px 0 0 0;
}
/* 999px以下用（タブレット用）の記述 */
@media screen and (max-width: 999px) {
section.column2{
clear: both;
	width: 100%;
	margin: 0 auto;
}
section.column3{
	clear: both;
	width: 100%;
	margin: 0 auto;
}
section.column3_2{
	width: auto;
	clear: both;
	display: block;
}
section.box3{
	clear: both;
	width: 100%;
	margin: 0 auto;
}
section.dotted_b{
	display: block;
	padding: 5px;
	border: none;
	border-bottom: 1px #ccc dotted;
}
}
/* 499px以下用（タブレット／スマートフォン用）の記述 */
@media screen and (max-width: 499px) {
h1 img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding:0;
}
h3 img{
	max-width: 85%;
	height: auto;
	vertical-align: middle;
}
header, nav#gnav ul, footer,h1,h2, #contents{
	min-width: 200px;
} 
nav#gnav{
	height: auto;
	margin: 0;
}
nav#gnav ul li{
	display: inline;
	font-size:85%;
	height: auto;
	margin: 5px 0;
}
nav#gnav ul li{
	width:30%;
}
nav#gnav li a:hover{
	color: #385c6a;
	background: none;
	padding-bottom: 0;
}
nav a.selected{
	background: url(../images/cmn/cmn_nav_selected_bg.png) repeat-x bottom left;
	padding-bottom: 0;
}
nav#gnav a.selected:hover{
	background: url(../images/cmn/cmn_nav_selected_bg.png) repeat-x bottom left;
	padding-bottom: 0;
}
#fourth{
	border-left: 1px solid #ccc;
}
}

/* フォントサイズ */
p.small {
	font-size: small;
}