@charaset : utf-8;
@media screen and (max-device-width: 480px){
    img {
        max-width: 100%;
        height: auto;
    }
}

/**** default set *****/

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,strong, sub, sup, var,dl, dt, dd, ol, ul, li,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #252525;
    font: 100%/1.5 sans-serif;
    background: #fff;
    -webkit-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
}

article, aside, dialog, figure, footer, header,hgroup, nav, section {
    display: block;
}

nav ul,
section li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color:#ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align:middle;
}

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

#header .siteNav {
/*    background: -moz-linear-gradient(center top , #fff, #eee) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
*/
background: #fff;
}

#header h1,#siteLogo {
    font-size: 12px;
    text-align: center;
    padding: 5px 0px 5px;
}

#header h1 a,#siteLogo a {
    display: block;
}

#header .adBanner {
    padding-bottom: 3px;
    text-align: center;
}

#header nav h2 {
    font-size: 16px;
    color: #000;
    padding: 5px;
    border-top: solid 1px #f8f8f8;
    background: -moz-linear-gradient(center top , #fff, #efefef) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#efefef));
    text-shadow: -1px -1px #fff;
}

#header nav ul {
/*    font-size: 12px;*/
    padding: 5px 5px 0px;
/*    border-top: solid 2px #ff9146;*/
    border-bottom: solid 1px #ccc;
    background: -moz-linear-gradient(center top , #e8e8e8, #f8f8f8) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#e8e8e8), to(#f8f8f8));
}

#header nav ul#localNav {
    border-bottom: none;
    border-bottom: solid 2px #ff9146;
}

#header nav ul li {
    margin: 0px 5px 5px 0px;
    display: inline-block;
    border: solid 1px #999;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    background: -moz-linear-gradient(center top , #f8f8f8, #dfdfdf) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#dfdfdf));
}

    #header nav ul li#thispage {
        border-color: #ccc;
    }

#header nav ul li a {
    color: #000;
    font-weight: bold;
    text-shadow: -1px -1px #f8f8f8;
    display: block;
    padding: 3px 8px;
}

    #header nav ul li#thispage .home {
        color: #fff;
        text-shadow: -1px -1px #EF7600;
        background: -moz-linear-gradient(center top , #ff9146, #EF7600) repeat scroll 0 0 transparent;
        background: -webkit-gradient(linear, center top, center bottom, from(#ff9146), to(#ef7600));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
}

    #header nav ul li .home {
/*font-size: 11px;*/
padding: 3px 5px;
    }  

    #header nav ul li.twitter {
background: none;
border: none;
display: block;
padding: 0;
margin: 0;
float: right;
        vertical-align: middle;
    }

    #header nav ul li.twitter a {
