@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------

reservation TopPage

-------------------------------------------------- */
.reserveBk{
	background-image: url(../reservation/img/tama_bk.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 243px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#columnMain ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

#columnMain ul li {
	background-position: left 7px;
	background-image: url(../img/list_square.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
}

.reserveBk p {
	width: 350px;
}

#columnMain h3,h4,h5,h6{
	margin-bottom:15px;
}

.grayDot {
	background-image: url(../img/dot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.reserveTb{
	width:650px;
	margin-bottom:20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}

.reserveTb th{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F5F5F5;
	text-align:center;
} 

.reserveTb tr td{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	text-align:center;
}
.type {
	width: 280px;
	text-align: center;
} 
.room {
	width: 150px;
}

.reserveTb .textLeft {
	text-align: left;
}

.smallText {
	font-size: 90%;
}



/* --------------------------------------------------

reservation NakaPage

-------------------------------------------------- */

#pageContainer{
	width:450px;
	margin:0 auto;
	text-align:center;
}

#pageContainer p{
	background-color: #C7D7BA;
	padding: 20px;
	text-align: left;
}

#pageContainer h1{
	width:500px;
	text-align:left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
}

#mainContainer{
	border:1px solid #CCCCCC;
	padding-bottom: 20px;
}
#mainContainer p{}
#mainContainer h2{
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainContainer table{
	margin-right: auto;
	margin-left: auto;
}
#mainContainer th{
	text-align: right;
	font-weight: bold;
}
#mainContainer td{
	text-align: left;
	padding: 5px;
}
.wdClose{

	text-align:right;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
}

.wdClose img{
	margin-bottom:20px;
}

#yoyakuFrame{
	height:500px;
	overflow-x: scroll;
}
.attention{
	font-size: 80%;
}
#complete{
	border:1px solid #CCCCCC;
	padding-bottom: 150px;
	padding-top: 150px;
	}
.btn{
	margin-top: 10px;
}
