@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
#main .pageTitle {
	margin: 0 auto;
	padding: 69px 0 0;
	width: 1100px;
	height: 126px;
	border-bottom: 5px solid #678BAC;
	background-color: #005BAC;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	font-weight: normal;
}

#main .headLine01 .txt {
	margin-bottom: 2px;
	display: block;
	color: #FFF;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
}

#main .headLine01 .txt span {
	padding: 0 12px;
	display: inline-block;
	border-bottom: 1px solid #00A0E9;
}

#main .headLine01 .en {
	display: block;
	color: #009FE9;
	font-size: 14px;
	text-align: center;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 14px;
	padding: 10px 0 11px;
	border-left: 5px solid #00A0E9;
}

#main .headLine02 .txt {
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.2;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 15px;
	color: #0059AC;
	font-size: 30px;
	font-weight: normal;
}

#main .headLine03 .txt {
	padding-left: 60px;
	position: relative;
	display: inline-block;
}

#main .headLine03 .txt:before {
	width: 50px;
	height: 47px;
	position: absolute;
	background: url(../../img/common/icon04.png) no-repeat left top;
	top: -3px;
	left: -2px;
	content: " ";
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#main .content,#main .content02 {
	margin: 0 auto;
	width: 1100px;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	margin-bottom: 12px;
	color: #0059AC;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}

/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
#main .comTitle {
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 1.7;
	text-align: center;
}

#main .comTitle .bg {
	padding: 16px 0 38px;
	position: relative;
	display: inline-block;
}

#main .comTitle .bg:before {
	margin-left: -100px;
	width: 200px;
	height: 148px;
	position: absolute;
	top: 0;
	left: 50%;
	content: " ";
}

#main .comTitle .bg .txt {
	position: relative;
	display: inline-block;
	font-weight: bold;
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList {
	margin: 0 auto;
	width: 1024px;
}

#main .comLinkList li {
	width: 490px;
	float: left;
}

#main .comLinkList li:first-child {
	margin-right: 44px;
}

#main .comLinkList li a {
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 10px;
	background-color: #003D73;
}

#main .comLinkList li a:before {
	margin-top: -8px;
	width: 10px;
	height: 16px;
	position: absolute;
	background: url(../../img/common/icon02.png) no-repeat left top;
	top: 50%;
	right: 9px;
	content: " ";
}

#main .comLinkList .orange a {
	background-color: #FF6600;
}

#main .comLinkList li a span {
	padding: 37px 30px 33px;
	width: 401px;
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
	background-color: #005BAC;
}

#main .comLinkList .orange a span {
	background-color: #F19305;
}

#main .comLinkList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 auto;
	width: 450px;
}

#main .comLink a {
	padding: 9px 0 5px;
	position: relative;
	display: block;
	color: #F19205;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 3px solid #F19305;
	border-radius: 5px;
}

#main .comLink a:before {
	margin-top: -14px;
	width: 28px;
	height: 29px;
	position: absolute;
	background: url(../../img/common/icon14.png) no-repeat left top;
	top: 50%;
	left: 25px;
	content: " ";
}

#main .comLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLink p {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}
/*------------------------------------------------------------
	pagepath
------------------------------------------------------------*/
#main .pagepath {
	margin: 0 auto;
	padding: 20px 40px 0;
	width: 1100px;
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

#main .pagepath a {
	text-decoration: underline;
}

#main .pagepath a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	ページ間リンク
------------------------------------------------------------*/
#main .link {
	margin: 0 auto;
	width: 450px;
}

#main .link a {
	padding: 23px 0 21px;
	display: block;
	color: #005AAC;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 3px solid #015CAC;
	border-radius: 8px;
	background: #FFF url(../../img/common/icon01.png) no-repeat 25px 24px;
}

#main .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .linkBox {
	padding-bottom: 100px;
}


/*------------------------------------------------------------
	お知らせ用
------------------------------------------------------------*/

/*▼▼CSSとポップアップ用JS。トップページ埋め込み時　要コピペ（head部分）*/
/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.infoList {
    margin-top: 10px;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}