﻿@charset "utf-8";

/* reset
------------------------------------------------------ */

p,form,h1,h2,h3,h4,h5,h6,div,class,form {
	margin:0;
	padding:0;
	}
ol,ul {
	margin-top:0;
	}
img,table{
	border: 0;
	margin: 0;
	}

/* layout
------------------------------------------------------ */
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: url(../images/bg.jpg) center -25px repeat-y #F9DBE8;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	text-align: center;
	}
A,A:visited {
	color:#2E688D;
	text-decoration: none;
	}
A:hover{
	color: #D33778;
	text-decoration: underline;
	}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	}
section {
	text-align: left;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:rgba(255,255,255,0.5);
	width: 800px;
	margin: 0 auto;
	}
.entry {
	padding: 20px 50px 20px;
	position: relative;
	margin-bottom: 60px;
	}
select {
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
.shopselect{
	position: absolute;
	margin-top: 120px;
	font-size: 18px;
	padding: 0 20px;
	}
.shopselect select {
	padding: 10px 40px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../images/arrow01.png) right 50% no-repeat #FFF; 
	background-size: 20px, 100%;
}

input {
	text-indent: -9999px;
    width: 700px;
	height:110px;
    margin: 0 auto;
	border:none;
	cursor: pointer;
}
/*input[type="submit"] {*/
input.btn_submit {
	background:url(../images/btn_entry.gif) no-repeat 0 0;
}
input.btn_submit:hover {
	background:url(../images/btn_entry.gif) no-repeat 0 -110px;
}
	
h1 {
	text-align:center;
	}

h2 {
	background: #FCE6E0;
	color: #D57598;
	margin: 15px 0 10px 0;
	font-size: 20px;
	padding: 3px 0 1px 15px;
	}
h3 {
	color: #2E688D;
	padding: 15px 0 5px 0;
	}
h4 {
	text-align:center;
	font-size:20px;
	padding:15px 0 5px 0;
	}

.pagetop {
	text-align: right;
	padding: 5px 20px 5px 0;
	font-size: 12px;
	}

.container p{
	padding:0 0 0 20px;
	font-size: 14px;
	}
.container p.tourrate {
	font-size:20px;
	font-weight:bold;
	text-align: center;
	text-decoration: underline;
	}
.container ul li p,
.container ol li p{
	padding:0px;
	}
.attention {
	width: 690px;
	margin: 0 auto 20px;
	padding: 15px;
	color: #333;
	background: #FFF;
	border: 1px solid #CA990F;
	font-size: 12px;
	line-height: 135%;
	text-align: left;
	}
.note {
	color: #C00;
	font-weight: bold;
	}
.copyright {
	background-color: #FCE6E0;
	color: #2E688D;
	font-size: 10px;
	padding: 3px;
	text-align: center;
	}
