@charset "utf-8";

.pageTitle{
	width: 249px;
	height: 60px;
	background: url(./img/title.png) no-repeat 0 0;
}

.article{
	overflow: hidden;
	padding: 25px 21px;
	font-size: 16px;
	line-height: 1.5;
}

.articleTitle{
	position: relative;
	margin: 10px 0 20px;
}

.articleTitle h1{
	padding: 34px 0 20px;
	font-size: 20px;
	border-bottom: 1px dashed #adadad;
}

.article .articleTitle p{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 4px 4px 2px 4px;
	font-size: 16px;
	color: #fff;
	background-color: #c9c9c9;
}
.articleText .date{
	float: right;
	padding: 4px 4px 2px 4px;
	font-size: 16px;
	color: #fff;
	background-color: #c9c9c9;
}

.textWrap{
	padding: 2.8%;
	background-image: url(./img/bg_bar.png), url(./img/bg.png);
	background-repeat: repeat-y, repeat;
	background-position: right top, 0 0;
}

.articleText{
	width: 85%;
	padding: 2.8%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.articleText figure{
	margin-bottom: 10px;
}

.articleText figure img{
	max-width: 100%;
}

.articleText p{
	margin: 10px 0 40px;
}

.articleText p:first-of-type{
	margin-top: 0;
}

.articleText p:last-of-type{
	margin-bottom: 0;
}

.articleText p img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 8px;
	background: url(./img/img_bg.gif) repeat 0 0;
}

.textWrap{
	background-size: 15.1% auto, auto;
}


.backnumber{
	display: none;
}
/*
.backnumber{
	float: right;
	width: 29.7%;
	padding: 0 10px 1px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.backnumber h3{
	text-align: right;
}

.backnumber li{
	margin-top: 10px;
	background-color: #fff;
}

.backnumber li .text{
	padding: 5px 10px;
}

.backnumber li a{
	font-size: 14px;
	color: #555554;
	text-decoration: none;
}

.backnumber li a:hover{
	text-decoration: underline;
}

.backnumber li span{
	display: block;
	text-align: right;
}

.backnumber li img{
	display: block;
	width: 100%;
}

.backnumber li:nth-child(n + 4) img{
	display: none;
}
*/

/* 980px以下
==============================*/
@media screen and (max-width: 980px) {
	.contents::before {
		width: 83px;
	}

	.pageTitle{
		width: 125px;
		height: 30px;
		background: url(./img/sp_title.png) no-repeat 0 0;
		background-size: 98px 30px;
	}

/* 個別ページ */
	.article{
		padding: 2.2% 2.7%;
	}

	.article figure img{
		width: 100%;
	}

	.article img{
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.interviewBox .fLeft{
		width: 40%;
	}

	.interviewBox .fRight{
		width: 40%;
	}

}/* media */
/* 640px以下
==============================*/
@media screen and (max-width: 640px) {

/* 個別ページ */
	.article{
		width: 95%;
		font-size: 14px;
	}

	.articleTitle{
		margin-bottom: 15px;
	}

	.articleTitle h1{
		padding: 50px 10px 10px 0;
		font-size: 16px;
	}

	.article .articleTitle p{
		font-size: 14px;
	}

	.articleText{
		width: 100%;
	}
	
	.article p img{
		max-width: 90%;
	}

	.textWrap{
		background-image: none, url(./img/bg.png);
	}
/*
	.backnumber ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.backnumber li,
	.backnumber li img{
		width: 100%;
	}
	
	.backnumber li{
		float: none;
		display: flex;
		flex-wrap: wrap;
		width: 49%;
	}
	
	.backnumber li a{
		font-size: 11px;
	}

	.backnumber li:nth-child(n + 3) img{
		display: none;
	}
	
	.backnumber{
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
*/

}/* media */

