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

/*PC*/
@media print, screen and (min-width: 769px) {

.list-cmn-05 li {
margin-bottom: 25px;
}

	ul.imgroll {
		width: 1100px;
		min-width: 1100px;
		list-style: none;
		margin-top: 30px;
	}
	
	ul.imgroll li {
		width: 350px;
		margin-right: 25px;
		float: left;
	}
	
	ul.imgroll li:last-child {
		margin-right: 0px;
	}
	



}


/*----------------------------------------------------*/


/*sp*/
@media only screen and (max-width: 768px) {

	ul.imgroll {
		width:100%;
		list-style: none;
		margin-top: 30px;
	}
	
	ul.imgroll li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	





}