background: none;
border: none;
padding: 0;
margin: 0;
    }

    #header nav ul li.twitter img {
        vertical-align: middle;
        margin-top: 5px;
    }

    #header nav ul li#thispage a.yokohama {
        color: #fff;
        text-shadow: -1px -1px #3D6FE0;
        background: -moz-linear-gradient(center top , #5D85E5, #3D6FE0) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#5d85e5), to(#3d6fe0));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    }

    #header nav ul li a.yokohama span {
        background: url(/common/images/tab_icon_01.gif) no-repeat 100% 50%;
        padding-right: 18px;
    }

    #header nav ul li#thispage a.kawasaki {
        color: #fff;
        text-shadow: -1px -1px #ECAA00;
        background: -moz-linear-gradient(center top , #F3B41B, #ECAA00) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#f3b41b), to(#ecaa00));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    }

    #header nav ul li a.kawasaki span {
        background: url(/common/images/tab_icon_02.gif) no-repeat 100% 50%;
        padding-right: 18px;
    }

    #header nav ul li#thispage a.sagamihara {
        color: #fff;
        text-shadow: -1px -1px #4CA410;
        background: -moz-linear-gradient(center top , #55BA12, #4CA410) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#55ba12), to(#4ca410));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    }

    #header nav ul li a.sagamihara span {
        background: url(/common/images/tab_icon_03.gif) no-repeat 100% 50%;
        padding-right: 18px;
    }

    #header nav ul li#thispage a.yokosuka {
        color: #fff;
        text-shadow: -1px -1px #BF1755;
        background: -moz-linear-gradient(center top , #E22672, #D21557) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#e22672), to(#d21557));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    }

    #header nav ul li a.yokosuka span {
        background: url(/common/images/tab_icon_05.gif) no-repeat 100% 50%;
        padding-right: 18px;
    }

    #header nav ul li#thispage a.kenou {
        color: #fff;
        text-shadow: -1px -1px #E82301;
        background: -moz-linear-gradient(center top , #F54F35, #E82301) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#f54f35), to(#e82301));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    }

    #header nav ul li a.kenou span {
        background: url(/common/images/tab_icon_04.gif) no-repeat 100% 50%;
        padding-right: 18px;
    }

    #header nav ul li#thispage a.shonan {
        color: #fff;
        text-shadow: -1px -1px #0099CB;
        background: -moz-linear-gradient(center top,#01ACE4,#0099CB) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#01ace4), to(#0099cb));
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    }

    #header nav ul li a.shonan span {
        background: url(/common/images/tab_icon_06.gif) no-repeat 100% 50%;
        padding-right: 18px;
    }

/*** contents ***/

body#index #contents h1.headline {
    font-size: 16px;
    color: #fff;
    padding: 5px;
    border-top: solid 1px #fa0;
    background: -moz-linear-gradient(center top , #ff9146, #EF7600) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#ff9146), to(#ef7600));
    text-shadow: -1px -1px #DF6E00;
    clear: both;
}

body#yokohama #contents h1.headline {
    color: #fff;
    padding: 5px;
    border-top: solid 1px #E3EBFF;
    border-bottom: none;
    background: -moz-linear-gradient(center top , #5D85E5, #3D6FE0) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#5d85e5), to(#3d6fe0));
    text-shadow: -1px -1px #3364CF;
    clear: both;
}

body#kawasaki #contents h1.headline {
     color: #fff;
     padding: 5px;
     border-top: solid 1px #E3F6FA;
     border-bottom: none;
     background: -moz-linear-gradient(center top , #F3B41B, #ECAA00) repeat scroll 0 0 transparent;
     background: -webkit-gradient(linear, center top, center bottom, from(#f3b41b), to(#ecaa00));
     text-shadow: -1px -1px #DFA200;
     clear: both;
}

body#sagamihara #contents h1.headline {
    color: #fff;
    padding: 5px;
    border-top: solid 1px #E3F6FA;
    border-bottom: none;
    background: -moz-linear-gradient(center top , #55BA12, #4CA410) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#55ba12), to(#4ca410));
    text-shadow: -1px -1px #448F11;
    clear: both;
}

body#kenou #contents h1.headline {
    color: #fff;
    padding: 5px;
    border-top: solid 1px #E3F6FA;
    border-bottom: none;
    background: -moz-linear-gradient(center top , #F54F35, #E82301) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#f54f35), to(#e82301));
    text-shadow: -1px -1px #DF1F00;
    clear: both;
}

body#yokosuka #contents h1.headline {
    color: #fff;
    padding: 5px;
    border-top: solid 1px #E3F6FA;
    border-bottom: none;
    background: -moz-linear-gradient(center top , #E22672, #D21557) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#e22672), to(#d21557));
    text-shadow: -1px -1px #BF1755;
    clear: both;
}

body#shonan #contents h1.headline {
    color: #fff;
    padding: 5px;
    border-top: solid 1px #E3F6FA;
    border-bottom: none;
    background: -moz-linear-gradient(center top , #01ACE4, #0099CB) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#01ace4), to(#0099cb));
    text-shadow: -1px -1px #0092BF;
    clear: both;
}

body #contents h1.headline a {
    text-shadow: none;
}

body #contents section h1 {
    color: #EF6B00;
    border-bottom: solid 2px #EF6B00;
    padding: 8px;
    background: -moz-linear-gradient(center top , #fefefe, #eee/* #FFF6EF, #FFE4CF*/) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#eee));/*from(#FFF6EF), to(#FFE4CF));*/
    text-shadow: -1px -1px #efefef;
    clear: both;
    position: relative;
}

#contents h1 span {
    font-size: 85%;
    font-weight: normal;
    border: solid 1px #999;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding: 2px 4px;
    background: -moz-linear-gradient(center top, #f8f8f8, #eee) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#eee));
    display: inline-block;
    float: right;
    margin-top: -1px;
}

#contents h1 span a {
    background: url(/common/images/icon_arrow.gif) no-repeat 0% 50%;
    padding-left: 12px;
}

