#body {
	margin:0 auto 2rem !important;
	max-width:100% !important;
}
#top {}

/*スライダーエリア*/
#main .flexslider {
	width:100%;
}
#main ul.slides img {
	width:auto;
	height:360px;
}
/*.slider 2015/3/7 */
.slider {
	width: 1920px;
}

/*中央バナー*/
#sub {
	overflow:hidden;
	margin:3rem auto 0;
	width:960px;
	clear:both;
}
#sub li {
	float:left;
	width:300px;
	/*height:330px;*/
	/*JAPAN 20150202 START*/
	height:400px;
	/*JAPAN 20150202 END*/
	margin-left:30px;
	text-align:center;
	position:relative;
}
#sub li:nth-child(1), #sub li:nth-child(4){
	margin-left:0px;
}
#sub li:nth-child(4), #sub li:nth-child(5), #sub li:nth-child(6){
	margin-top:30px;
}
.linkarea a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:left;
	text-indent:-9999px;
}
#sub .tile:hover {
	position:relative;
	width:300px;
}
#sub .tile:hover h2 {
	color:#b2b2b2;
}
#sub .tile h2 {
	font-size:1.2rem;
	width:256px;
	displya:block;
	margin:0 auto;
}
#sub .tile p {
	/*margin-top:1.4rem;*/
	/*JAPAN 20150227 START*/
	margin-top:3rem;
	/*JAPAN 20150227 END*/
	line-height:1.5rem;
	height: 7.0rem; /* 2015.02.16 Edit 6.0rem -> 7.0rem */
}
#sub .tile p.summary {
	width:18rem;
	margin:1.4rem auto 0;
	/*JAPAN 20150226 START*/
	text-align:left;
	/*JAPAN 20150226 END*/
}
#sub .tile p.red {
	color:#ff0000;
	height:2rem;
}
.tile span.thumb {
	width:150px;
	height:100px;
	display:block;
	margin:3rem auto 2.5rem;
}
#main .slider img, #sub li img, #feature li img {
	width:100%;
}

/*下部バナー*/
#feature {
	width:910px;
	margin:3rem auto;
}
#feature .banner {
	text-align:center;
	position:relative;
}
#feature .banner:hover {
	position:relative;
	width:440px;
}
#feature .banner:hover h2 {
	color:#b2b2b2;
}
#feature li {
	float:left;
	width:440px;
	margin-right:30px;
}
#feature li:last-child {
	margin-right:0;
}
#feature span.thumbs {
	width:440px;
	height:100px;
}
#feature span.thumbs img{
	width:100%;
}
#feature h2 {
	margin-top:2.1rem;
}
#feature p {
	line-height:1.5rem;
}
#feature p.summary {
	margin:1.4rem auto 3rem;
}

.line{
	width:100%;
	height:1px;
	border-top:1px solid #000;
	margin:5rem 0 3.8rem 0;
}
#pc_slider { display:none; }
#mb_slider { display:none; }
.news {
	line-height: 4rem;
	font-size: 0.85em;
	background-color: #eee;
}
.news p {
	max-width: 910px;
	margin: 0 auto;
}
.news p span {
	color: #eb1e1e;
}
@media screen and (max-width:959px) {
	#sub {
		width:640px;
	}
	#sub li:nth-child(odd){
		margin-left:0px;
	}
	#sub li:nth-child(even){
		margin-left:40px;
	}
	#sub li:nth-child(3){
		margin-top:30px;
	}
	#feature {
		width:440px;
	}
}

@media screen and (max-width:639px) {

	#sub {
		width:300px;
	}
	#sub li {
		text-align:center;
		border-bottom:1px solid #b2b2b2;
	}
	#sub li:last-child {
		border:none;
	}
	#sub li:nth-child(n+1){
		margin-left:0px;
		margin-top:30px;
	}
}

@media screen and (max-width:414px) {

    /*.slider 2015/3/7 */
	.slider {
	width: 375px;
	}

	#main .flexslider {
		width:100%;

	}
	#main ul.slides img {
		width:auto;
		height:535px;
		/*height 変更 2015/3/7 */
	}
	#feature {
		width:100%;
	}
	#feature li {
		float:none;
		width:100%;
	}
	#feature h1 {
		margin-top:2.1rem;
	}
	#feature p {
		line-height:1.5rem;
		width:315px;
	}
	#feature .banner:hover {
		width:100%;
	}
	.line{
		display:none
	}
	/*JAPAN 20150226 START*/
	#sub .tile p.summary{
		text-align:left;
	}
	/*JAPAN 20150226 END*/
	.news {
		line-height: initial;
		padding: 0.5rem 0.8rem;
	}
	.news p span {
		display: block;
		text-align: center;
		padding-bottom: 0.2rem;
	}
}



