@charset "utf-8";

*{

}

html {
	overflow-y: scroll;
	
}


body {
	-webkit-text-size-adjust: none; }
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);

}



img {
	vertical-align: top;
	max-width: 100%;
}



input, textarea{
margin: 0;
padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;	width:100%;
}

a:focus {
	outline:none;
}

del {
	text-decoration: line-through;
}
img {
	max-width:100%;
	border:none;
	vertical-align:bottom;
}

.w30{
width: 30%;
}

.w40{
width: 40%;
}
.wHalf{
width: 50%;
}
.w80{
width: 80%;
}

.w100{
width: 100%;
}

#pageTop {
	position: fixed;
	bottom: 10px;
	right: 0px;
	width: 12%;
	text-align: center;
}

#pageTop img{
width: 100%;
}


/* ------------------ pc display ------------ */

.pc,
.boxContact,
#boxChange,
#boxSearch,
#menuCommonPC{
display: none;
}