#contents article {
    padding: 5px;
}

#contents article.first {
    background: none;
}

#contents li {
    border-top: #fcfcfc;
    border-bottom: solid 1px #ccc;
    background: -moz-linear-gradient(center top , #fff, #f8f8f8) repeat scroll 0% 0% transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#f8f8f8));
    width: 100%;
    float: left;
}

#contents article span {
    color: #666;
/*    font-size: 13px;*/
    font-size: 90%;
    display: inline-block;
}

/*
    #contents article span.yokohama a {
        color: #fff;
        text-shadow: -1px -1px #3B77BF;
        padding: 2px 3px;
        border: solid 1px #ccc;
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
        background: -moz-linear-gradient(center top , #5D85E5, #3D6FE0) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#5d85e5), to(#3d6fe0));
    }

    #contents article span.kawasaki a {
        color: #fff;
        text-shadow: -1px -1px #DF9D00;
        border: solid 1px #ccc;
        padding: 2px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
        background: -moz-linear-gradient(center top , #F3B41B, #ECAA00) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#f3b41b), to(#ecaa00));
    }

    #contents article span.sagamihara a {
        color: #fff;
        text-shadow: -1px -1px #4CA410;
        border: solid 1px #ccc;
        padding: 2px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
        background: -moz-linear-gradient(center top , #55BA12, #4CA410) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#55ba12), to(#4ca410));
    }

    #contents article span.kenou a {
        color: #fff;
        text-shadow: -1px -1px #CF280C;
        border: solid 1px #ccc;
        padding: 2px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
        background: -moz-linear-gradient(center top , #F54F35, #EC2103) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#f54f35), to(#ec2103));
    }

    #contents article span.yokosuka a {
        color: #fff;
        text-shadow: -1px -1px #BF1755;
        border: solid 1px #ccc;
        padding: 2px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
        background: -moz-linear-gradient(center top , #E22672, #D21557) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#e22672), to(#d21557));
    }

    #contents article span.shonan a {
        color: #fff;
        text-shadow: -1px -1px #0092BF;
        border: solid 1px #ccc;
        padding: 2px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
        background: -moz-linear-gradient(center top,#01ACE4,#0099CB) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, center top, center bottom, from(#01ace4), to(#0099cb));
    }
*/

#contents article span {
    background: -moz-linear-gradient(center top , #fff, #f8f8f8) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
}

#contents article h2 span.shopname {
    background: none;
}

#contents article span.subTitle {
    background: none;
}

#contents article span a {
    font-size: 90%;
    padding: 1px 5px 1px 17px;
    text-shadow: none;
    background: url(/common/images/icon_arrow.gif) no-repeat 5px 50%;
    border: solid 1px #ccc;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}


#contents article h2 {
    display: inline-block;
    margin-right: 10px;
}

#contents article.first h2 {
    display: block;
    margin-bottom: 10px;
}

