﻿/*======================================

　各カテゴリ専用

=======================================*/

/*== 大会関連記事 ==*/

#feature-title{
width: 100%;
height: 120px;
background: url(../_img/title_feature_all.png) no-repeat left top;
}

#contents-news .contents-title{
background: url(../_img/title_news.png) no-repeat left top;
}

#contents-news .newsdata{
margin-bottom: 5px;
font-family: Arial,sans-serif;
font-size: 14px;
font-weight: bold;
color: yellowgreen;
}

#contents-news .newstitle{
padding-bottom: 5px;
border-bottom: 1px dashed yellowgreen;
margin-bottom: 5px;
}

#contents-news .newsbody{
padding-bottom: 5px;
border-bottom: 1px solid yellowgreen;
margin-bottom: 5px;
}

#contents-news .contents-link{
text-align: right;
}

#contents-news .contents-link a{
margin-right: 20px;
padding: 2px 10px;
background: yellowgreen;
color: white;
}



#contents-list .contents-title{
background: url(../_img/title_list.png) no-repeat left top;
}
