/*===============================================
●style.css 画面の横幅が737px以上
===============================================*/
@media print, screen and (min-width: 737px){
div#content	article	{
	width: 912px;
	margin: 80px auto;
}
div#content	article	h1	{
	display: block;
	margin-bottom: 48px;
	text-align: center;
	font-size: 27px;
	line-height: 28px;
}
div#content	article	h1	span	{
	display: block;
	margin-top: 14px;
	color: #666;
	font-size: 14px;
	line-height: 15px;
}
div#content	article	section	{
	display: inline-block;
	float: left;
	width: 304px;
	height: 313px;
	margin: 0 0 80px;
	padding: 0;
	text-align: center;
}
div#content	article	section	a	img	{
	max-width: 222px;
}

div#content	article	section	a	img.info_logo	{
	margin: 10px auto 15px;
}
div#content	article	section	a	span	{
	display: block;
	color: #333;
	font-size: 14px;
}
div#content	article	section	a	span.rowx2	{
	margin: 40px auto auto;
}

}

/*===============================================
●smart.css  画面の横幅が736pxまで
===============================================*/
@media only screen and (max-width:736px){
div#content	article	{
	width: 90%;
	margin: 8% auto;
}
div#content	article	h1	{
	display: block;
	margin-bottom: 5%;
	text-align: center;
	font-size: 27px;
	line-height: 28px;
}
div#content	article	h1	span	{
	display: block;
	margin-top: 14px;
	color: #666;
	font-size: 14px;
	line-height: 15px;
}
div#content	article	section	{
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 14px;
	padding: 3% 0;
	text-align: left;
	border: solid 1px #CCC;
}
div#content	article	section	a	img	{
	float: left;
	width: 28%;
	max-width: 222px;
	margin: 0 5%;
}

div#content	article	section	a	img.info_logo	{
	float: none;
	width: 50%;
	max-width: 220px;
	margin: 10px auto 15px;
}
div#content	article	section	a	span	{
	display: block;
	color: #333;
	font-size: 13px;
	text-indent: 0.8em;
}
div#content	article	section	a	span.rowx2	{
	margin: 0;
	padding: 12% 0 0;
}

}
