@charset "UTF-8";

/* base
--------------------------------------*/
html, body { height:100%;}
* { outline:medium none;}

body, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, div, dl, dt, dd, ol, ul, li, th, td, form, input, fieldset, textarea {
    margin: 0;
    padding: 0;
}
h1, h2, h2, h3, h5, h6  {  font-size: 100%; }

/* フォント指定
--------------------------------------*/
body {
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 150%;
    color: #333;
    font-size: 12px;
}
* + html body {
    font-family: "メイリオ","Meiryo";
}

/* h1,h2,h3,h4
---------------------------------------------*/
h1,h2{

}
h3{
    color: #F08500;
    font-weight: bold;
    font-size: 125%;
    margin: 0 0 5px;
}
h4{
    background: url(../images/icon_indent.png) repeat-y left top;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    font-size: 15px;
}




/* ul li
---------------------------------------------*/
ul, li {list-style: none;}

/* margin
---------------------------------------------*/
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}

.mt10{ margin-top: 10px;}

.ml15{ margin-left: 15px;}

/* width
---------------------------------------------*/
.W120{ width: 120px;}
.W135{ width: 135px;}
.W150{ width: 150px;}
.W155{ width: 155px;}
.W160{ width: 160px;}
.W260{ width: 260px;}
.W300{ width: 300px;}
.W305{ width: 305px;}
.W440{ width: 440px;}
.W450{ width: 450px;}
.W480{ width: 480px;}
.W655{ width: 655px;}

/* font
---------------------------------------------*/
.txt80{ font-size: 80%;}
.txtL{ text-align: left;}
.txtR{ text-align: right;}
.txtC{ text-align: center;}
.txtPink{ color: #ff0700; font-weight: bold;}

/* float
---------------------------------------------*/
.ColL{ float: left;}
.ColR{ float: right;}

/* a
--------------------------------------*/
a:link { color: #f08500; }
a:visited { color: #f08500;}
a:hover { color: #f08500; text-decoration: none;}
a img { border: none;}

/* 半透明
--------------------------------------*/
a:hover img{
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    background:none!important;
}

/* table
--------------------------------------*/
table{
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}
table th{
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table td{
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/* dl dt dd
---------------------------------------------*/
dl.dlPrivacy{ margin: 10px 0 0;}
dl.dlPrivacy dt{
    color: #F08500;
    font-weight: bold;
}
dl.dlPrivacy dd{
    margin: 0 0 10px;
}

/* breadcrumbs
---------------------------------------------*/
ul#breadcrumbs{
    font-size: 11px;
    margin: 10px 0;
    clear: both;
}
ul#breadcrumbs li{ display: inline; }

ul.news li{
    background:url(../images/icon_new.png) left center no-repeat;
    padding:3px 5px 3px 50px;
}

/*form
---------------------------------------------*/
input{
    padding: 4px;
    margin-right: 5px;
    font-size: 12px;
}
textarea{
    padding: 4px;
    font-size: 12px;
}

/* Box
---------------------------------------------*/
.NormalBox{
    padding: 10px;
    border: 1px solid #ccc;
}
.SectionBox{
    margin-bottom: 20px;
    background: url(../images/box_bg.png) repeat-y left top;
}

.SectionBox-title{
    background: url(../images/h2_title.png) no-repeat left top;
    line-height: 2;
    padding: 0 10px;
}

.SectionBox-title h1,
.SectionBox-title h2{
    float: left;
    font-size: 125%;
}

.SectionBox-title a.morelink{
    float: right;
    margin-top: 4px;
}

.SectionBox .Inner{
    background: url(../images/box_bottom.png) no-repeat left bottom;
    padding: 10px 15px;
}

.SectionBox a.morelink-block{
    display: block;
    margin: 0.5em 0;
    background-color: #f08500;
    text-align: center;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    font-size: 1.2em;
}
.SectionBox a.morelink-block:hover,
.SectionBox a.morelink-block:focus{
    background-color: #f0a530;
}

.SectionBox.gold{
    margin-bottom: 20px;
    background: url(../images/box_bg_gold.png) repeat-y left top;
}

.SectionBox.gold .Inner{
    background: url(../images/box_bottom_gold.png) no-repeat left bottom;
    padding: 10px 15px;
}
.SectionBox-title.gold{
    background: url(../images/h2_title_gold.png) no-repeat left top;
    line-height: 2;
    padding: 0 10px;
}



.RightSectionBox{
    margin-bottom: 20px;
}

.RightSectionBox .Inner{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    text-align: center;
}
.RightSectionBox h2{
    background:url(../images/right_title.png) no-repeat left top;
    font-size: 125%;
    line-height: 2;
    padding: 0 10px;
}
.RightSectionBox #txtSearch{
    border: 2px solid #999;
    padding: 5px 15px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}


.serachRsultText{
    font-size: 14px;
    font-weight: bold;
}

.DotBox,
.DotBoxF{
    border-bottom: 1px #ccc dotted;
    padding: 0 0 10px;
    margin: 10px 0 0;
}
.DotBoxF{ margin: 0;}
.GrayBox{
    background-color: #f3f3f3;
    padding: 10px;
    margin: 10px 0 0;
    clear: both;
}
.GrayBox h4{
    background: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px;

}
#BannerBox{
    padding: 10px 0 0;
    clear: both;
    text-align: center;
}
#AdBox{
    margin: 10px 0 0;
    border: 1px solid #aaa;
}
#AdBox div{ background: none!important;}
#PrivacyBox{
    margin: 15px 0 5px;
    padding: 10px;
    height: 195px;
    overflow: auto;
    border: 1px solid #ccc;
}
/* container
--------------------------------------*/
#container {
    font-size: 12px;
    height: 100%;
    min-height: 100%;
    position: relative;
    background: url(../images/bg.png) repeat-x left top;
}
body > #container{ height: auto;}

