@charset "UTF-8";

/* ½Ì†T½B½éÔ”¼š¥Ú©`¥¸
-----------------------------------------*/

@media screen and (max-width: 767px) {
    .responsive #bodyDivision div.box {
        font-size: 13px;
        line-height: 18px;
    }
    .responsive #bodyDivision div.box p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .responsive #bodyDivision div.box p:last-child {
    	margin-bottom: 0;
    }

    .responsive #bodyDivision div.subContentsArea div.box a.link .his {
        display: none;
    }
    
    .responsive #bodyDivision div.box div.image150 div.detail p:nth-child(1) {
        padding-bottom: 6px;
        border-bottom: 1px dotted #e3e3e3;
        margin-bottom: 8px !important;
    }
    .responsive #bodyDivision div.box div.image150 div.detail p:nth-child(2) {
        margin-bottom: 8px;
    }
    .responsive #bodyDivision div.box div.image150 div.detail p:nth-child(2) strong {
        font-size: 14px;
    }
    .responsive #bodyDivision div.box div.image150 div.detail p:nth-child(3) a {
        background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/icons_bullets/arrow_yellow_next_sp2.png");
        background-size: 7px 11px;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        padding-left: 13px;
    }
    
    .responsive #bodyDivision div.box.tantouBox ul.plainList {
        margin-bottom: -12px;
    }
    .responsive #bodyDivision div.box.tantouBox ul.plainList li {
        line-height: 18px;
        font-size: 13px;
        margin-left: 2em;
        margin-bottom: 9px;
        list-style-type: disc;
    }
    .responsive #bodyDivision div.box.tantouBox ul.plainList li a {
        line-height: 18px;
        font-size: 13px;
        margin-left: -0.3em;
    }
    
    .responsive #bodyDivision div.box.syussinBox ul.plainList li {
        font-size: 13px;
        line-height: 18px;
    }
    
    .responsive #bodyDivision div.backBox {
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .responsive #bodyDivision div.backBox a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 39px;
        text-align: center;
        width: 220px;
        margin: 0 auto;
        background-image:    -moz-linear-gradient( -90deg, #f0f0f0 0%, #ebebeb 100%);
        background-image:     -ms-linear-gradient( -90deg, #f0f0f0 0%, #ebebeb 100%);
        background: -webkit-gradient(
            linear, left top, left bottom,
            color-stop(0.00, #f0f0f0),
            color-stop(1.00, #ebebeb)
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ebebeb', GradientType=0);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        color: #222222;
    }
    .responsive #bodyDivision div.backBox a:before {
        display: inline-block;
        content: "";
        height: 39px;
        width: 8px;
        background-image: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/icons_bullets/arrow_gray_prev_sp.png");
        background-size: 8px 13px;
        background-repeat: no-repeat;
        background-position: 0% 50%;
        vertical-align: bottom;
        margin-right: 7px;
    }
}