
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
}
html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.231;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;

}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
img:not([src*="/"]){display:none;}

/*th, td, caption {
	vertical-align: middle;
}*/
/*textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
li {
	list-style: none;
}
*/
/**************************common class********************************/


.box_swipe{
	overflow:hidden;
	position:relative;
}

.iphone_tex{display:none;	background-color:rgba(0,0,0,0.5);position:absolute;bottom:0px;z-index:30;height:26px;width:100%;display: none;}
.box_swipe>ol{
	height:22px;z-index:20;
	position:absolute;bottom:10px;
	z-index:1;
	text-align:center;
width:100%;
padding-left:0px;
}

.box_swipe>ol>li{
	display:inline-block;
	margin:0 3px;
	width:10px;
	height:10px;	
	background-color:rgba(255,255,255,0.5);
	border-radius: 30px;
	transition: all 500ms;
}
.box_swipe>ol>li.on{
	background-color:rgba(255,255,255,1);
	width: 40px;
}

.box_swipe ul li img{width:100%;}