/* header
--------------------------------------*/
#header {
    width: 970px;
    margin:20px auto 0px auto;
    padding: 0;
}

/* navi
--------------------------------------*/
ul#navi{ height: 37px; margin-top:10px;}
ul#navi li,
ul#navi li.first{
    float: left;
    line-height: 2.8;
    background: url(../images/navi_line.png) no-repeat right top;
    padding: 0 15px;
}
ul#navi li.first{ padding: 0 15px 0 0;}
ul#navi li a{
    display: block;
    color: #fff;
    text-decoration: none;
}
ul#navi li a:hover{	text-decoration: underline; }

/*////////////////////////////////////////////*/
/*                                            */
/* contents                                   */
/*                                            */
/*////////////////////////////////////////////*/
#contents{
    width: 970px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* Area
--------------------------------------*/
ul.Area li{
    float: left;
    width: 90px;
    display: block;
    line-height: 1.5;
    padding: 0 0 0 10px;
    background: url(../images/Icon_arrow.png) no-repeat left center;
}

/* Sitemap
--------------------------------------*/
ul.sitemap li{
    float: left;
    width: 190px;
    display: block;
    line-height: 2.5;
    padding: 0 0 0 10px;
    background: url(../images/Icon_arrow.png) no-repeat left center;
}

/* Cities
--------------------------------------*/
ul.cities{ margin: 0 0 20px;}
ul.cities li{
    float: left;
    width: 190px;
    display: block;
    line-height: 2;
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #aaa;
}
.title{
    background-color: #F3F3F3;
    font-weight: bold;
    margin:0 0 5px;
    padding: 5px 10px;
    font-size: 15px;
}

/* PicUp
--------------------------------------*/
ul#PicUp li,
ul#PicUp li.last{
    width: 96px;
    float: left;
    margin: 0 9px 0 0;
}
ul#PicUp li.last{ margin: 0;}

/* ShopList
--------------------------------------*/
h3.IconNew{
    background: url(../images/icon_new.png) no-repeat left top;
    padding: 0 0 0 45px;
    line-height: 1.3;
}

/* Lanking
--------------------------------------*/
h2#h2Lanking{
    background: url(../images/title_pickup.png) no-repeat left top;
    line-height: 2.2;
    padding: 0 0 0 50px;
}
h3.IconLanking01,h3.IconLanking02,h3.IconLanking03,h3.IconLanking04,h3.IconLanking05,
h3.IconLanking06,h3.IconLanking07,h3.IconLanking08,h3.IconLanking09,h3.IconLanking10{
    padding: 0 0 0 55px;
    line-height: 1.3;
}
h3.IconLanking01{ background: url(../images/icon_lanking01.png) no-repeat left top;}
h3.IconLanking02{ background: url(../images/icon_lanking02.png) no-repeat left top;}
h3.IconLanking03{ background: url(../images/icon_lanking03.png) no-repeat left top;}
h3.IconLanking04{ background: url(../images/icon_lanking04.png) no-repeat left top;}
h3.IconLanking05{ background: url(../images/icon_lanking05.png) no-repeat left top;}
h3.IconLanking06{ background: url(../images/icon_lanking06.png) no-repeat left top;}
h3.IconLanking07{ background: url(../images/icon_lanking07.png) no-repeat left top;}
h3.IconLanking08{ background: url(../images/icon_lanking08.png) no-repeat left top;}
h3.IconLanking09{ background: url(../images/icon_lanking09.png) no-repeat left top;}
h3.IconLanking10{ background: url(../images/icon_lanking10.png) no-repeat left top; padding: 0 0 0 60px;}

