@charset "utf-8";
/* 新着情報：トップに出てる一覧ページ */


/* pc */


#top_topi dl {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
	padding: 12px 10px;
	margin: 0;
}

#top_topi dl .title_txt {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	display: inline-block;
    font-size: 13px;
	font-weight: bold;
    color: #333;
    padding-left: 5px;
	margin-right: 15px;
}

#top_topi dl dd {
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	display: inline-block;
    
    font-weight: normal;
    line-height: 150%;
    padding: 0px;
    margin: 0px;
}

 a{
	color: #333;
    text-decoration: none;
}
	



/* スマホ */
@media screen and (max-width: 600px){

#top_topi dl .title_txt {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

#top_topi dl dd {
	display: block;
	font-size: 14px;
}



}
	