#contents article p {
/*    font-size: 86%;*/
    margin-bottom: 10px;
}


#contents article.first h2 span {
    display: block;
    color: #666;
/*    font-size: 13px;*/
    font-size: 90%;
}

#contents article.first .caption img,
#contents article.first img.thumbnail {
    border: solid 1px #ccc;
    margin: 0px 0px 5px 5px;
    float: right;
}

#contents article.first .caption {
    width: 90px;
    float: right;
    font-size: 12px;
    color: #999;
    margin: 0px 0px 10px 10px;
}

#contents article.first .caption img {
    margin-bottom: 5px;
}

#contents article time {
    font-size: 13px;
    display: inline-block;
    color: #666;
}

#contents section.entry article time {
    margin-bottom: 15px;
    display: block;
}

#contents article a {
    display: block;
}

#contents article p a {
    display: inline;
    text-decoration: underline;
}

#contents section nav {
    clear: both;
}

#contents nav .prev a,
#contents nav .next a {
    color: #fff;
    padding: 5px;
    font-size: 13px;
    text-shadow: -1px -1px #666;
    border: solid 1px #666;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    background: -moz-linear-gradient(center top , #aaa, #666) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#aaa), to(#666));
}

#contents nav {
    width: 100%;
    padding: 10px 0px;
    clear: both;
    text-align: center;
}

#contents nav div {
    width: 33%;
    display: inline-block;
}

#contents nav .prev a,
#contents nav .next a {
    color: #fff;
}

#contents nav .prev {
    
}

/*** footer ***/

#footer {
    clear: both;
}
#footer nav ul a {
    color: #fff;
}

#footer nav ul {
    margin-bottom: 5px;
    border-top: solid 3px #ccc;
    border-bottom: solid 3px #ccc;
    text-align: center;
    background: -moz-linear-gradient(center top , #bfbfbf, #7f7f7f) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top, center bottom, from(#bfbfbf), to(#7f7f7f));
}

#footer nav ul li {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    text-shadow: -1px -1px #777;
    display: inline-block;
    border-right: solid 1px #6f6f6f;
    border-left: solid 1px #acacac;
}

#footer nav ul li.start {
    border-left: none;
}

#footer nav ul li.end {
    border-right: none;
}

#footer nav div {
    font-size: 12px;
    text-align: center;
}

#footer .copyright {
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}

/*** pagenavigation ***/

#Pagination {
    font-size: 95%;
    clear: both;
    padding: 15px 5px;
    text-align: center;
}

#Pagination span {
    margin-right: 4px;
}

#Pagination a {
    padding: 5px 6px;
    border: solid 2px #f90;
    margin-right: 4px;
}

#Pagination span.current {
    background: #f90;
    color: #fff;
    border: solid 2px #f90;
    padding: 5px 6px;
}

/*** entryPhotos ***/

#contents .entry article ul.entryPhotos li {
    margin: 0px 0px 10px;
    float: none;
    border: none;
    font-size: 12px;
    color: #999;
}

#contents .entry article.first ul.entryPhotos li img {
    float: none;
}



/*** SNS ***/
#snsList{

}
#snsList dd{
float:left;
padding:2px 4px;
}

#snsList dd .BM {
vertical-align:top;
width:50px;
}

#snsList dd .fb-like{
vertical-align:top;
width:150px;
}
#snsList dd span{
background:none !important;
}

/*** textAd 2012/11/8 ********************************************/

.textAd{
color:#333;
clear:both;
}
.textAd dl{
border-bottom:#CCC solid 1px;
padding:10px 10px 8px 10px;
position:relative;
}
.textAd dl:nth-last-child(){
border-bottom:none;
}
.textAd dt a{
color:#0066FF;
font-size:110%;
font-weight:bold;
}
.textAd dd a{
color:#008000;
font-size:90%;
}
.textAd dd.adPr{
position:absolute;
top:10px;
right:10px;
font-size:10px;
}
