@charset "utf-8";

.contents.col2{
	padding: 17px;
}

.pageTitle{
	width: 196px;
	height: 60px;
	background: url(./img/title.png) no-repeat 0 0;
}

.storyTitleArea{
	position: relative;
	height: 87px;
	margin: 15px 0;
	line-height: 1.5;
	background: url(../top_assets/img/story_bg.png) no-repeat -180px top;
}

.storyTitleArea .storyTitle{
	position: absolute;
	top: 31px;
	left: 10px;
	font-size: 26px;
	color: #fff;
}

.storyTitleArea .storyTitle span{
	font-size: 40px;
}

.storyTitleArea .storyOa{
	position: absolute;
	top: 13px;
	right: 0;
	padding: 7px 10px 0 0;
	font-size: 22px;
	color: #7d7d7d;
	text-align: right;
}

.storyTitleArea .storyOa span{
	display: inline-block;
	margin-right: 5px;
	padding: 0 4px;
	font-size: 18px;
	font-family: "UD新ゴ コンデンス60 EL", sans-serif;
	font-weight:100;
	color: #fff;
	line-height: 1.2;
	vertical-align: middle;
	background-color: #7d7d7d;
}

.storyImg{
	overflow: hidden;
	margin: 15px 0;
}

.storyImg li{
	width: 49%;
	max-width: 314px;
}

.storyImg li:nth-child(odd){
	float: left;
}

.storyImg li:nth-child(even){
	float: right;
}

.storyImg li img{
	width: 100%;
}
.textArea{
	font-size:16px;
	line-height:30px;
}
/* 980px以下
==============================*/
@media screen and (max-width: 980px) {
	.contents.col2{
		padding: 7px;
	}

	.pageTitle{
		width: 98px;
		height: 30px;
		background: url(./img/sp_title.png) no-repeat 0 0;
		background-size: 98px 30px;
	}

	.storyTitleArea{
		background-position: 55% top;
	}
}/* media */

/* 640px以下
==============================*/
@media screen and (max-width: 640px) {
	.storyTitleArea{
		position: relative;
		height: 60px;
		margin-bottom: 10px;
		background-size: auto 60px;
	}

	.storyTitleArea .storyTitle{
		top: 28px;
		left: 5px;
		font-size: 16px;
	}

	.storyTitleArea .storyTitle span{
		font-size: 18px;
	}

	.storyTitleArea .storyOa{
		top: 17px;
		right: 5px;
		padding: 0;
		font-size: 14px;
		color: #7d7d7d;
		text-align: right;
	}

	.storyTitleArea .storyOa span{
		top: 20px;
		right: -5px;
		margin-right: 5px;
		font-size: 12px;
	}
}/* media */

