/*===============================================
●style.css 画面の横幅が737px以上
===============================================*/
@media print, screen and (min-width: 737px){
h2.ttl	{	margin-left: 85px; margin-top: 67px;}
.future	{
	display: inline;
	float: right;
	width: 714px;
	height: 640px;
	background-image: url("../images/future/bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
}
.future	p	{
	width: 542px;
	margin: 20px auto 14px;
	font-size: 13px;
	line-height: 21px;
}
.future	p.read_last	{
	display:inline-block;
	float: left;
	width: 248px;
	margin-left: 85px;
}
.future_photo	{
	margin: 30px 0 0;
}
.future_photo	img	{
	float: right;
	width: 95px;
	height: 148px;
	margin-left: 18px;
	margin-right: 95px;
	vertical-align: bottom;
}
.future_photo	p	{
	padding-top: 65px;
	text-align: right;
	font-size: 12px;
}

.future_photo	span	{
	display: block;
	line-height: 16px;
}
.future_photo	span.name	{	font-size: 14px;}
.future_photo	span.small	{	font-size: 10px;}
}
/*===============================================
●smart.css  画面の横幅が736pxまで
===============================================*/
@media only screen and (max-width:736px){
.future	{
	width: 100%;
	background: #E1E3EA;
	padding-bottom: 8%;
	padding-top: 8%;
}
.future	p	{
	width: 94%;
	margin: 6% auto 0;
	font-size: 15px;
	line-height: 21px;
	text-align: left;
}
.future	p.read_last	{
	margin-bottom: 5%;
	margin-left: 3%;
}
.future_photo	{
	clear: both;
	width: 100%;
	margin: 6% auto;
}
.future_photo	img	{
	float: right;
	width: 95px;
	margin-left: 2%;
	margin-right: 4%;
	vertical-align: bottom;
}
.future_photo	p	{
	padding-top: 47px;
	text-align: right;
	font-size: 14px;
}
.future_photo	span	{
	display: block;
	line-height: 18px;
}
.future_photo	span.name	{	font-size: 18px;}
.future_photo	span.small	{	font-size: 11px;}
}

