@charset "utf-8";

body ul li{
    list-style: none;
}

.font_red{
    color:#ff0000;
}
.font_gray{
    color:#696969;
}
.font_lightgray{
    color:#a9a9a9;
}
.size_20{
    font-size:20px;
}
.size_18{
    font-size:18px;
}
.size_16{
    font-size:16px;
}
.size_14{
    font-size:14px;
}
.size_12{
    font-size:12px;
}
.size_10{
    font-size:10px;
}
.txtc{
    text-align:center;
}

.cf{
    clear:both;
}

.more{
    text-align:center;
    height:44px;
    line-height:44px;

    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);

}

.bottom_fix{
    position:fixed;
    z-index:1002;/*footer�����ɂ���Ă���*/
    bottom:0;
    width:100%;
    text-align:center;
    color:#ffffff;
    height:50px;
    line-height:50px;
    font-size:24px;
    font-weight:bold;
}

.clfx{
    clear:both;
}



/*=========�S�ŋ��ʃ|�b�v�A�b�v=========*/
#cm_modal_back{
    width:100%;
    height:100%;
    min-height:100%;
    background-color:rgba(0,0,0,.5) ;
    position:fixed;
    z-index:4000;
    top:0;
    display:none;
}

.cm_modal_frame{
    position:fixed;
    background-color:#ffffff;
    width:90%;
    top:80px;
    margin-left:3%;
    padding:5px 2%;
    border-radius:5px;
    z-index:5000;
    display:none;
}
.cm_modal_frame ul li{
    list-style: none;
}

.cm_halfbtn{
    width:80%;
    margin:10px auto;
}
.cm_halfbtn p{
    width:50%;
    height:30px;
    line-height:30px;
    text-align:center;
}

.bg_wh{
    background-color:#ffffff;
}



/*=====================================

    nav����

======================================*/

#nav_nomal{
    width:100%;
    height:35px;
    padding:5px 2%;
    margin:0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;

    background: #8ce2dd; /* Old browsers */
    background: -moz-linear-gradient(top, #8ce2dd 0%, #2d9ea7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ce2dd), color-stop(100%,#2d9ea7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8ce2dd 0%,#2d9ea7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce2dd', endColorstr='#2d9ea7',GradientType=0 ); /* IE6-9 */

    position:fixed;
    top:0;
    z-index: 1000;


}

.logo{
    width:30%;
    padding-right:15%;
    vertical-align:middle;
}

.logo img{
    width:80px;
}

.header_pt{
    color:#ffffff;
    font-size:12px;
    width:65%;
    line-height:35px ;
}
.header_pt a{
    color:#ffffff;
    display:block;
}


.pt_num{
    font-size:22px;
    color:#ffe50c;
}

.icon_info{
    width:20%;
    padding-right:2%;
    text-align:right;
}

.icon_info img{
    width:35px;
}


.koupon{

}

.reserve{
   /* margin-top:3px;*/
}

.user_info{
    padding-top:5px;
    width:30%;

}
.user_name{
    min-height:15px;
    background-color:#ffffff;
    border-radius:3px;
    border:2px solid #a9a9a9;
    font-size:10px;
    color:#00BB9B;
    text-align:center;
    /*line-height:15px;*/
}

.user_name a{
    color:#00BB9B;
}


/*

    body

*/

body{
    font-family: ArialMT, "Hiragino Kaku Gothic ProN",;
    background-color:#ffffff;
}

/*�w�i�Œ�p*/
#background{
    position: fixed;
    z-index:-1000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url("/common/images/back_texture.jpg");
    background-size:contain;
}


body img{
vertical-align: text-bottom;
}

