@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !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; }

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

	*+html .clearfix {
		zoom: 1;
	}

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

.flL {
	float: left !important;
}

.flR {
	float: right !important;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 8px;
	padding: 93px 0 99px;
	background: url(../../image/greeting/main_img.jpg) no-repeat center top;
	background-size: cover;
}

.mainVisual h2 {
	margin: 0 auto;
	width: 890px;
	text-align: right;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#conts .headLine01 {
	margin-bottom: 18px;
	padding: 7px 15px 4px;
	clear: both;
	color: #1466AF;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.3;
	border-top: 3px solid #1466AF;
	border-bottom: 1px solid #999;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#conts .headLine02 {
	margin-bottom: 25px;
	padding: 0 4px 6px;
	position: relative;
	clear: both;
	color: #1366AC;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	border-bottom: 2px solid #999;
}

#conts .headLine02:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 7%;
	height: 2px;
	background-color: #1366AE;
}

/*------------------------------------------------------------
	p
------------------------------------------------------------*/
#conts p {
	font-size: 15px;
	line-height: 1.8;
}
 
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#conts .comTtl {
	margin: 58px 0 20px;
}

#conts .comList {
	margin: -20px -19px 0 0;
}

#conts .comList li {
	padding: 20px 19px 0 0;
	float: left;
	width: 163px;
}

#conts .comList li a,
#conts .comList li .link {
	display: block;
	position: relative;
	color: #FFF;
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	background: url(../../image/common/com_list_bg.jpg) no-repeat left bottom;
}
#conts .comList li.on .link {
	padding:0;
}

#conts .comList li a:before,
#conts .comList li .link:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 11px;
	height: 11px;
	background: url(../../image/common/icon08.png) no-repeat left top;
	
	content: "";
}

#conts .comList li a span,
#conts .comList li .link span {
	padding: 22px 0 12px;
	display: block;
	background: url(../../image/common/icon07.png) no-repeat right bottom;
}

#conts .comList li img {
	margin: 0 auto 14px;
	display: block;
}

#conts .comList .liStyle img {
	margin-bottom: 2px;
}

#conts .comList li a:hover {
	text-decoration: none;
	background: url(../../image/common/com_list_over_bg.jpg) no-repeat left bottom;
}

#conts .comList .on .link {
	text-decoration: none;
	background: url(../../image/common/com_list_over_bg2.jpg) no-repeat left bottom;
}

#conts .comList li .pho {
	padding: 0 !important;
}

#conts .comList .link04 a:hover img,
#conts .comList .link04.on img,
#conts .comList .link05 a:hover img,
#conts .comList .link05.on img,
#conts .comList .link06 a:hover img,
#conts .comList .link06.on img {
	visibility: hidden;
}

#conts .comList .link04 .pho {
	background: url(../../image/common/img08_over.png) no-repeat center top;
}

#conts .comList .link05 .pho {
	background: url(../../image/common/img09_over.png) no-repeat center top;
}

#conts .comList .link06 .pho {
	background: url(../../image/common/img10_over.png) no-repeat center top;
}

#conts .comList01 li img {
	margin-bottom: 7px;
}

#conts .comList02 li img {
	margin-bottom: 11px;
}

#conts .comList01 li a span,
#conts .comList01 li .link span {
	padding-top: 16px;
}

#conts .comList02 li a span,
#conts .comList02 li .link span {
	padding-top: 16px;
}

/*------------------------------------------------------------
	imgBoxR
------------------------------------------------------------*/
#conts .imgBoxR .photoBox {
	float: right;
}

#conts .imgBoxR .textBox {
	width: 390px;
	float: left;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th,
#conts .comTable td {
	padding: 15px 10px;
	font-size: 15px;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	border: 2px solid #D3D3D3;
}

#conts .comTable th {
	font-weight: normal;
	text-align: left;
	border-left: none;
}

#conts .comTable thead th {
	padding: 10px 10px;
	font-size: 13px;
	text-align: center;
	background-color: #F1F8FE;
}

#conts .comTable td {
	border-right: none;
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
#conts .wp-pagenavi {
	clear: both;
	text-align: center;
}

#conts .wp-pagenavi a,
#conts .wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	background-color: #F0F0F0;
	border: 1px solid #CFCFCF;
	padding: 3px 9px 2px;
	margin: 0 11px;
	font-size: 15px;
}

