
.small_font {
	font-size:0.8em;
}
.booking_ttl01 {
	border-radius:5px 5px 0 0;
	background:#BD0713;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:8px;
	margin-bottom:15px;
}
.booking_mt {
	margin-top:8px;
}
.booking_ttl02 {
	border-radius:15px;
	background:#BD0713;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:8px;
	border:1px solid #FFF;
}

.booking_content {
	margin:10px auto;
	width:100%;
	max-width:223px;
	border-top:dotted 1px #FFF;
	padding:15px 10px 5px;
	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.booking_content p {
	margin-bottom:5px;
}
.booking_content a {
	color:#FFF;
	text-decoration:none;
	padding:5px 8px;
}
.booking_content ul {
	margin-top:8px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	-webkit-align-content: center; /* Safari */
	align-content:         center;
}
.booking_content ul a:before {
	content:"▸";
	display:inline-block;
	margin-right:5px;
}
.booking_content ul a:hover {
	color:#FFD800;
}

.sideReservation h4 {
	margin		 : 5px 0 0;
	padding		 : 0;
	font-size	 : 14px;
}
.sideReservation #booking_inner {
	width: 95%;
	margin:0 auto;
	line-height	 : 1.5em;
	font-size	 : 12px;
	background:#000;
	color:#FFF;
	border:3px solid #FFD800;
	border-radius:6px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.sideReservation .bookingengine {
	color		 : #D6D6D6;
}
.sideReservation .booking {
	font-size	 : 14px;
	font-weight	 : bold;
}
.sideReservation .booking_date {
	margin		 : 0;
	padding		 : 0 5px;
	display		 : block;
	 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.sideReservation .booking_date_2col {
	float		 : left;
	display		 : block;
	width		 : 80px;
	margin-right	 : 5px;
	padding		 : 0 5px;
}
.sideReservation input,select {
	margin		 : 5px 0;
	padding		 : 2px 3px;
}
.sideReservation input.button,
a.button {
	width		 : 100%;
	font-size:13px !important;
	margin		 : 5px auto;
	text-align	 : center;
	border-radius:30px;
	background:#BD0713;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:2px;
	border:1.5px solid #FFF;
	cursor:pointer;
	max-width:180px;
}
a.button {
	display:block;
	width:auto;
}

.sideReservation input.button:hover,
a.button:hover {
	opacity:0.7;
}

.sideReservation hr {
	clear		 : both;
	width		 : 90%;
	height		 : 0;
	margin		 : 10px auto;
	padding		 : 0;
	border		 : none;
	border-bottom	 : 1px solid #CCCCCC;
}

.sideReservation #nitteiarea,
.sideReservation #ninzuarea,
.sideReservation #ryokinarea,
.sideReservation #searchtypearea {
	width		 : 100%;
	margin		 : 0;
	border		 : none;
}
.sideReservation #searchtypearea label {
}

.sideReservation input#chkymd,
.sideReservation input#chkpsn {
	margin		 : 0;
	padding		 : 0;
}

.sideReservation #calidif,
.sideReservation #apple_overlayif {
	width		 : 0;
	height		 : 0;
	position	 : absolute;
	display		 : block;
}
