@charset "utf-8";

/*------------------------------------------------
基本設定
------------------------------------------------*/
@media only screen and (max-width:640px) {
	
.listPrice li {
	width: 25%;
	line-height: 3;
}

.changeCell p img {
	left: -1.5625vw;
	top: 1vw;
	width: 14.0625vw;
}

.changeCell2 p img {
	left: -1.5625vw;
	top: 4vw;
	width: 14.0625vw;
}

.iconCell img {
	width: 100%;
}

.mapsp {
	position: relative;
}
.mapsp a.linkA {
	position: absolute;
	width: 33.4375vw;
	height: 3.9vw;
	left: 53.75vw;
	bottom: 35.9375vw;
	z-index: 2;
	display: block;
	text-indent: -9999px;
}
.mapsp a.linkB {
	position: absolute;
	width: 33.4375vw;
	height: 3.9vw;
	left: 53.75vw;
	bottom: 14.5vw;
	z-index: 2;
	display: block;
	text-indent: -9999px;
}

.agedbox {
	width: 100%;
}

.agedtit {
	float: none;
	width: 100%;
}
.agedresult span.operator {
	width: 15%;
}
.agedresult span.molecule {
	width: 50%;
}
}