/*-----------------------------
	delivery(PC)ページ用
------------------------------*/
@media screen and (min-width: 645px) {


#contents {
	width: 645px;
	border: solid 1px #55dd88;
	margin: 10px 0 0 0;
	padding: 0;
}

.base {
	width: 645px;
	position: relative;
}

#timezone {
	position: absolute;
	top: 170px; left:120px;
}

.timezone-btn {
	width: 400px;
}


}

/*-----------------------------
	delivery(スマホ)ページ用
------------------------------*/
@media screen and (max-width: 645px) {


#contents {
	width: 310px;
	border: solid 1px #55dd88;
	margin: 5px auto 0 auto;
	padding: 0;
	background-color: white;
}

.base {
	width: 310px;
	position: relative;
}

.sys {
	width: 310px;
}


#timezone {
	position: absolute;
	top: 80px; left: 30px;
}

.timezone-btn {
	width: 250px;
}


}
