@CHARSET "UTF-8";

/*----------------------------------------------------------------------------*/
/* ゲーム一覧ページのスタイルシート                                                                                                       */
/*----------------------------------------------------------------------------*/

/* 一時的処置 -------------------------------------------------------------------*/
#navi
{
	margin-bottom: 0;
}

/* メインコンテンツ ----------------------------------------------------------------*/

.main h2
{
	margin-bottom: 30px;
}

.main h3
{
	margin-top: 10px;
	margin-bottom: 0;
	border: none;
	padding-left: 20px;
	font-size: 1.5em;
	font-family: メイリオ,sans-serif;
	color: #228b22;
	background-image: none;
}

.main .gameitem
{
	border-bottom: dotted 2px #696969;
}

.gameitem .playrule
{
	text-align: right;
}

.playrule a
{
	margin-right: 20px;
}