
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{	background-color:rgba(0,0,0,0.5);position:absolute;bottom:0px;z-index:30;height:26px;width:100%;}
.box_swipe>ol{
	height:22px;z-index:20;
	position:absolute;bottom:0px;margin:0px 0px 0px -30px;left:44%;
	z-index:99;

	text-align:right;
width:100px;
padding-left:0px;
}

.box_swipe>ol>li{
	display:inline-block;float:left;
	margin:5px;
	width:10px;
	height:10px;
	background-color:#aaa;
	border-radius: 10px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}

.box_swipe ul li img{width:100%;}