#stock h2 {
    background-image: url(../images/stock/header.png);
}

#stock h3 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 960px;
    border-left: solid 1px #333;
    padding-left: 20px;
    font-size: 1.28571rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 40px auto;
}

#stock h4 {
    font-size: 1.28571rem;
    line-height: 1.2;
    font-weight: 700;
    border-bottom: solid 1px #999;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

#stock #back {
    border-bottom: solid 1px #666;
    line-height: 80px;
}

#stock #back img {
    vertical-align: middle;
}

#stock #back img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

#stock #responsive-slider {
    margin-bottom: 40px;
}

#stock #stock01 {
    position: relative;
    height: 360px;
}

#stock #stock01 table {
    position: absolute;
    width: 300px;
    font-size: 0.92857rem;
    line-height: 1.4;
}

#stock #stock01 table th {
    background: url(../images/common/arrow_o.gif) left 12px no-repeat;
    background-size: 6px 11px;
    padding: 9px 20px;
    width: 99px;
    vertical-align: top;
    border-bottom: dotted 1px #999;
}

#stock #stock01 table td {
    padding: 9px 0;
    vertical-align: top;
    border-bottom: dotted 1px #999;
}

#stock #stock01 #price {
    top: 37px;
    right: 0;
}

#stock #stock01 #price td {
    width: auto;
}

#stock #stock01 #price td.ico {
    line-height: 0;
    text-align: left;
    vertical-align: top;
    border-bottom: none;
    padding: 10px 0 0;
}

#stock #stock01 #price td.msg {
    text-align: left;
    vertical-align: bottom;
    padding: 0 0 9px;
    font-size: 1.07143rem;
    line-height: 1.2;
    font-weight: 700;
}

#stock #stock01 #price td.price {
    text-align: right;
    vertical-align: bottom;
    padding: 0 0 9px;
    font-size: 2.57143rem;
    line-height: 1;
    font-weight: 700;
}

#stock #stock01 #price td.price span {
    display: inline-block;
    font-size: 1.07143rem;
    margin-left: 5px;
}

#stock #stock01 #info01 {
    top: 37px;
    left: 0;
}

#stock #stock01 #info02 {
    top: 37px;
    left: 330px;
}

#stock #stock01 #info03 {
    top: 112px;
    right: 0;
}

#stock #stock02 {
    margin-bottom: 80px;
}

#stock #stock02 ul li {
    float: left;
    width: 19%;
    line-height: 0;
    margin: 0 1.25% 1.25% 0;
}

#stock #stock02 ul li:nth-child(5n) {
    margin-right: 0;
}

#stock #stock02 ul li.off {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

#stock #stock03 {
    margin-bottom: 80px;
}

#stock #stock03 p {
    font-size: 0.92857rem;
    line-height: 1.4;
}

#stock_list .pager {
    text-align: center;
}

#stock_list a.page-numbers,#stock_list .pager .current {
    border: solid 1px rgba(0,0,0,0.1);
    padding: 5px 8px;
    margin: 0 2px;
}

#stock_list .pager .current {
    background: #000;
    border: solid 1px #000;
    color: #fff;
}

@media screen and (max-width: 700px) {
    #stock h3 {
        width: 90%;
        padding-left: 10px;
        font-size: 1.14286rem;
        font-weight: 700;
        margin: 20px auto;
    }

    #stock h4 {
        font-size: 1.14286rem;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    #stock #back {
        line-height: 40px;
    }

    #stock #back img {
        height: 20px;
        width: auto;
    }

    #stock #responsive-slider {
        margin-bottom: -80px;
    }

    #stock #stock01 {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    #stock #stock01 table {
        position: static;
        width: 100%;
    }

    #stock #stock02 {
        margin-bottom: 40px;
    }

    #stock #stock02 ul li {
        float: left;
        width: 32%;
        line-height: 0;
        margin: 0 2% 2% 0;
    }

    #stock #stock02 ul li:nth-child(5n) {
        margin-right: 2%;
    }

    #stock #stock02 ul li:nth-child(3n) {
        margin-right: 0;
    }

    #stock #stock02 ul li.off {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
    };
}

