

/* +project
*----------------------------------------------------------------------------*/
#project {
	margin-bottom: 20px;
	overflow: hidden;
		clear: both;
}

/**
*
* =project list
*
**/

.iframeItem {
	margin: 0 2% 20px 0;
	width: 22.8%;
	border: 1px #cdcdcd solid;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
.iframeItem h4 {
	text-align: center;
}

#project .photoItem {
	width: 23.3%;
	border: 1px #cdcdcd solid;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 0;
}

#project .photoItem h4 {
	margin: 0 5px;
	text-align: center;
	font-size: 16px;
}

#project .photoItem article {
	margin: 15px 5px 25px;
	text-align: center;
	font-size: 13px;
	color: #bbb;
}

#project .photoItem .photo {
	margin: 5px;
	display: block;
}

#project .photoItem .photo img {
	width: 100%;
}

#project .photoItem:nth-child(4n) {
	margin-right: 0;
}


/* +photo list
*----------------------------------------------------------------------------*/
#project article {
	margin-bottom: 30px;
}

#project .project_box {
	margin: 0 2% 20px 0;
	width: 23.3%;
	border: 1px #cdcdcd solid;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#project .project_box .photo-item {
	margin: 5px;
	overflow: hidden;
}

#project .project_box .photo-item img {
	width: 100%;
}

#project .project_box:nth-of-type(4n) {
	margin-right: 0;
}

#project .project_box:nth-of-type(5) {
	clear: both;
}


div#framer {
	top: 140px !important;
}


/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
	#project .photoItem{
			margin-right: 0;
			width: 98.5%;
	}
	.iframeItem {
			margin-right: 0;
			width: 98.5%;
	}
}

@media screen and (max-width: 400px) {

	#project .photoItem{
			margin-bottom: 10px;
			width: 99.8%;
	}
		.iframeItem {
			margin-bottom: 10px;
			width: 99.8%;
	}
	
}