@charset 'UTF-8';
*
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}

img
{
    margin: 0;
    padding: 0; 

    border: none;
}

table
{
    border-collapse: collapse; 

    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
address,
div,
form,
dl,
dt,
dd,
ul,
li,
ol,
table
{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;

    margin: 0;
    padding: 0;
}

body
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #262626;
}

ul li
{
    list-style-type: none;
}

a:link
{
    text-decoration: underline; 

    color: #000;
}

a:visited
{
    text-decoration: underline; 

    color: #000;
}

a:hover
{
    text-decoration: none; 

    color: #000;
}

.centered
{
    position: relative;

    overflow: hidden;
}

.centered ul
{
    position: relative;
    left: 50%;

    float: left;
}

.centered ul li
{
    position: relative;
    left: -50%;

    float: left;
}

/* ---------------------------------- common ---------------------------------- */
.pctL
{
    float: left;

    margin-right: 15px;
    margin-bottom: 15px;
}

.pctR
{
    float: right;

    margin-left: 15px;
}

.bb
{
    font-weight: 900;
}

.bbPoint
{
    font-weight: 900;

    color: #2555b8;
}

.bbPointLine
{
    font-weight: 900;

    text-decoration: underline; 

    color: #2555b8;
}

.aRight
{
    text-align: right;
}

.aCenter
{
    text-align: center;
}

/*  ---------------------------------- opacity ---------------------------------- */
.sample
{
    /* Safari 1.x, ��khtml�ɑΉ������u���E�U�p  */
           opacity: .5;

        filter: alpha(opacity=50);
    /* IE7�ȉ��p */
    -ms-filter: 'alpha(opacity=50)';
    /* IE8�p */
      -moz-opacity: .5;
    /* Firefox 1.5����, Netscape�p */
    -khtml-opacity: .5;
    /* Firefox 1.5�ȏ�, Opera, Safari�p */
}

/*  ---------------------------------- ����URL�ł��܂��Ԃ� ---------------------------------- */
/* ul li{ word-wrap: break-word; } */
/*  ---------------------------------- clear ---------------------------------- */
.clear
{
    visibility: hidden; 
    clear: both;
}

.clearfix:after
{
    display: block;
    visibility: hidden; 
    clear: both;

    height: 0;

    content: '.';
}

.clearfix
{
    display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}

/* End Holly Hack */
/* ----------------------- common ----------------------- */
body
{
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #635038;
    background-repeat: no-repeat;
    background-position: center top; 

    _font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
}

