/* CSS Document */
a{text-decoration: none;}
.headiv{
	width:100%;
	margin:0;
	}
.headiv2{
	width:100%;
	height:50px;
	margin:0;
	background:#FFF;}
.headtable_pc{ 
	width: 980px;
	text-align: left; 
	margin: 0 auto; 
	color: #9a9a9a; 
	font-size: 18px;
	height:50px;
	
	}
.htd1{
	width:36px;
	
	}
.htd2{
	width:220px;
	font-size: 20px;
	
	}
.htd2 span{
	font-size:16px;}
.headtable_pc td a{ 
	display:inline-block; 
	width: 110px;;
	color: #232323;
	
	}

.box_swipe{
	width:100%;
	margin:0;
	overflow:hidden;
	position:relative;
	visibility: visible
	}
.box_swipe ul{
	
	list-style: none; 
	width: 100%;
	height:700px;/*340px; */
	overflow:hidden;
	margin-top:-20px;
	margin-left:-40px;
	
	}
.box_swipe ul li{
	width:100%;
	width:700px;
	display:table-cell; 
	vertical-align: top;
	
	}
.box_swipe ul li a img{
	width:100%;
	height:700px;
 
	}
.box_swipe>ol{
	height:20px;
	position: relative;
	z-index:10;
	margin-top:-125px;
	text-align:center;
	padding-right:15px;
	/*background-color:rgba(0,0,0,0.3);*/
	}
.box_swipe>ol>li{
	display:inline-block;
	margin:5px 3px;
	width:8px;
	height:8px;
	background-color:#757575;
	border-radius: 8px;
	}
.box_swipe>ol>li.on{
	background-color:#ffffff;
	}