/* 
inquiry/index.html（問い合わせページ）
----------------------------------------------------------
■01：ページ内共通要素
■02：top
■03：visbox
----------------------------------------------------------*/

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

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

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


/*■03：visbox
---------------------------------------------------*/
/*共通部分-------------*/
h3.name{display:block;color:#6a593f;
margin-top:10px;
background:url(../../images/common/txt_list_start01.gif) no-repeat 0 50%;}
h3.name b{ padding-left:12px;font-size:18px;}

/*日付・時間・アイコン*/
.visbox dl.dti{width:666px;overflow:hidden; border:1px solid #a28e6d;}
.visbox dl dt,.visbox dl dd{float:left;}
/*日付*/
.visbox dl dt.day{width:273px;padding:3px 5px;background-color:#a28e6d; color:#fff;}
.visbox dl dt.day span{white-space:nowrap;font-size:15px; font-weight:bold;}
/*時間*/
.visbox dl dd.time{width:268px;padding:3px 5px;}
.visbox dl dd.time span{white-space:nowrap;font-size:15px;font-weight:bold;color:#6a593f;}
/*icon*/
.visbox dl dd.icon{width:105px; padding-top:4px;}
.visbox dl dd.icon p{width:105px;height:25px; text-indent:-9999px;}
.visbox dl dd.icon p.i01{background:url(../img/icon01.gif) no-repeat;}
/*注意文*/
.visbox em{display:block; width:668px; font-size:12px; text-align:right; color:#666;}

/*写真とテキスト*/
.visbox ol.bace{width:688px;overflow:hidden;}
.visbox ol.bace li{float:left;padding:5px;}
.visbox ol.bace li.pct{width:150px;}
.visbox ol.bace li.pct p{width:148px; border:1px solid #ccc;}
.visbox ol.bace li.txt{width:504px;color:#6a593f;font-weight:bold; line-height:1.8em;}


.visbox ol.bace li.txt h4{display:block;width:100px; height:25px; text-indent:-9999px;
background:url(../img/stxt_i01.gif) no-repeat; margin-bottom:3px;}
.visbox ol.bace li.txt h4.p01{background:url(../img/stxt_i01.gif) no-repeat;}
.visbox ol.bace li.txt h4.p02{background:url(../img/stxt_i02.gif) no-repeat;}


/*ご来店予約など*/
.visbox ul.stxt{width:668px; margin-top:10px;}
.visbox ul.stxt li{width:668px; padding:5px 0;}
.visbox ul.stxt li.i01{background:url(../img/stxt_i01.gif) no-repeat 3px 50%;}/*ご来店特典*/
.visbox ul.stxt li.i02{background:url(../img/stxt_i02.gif) no-repeat 3px 50%;}/*ご来店特典*/
.visbox ul.stxt li span{margin-left:110px;width:558px;display:block;color:#6a593f;font-weight:bold;}


/*電話番号 MAP*/
.visbox a{
display:block;width:668px;height:77px;text-indent:-9999px;
background:url(../../images/common/inquiry_add.jpg) no-repeat;}
.visbox .a01{background-position:0 0;}
.visbox .a01:hover{background-position:100% 0;}
.visbox .a02{background-position:0 -77px;}
.visbox .a02:hover{background-position:100% -77px;}
.visbox .a03{background-position:0 -154px;}
.visbox .a03:hover{background-position:100% -154px;}
.visbox .a04{background-position:0 -231px;}
.visbox .a04:hover{background-position:100% -231px;}
.visbox .a05{background-position:0 -308px;}
.visbox .a05:hover{background-position:100% -308px;}

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



