@charset "utf-8";

a img:hover,
input[type="image"]:hover{
    background-color:transparent;
    transition-property: opacity;
    transition-duration: 0.4s;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;	
}
#top {
    text-align: center;
    position: relative;
    height: 399px;
    margin-top: 20px;
}
#top div {
    position: relative;
    width: 970px;
    margin: 0 auto;
}
#omitsumori_btns {
    position: absolute;
    left: 60px;
    top: -76px;
    text-align: left;
}
#omitsumori_btns img {
    padding-right: 3px;
}
#hoken_detail {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5em;
    background: url(../images/hoken_detail_bg.jpg) center bottom no-repeat;
}
#hoken_detail div {
    width: 830px;
    margin-top: 20px;
    margin-left: 70px;
}
#hoken_detail div p {
    padding: 0 8px;
    margin-bottom: 2em;
}
#hoken_detail div p span {
    font-size: 12px;
    
}
#hoken_bnrs {
    padding-bottom: 25px;
    background: #9f060f;
    width: 870px;
    margin: 0 auto;
}
.back_btn {
    text-align: center;
    padding: 30px 30px 0px 30px;
}


/* -------------------
    20190506 edit
------------------- */
@media screen and (max-width: 1023px){
    #top {
        position: static;
        height: auto;
        margin-top: 0px;
    }
    #top div {
        width: 100%;
    }
    #top > div > img{
        width: 100%;
        display: block;
    }
    #hoken_bnrs {
        width: 100%;
        padding-bottom: 12px;
    }
    #omitsumori_btns {
        position: static !important;
        text-align: center;
        background: #072e83;
        display: flex;
        justify-content: center;
    }
    #omitsumori_btns a{
        margin: 0 5px;
    }
    #hoken_detail {
        width: 100%;
        background: #f8f9ee;
    }
    #hoken_detail div {
        width: 96%;
        margin: 20px auto;
    }
    #shop_search{
        margin-top: -70px;
        padding-top: 70px;
    }
}