@charset "utf-8";



/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#news dl dt {
    font-size: 0.8em;
    margin-bottom: 5px;
    border-bottom: 1px solid #B9B9B9;
    padding-left: 2%;
    padding-bottom: 5px;
}

#news dl dd {
    margin-left: 0px;
}

dl dd a {
    color: #000000;
    text-decoration: none;
}










/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#タブレット {
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#パソコン {
}











@media only screen and (max-width: 480px) {
#スマホ限定 {
}



}
@media only screen and (max-width: 768px) {
#スマホ・タブレット限定 {
}









}
@media only screen and (min-width: 481px) {
#タブレット・パソコン限定 {
}





}



@media only screen and (min-width: 769px) {
#パソコン {
}






}
