@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;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.t_center {
	text-align: center !important;
}
.floatR {
	float: right !important;
}
.floatL {
	float: left !important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.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: "宋体", "微软雅黑", "黑体", "Adobe 仿宋 Std R", "Adobe 黑体 Std R";
}
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: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #FF6709;
	text-decoration: none;
}
a:active {
	color: #555;
	text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #555;
	font-size: 12px;
	line-height: 1.5;
	background-color: #F3F3F3;
	-webkit-text-size-adjust: none;
	min-width: 1024px;
}
#container {
	text-align: left;
}
#main {
	background-color: #fff;
	margin: 0 auto;
	width: 1000px;
	padding: 12px 12px 22px 12px;
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	background: #FEE34F url(imgheader_bg.jpg) no-repeat center center;
	height: 136px;
}

#gHeader .h_box {
	margin: 0 auto;
	width: 1024px;
}

#gHeader .h_box .h_link {
	color: #777;
	margin-bottom: 23px;
	text-align: right;
}

#gHeader .h_box .h_link a {
	color: #000;
}
#gHeader .h_box .h_link a:hover {
	color: #FF6709;
	text-decoration: none;
}

#gHeader .h_box .h_link i {
	font-style: normal;
	margin: 0 2px 0 5px;
}

#gHeader .h_box .logo {
	clear: both;
}

/*------------------------------------------------------------
	navi_box
------------------------------------------------------------*/
.navi_box {
	background-color: #BD020C;
	height: 34px;
	line-height: 34px;
	color: #fff;
	padding: 1px 0;
}

.w1024 {
	margin: 0 auto;
	width: 1024px;
}

.navi_box a {
	color: #fff;
}

.navi_box a:hover {
	color: #FEE34F;
}

.navi_box ul li {
	display: inline;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
}
.navi_box ul li i {
	font-style: normal;
	padding: 0 2px 0 6px;
}

.navi_box .top_seach {
	float: right;
	width: 322px;
	height: 34px;
	position: relative;
}
.navi_box .top_seach .seachText {
	background: url(imgtop_seach_bg.gif) no-repeat left top;
	float: left;
	width: 247px;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
}

.navi_box .top_seach .seachText input {
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	height: 30px;
	line-height: 30px;
	border: none;
	background: none;
	padding: 0;
	width: 240px;
}

.navi_box .top_seach .seachBtn {
	float: left;
	width: 45px;
}

.navi_box .top_seach .seachBtn input {
	background-color: #D10202;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-family: "微软雅黑";
	height: 34px;
	line-height: 34px;
	width: 45px;
	padding: 0;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	border-top: 3px solid #BD020C;
	background-color: #F3F3F3;
	clear: both;
	overflow: hidden;
}
#gFooter .fBox {
	color: #666;
	font-size: 14px;
	line-height: 2.15;
	margin: 0 auto;
	padding: 20px 0;
	width: 1024px;
	text-align: center;
}

#gFooter .fBox a {
	color: #666;
}

#gFooter .fBox a:hover {
	color: #FF6709;
}

/*com_more*/
.com_more {
	font-size: 12px;
	font-family: "微软雅黑";
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 0;
}

/*com_list*/
.com_list {
	clear: both;
}

.com_list li {
	color: #656565;
	font-family: "新宋体";
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	overflow: hidden;
}

.com_list li a {
	color: #656565;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.com_list li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.com_list li span {
	color: #5A5A5A;
	float: right;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	border: 1px solid #DDDDDD;
	float: right;
	padding: 10px;
	width: 737px;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	background-color: #EDEDED;
	float: left;
	width: 221px;
	padding: 5px;
}

#sideBar .sNavi li {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

#sideBar .sNavi li a {
	background: #FBFBFB url(imgicon07.png) no-repeat 200px center;
	display: block;
	padding: 0 30px 0 10px;
	height: 40px;
	line-height: 40px;
}

#sideBar .sNavi li.on a,
#sideBar .sNavi li a:hover {
	background: #D70202;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

/*com_list*/
.com_list li {
	color: #656565;
	font-family: "新宋体";
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}

.com_list li a {
	color: #656565;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.com_list li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.com_list li span {
	color: #5A5A5A;
	float: right;
}

.com_list01 {
	padding: 10px;
}

.com_list01 li {
	background: url(imgicon02.gif) no-repeat left center;
	padding-left: 13px;
	width: auto;
}

.com_list01 li .time {
	color: #989898;
}

.com_list01 li i {
	font-style: normal;
	margin-right: 5px;
}

.com_list02 li {
	background: url(imgicon03.gif) no-repeat left center;
	border-bottom: 2px dotted #ddd;
	padding-left: 12px;
	width: auto;
}

/*com_h2*/
.com_h2 {
	background: url(imgh2_bg.gif) no-repeat left 10px;
	color: #434343;
	font-size: 24px;
	font-family: "黑体";
	font-weight: normal;
	padding-left: 35px;
}
/*pageNavi*/
.pageNavi {
	background-color: #F4F4F4;
	color: #333;
	clear: both;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 30px;
	text-align: right;
}

.pageNavi p {
	float: left;
}
.pageNavi p span {
	color: #EA3105;
}

.pageNavi ul {
	float: right;
}
.pageNavi li {
	display: inline;
}

.pageNavi li span,
.pageNavi li a {
	border: 1px solid #BFBFBF;
	background-color: #F2F2F2;
	color: #333;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding: 2px 10px;
}
.pageNavi li span {
	padding: 2px;
}

.pageNavi .on a,
.pageNavi li a:hover {
	color: #FB2F00;
	text-decoration: none;
}
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.detailBox {
	color: #666;
	font-size: 12px;
}

.detailBox a {
	color: #666;
}

.detailBox a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.detailBox h2 {
	color: #0a0a0a;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 20px;
}
.xj {
	color: #999;
	font-size: 12px;
}
.xj a {
	color: #999;
}
.newsDetail #conts .xj .back {
	background-color: #CBD2D8;
	color: #516276;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 10px;
}
.shareBox {
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;
}

.shareBox .cz {
	float: left;
	margin-top: 10px;
}

.shareBox .cz a {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 0 2px 23px;
}

.shareBox .cz a.savaPage {
	background: url(../../img/news/img1.gif) no-repeat left center;
}

.shareBox .cz a.closePage {
	background: url(../../img/news/img2.gif) no-repeat left center;
}

.shareBox .cz a.printPage {
	background: url(../../img/news/img3.gif) no-repeat left center;
}

.shareBox .share {
	float: right;
}

.detail {
	line-height: 2.2;
	margin-bottom: 20px;
	font-size: 14px;
    color:#000000;
    
}

.detail div,
.detail p {
	padding-top: 10px;
}

.detail img {
	max-width: 100%;
}

.ly {
	text-align: right;
}

.pageP {
	border-top: 1px dotted #DADADA;
	margin-top: 30px;
	line-height: 2.2;
	padding-top: 30px;
}

.pageP a {
	color: #666;
}

.pageP a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.detail_box h3 {
	border-bottom: 1px solid #E3E3E3;
	line-height: 30px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: center;
	padding-bottom: 8px;
}

.detail_box img {
	max-width: 100%;
}

.xj {
	text-align: center;
}

.detail_box .detail {
	padding: 20px 40px;
}

.detail_box .detail p {
	color: #666;
	line-height: 36px;
	text-indent: 2em;
	padding-top: 5px;
}