html,body,
h1,h2,h3,h4,h5,h6,
table,tr,th,td,
dl,dt,dd,
div,p,span{
	margin:0;
	padding:0;
	font:normal normal 16px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
html,body{
	width:100%;
    -webkit-text-size-adjust:none;
}
.clear{
	clear:both;
}
a{
	color:blue;
}
select{
	font-size: 13px;
	height: 30px;
}
select.date{
	font-size: 16px;
}

div#header{
	height:130px;
	overflow:hidden;
	text-indent:-9999px;
	background:url("./img/medium/header.png") no-repeat 50% 0;
}
div#search_wrap{
	margin:0 auto;
	max-width:480px;
}
div.search_area{
	margin:10px;
}
div.search_box{
	margin:10px;
}
div.search_submit{
	margin:10px;
	clear:both;
}
div#etc{
	overflow: hidden;
	height: auto;
}
input#etc_button{
	width: 250px;
	height: 30px;
	padding: 10px;
	display: block;
	margin: 0 auto;
}
/*div#etc div#anime{
	height:0;
	overflow:hidden;
	opacity:0;
	-webkit-transition: 1s;

	/*-webkit-transition-property: height,opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;*/
/*}
div#etc div.active{
	opacity:100;
	height:180px;
}
*/
div#footer{
	padding:10px 0;
	color:white;
	text-align:center;
	border-top:8px solid #805EFD;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#473fea), to(#25216b));
	background:-webkit-linear-gradient(#473fea, #25216b);
	background:-moz-linear-gradient(#473fea, #25216b);
	background:-o-linear-gradient(#473fea, #25216b);
	background:linear-gradient(#473fea, #25216b);
}
div#logo{

	text-align:center;
/*	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#25216b), to(#805EFD));
	background:-webkit-linear-gradient(#25216b, #805EFD);
	background:-moz-linear-gradient(#25216b, #805EFD);
	background:-o-linear-gradient(#25216b, #805EFD);
	background:linear-gradient(#25216b, #805EFD);*/
}
div#footer a{
	margin-left:-10px;
	padding-left:10px;
	color:white;
	background:url("./img/medium/arrow.png") no-repeat 0 2px;
}

div#search_result{
	margin:0 10px;
}
div.result_wrap{
	margin:4px 0;
	width:100%;
	overflow:hidden;
	display:box;
	display:-webkit-box;
	display:-moz-box;
}
div.hotel{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #25216b;
}
div.hotel:last-child{
	padding:0;
	border:none;
}
div.image{
	margin:10px 0;
	text-align:center;
}
p.title{
	padding:5px;
	width:70px;
	text-align:center;
	background:#f2eeed;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f2eeed));
	background:-webkit-linear-gradient(#fff, #f2eeed);
	background:-moz-linear-gradient(#fff, #f2eeed);
	background:-o-linear-gradient(#fff, #f2eeed);
	background:linear-gradient(#fff, #f2eeed);;
	border:1px solid #ccc;
	clear:both;
	box-sizing:border-box;
}
p.value{
	padding:5px;
	box-flex:1;
	-webkit-box-flex:1;
    -moz-box-flex:1;
	box-sizing:border-box;
}

h2{
	color:#25216b;
	font-size:18px;
	text-shadow:1px 0 1px #25216b;
}

input#gps{
	font-size:16px;
}
input.large_text{
	width: 250px;
	height: 20px;
}
input.large_button{
	font-size: 20px;
	width: 150px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
div#rareawrap{
	padding:.5em 0;
}
div#search_result h2{
	margin-bottom:2px;
	border-bottom:3px double #25216b;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5){
	div#header{
		background:url("./img/large/header.png") no-repeat 50% 0;
		-webkit-background-size: 480px 130px;
		background-size: 480px 130px;
	}
	div#footer a{
		background:url("./img/large/arrow.png") no-repeat 0 3px;
		-webkit-background-size: 4px 7px;
		background-size: 4px 7px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2){
	div#header{
		background:url("./img/xlarge/header.png") no-repeat 50% 0;
		-webkit-background-size: 480px 130px;
		background-size: 480px 130px;
	}
	div#footer a{
		background:url("./img/xlarge/arrow.png") no-repeat 0 4px;
		-webkit-background-size: 4px 7px;
		background-size: 4px 7px;
	}
}