@charset "euc-jp";

/* メインエリア
--------------------------------------------------------------------*/
#side_space {
	clear:both;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	float:none;
}
#side_space ul {
	width:1200px;
	margin:20px auto 0 auto;
}
#side_space ul li {
	width:32%;
	float:left;
	margin:0 0.5%;
}
#side_space ul li.x3{margin-right:0;}

/* メディアクエリ
--------------------------------------------------------------------*/
@media screen and (max-width:1200px){
	#side_space ul {
		width:100%;
		max-width:1200px;
	}
}
@media screen and (max-width:900px){
	#side_space {
		clear:both;
		width:100%;
		max-width:1200px;
		margin:0 auto;
		float:none;
		padding:0 25px;
		box-sizing:border-box;
	}
	#side_space ul li {
		width:30%;
		margin:0 1.5%;
	}
	#side_space ul li:nth-child(even) {margin:0 1.5%;}
	#side_space ul li a img {
		width:100%;
		height:auto;
	}
	#side_space ul li h3 {
		font-size:14px;
		margin:5px 0 15px;
	}
}
