@charset "UTF-8";

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

CSS Information

Site URL:			http://www.fuse-teleline.co.jp/
File name:			page.css

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


/*-------------------------
#content
コンテンツ
-------------------------*/

#content .news{width:100%;max-width:960px;margin:0 auto;padding:40px 0;}
#content .news dl{font-size:14px;line-height:30px;text-align:left;margin:0 10px;min-height:200px;}
#content .news dt{font-weight:700;border-top:1px dotted #AAA;padding:9px 0 0;}
#content .news dt:first-of-type{border:none;}
#content .news dd{margin:-30px 0 0 120px;min-height:30px;padding:0 0 9px;}
#content .news dd a{text-decoration:underline;color:#000;}
#content .news dd a:hover{text-decoration:none;}



/*-------------------------
-------------------------
_以下タブレット対応
-------------------------
-------------------------*/
@media screen and (max-width: 1024px) {

#content .news dd a:hover{text-decoration:underline;}

}

@media screen and (max-width: 920px) {

}


/*-------------------------
-------------------------
_以下スマホ対応
-------------------------
-------------------------*/
@media screen and (max-width: 767px) {

#content .news dl{min-height:1px;}
#content .news dd{line-height:20px;margin:0;}

}


