@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
* {
	word-wrap : break-word;
	overflow-wrap : break-word;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

article, aside, dialog, figure, footer, header, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #285ac6;
	text-decoration: none;
}

a:visited {
	color: #285ac6;
	text-decoration: none;
}

a:hover {
	color: #285ac6;
	text-decoration: underline;
}

a:active {
	color: #285ac6;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.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; }

.mt10{margin-top: 10px !important; }
.mt20{margin-top: 20px !important; }
.mt30{margin-top: 30px !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.pageTop {
    bottom: 70px;
    font-size: 10px;
    position: fixed;
    right: 85px;
    z-index: 10;
}

.pageTop a {
	display: block;
	float: right;
}

.pageTop a img {
	margin: -23px 0 -32px;
	display: block;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1240px;	/* 狭いウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	color: #000;
	line-height: 1.5;
	text-align: center;
}

#container {
	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main {
	border-top: 1px solid #BBB;
}

#main.blank {
	width: 960px;
	margin: 0 auto;
}

#main .mainBox {
	margin: 0 auto;
	padding: 0 2px 80px 0;
	width: 960px;
}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-bottom: 6px;
}

#header .hInner {
	margin: 0 auto;
	width: 960px;
}

#header .hInner #logo {
	margin-top: 26px;
	float: left;
}

#header .hInner .rBox {
	width: 766px;
	float: right;
}

#header .hInner .rBox .subBox {
	margin-bottom: 19px;
}

#header .hInner .rBox .subBox p {
	margin: 7px 4px 0 0;
	width: 445px;
	float: left;
	color: #707886;
	font-size: 1.1em;
}

#header .hInner .rBox .subBox ul {
	width: 116px;
	float: left;
	border: 1px solid #D0D0D0;
	border-top: none;
	background-color: #F0F0F0;
}

#header .hInner .rBox .subBox li {
	padding: 3px 0 3px 5px;
	width: 49px;
	float: left;
}

#header .hInner .rBox .subBox li a {
	padding: 2px 2px 1px;
	display: block;
	color: #707886;
	font-size: 1.1em;
	text-align: center;
	word-break: break-all;
}

#header .hInner .rBox .subBox .on a,
#header .hInner .rBox .subBox li a:hover {
	color: #f0f0f0;
	text-decoration: none;
	background-color: #707886;
}

#header .hInner .rBox .subBox .search {
	float: right;
	position: relative;
}

#header .hInner .rBox .subBox .search .search {
	padding: 0 35px 0 8px;
	width: 150px;
	height: 26px;
	display: block;
	line-height: 2.0;
	zoom: 1;
	border: 1px solid #D0D0D0;
	border-top: none;
	background-color: #F0F0F0;
}

#header .hInner .rBox .subBox .search .btn {
	position: absolute;
	left: 171px;
	top: 5px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNav {
	clear: both;
}

#gNav ul {
	float: right;
}

#gNav li {
	padding-left: 1px;
	float: left;
	position: relative;
	z-index: 100;
}

#gNav li a,
#gNav li img {
	display: block;
}

#gNav li .on img {
	visibility: hidden;
}

#gNav .navi01 a {
	background: url(../img/g_navi01_on.png) no-repeat;
}

#gNav .navi02 a {
	background: url(../img/g_navi02_on.png) no-repeat;
}

#gNav .navi02 .on {
	background: url(../img/g_navi02_over.png) no-repeat;
}

#gNav .navi03 a {
	background: url(../img/g_navi03_on.png) no-repeat;
}

#gNav .navi04 a {
	background: url(../img/g_navi04_on.png) no-repeat;
}

#gNav .navi05 a {
	background: url(../img/g_navi05_on.png) no-repeat;
}

#gNav .navi06 a {
	background: url(../img/g_navi06_on.png) no-repeat;
}

#gNav .navi07 a {
	background: url(../img/g_navi07_on.png) no-repeat;
}

#gNav li .menuBox {
	width: 487px;
	position: absolute;
	left: 1px;
	top: 37px;
	filter: alpha(opacity=0);
	opacity: 0;
}

#gNav li .menuBox ul {
	padding: 29px 0 9px 23px;
	border-top: 1px solid #4186CC;
	background-color: #357EC9;
}

#gNav li .menuBox li {
	padding: 0 8px 13px 14px;
	width: 210px;
}

#gNav li .menuBox li a {
	display: inline-block;
	color: #FFF;
	font-size: 1.4em;
	background: none;
}

#gNav li .menuBox p {
	padding: 13px 20px 8px;
	clear: both;
	text-align: right;
	background-color: #0BA5D1;
}

#gNav li .menuBox p a {
	padding-right: 20px;
	display: inline-block;
	color: #FFF;
	font-size: 1.4em;
	background: url(../img/icon01.gif) no-repeat right 6px;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 auto 5px;
	width: 960px;
	text-align: right;
}

#pagePath li {
	margin-left: 8px;
	padding-left: 16px;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../img/icon05.gif) no-repeat left center;
}

#pagePath li img {
	margin-top: 1px;
	display: inline-block;
	vertical-align: top;
}

#pagePath .root {
	background: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 687px;
	float: right;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 225px;
	float: left;
}

#sideBar ul {
	padding: 15px 5px 17px 22px;
	background-color: #F1F2F3;
}

#sideBar li {
	padding-bottom: 6px;
	font-size: 1.4em;
	font-weight: bold;
}

#sideBar li ul {
	padding: 6px 14px 1px;
	background: none;
}

#sideBar li li {
	padding-bottom: 6px;
	font-size: 1.0em;
	font-weight: normal;
}

#sideBar li li .current {
	color: #000;
	font-weight: bold;
}

#sideBar .h3Ttl {
	padding: 0 !important;
	border-bottom: 2px solid #FFF;
	background: none !important;
}

#sideBar .h3Ttl a {
	padding: 12px 28px 10px;
	display: block;
	color: #FFF;
	background: #438DD2 url(../img/icon08.gif) no-repeat 12px 17px;
}

#sideBar .h3Ttl a:hover {
	text-decoration: none;
}

#sideBar .sNavi {
	margin-top: -1px;
	padding: 17px 23px;
	position: relative;
	display: none;
	background-color: #F1F2F3;
}

#sideBar .on {
	display: block;
}

#sideBar .sNavi ul {
	padding: 0;
}

#sideBar .sNavi li {
	font-weight: normal;
}

#sideBar .sNavi li ul {
	margin-bottom: -1px;
	padding: 6px 0 0 14px;
	position: relative;
}

#sideBar .sNavi li li a span {
	color: #000;
}

#sideBar .sNavi p {
	color: #707886;
	font-size: 1.4em;
}

#sideBar .sNavi .title {
	margin-bottom: 20px;
}

#sideBar .sNavi .title .current {
	color: #000;
	font-weight: bold;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 52px 0 15px;
	clear: both;
	overflow: hidden;
	background-color: #F5F5F5;
}

#footer .fInner {
	margin: 0 auto 72px;
	width: 960px;
}

#footer .fInner .lBox {
	width: 260px;
	float: left;
}

#footer .fInner .lBox dt {
	color: #707886;
	font-size: 1.2em;
	font-weight: bold;
}

#footer .fInner .lBox dd {
	margin-bottom: 16px;
	font-size: 1.2em;
	line-height: 1.35;
	word-break: break-all;
}

#footer .fInner .lBox dd span {
	font-size: 1.17em;
}

#footer .fInner .lBox dd .tellTable {
	display: table;
	vertical-align: top;
	text-align: left;
	font-size: inherit;
}
#footer .fInner .lBox dd .tellCell {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: inherit;
}
#footer .fInner .lBox dd .tellText {
	font-size: 1.17em;
}

#footer .fInner .naviBox {
	width: 632px;
	float: right;
}

#footer .fInner .naviBox h2 {
	margin-bottom: 5px;
}

#footer .fInner .naviBox .fNavi {
	width: 307px;
	height: 100px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}

#footer .fInner .naviBox .fNavi02 {
	width: 230px;
}

#footer .fInner .naviBox .fNavi02 .textLink li {
	padding: 0 0 6px;
	float: none;
}

#footer .fInner .naviBox .fNavi02 .textLink li a {
	display: inline-block;
	color: #0a5bae;
}

#footer .fInner .naviBox .fNavi02 .photoLink li {
	padding: 0 0 16px;
}

#footer .fInner .naviBox .fNavi02 .photoLink li img {
	display: block;
}

#footer .fInner .naviBox ul {
	margin-bottom: 12px;
}

#footer .fInner .naviBox li {
	padding: 0 40px 6px 0;
	float: left;
}

#footer .fInner .naviBox li a {
	display: block;
	color: #707886;
	font-size: 1.2em;
}

#footer .fBox {
	padding-top: 20px;
	clear: both;
	border-top: 1px solid #DBE3E6;
}

#footer .fBox .subBox {
	margin: 0 auto;
	width: 972px;
}

#footer .fBox .subBox ul {
	width: 540px;
	float: left;
}

#footer .fBox .subBox li {
	display: inline;
	color: #707886;
	font-size: 1.3em;
}

#footer .fBox .subBox li a {
	margin: 0 5px 0 8px;
	color: #0a5bae;
	font-size: 0.92em;
}

#footer .fBox .subBox .copyRight {
	padding-right: 6px;
	width: 400px;
	float: right;
	color: #707886;
	font-size: 1.2em;
	line-height: 1.4;
	text-align: right;
}


/*------------------------------------------------------------
	comEvent
------------------------------------------------------------*/
#main .comEvent {
	padding-bottom: 5px;
}

#main .comEvent .month {
	padding: 10px 15px;
	clear: both;
	background-color: #C4D2E1;
}

#main .comEvent .detail {
	padding: 15px 24px 10px;
	clear: both;
	border-top: 1px solid #DBE3E6;
}

