@charset "utf-8";

/* =======================================

	Form CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.input
		1-1.Text
		1-2.Submit
		1-3.Search
		1-4.Checkbox
		1-5.Radio
		1-6.Button
	
	2.select
	
	3.textarea
	
	4.Check List
	
	5.Form Top
	
	6.Privacy Policy
	
	7.Error Message

========================================== */

/* 1.input
========================================== */
#contents table input,
#contents p input {
	font-size: 100%;
	line-height: 1.335;
	height: 1.335em;
	vertical-align: middle;
}

	/* 1-1.Text
	---------------------------------------- */
	#contents input.text {
		margin-right: 5px;
		width: 15em;
	}
	
	/* 1-2.Button
	---------------------------------------- */
	#contents input.button {
		margin: -2px 5px;
		padding: 1px 2px 2px !important;
		padding: 1px 1px 0px 2px;
		height: auto; /* Reset */
	}
	
	/* Safari Only \*/
	html:\66irst-child #contents table input.button {
		margin-top: 2px;
	}/**/
	
	/* 1-3.Search
	---------------------------------------- */
	#contents input.search2 {
		height: auto; /* Reset */
	}
	
	/* 1-4.Checkbox
	---------------------------------------- */
	#contents label.checkbox {
		margin: 0 10px 0 0;
		white-space: nowrap;
	}
	
	#contents label.checkbox input {
		width: 1.335em;
	}
	
	/* IE6 Only */
	* html #contents label.checkbox input {height: 1.834em;}
	
	/* IE7 Only */
	*:first-child + html #contents label.checkbox input {height: 1.834em;}
	
	/* 1-5.Radio
	---------------------------------------- */
	#contents label.radio {
		margin: 0 10px 0 0;
	}
	
	#contents label.radio input {
		margin-top: -2px;
	}
	
	/* IE6 Only */
	* html #contents label.radio input {margin-top: 0;}
	
	/* IE7 Only */
	*:first-child + html #contents label.radio input {margin-top: 0;}
	
	/* Safari Only \*/
	html:\66irst-child #contents label.radio input {margin-top: 0;}/**/


/* 2.select
========================================== */
#contents table select,
#contents p select {
	position: relative;
	margin: -3px 15px -3px 0;
	width: 114px;
	font-size: 100%;
	line-height: 1.5;
	vertical-align: middle;
}


/* 3.textarea
========================================== */
#contents table textarea {
	position: relative;
	margin: -3px 0;
	width: 100%;
	height: 7.5em;
	font-size: 100%;
	line-height: 1.5;
	vertical-align: middle;
}


/* 4.Check List
========================================== */
#contents table ul.check-list {
	position: relative;
	top: 10px;
	margin: 0 0 2px;
}

#contents table ul.check-list li {
	padding: 9px 5px 8px;
	background: url(../../img/common/line_dotted_02.gif) repeat-x;
}

#contents table ul.check-list li.first {
	padding-top: 0;
	background: none;
}

#contents table ul.check-list li label.checkbox {
	margin-left: 5px;
	margin-right: 5px;
}

#contents table ul.check-list li label.checkbox input {
	width: 1.335em;
}


/* 5.Form Top
========================================== */
#contents .form-top {
	margin: 0 0 30px;
	padding: 6px 12px 6px 15px;
	border: solid #CCC;
	border-width: 1px 0;
	background: #EDEDED url(../../img/common/line_solid_02.gif) repeat-y;
}

#contents .form-top h3 {
	margin: 0 0 5px;
	padding: 0;
	border-bottom: none;
	background: none;
	line-height: 1.5;
}

#contents .form-top p {
	margin: 0; /* Reset */
}

#contents .form-top p.attention {
	padding: 0 0 0 14px;
	background: url(../../img/common/ico_attention_01.gif) no-repeat 0 4px;
}


/* 6.Privacy Policy
========================================== */
#contents iframe.privacypolicy {
	display: block;
	margin: 10px 0 0;
	width: 488px;
	height: 120px;
	border: 1px solid #7F9DB9;
	overflow-x: auto;
}


/* 7.Error Message
========================================== */
#contents .error-mess {
	position: relative;
	margin: 0 0 30px;
	background: url(../../img/parts/error_mess_bg_01.gif) repeat-y;
}

#contents .error-mess h3 {
	margin: 0 0 12px;
	padding: 10px 11px 0;
	height: 100%; /* for IE */
	border-bottom: none;
	background: url(../../img/parts/error_mess_bg_top.gif) no-repeat;
}

#contents .error-mess h3 span {
	display: block;
	border-left-color: #999;
}

#contents .error-mess .bg-btm {
	clear: both;
	width: 100%;
	height: 6px;
	background: url(../../img/parts/error_mess_bg_btm.gif) no-repeat;
	overflow: hidden;
}

#contents .error-mess ul {
	margin: 0; /* Reset */
	padding: 6px 11px 4px 70px;
	background: url(../../img/parts/error_mess_bg_02.gif) no-repeat 11px 49%;
}

#contents .error-mess ul li {
	list-style: outside disc;
	margin: 0 0 5px;
	color: #FF3300;
}
