@charset "utf-8";
#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;
	/*overflow:hidden;*/
	overflow:hidden;
	
	
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 0;

}



#project .money {
	font-weight:900;
	color:#F00;
	text-align: center;
	margin: 0 5px;
	width:100%;

}

#project .hrx {
	width: 100%;
	height: 52px;
	font-size: 30px;
	font-weight:900;
	color: #FFF;
	margin: 5px;
	padding-left: 70px;
	clear: both;
	background-image: url(/images/icon/icon_hr.png),linear-gradient(90deg, #000, #84A0B8 35%);
	background-repeat: no-repeat,no-repeat;
	background-position: 10px 2px,0px 0px;
	line-height: 52px;
}


#project .hrx a:visited {font-size: 30px;font-weight:900;color: #FFF;}
#project .hrx a:link {font-size: 30px;font-weight:900;color: #FFF;}
#project .hrx a:hover {font-size: 30px;font-weight:900;color: #E32F46;}



#project .photoItem h4 {
	margin: 0 5px;
	text-align: center;
	font-weight:900;
	font-size:22px;
}

#project .photoItem article {
	margin: 15px 5px 25px;
	text-align: center;
	font-size: 13px;
	color: #bbb;
}

#project .photoItem .photo {
	margin: 5px;
	display: block;
	height:200px;

	overflow:hidden;;
}

#project .photoItem .photo img {
	width: 100%;
/*	transform:scale(1,1);*/
	transform:scale(1.5,1.5);
	transition: all 1s ease-out;
	z-index:99998!important;
}
#project .photoItem .photo img:hover{

	transform:scale(1.4,1.4);
}

#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%;
	}
	
}