@charset "Shift_JIS";

/*
	reservation.css
*/

/* body */
body{
	zoom:1;
}

/* headArea */
#headArea .headInner{
	padding-top: 15px;
}
/* main */
#main{
	width: 744px;
}

#main h2{
	margin-bottom: 7px;
}

#main #mailform{
	background: #fff;
	padding: 20px 10px 0;
	margin-bottom: 36px;
}

#main table{
	width: 100%;
}


#main table th,
#main table td{
		text-align: left;
		padding: 9px 0 8px 0;
}

#main table th{
	padding: 9px 0 0 54px;
	width: 231px;
	font-size: 100%;
}

#main table td.col2{
	padding: 0 0 0 50px;
}

#main table td select{
	width: 310px;
	border: 1px solid #b7d6de;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #678996;
}

#main table td select option{
	height: 13px;
	padding: 6px 6px;
	border: 1px solid #b7d6de;
}

#main table td input.textArea{
	width: 310px;
	border: 1px solid #b7d6de;
	padding: 5px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#main table td ul.plan li{
	width: 300px;
	float: left;
	font-size: 110%;
	margin-bottom: 15px;
}

#main table td ul.plan02 li{
	font-size: 110%;
	margin-bottom: 15px;
	width: 500px;
}

#main table td ul.plan label,
#main table td ul.plan02 label{
	display: block;
	font-size: 95%;
}

#main table td ul.marineJet li{
	width: 138px;
	float: left;
}

#main table td ul.privateBoat{
	padding-bottom: 30px;
}

#main table td ul.privateBoat li{
	width: 200px;
	float: left;
}

#main table td ul.gender li{
	width: 100px;
	float: left;
}

#main table td ul.gender li input[type='radio']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}

#main table td ul.gender li .crobd{
	background:url(../img/reservation/radio.png) no-repeat left top;
	height: 15px;
	line-height: 15px;
	font-size: 13px;
	display: block;
	padding: 0 0 0 23px;
	cursor: pointer;
	overflow: hidden;
}

#main table td ul.gender li .c_on{
	background-position:left -17px;
}

#main table th.heading01{
	padding: 0 0 0 20px;
	font-size: 105%;
}

#main table th.heading01 span{
	font-size: 86%;
	margin-left: 30px;
	font-weight: bold;
	vertical-align: top;
}

.heading01,
.heading02{
	color: #044daa;
}

#main table th.heading02{
	font-size: 100%;
	padding: 40px 0 20px 30px;
}

#main table th.heading03{
	font-size: 100%;
	font-weight: bold;
	padding: 35px 0 18px 30px;
}

#main table.type02 th{
	width: 155px;
	font-size: 105%;
}

#main table.type02 th.col2{
	padding: 12px 0 5px 54px;
}

#main table.type02 td textarea{
	border: 1px solid #B7D6DE;
	height: 120px;
}

#main table.type02 th.submitBtn{
	padding-left: 0;
}

#main table.type02 th .submitBtn input{
	background: url(../img/reservation/btn_01.jpg) no-repeat left top;
	width: 151px;
	height: 37px;
	display: inline-block;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#main table.type02 th.submitBtn p{
	display: inline-block;
	padding: 0 5px;
}

#main table.type02 th .resetBtn input{
	background: url(../img/reservation/btn_02.jpg) no-repeat left top;
	width: 151px;
	height: 37px;
	display: inline-block;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

.checkbox .cbxbd{
	background:url(../img/reservation/check.png) no-repeat left top;
	display: block;
	padding: 0 0 0 15px;
	cursor: pointer;
	overflow: hidden;
}

.checkbox input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.checkbox .cbxbd{
	background:url(../img/reservation/check.png) no-repeat left top;
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 0 0 25px;
    cursor: pointer;
    overflow: hidden;
}

.checkbox .c_on{background-position:left -18px;}



#main .box01{
	padding: 20px 25px 0;
	background: url(../img/reservation/bg_box01.jpg) no-repeat left top;
	height: 115px;
}

#main .box01 p{
	line-height: 1.5;
}

/* completion.html */
div.section{
	background: #fff;
	padding: 100px 0 300px;
}

div.section p.thanks{
	text-align: center;
	line-height: 1.8;
}

div.section .telBox{
	border-bottom: 1px solid #C6D9EC;
	border-top: 1px solid #C6D9EC;
	padding: 20px 0;
	width: 450px;
	margin: 0 auto;
}

div.section .telBox li{
	line-height: 1.5;
	text-align: center;
}

