@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 1px;
}
html {
	height: 100%;
	width: 100%;
}


form h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-left: 20px;
}
form ul li h4{
	display: block;
	width: 180px;
	float: left;
	font-size: 10pt;
	font-weight: normal;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: right;
	padding-left: 0px;
	padding-right: 20px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form .nakami {
	display: block;
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #FFF;
	margin: 0px;
	position:relative;
}
form ul {
	margin: 0px;
	padding: 0px;
}
form ul li {
	list-style-type: none;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 2px;
	background-color: #EEEEEE;
}
form input {
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form input:focus {
	border:solid 1px #EEA34A;
	background-color: #FEE3CF;
}


form .checkbox {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form .hissu {
	background-color: #F00;
	color: #FFF;
	font-size: 10pt;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 0px;
	margin-right: 20px;
}
form h4 {
	font-weight: bold;
	background-color: #EEE;
	text-align: left;
	padding: 10px;
	margin: 0px;
}
form textarea {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 200px;
}
form .reserv   {
	height: 50px;
	width: 480px;

}


form textarea .bt1 {
	height: 40px;
	width: 120px;
	font-weight: bold;
	color: #000;
	background-image: none;
	text-decoration: none;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
	cursor:pointer;
}
form {
	display: block;
	padding-bottom: 10px;
}
form ul li .nakami ul li {
	background-color: #FFF;
	margin-bottom: 10px;
}
form ul li .nakami ul li h5 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	float: left;
}
form ul li .nakami ul li .party_info {
	display: block;
	float: right;
	width: 460px;
}

.alert {
	background-color: #F00;
	color: #FFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-right: 20px;
}
.alert#alert1 {
	display: none;
}
.alert#alert2 {
	display: none;
}
.alert#alert3 {
	display: none;
}
.alert#alert4 {
	display: none;
}
.alert#alert5 {
	display: none;
}
.alert#alert6 {
	display: none;
}
.alert#alert7 {
	display: none;
}
.alert#alert8 {
	display: none;
}
.alert#alert9 {
	display: none;
}
#datepicker1 {
	position: absolute;
	left: 5px;
	top: 10px;
}
#datepicker2 {
	position: absolute;
	left: 5px;
	top: 10px;
}
#datepicker3 {
	position: absolute;
	left: 5px;
	top: 10px;
}
#datepicker4 {
	position: absolute;
	left: 5px;
	top: 10px;
}
#datepicker5 {
	position: absolute;
	left: 5px;
	top: 10px;
}


form #tab2 {
	display: none;
}

form #tab3 {
	display: none;
}

form #tab4 {
	display: none;
}

form #tab5 {
	display: none;
}




/*ここまでノーマルレイアウト*/

@media screen and (max-width: 480px){

	
	form ul li h4{
		display: block;
		width: 95%;
		float: none;
		font-size: 10pt;
		font-weight: normal;
		background-color: #EEEEEE;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
		text-align: left;
		padding-left: 10px;
		color: #000;
		padding-right: 0px;
	}
	
	form h4 {
		text-align: justify;
	}
	form .nakami {
		display: block;
		width: 92%;
		float: none;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
		padding-right: 0px;
		padding-left: 20px;
		background-color: #FFF;
		margin: 0px;
	}
	form textarea {
		width: 95%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		border: 1px solid #CCC;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 200px;
	}
	form ul li .nakami ul li .party_info {
		display: block;
		float: right;
		width: 100%;
	}
	#info1 {
		text-align: left;
		padding: 10px;
		margin: 0px;
	}
	
	
	form .reserv   {
		width: 80%;
		height: 50px;
	}
	.nakami input {
		font-size: 16px;
	}
	.nakami select {
		font-size: 16px;
	}

}