/*////////////////////////////////////////////*/
/*                                            */
/* details                                    */
/*                                            */
/*////////////////////////////////////////////*/
#ShopBox{
    background: url(../images/shop_name_bg.png) repeat left top;
    padding: 10px;
    margin-bottom: 15px;
}
#ShopBox h3{
    font-size: 25px;
    line-height: 1.3;
    color: #333;
    margin: 0;
}
#ShopBox h3 span{
    font-size: 12px;
    font-weight: normal;
}
#ShopBox p{
    display: block;
    background: url(../images/Icon_tel.png) no-repeat left center;
    padding: 0 0 0 15px;
    line-height: 20px;
    font-size: 15px;
    margin: 5px 0 0;
}
#Introduction img{
    float: left;
    margin: 0 10px 10px 0;
}
#Introduction span{
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
}

ul#ShopTab{ background:url(../images/tab_bg.png) repeat-x left top;}
ul#ShopTab li{
    background: url(../images/tab_def.png) no-repeat left top;
    height: 39px;
    line-height: 39px;
    width: 126px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 0 5px 0 0;
    text-align: center;
}

ul#ShopTab li.Act{
    background: url(../images/tab_act.png) no-repeat left top;
}

/* vt
--------------------------------------*/
.vt_contents {
    font-size: 0;
}
.vt{
    font-size: 13px;
    display: inline-block;
    margin: 0 3px 10px;
}
.vt table.lank{
    width: 157px;
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}
.vt table.lank td,
.vt table.lank th{
    border: none;
    padding: 5px;
    width: 100%;
}
.vt div.t3{
    text-align: center;
}
.vt .shopname{
    font-weight: bold;
    text-align: center;
}
.vt .shopname a{
    text-decoration: none;
}
.vt .shoptel{
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.vt div.t3 .link-arrow{
    line-height: 140%;
}
.vt div.t3 p{
    margin-bottom: 10xp;
}
.vt div.t3 img{
    width: 100%;
    margin-bottom: 10px;
}
.vt .photo img{
    width: 100%;
}

/**エリア色分け**/
.vt .areatag{
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 8px;
    font-size: inherit !important;
    font-weight: bold;
}
.vt .areatag.aichi{
    background: #f33575;
}
.vt .areatag.gifu{
    background: #2c8ea7;
}
.vt .photo_wrap{
    background: #f7e8ed;
}


/* border
---------------------------------------------*/
.border iframe{ border: 1px solid #aaa;}

/*////////////////////////////////////////////*/
/*                                            */
/* side　　                                   */
/*                                            */
/*////////////////////////////////////////////*/
#Mobile h3{
    background: url(../images/icon_mobile.png) no-repeat left top #fa8d8a;
    padding: 0 0 0 25px;
    margin: 0;
    line-height: 2;
    color: #333;
    font-size: 13px;
}
#Mobile #MobileInner{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}
#Mobile #MobileInner img{
    float: left;
    padding: 0 10px 0 0;
}

#Movie{ margin: 0px 0 0; border-bottom:1px solid #ddd;}
#Movie h3{
    background: url(../images/icon_movie.png) no-repeat left top #fa8d8a;
    padding: 0 0 0 25px;
    margin: 0;
    line-height: 2;
    color: #333;
    font-size: 13px;
}

a.shoptitle{
    background: url("../images/Icon_arrow.png") no-repeat scroll left center transparent;
    line-height: 1.5;
    padding: 0 0 0 10px;
}

#Movie .MovieInner{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    border-bottom:1px dashed #ddd;
}
#Movie .MovieInner img{
    float: left;
    padding: 0 10px 0 0;
}


.SideBox{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 10px 20px;
    margin-top: 10px;
}
.SideBox ul{
    border-bottom: 1px dotted #aaa;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.SideBox ul li a{
    line-height: 1.5;
    padding: 0 0 0 10px;
    background: url(../images/Icon_arrow.png) no-repeat left center;
}

/*** ↓20120515追加分↓ ***/
ul.type li{
    width: 135px;
    display: block;
    float: left;
}
.searchBox{
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #E3E3E3;
}
.searchBox .GrayBox input,.searchBox .GrayBox span{ vertical-align: middle;}
ul#AreaShop li{
    width: 94px;
    height: 150px;
    overflow: hidden;
    padding: 0 5px 20px;
    float: left;
}

