/* 
shop/index.html（店舗案内）
----------------------------------------------------------
■01：ページ内共通要素
■02：top
■03：div.txtbox（リード・テキスト）
■04：div#mapbox（所在地）
■05：div.accessbox（アクセス）※詳細
----------------------------------------------------------*/

/*■01：ページ内共通要素
---------------------------------------------------*/
/*ページタイトル*/
/*幅設定に関してはbace.cssにて共通化*/
h2#shop{ background:url(../img/h2_bk.gif) #98856b no-repeat 0 0;}
h2#shop span{text-indent:-9999px;}

/*h3*/
h3.sp{width:690px;height:55px;}
h3.sp span{display:block;width:690px;height:55px; text-indent:-9999px;}

h3.sp span#shibuya{background:url(../img/h3_shibuya.gif) no-repeat;}/*渋谷*/
h3.sp span#oosaka{background:url(../img/h3_oosaka.gif) no-repeat;}/*大阪*/
h3.sp span#nagoya{background:url(../img/h3_nagoya.gif) no-repeat;}/*名古屋*/
h3.sp span#fukuoka{background:url(../img/h3_fukuoka.gif) no-repeat;}/*福岡*/


/*罫線ボックス*/
#spbannerbox{border:1px solid #ccc;width:668px;padding:10px;}


/*■02：top
---------------------------------------------------*/
div.top{width:690px;height:330px; margin-bottom:20px;
text-indent:-9999px;background:url(../../img/top.jpg) no-repeat;}


/*■03：div.txtbox（リード・テキスト）
---------------------------------------------------*/
div.txtbox{width:690px; margin:10px 0;}
div.txtbox p{margin-top:10px;}
div.txtbox p.st{margin-top:0;}
div.txtbox p b{display:block;font-size:15px;color:#645742;}

/*■04：div#mapbox（所在地）
---------------------------------------------------*/
div#mapbox{width:678px; padding:5px; border:1px solid #ccc;}
div#mapbox ul.map{width:678px;overflow:hidden;}
div#mapbox ul.map li{float:left;}
div#mapbox ul.map li.lft{width:390px;}
div#mapbox ul.map li.rgt{width:288px;}
div#mapbox ul.map li.lft p{width:380px;margin-left:5px;}
div#mapbox ul.map li.rgt dl dt{ font-weight:bold;font-size:15px;color:#645742;}

/*来店キャンペーン*/
p.new_cam{margin:10px 9px;width:270px;}
p.new_cam a{text-align:center;display:block; font-weight:bold; text-decoration:underline;}

/*フォームボタン*/
a.form_btn{
display:block; margin:10px 44px;width:200px;height:35px; text-indent:-9999px;
background:url(../img/btn_o_form1.gif) no-repeat;}
a.form_btn:hover{background-position:-200px 0;}

/*QRコード*/
p.qr{display:block;margin:10px 74px;width:135px;}

/*詳細ボタン*/
a.d_btn{
display:block;margin:10px 84px; text-indent:-99999px;width:169px; height:27px;margin-top:10px;
background:url(/images/common/dbtn_tenpo.gif) no-repeat;}
a.d_btn:hover{background-position:0 100%;}


/*■05：div.accessbox（アクセス）※詳細
---------------------------------------------------*/
div.accessbox{width:678px; padding:5px; border:1px solid #ccc;}
div.accessbox ul.access{width:678px;overflow:hidden;}
div.accessbox ul.access li{float:left;width:216px;height:160px;padding:5px;}
div.accessbox ul.access li{background:url(/images/common/icon/arrow_r.gif) no-repeat 160px 40px;}
/*折り返し*/
div.accessbox ul.access li.rl{background:url(/images/common/icon/arrow_rl.gif) no-repeat 160px 40px;}
/*矢印なし*/
div.accessbox ul.access li.last{background:none;}

div.accessbox ul.access li img{ display:block;width:125px;height:100px; padding:1px;border:1px solid #ccc; margin:0;}


/*■07：div.banner（一時的なバナー貼りつけ）
---------------------------------------------------*/
div.banner{margin-bottom:20px;margin-left:auto; margin-right:auto; width:690px;}


/****************************************************************