#main .comEvent .detail:first-child {
	border-top: none;
}

#main .comEvent .none {
	padding-bottom: 14px;
	border-bottom: none;
}

#main .comEvent .detail .date {
	margin-bottom: -15px;
}

#main .comEvent .detail .date .time {
	margin-top: 1px;
	width: 45px;
	float: left;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2;
	word-break: break-all;
}

#main .comEvent .detail .date .time span {
	display: block;
	font-size: 0.72em;
}
#main .comEvent .detail .time02 {
	margin-top: 1px;
	width: 45px;
	float: left;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2;
	word-break: break-all;
}

#main .comEvent .detail .time02 span {
	display: block;
	font-size: 0.72em;
}

#main .comEvent .detail p {
	margin-left: 52px;
	font-size: 1.3em;
	line-height: 1.4;
}

#main .comEvent .detail p a {
	color: #000;
}

#main .comEvent .detail .text {
	margin-top: 3px;
}

#main .comEvent .detail .text a {
	margin-right: 25px;
	padding-left: 15px;
	display: inline-block;
	color: #707886;
	background: url(../img/icon04.png) no-repeat left 1px;
}

#main .comEvent .detail .text02 {
	margin-top: 3px;
}

#main .comEvent .detail .text02 a {
	margin-right: 0px;
	padding-left: 15px;
	display: inline-block;
	color: #707886;
	background: url(../img/icon04.png) no-repeat left 1px;
}


