@charset "utf-8";

/*
-----------------------------------------------
▼ニュース&トピックス
----------------------------------------------- */
/* 一覧 */
.news_list dt{
float:left;
width:90px;
clear:both;
padding-left:20px;
background:transparent url("../../../images/arrow05.gif") no-repeat 4px 5px;
}
.news_list dd{
padding-left:110px;
border-bottom:1px dashed #ccc;
padding-bottom:15px;
margin-bottom:15px;
}
/* 詳細ページ */
.image{
margin:0 0 10px 30px;
width:300px;
}
#main_contents .image p{
font-size:13px;
padding-left: 0px;
margin-bottom:10px;
}
#main_contents.news_detail h2{
margin-bottom: 10px;
}
#main_contents .date{
margin-bottom: 8px;
margin-right: 14px;
font-size:12px;
text-align:right;
}




/* css_end */
