@charset "utf-8";

/* feature部全体（切り替え表示スペースとアイコン置場を含む）。名称は変更不可 */
#feature{
	width:640px;
	/* height:450px; */
	padding:5px 0;
	margin-bottom:5px;
	clear:both;
}

/* アイコン置場。名称は変更不可 */
#icon-ground{
	clear:none;
	float:right;
	margin-right:0px;
	padding-left:5px;
	width:255px;
	background-color:#fff;
}
#icon-ground ul{
	padding:0;
	margin:0px;
}
#icon-ground ul li{
	width:255px;
	height:60px;
	float:left;
	list-style:none;
	margin:0px;
	padding:2px 0px;
}
#icon-ground ul li a{
	/* ちらつき防止のためコメントアウト */
	/*
	display:block;
	width:250px;
	cursor:pointer;
	*/
}
#icon-ground ul li img{
	clear:none;
	float:left;
	margin:0px 3px 0px 13px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
#icon-ground * .title{
	display:block;
	width:178px;
	padding-top:8px;
	clear:none;
	float:left;
	font-size:12px;
	cursor:pointer;
}
#icon-ground * .subtitle{
	display:block;
	width:180px;
	clear:right;
	float:right;
	font-size:12px;
	cursor:pointer;
}
/* 再生・停止ボタンの大枠 */
.control{
	float:right;
	width:20px;
	margin:5px 0px 5px 0px;
	padding:0px;
}
/* アイコン含む記事リストが非アクティブのときの形状 */
.no-active{
	background-color:#fff;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}
/* アイコン含む記事リストがアクティブのときの形状 */
.active{
	background-image:url(/common/images/v1/top/column-next.gif);
	/* background-image:url(/common/images/v1/sicon_bgg.jpg); */
	background-position:left center;
	background-repeat:no-repeat;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}
.active a:link,.active a:visited{
	color:#9966cc;
}
/* Feature切り替えスペースの大枠。名称は変更不可。 */
#feature-ground{
	clear:none;
	float:left;
	width:372px;
	padding:0px;
	background-color:#fff;
	border:solid 0px #888;
}
* html #feature-ground{
	width:372px;
}
#feature-ground h2{
	/* display:block; */
	display:none;
	margin:0px 0;
	width:200px;
	position:absolute;
	top:380px;
	left:30px;
	font-size:18px;
	line-height:24px;
	color:#ccc;
	background-color:#efefef;
	opacity: 0.6;
}
#feature-ground h2 a{
	color:#333;
}
#feature-ground p{
	/* display:block; */
	display:none;
	float:right;
	margin:2px 0;
	width:270px;
	padding:0px 10px;
	position:absolute;
	top:450px;
	left:30px;
	font-size:12px;
	color:#efefef;
}
#feature-ground img{
	border-width:0px;
}

/* 個々のFeatureの集合体。名称は変更不可 */
#feature-items{
	display:block;/* 変更不可。最初に全部表示されてしまうのを防ぐ */
	margin:0px;
	padding:0px;
	position:relative;
}
/* 個々のFeature */
#feature-item1-detail,#feature-item2-detail,#feature-item3-detail,#feature-item4-detail,#feature-item5-detail,#feature-item6-detail,#feature-item7-detail{
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
	width:370px;
	height:450px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;
	padding:0px;
	background-color:transparent;
}
