@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;
}

.w1024 {
	margin: 0 auto;
	width: 1024px;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fb2f00;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;
}
#main {
	margin: 0 auto;
	width: 1000px;
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: url(../../img/zhuanti/lxyz/header_bg.jpg) center top;
	height: 349px;
}

.sp_header {
	display: none;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	background-color: #C30202;
	margin-bottom: 36px;
	padding: 18px 0;
}

#gNavi ul {
	margin: 0 auto;
	width: 1000px;
}

#gNavi ul li {
	font-size: 18px;
	font-family: "微软雅黑";
	float: left;
	line-height: 34px;
	width: 111px;
	text-align: center;
}

#gNavi ul li a {
	color: #fff;
	display: block;
	padding: 0 0;
}

#gNavi ul .on a,
#gNavi ul li a:hover {
	background-color: #9B0101;
	border-radius: 5px;
	text-decoration: none;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 759px;
	float: right;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 230px;
	float: left;
}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background-color: #E3E3E3;
	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 p {
	line-height: 26px;
}



/*ind_h2*/
#main .ind_h2 {
	background: url(../../img/zhuanti/ind_h2_Bg.gif) no-repeat left top;
	color: #fff;
	font-size: 24px;
	font-family: "黑体";
	margin-bottom: 12px;
	height: 47px;
	line-height: 36px;
}
#main .ind_h2 span {
	display: block;
	width: 169px;
	text-align: center;
}

#main .ind_h2 a {
	position: absolute;
	right: 10px;
	top: 0;
	color: #777;
	display: block;
	font-weight: normal;
	font-family: "宋体";
	font-size: 12px;
}



@media all and (min-width: 0px) and (max-width: 720px) {
body {
	min-width: inherit;
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}
#main {
	margin: 0 auto;
	width: 100%;
}
/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/

}
