/*==================================================================
  　　　　　　　　　　　全体に関わる記述
  ==================================================================*/

a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
	background: transparent;
	border: 0;
#	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}


/*--------------------------------------------------- 
  フォントサイズ
  ---------------------------------------------------*/
  
body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,select,textarea,fieldset,p,blockquote,th,td,img,a,br {
#	font-family:'HiraKakuProN-W3';
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: medium;
}

/*--------------------------------------------------- 
  bodyに関わる記述
  ---------------------------------------------------*/

.page_body {
	width:100%;
	background: #f3f2f1;
	color: #1d1d1d;
	position: relative;
 	overflow:hidden;
}


/*---------------------------------------------------
  ヘッダー
  ---------------------------------------------------*/

.page_header {
	text-align:center;
	margin:5px 0;
	font-size:medium;
}

/*左上のロゴ*/
.logo{
	float:left;
}

/*右上のログイン、戻るボタン*/
.login_modoru{
	float:left;
	margin-left:20px;
	margin-top:10px;
}

/*---------------------------------------------------
  コンテンツ
  ---------------------------------------------------*/
  
.contents {
	background-color:#fff;
	box-shadow: 0 1px 5px #999999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	padding-bottom:10px;
}


/*---------------------------------------------------
  オレンジ背景タイトル
  ---------------------------------------------------*/
  
.block_header {
	margin: 0px;
	background-color: #bd0000;
	color: #fff;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	padding: 4px 8px 4px 4px;
#	font-size: medium;
	font-size: large;
	font-weight: bold;
}

.block_header2 {
	background-color:#03F;
	color:#FFF;
#	font-size: medium;
	font-size: large;
	font-weight: bold;
}


/*---------------------------------------------------
  ロゴ/タイトルの画像類
  ---------------------------------------------------*/

img.title{
	width:100%;
}

/*---------------------------------------------------
  ボタン
  ---------------------------------------------------*/

