@charset "UTF-8";

/*  =============================

			 		Top

=============================  */

body#top{
	height:100%;
}

#top .top_area{
	float:right;
}

#top .top_area ul li{
	float:left;
	width:186px;
	margin:0 0 0 30px;
}

#top .top_area ul li p{
	padding-bottom:10px;
	text-align:center;
}

#top #cnt .kiosk{
	position:absolute;
	bottom:60px;
	left:30px;
}

#top #cnt .contact{
	position:absolute;
	bottom:30px;
	left:30px;
}

/*  =============================

		Collection

=============================  */
ul.navi{
	position:absolute;
	top:200px;
	left:30px;
}

ul.navi li{
	margin-bottom:5px;
}

ul.navi li a{
	text-decoration:none;
}

#collection{
	width:100%;
}

#collection ul{
	width:100%;
	text-align:center;
}

#collection ul li{
	margin-bottom:50px;
}

#collection ul li.end{
	font-size: 12px;
	padding-bottom: 80px;
	margin-top: -10px;
}

#collection ul li.end_2{
	margin-bottom:50px;
	margin-top: -20px;
	padding-bottom: 0;
}

#collection ul li.end_3{
	padding-bottom: 100px;
}


@media screen and (max-width: 780px){
#collection ul li img{
	height:50%;
	width:auto;
}
}
