@charset "utf-8";

/* ------------------------------
 メインイメージ
------------------------------ */
.mainOut {
	margin-left: 210px;
}
.main {
	width: 100%;
	position: relative;
}
.contents {
	width: 81%;
	margin: 0 auto;
}
.contents img{
	width: 100%;
}

/* ------------------------------
 メインイメージスマホ
------------------------------ */
@media screen and (max-width: 768px) {
	.mainOut{
		position: static;
		margin-left: 0;
	}
	.main {
		position: static;
	}
	.contents {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}
/* ------------------------------
 新着
------------------------------ */
.newsOut{
	width: 100%;
	background: url(/img/news_bg.png);
	position: absolute;
	bottom: 0;
	z-index: 500;
}
.news{
	width: 81%;
	margin: 0 auto;
	padding: 12px 0 10px 0;
	color: #fff;
	height: 100px;
	color: #fff;
	display: table;
}
.news .mainCatchSp{
	display: none;
}
.news .l{
	width: 155px;
	float: left;
}
.news .l p{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: none;
	line-height: 1.5;
}
.news .l a{
	width: 116px;
	height: 24px;
	padding-top: 5px;
	line-height: 1;
	color: #333333;
	background: #808080;
	display: block;
	text-align: center;
	position: relative;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.news .l a::before{
	content: '';
	position: absolute;
	top: 9px;
	right: 7px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news .r{
	width: 82%;
	float: left;
}
.news ul{
	font-size: 1.3rem;
	line-height: 2;
}
.news ul span:first-child{
	width: 85px;
	display: inline-block;
}
.news ul a{
	color: #fff;
	text-decoration: underline;
	font-size: 1.3rem;
}
.news ul a:hover{
	text-decoration: none;
}
/* ------------------------------
 新着スマホ
------------------------------ */
@media screen and (max-width: 768px) {
	.newsOut{
		width: 100%;
		background: none;
		position: static;
	}
	.news{
		width: 100%;
		margin: 0 auto;
		padding: 25px 15px 45px 15px;
		position: static;
		height: auto;
		background: #4D4D4D;
	}
	.news .mainCatchSp{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		display: block;
	}
	.news .mainCatchSp img{
		width: 240px;
	}
	.news .l{
		width: 100%;
		float: none;
	}
	.news{
		width: 100%;
	}
	.news .l p{
		float: left;
		font-size: 1.8rem;
		line-height: 1;
		margin-bottom: 20px;
	}
	.news .l a{
		width: 80px;
		float: right;
	}
	.news .r{
		width: 100%;
		float: none;
	}
	.news ul span:first-child{
		display: block;
		line-height: 1;
	}
	.news ul li{
		margin-bottom: 10px;
	}
}