/*------------------------------------------------------------
	comNews
------------------------------------------------------------*/
#main .comNews {
}

#main .comNews .meta {
	margin-bottom: 5px;
}

#main .comNews .meta time {
	margin-right: 7px;
	color: #707886;
	font-weight: bold;
	font-size: 1.2em;
}

#main .comNews .meta .tag {
	margin-right: 5px;
	padding: 2px 13px 0;
	display: inline-block;
	color: #707886;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2;
	background-color: #C4D2E1;
}

#main .comNews .body {
	color: #285ac6;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.7;
}

#main .comNews .body a:hover {
	text-decoration: underline;
}

#main .comNews .body a img {
	margin: -3px 0 0 5px;
	vertical-align: middle;
}

/*------------------------------------------------------------
	comH1
------------------------------------------------------------*/
.comH1 {
	margin: 0 auto 16px;
	width: 962px;
}

.comH1 img {
	display: block;
}

/*------------------------------------------------------------
	comLinkH1
------------------------------------------------------------*/
#main .comLinkH1 {
	margin-left: 52px;
	font-size: 1.5em;
	font-weight: normal;
}

#main .comLinkH1 a {
	color: #0a5bae;
}
#main .comLinkH1_02 {
	margin-left: 5px;
	font-size: 1.5em;
	font-weight: normal;
	width: 435px;
	float: left;
}

