@charset "utf-8";
/* CSS Document */

/* SampleSite
-----------------------------------------------------*/
/* ==============================================
    crumbs
============================================== */
#crumbs {
	list-style: none;
	width: 1000px; /* total 980px */
	margin: 13px auto 45px;
	padding: 0 15px;
	text-align: left;
	box-sizing: border-box;
}
#crumbs:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#crumbs li {
	float: left;
	font-size: 12px;
	margin-right: 4px;
}
#crumbs a{
	color: #119b44;
	margin-right: 4px;
}
#crumbs a:hover{
	text-decoration: none;
}


@media screen and (max-width: 750px) {
/****************************************************
    750px未満に適用
****************************************************/

/* ==============================================
		crumbs
============================================== */
#crumbs {
	width: 100%;
	box-sizing: border-box;
}

.contents_block .photo_list li{
	margin-right: 2%;
	width: 32%;
}
.contents_block .photo_list li img{
	width: 100%;
}
}
