/*浜у搧鍐呭椤?/
@media (min-width: 481px) {

    #contentsArea article p,
    #contentsArea article ul {
        margin: 10px 0 0 0;
    }

    #contentsArea article p {
        line-height: 24px;
        margin-top: 10px;
    }

    #contentsArea article h1 {
        margin-top: 20px;
        line-height: 30px;
        font-size: 24px;
        color: #222222;
    }

    #contentsArea article h2 {
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
        background: none;
        padding: 0;
        color: #4b4b4b;
        font-weight: bold;
        border-left: 5px solid #0265cc;
        padding-left: 10px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #contentsArea article .size1of2 h2 {
        background: none !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
        padding-left: 10px !important;
    }

    #contentsArea article h3 {
        font-size: 14px;
    }


    #contentsArea article h4 {
        margin: 0;
        font-weight: bold;
        font-size: 12px;
        display: block;
        background: none;
        padding: 0;
        border: none;
        margin-top: 10px;
    }


    #contentsArea article p.dian {
        list-style: none;
        margin: 5px 0 0 0;
        padding: 0 0 0 10px;
        background: url(/component/c_common/img/bg_list01.gif) no-repeat left 11px;
    }

    #contentsArea article .size1of2 {
        width: 277px;
    }

    #contentsArea #sideEnclosingArea article {
        width: 100%;
    }

    #contentsArea article .line h3 a.cur {
        font-weight: bold;
        border-bottom: 3px solid #0265cc;
    }

    #contentsArea article .line h3 a {
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        color: #000;
        padding: 5px 20px;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }

    #contentsArea article .off {
        display: none
    }

    #contentsArea article .line .tip {
        float: left;
        width: 48%;
        margin-top: 20px;
    }

    #contentsArea article .line .tip .intro {
        height: 96px;
    }

    #contentsArea article .line .tip .intro strong {
        font-size: 16px;
    }

    #contentsArea article .line .tip .intro a {
        margin-right: 20px;
    }

    #contentsArea article .line .tip img {
        padding: 5px 0;
    }

    #contentsArea article .line #lightbox {
        position: relative;
        height: 292px;
    }

    #contentsArea article .line #lightbox .imgbox {
        width: 277px;
        overflow: hidden;
    }

    #contentsArea article .line #lightbox .imgbox .lbox {
        width: 200%;
        height: 60px;
    }

    #contentsArea img {
        padding: 0;
    }

    .nextlbox {
        bottom: 6px;
    }

    #contentsArea article dl.notation {
        margin-top: 10px;
    }

    .main .product {
        margin-top: 0 !important;
    }

    #lightbox ul li {
        height: 60px !important;
    }

    .lightboxvideo {

        height: auto !important;
    }

    .lightboxvideo .videoClose {
        z-index: 999;
        position: relative;
    }

    .lb-left {
        z-index: 999;
        top: 50% !important;
    }

    .lb-right {
        z-index: 999;
        top: 50% !important;
    }

    .lightboxvideo .inner img {
        width: 80%;
        height: auto !important;
    }

    .lightboxvideo .inner {
        padding: 2%;
        height: auto !important;
        position: relative !important;
        width: auto !important;
        top: 0 !important;
        left: 0 !important;
    }

    #lightbox ul li.lightbox-active {
        height: 54px !important;
    }

    sub,
    sup {
        transform: scale(0.75);
        display: inline-block;
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    .pro_type h3 {
        font-size: 16px;
        border-bottom: 1px solid #e8e8e8;
        padding: 15px 0;
        margin-bottom: 10px;
    }


    .joblist {
        border-spacing: 0;
        color: #666;
        font-size: 14px;
    }

    .joblist tr td {
        padding: 15px 10px;
        border-right: 5px solid #fff;
        
    }

    .joblist tr td.last {
         border-bottom:none;
    }

    .joblist tr.cur {
        background-color: #1d99d7 !important;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    
    .joblist tr.cur td.last{
         border-right:none;
    }


    .joblist tr:nth-child(odd) td {
        padding: 15px 10px;
        position: relative;
    }

    .joblist tr:nth-child(odd) td a.navicon-button {
        font-weight: bold;
        font-size: 28px;
        position: absolute;
        right: 15px;
        top: 45%;
    }

    .joblist tr td a.link {
        color: #666;
        font-weight: normal;
    }

    .joblist a.cur {
         font-weight: bold !important;
         color: #1d99d7 !important;
    }


    .joblist tr:nth-child(odd) {
        background: #f9f9f9;
    }

    .navicon-button {

        transition: 0.25s;
        opacity: 0.9;
    }

    .navicon-button .navicon:after {
        transition: 0.25s;

    }

    .navicon {
        position: relative;
        width: 10px;
        height: 3px;
        background: #666;
        transition: 0.5s;
    }

    .navicon:after {
        display: block;
        content: "";
        height: 3px;
        width: 10px;
        background: #666;
        position: absolute;
        z-index: 9;
        transition: 0.5s 0.25s;
    }

    .navicon:after {
        transform: rotate(90deg);

        /* Transforming into - */
    }

    .open .navicon {
        background: #fff;
    }

    .open .navicon:after {
        transform: rotate(135deg);
        background: #1d99d7;
    }

    .open {
        transform: rotate(45deg);
        /* Base ================== */
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    #contentsArea article p,
    #contentsArea article ul {
        margin: 10px 0 0 0;
    }

    #contentsArea article p {
        line-height: 24px;
        margin-top: 10px;
    }

    #contentsArea article h1 {
        margin-top: 0px;
    }

    #contentsArea article dl.notation {
        margin-top: 10px;
    }

    #contentsArea article h2 {
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
        background: none;
        padding: 0;
        color: #4b4b4b;
        font-weight: bold;
        border-left: 5px solid #0265cc;
        padding-left: 10px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #contentsArea article .size1of2 h2 {
        background: none !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
        padding-left: 10px !important;
    }

    #contentsArea article h3 {
        font-size: 14px;
    }


    #contentsArea article h4 {
        margin: 0;
        font-weight: bold;
        font-size: 12px;
        display: block;
        background: none;
        padding: 0;
        border: none;
        margin-top: 10px;
    }

    #contentsArea article .size2of3 {
        width: 100% !important;
    }

    #contentsArea article .size1of3 {
        width: 100% !important;
    }

    #contentsArea article .size1of2 {
        width: 100% !important;
    }

    #contentsArea article .unit img {
        width: 100%;
    }

    #contentsArea #sideEnclosingArea article {
        width: auto;
        float: none !important;
        padding: 0 10px;
    }

    #contentsArea article .line h3 a.cur {
        font-weight: bold;
        font-weight: bold;
        border-bottom: 3px solid #0265cc;
    }

    #contentsArea article .line h3 a {
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        color: #000;
        padding: 5px 20px;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }

    #contentsArea article .off {
        display: none
    }

    #contentsArea article .line .tip {
        width: 100%;
        margin-top: 10px;
    }

    #contentsArea article .line .tip .intro strong {
        font-size: 16px;
    }

    #contentsArea article .line .tip .intro a {
        margin-right: 10px;
    }

    #contentsArea article .line .tip img {
        padding: 5px 0;
        width: 124px !important;
    }

    #contentsArea article .line #lightbox {
        position: relative;
        height: 292px;
    }

    #contentsArea article .line #lightbox .imgbox {
        width: 277px;
        overflow: hidden;
    }

    #contentsArea article .line #lightbox .imgbox .lbox {
        width: 200%;
        height: 60px;
    }

    #contentsArea article .line video {
        width: 100%;
        float: none !important;
    }

    #contentsArea article table th,
    #contentsArea article table td {
        text-align: left;
    }

    #contentsArea img {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .nextlbox {
        right: 22%;
        bottom: 5px;
    }

    .main .product {
        width: 100% !important;
        margin-bottom: 50px !important;
        margin-top: 90px !important;
        float: none !important;
    }

    #lightbox ul li {
        height: 60px !important;
    }

    .lightboxvideo {

        height: auto !important;
    }

    .lightboxvideo .videoClose {
        z-index: 999;
        position: relative;
    }

    .lb-left {
        z-index: 999;
        top: 50% !important;
    }

    .lb-right {
        z-index: 999;
        top: 50% !important;
    }

    #lightbox ul li.lightbox-active {
        height: 54px !important;
    }

    sub,
    sup {
        transform: scale(0.75);
        display: inline-block;
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    .jobbox{
        overflow: auto;
        margin: 10px 0;
    }

    .joblist {
        border-spacing: 0;
        color: #666;
        font-size: 14px;
        width: 960px !important;
    }

    .joblist tr td {
        padding: 15px 10px;
        border-right: 5px solid #fff;
        
    }

    .joblist tr td.last {
         border-bottom:none;
    }

    .joblist tr.cur {
        background-color: #1d99d7 !important;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    
    .joblist tr.cur td.last{
         border-right:none;
    }


    .joblist tr:nth-child(odd) td {
        padding: 15px 10px;
        position: relative;
    }

    .joblist tr:nth-child(odd) td a.navicon-button {
        font-weight: bold;
        font-size: 28px;
        position: absolute;
        right: 15px;
        top: 45%;
    }

    .joblist tr td a.link {
        color: #666;
        font-weight: normal;
    }

    .joblist a.cur {
         font-weight: bold !important;
         color: #1d99d7 !important;
    }


    .joblist tr:nth-child(odd) {
        background: #f9f9f9;
    }

}