@charset "gb2312";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク?インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #111;
	font-size: 13px;
	line-height: 1.2;
	background: #fff;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	min-width: 320px;
}

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
	position: relative;
	padding: 20px 10px;
}

#gHeader .logo {
	float: left;
	width: 70%;
}

#gHeader .logo img {
	width: 100%;
}

#gHeader .h_btn {
	position: absolute;
	right: 10px;
	top: 20px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background: -moz-linear-gradient(
		top,
		#408DD7 0%,
		#1B77C4 60%,
		#0168B7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#408DD7),
		color-stop(0.60, #1B77C4),
		to(#0168B7));
	box-shadow: 0px 1px 1px #bd5a5a,  -1px -1px 1px #bd5a5a,;
	clear: both;
	margin-bottom: 15px;
	padding: 2px 0;
}

#gNavi li {
	float: left;
	width: 25%;
	font-size: 16px;
	text-align: center;
}

#gNavi li a {
	border-left: 1px solid #1C74B7;
	border-right: 1px solid #2C95DC;
	color: #fff;
	display: block;
	line-height: 2;
}

#gNavi li:first-child a {
	border-left: none;
}

#gNavi li:last-child a {
	border-right: none;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	clear: both;
	margin: 0 15px 15px;
}

#pagePath li {
	display: inline;
}

#pagePath li.home,
#pagePath li.home a {
	color: #0c64a4;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
	color: #383838;
	clear: both;
	line-height: 1.8;
	font-family: "微软雅黑";
	overflow: hidden;
	text-align: center;
	width: auto;
	padding: 15px 0;
}

#gFooter p {
	padding: 0 10px;
}

#gFooter .f_link {
	background-color: #609CE4;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px 0;
	text-align: center;
}

#gFooter .f_link a {
	color: #fff;
	margin: 0 10px;
}

/*--------------banner_text_box---------*/

.banner_text_box {
	color: #0c64a4;
	text-align: center;
	font-size: 14px;
	padding: 10px;
}


.banner_text_box .banner_title {
	color: #1a3f81;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*---------------- foucs_box-----------*/
.foucs_box {
	clear: both;
}

.focus {
	margin: 0 auto 15px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.focus .hd {
	height: 10px;
	z-index: 1;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.focus .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #AEC3DD;
	border-radius: 5px;
	text-indent: -999px;
	margin: 0 2px;
}
.focus .hd ul .on {
	background: #fff;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li {
	position: relative;
}

.focus .bd li img {
	width: 100%;
    height:270px;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.focus .bd li a span {
	background-color: #4B7BB3;
	display: block;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 60px 0 10px;
}

/*---------------- com_more-----------*/
a.com_more {
	background-color: #DB2521;
	border-radius: 5px;
	color: #fff;
	clear: both;
	display: block;
	font-size: 14px;
	margin: 10px auto 0;
	width: 100px;
	text-align: center;
	padding: 8px;
}

/*---------------- com_list-----------*/
.com_list {
	padding: 0 10px;
}

.com_list li {
	background: url(icon01_out.gif) no-repeat left 10px;
	line-height: 1.8;
	padding-left: 15px;
}


.com_list li:hover,
.com_list li.on {
	background: url(icon01_over.gif) no-repeat left 10px;
}
.com_list li:hover a,
.com_list li.on a {
	color: #6ba7ee;
	text-decoration: none;
}

/*---------------- menu-----------*/
.menu {
	clear: both;
	background-color: #C9C9CA;
	margin-bottom: 10px;
}

.menu li {
	float: left;
	font-weight: bold;
	width: 50%;
}

.menu li span,
.menu li a {
	display: block;
	line-height: 2;
	text-align: center;
}

.menu li span {
	padding: 0;
	border: 1px solid #fff;
}

.menu li a {
	border-top: 2px solid #C9C9CA;
}

.menu li span a:hover,
.menu li.on span a {
	color: #5f9ce3;
	background-color: #fff;
	border-top: 2px solid #5F9CE3;
}

.menu02 li,
.menu01 li:nth-child(1),
.menu01 li:nth-child(2),
.menu01 li:nth-child(3) {
	width: 33.33%;
}

.main_photo {
	margin-bottom: 10px;
	width: 100%;
}

.main_photo img {
	width: 100%;
}

.mail_btn {
	margin: 0 10px 10px;
}

.mail_btn a {
	background: #0C64A4 url(../img/mail_btn.jpg) no-repeat center center;
	background-size: 40px 35px;
	color: #fff;
	clear: both;
	display: block;
	height: 56px;
	font-size: 18px;
	text-align: center;
}

.innerList .inner {
	border-bottom: 1px solid #D9D9D9;
	padding: 10px;
}

.innerList .inner:last-child {
	border-bottom: none;
}

.innerList .inner .photo {
	float: left;
	width: 85px;
	height: 55px;
	border: 1px solid #D9D9D9;
	background-color: #fff;
	margin-right: 10px;
	position: relative;
}

.innerList .inner .photo i {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/com_bg.png) repeat left top;
	color: #fff;
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 0 5px;
}

.innerList .inner .photo img {
	width: 85px;
	height: 55px;
}

.innerList .inner .text {
	line-height: 1.5;
	font-size: 15px;
	line-height: 20px;
	max-height: 40px;
	margin-bottom: 5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.innerList .inner .st {
	color: #90959b;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}

