<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* +project
*----------------------------------------------------------------------------*/
#project {
	overflow: hidden;
/*	margin-top: 30px*/;
	float: left;
	width: 75%;
	text-align: center;
}
#proMenu{
	width: 240px;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
	display:none;
	clear: both;
	margin-right: auto;
	margin-bottom: 0;	
}#proMenu fieldset{
margin:0 auto;
/*	text-align: center;*/
}

#proMenu legend{
	margin:0 auto;
	text-align: center;

	color: #FF0000;
}
#proMenu  label{
	text-align: center;
	width:80px;

}
#proMenu  button{
	text-align: center;
	width: 190px;
}

#proMenu .ckMenu{

display:block;
}

/**
*
* =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;
}




/* +photo list
*----------------------------------------------------------------------------*/
#project article {
	margin-bottom: 30px;
}







/* +width:1024 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	
}


/* +width:768 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#project {
		width: 100%;
	}

	
	#proMenu{
			margin-right: 0;
			width: 100%;
	}	
	#proMenu  button{
		text-align: center;
		width:100%;
	
	
	}
	#proMenu  .ckMenu{
		display:none;
	}	
	
	
}


/* +width:480 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#project {
		width: 100%;
	}
	#proMenu{
			margin-right: 0;
			width: 100%;
	}	
	#proMenu  button{
		text-align: center;
		width:100%;
	
	
	}
	#proMenu  .ckMenu{
		display:none;
	}

	.iframeItem {
			margin-right: 0;
			width: 100%;
	}

}

@media screen and (max-width: 400px) {
	#proMenu{
			margin-right: 0;
			width: 100%;
	}
	#proMenu  button{
		text-align: center;
		width:100%;
	}
	#proMenu  .ckMenu{
		display:none;
	}	

		.iframeItem {
			margin-bottom: 10px;
			width: 100%;
	}
	#project {
		width: 100%;
	}

}</pre></body></html>