@charset "utf-8";

/* *********************************************************
Title: top.css
Created: 2013-11-07
Last Modified: 2013-11-07
********************************************************* */

/* Table Of Contents
------------------------------------------------------------
#01 latest
#02 appImg
----------------------------------------------------------*/

/*----------------------------------------------------------
#01 latest　最新トピックスのスタイル
----------------------------------------------------------*/
#latest ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#latest li {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding: 10px 0 10px 8em;
	text-indent: -8em;
}
#latest li span {
	display: inline-block;
	text-indent: 0;
	width: 8em;
}

/*----------------------------------------------------------
#02 appImg　トップバナーのスタイル
----------------------------------------------------------*/
#appImg {
	margin: 0 0 6px 0;
}