/* 施設予約システム　レイアウト０２ＣＳＳ (070608) */





/*
▽ メインコンテンツ
============================================================================= */

/* ◆ 予約内容表示 ------------------------------------------------- */
.confirm#mainContents {
	clear: left;
}

.confirm#mainContents h3 {
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 20px;
	background: transparent url("../img/arrow06_gr.gif") no-repeat 0px 50%;
}
div.complate#mainContents {
	clear: both;
}



/* 予約内容表示
======================================== *



.confirm#mainContents ,
.noborder#mainContents ,
.complate#mainContents 
{
	width:auto;
	border: none;
	clear: both;
}
*/




div.confirm#mainContents p.back {
	margin-bottom:20px;
}
div.confirm#mainContents p.back a {
	padding-left: 30px;
	background: transparent url("../img/back01_gr.gif") no-repeat 0% 50%;
}

div.confirm#mainContents p.back a:hover,
div.confirm#mainContents p.back a:active{
	background: transparent url("../img/back02_gr.gif") no-repeat 0% 50%;
}



/* ------　予約内容表示　------ */
div.confirm#mainContents div#confirmBox {
	margin-bottom: 40px;
	padding-left: 30px;
}

div.confirm#mainContents div#confirmBox table {
	width: 710px;
	border: 3px solid #8EDB29;
}
div.confirm#mainContents div#confirmBox th {
	padding: 5px;
	text-align: center;
	color: #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px dotted #999999;
	background-color: #E8F8D4;
}
div.confirm#mainContents div#confirmBox td {
	padding: 5px 10px;
	border-bottom: 1px dotted #999999;
}
div.confirm#mainContents div#confirmBox tr.time th,
div.confirm#mainContents div#confirmBox tr.time td {
	border-bottom: 0px dotted #999999;
}

div.confirm#mainContents div#confirmBox td ul {
	margin: 0px;
}
div.confirm#mainContents div#confirmBox td li {
	padding: 0px 10px;
	background: transparent url("../img/point03_ygr.gif") no-repeat 0% 50%;
	display: inline;
}

/* ------　予約申請項目入力　------ */
div.confirm#mainContents div#inputBox {
	margin-left: 30px;
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #B2B2B2;
}

div.confirm#mainContents div#inputBox dl {
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 2px solid #8EDB29;
}
div.confirm#mainContents div#inputBox dt {
	margin-bottom: 5px;
	padding: 5px 10px;
	background: transparent url("../img/point03_ygr.gif") no-repeat 0% 50%;
	border-bottom: 1px dotted #B2B2B2;
}
div.confirm#mainContents div#inputBox dd {
	margin-left: 30px;
	padding: 5px;
}
div.confirm#mainContents div#inputBox dd select {
	margin-right: 30px;
}

div.confirm#mainContents div#inputBox span.notes {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	color: #FF2200;
	background: transparent url("../img/asterisk_rd.gif") no-repeat 0% 50%;
}

div.confirm#mainContents div#confirmBox2 {
	margin-bottom: 40px;
	padding-left: 30px;
}

div.confirm#mainContents div#confirmBox2 table {
	width: 710px;
	border: 3px solid #8EDB29;
}
div.confirm#mainContents div#confirmBox2 th {
	padding: 5px;
	text-align: center;
	color: #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px dotted #999999;
	background-color: #E8F8D4;
}
div.confirm#mainContents div#confirmBox2 td {
	padding: 5px 10px;
	border-bottom: 1px dotted #999999;
}
div.confirm#mainContents div#confirmBox2 tr.time th,
div.confirm#mainContents div#confirmBox2 tr.time td {
	border-bottom: 0px dotted #999999;
}

div.confirm#mainContents div#confirmBox2 td ul {
	margin: 0px;
}
div.confirm#mainContents div#confirmBox2 td li {
	padding: 0px 10px;
	background: transparent url("../img/point03_ygr.gif") no-repeat 0% 50%;
	display: inline;
}