/*----------------------------------------------------------
	edit by toshio maeoka / pm studio co.,ltd.
	mail:maeoka@pmstudio.com
	url:http://www.pmstudio.com/
-----------------------------------------------------------*/

/*-------------------------------
	each ollection frame
--------------------------------*/

.block2{
	width:auto;
	height:auto;
	margin: 0px auto;
	border: 1px solid #CCC;
	display:block;
}

.spcial_list{
	width:100%;
	height:auto;
	margin:0px auto;
	border: 0px solid #CCC;
	display:block;
}

/*---PC用非表示---*/
.sp_show{
	display:none;
}

/*--special.html--*/
/*--検索ボックス--*/
.serch_box{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100px;
	padding:20px 0px 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.serch_collection{
	width:70%;
	height:auto;
	margin: 0px auto;
}

.collection_selector{
	background:rgba(0,0,0,0.2);
	width:400px;
	height:37px;
	color:rgba(255,255,255,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(255,255,255,0.8);
}

input[type="submit"].serch_btn{
	width:150px;
	height:37px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	border-style:none;
}

/*--インタビューフレーム--*/
ul.interview_frame{
	width:102%;
	height:auto;
	margin:0px 0px;
	border: 0px solid #ccc;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}

ul.interview_frame li{
	width:512px;
	height:175px;
	margin:0px 20px 20px 0px;
	padding:0px 0px 0px 0px;
	border: 1px solid #ccc;
}

/*--インタビューボックス--*/
dl.intervew_box{
	width:auto;
	height:134px;
	margin:0px 0px;
	padding:20px 20px 20px 20px;
	border: 0px solid #ccc;
}

dl.intervew_box dt:nth-child(1){
	width:7%;
	height:134px;
}

dl.intervew_box dt:nth-child(2){
	width:43%;
	height:134px;
}

dl.intervew_box dt:nth-child(3){
	width:50%;
	height:134px;
}

.interview_tate{
	width:16px;
	height:134px;
	overflow:hidden;
}

.interview_tate img{
	width:auto;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}


/*--インタビュー写真トリミング--*/
.interview_photo{
	position:relative;
	width:180px;
	height:130px;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #ccc;
}

.interview_photo img{
	width:180px;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*---Newsフラグ----*/
.new_icon_pink{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 70px solid rgba(232,42,148,1);
	border-right: 70px solid transparent;
	z-index: 100;
}

.new_icon_green{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 70px solid rgba(159,194,56,1);
	border-right: 70px solid transparent;
	z-index: 100;
}

.new_icon_text{
	position: absolute;
	width:30px;
	heighth:30px;
	top:-55px;
	left:6px;
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	font-size:1.6rem;
	color:rgba(255,255,255,1);
	font-weight: 600;
	border: 0px solid #ccc;
}

/*-------------------------------
		photo hover
--------------------------------*/
.interview_photo img{
	transition-duration: 0.5s;
	cursor:pointer;
}

.interview_photo img:hover{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
