@charset "utf-8";


@media screen and (min-width : 671px) and (max-width : 959px) {
#tmp_contents .wrap_imgbox .imgbox {
	width:33%;
	margin-right:0.5%;
}
#tmp_contents .wrap_imgbox .imgbox:nth-child(3n){
	margin-right:0 !important;
}
#tmp_contents .wrap_imgbox .imgbox:nth-child(3n+1){
	clear:both;
}
#tmp_contents .wrap_imgbox .imgbox:nth-child(4n){
	margin-right:0.5%;
}
#tmp_contents .wrap_imgbox .imgbox:nth-child(4n+1){
	clear:none;
}
#tmp_contents ul.natural_list {
	clear:both;
}
}
@media screen and (max-width : 670px) {
#tmp_contents .wrap_imgbox .imgbox {
	width:49.5%;
	margin-right:1%;
}
#tmp_contents .wrap_imgbox .imgbox:nth-child(2n+1){
	clear:both;
}
#tmp_contents .wrap_imgbox .imgbox:nth-child(2n){
	margin-right:0 !important;
}
#tmp_contents .diary_year_list {
	margin:0;
}
#tmp_contents .diary_year_list li {
	margin:0 6.8% 11px 0;
	padding-left:12px;
	width:3em;
}
#tmp_contents ul.natural_list {
	margin-left:1.8em;
	clear:both;
}
}
