@charset "utf-8";
@import "common/0-import.css";
/*
	Author : Y.Kogawa
	Update : 6/4
*/
/*------------------------------------------------------------
	ご予約
------------------------------------------------------------*/
#conts form {
	padding: 0 10px;
}

#conts form input,
#conts form textarea,
#conts form select {
	font-size: 100%;
}

#conts form input,
#conts form textarea {
	padding: 2px;
}

#conts form table {
	margin: 10px 0 25px;
}

#conts form th, #conts form td {
	padding: 5px 20px;
	background: #fff;
	border: 1px solid #E1D1B3;

	font-weight: normal;
}

#conts form th {
	background: #F3EDE1;

	vertical-align: top;
}

#conts form td {
	width: 100%;
	vertical-align: middle;
}

#conts form td table {
	margin: 0;
}

#conts form td th, #conts form td td {
	padding: 0;
	width: auto;
	background: none;
	border: none;
}

#conts form td th {
	width: 2.5em;
}

#conts form span.hissu {
	margin-left: 5px;

	color: #f00;
}

#conts form span.notes {
	margin: 5px 0;
	display: block;

	color: #666;
	line-height: 1.3;
}

#conts form option {
	padding-right: 10px;
}

#conts form .fDate select,
#conts form .fHopeTime select {
	margin: 0 5px 0 8px;
}

#conts form #fYear,
#conts form #fH01,
#conts form #fH02 {
	margin-left: 0;
}

#conts form #fSwimmers {
	margin-right: 5px;
	width: 3em;
}

#conts form #fPartOf,
#conts form #fContactsSecond,
#conts form #fMail,
#conts form #fMailCheck {
	margin-right: 5px;
	width: 290px;
}

#conts form #fNameSei,
#conts form #fNameMei,
#conts form #fNameKanaSei,
#conts form #fNameKanaMei {
	width: 85px;
}

#conts form #fNameSei,
#conts form #fNameKanaSei {
	margin-right: 20px;
}

#conts form #fNameMei,
#conts form #fNameKanaMei {
	margin-right: 5px;
}

#conts form #fZipCode01 {
	margin: 0 5px;
	width: 3em;
}

#conts form #fZipCode02 {
	margin: 0 5px;
	width: 4em;
}

#conts form td ul {
	margin-bottom: 3px;
}

	* html #conts form td ul {
		zoom: 100%;
	}

	*+html #conts form td ul {
		zoom: 100%;
	}

#conts form td ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#conts form td ul li {
	width: 18%;

	float: left;
}

#conts form td li input {
	margin-right: 5px;
	padding: 0;

	vertical-align: middle;
}

#conts form .fContactsTel input.text {
	margin: 0 5px;
	width: 4em;
}

#conts form .fContactsTel #fTel01 {
	margin-left: 0;
}

#conts form .fRequest p {
	margin-bottom: 0.5em;
}

#conts form .fRequest ol {
	font-weight: bold;
	line-height: 1.5;
}

#conts form .fRequest ol li {
	margin-bottom: 5px;
}

#conts form #fRequest {
	width: 380px;
	height: 170px;
}

#conts form .submit {
	margin: 20px 0 5px;

	text-align: center;
}

#conts form .submit li {
	margin: 0 10px;
	display: inline;
}

/*------------------------------------------------------------
	エラー
------------------------------------------------------------*/
#conts ul.error {
	margin: 0 10px;

	color: #f00;
	font-weight: bold;
}

#conts td.error {
	background: #FF9D9D;
}



