﻿@charset "utf-8";
/*-------------------------------------------------------
	form
-------------------------------------------------------*/
body.form .containerbg {
	background:url(https://hamadaya.info/com_img/com00001.gif) #fff repeat-y;
}

#header01 {
	padding-top:20px;
	padding-bottom:20px;
}

#caution {
	height: 600px;
	}

#contents02 > #caution {
	height: auto;
	min-height: 600px;
	}

#caution h2 {
	padding-top:20px;
	padding-bottom:8px;
}

#caution ul {
	padding-bottom:10px;
}

#caution li {
	padding-top:5px;
	margin-left:10px;
	list-style:disc;
}

#kojin {
	margin-bottom:20px;
}

#kojin h2 {
	margin-top:30px;
	margin-bottom:8px;
}


#kojin #houshin {
	padding-top:35px;
}


#reservation h1 {
	padding-top:20px;
	padding-bottom:8px;
}

#contents02Wrapper {
	margin-top: 0;
	}
h1 {
	padding: 20px 0;
	}
#reservation p {
	padding-bottom:8px;
}

	
/*****form*****/
.red {
	color:#D7000F;
}

#reservation dl {
	padding-top:10px;
	padding-bottom:10px;
}

#reservation dt,#reservation dd {
	float:left;
	
}
#reservation dt {
	width:110px;
}


#reservation select {
	display:inline;
}


select, textarea {
border:1px solid #ccc;
}


input[type=text]{
line-height: 1.2em;
}



textarea {
width: 220px;
height: 5em;
}

.textup {
 vertical-align:top;
 padding-top:1px;
}

.ninzu {
	width:50px;
	margin:0 5px;
	border:1px solid #ccc;
}

.seimei {
	width:100px;
	margin:0 5px;
	border:1px solid #ccc;
}

.yoyakumei,
.phone,
.email {
	width:200px;
	border:1px solid #ccc;
}

.adress01 {
	width:100px;
	margin:0 5px;
	border:1px solid #ccc;
}

.adress02 {
	width:330px;
	margin-top:5px;
	border:1px solid #ccc;
}

.kosuu {
	width:20px;
	padding-left:5px;
	border:1px solid #ccc;
}


#submitBtnArea {
	
	width:542px;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}



#btnpagetop {
	width:542px;
	text-align:right;
	padding-bottom:20px;
}


#footer {
	width:540px;
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	text-align:center;
	padding:30px 0;
}



#result {
	paddint-top:20px;
	margin: 150px 0 30px;
}


#submitBtnArea {
	position: relative;
	width:542px;
	height: 16px;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}


#btn_kakunin,
#btn_send,
#btn_reset,
#btn_back {
	position: absolute;
	height: 16px;
	margin: 30px 0 0 0;
	padding: 0 10px;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	display: block;
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	}


#btn_reset,
#btn_back {
	top: 0;
	left: 181px;
	width: 80px;
	}

#btn_back.btn_backLeft {
	left: 0;
	}

#btn_reset {
	background: url(https://hamadaya.info/form/img/for00005.gif) no-repeat;
	}

#btn_back {
	background: url(https://hamadaya.info/form/img/for00007.gif) no-repeat;
	}
	

#btn_kakunin,
#btn_send {
	top: 0;
	left: 281px;
	width: 82px;
	}
	
#btn_kakunin {
	background: url(https://hamadaya.info/form/img/for00004.gif) no-repeat;
	}
	
#btn_send {
	width: 80px;
	background: url(https://hamadaya.info/form/img/for00006.gif) no-repeat;
	}



table.form {
	width: 100%;
	font-size: 80%;
	border-collapse: collapse ;
	border-spacing: 0;
	empty-cells: show;
	}
table.form th,td {
	text-align:left;
	border-bottom: 1px dotted #aaa;
	padding: 6px 0 6px 10px;
	empty-cells: show;
	vertical-align: middle;
	color: #555;
	}
	
table.form th {
	width: 14em;
	}

.msg {
	color:#dd0000;
	}

#nextButton,
#topButton {
color: #f00;
font-weight: bold; 
border: 1px solid #999;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;  
background: #fff url(../img/for00008.gif) no-repeat center right;
text-align: center;
padding: 3px 3em;
margin-bottom: 30px;
} 

.mgn010t {
	margin-top: 10px;
	}