@charset "Shift_JIS";


/* Navigation
============================================================ */
.hpb-layoutset-01 #hpb-nav{
    margin: 7px 0 0;
}
.hpb-layoutset-02 #hpb-nav{
    margin: 60px 0 0;
}

#hpb-nav ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#hpb-nav ul li{
    width: 100%;
    line-height: 1.0;
    overflow: hidden;
}
#hpb-nav ul li:nth-child(odd){
    background-color: #e6e6e6;
    background-image : url(nav_arrow_00_2.png);
    background-position: 300px 17px;
    background-repeat: no-repeat;
}
#hpb-nav ul li:nth-child(even){
    background-color: #f5f5f5;
    background-image : url(nav_arrow_00_2.png);
    background-position: 300px 17px;
    background-repeat: no-repeat;
}

#hpb-nav ul li a{
    display: block;
    height: 33px;
    padding: 11px 15px 0 15px;
    color: #727171;
    text-decoration: none;
    overflow: hidden;
}
#hpb-nav span{
    display: block;
    height: 22px;
    font-weight: normal;
}
#hpb-nav span.en, #hpb-nav span.ja{
    float: left;
    font-size: 18px;
}
#hpb-nav span.en{
    display: none;
}
#hpb-nav span.ja
{
}


/* Footer Navigation
============================================================ */
#hpb-footerNav ul{
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#hpb-footerNav ul li{
    display: inline-block;
    height: 39px;
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: 15px;
    text-indent: -9999px;
}
#hpb-footerNav ul li a{
    display: block;
    background: #b5b5b5;
    margin: 0;
    height: 39px;
    text-decoration: none;
}
#hpb-footerNav ul li a span{
    display: block;
    height: 39px;
    margin: 0 auto;
}
#hpb-footerNav ul li#home a span.ja, #hpb-footerNav ul li#home a span.en{
    background-image : url(ico_home_00_2.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}
#hpb-footerNav ul li#pagetop a span.ja, #hpb-footerNav ul li#pagetop a span.en{
    background-image : url(ico_pagetop_00_2.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}
#hpb-footerNav ul li#home a span.en, #hpb-footerNav ul li#pagetop a span.en{
    display: none;
}

/* footerExtra1 */
#hpb-footerExtra1 ul li a{
    background-image : url();
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 7px;
    color: #1e5fc4;
    font-size: 18px;
    text-decoration: underline;
}


/* Main Contents
============================================================ */
/* header logo */
#hpb-headerLogo{
    background: #000;
    height: 44px;
    padding: 20px 0 0 15px;
    text-indent: -9999px;
}
.hpb-layoutset-02 #hpb-headerLogo{
    height: 32px;
    padding: 8px 0 0 15px;
}

#hpb-headerLogo a{
    display: block;
    background-image : url(header_title_07_2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 33px;
    width: 290px;
}
.hpb-layoutset-02 #hpb-headerLogo a{
    background-image : url(header_title_07_2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* title image */
.hpb-layoutset-01 #hpb-title{
    background-image : url(bg_mainvisual_07_2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 159px;
    text-indent: -9999px;
    overflow: hidden;
}


/* Top Page
============================================================ */
.hpb-layoutset-01 #hpb-main .hpb-section{
    padding: 20px 0 15px;
    color: #595757;
    overflow: hidden;
}
.hpb-layoutset-01 #hpb-main h3, .hpb-layoutset-01 #hpb-main p.large{
    border-bottom: 1px solid #9fa0a0;
    margin: 0;
    padding: 5px 15px;
    color: #231815;
    font-size: 16px;
}


.hpb-layoutset-01 #hpb-main p.large{
    border-bottom: none;
    margin-top: 20px;
    font-weight: normal;
    word-break: break-all;
}

.hpb-layoutset-01 #hpb-main p.large a{
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ▼余白 */
   padding: 0.3em 0.9em;
   margin: 0px 0.3em;
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
   background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
   background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
   /* ▼行高 */
   line-height: 2em;
   /* ▼空白・改行の扱い */
   white-space: nowrap;
}

.hpb-layoutset-01 #hpb-main p{
    margin: 0 0 1em;
    padding: 10px 15px 0;
    color: #595757;
    font-size: 14px;
    line-height: 1.4;
}
.hpb-layoutset-01 #hpb-main #toppage h3.hpb-c-index{
    display: none;
}
.hpb-layoutset-01 #hpb-main #toppage #toppage-info .hpb-section p{
    padding: 0;
}
.hpb-layoutset-01 #hpb-main #toppage #toppage-news .hpb-section h3, .hpb-layoutset-01 #hpb-main #toppage #toppage-info .hpb-section h3{
    background: #f0f0f0;
    border: none;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 27px;
    color: #4c4c4c;
}
.hpb-layoutset-01 #hpb-main #toppage .hpb-section h3 span.en{
    display: none;
}
.hpb-layoutset-01 #hpb-main #toppage .hpb-section h3 span.ja
{
}

/* Second Page 
============================================================ */
.hpb-layoutset-02 #hpb-main .hpb-section{
    margin-bottom: 10px;
    padding: 0 0 10px;
    color: #595757;
    overflow: hidden;
}
.hpb-layoutset-02 #hpb-main h3{
    background: #f0f0f0;
    margin: 0 0 10px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 27px;
    color: #4c4c4c;
}
.hpb-layoutset-02 #hpb-main h4{
    margin: 0 0 7px;
    font-size: 16px;
    color: #231815;
    line-height: 23px;
}
.hpb-layoutset-02 #hpb-main .hpb-section p{
    margin: 0 15px 1em;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-all;
}
.hpb-layoutset-02 #hpb-main .hpb-section p span{
    font-size: 12px;
}
.hpb-layoutset-02 #hpb-main #flow ol{
    margin-right: 15px;
}