#main .comLinkH1_02 a {
	color: #0a5bae;
}


/*------------------------------------------------------------
	comH102
------------------------------------------------------------*/
#conts .comH102 {
	margin-bottom: 8px;
	font-size: 2.0em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH103
------------------------------------------------------------*/
#conts .comH103 {
	margin-bottom: 11px;
	font-size: 1.6em;
}

/*------------------------------------------------------------
	comH105
------------------------------------------------------------*/
#main .comH105 {
	color: #0a5bae;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.35;
}

/*------------------------------------------------------------
	comH201
------------------------------------------------------------*/
#conts .comH201 {
  margin-bottom: 16px;
  padding: 7px 0 4px 55px;
  font-size: 2.4em;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  background: url(../img/com_h2_bg.png) no-repeat 6px top;
}

#conts .comH201 .detail {
  width: 200px;
  float: right;
  text-align: right;
}

#conts .comH201 .detail a {
  padding-left: 20px;
  display: inline-block;
  background: url(../../common/img/icon07.gif) no-repeat left 2px;
  font-size: 14px;
}

/*------------------------------------------------------------
	comH202
------------------------------------------------------------*/
#main .comH202 {
	padding-bottom: 12px;
	color: #FFF;
	font-size: 2.2em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH203
------------------------------------------------------------*/
#conts .comH203 {
	margin-bottom: 26px;
	font-size: 3.0em;
	font-weight: normal;
	line-height: 1.2;
}

#conts .comH203 span {
	margin-top: 11px;
	display: block;
	color: #1e3473;
	font-size: 0.6em;
}

/*------------------------------------------------------------
	comH204
------------------------------------------------------------*/
#footer .fInner .lBox .comH204 {
	margin-bottom: 14px;
	font-size: 1.5em;
	line-height: 1.25;
}

#footer .fInner .lBox .comH204 span {
	display: block;
	color: #707886;
	font-size: 0.8em;
}

/*------------------------------------------------------------
	comH205
------------------------------------------------------------*/
#footer .fInner .naviBox .comH205 {
	margin-bottom: 2px;
	color: #0a5bae;
	font-size: 1.3em;
}

#footer .fInner .naviBox .comH205 a {
	color: #0a5bae;
}

/*------------------------------------------------------------
	comH206
------------------------------------------------------------*/
#main .comH206 {
	margin-bottom: 23px;
	padding: 9px 37px;
	font-size: 1.6em;
	font-weight: normal;
	background-color: #C4D2E1;
}

/*------------------------------------------------------------
	comH207
------------------------------------------------------------*/
#main .comH207 {
	margin-bottom: 20px;
	font-size: 2.2em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH208
------------------------------------------------------------*/
#main .comH208 {
	margin: 0 0 3px 3px;
	font-size: 1.4em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH209
------------------------------------------------------------*/
#main .comH209 {
	width: 95px;
	float: left;
	font-size: 2.4em;
	font-weight: normal;
	word-break: break-all;
}

/*------------------------------------------------------------
	comH210
------------------------------------------------------------*/
#main .comH210 {
	width: 160px;
	float: left;
	color: #707886;
	font-size: 2.4em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH211
------------------------------------------------------------*/
#main .comH211 {
	margin-bottom: 18px;
	color: #707886;
	font-size: 1.8em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH212
------------------------------------------------------------*/
#main .comH212 {
	margin-bottom: 15px;
	color: #FFF;
	font-size: 1.8em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH213
------------------------------------------------------------*/
#conts .comH213 {
	color: #1e3473;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.65;
}

