@charset "UTF-8";

/*==========================================================================
 お問い合わせ
============================================================================ */
table.fm {
	width: 600px;
	margin: 10px auto;
	font-size: 13px;
	border-collapse: collapse;
}
table.fm th {
	width: 160px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background: url(../img/th_bg.gif) repeat top left;
	border: 1px dashed #A39D99;
}
table.fm td {
	vertical-align: middle;
	border-bottom: 1px dashed #A39D99;
	border-right: 1px dashed #A39D99;
	line-height:1.8;
}
table.fm td .sub { font-size:11px; }
table.fm th,table.fm td {
	padding: 10px;
}
table.fm th.first,
table.fm td.first {
	border-top: 1px dashed #A39D99;
}
table.fm th.last {
	border-bottom: 1px dashed #A39D99;
}
input.name {
	width: 220px;
}
input.age {
	width: 25px;
}
input.zip1 {
	width: 40px;
	padding-right: 5px;
}
input.zip2 {
	width: 60px;
	padding-left: 5px;
}
textarea.etc {
	width: 400px;
	font-size:100%;
}
.submit {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}
p.info {
	margin-top: 10px;
}
p.red {
	margin-top: 10px;
	color: #FF0000;
	text-align: center;
}
span.red {
	color: #FF0000;
	font-size: 11px;
}
table.fm td p.sub { font-size: 0.85em; margin-bottom: 5px; }
table.fm td .indent_con { padding:5px 20px; font-size:12px; }

label { padding-left:5px; }

table.color { background-color:#F6F6F6; border-collapse:collapse; border-left: 1px dashed #A39D99; }
table.color td { vertical-align:middle; }
table.color input { }
table.color td img { padding-top:15px; }


/*==========================================================================
 watermark
============================================================================ */ 
/* watermark positioning container */
.updnWatermark {
	position: relative;	/* positioning container */
	width: 0;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: top;
}
/* IE7/6 hasLayout hack */
.updnWatermark {
	*zoom: 1;
}
/* watermark label styling */
.updnWatermark label {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	color: #999;
	padding-left: 4px;
	height: 1.25em;	/* must specify height for consistent vertical alignment */
	vertical-align: top;
}



/* Selectbox Styles
=================================*/

a.sctble_display {
	border: solid #ddd 1px;
}

	a.sctble_display span {
		padding: 0 22px 0 7px;
		height: 22px;
		background: url(../img/icon_select.gif) no-repeat right 0;
		line-height: 22px;
	}
	a.sctble_display:hover span { background-position: right -21px }
	a.sctble_focus span { background-position: right -42px !important }
	
/* Pulldown Mat (Basis)
=================================*/
/* Selectbox Styles
=================================*/

a.sctble_display {
	display: inline-block;
	*display: inline;
	zoom: 1;
	color: #262626;
	text-decoration: none;
	cursor: default;
}

	a.sctble_display span {
		display: block;
		width: 120px;
		overflow:hidden;
		cursor: default;
	}
	
	a.m_year span,
	a.s_year span { width: 3em }
	a.m_month span,
	a.s_month span,
	a.m_day span,
	a.s_day span { width: 2em }
	a.callback span { width: 9em }

/* Pulldown Mat (Basis)
=================================*/

div.sctble_mat {
	border: solid #dfdfdf 1px;
	border-top: none;
	border-left: none;
	background: #eee;
	padding: 1.5em;
}

	div.sctble_mat dl {
		margin: 0;
		border: solid #999 1px;
		border-top: none;
		border-left: none;
	}
	
		div.sctble_mat dl dt {
			float: left;
			margin: 0 0 1em 0 !important;
			border: none !important;
			padding: 0 !important;
			width: 5.5em;
			color: #333;
			font-weight: bold;
		}
		
		div.sctble_mat dl dd {
			margin: 0 0 1em 5.5em !important;
			border-left: solid #333 2px !important;
			padding: 0 0 0 1.5em !important;
		}

	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}
	
/* Pulldown Mat (No Optgroups)
=================================*/
	
div.sctble_mat.nooptg p {
	border: solid #999 1px;
	border-top: none;
	border-left: none;
	padding: .5em 1em;
	line-height: 1.9;
}

/* Date (Inline)
=================================*/

div.sctble_mat.sctble.m_year p,
div.sctble_mat.sctble.m_month p {
	padding-left: .6em;
}
		
	div.sctble_mat.sctble.m_year a,
	div.sctble_mat.sctble.m_month a {
		padding: .4em;
	}
	
	div.sctble_mat.sctble.m_day a {
		display: inline-block;
		width: 1.5em;
		text-align: center;
	}
		
/* Simple Select Box
=================================*/
	
div.sBox {
	border: solid #dfdfdf 1px;
	border-left: none;
	width: 130px;
	overflow: auto;
	overflow-x: hidden;
	background: #FFF;
}

div.sBox.s_year { width: 6em }
div.sBox.s_month,
div.sBox.s_day { width: 5em }

	div.sctble_mat.sBox p {
		border: none;
		padding: 0;
		line-height: 1.5;
	}

	div.sBox a {
		border: solid #dfdfdf 1px;
		border-top: none;
		border-right: none;
		padding: .3em .5em;
		display: block;
		text-decoration: none;
	}
	
	div.sBox a.last-child {
		border-bottom: none;
	}
	
	div.sBox a:hover {
		background: #eee;
	}
	
	div.sBox a.selected {
		background: #eee;
	}
div.sctble_mat {}

	div.sctble_mat dl {}
	
	div.sctble_mat a {
		padding-right: .7em;
		color: #1972ea;
		font-weight: bold;
	}
	
	div.sctble_mat a.selected {
		color: #333;
		text-decoration: none;
		cursor: default;
	}

.direction span { font-size:0.9em; }
span.order_detail { font-size:11px; }
.order_list { border:1px dashed #a39d99; }
.order_list li { padding:5px; background:#f6f6f6; }
.order_list li label { display:block; }
.order_list li:nth-child(even) { background:#eee; }
.order_list li .order_sub { padding:4px 0 0 1em; }
.order_list li .order_sub label { margin-bottom:4px; }

#payment_mail { margin-top: 10px; }