@charset "Shift_JIS";


#contents {
    width: 100% !important;
	font-size:14px;
	line-height:1.5em;
	text-align: left;
}

.sp #contents {
	width: 100%;
}
/*	ぱんくず  */
.pan {
	padding-top: 10px;
}

h1 {
	margin-bottom: 20px;
}
/* お電話でのご予約の流れ */
h1.tel {
	background-image:url('../images/h1_tel.jpg'); 
	overflow: hidden;
  	text-indent: 100%;
 	display: block;
}

/* オンラインでのご予約の流れ */
h1.online {
	background-image:url('../images/h1_online.jpg');
	overflow: hidden;
  	text-indent: 100%;
 	display: block;
}

/* お支払い方法 */
h1.pay {
	background-image:url('../images/h1_pay.jpg'); 
	overflow: hidden;
  	text-indent: 100%;
 	display: block;
}

h1.qanda {
	width: 95%;
	padding: 10px;
	background-color:#0066ff;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 140%;
	text-align: left!important;
}

#contents dl {
	margin-bottom:20px;
	width: 95%;
}

#contents dt {
	font-size:15px;
	line-height:1.5em;
	margin-bottom:10px;
	padding-left:10px;
	font-weight:bold;
	border-bottom:2px solid #38A9FA;
}

#contents dd {
	margin-bottom:10px;
	line-height: 1.6em;
}

.go_top {
	font-size:12px;
	margin-bottom:20px;
}
/*パン屑・h1要素部分*/
#dom_cnt .heading_info{
	position:relative;
	width:960px;
	margin:0 auto;
	height:16px;
	padding-top:3px;
}
#dom_cnt ul.breadnav:before{
	content: "";
	display: block;
	clear: both
;}

#dom_cnt ul.breadnav{
	display: block;
	font-size: 12px;
	margin: 5px auto;
	padding: 5px 4px;
	clear: both;
	width: 950px;
	color: #666;
	background: none;
	/*background: url(tmpimage/breadcumb_bg.png) center no-repeat;*/
	list-style-type: none;
	text-indent: 5px;
	height: 18px;
	line-height: 16px;
}

#dom_cnt ul.breadnav li {
	display:inline;
	/*text-shadow:0 1px 0 #FFF;*/
}
#dom_cnt ul.breadnav li:first-child{
	margin-left:6px;
}
#dom_cnt ul.breadnav li a{
	text-decoration:none;color:#559;
}
#dom_cnt ul.breadnav li a:after{
	content: " > ";color: #999;
}
#dom_cnt h1 {
	font-size:12px;text-align:right;margin-right: 10px;
}