/*------------------------------------------------------------
	comH214
------------------------------------------------------------*/
#conts .comH214 {
	margin-bottom: 16px;
	color: #1e3473;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
}

/*------------------------------------------------------------
	comH215
------------------------------------------------------------*/
#conts .comH215 .time {
	margin-right: 15px;
	color: #707886;
	font-size: 1.4em;
}

#conts .comH215 span {
	padding: 5px 8px 4px;
	display: inline-block;
	color: #707886;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2;
	background-color: #C4D2E1;
}

/*------------------------------------------------------------
	comH3
------------------------------------------------------------*/
#main .comH3 {
	margin-bottom: 8px;
	clear: both;
	color: #1e3473;
	font-size: 1.8em;
}

#main .comH3 span {
	color: #707886;
	font-size: 0.78em;
}

/*------------------------------------------------------------
	comH302
------------------------------------------------------------*/
#main .comH302 {
	font-size: 1.8em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH303
------------------------------------------------------------*/
#sideBar .comH303 {
	padding: 13px 18px 9px;
	color: #FFF;
	font-size: 1.4em;
	background-color: #438DD2;
}

/*------------------------------------------------------------
	comH304
------------------------------------------------------------*/
#main .comH304 {
	margin: 0 -10px 5px 0;
	position: relative;
	color: #000;
	font-size: 1.5em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { #main .comH304 {letter-spacing: -1px;} }

/*------------------------------------------------------------
	comH305
------------------------------------------------------------*/
#main .comH305 {
	margin-bottom: 18px;
	color: #445b6f;
	font-size: 1.6em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comH306
------------------------------------------------------------*/
#main .comH306 {
	margin-bottom: 7px;
	color: #707886;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2;
}

/*------------------------------------------------------------
	comH4
------------------------------------------------------------*/
#main .comH4 {
	padding: 0 0 6px 16px;
	font-size: 1.4em;
	background: url(../img/icon06.gif) no-repeat 4px 5px;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
#main .comContact {
	padding: 35px 0 30px;
	clear: both;
	background-color: #357EC9;
}

#main .comContact .contactBox {
	margin: 0 auto;
	padding-left: 2px;
	width: 869px;
}

#main .comContact .contactBox .title {
	margin-bottom: 13px;
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
}

#main .comContact .contactBox .contact {
	background: url(../img/com_contact_bg.png) no-repeat right top;
}

#main .comContact .contactBox .contact .contactH1 {
	margin-right: 47px;
	float: left;
}

#main .comContact .contactBox .contact .link {
	margin: 26px 54px 0 0;
	float: left;
}

#main .comContact .contactBox .contact .tel {
	margin-top: 26px;
	width: 305px;
	float: left;
}

#main .comContact .contactBox .contact .tel span {
	display: block;
	color: #333;
	font-size: 1.2em;
	text-align: center;
}

/*------------------------------------------------------------
	topInner
------------------------------------------------------------*/
#conts .topInner {
	margin: -17px 3px 16px 0;
	padding-top: 15px;
	background: url(../img/top_inner_bg.png) no-repeat left top;
}

#conts .topInner .photoBox {
	margin-top: 15px;
	float: right;
}

#conts .topInner .photoBox img {
	width: 170px;
	height: auto;
}

#conts .topInner .textBox {
	width: 420px;
	float: left;
}

#conts .topInner .textBox p {
	margin-bottom: 0;
	color: #707886;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
}

#conts .topInner .textBox .title {
	margin-bottom: 14px;
	color: #000;
	font-size: 3.6em;
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin-top: 54px;
	clear: both;
	text-align: center;
}

.pageNavi li {
	margin: 0 5px;
	display: inline;
}

.pageNavi li img {
	display: inline-block;
	vertical-align: middle;
}

.pageNavi li a,
.pageNavi li span {
	padding: 11px 17px 11px 16px;
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background: url(../img/page_navi_bg_out.png) no-repeat left top;
}

.pageNavi li a:hover,
.pageNavi .on a {
	color: #1e3473;
	text-decoration: none;
	background: url(../img/page_navi_bg_over.png) no-repeat left top;
}

.pageNavi .prev {
	margin: 0 17px 0 0;
}

