@charset "utf-8";

/* index.css
------------------------------------------ */
/* naviArea
------------------------------------------ */
.naviArea ul li.news a{background:#000000;color:#ffffff!important;}




/* detailArea
------------------------------------------ */
.detailArea:first-child{border-top:none;padding-top:0px;margin-top:0px;}
.detailArea:first-child p.visual{width:390px;}
.detailArea:first-child p.visual img{width:360px;}
.detailArea:first-child dl.detail{margin-top:0px;width:390px;}

@media screen and (max-width:480px){
.detailArea:first-child p.visual{width:290px;}
.detailArea:first-child p.visual img{width:240px;}
}

/* 
.detailArea:first-child p.visual{float:none;}
.detailArea:first-child dl.detail{float:none;margin-top:20px;width:auto;} */