﻿@charset "utf-8";


/*SYSTEM-------------------------------------------------------------------SYSTEM*/
#msg_box{
	width: 920px;
	padding-bottom:10px;
	background: url(/img/bg_system.jpg) no-repeat;
	margin:0px;
	position:relative;
	height:400px;
	overflow:hidden;
}

#msg_box h3{
	position:absolute;
	top:20px;
	right:50px;
}
#msg_box p{
	position:absolute;
	top:170px;
	left:330px;
	font-size:16px;
	line-height:1.6;
	text-align:left;
}

#msg_box span{
	color:#FF7315;
	font-size:18px;
	
}


#graph{
margin-top:50px;
}

#price_box{
    height: auto;
    margin: 0 0 20px;
    position: relative;
    width: 860px;
}

#price_box img{
    display: block;
}


#price_box .card{
float: right;
margin-bottom: 16px;
}
#price_box .card > div{
font-size:10px;
text-align: right;
}

#price_box h3 {
    margin:0px;
}

p.reserve {
    background-image: url("/img/bg_normal.jpg");
    background-repeat: repeat;
    color: #444444;
    font-size: 30px;
    font-weight: bold;
    height: 43px;
    margin: 0 auto 20px;
    padding: 6px 0 0;
    text-align: center;
    width: 860px;
}

p.reserve span {
    color: #FF6400;
}

/*BASE*/
table{
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#FEFAFB;
    empty-cells:show;
    width:96%;
	margin:15px auto 0px auto;
}
th{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background-position:left top;
    padding:0.3em 0.5em;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    background-color:#FEFAFB;
}

td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:0.3em 0em;
    text-align:center;
    font-weight:bold;
    font-size:30px;
}

/*color*/

#price_box .time{
font-size:17px;
background-color:#FEF7E2;
}

#price_box .normal{
color:#FF5717;
}

#price_box .service{
color:#00A7D2;
}

#price_box .morning{
color:#1F963C;
}

#price_box .night{
color:#9B52BA;
}

#price_box span{
color:red;
}

#price_box #rank_price{
text-align:right;
margin-top:5px;
}

#price_box .normal_th{
background: url(/img/bg_normal.jpg) repeat scroll;
color: #FF5717;
}

#price_box .service_th{
background: url(/img/bg_service.jpg) repeat scroll;
color: #00A7D2;
}

#price_box .cl_th{
background: url(/img/bg_cl.jpg) repeat scroll;
color: #1F963C;
}

#price_box .bq_th{
background: url(/img/bg_bq.jpg) repeat scroll;
color: #9B52BA;
}

#ticket_box {
    height: 300px;
    margin: auto;
    position: relative;
    width: 860px;
}
#ticket_box .ticketimage{
	width: 592px;
	position:absolute;
	height:210px;
	top:45px;
	left:0px;
}
#ticket_box .print{
	width: 250px;
	position:absolute;
	height:150px;
	top:80px;
	right:0px;
	text-align:center;
	font-size:16px;
}

#ticket_box a .p_btn{
	padding:10px;
	color:#FFF;	
	background:#FF7315;
	border:none;
	width:100px;
	margin:5px;
	position:absolute;
	top:140px;
	right:60px;
	text-align:center;
	font-size:14px;
}

#ticket_box a:hover .p_btn{
	color:#666;
	background:#CCC;
}

/*　ポイントシステム　*/

.card_box2 {
    clear: both;
    width: 860px;
    margin: auto;
}

.card_box2 h4{
font-size:16px;
color:#F69;
margin:0 0 10px 0;
}

.card_box2 strong{
display:block;
font-size:14px;
font-weight:bold;
color:#666;
margin:0 0 10px 0;
}


.card_box2 ul li{
margin:0 0 5px 0;
font-size:14px;
}

.card_box2 p{
margin:5px 0;
font-size:12px;
color:#F00;
}

.card_box2 .card_detail{
margin:30px 0 30px 20px;
clear:both;
}