.pageNavi .next {
	margin: 0 0 0 17px;
}

.pageNavi .prev a,
.pageNavi .next a {
	padding: 0;
	background: none !important;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#conts .comBox {
	margin-bottom: 29px;
	padding: 16px 22px 19px;
	background-color: #F1F2F3;
}

/*------------------------------------------------------------
	entryBody
------------------------------------------------------------*/
#conts .entryBody {
	font-size: 1.4em;
	line-height: 1.65;
}

#conts .entryBody h1 {
	margin-bottom: 8px;
	clear: both;
	color: #1e3473;
	font-size: 1.286em;
}

#conts .entryBody h2 {
	margin-bottom: 8px;
	clear: both;
	color: #1e3473;
	font-size: 1.143em;
}

#conts .entryBody h3 {
	margin-bottom: 8px;
	clear: both;
	color: #1e3473;
}

#conts .entryBody h4 {
	margin-bottom: 8px;
	border-bottom: 1px solid #000;
	clear: both;
}

#conts .entryBody h5 {
	margin-bottom: 8px;
	clear: both;
}

#conts .entryBody h6 {
	margin-bottom: 8px;
	clear: both;
}

#conts p {
	margin-bottom: 7px;
}

#conts .entryBody a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	pageNavi02
------------------------------------------------------------*/
.pageNavi02 {
	margin-top: 76px;
	padding: 18px 93px 0 86px;
	clear: both;
	border-top: 1px solid #BBB;
}

.pageNavi02 p {
	margin-bottom: 0;
	width: 200px;
	float: left;
	font-weight: bold;
}

.pageNavi02 p a {
	padding-left: 18px;
	display: inline-block;
	background: url(../img/icon12.gif) no-repeat left 4px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.65;
}

.pageNavi02 ul {
	width: 219px;
	float: right;
}

.pageNavi02 li {
	width: 105px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.65;
}

.pageNavi02 li a {
	display: inline-block;
}

.pageNavi02 .next {
	float: left;
}

.pageNavi02 .next a {
	padding-left: 23px;
	background: url(../img/icon13.gif) no-repeat left 4px;
}

.pageNavi02 .prev {
	float: right;
	text-align: right;
}

.pageNavi02 .prev a {
	padding-right: 24px;
	background: url(../img/icon14.gif) no-repeat right 4px;
}

/*------------------------------------------------------------
	infoBox
------------------------------------------------------------*/
#main .infoBox {
	padding-right: 2px;
}

#main .infoBox a {
	padding: 13px 36px 8px 23px;
	display: block;
	position: relative;
}

#main .infoBox .meta {
	margin-bottom: 1px;
}

#main .infoBox .meta .time {
	margin-right: 7px;
	color: #707886;
	font-size: 1.2em;
	font-weight: bold;
}

#main .infoBox .meta .tag {
	padding: 2px 13px 0;
	display: inline-block;
	color: #707886;
	font-size: 1.2em;
	line-height: 1.2;
	background-color: #C4D2E1;
}

#main .infoBox a .more {
	display: none;
}

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

#main .infoBox a:hover .more {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	zoom: 1;
	background: url(../img/more_bg.png) repeat left top;
}

#main .infoBox a:hover .more img {
	position: absolute;
	right: 12px;
	top: 15px;
}

/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
#main .comTopBox {
	margin-bottom: 45px;
	padding: 78px 0 24px;
	min-height: 171px;
	clear: both;
	border-top: 1px solid #5693D2;
	border-bottom: 1px solid #5693D2;
	background: #357EC9 url(../../solution/img/top_box_bg.jpg) no-repeat center top;
}

#main .comTopBox .box {
	margin: 0 auto;
	width: 960px;
}

#main .comTopBox .box .comH104 {
	color: #FFF;
	font-size: 2.4em;
	font-weight: normal;
}

#main .comTopBox .box .comH104 img {
	display: block;
}

#main .comTopBox .box .comH104 span {
	margin-left: 10px;
	color: #70b0f2;
	font-size: 0.67em;
	font-weight: bold;
	vertical-align: bottom;
}

