@charset "utf-8";

/*=================================
	toppage setting
=================================*/


#showcase {
		width:750px;
		overflow:hidden;
}
#showcase ul{
	overflow:hidden;
}
#showcase ul li{
	float:left;
}

#pager {
	text-align:center;
}
#pager a {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 10px 7px 5px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4) inset;
	background-color:#CBCBCB;
	border-radius: 10px;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
	box-shadow: none;
}

#linkBtn{
	margin-top:15px;
}
#linkBtn li{
	width:240px;
	float:left;
	margin-left:15px;
}
#linkBtn li.firstChild{
	margin-left:0;
}