.top_bar{
    /*width:96%;*/
    height:30px;
    /*margin-bottom:10px;*/
    padding:5px 2%;
    border-top:1px solid #8d93ab;
    border-bottom:1px solid #a9a9a9;
    font-weight:bold;
    text-align:left;
    background: #8ce2dd; /* Old browsers */
    background: -moz-linear-gradient(top, #8ce2dd 0%, #2d9ea7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ce2dd), color-stop(100%,#2d9ea7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8ce2dd 0%,#2d9ea7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce2dd', endColorstr='#2d9ea7',GradientType=0 ); /* IE6-9 */

}

.back{
    width:20%;
    color:#ffffff;
    font-size:14px;
    line-height:30px;

    border-right: 1px solid rgba(255, 255, 255, .1);
    box-shadow:1px 0px 0px rgba(0,0,0,.5);


}
.back a{
    color:#ffffff;
    display:block;
}
.bar_txt{
    color:#ffffff;
    font-size:17px;
    line-height:30px;
    text-shadow: 0px -1px -1px #1cad7c;
}
.bar_txt_m{
    width:60%;
    color:#ffffff;
    font-size:14px;
    padding-top:5px;
}
.bar_sort{
    width:20%;
    color:#ffffff;
    font-size:12px;
    border-radius:4px;
    line-height:30px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);

    background: #70452e; /* Old browsers */
    background: -moz-linear-gradient(top, #70452e 0%, #946f5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70452e), color-stop(100%,#946f5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70452e 0%,#946f5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70452e 0%,#946f5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70452e 0%,#946f5b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #70452e 0%,#946f5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70452e', endColorstr='#946f5b',GradientType=0 ); /* IE6-9 */

}
.bar_sort_blue{
    width:20%;
    color:#ffffff;
    font-size:12px;
    border-radius:4px;
    line-height:30px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);
    background: #8ce2dd; /* Old browsers */
    background: -moz-linear-gradient(top, #8ce2dd 0%, #2d9ea7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ce2dd), color-stop(100%,#2d9ea7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8ce2dd 0%,#2d9ea7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce2dd', endColorstr='#2d9ea7',GradientType=0 ); /* IE6-9 */

}

.frame_wh{
    background-color:#ffffff;
    width:93%;
    min-height:60px;
    padding:5px 2%;
    /*margin:0 auto 10px auto;*/
    margin:5px auto;
    border-radius:5px;
    border:1px solid #bba599;
}

.frame_bk{
    background-color:#a9a9a9;
    width:93%;
    height:60px;
    padding:5px 2%;
    margin:0 auto 10px auto;
    border-radius:5px;
}


.flx{
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}

.flx_link a{
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}

.frame_wh .title{
    text-align:center;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    width:100%;
    color:#603808;
    /*position: relative;*/
}

.msg_img{
    width:20%;
    margin-right:2%;
}

.msg_img img{
    width:60px;
    border-radius: 5px;
}
.msg_2{
    width:63%;
}
.msg_3{
    width:15%;
    padding-top:15px;
}

.name{
    font-size:18px;
    margin-bottom:20px;
    font-weight:bold;
    color:#603808;
}
.method{
    font-size:14px;
    float:left;
    color:#a87c5c;
    margin-right:5%;
}
.status{
    font-size:14px;
    color:#a87c5c;
    text-align: right;
}
.re_time{
    font-size:10px;
    color:#a87c5c;
    position:relative;
    text-align: right;
    top:-15px;
}
.wait_num{
    font-size:14px;
    color:#ffffff;
    text-align: center;
    padding:0 5px;
    border-radius: 3px;
}

.telnow{/*�Ӓ蒆*/
    /*background-color:#fd6724;*/
    background-color:#fe9da2;
}

.standby{/*�ҋ@��*/
    /*background-color:#18b907;*/
    background-color:#a1de7c;
}

.out{/*���Ȓ�*/
    /*background-color:#1692f2;*/
    background-color:#849cd3;
}

.msg_num{
    /*clear:both;*/
    width:25px;
    height:25px;
    border-radius: 10px;
    color:#ffffff;
    text-align:center;
    font-size:18px;
    margin: 0 0 0 auto;
}

.red{
    border:1px solid #a60000;

    background: #f2b09f; /* Old browsers */
    background: -moz-linear-gradient(top, #f2b09f 0%, #e02100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b09f), color-stop(100%,#e02100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2b09f 0%,#e02100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2b09f 0%,#e02100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2b09f 0%,#e02100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2b09f 0%,#e02100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b09f', endColorstr='#e02100',GradientType=0 ); /* IE6-9 */
}

.green{
    border:1px solid #8cad88;

    background: #a7ef83; /* Old browsers */
    background: -moz-linear-gradient(top, #a7ef83 0%, #40c91a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7ef83), color-stop(100%,#40c91a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7ef83 0%,#40c91a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7ef83 0%,#40c91a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a7ef83 0%,#40c91a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a7ef83 0%,#40c91a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7ef83', endColorstr='#40c91a',GradientType=0 ); /* IE6-9 */
}

.btn_green a,.btn_red a,.btn_orange a{
    display:block;
    color:#ffffff;
}

.btn_green,.btn_red,.btn_orange{
    color:#ffffff;
    text-align:center;
    width:75%;
    margin:20px auto;
    height:75px;
    line-height:44px;
    border-radius: 5px;

    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);
}

.btn_green{
	font-size:12pt;
	font-weight:bold;
	text-shadow: 0px -1px -1px #166625;
    background: #8ce2dd; /* Old browsers */
    background: -moz-linear-gradient(top, #8ce2dd 0%, #2d9ea7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ce2dd), color-stop(100%,#2d9ea7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8ce2dd 0%,#2d9ea7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce2dd', endColorstr='#2d9ea7',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);
}
.btn_red{
	font-size:12pt;
	font-weight:bold;
	text-shadow: 0px -1px -1px #87251b;
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top, #f85032 0%, #e73827 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f85032 0%,#e73827 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f85032 0%,#e73827 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f85032 0%,#e73827 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f85032 0%,#e73827 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);

}
.btn_orange{
	font-size:18pt;
	font-weight:bold;
	text-shadow: 0px -1px -1px #88540b;
    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffb76b 0%, #ff9c3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(100%,#ff9c3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb76b 0%,#ff9c3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb76b 0%,#ff9c3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb76b 0%,#ff9c3f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb76b 0%,#ff9c3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff9c3f',GradientType=0 ); /* IE6-9 */

    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(56, 31, 10, .5);
    box-shadow:0px 0px 1px rgba(0,0,0,1);
}
.close{
    background-color:#a9a9a9;
    color:#ffffff;
    font-size:12px;
    text-align:center;
    width:20%;
    border-radius:5px;
    padding:3px 0;
    margin-bottom:10px;
    margin-left:auto;
}

/*=====================================

    ���肢�t�ڍ׌���

======================================*/

.reserve_frame ul{
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    text-align:left;
    min-height:44px;
    line-height: 44px;
    border-top: 1px solid rgba(0,0,0,.2);
    box-shadow:0 1px rgba(255,255,255,0.4) inset;

}


.reserve_frame ul:nth-child(even){
    background: #eeeeee; /* Old browsers */
}
.reserve_frame ul:nth-child(odd){
    background: #e5e5e5; /* Old browsers */
}

.reserve_frame ul li:nth-child(1),.reserve_frame ul li:nth-child(2){
    width:46%;
    padding:0 2%;
}

.reserve_frame ul li:nth-child(2){
    background:url(../images/icon/arrow2.png) no-repeat 95% 50%;
}
.hide{
}





/*=====================================

    ��footer����

======================================*/

.nav{
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    list-style:none;
    background: #8ce2dd; /* Old browsers */
    background: -moz-linear-gradient(top, #8ce2dd 0%, #2d9ea7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ce2dd), color-stop(100%,#2d9ea7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8ce2dd 0%,#2d9ea7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8ce2dd 0%,#2d9ea7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ce2dd', endColorstr='#2d9ea7',GradientType=0 ); /* IE6-9 */
    width:100%;
    height:50px;
    line-height:80px;


    position:fixed;
    bottom:0;
    z-index: 1000;
}

.nav li{
    color:#ffffff;
    font-weight:bold;
    font-size:10px;
    text-align: center;
    width:20%;
    text-shadow: 0px 1px 1px #666;
}
.nav li a{
    display:block;
    height:50px;
    color:#ffffff;
    text-shadow: 0px 1px 1px #666;
}

.nav li:nth-child(1),.nav li:nth-child(2),.nav li:nth-child(3),.nav li:nth-child(4){
    /*border-right: 1px solid rgba(255, 255, 255, .5);*/
    box-shadow:1px 0px 0px rgba(0,0,0,.2);
}

.nav1{
    background:url(../images/icon/nav1.png) no-repeat center 10%;
}.nav2{
    background:url(../images/icon/nav2.png) no-repeat center 10%;
}.nav3{
    background:url(../images/icon/nav3.png) no-repeat center 10%;
}.nav4{
    background:url(../images/icon/nav4.png) no-repeat center 10%;
}.nav5{
    background:url(../images/icon/nav5.png) no-repeat center 10%;
}.nav1,.nav2,.nav3,.nav4,.nav5{
    background-size:35px;
}


/*�V����*/
.num_msg,.num_sup{
    border:2px solid #ffffff;
    color:#ffffff;
    text-align:center;
    border-radius: 11px;
    width:20px;

    background: #f2b09f; /* Old browsers */
    background: -moz-linear-gradient(top, #f2b09f 0%, #e02100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b09f), color-stop(100%,#e02100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2b09f 0%,#e02100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2b09f 0%,#e02100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2b09f 0%,#e02100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2b09f 0%,#e02100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b09f', endColorstr='#e02100',GradientType=0 ); /* IE6-9 */
    position: fixed;
    z-index: 3000;
    bottom:30px;
}


.num_msg{
    left:12%;
}
.num_sup{
    left:92%;
}

.fix{
    font-size:10px;
    color:#ffffff;
    padding:2px 6px 2px 4px;
    text-align: center;
	vertical-align: middle;
    height:13px;
    background-color:rgba(255,102,0,1);
    border-radius: 3px;
	margin:2px 2px 2px;
}