#BtnSearch {
    border: 0 none;
    height: 27px;
    width: 105px;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../images/btn_search.png);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

/* pagination
--------------------------------------*/
.totalCount{
    font-size: 16px;
    font-weight: bold;

}
div.pager{
    position:relative;
    overflow:hidden;
}
div.pager ul.pagination{
    margin-bottom: 10px;
    position: relative;
    left: 50%;
    float: left;
    font-size: 11px;
}
div.pager li{
    position: relative;
    left: -50%;
    float: left;
    margin: 0 3px;
}
div.pager li a,div.pager li span{
    padding: 1px 5px;
    position: relative;
    display: block;
    border: 1px solid #F08500;

}
div.pager li span.active,
div.pager li span.disabled{ border: 1px solid #aaa;}


ul.PickupList { margin: 10px 21px 0;}
ul.PickupList li{
    width: 89px;
    height: 110px;
    overflow: hidden;
    padding: 0 4px;
    margin: 0 0 10px;
    float:left;
    font-size: 80%;
    line-height: 1.5;
}
/*** ↑20120523追加分↑ ***/

/*** ↓20120525追加分↓ ***/
ul#ShopTab li span{
    background: url(../images/icon_tab.png) no-repeat left center;
    padding: 0 0 0 18px;
}
ul#ShopTab li a{ text-decoration: none; color: #333;}
ul#ShopTab li a:hover{ text-decoration: underline;}
ul#ShopTab li.act{
    background: url(../images/tab_act.png) no-repeat left top;
}
#ui-tab div p img{
    float: right;
    margin: 0 0 10px 10px;
}
#ui-tab div h5{
    color: #FA6A66;
    margin-bottom: 2px;
}
#ui-tab .service{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/*** ↑20120525追加分↑ ***/


/* footer
--------------------------------------*/
#footer{
    min-width: 970px;
    color: #fff;
}

#footer > .footer-top{
    border-bottom: 3px double #290003;
}
#footer > .footer-top > .footer-top-inner{
    margin: auto;
    width: 960px;
    text-align: right;
}

#footer > .footer-top > .footer-top-inner > a{
    display: inline-block;
    width: 106px;
    height: 28px;
    background: url(../images/btn_pagetop.png) no-repeat right bottom;
    margin-bottom: -2px;
}
#footer > .footer-top > .footer-top-inner > a:hover{
    background-position: top;
}
#footer > .footer-main{
    background-color :#290003;
    padding: 20px 0;
    text-align:center;
}
#footer > .footer-main a{
    color: #fff;
    text-decoration: none;
}
#footer > .footer-main a:hover{
    text-decoration: underline;
}
#footer > .footer-main > ul{
    margin: auto;
    width: 870px;
}
#footer > .footer-main > ul > li{
    display: inline;
    white-space: nowrap;
}
#footer > .footer-main > p{
    margin-top: 10px;
}

div.shopinfo{
    width:183px;
    height: 130px;
    font-size:11px;
    line-height: 1.2em;
    float:left;
    background:#f3f3f3;
    margin:0px 5px 10px 0px;
    padding:10px;
}

div.shopinfo .shopinfo-title{
    max-height: 52px;
    overflow: hidden;
    display: block;
}


div.shopinfo img {
    float: left;
    margin-right: 5px;
}

.phone{
    background:url(../images/phone.png) left top no-repeat;
    padding-left:18px;
}


.time{
    background:url(../images/time.png) left top no-repeat;
    padding-left:18px;
    white-space:normal;
}

/*-- InnerBlog --*/
.InnerBlog {
    padding: 0px;
    border-bottom:1px solid #dedede;
}

.InnerBlog div.post {
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 20px;
}

.InnerBlog h3 {
    /*background: url("../images/icon_indent.png") repeat-y scroll left top transparent;*/
    font-size: 15px;
    margin: 15px 0px 10px 0px;
    /*padding: 0 0 0 15px;*/
}

.blog_info ul {
    background-color: #ffffe2;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.InnerCast{
    padding: 10px 15px 20px;
    border-bottom:1px solid #dedede;
}

.InnerCast div.post {
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 0px;
    margin-bottom:15px;
}

.InnerCast img {
    float: left;
    margin-right: 10px;
    padding-bottom:5px;
}

.InnerMovie {
    padding: 10px 15px 20px;
    border-bottom:1px solid #dedede;
}

.InnerMovie div.post {
    border-bottom: 1px dotted #AAAAAA;
    padding-bottom: 10px;
    margin-bottom:15px;
    overflow:hidden;
}

.ContentsBox {
    margin: 5px 0 15px;
}

.pink{color:#e50090;}



/* clearfix
--------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
