@charset "utf-8";

/* Case-List */
/*---------------------------------------------*/

.nav {
    width: 1080px;
    height: 20px;
    margin: 0 auto;
    padding: 10px;
    color: #FFFFFF;
    text-align: left;
    background-image: url(../imgs/case-nav-bg.png);
    background-repeat: repeat-x;
}

.col-case {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.lf {
    margin-top: 20px;
    padding-left: 10px;
    float: left;
}

.rt {
    padding-left: 235px;
}

/*---------------------------------------------*/

.mapselc {
    width: 230px;
    height: 250px;
    text-align: left;
}

.m-bg01 {
    background-image: url(../imgs/map/small-map-001.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.m-bg00 {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.mapselc h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #007CB7;
}

.mapselc select {
    color: #333333;
    font-size: 14px;
}

/*---------------------------------------------*/

.row {
    width: 820px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.row > div {
}

.row .data1 {
    float: left;
}

.row .data2 {
    float: right;
}

.data-row {
    height: 30px;
    padding-top: 20px;
    margin: 0 15px;
    border-bottom: 1px solid #007CB7;
}

.data-row ul {
    display: inline-block;
    text-align: left;
}

.data-row ul li {
    display: inline-block;
    text-align: left;
}

.arrorg {
    background-image: url(../imgs/arr-org.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.noarr {
    padding-left: 15px;
}

.arrorg a {
}

.arrorg a:hover {
    color: #DA5002;
    bottom: -2px;
    position: relative;
}

.titleBox {
    height: 35px;
    margin: 10px 15px;
    border-bottom: 1px solid #E6E6E6;
}

.ccontBox {
    height: 165px;
    margin: 10px 15px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.cti01,
.cti02,
.cti03,
.cti04,
.cti05 {
    float: left;
    height: 25px;
    padding: 5px auto;
    text-align: center;
}

.cti01 {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.cti02,
.cti03,
.cti04,
.cti05 {
    border-right: 1px solid #E6E6E6;
}

.ccont01,
.ccont02,
.ccont03,
.ccont04,
.ccont05 {
    float: left;
    height: 150px;
    padding: 5px auto;
    margin: 5px auto;
}

.ccont01 {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.ccont02,
.ccont03,
.ccont04,
.ccont05 {
    border-right: 1px solid #E6E6E6;
}

.ccont02 span {
    padding-top: 65px;
    display: block;
}

.ccont03 span,
.ccont04 span,
.ccont05 span {
    color: #333333;
    font-size: 15px;
    padding-top: 65px;
    display: block;
}

.cti01, .ccont01 {
    width: 18%;
}

.cti02, .ccont02 {
    width: 23%;
}

.cti03, .ccont03 {
    width: 21%;
}

.cti04, .ccont04 {
    width: 19%;
}

.cti05, .ccont05 {
    width: 18%;
}

.photoclick {
    text-align: left;
    position: relative;
    z-index: 1;
    top: 150px;
}

.photoclick span {
    color: #FFFFFF;
    background-color: #007CB7;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 20px;
}

/*---------------------------------------------*/

.pageBox {
    margin: 15px auto;
    border-bottom: 1px solid #007cb7;
}

.pageBox ul {
    text-align: center;
    margin: 10px auto;
    display: inline-block;
}

.pageBox ul li {
    text-align: left;
    background-color: #A6D1E6;
    display: inline-block;
}

.pageBox ul li a {
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    padding-top: 6px;
    padding-left: 9px;
}

.pageBox ul li a:hover {
    height: 25px;
    background-color: #007cb7;
    border: 1px solid #EEEEEE;
}

.onachive {
    height: 25px;
    background-color: #007cb7;
}

.nobtn {
    width: 30px;
    height: 30px;
}

.nextbtn {
    width: 60px;
    height: 30px;
}

/*---------------------------------------------*/

p.note {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 20px;
}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) and (min-width: 481px) {

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 250px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 18px;
        padding-bottom: 10px;
        color: #007CB7;
    }

    .mapselc select {
        width: 80%;
        color: #333333;
        font-size: 18px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: left;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 30px;
        padding-top: 20px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 35px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 165px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 150px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 65px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 15px;
        padding-top: 65px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 28%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 150px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/

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

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 250px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 18px;
        padding-bottom: 10px;
        color: #007CB7;
    }

    .mapselc select {
        width: 80%;
        color: #333333;
        font-size: 18px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: left;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 30px;
        padding-top: 20px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 35px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 125px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 110px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 50px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 13px;
        padding-top: 50px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 28%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 110px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-4+5--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 330px) and (min-width: 320px) {

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 230px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 13px;
        padding-bottom: 5px;
        color: #007CB7;
    }

    .mapselc select {
        width: 60%;
        color: #333333;
        font-size: 13px;
    }

    /*---------------------------------------------*/
    .row {
        width: 94%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: right;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 45px;
        padding-top: 5px;
        margin: 0 10px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 13px;
    }

    .noarr {
        padding-left: 13px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 30px;
        margin: 5px 10px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 75px;
        margin: 5px 10px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 60px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 15px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 12px;
        padding-top: 15px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 22%;
    }

    .cti02, .ccont02 {
        width: 19%;
    }

    .cti03, .ccont03 {
        width: 17%;
    }

    .cti04, .ccont04 {
        width: 19%;
    }

    .cti05, .ccont05 {
        width: 20%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 60px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: right;
        padding-right: 10px;
        margin-top: 5px 0 20px 0px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 390px) and (min-width: 375px) {

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 235px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 14px;
        padding-bottom: 5px;
        color: #007CB7;
    }

    .mapselc select {
        width: 70%;
        color: #333333;
        font-size: 14px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: right;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 45px;
        padding-top: 10px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 30px;
        margin: 5px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 90px;
        margin: 5px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 80px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 25px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 13px;
        padding-top: 25px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 24%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 16%;
    }

    .cti04, .ccont04 {
        width: 18%;
    }

    .cti05, .ccont05 {
        width: 18%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 80px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: right;
        padding-right: 5px;
        margin-top: 5px 0 20px 0px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6-Plus-----------------------------------------------------------------------------------------------*/
@media screen and (max-width: 425px) and (min-width: 414px) {

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 235px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 14px;
        padding-bottom: 5px;
        color: #007CB7;
    }

    .mapselc select {
        width: 70%;
        color: #333333;
        font-size: 14px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: right;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 45px;
        padding-top: 10px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 30px;
        margin: 5px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 90px;
        margin: 5px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 80px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 25px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 13px;
        padding-top: 25px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 24%;
    }

    .cti02, .ccont02 {
        width: 20%;
    }

    .cti03, .ccont03 {
        width: 16%;
    }

    .cti04, .ccont04 {
        width: 19%;
    }

    .cti05, .ccont05 {
        width: 19%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 85px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: right;
        padding-right: 5px;
        margin-top: 5px 0 20px 0px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPad+Mini---------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 780px) and (min-width: 768px) {

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 250px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 18px;
        padding-bottom: 10px;
        color: #007CB7;
    }

    .mapselc select {
        width: 80%;
        color: #333333;
        font-size: 18px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: left;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 30px;
        padding-top: 20px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 35px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 165px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 30px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 150px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 65px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 15px;
        padding-top: 65px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 22%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 22%;
    }

    .cti04, .ccont04 {
        width: 16%;
    }

    .cti05, .ccont05 {
        width: 16%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 150px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: right;
        padding-right: 25px;
        margin-top: 5px 0 20px 0px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---Android-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 370px) and (min-width: 360px) {

    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 235px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 14px;
        padding-bottom: 5px;
        color: #007CB7;
    }

    .mapselc select {
        width: 70%;
        color: #333333;
        font-size: 14px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: right;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 45px;
        padding-top: 10px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 30px;
        margin: 5px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 90px;
        margin: 5px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 80px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 25px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 13px;
        padding-top: 25px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 24%;
    }

    .cti02, .ccont02 {
        width: 20%;
    }

    .cti03, .ccont03 {
        width: 16%;
    }

    .cti04, .ccont04 {
        width: 19%;
    }

    .cti05, .ccont05 {
        width: 19%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 75px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: right;
        padding-right: 5px;
        margin-top: 5px 0 20px 0px;
    }

}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (orientation: landscape) and (max-width: 736px) and (min-width: 320px) {
    /* for all iphone model */
    .nav {
        width: 98%;
        height: 20px;
        margin: 0 auto;
        padding: 5px;
        color: #FFFFFF;
        text-align: left;
        background-image: url(../imgs/case-nav-bg.png);
        background-repeat: repeat-x;
    }

    .col-case {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lf {
        float: none;
    }

    .rt {
        padding: 0;
    }

    /*---------------------------------------------*/
    .mapselc {
        width: 100%;
        height: 250px;
        text-align: left;
        margin: 0 auto;
    }

    .m-bg01 {
        background-image: url(../imgs/map/small-map-001.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .m-bg00 {
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .mapselc h3 {
        font-size: 18px;
        padding-bottom: 10px;
        color: #007CB7;
    }

    .mapselc select {
        width: 80%;
        color: #333333;
        font-size: 18px;
    }

    /*---------------------------------------------*/
    .row {
        width: 95%;
        margin: 0;
        padding: 0;
        clear: both;
    }

    .row > div {
    }

    .row .data1 {
        float: left;
    }

    .row .data2 {
        float: right;
    }

    .data-row {
        height: 30px;
        padding-top: 20px;
        margin: 0 15px;
        border-bottom: 1px solid #007CB7;
    }

    .data-row ul {
        display: inline-block;
        text-align: left;
    }

    .data-row ul li {
        display: inline-block;
        text-align: left;
    }

    .arrorg {
        background-image: url(../imgs/arr-org.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 15px;
    }

    .noarr {
        padding-left: 15px;
    }

    .arrorg a {
    }

    .arrorg a:hover {
        color: #DA5002;
        bottom: -2px;
        position: relative;
    }

    .titleBox {
        height: 35px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
    }

    .ccontBox {
        height: 165px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .cti01,
    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        float: left;
        height: 25px;
        padding: 5px auto;
        text-align: center;
    }

    .cti01 {
        border-left: 1px solid #E6E6E6;
        border-right: 1px solid #E6E6E6;
    }

    .cti02,
    .cti03,
    .cti04,
    .cti05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont01,
    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        float: left;
        height: 150px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont02,
    .ccont03,
    .ccont04,
    .ccont05 {
        border-right: 1px solid #E6E6E6;
    }

    .ccont02 span {
        padding-top: 65px;
        display: block;
    }

    .ccont03 span,
    .ccont04 span,
    .ccont05 span {
        color: #333333;
        font-size: 15px;
        padding-top: 65px;
        display: block;
    }

    .cti01, .ccont01 {
        width: 28%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .photoclick {
        text-align: left;
        position: relative;
        z-index: 1;
        top: 150px;
    }

    .photoclick span {
        color: #FFFFFF;
        background-color: #007CB7;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 20px;
    }

    .ccont01 .photo > img {
        width: 150px;
        height: auto;
    }

    /*---------------------------------------------*/
    .pageBox {
        margin: 15px auto;
        border-bottom: 1px solid #007cb7;
    }

    .pageBox ul {
        text-align: center;
        margin: 10px auto;
        display: inline-block;
    }

    .pageBox ul li {
        text-align: left;
        background-color: #A6D1E6;
        display: inline-block;
    }

    .pageBox ul li a {
        font-size: 14px;
        color: #FFFFFF;
        display: block;
        padding-top: 6px;
        padding-left: 9px;
    }

    .pageBox ul li a:hover {
        height: 25px;
        background-color: #007cb7;
        border: 1px solid #EEEEEE;
    }

    .onachive {
        height: 25px;
        background-color: #007cb7;
    }

    .nobtn {
        width: 30px;
        height: 30px;
    }

    .nextbtn {
        width: 60px;
        height: 30px;
    }

    /*---------------------------------------------*/
    p.note {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
    }

}

@media screen and (orientation: landscape) and (max-width: 736px) and (min-width: 414px) {
    /* landscape iphone6+ */
    .ccontBox {
        height: 100px;
        margin: 10px 15px;
    }

    .ccont02 span {
        padding-top: 35px;
    }

    .ccont03 span, .ccont04 span, .ccont05 span {
        font-size: 15px;
        padding-top: 35px;
    }

    .cti01, .ccont01 {
        width: 28%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .ccont01 .photo > img {
        width: 85px;
    }

    .ccont01, .ccont02, .ccont03, .ccont04, .ccont05 {
        float: left;
        height: 85px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .bx-wrapper { margin: auto }
}

@media screen and (orientation: landscape) and (max-width: 667px) and (min-width: 375px) {
    /* landscape iphone6 */
    .ccontBox {
        height: 95px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .ccont02 span {
        padding-top: 30px;
    }

    .ccont03 span, .ccont04 span, .ccont05 span {
        font-size: 15px;
        padding-top: 30px;
    }

    .cti01, .ccont01 {
        width: 28%;
    }

    .cti02, .ccont02 {
        width: 22%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .ccont01 .photo > img {
        width: 80px;
    }

    .ccont01, .ccont02, .ccont03, .ccont04, .ccont05 {
        height: 80px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }
}

@media screen and (orientation: landscape) and (max-width: 568px) and (min-width: 320px) {
    /* landscape iphone5 */
    .ccontBox {
        height: 75px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .blu-18px {
        font-size: 15px;
        line-height: normal;
    }

    .ccont02 span {
        padding-top: 17px;
    }

    .ccont03 span, .ccont04 span, .ccont05 span {
        font-size: 15px;
        padding-top: 18px;
    }

    .cti01, .ccont01 {
        width: 18%;
    }

    .cti02, .ccont02 {
        width: 32%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .ccont01 .photo > img {
        width: 60px;
        height: auto;
    }

    .ccont01, .ccont02, .ccont03, .ccont04, .ccont05 {
        float: left;
        height: 60px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }


}

@media screen and (orientation: landscape) and (max-width: 480px) and (min-width: 320px) {
    /* landscape iphone4 */
    .ccontBox {
        height: 75px;
        margin: 10px 15px;
        border-bottom: 1px solid #E6E6E6;
        position: relative;
    }

    .blu-18px {
        font-size: 15px;
        line-height: normal;
    }

    .ccont02 span {
        padding-top: 18px;
    }

    .ccont03 span, .ccont04 span, .ccont05 span {
        font-size: 15px;
        padding-top: 18px;
    }

    .cti01, .ccont01 {
        width: 18%;
    }

    .cti02, .ccont02 {
        width: 32%;
    }

    .cti03, .ccont03 {
        width: 20%;
    }

    .cti04, .ccont04 {
        width: 14%;
    }

    .cti05, .ccont05 {
        width: 14%;
    }

    .ccont01, .ccont02, .ccont03, .ccont04, .ccont05 {
        float: left;
        height: 60px;
        padding: 5px auto;
        margin: 5px auto;
    }

    .ccont01 {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
    }

    .ccont01 .photo > img {
        width: 60px;
        height: auto;
    }
}



