@charset "utf-8";

/*--------------------------------------------
	重点活動トップ
*--------------------------------------------*/

ul.emphasisList {
	margin-top: 30px;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

ul.emphasisList li {
	list-style: none;
	margin-bottom: 20px;
	background-image: url(../../common/image/btn_bg01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	font-weight: bold;
	float: left;
	width: 510px;
}

ul.emphasisList li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 40px;
	padding-right: 10px;
	color: #313131;
	text-decoration: none;
}

ul.emphasisList li a:hover {
	color: #4070d4;
}

#entryArea ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#entryArea ol {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}

#entryArea ul li,
#entryArea ol li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#entryArea ul li img,
p img {
	vertical-align: middle;
}

table.emphasisTable {
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	width:100%;
}
table.emphasisTable caption {}
table.emphasisTable th ,
table.emphasisTable td {
	border-bottom:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
}
table.emphasisTable th {
	background-color:#eff2f7;
}
table.emphasisTable td {}
table.emphasisTable td.num {
	text-align:right;
}

/* airport table */
.emphasisTableAirport {
	width:400px;
	margin-bottom:20px;
}
.emphasisTableAirport .tanni {
	text-align:right;
	margin-bottom:3px;
}