@charset "UTF-8";
/* CSS Document */


/*-------------------------------------------------------------------------
		LIGHTBOX
/*-----------------------------------------------------------------------*/

ul.confirm_layer {
	color:#333;
	width:300px;
	margin:20px auto 10px auto;
	padding:0;
	zoom:1;
}

	ul.confirm_layer:after{
		content:".";
		display: block;
		height:0px;
		clear:both;
		visibility:hidden;
	}

	ul.confirm_layer li {
		width:300px;
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		overflow:hidden;
		text-align:center;
	}
	
		li.confirm_middle {
			padding:20px;
			background:#eee;
			border:1px solid #fff;
			filter: alpha(opacity=90);
			-moz-opacity: 0.90;
			-khtml-opacity: 0.90;
			opacity: 0.90;
			zoom:1;
		}

	table.infield {
		width:300px;
		margin:0 auto;
	}

		table.infield tr th {
			color:#333;
			font-size:0.7em;
			width:80px;
			border-bottom:1px solid#ccc;
			text-align:right;
			padding:2px;
			margin:0;
		}
		
		table.infield tr td {
			padding:2px;
			border-bottom:1px solid#ccc;
		}
		
			table.infield tr td p {
				text-align:left;
				font-size:0.7em;
				line-height:1.5em;
				border-left:2px solid #ccc;
				margin:0;
				padding:3px 0 3px 10px;
			}

div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 30;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
}

div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 40;
	text-align: center;
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}

img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}

.last_submit {
	width:300px;
	text-align:center;
	list-style:none;
	margin:0 auto;
}

	.last_submit input {
		width:100px;
		font-weight:bold;
		border:1px #fff solid;
		cursor:pointer;
		margin-bottom:5px;
		padding:3px;
	}
	
		.last_submit input:hover {
			background:#ccc;
		}
	
	.last_submit li#submit input {
		width:210px;
		height:30px;
	}

/*-------------------------------------------------------------------------
		HTML
/*-----------------------------------------------------------------------*/

#mailform .error {
	display:none;
	width:300px;
	color:#E03C18;
}

#mailform .form_contents {
	display:none;
}

#mailform input[type="checkbox"] {
	border:none;
}

/* ‚²—\–ñ“ú */
#reserve-date .select{
	float:left;
	width:130px;
	}
#reserve-date .select .ui-select{
	float:left;
	width:80%;
	}
#reserve-date .select em{
	display:block;
	padding-top:15px;
	}
#reserve-date .select-year{
	width:100%;
	}