input.blue_button {
	border: 1px solid #375074;
	color: #1d1d1d;
	display: inline-block;
	margin: 0px 10px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	background: -moz-linear-gradient(top, #007aca, #007aca 50%,#005fb4 50%, #005fb4 100%);
	background: -webkit-gradient(linear, 0 0,0 100%, from(#007aca), color-stop(0.5, #007aca), color-stop(0.51, #005fb4),to(#005fb4));
	border-color: #303842;
	color: #fff;
	font-size: menium;
	padding: 6px 10px;
}

input.blue_button2 {
	background-color:#FF9900;
	color: #000;
	font-size: medium;
	padding: 10px 30px;
	border: 2px solid #375074;
}


input.orange_button {
	border: 1px solid #375074;
	color: #1d1d1d;
	display: inline-block;
	margin: 0px 10px 0px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight:bold;
	background: -moz-linear-gradient(top, #FC9, #FC9 50%,#F90 50%, #F90 100%);
	background: -webkit-gradient(linear, 0 0,0 100%, from(#FC9), color-stop(0.5, #FC9), color-stop(0.51, #F90),to(#F90));
	border-color: #303842;
	color: #000;
	font-size: medium;
	padding: 10px 30px;
}

input.orange_button2 {
	background-color:#F90;
	color: #000;
	font-size: medium;
	padding: 10px 30px;
	border: 2px solid #375074;
}


/*--------------------------------------------------- 
  テキストボックス
  ---------------------------------------------------*/

.input_text{
	font-size:large;
}

.adr_zip_button{
    vertical-align: middle;
    padding: 0 0 0 10px;
}

/*--------------------------------------------------- 
  メニューリスト(div指定)
  ---------------------------------------------------*/

.arrow{
	display:block;
	color: #000000;
	text-decoration:none;
#	width:100%;
	font-size:medium;
	font-weight: bold;
	border-top:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
	background-image: url("../img/arr.jpg");
	background-position: right;
	background-repeat: no-repeat;
}

.arrow a{
#    display:block;
#    color: #000000;
    color: #0000ff;
    text-decoration:none;
    width:100%;
#	font-size:medium;
	font-size:menium;
    font-weight: bold;
	background-color:#FFF;
#	padding:10px;
	padding:0;
}

.arrow_bottom{
	display:block;
	color: #000000;
	text-decoration:none;
#	width:100%;
	font-size:medium;
	font-weight: bold;
	border-top:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
	background-color:#FFF;
	padding:10px 10px;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
    background-image: url("../img/arr.jpg");
    background-position: right;
    background-repeat: no-repeat;
}

.arrow_bottom a{
#    display:block;
#    color: #000000;
    color: #0000ff;
    text-decoration:none;
    width:100%;
#	font-size:medium;
	font-size:menium;
    font-weight: bold;
	background-color:#FFF;
#	padding:10px;
	padding:0px;
}

/*--------------------------------------------------- 
  点線リスト(div指定)
  ---------------------------------------------------*/
.tensen {
	border-bottom:1px dashed #B4B4B4;
	padding:10px;
	background: #fff;
	font-size:medium;
}

.tensen a{
  	color:#0000FF;
	text-decoration:none;
}

.tensen_bottom {
	border-bottom:1px solid #B4B4B4;
	padding:10px;
	background: #fff;
	font-size:medium;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
}

.tensen_bottom a{
  	color:#0000FF;
	text-decoration:none;
}

.tensen_bottom_form {
	border-bottom:1px solid #B4B4B4;
	padding:10px;
	background: #fff;
	font-size:medium;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
}

.tensen_bottom_form a{
  	color:#0000FF;
	text-decoration:none;
}

/*--------------------------------------------------- 
  直線リスト(div指定)
  ---------------------------------------------------*/
.sen {
	display:block;
	border-bottom:1px solid #B4B4B4;
	padding:10px;
	background: #fff;
}

.sen_gray {
    display:block;
    border-bottom:1px solid #B4B4B4;
    padding:10px;
    background: #DDDDDD;
}

.sen a{
  	color:#0000FF;
	text-decoration:none;
}

.sen_bottom {
	display:block;
	border-bottom:1px solid #B4B4B4;
	padding:10px;
	background: #fff;
	box-shadow: 0 1px 5px #999;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
}

.sen_bottom_gray {
    display:block;
    border-bottom:1px solid #B4B4B4;
    padding:10px;
    background: #DDDDDD;
    box-shadow: 0 1px 5px #999;
    -moz-box-shadow: 0 1px 5px #999;
    -webkit-box-shadow: 0 1px 5px #999;
}

li.sen_bottom a{
  	color:#0000FF;
    text-decoration:none;
}


.sen2 {
	display:block;
    border-bottom:1px solid #B4B4B4;
    padding:10px;
    background: #fff;
}

/*--------------------------------------------------- 
  下部一行明け指定(div指定)
  ---------------------------------------------------*/
.space_bottom {
	display:block;
	padding-top:10px;
	padding-bottom:0;
	background: #fff;
	font-weight:bold;
}


/*--------------------------------------------------- 
  グレイ・白のリスト(div指定)
  ---------------------------------------------------*/
.gray {
	display:block;
	padding:4px 10px;
	background-color:#cccccc;
}

.white {
	 display:block;
	padding:6px 10px;
	background-color:#ffffff;
	border-bottom:solid 1px #cccccc;
}

.block_header_mizuiro_center {
	background-color:#0CF;
	color:#000000;
	padding:10px 0;
	text-align:center;
}

.block_header_mizuiro {
	background-color:#0CF;
	color:#000000;
#	padding:10px 20px;
	padding:4px 6px;
}

/*--------------------------------------------------- 
  その他
  ---------------------------------------------------*/
/*太字*/
.strong{
	font-weight:bold;
}

/*赤文字　特大フォント*/
.red_xx-large{
	color:#ff0000;
	font-size:x-large;
}

/*赤文字　大フォント*/
.red_x-large{
	color:#ff0000;
	font-size:menium;
}

/*青文字　大フォント*/
.blue_x-large{
	color:#0000ff;
	font-size:menium;
}

/*赤文字　レギュラーフォント*/
.red_menium{
	color:#ff0000;
	font-size:menium;
}

/*赤文字 小フォント*/
.red_small{
	color:#ff0000;
	font-size:medium;
}

/*赤文字 やや小フォント*/
.red_x-small{
    color:#ff0000;
    font-size:medium;
}

/*青文字 やや小フォント*/
.blue_x-small{
    color:#0000ff;
    font-size:medium;
}

/*青文字　レギュラーフォント*/
.blue_menium{
	color:#0000ff;
	font-size:menium;
}
/* エラー文字 */
.errmsg{
	color:#ff0000;
	font-size:small;
}
/* 利用規約同意 */
.agreement {
	background-color:#fee7f8;
	padding:5px 5px 5px 25px;
}

/*テキスト　センター揃え*/
.text_center{
	text-align:center;
}

.text_notify {
	text-align:center;
	/*font-size:x-small;*/
}

/*左揃えコンテンツのマージン設定*/
.box{
	margin:10px;
}

/*テキストの間を空けるマージン指定*/
.text_margin{
	margin:8px 0;
}

/*テキスト下の間を空けるマージン指定*/
.text_margin2{
	margin:0 0 20px;
}

/*インプット領域*/
.inputArea{
	padding-left:25px;
}

/*インプット領域：住所*/
.inputAreaAddress{
	padding: 0 0 20px 25px;
}

/*姓のマージン指定*/
.lastname{
	margin:0 0 8px 0;
	overflow:hidden;
}

/*名のマージン指定*/
.firstname{
	margin:0 0 0 0;
	overflow:hidden;
}

/*姓名のラベル*/
.nameLabel{
	width:25px;
	float:left;
	padding:5px 0 0 0;
	font-size:78%;
}

/*姓名のインプット領域*/
.nameInputArea{
	float:left;
}

/*姓名カナのラベル*/
.nameKanaLabel{
	width:25px;
	float:left;
	padding:5px 0 0 0;
	font-size:78%;
}

/*姓名カナのインプット領域*/
.nameKanaInputArea{
	float:left;
}

/*センター揃えボタン*/
.toroku{
	text-align:center;
	margin:15px 0 15px 0;
}

/*リストマークをつける*/
li.disc{
    list-style-type:disc;
	margin:5px 30px 5px 40px;
}

/*前へ次へ*/
table.pre_next{
	width:100%;
	margin:0;
	padding:0;
}

table.pre_next th.pre{
	color:#F00;
	text-align:left;
}

table.pre_next th.pre a{
	color:#F00;
}

table.pre_next th.next{
	color:#F00;
	text-align:right;
}

table.pre_next th.next a{
	color:#F00;
}

table.pre_next th.page_num{
	text-align:center;
}

table.pre_next th.page_num a{
	color:#F00;
}

.barcode{
	padding:40px 0;
}

.barcode_number {
    padding: 0;
    font-size: large;
    font-weight:bold;
}


/*--------------------------------------------------- 
  フッター
  ---------------------------------------------------*/

.footer {
	padding: 10px;
	display: block;
	font-size:medium;
}

.footer_line{
	text-align:center;
	margin:7px 0;
}

.footer_link a {
	font-size: medium;
}

.separator {
	color: #000; 
	font-size: medium;
}

/*コピーライト*/
.copyright {
	text-align: center;
	background-color: #fff;
	font-style: normal;
	font-size:medium;
	padding: 10px 10px 10px 10px;
}

/*ホームに戻るボタン*/
.footer_home{
	text-align:center;
}

.footer_home a{
	font-size:menium;
	text-align:center;
	margin:7px 0;
}

/*ログアウトボタン*/
.logout{
	text-align:center;
	margin:20px 0 10px 0;
}

/*================================================================== 
  　　　　　　　　　　　topページの記述
  ==================================================================*/


/*--------------------------------------------------- 
  Club GENKIへようこそ
  ---------------------------------------------------*/
.table_top table{
	margin:5px;
}

.table_top th{
	vertical-align:top;
}

.table_top th img{
	margin:0 15px 0 0;
}

table_top td{
	vertical-align:top;
}

/*================================================================== 
  　　　　　　　　　　　店舗検索用の記述
  ==================================================================*/
/*--------------------------------------------------- 
  背景カラー設定
  ---------------------------------------------------*/
.white2{
	font-weight:bold;
	background-color:#FFF;
	display:block;
}

.gray2{
	font-weight:bold;
	background-color:#CCC;
	display:block;
	width:100%;
	padding:10PX 20PX;
}

table.shop{
	border:none;
}

table.shop th{
	vertical-align:middle;
}

table.shop img{
	height:36px;
	margin:0 0 0 10px;
}

th.blue{
	font-weight:bold;
	background-color:#0CF;
	padding:10px 0px;
	border:none;
	width:80px;
}

td.white2{
	font-weight:bold;
	padding:10px 10px;
	border:none;
}

table.brand_list td{
	padding-left:10px;
	vertical-align:middle;
}

table.brand_list_gps{
	width:90%;
}

table.brand_list_gps td{
	padding-left:0;
	vertical-align:middle;
}

.text_right{
	text-align:right;
}

.input_search {
    border: none;
    font-size: medium;
    margin: 6px 0 0 0;
    padding: 0;
}


/*================================================================== 
  　　　　　　　　　　　ショップ詳細の記述
  ==================================================================*/
/*--------------------------------------------------- 
  テーブル設定
  ---------------------------------------------------*/
table.shop_detail1{
	margin:0;
	padding:0;
	width:100%;
}
	
table.shop_detail1 th{
	padding:10px 20px;
	text-align:left;
	vertical-align: top;
}

table.shop_detail1 td{
	padding:10px 20px;
	text-align:center;
	vertical-align: top;
	width: 88px;
}

.strong2{
	font-weight:bold;
	font-size:medium;
}

table.shop_detail2{
	margin:0;
	padding:0;
	width:100%;
}
	
table.shop_detail2 th{
	padding:0 0 0 10px;
	text-align:left;
	width:100px;
}

table.shop_detail2 td{
	padding:0 10px;
	text-align:left;
}

table.shop_detail3{
	margin:0;
	padding:0;
	width:100%;
}
	
table.shop_detail3 th{
	padding:0 0 0 10px;
	text-align:left;
	width:100px;
	white-space: nowrap;
}

table.shop_detail3 td{
	padding:0 10px;
	text-align:left;
}

.no_image{
        display:block;
        width:max-content;
}

/*---------------------------------------------------
  座席別待ち表示　　2025.03.26
  ---------------------------------------------------*/
table.seat_type{
	margin: auto;
	border-collapse: collapse;
}

table.seat_type th.seat_title{
	background-color: #CCC;
	border:1px solid;
	font-size: small;
	vertical-align: middle;
}

table.seat_type td.seat_data{
	border:1px solid;
	vertical-align: middle;
}

table.seat_type td.seat_data span{
	font-weight: bold;
	color: red;
}

table.seat_type th.seat_title2{
        background-color: #CCC;
        border:1px solid;
        font-size: small;
        vertical-align: middle;
	padding: 5px 5px;
}

table.seat_type td.seat_data2{
        border:1px solid;
        vertical-align: middle;
	padding: 5px 5px;
}

table.seat_type td.seat_data2 span{
        font-weight: bold;
        color: red;
}

/*================================================================== 
  　　　　　　　　　　　ポイント履歴の記述
  ==================================================================*/
/*--------------------------------------------------- 
  テーブル設定
  ---------------------------------------------------*/
table.point_history{
	margin:0;
	padding:0;
	width:100%;
}

table.point_history th{
	text-align:left;
}

table.point_history td{
	text-align:right;
	vertical-align:bottom;
}


/*================================================================== 
  　　　　　　　　　　　プロフィール変更完了の記述
  ==================================================================*/
/*--------------------------------------------------- 
  高さ指定
  ---------------------------------------------------*/
.prof_fin{
	min-height:20px;
}


/*================================================================== 
  　　　　　　　　　　　キャンペーン一覧の記述
  ==================================================================*/
/*--------------------------------------------------- 
  テーブル設定
  ---------------------------------------------------*/
table.campaign_list{
	width:100%;
}

table.campaign_list th{
	vertical-align:middle;
}

table.campaign_list td{
	padding-left:10px;
	padding-right:20px;
	vertical-align:middle;
}

/*================================================================== 
  　　　　　　　　　　　キャンペーン情報の記述
  ==================================================================*/
/*--------------------------------------------------- 
  メインイメージ設定
  ---------------------------------------------------*/
#white_back {
	background-color:#FFF;
	padding:20px;
}



/*================================================================== 
  　　　　　　　　　　　お知らせ一覧の記述
  ==================================================================*/
/*--------------------------------------------------- 
  リスト設定
  ---------------------------------------------------*/
.arrow2{
    display:block;
    color: #000000;
    text-decoration:none;
    width:100%;
	font-size: medium;
    font-weight: normal;
    border-top:1px solid #B4B4B4;
    border-bottom:1px solid #B4B4B4;
	background-color:#FFF;
}

.arrow2 a{
    display:block;
    color: #000000;
    text-decoration:none;
    width:100%;
	font-size: medium;
    font-weight: normal;
	background-color:#FFF;
	padding:10px;
}

.arrow2_bottom{
    display:block;
    color: #000000;
    text-decoration:none;
    width:100%;
	font-size: medium;
    font-weight: normal;
    border-top:1px solid #B4B4B4;
    border-bottom:1px solid #B4B4B4;
	background-color:#FFF;
    box-shadow: 0 1px 5px #999;
    -moz-box-shadow: 0 1px 5px #999;
    -webkit-box-shadow: 0 1px 5px #999;
}

.arrow2_bottom a{
    display:block;
    color: #000000;
    text-decoration:none;
    width:100%;
	font-size: medium;
    font-weight: normal;
	background-color:#FFF;
	padding:10px;
}


/*================================================================== 
  　　　　　　　　　　　お知らせ一覧の記述
  ==================================================================*/
.space_left_bottom {
	display:block;
    padding-bottom:20px;
	margin-left:15px;
    background: #fff;
}


/*================================================================== 
  　　　　　　　　　　　プライバシーポリシーの記述
  ==================================================================*/
.ol_indent {
	margin-left:1.5em;
}

.ol_indent li {
	margin-top:0.5em;
	margin-bottom:0.2em;
}

.kakko_indent {
	margin-left:1.0em;
	list-style:none;
}

.kakko_indent li{
	margin-bottom:0;
}

/*==================================================================
  　　　　　　　　　　　クラブ元気とは
  ==================================================================*/
.text_block {
	margin:10px 0;
}

/*==================================================================
  　　　　　　　　　　　入会方法
  ==================================================================*/
.howto_regist_block{
	margin:10px 0;
}

.howto_regist_table{
	border-style:none;
	border-width:0;
	margin:0;padding:0;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.howto_regist_title{
	background-color:#ff9900;
	color:#ffffff;
}

.howto_regist_header{
	margin:0;
	padding:0;
}

.howto_regist_description{
	border-left:1px solid;
	border-bottom:1px solid;
	border-color:#ff9900;
	color:#000000;
	width:70%;
	text-align:left;
	vertical-align:middle;
	padding:10px;
}

.howto_regist_image{
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#ff9900;
	color:#000000;
	text-align:center;
	vertical-align:middle;
}

/*==================================================================
  　　　　　　　　　　　お気に入り店舗一覧
  ==================================================================*/
/*---------------------------------------------------
  テーブル設定
  ---------------------------------------------------*/
table.okiniiri_tenpo th{
	vertical-align:middle;
}

table.okiniiri_tenpo td{
	vertical-align:top;
	padding-left:5px;
}

table.okiniiri_tenpo2{
	width:100%;
	margin:0;
	padding:0;
}

table.okiniiri_tenpo2 th{
	color:#00F;
	text-align:left;
#	padding-left:5px;
	padding:0px;
}

table.okiniiri_tenpo2 th a{
	color:#00F;
}

table.okiniiri_tenpo2 td{
	color:#00F;
	text-align:right;
#	padding-right:5px;
	padding:0px;
}

table.okiniiri_tenpo2 td a{
	color:#00F;
}

/*==================================================================
  　　　　　　　　　　　クーポン一覧
  ==================================================================*/
/*---------------------------------------------------
  テーブル設定
  ---------------------------------------------------*/
.coupon_white_back {
	background:#FFF;
}

.sen_coupon {
    border-bottom:1px solid #B4B4B4;
    background: #fff;
}

.div_coupon {
	background-color:#6CF;
    margin-top:5px;
    margin-left:5px;
	margin-right:5px;
    margin-bottom:5px;
    padding-top:5px;
    padding-left:5px;
	padding-right:5px;
    padding-bottom:5px;
}

.coupon {
	width:100%;
	border-collapse: collapse;
}

.coupon_td{
	vertical-align:top;
}

.coupon_tr{
	border-top:1px solid #ffffff;
}

.coupon_r {
	vertical-align:top;
	text-align: right;
	padding-right: 5px;
	width:45%;
}

.underline {
	text-decoration: underline;
}

/*==================================================================
  　　　　　　　　　　　店舗情報一覧
  ==================================================================*/
table.shop_info{
	margin:0;
	padding:0;
	width:100%;
}

table.shop_info th{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	text-align:left;
	width:25%;
	vertical-align:middle;
}

table.shop_info td{
	padding:20px;
	text-align:left;
	vertical-align:middle;
}

.w_line {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.text_bold_center {
	font-weight:bold;
	text-align:center;
}

.logo_image {
    vertical-align:middle;
    margin:0 10px 0 0;
    padding:0;
}

/*==================================================================
  　　　　　 郵便番号候補一覧　こだわり検索
  ==================================================================*/
/*---------------------------------------------------
  選択ボックス
  ---------------------------------------------------*/
.input_select {
	height:40px;
	width:75%;
}

/*---------------------------------------------------
  チェックボックス
  ---------------------------------------------------*/
/*
input[type="checkbox"] {
	font-size:200%;
	height:30px;
	width:30px;
	margin:15px;
}
*/
.input_checkbox{
	height:25px;
	width:25px;
	vertical-align:middle;
	margin:8px 8px;
}

/*==================================================================
  　　　　　 キーワード検索
  ==================================================================*/
/*---------------------------------------------------
  キーワード入力エリア
  ---------------------------------------------------*/

.keyword_area {
    display: table;
    padding:10px;
}

.keyword_box {
    -moz-box-sizing: border-box;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: url("../img/keyword.png");
    background-origin: padding-box;
    background-position: 8px center;
    background-repeat: no-repeat;
#    background-size: 16px 16px;
    border-color: #A5A5A5 #BCBCBC #BCBCBC;
    border-radius: 18px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #C2C2C2 inset;
    line-height: 28px;
    padding: 0 5px 0 20px;
    position: relative;
#    width: 100%;
    display: table-cell;
}

.keyword_input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    font-size: medium;
    line-height: 24px;
    padding-left: 0;
#    width: 100%;
}

.keyword_button {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding:0 0 0 10px;
}

/*==================================================================
  　　　　　キャンペーン詳細
  ==================================================================*/

.campaign_image_large {
    text-align:center;
    margin:0 4px 4px 0;
}

.campaign_description {
    text-align:left;
    padding:4px;
}

.campaign_point {
    background-color:#FCEE9C;
    text-align:center;
    display:block;
    margin:4px;
    padding:10px;
}

.campaign_point_get_button {
    padding:4px;
}

.campaign_detail_td {
    width:50%;
    vertical-align:middle;
    text-align:center;
}

/*==================================================================
  　　　　　お知らせ
  ==================================================================*/

.info_red {
    font-size: medium;
    color:#dd0000;
}

.info_black {
    font-size: medium;
    color:#000000;
}

.info_title {
    font-size: medium;
    margin:0 0 18px 0;
}

.info_description {
    font-size: medium;
}

/*==================================================================
  　　　　　お気に入り店舗一覧
  ==================================================================*/

.brand_name_td {
    vertical-align: top;
}

.shop_name_td {
    vertical-align: top;
}

.brand_logo_th {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width:25%;
}

.brand_name {
#    padding: 0 0 0 8px;
    padding: 0;
    font-size: large;
    font-weight:bold;
}

.shop_name {
#    padding: 0 0 0 8px;
    padding: 0;
    font-size: large;
}

.subscribe_status_td {
    text-align:left;
}

.del_favshop_td {
    text-align:right;
}

.link_no_decoration {
    text-decoration:none;
}

.set_underline {
     text-decoration:underline;
}


/*==================================================================
  　　　　　メルマガ購読設定
  ==================================================================*/

.magazine_checkbox_th {
    vertical-align:middle;
    text-align:left;
    width:5%;
}

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

.table_margin {
    width:100%;
    margin:10px 0;
}
/*==================================================================
  　　　　　キャンペーンポイント獲得
  ==================================================================*/

.get_campaign_point {
    text-align:center;
}
/*==================================================================
  　　　　　予約関連
  ==================================================================*/
.sen_resdetail {
	display:block;
	border-bottom:1px solid #B4B4B4;
	background: #fff;
	padding:10px 0;
}
.sen_resdetail a{
  	color:#0000FF;
	text-decoration:none;
}
.sen_reslist {
	display:block;
	border-bottom:1px solid #B4B4B4;
	background: #fff;
	padding:0;
}
.sen_reslist_bottom {
	display:block;
	background: #fff;
	padding:0;
}
.sen_reslist .arrow,
.sen_reslist .arrow_bottom,
.sen_reslist_bottom .arrow,
.sen_reslist_bottom .arrow_bottom {
	border-top:0px;
}
table.list_reserve {
	 width:100%;
}
th.title {
	vertical-align:top;
}
table.shop_detail2 td.reservation_right {
	padding:0 10px;
	text-align:right;
}
table.shop_detail1 td.reservation_info {
	text-align:right;
	vertical-align:top;
	width:60%;
}
.arrow_reserve{
	display:block;
	color: #000000;
	text-decoration:none;
	font-size:medium;
	font-weight: bold;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
	background-image: url("../img/arr.jpg");
    background-position: right;
    background-repeat: no-repeat;
}
.arrow_reserve a{
    color: #0000ff;
    text-decoration:none;
    width:100%;
	font-size:menium;
    font-weight: bold;
	background-color:#FFF;
	padding:0;
	display:block;
	width:90%;
}
.arrow_reserve_noitem{
	display:block;
	color: #000000;
	text-decoration:none;
	font-size:medium;
	font-weight: bold;
	background-color:#FFF;
	padding:10px 10px 10px 10px;
	background-position: right;
    background-repeat: no-repeat;
}
.time_reserve_end {
	padding-left:20px;
	font-size:90%;
}
.time_comment {
	padding:10px;
}
table.reserve_time_table {
	width:100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
}
table.reserve_time_table th {
	padding:0;
	margin:0;
}
table.reserve_time_table td.col_left {
	width:50%;
	padding-right:10px;
}
table.reserve_time_table td.col_right {
	width:50%;
	padding-left:10px;
}
table.reserve_time_table td.noitem {
	padding-left:10px;
}
td.reserve_time_change {
	vertical-align:middle;
	text-align:center;
}
.man_list {
	padding-left:25px;
	padding-bottom:8px;
}
.line_contd {
	padding-bottom:8px;
}
.input_comment {
	padding:10px 10px 0;
}

/*太字大フォント*/
.number_large{
	font-size:large;
	font-weight:bolder;
}

/*太字特大フォント*/
.number_x-large{
	font-size:x-large;
	font-weight:bolder;
}

/*太字最大フォント*/
.number_xx-large{
	font-size:xx-large;
	font-weight:bolder;
}
/*==================================================================
  　　　　　ボタン画像表示関係
  ==================================================================*/
.button_box323{
	margin:0px auto;
	width: 323px;
}
.button_box320{
	margin:0px auto;
	width: 320px;
}
.button_box269{
	margin:0px auto;
	width: 269px;
}
.button_box209{
	margin:0px auto;
	width: 209px;
}
.button_box203{
	margin:0px auto;
	width: 203px;
}
.button_box162{
	margin:0px auto;
	width: 162px;
}
.button_img100 img{
	width:100%;
}
.button_img80 img{
	width:80%;
}
.button_img70 img{
	width:70%;
}
.button_img50 img{
	width:50%;
}
.button_input80 input{
	width:80%;
}
.button_input50 input{
	width:50%;
}
.button_center{
	text-align:center;
	width:100%;
}
.button_box323_yohaku{
	margin:15px auto;
	width: 323px;
}
/*==================================================================
  　　　　　画像関係
  ==================================================================*/
img.saidai {
	max-width:100%;
}
img.ggdc_logo {
    width: 246px;
    height: 95px;
}
/*==================================================================
  　　　　　店舗順番待ち情報関係
  ==================================================================*/
table.rs_main {
        min-width:350px;
        max-width:350px;
}
table.rs1 {
        border:1px solid;
}
table.rs1 tr.top {
        border:1px solid;
        background-color:#00b050; 
}
table.rs1 tr.val {
        border:1px solid;
        background-color:#98fb98; 
}
table.rs1 td {
        border:1px solid;
        text-align:center;
}
table.rs2 {
        border:1px solid;
}
table.rs2 tr.top {
        border:1px solid;
        background-color:#0000c0;
}
table.rs2 tr.val {
        border:1px solid;
        background-color:#d0d0ff;
}
table.rs2 td {
        border:1px solid;
        text-align:center;
        min-width:40px;
}
table.rs3 {
        border:1px solid;
}
table.rs3 tr.top {
        border:1px solid;
        background-color:#ffff00;
}
table.rs3 tr.val {
        border:1px solid;
}
table.rs3 td {
        border:1px solid;
        text-align:center;
        width:10%;
        height:25px;
}
