@charset "utf-8";

/*==================================================================
	attention css
==================================================================*/
/* #attention */

#attention {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	border-bottom:dotted 1px #7D96C0;
	margin-bottom: 50px;
}
#attention h1 {
	font-size: 24px;
	font-weight: bold;
	background: url(../img/common/icon_hxcar.png) no-repeat 10px 0 , url(../img/common/bg_hd1boderL.png) no-repeat left center;
	padding-left: 50px;
	line-height: 30px;
	height: 43px;
	margin: 20px 0 30px;
}
#attention h2 {
	background: url(../img/common/bg_hd2boderL.png) no-repeat 0 0;
	padding: 0 0 10px 30px;
	line-height: 30px;
	font-size: 18px;
	margin: 40px 0;
}
#attention .attentionInfo h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	background-image: none;
	margin: 20px 0;
	padding-left: 10px;
}

#attention .attentionInfo .bgill {
	background: url(../img/attention/bg_point_ill.png) no-repeat right bottom;
	min-height: 156px;
}
#attention .attentionInfo .bgill > p {
	width: 580px;
	margin: 20px 0 0;
	padding-left: 10px;
	line-height: 1.4;
}
#attention .whatsTxt h2 {
	margin-bottom: 10px;
	background: url(../img/common/bg_hd2boderL.png) no-repeat left bottom;
	position: relative;
}
#attention .whatsTxt h2 span {
	padding-left: 10px;
	top: -10px;
	right: 350px;
	position: absolute;
}
#attention .whatsTxt > ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
#attention .whatsTxt > ul > li {
	width: 450px;
	float: left;
	margin: 20px 20px 20px 0;
	padding: 10px;
}
#attention .whatsTxt > ul > li.bgple {
	background-color: #F5F0FA;
	min-height: 290px;
}
#attention .whatsTxt > ul > li.bggray {
	background-color: #F0F0F0;
	min-height: 290px;
}
#attention .whatsTxt > ul > li h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 48px;
	position: relative;
	margin-top: 5px;
}
#attention .whatsTxt > ul > li h3.typeA {
	background: url(../img/attention/bg_illtypeA.png) no-repeat left bottom;
}
#attention .whatsTxt > ul > li h3.typeB {
	background: url(../img/attention/bg_illtypeB.png) no-repeat left bottom;
}
#attention .whatsTxt > ul > li h3.typeC {
	background: url(../img/attention/bg_illtypeC.png) no-repeat left bottom;
}
#attention .whatsTxt > ul > li h3.typeD {
	background: url(../img/attention/bg_illtypeD.png) no-repeat left bottom;
}
#attention .whatsTxt > ul > li > ul {
	overflow: hidden;
	width: 470px;
	margin: 35px auto 0;
}
#attention .whatsTxt > ul > li > ul li.img {
	text-align: center;
	padding: 0 5px;
	width: 190px;
	float: left;
}
#attention .whatsTxt > ul > li > ul li.img img {
	border: solid 1px #553A93;
}
#attention .whatsTxt > ul > li > ul li.text {
	text-align: left;
	padding: 0 5px;
	width: 230px;
	float: left;
}
#attention .whatsTxt > ul > li > p {
	text-align: right;
	margin-top: 20px;
}

/* about */
#attention .about h2  {
    margin: 20px 0px 30px;
}
#attention .about h2.subttl {
	font-size: 24px;
	background-image: none;
	margin: 20px 0;
}
#attention .about p.infotxt {
	padding-left: 30px;
}
#attention .about > ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
#attention .about > ul > li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0 10px;
}
#attention .about > ul > li.pict {
	width: 150px;
}
#attention .about > ul > li.pict img {
	border: solid 1px #553A93;
}
#attention .about > ul > li.read {
	width: 750px;
}

