/* ======================================
	コンテンツエリア
====================================== */
div#contentList {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;

}


/* ======================================
	タブメニュー
====================================== */
ul#tabs {
	text-align: center;
}
ul#tabs li {
	display: inline-block;
	margin: 0 5px;	
	padding: 0;
}
ul#tabs li a {
	background: #efefef;
	height: 15px;
	width: 15px;
	color: #6e6e6e;
	text-decoration: none;	
	display: block;
	padding: 0;
	text-align: center;
}
ul#tabs li a:hover {
	text-decoration: none;	
	background: #999;
	padding: 0;
}
ul#tabs li a.current {
	background: #999;
	padding: 0;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#tabs h3 {
	display: none;
}
ul#tabs span {
	display: none;
}

ul#tabs li.line a.current {
	background: #999;
	padding: 0;
}


/* ======================================
	コンテンツイメージ
====================================== */
ul#output {
	height: 0;
	position: relative;
	padding-top: 45%;
}
ul#output li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul#output li a {
	position: absolute;
	left: 0;
	padding: 0;
}
ul#output li img {
	border:	0;

}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