/* ========== sozai ========== */
.hpb-layoutset-02 #hpb-main #toppage .hpb-section{
    padding: 0;
}
#hpb-main .hpb-section .sozai-comment{
    padding: 0px 15px 40px;
    overflow: hidden;
}
#hpb-main .hpb-section .sozai-photo{
    float: left;
    padding-right: 5px;
}
.hpb-layoutset-02 #toppage span.date{
    display: inline-block;
    margin: 0 0 3px;
    padding: 0 5px 0 0;
    font-size: 25px;
    font-weight: normal;
    color: #cc0000;
}
#hpb-main #toppage .item{
    padding: 0 15px 25px;
}
#hpb-main #toppage .item img{
    display: block;
    padding: 0 0 5px;
}
#hpb-main #toppage .item h4{
    margin: 0;
    padding: 0 0 5px;
}
#hpb-main #toppage .item h5{
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
}
#hpb-main #toppage .item p{
    margin: 0 0 1em;
    padding: 0;
}
#hpb-main #toppage #toppage-sozai dl{
    margin: 0 15px;
    font-size: 16px;
}
#hpb-main #toppage #toppage-sozai dt{
    float: left;
    margin-right: 10px;
    font-weight: normal;
}
#hpb-main #toppage #toppage-sozai dd{
    margin: 0 0 5px;
    overflow: hidden;
}
#hpb-main #topics #toppage-sozai ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#hpb-main #topics #toppage-sozai li{
    margin: 0 15px 25px;
}
#hpb-main #topics #toppage-sozai h4{
    padding: 0;
}

#hpb-main #toppage .sozai-comment{
    margin: 0 5px 10px;
    padding: 10px;
    overflow: hidden;
}
#hpb-main #toppage #toppage-info h4{
    margin: 0 15px 10px;
}
#hpb-main #toppage #toppage-info p{
    margin: 5px 15px;
}
#hpb-main #toppage #toppage-info img{
    display: block;
    margin: 0 auto 15px;
}
#hpb-main #toppage #toppage-info img.shopinfo{
    margin: 15px auto 30px;
}
#hpb-main #toppage .sozai-photo{
    float: left;
    margin: 0 10px 0 0;
}
#hpb-main #toppage .sozai-comment span.date{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
#hpb-main #toppage #toppage-info .info-comment{
    padding: 0 15px 35px;
}
#hpb-main #toppage #toppage-info .info-comment h4{
    margin: 0;
    padding: 0;
    font-size: 15px;
}
#hpb-main #toppage .info-comment .info-photo{
    margin: 0;
}
#hpb-main #toppage #toppage-info .info-comment .info-photo img{
    margin: 0 0 10px;
}


/* link Navigation
============================================================ */
#hpb-linkNav ul{
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#hpb-linkNav ul li{
    display: inline-block;
    height: 39px;
    width: 50%;
    margin: 0;
    text-align: center;
    font-size: 15px;
    text-indent: -9999px;
}
#hpb-linkNav ul li a{
    display: block;
    background: #b5b5b5;
    margin: 0;
    height: 39px;
    text-decoration: none;
}
#hpb-linkNav ul li a span{
    display: block;
    height: 39px;
    margin: 0 auto;
}
#hpb-linkNav ul li#home a span.ja, #hpb-linkNav ul li#home a span.en{
    background-image : url(ico_home_00_2.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}
#hpb-linkNav ul li#pagetop a span.ja, #hpb-linkNav ul li#pagetop a span.en{
    background-image : url(ico_pagetop_00_2.png);
    background-position: center 10px;
    background-repeat: no-repeat;
}
#hpb-linkNav ul li#home a span.en, #hpb-linkNav ul li#pagetop a span.en{
    display: none;
}

/* linkExtra1 */
#hpb-linkExtra1 ul li a{


   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #ccc #999 #999 #ccc;
   /* ▼角丸 */
   -webkit-border-radius: 7px; /* Chrome,Safari */
   -moz-border-radius: 7px;    /* Firefox */
   border-radius: 7px;         /* CSS3 */
   /* ▼余白 */
   padding: 0.3em 0.9em;
   margin: 0px 0.3em;
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
   background: -moz-linear-gradient(top, #fff, #ccc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ccc);   /* Opera */
   background: linear-gradient(top, #fff, #ccc);      /* CSS3 */
   /* ▼行高 */
   line-height: 2em;
   /* ▼空白・改行の扱い */
   white-space: normal;



}



/* ========== sozai ========== */
.hpb-layoutset-02 #hpb-main #sozai p.large{
    padding: 0 15px 10px;
    color: #595757;
    font-size: 14px;
    line-height: 23px;
}
.hpb-layoutset-02 #hpb-main #sozai ul{
    padding: 0 15px;
    list-style: none;
}
.hpb-layoutset-02 #hpb-main #sozai li{
    background-image : url(ico_dot_07_2.gif);
    background-position: 4px 6px;
    background-repeat: no-repeat;
    padding: 0 0 5px 12px;
    color: #231815;
}

/* 縦向き表示時のみ適用 */
@media only screen and (orientation : portrait)
{
    .hpb-layoutset-02 #hpb-main #sozai h3{
        letter-spacing: -1px;
    }
}



p.resizeimage img {
    max-width: 90%;
    height:auto;
}
