@charset "utf-8";

/* CSS Document */

#main_img {
    background-image: url(img/main.jpg);
}

.title1 {
    width: 94%;
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.title1 img {
    display: block;
    height: 50px;
    width: auto;
}

.title2 {
    width: 94%;
    margin: 25px auto 0;
    position: relative;
    font-size: 80%;
    line-height: 1.4;
    padding-top: 8px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.title2 strong {
    font-weight: normal;
    display: inline-block;
    padding-left: 30px;
    color: #fff;
    padding-right: 5px;
}

.title2 span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    font-weight: normal;
    color: #fff;
}

.title2_read {
    font-size: 70%;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}

.t_bg1,
.t_bg2 {
    background-position: 0 0;
    background-repeat: no-repeat;
}

.t_bg1 {
    background-image: url(../common/img/title_ico1.png);
    background-size: auto 25px;
}

.t_bg2 {
    background-image: url(../common/img/title_ico2.png);
    background-size: auto 30px;
}

.title2_list {
    font-size: 70%;
    width: 90%;
    margin: 10px auto 0;
}

.title2_list li {
    padding-bottom: 5px;
}

.title2_list strong {
    display: inline-block;
    width: 70%;
    font-weight: normal;
}

.price {
    width: 90%;
    background-color: #221a14;
    margin: 25px auto 0;
    font-size: 70%;
    padding-top: 25px;
    padding-bottom: 10px;
}

.price li {
    width: 90%;
    background-image: url(../common/img/ico.png);
    background-repeat: no-repeat;
    background-position: 1% 1px;
    background-size: 4% auto;
    border-bottom: 1px solid #4c3e33;
    margin: 0 auto 9px;
    padding-bottom: 8px;
    color: #fff;
}

.price li strong {
    display: block;
    width: 58%;
    padding-left: 6%;
    float: left;
    font-weight: normal;
}

.price li span {
    display: block;
    width: 30%;
    float: right;
    background: url(../common/img/line.png) repeat-y left;
    text-align: right;
    margin-right: 3%;
    margin-left: 3%;
}

.b0 {
    border-bottom: 0 !important;
}

.bg_txt {
    background: url(img/bg1.png) no-repeat 0 0;
    padding-top: 10px;
    min-height: 55px;
    color: #fff;
    font-size: 70%;
    text-align: center;
    margin: 10px auto 0;
}

.read_tyui {
    display: block;
    color: #dba02a;
    padding-top: 15px;
    font-size: 70%;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}

.title2_read {
    width: 90%;
    margin: 15px auto 0;
}

#gallery_link img {
    display: block;
    height: auto;
    width: 70%;
    margin: 20px auto;
}