#main .comTopBox .box p {
	color: #FFF;
	font-size: 1.6em;
	line-height: 1.8;
}

/*------------------------------------------------------------
	mainSection
------------------------------------------------------------*/
#main .mainSection {
	margin: 0 auto 135px;
	width: 964px;
	clear: both;
}

/*------------------------------------------------------------
	contsBox
------------------------------------------------------------*/
#main .contsBox {
	margin-bottom: 45px;
	padding-bottom: 44px;
	border-bottom: 1px solid #BBB;
}

#main .contsBox .mainSection {
	margin-bottom: 0;
}

/*------------------------------------------------------------
	comNavi
------------------------------------------------------------*/
#main .comNavi {
	margin-bottom: 38px;
	background: url(../../company/img/com_navi_bg.png) repeat-x left top;
}

#main .comNavi ul {
	margin: 0 auto;
	padding-right: 1px;
	width: 961px;
}

#main .comNavi li {
	margin-right: 1px;
	float: left;
}

#main .comNavi li a,
#main .comNavi li img {
	display: block;
}

#main .comNavi .navi02 a {
	background: url(../../company/img/com_navi01_over.png) no-repeat;
}

#main .comNavi .navi03 a {
	background: url(../../company/img/com_navi02_over.png) no-repeat;
}

#main .comNavi .navi04 a {
	background: url(../../company/img/com_navi03_over.png) no-repeat;
}

#main .comNavi .navi05 a {
	background: url(../../company/img/com_navi04_over.png) no-repeat;
}

#main .comNavi .navi06 a {
	background: url(../../company/img/com_navi05_over.png) no-repeat;
}

#main .comNavi .navi01 a {
	background: url(../../company/img/com_navi06_over.png) no-repeat;
}

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

#main .comTable th {
	padding: 11px 16px 9px;
	color: #FFF;
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	border: 1px solid #7EB8ED;
	background-color: #438DD2;
}

#main .comTable td {
	padding: 10px 18px 7px;
	font-size: 1.4em;
	line-height: 1.7;
	text-align: left;
	vertical-align: top;
	border: 1px solid #7EB8ED;
	background-color: #F1F2F3;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin-bottom: 29px;
	padding: 16px 22px 19px;
	background-color: #F1F2F3;
}




/*------------------------------------------------------------
	tempBox
------------------------------------------------------------*/
#main .tempBox .photoBox {
	right: 1px;
	position: relative;
	top: 3px;
	float: right;
}

#main .tempBox .photoBox .caption {
	right: 146px;
	position: absolute;
	top: 166px;
}

#main .tempBox .textBox {
	width: 625px;
	float: left;
}

#main .tempBox .textBox p {
	margin-bottom: 20px;
	font-size: 1.4em;
}

#main .tempBox .textBox .text {
	margin-bottom: 28px;
}

#main .tempBox .textBox .buttonImg a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	tempUl
------------------------------------------------------------*/
#main .tempUl {
	padding: 18px 10px 0 12px;
}

#main .tempUl li {
	padding: 0 0 15px 16px;
	font-size: 1.4em;
	background: url(../img/icon17.gif) no-repeat left 3px;
}

/*------------------------------------------------------------
	fortiBg
------------------------------------------------------------*/
#main .fortiBg {
	margin-top: 60px;
	background-color: #DBE3E6;
}

#main .fortiBox {
	margin: 0 auto;
	padding: 50px 0 58px 0;
	width: 960px;
}

#main .fortiBox ul li {
	float: left;
}

#main .fortiBox ul li img {
	display: block;
}

#main .fortiBox .linkList {
	clear: both;
	left: 0;
	position: relative;
	top: 0;
}

#main .fortiBox ul .prev {
	left: 0;
	position: absolute;
	bottom: 125px;
}

#main .fortiBox ul .next {
	right: 0;
	position: absolute;
	bottom: 125px;
}

/*------------------------------------------------------------
	tempTopBox
------------------------------------------------------------*/
#main .tempTopBox {
	background: #357EC9 url(../../company/img/top_box_bg.jpg) no-repeat center top;
}




