﻿/* ====================
/magazines.html
==================== */

/*** contents ***/

/*block*/
.block{
}
.block li{
	width:576px;
	background:url(../../common/img/dot.gif) left bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}
.block li span img{
	margin-right:10px;
}

#magazines h2{
	margin-bottom:5px;
}

/*special_edition*/
#special_edition{
	margin-top:50px;
	margin-bottom:10px;
}
#special_edition h2{
	margin-bottom:3px;
}
/*clearfix*/
.block{ /zoom : 1; }
.block:after{ content : ''; display : block; clear : both; }

