@charset "utf-8";

/*-------------------------------------------------------------------

	Page Template

-------------------------------------------------------------------*/

/* --------------------------------------------------
	.lineup
-------------------------------------------------- */

.lineup .section {
	position: relative;
}

.lineup .section h3 {
	margin-top: 40px;
}

.lineup .section .listIconFunc {
	position: absolute;
	right: 0;
	top: 0;
}

/* --------------------------------------------------
	.lineupBox
-------------------------------------------------- */

.template01 .lineupBox .capacity {
	margin-top: 5px;
}

/*-------------------------------------------------------------------

	.bnrUtility

-------------------------------------------------------------------*/

.bnrUtility {
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------

	.labelTagFunc

-------------------------------------------------------------------*/

.labelTagFunc {
	background-color: #ebe3cb;
	color: #666;
	display: inline-block;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 10px;
	*zoom: 100%;
}

.labelTagFunc .mark {
	font-size: 85%;
	font-weight: normal;
}

/*-------------------------------------------------------------------

	.listIconFunc

-------------------------------------------------------------------*/

.listIconFunc {
}

.listIconFunc .icon {
	display: inline-block;
	margin-left: 10px;
	*zoom: 100%;
}

/*-------------------------------------------------------------------

	.listLabelTagFunc

-------------------------------------------------------------------*/

.listLabelTagFunc {
	margin-top: 5px;
}

.listLabelTagFunc li {
	list-style: none;
	margin-right: 5px;
	margin-top: 5px;
}

/*-------------------------------------------------------------------

	table.function

-------------------------------------------------------------------*/

table.function {
	width: 670px !important;
	border: 1px solid #ccc !important;
	border-collapse: collapse;
	margin-top: 5px;
}

table.function th,
table.function td {
	border: 1px solid #ccc !important;
	padding: 5px 10px !important;
	text-align: center;
	vertical-align: top;
}

table.function th {
	background-color: #e7e7e7 !important;
	vertical-align: middle;
}

table.function th.thumb {
	background-color: #fff !important;
	width: 200px !important;
	text-align: center;
	padding: 0;
	vertical-align: middle;
}

table.function th.thumb img {
	vertical-align: bottom;
}

/*-------------------------------------------------------------------

	Clearfix

-------------------------------------------------------------------*/

.clearFix {
	_height: 1px;
	min-height: 1px;

	/* Only Mac IE \*//*/
	height: auto;
	display: inline-table;
	/**/
}

.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}