@charset "UTF-8";

/*----------------------------------------
	index
-----------------------------------------*/

.ex-index {
	background: url(../img/index/bg.jpg) left top no-repeat;
	overflow: hidden;
	/*height: 784px;*/
	/*padding-left: 28px;*/
}
.ex-index div {
	float: left;
	padding: 52px 0 25px 0;
	width: 620px;
}
.ex-index .lead{
	padding-left: 28px;
}
.ex-index div h1 {
	padding-bottom: 22px;
	padding-left: 15px;
}
.ex-index div p {
	padding-left: 15px;
}
.ex-index p {
	float: left;
	padding-right: 9px;
	padding-bottom: 20px;
}
.ex-index p.pl28 {
	padding-left: 28px;
}
.ex-index div p {
	padding-bottom: 0;
}
.ex-index p.first {
	padding-top: 65px;
	padding-bottom: 17px !important;
}

/*----------------------------------------
	ex-contents
-----------------------------------------*/

.ex-contents {
	overflow: hidden;
}
.ex-contents div {
	float: right;
	width: 676px;
}
.ex-contents div h1 {
	padding-bottom: 15px;
}
.ex-contents div section {
	width: 676px;
}
.ex-contents div section p {
	padding: 0px 20px 12px 20px;
	margin:10px 0 0 0;
}
.ex-contents nav {
	background: url(../img/bg_sidenav.jpg) left top no-repeat;
	padding-top: 210px;
	height: 1184px;
	float: left;
	width: 270px;
}
.ex-contents nav p {
	display: none;
}
.ex-contents nav ul {
	padding-top: 10px;
}
.ex-contents nav ul li {
}

.ex-contents #contents{
	width:676px;
	float:right;
}

.ex-contents .textarea {
	width:340px;
	float:left;
	margin:10px 0 0 0 ;
}
.ex-contents .textarea ul.list {
	margin-left:38px;
}
.ex-contents .textarea ol {
	margin-left:38px;
}

.ex-contents .textarea ul li {
	list-style: disc;
}
.ex-contents .textarea ul.list li span{
	font-weight:bold;
}

.ex-contents .imgarea {
	width:300px;
	float:right;
	margin:10px 15px 0 0;
}
.ex-contents .imgarea p{
	font-size: 83.3%;
	color: #444;
	padding:0px;
	margin-top:7px;
}
.ex-contents .imgarea3 p{
	font-size: 83.3%;
	color: #999;
	padding: 0px 12px;
}
.ex-contents .imgarea3 p.left {
	margin-left:8px;
}
.ex-contents .imgarea3 .img1{
	width:336px;
	float:left;
}
.ex-contents .imgarea3 .img2{
	width:300px;
	float:left;
}
.ex-contents .imgarea3 .img1 p.txt , .ex-contents .imgarea3 .img2 p.txt{
	margin-left:20px;
}
.ex-contents .imgarea3 p span{
	margin-left:22px;
}
.ex-contents .imgarea3 p.center{
	text-align:center;
}

.ex-contents .imgarea2 p {
	font-size:83.3%;
	color:#999;
	padding:5px 0;
}

.ex-contents .imgarea2.top {
	width: 200px;
	float: left;
	margin: 0 0 0 20px;
}
.ex-contents .imgarea2 {
	width: 200px;
	float: left;
	margin: 0 18px 0 18px;
}
.ex-contents .imgarea2.last {
	width: 200px;
	float: right;
	margin: 0 20px 0 0;
}


.ex-contents .sub-content {
	width:676px;
	overflow:hidden;
	margin-bottom:50px;
}
.ex-contents .sub-content img.left{
	margin-left:20px;
}


.ex-contents .pre-next{
	width:656px;
	background:#efefef;
	padding:10px 0;
	margin:0 0 0 9px;
	float:left;
}

ul li.left{
	width:300px;
	color:#333333;
	float:left;
	margin:0 0 0 15px;
	padding:0 0 0 30px;
	background:url(../img/content02/btn_arrow02.gif) 0 0 no-repeat;
}
ul li.right{
	width:250px;
 	color:#333333;
	text-align:right;
	float:right;
	margin:0 15px 0 0;
	padding:0 30px 0 0;
	background:url(../img/content02/btn_arrow01.gif) right 0 no-repeat;
}
.pre-next ul li.left a:hover , .pre-next  ul li.right a:hover{
	text-decoration: underline;
}
.ex-contents .bnner {
	margin:0 0 0 9px;
}
.ex-contents .bnr2 {
	width:386px;
	margin:0 auto;
	float:none;
}
.ex-contents .bnr2 a:hover img{
	opacity: 0.7;
}
.ex-contents .bnr2 img{
	margin:50px 0 0 0;
}
.ex-contents .pre-next ul li a {
	color:#333333 !important;
}

.ex-contents .pre-next ul li a:hover {
	text-decoration:underline !important;
}

#products_gnav{
	width: 975px;
	/*height: 329px;*/
	padding-top: 30px;
	margin-top: 50px;
	padding-bottom: 0;
	/*background: url(../img/bg_products_gnav.gif) 0 0 no-repeat;*/
}
#products_gnav .subtitle{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-bottom: 10px;
	width: 100%;
}
#products_gnav ul{
	overflow: hidden;
	width: 975px;
	padding: 0;
	box-sizing: border-box;
}

#products_gnav ul li{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#products_gnav ul li.num3n{
	margin-right: 0;
}
#products_gnav ul li.last{
	margin-bottom: 0;
}

#products_gnav ul li a{
	display: block;
}
#products_gnav ul li a:hover{
	opacity: 0.7;
}
