#planList {
	border: 1px solid #FFCC66;
	padding: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 531px;
}


#planList dl {
	background-image: url(../images/plan_title.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 531px;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-content: center;
	justify-content: space-between;
}

#planList dt {
	width: 170px;
	height: 0px;
	overflow: hidden;
	line-height: 2;
}

#planList dd {
display: flex;
align-items: center;
text-align: center;
padding:2em 0.5em;
}

#planList dd ul {
	padding-top: 5px;
	padding-right: 5px;
	width: 356px;
}

#planList dd ul ul {
	padding-top: 5px;
	width: 300px;
	padding-left: 45px;
}

#planList dd li {
	background-image: url(../../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 1em;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	width: 346px;
}

#planList dd ul ul li {
	background:none;
	float:left;
	150px;
	padding-left: 10px;
	width: 140px;
	border-bottom-style: none;
	padding-right: 0px;
}

#planList dd li.last {
border-bottom: none;
}
#planList dd ul ul li a,
#planList dd.rakuten a,
#planList dd.jaran a {
	display:block;
	width:140px;
	height:0;
	padding-top:20px;
	overflow:hidden;
}

#planList dd.jaran a:link ,
#planList dd.jaran a:visited {
	background-image: url(../images/jaran.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#planList dd.jaran a:hover {
	background-image: url(../images/jaran_over.png);
}

#planList dd ul ul li.yadoken a:link ,
#planList dd ul ul li.yadoken a:visited {
	background-image: url(../images/yadoken.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#planList dd ul ul li.yadoken a:hover {
	background-image: url(../images/yadoken_over.jpg);
}
#planList dd.rakuten a:link,
#planList dd.rakuten a:visited {
	background-image:url(../images/rakuten.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#planList dd.rakuten a:hover {
	background-image:url(../images/rakuten_over.jpg);
}

#planList dd.rakuten a,
#planList dd.jaran a {
	display:inline-block;
	margin-top:0.5em;
}

/*
#planList dd li a:link ,#planList dd li a:visited {
	background-image: url(../images/online.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 80px;
	display: block;
}


#planList dd li a:hover {
	background-image: url(../images/online_over.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
*/

#planList dd li a.planPdf:link ,#planList dd li a.planPdf:visited ,#planList dd li a.planPdf:hover {
	background-image: url(../../images/common/pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	padding-right:0px;
}

#price {
	clear: both;
	margin-bottom: 20px;
}

#price dl {
	width: 260px;
	float: left;
}

#price dt {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#price dd span {
	font-size:10px;
	color:#F00;
}



#price dd dl {
	width: 238px;
	background-image: url(../../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: inline;
}

#price dd dt {
	float: left;
	width: 90px;
	clear: left;
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline;
}

#price dd dd {
	float: left;
	width: 123px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	display: inline;
}



#roomType {
}

#roomType dt {
	display: inline;
}

#roomType dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0A3;
	border-bottom-color: #C3C0A3;
	border-left-color: #C3C0A3;
	float: left;
	width: 512px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
}

#roomType dd dl {
	width: 165px;
	float: left;
	display: inline;
}


#roomType dd dd {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 165px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}


#checkIn {
	margin-bottom: 20px;
	float: left;
	width: 260px;
	margin-top: 20px;
}


#price dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0A3;
	border-bottom-color: #C3C0A3;
	border-left-color: #C3C0A3;
	margin: 0px;
	padding: 0px;

}

#checkIn dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0A3;
	border-bottom-color: #C3C0A3;
	border-left-color: #C3C0A3;
	margin: 0px;
	padding: 0px;
	min-height: 95px;

}


#checkIn dd dl {
	width: 238px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-image: url(../../images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 10px;
}

#checkIn dd dt {
	float: left;
	width: 145px;
	clear: left;
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline;
}

#checkIn dd dd {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	display: inline;
	min-height: 15px;
}



#payment {
	margin-bottom: 20px;
	float: right;
	width: 260px;
	margin-top: 20px;
}

#reserve {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#checkIn dt ,#payment dt ,#reserve dt {
	display: inline;
}


#payment dd ,#reserve dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0A3;
	border-bottom-color: #C3C0A3;
	border-left-color: #C3C0A3;
	padding: 10px;
}

#reserve dd dl {
	margin-top: 10px;
}

#reserve dd dt {
	background-color: #CC0000;
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	padding-top: 17px;
	padding-left: 10px;
	border: 1px solid #CC0000;
}

#reserve dd dd {
	float: left;
	width: 380px;
	height: 20px;
	padding-top: 15px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-style: none;
	color: #CC0000;
}
.textbigger {
	font-size: 120%;
	font-weight: bold;
}


dl#akamatunoyu {
	width:513px;
	padding:10px;
	border: 1px solid #CCC;
	margin-bottom:15px;
}

dl#akamatunoyu dt {
	float:left;
	width:215px;
}

dl#akamatunoyu dd {
	float:right;
	width:298px;
}
