@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/





/* =========== instagram setting =========== */
div.cakelist {
	width: 100%;
	max-width: 1050px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	
div.cakelist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

div.cakelist ul:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

div.cakelist ul li {
	float: left;
	width: 19.8%;
	margin-bottom: 20px;
	padding: 0;
	font-size: 0;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAEAEB;
}

.cakelist .cakelist_002 .last{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEB;
}



div.cakelist ul li img {
	width: 100%;
}

div.cakelist p {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
