@charset "UTF-8";
/* CSS Document */

#g-nav{
    /*border-bottom: 1px solid #ccc;*/
}

.category #content-wrap .row .contentList h2{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.category #content-wrap .row .contentList h2 span{
    display: inline-block;
    font-weight: bold;
    color: #969696;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    text-indent: 1em;
}

/*================================================画面の横幅が1200pxまで====*/
@media screen and (max-width: 1200px){

}

/*===============================================画面の横幅が990pxまで====*/
@media screen and (max-width: 990px){

}

/*================================================画面の横幅が767pxまで====*/
@media screen and (max-width: 767px){
#g-nav{
    border-bottom: 1px solid #ccc !important;
}
}

/*================================================画面の横幅が640pxまで====*/
@media screen and (max-width: 640px){

}

/*================================================画面の横幅が549pxまで====*/
@media screen and (max-width: 549px){

}

/*================================================画面の横幅が320pxまで====*/
@media screen and (max-width: 320px){

}

/*=====================================画面の横向き====*/
@media only screen and (max-device-width:736px) and (orientation:landscape) {

}


/*=====================================画面の横向き====*/
@media only screen and (max-device-width:568px) and (orientation:landscape) {

}