#conts .wp-pagenavi a:hover,
#conts .wp-pagenavi span.current {
	border-color: #1466AF;
	color: #FFF;
	background-color: #1466AF;
}

#conts .wp-pagenavi .pages {
	display: none;
}

#conts .wp-pagenavi .extend {
	display: none;
}

#conts .wp-pagenavi .previouspostslink,
#conts .wp-pagenavi .nextpostslink {
	padding: 3px 9px 6px;
	width: 15px;
	height: 18px;
	border: none !important;
	text-indent: -9999px;
}

#conts .wp-pagenavi .previouspostslink {
	margin-right: 0;
	background: url(../../image/common/prev.gif) no-repeat !important;
}

#conts .wp-pagenavi .nextpostslink {
	background: url(../../image/common/next.gif) no-repeat !important;
}

#conts .wp-pagenavi .previouspostslink:hover,
#conts .wp-pagenavi .nextpostslink:hover {
	background: none;
}

/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
#main .comPhotoList {
	margin-bottom: 57px;
}

#main .comPhotoList li {
	float: left;
}

#main .comPhotoList li:first-child {
	margin-right: 29px;
}

#main .comPhotoList span {
	padding: 5px 0;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #333;
}

#main .comPhotoList li:first-child span {
	color: #333;
	background-color: #EBEBEB;
}

/*------------------------------------------------------------
	imgBoxL
------------------------------------------------------------*/
#main .imgBoxL .photoBox {
	float: left;
}

#main .imgBoxL .textBox {
	float: right;
	width: 330px;
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#conts .comLinkList {
	margin-bottom: 45px;
}

#conts .comLinkList li {
	margin-top: 11px;
}

#conts .comLinkList li:first-child {
	margin-top: 0;
}

#conts .comLinkList li a {
	padding-left: 20px;
	display: inline-block;
	color: #064685;
	font-size: 15px;
	text-decoration: underline;
	background: url(../../image/common/icon12.gif) no-repeat left 7px;
}

#conts .comLinkList li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	comLinkNavi
------------------------------------------------------------*/
#conts .comLinkNavi {
	margin-bottom: 40px;
}

#conts .comLinkNavi li {
	padding-left: 18px;
	float: left;
	width: 163px;
}

#conts .comLinkNavi li:first-child {
	padding-left: 0;
}

#conts .comLinkNavi li a {
	display: block;
	color: #1466AF;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	background: url(../../image/common/link_navi_bg.gif) repeat left top;
	border: 1px solid #1668AD;
}

#conts .comLinkNavi li a:before {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 14px;
	height: 14px;
	background: url(../../image/common/icon15.png) no-repeat left top;
	
	content: "";
}

#conts .comLinkNavi li a .bgLink {
	padding: 3px 0 10px;
	display: block;
	position: relative;
}

#conts .comLinkNavi li a .bgLink:before {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 14px;
	height: 14px;
	background: url(../../image/common/icon16.png) no-repeat;
	
	content: "";
}

#conts .comLinkNavi li a img {
	margin: 18px auto 0;
	display: block;
}

#conts .comLinkNavi li a .linkImg {
	margin-bottom: 22px;
}

#conts .comLinkNavi .liStyle a .bgLink {
	padding: 10px 0 10px;
}

#conts .comLinkNavi .liStyle a img {
	margin-top: 10px;
}

#conts .comLinkNavi .liStyle a .linkImg {
	margin-bottom: 12px;
}

#conts .comLinkNavi li a:hover {
	text-decoration: none;
}

#conts .comLinkNavi li a:hover .arrow img {
	visibility: hidden;
}

#conts .comLinkNavi li a:hover .arrow {
	background: url(../../image/common/icon14_over.png) no-repeat center top;
}

#conts .comLinkNavi01 {
	margin-bottom: 47px;
}

#conts .comLinkNavi01 li {
	padding-left: 43px;
	width: 333px;
}

#conts .comLinkNavi01 li a {
	font-size: 20px;
	font-weight: bold;
}

#conts .comLinkNavi01 li a .bgLink {
	padding: 25px 28px 24px 0;
}

#conts .comLinkNavi01 li a .arrow {
	margin-top: 6px;
	float: right;
}

#conts .comLinkNavi01 li a .arrow img {
	margin: 0;
}

#conts .comLinkNavi01 li a:hover {
	color: #FFF;
	background: #1466AF;
}

#main .general_external_link {
	
	color:#03C;
	text-decoration: underline;
	}