.card_box2 h3 {
    margin: 40px auto 20px;
    clear: both;
}


.card_box2 a.point_system {
    display: block;
    margin: auto;
    text-align: center;
    width: 56%;
}

.card_box2 a.point_system:hover {
    text-decoration: none;
}

.card_box2 .bt_point {
    background: #f973b0 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: table;
    padding: 10px;
    width: 100%;
}

.card_box2 .bt_point p {
    display: table-cell;
    font-size: 28px;
    vertical-align: middle;
    color: #fff;
}

.card_box2 .bt_point i {
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.card_box2 .bt_point img {
    float: right;
    height: 100px;
    width: 100px;
}

.card_box2 p.info {
	width:69%;
    margin: auto;
    padding: 10px;
    line-height:1.4;
    color: #f973b0;
    text-align: left;
    font-size: 26px;
}

.card_box2 p.info b{
	font-weight:bold;
	clear:both;
	color:red;
	text-decoration:underline;
	font-size:30px;
	line-height:2.6;
}

.card_box2 p.info b:after{
	content:"\A";
	white-space:pre;
}

.begipoimg {
    margin: 0 0 12px 20px;
}

#point_member{
	border:1px solid #ccc;
	margin:20px;
	padding:20px;
}

#free_box {
    clear: both;
    margin: 30px auto auto;
    width: 860px;
}

#free_box ul{
	list-style:none;
	margin-top:10px;
}
#free_box ul li{
	list-style:none;
	float:left;
	width:210px;
	height:172px;
	position:relative;
	margin:5px 5px 5px 0px;
}

    #free_box .free_photo {
        background: url(/img/system/bg_free_photo.jpg) no-repeat;
    }
    #free_box .free_price {
        background: url(/img/system/bg_free_price.jpg) no-repeat;
    }
    #free_box .free_drink {
        background: url(/img/system/bg_free_drink.jpg) no-repeat;
    }
    #free_box .free_tabaco {
        background: url(/img/system/bg_free_tabaco.jpg) no-repeat;
    }
    #free_box .free_cos {
        background: url(/img/system/bg_free_cos.jpg) no-repeat;
    }
    #free_box .free_taxi {
        background: url(/img/system/bg_free_taxi.jpg) no-repeat;
    }
    #free_box .free_bou {
        background: url(/img/system/bg_free_bou.jpg) no-repeat;
    }
    #free_box .free_call {
        background: url(/img/system/bg_free_call.jpg) no-repeat;
    }
    #free_box .free_ticket {
        background: url(/img/system/bg_free_ticket.jpg) no-repeat;
    }
    #free_box .free_card {
        background: url(/img/system/bg_free_card.jpg) no-repeat;
    }
    #free_box .free_crean {
        background: url(/img/system/bg_free_crean.jpg) no-repeat;
    }
    #free_box .free_point {
        background: url(/img/system/bg_free_point.jpg) no-repeat;
    }
    #free_box .free_car {
        background: url(/img/system/bg_free_car.jpg) no-repeat;
    }

#free_box ul li h4{
color:#ff5717;
font-size:14px;
position:absolute;
width:150px;
right:0px;
top:25px;
text-align:center;
}
#free_box ul li p{
font-size:13px;
ling-heiht:1.4;
position:absolute;
width:190px;
right:10px;
top:80px;
text-align:left;
}

#policy_box{
    clear: both;
    margin: auto;
    width: 860px;
    padding: 30px 0;
}

#policy_box li{
	margin: 10px 0;
}

#policy_box p{
	font-weight: bold;
	font-size: 16px;
	}

#policy_box .rule{
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
	padding: 10px 0;
	font-size: 15px;
}


@media print{
#headbox{display:none;}
#navi2{display:none;}
#price_box{display:none;}
#msg_box{display:none;}
#menu{display:none;}
#free_box{display:none;}
#fb-root{display:none;}
#footerbox{display:none;}
h2{display:none;}
}