/* ----------------------- header ----------------------- */
#header,
#footer
{
    background-image: url(../images/shadow.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#footer
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d4d4d4;
}

#header #headerSub,
#footer #footerSub
{
    width: 940px;
    margin: 0 auto;
    padding: 14px 0;

    text-align: left;
}

#header h1,
#footer h2
{
    float: left; 

    margin: 0;
    padding: 0;
}

#header p,
#footer p
{
    float: right; 

    margin: 0;
    padding: 0;
}

/* ----------------------- navi ----------------------- */
#navi
{
    height: 70px; 
    margin: 0 0 12px;
    padding: 0;

    background-image: url(../images/navi_back.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

#navi #naviSub
{
    width: 940px; 
    margin: 0 auto;
    padding: 0;
}

#navi #naviSub ul
{
    margin: 0;
    padding: 0;
}

#navi #naviSub ul li
{
    font-size: 1%;

    display: inline;
    float: left; 

    margin: 0;
    padding: 0;
}

/* ----------------------- main ----------------------- */
#main
{
    width: 940px; 
    margin: 0 auto 15px;
    padding: 0;
}

/* ----------------------- co ----------------------- */
#co
{
    width: 940px; 
    margin: 0 auto;
    padding: 0;
}

#co #coL
{
    float: left;

    width: 720px; 
    margin: 0;
    padding: 0;
}

#co #coR
{
    float: right;

    width: 200px; 
    margin: 0;
    padding: 0;
}

/* ----------------------- page ----------------------- */
.page
{
    margin: 0;
    padding: 0; 

    text-align: left;
}

.page p
{
    font-size: .81em;
    line-height: 1.5;

    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 15px;
}

.page table.normal
{
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 18px;
}

.page table.normal th,
.page table.normal td
{
    font-size: .81em;
    line-height: 1.5;

    padding-top: 3px;
    padding-bottom: 3px; 

    text-align: left;
    vertical-align: top;

    color: #4d1200;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #8b8b8b;
}

.page table.normal th
{
    font-weight: 900;

    width: 95px; 

    white-space: nowrap;
}

.page .hideBox
{
    overflow: hidden;
}

.page .hideBox table.normal
{
    margin-top: -3px;
}

.page h4
{
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;

    position: relative; 

    margin: 0 0 10px 3px;
    padding: 0 0 5px 15px;

    color: #4e1200;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    background-image: url(../images/point_01.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

.page h3 + h4
{
    margin-top: 25px;
}

/* ----------------------- indexPage ----------------------- */
#indexPage h2
{
    margin: 0 0 15px 15px;
    padding: 0;
}

#indexPage p#read
{
    font-size: 1.0em;
    font-weight: 900;
    line-height: 1.4;

    margin-top: 0;
    margin-bottom: 15px; 

    color: #a10505;
}

#indexPage p#name
{
    text-align: right;
}

#indexPage p#name img
{
    margin-left: 8px; 

    vertical-align: middle;
}

#indexPage h3
{
    clear: both; 

    margin: 25px 0 15px;
    padding: 0;
}

/* ----------------------- coR ----------------------- */
#coR #qrBox
{
    margin: 0 0 10px;
    padding: 0; 

    background-image: url(../images/qr_box_back.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#coR #qrBox #qrBoxSub
{
    width: 160px;
    margin: 0 auto;
    padding: 6px 0 20px;

    text-align: left;
}

#coR #qrBox h3
{
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;

    margin: 0 0 5px;
    padding: 0; 

    text-align: center;

    color: #501400;
}

#coR #qrBox h4
{
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;

    margin-bottom: 8px; 
    padding-bottom: 5px;
    padding-left: 15px;

    color: #4e1200;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #8b8b8b;
    background-image: url(../images/point_01.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

#coR #qrBox p
{
    margin: 0 0 10px;
    padding: 0;
}

#coR #qrBox input.txt
{
    width: 100%;
}

#coR #qrBox p#send
{
    margin: 0;
    padding: 0; 

    text-align: center;
}

#coR .shopList
{
    margin: 0 0 15px;
    padding: 0;

    text-align: left;
}

#coR .shopList h2
{
    margin: 0;
    padding: 0 0 8px;

    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #501400;
}

#coR .shopList .shopListSub
{
    margin: 0;
    padding: 0;

    background-image: url(../images/shoplist_back.gif);
}

#coR .shopList .box
{
    margin: 0;
    padding: 12px;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e1de;
}

#coR .shopList .box h3
{
    font-size: 12px;
    font-weight: 900;
    line-height: 1.4;

    margin: 0 0 5px;
    padding: 0 0 0 15px; 

    color: #4e1200;
    background-image: url(../images/point_01.png);
    background-repeat: no-repeat;
    background-position: left 2px;
}

#coR .shopList .box p
{
    font-size: .69em;
    line-height: 1.4;

    margin: 0;
    padding: 0;
}

/* ----------------------- footer ----------------------- */
p#btnTop
{
    clear: both; 

    margin: 0;
    padding: 0;

    text-align: right;
}

#copy
{
    margin: 0;
    padding: 10px 0; 

    background-color: #4f1200;
}

#copy p
{
    font-size: 11px;
    line-height: 1.3;

    margin: 0;
    padding: 0; 

    color: #fff;
}

.page h4 span
{
    position: absolute;
    right: 0;
    bottom: 10px;
}

.page h4 span img
{
    margin-right: 10px;
}

.error
{
    font-size: .2em;

    color: #f00;
}

.mailerr
{
    font-size: .2em;

    color: #f00;
}

.mail_chkerr
{
    font-size: .2em;

    color: #f00;
}

#main h2
{
    margin-bottom: 12px;
}

#main ul
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 12px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
}
#main ul li
{
    position: relative;

    height: 188px; 

    -ms-flex-preferred-size: 188px; 

        flex-basis: 188px;
}
#main ul li img
{
    position: absolute;
    top: 0;
    left: 0; 

    display: block;

    width: 100%;
}
#main ul li .second
{
    display: none;
}

#footerSub h2
{
    width: 50%;
}
#footerSub h2 img
{
    width: 100%;
}
