@charset "utf-8";

/* 夏イベント用スタイル
**********************************************/
.summer-list {
	margin-bottom: 10px;
	padding-left: 1.5em;
	list-style: disc outside;
}
.summer-list li {
	list-style: disc outside;
}

/* table
**********************************************/
table.data {
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
	margin-bottom:40px;
}

table.data th,
table.data td{
	border-bottom: solid #CCC 1px;
	border-right: solid #CCC 1px;
	padding:5px;
}

table.data th{
	text-align:center;
	width:50px;
}

/* ブラウザ互換
*********************************************************************/

* html table{
	font-size: 100%;
}

