
article { padding-top: 50px;}
#maininner02 { padding-bottom :80px;}
#interview-list > li div {
    height: 244px;
    overflow: hidden;
}

@media screen and (max-width: 800px) {

	#interview-list > li div {
		height: auto;
		max-height: 350px;
	}

}


/*============.page====================*/

.page {
	width: 290px;
	display: table;
	margin: 50px auto 0;
	position: relative;
}

.page > a {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
}

.page > a:hover { opacity: 0.5;}

.page a.forward{
	left: 0;
	background: url("../img/icon_left.jpg") center no-repeat;
}

.page a.next{
	right: 0;
	background: url("../img/icon_right.jpg") center no-repeat;	
}

.page ul{
	display: table;
	margin: 0 auto;
}

.page ul li{
	float: left;
	width: 40px;
	margin-right: 1px;
}

.page ul li:last-child{	margin-right: 0px;}

.page ul li a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding: 7px 0;
	background-color: #d1a930;
	color: #fff;
	border:solid 1px #d1a930;
	box-sizing: border-box;
}
.page ul li a.active,
.page ul li a:hover{
	background-color: #fff;
	color: #d1a930;
}

/*---- detail ----*/

#entry-content ul.pict { padding-top: 50px; }

#entry-content ul.pict li {	margin-bottom: 40px;}
#entry-content ul.pict li:last-child {	margin-bottom: 60px;}

#entry-content ul.pict li > img{
	width: auto;
	margin: 0 auto;
	display: block;
}

#entry-content iframe {
	width: 100%;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#entry-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#entry-content { margin-bottom: 80px;}

@media screen and (max-width: 750px) {
	
	article { padding-top: 30px;}
	
	#maininner02 {
		width: 90%;
		margin: 0 auto;
		padding: 12px 20px 80px 20px;
		background-color: #FFF;
		box-sizing: border-box;
	}
	
	.page > a { line-height: 25px;}
	.page ul li a { padding: 10px 0; }

}

