@charset "utf-8";
/**
 * index.css 
 * (c) FOURDIGIT Inc.
 *
 */

#seinenBG {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	
	display: none;
}

#seinenArea {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -335px;
	width: 670px;
	padding-top: 305px;
	background: url(/course/baby/common/imgs/seinen_select/bg.png) no-repeat left top;
	
	display: none;
}
#seinenArea #btClose01 {
	position: absolute;
	top: -16px;
	right: -16px;
}
#seinenArea ul {
	margin: 0 0 53px 28px;
}
#seinenArea ul li {
	float: left;
	margin-right: 6px;
}
#seinenArea ul li img {
	vertical-align: top;
}
#seinenArea #btClose02 {
	text-align: right;
}