@charset "UTF-8";

/* 各カテゴリ別設定 for case
=================================================================== */
#hdrCNT { border-bottom: 4px solid rgba(242,81,0,1.00) }
#gNavAnken { background-color: rgba(242,81,0,1.00) }
#gNav > ul > #gNavAnken > a, #case #gNav > ul > #gNavAnken:hover > a {color:rgba(255,255,255,1.00)}
#subNavi h2 {
	border-top-color: rgba(255,126,39,1.00);
	background-image: url(../../anken/image/sidemenuImg_anken.png);
}
#relativeNavi h3 {
	border-left-color: rgba(242,81,0,1.00);
	background-color: rgba(242,81,0,0.50);
}

.sct_Lead ul li:before,
.sct_content ul li:before { border-color: rgba(255,207,175,1.00); }
.sct_links .link_intPage i { background-position: -26px 0px; }
.sct_linkPN .link_prevPage i { background-position: -145px 0px; }
.sct_linkPN .link_nextPage i { background-position: -132px 0px; }

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
#breadcrumb ol li:nth-of-type(2) { background-color: rgba(242,81,0,1.00); }
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
}

.w90 {
	width: 90px;
	text-align: center;
}
.w80 {
	width: 80px;
	text-align: center;
}
.w200 { width: 200px;}
.w300 { width: 300px;}

/*parts*/
/*interview list*/
#interviewList {margin-top: 20px;}
#interviewList > div:before, #interviewList > div:after {content:""; display:table;}
#interviewList > div:after {clear:both}
#interviewList > div {
	margin-bottom: 10px;
	padding: 35px 0 10px 10px;
	border: 2px solid rgba(207,207,207,1.00);
	background-color: rgba(248,248,248,1.00);
	cursor: pointer;
	position: relative;
}
#interviewList > div.interviewListNEW {
	background-color: rgba(255,250,232,1.00);
}
#interviewList > div.interviewListNEW:before {
	content: "NEW";
	height: 16px;
	width: 40px;
	display: block;
	position: absolute;
	top: -10px;
	left: -7px;
	color: rgba(255,255,255,1.00);
	font-family: 'Cuprum',sans-serif;
	font-weight: 700;
	font-size: 77%;
	text-align: center;
	border-radius: 6px;
	background-color: rgba(242,81,0,1.00);
}
#interviewList figure {
	float: left;
	clear: both;
	width: 165px;
	height: 124px;
	margin-right: 10px;
	padding: 2px;
	background-color: rgba(255,255,255,1.00);
}
#interviewList .interviewList_catch {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.35;
	clear: right;
	overflow: hidden;
	text-overflow: ellipsis;
}
#interviewList dl{
	width: 245px;
	float: left;
}
#interviewList dl.solo{
	width: 70%;
	float: left;
}
#interviewList .interviewList_transfer { margin-right:10px; }
#interviewList dl dt,
#interviewList dl.solo dt{
	font-size: 77%;
	color:rgba(255,126,39,1.00);
}
#interviewList dl dd h4,
#interviewList dl.solo dd h4{
	font-weight: bold;
	font-size: 93%;
}
#interviewList dl dd p,
#interviewList dl.solo dd p{
	margin: 0;
	font-size: 77%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#interviewList > div > ul.intv_side,
#interviewList > div > ul.intv_keywords {
	position: absolute;
	top: 10px;
	margin-left: 0; /*reset*/
	padding-left: 0; /*reset*/
	line-height: 1;
}
#interviewList > div > ul.intv_side { left: 12px}
#interviewList > div > ul.intv_keywords { right: 0px; /*temp*/ display: none;}
#interviewList > div > ul.intv_side li,
#interviewList > div > ul.intv_keywords li {
	padding: 3px; /*reset*/
	display: inline-block;
	color: rgba(255,255,255,1.00);
	font-size: 85%;
}
#interviewList > div > ul.intv_side > li.intv_side_sell { background-color: rgba(35,0,140,1.00);}
#interviewList > div > ul.intv_side > li.intv_side_buy { background-color: rgba(0,70,140,1.00);}
#interviewList > div > ul.intv_keywords li { background-color: rgba(242,81,0,1.00);}
#interviewList > div > ul.intv_side li:before,
#interviewList > div > ul.intv_keywords li:before { /*reset*/
	height: auto;
	width: auto;
	margin: 0;
	float: none;
	border: none;
}


#interviewList .interviewList_transfer h4 { color: rgba(31,0,140,1.00); }
#interviewList .interviewList_inherit h4 { color: rgba(0,70,140,1.00); }
/*interview page*/
#interview_corpPorf:before, #interview_corpPorf:after {content:""; display:table;}
#interview_corpPorf:after {clear:both}
#interview_corpPorf {
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	background-color: rgba(245,245,245,1.00);
}
#interview_corpPorf dl {
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
#interview_corpPorf dl.solo {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#interview_corpPorf dl dt {
	color:rgba(255,126,39,1.00);
	font-size: 77%;
}
#interview_corpPorf dl dd h4 {
	font-weight: bold;
	font-size: 93%;
}
#interview_corpPorf dl dd ul li {
	font-size: 85%;
	padding-left: 0;
}
.interview_corpPorf {
	margin: 2% 0;
    padding: 2%;
    background-color: rgba(245,245,245,1.00);
}
.box_quotation {
	margin-right: 15px;
	margin-left: 15px;
	padding: 30px 10px;
	background-color: #F8F8F8;
	border-radius: 10px;
	text-align: center;
	font-size: 116%;
	line-height: 1.2;
	color: #D10000;
	text-shadow: 1px 1px 3px #D4D4D4;
}
.box_quotation q {
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
}
.box_quotation q:before,
.box_quotation q:after {
	color: #CCCCCC;
	font-size: 400%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
}
.box_quotation q:before{
	content:open-quote;
	left: -30px;
	top: -20px;
}
.box_quotation q:after {
	content:close-quote;
	right: -30px;
	/*top: 10px;*/
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
#interviewList > div { padding: 10px;}
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
#interviewList > div { padding: 5px;}
#interviewList > div.interviewListNEW:before { top: -15px;}
#interviewList figure {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#interview_corpPorf {
	margin-right: 0;
	margin-left: 0;
	padding: 5px;
}
#interview_corpPorf dl {
	width: 100%;
	display: block;
}
#interview_corpPorf dl dt { font-size: 85%;}
}

/*contract-------------------*/
.naviMenuYears:before,.naviMenuYears:after {content:""; display:table;}
.naviMenuYears:after {clear:both}
.naviMenuYears {
	margin: 20px 0 0 10px;
}
.naviMenuYears ul li {
	padding: 0;
	display: inline;
	float: left;
}
.naviMenuYears ul li a {
	width: 40px;
	margin: 0 1px;
	padding: 8px 0;
	display: block;
	font-family: 'Cuprum', Arial, Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.2;
	text-align: center;
	border: 1px solid rgba(204,204,204,1.00);
	border-radius: 4px;
	background-color: rgba(255,255,255,1.00);
}
.naviMenuYears ul li a:hover {
	color: rgba(255,255,255,1.00);
	background-color: rgba(255,126,39,1.00);
}
.menuSelectBtnSet { display: none; } /*for jQuery setting*/
.menuSelectIdst {
	margin: 10px 10px 0;
	padding: 5px;
	color: rgba(51,51,51,1.00);
	font-size: 85%;
	overflow: hidden;
	word-wrap: break-word;
	border: 1px solid rgba(204,204,204,1.00);
	border-radius: 5px;
}
.menuSelectIdstHdr {
	margin-top: 0px;
	padding-left: 10px;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	background-color: rgba(255,126,39,1.00);
	cursor: pointer;
}
.menuSelectIdst ul {
	padding: 5px 0;
}
.menuSelectIdst ul li {
	display: inline-block;
	margin-right: 5px;
}
.menuSelectIdst ul li:before {
	height: auto;
	width: auto;
	margin: none;
	float: none;
	border: none;
}
.btnSearch {
	width: 176px;
	height: 24px;
	color: rgba(255,255,255,1.00);
	font-size: 108%;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(199,82,8,1.00);
	border: 1px solid rgba(199,82,8,1.00);
	border-radius: 3px;
	background-color: rgba(247,146,82,1.00);
	background-image: url(../../anken/image/btnLinksIcns.png),-webkit-linear-gradient(270deg,rgba(247,146,82,1.00) 0%,rgba(245,116,36,1.00) 100%);
	background-image: url(../../anken/image/btnLinksIcns.png),linear-gradient(180deg,rgba(247,146,82,1.00) 0%,rgba(245,116,36,1.00) 100%);
	background-repeat: no-repeat;
	background-position: 10px -28px, 0 0;
	cursor: pointer;
}
.btnSearch:hover,
.btnSearch:focus {
	background-image: url(../../anken/image/btnLinksIcns.png),-webkit-linear-gradient(270deg,rgba(255,138,65,1.00) 0%,rgba(254,109,18,1.00) 100%);
	background-image: url(../../anken/image/btnLinksIcns.png),linear-gradient(180deg,rgba(255,138,65,1.00) 0%,rgba(254,109,18,1.00) 100%);
}
.btnSearch:active {
	background-image: url(../../anken/image/btnLinksIcns.png),-webkit-linear-gradient(270deg,rgba(235,134,70,1.00) 0%,rgba(233,104,24,1.00) 100%);
	background-image: url(../../anken/image/btnLinksIcns.png),linear-gradient(180deg,rgba(235,134,70,1.00) 0%,rgba(233,104,24,1.00) 100%);
}
.results h2 {
	margin: 20px 0 2px 0;
	padding-left: 5px;
	color: rgba(0,0,0,1.00);
	font-size: 100%;
	line-height: 1.5;
	font-weight: normal;
	border: 1px solid rgba(245,115,50,1.00);
	background-image: -webkit-linear-gradient(90deg,rgba(255,214,94,1.00) 0%,rgba(254,191,4,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,214,94,1.00) 0%,rgba(254,191,4,1.00) 100%);
}
.results .resultNon,
.results h3 {
	margin-bottom: 0;
	color: rgba(209,0,0,1.00);
}
.results p { margin: 0;}
.results .resultHdr {
	width: 708px;
	display: table;
}
.results .resultHdr p {
	display: table-cell;
	font-size: 85%;
}
.results .resultHdrSell {
	width: 260px;
	padding-left: 10px;
	color: rgba(35,0,140,1.00);
}
.results .resultHdrBuy {
	width: 260px;
	padding-left: 25px;
	color: rgba(0,70,140,1.00);
}
.results .resultHdrScheme {
	width: 127px;
	padding-left: 26px;
	color: rgba(242,81,0,1.00);
}
.results .boxResult {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	min-height: 40px;
	margin: 0 0 1px 0;
	padding: 5px 0;
	border: 1px solid rgba(207,207,207,1.00);
	border-radius: 2px;
	background-image: url(../image/icn_arwHomeAchv.png);
	background-image: url(../image/icn_arwHomeAchv.png), -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 50%,rgba(246,246,246,1.00) 100%);
	background-image: url(../image/icn_arwHomeAchv.png), linear-gradient(0deg,rgba(255,255,255,1.00) 50%,rgba(246,246,246,1.00) 100%);
	background-repeat: no-repeat;
	background-position: 275px 50%,0 0;
}
.results .resultHdr:before, .results .resultHdr:after,
.results .boxResult:before, .results .boxResult:after {content:""; display:table;}
.results .resultHdr:after,
.results .boxResult:after {clear:both}
.results .boxResult dl {
	display: table-cell;
	width: 260px;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 1.25;
}
.results .boxResult dl dt {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.results .boxResult .resultSell dt { color: rgba(35,0,140,1.00); }
.results .boxResult .resultBuy dt { color: rgba(0,70,140,1.00); }
.results .boxResult dl dd {
	font-size: 85%;
	line-height: 1;
}
.results .boxResult dl dd .resultArea {
	float: right;
	color: rgba(102,102,102,1.00);
	padding-top: 3px;
}
.results .boxResult dl dd .btnGoSector a {
	display: block;
	height: 16px;
	width: 57px; /*w76px-pl17px-bdr2px*/
	margin: 0;
	padding-left: 17px;
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	line-height: 1.5;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(199,82,8,1.00);
	border: 1px solid rgba(199,82,8,1.00);
	border-radius: 3px;
	background-color: rgba(247,146,82,1.00);
	background-image: url(../../anken/image/btnLinksIcns.png),-webkit-linear-gradient(270deg,rgba(247,146,82,1.00) 0%,rgba(245,116,36,1.00) 100%);
	background-image: url(../../anken/image/btnLinksIcns.png),linear-gradient(180deg,rgba(247,146,82,1.00) 0%,rgba(245,116,36,1.00) 100%);
	background-repeat: no-repeat;
	background-position: 1px 2px, 0 0;
}
.results .boxResult dl dd .btnGoSector a:hover {
	background-image: url(../../anken/image/btnLinksIcns.png),-webkit-linear-gradient(270deg,rgba(255,138,65,1.00) 0%,rgba(254,109,18,1.00) 100%);
	background-image: url(../../anken/image/btnLinksIcns.png),linear-gradient(180deg,rgba(255,138,65,1.00) 0%,rgba(254,109,18,1.00) 100%);
}
.results .boxResult dl dd .btnGoSector a:active {
	background-image: url(../../anken/image/btnLinksIcns.png),-webkit-linear-gradient(270deg,rgba(235,134,70,1.00) 0%,rgba(233,104,24,1.00) 100%);
	background-image: url(../../anken/image/btnLinksIcns.png),linear-gradient(180deg,rgba(235,134,70,1.00) 0%,rgba(233,104,24,1.00) 100%);
}
.results .boxResult .resultScheme {
	display: table-cell;
	width: 126px; /*708px-((260px+10+15)*2-bd2px)-pd10px*/
	padding-left: 10px;
	color: rgba(242,81,0,1.00);
	font-weight: bold;
	font-size: 85%;
	vertical-align: middle;
}
@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
.menuSelectIdst {
	max-width: 708px;
	margin-right: auto;
	margin-left: auto;}
.results h2,
.results .resultHdr,
.results .boxResult {
	max-width: 708px;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
.naviMenuYears ul li a {
	margin: 10px 10px 0 0;
	padding: 8px 0;
}
.menuSelectIdst { max-width: 100%;}
.results .resultHdr {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.results .resultHdr:before, .results .resultHdr:after {content:""; display:table;}
.results .resultHdr:after {clear:both}
.results .resultHdr p {
	display: inline;
	float: left;
	width: 277px;
	padding-left: 11px;
}
.results .resultHdrScheme { clear:both; }
.results .boxResult {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	min-height: 40px;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 50%,rgba(246,246,246,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 50%,rgba(246,246,246,1.00) 100%);
	background-position: 0 0;
}
.results .boxResult dl {
	display: inline-block;
	margin-bottom: 10px;
}
.results .boxResult .resultScheme {
	display: block;
	width: auto;
}
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
.menuSelectIdst ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.results .resultHdr p {
	display: block;
	width: 100%;
	text-align: center;
}
.results .boxResult dl {
	display: block;
	margin: 0 auto 10px;
}
.results .boxResult .resultScheme {
	clear: both;
	text-align: center;
}
}

#contentsMain.no_sidemenu {
    width: 958px !important;
    float: none;
}
@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
	#contentsMain.no_sidemenu { width: 100% !important;}
}
/*
sorting
---------------------------------------------------------------------*/
p.sorttxt {
	border-bottom: 2px dotted #dddddd;
	padding: 0 0 2% 0;
}
#sorting .select-box {
	margin: 0 0 0 auto;
	width: 20%;
	padding: 2% 0;
}

@media screen and (max-width: 767px) {
#sorting .select-box {
	margin: 5% auto;
	width: 80%;
	padding: 0;
}
}

@media screen and (max-width: 479px) {
#sorting .select-box {
	margin: 5% auto;
	width: 70%;
	padding: 0;
}
}
#sorting .category-btn .is-current {
	color: #fff;
	background: #015c55;
}
#sorting .select-box select {
	width: 100%;
	padding: 10px 0 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../../case/interview/image/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fbffff 100%);
	background-size: 20px, 100%;
	line-height: 1;
}
ul.photo {
	padding: 0;
	margin: 0 auto;
}
ul.photo .photo-block {
	display: none;
	opacity: 0;
	width: 294px;
	margin-bottom: 10px;
}
ul.photo .photo-block img {
	vertical-align: bottom;
}
main.category-all .item-all, main.category-purpose01 .item-purpose01, main.category-purpose02 .item-purpose02, main.category-purpose03 .item-purpose03, main.category-industry01 .item-industry01, main.category-industry02 .item-industry02, main.category-industry03 .item-industry03, main.category-industry04 .item-industry04, main.category-industry05 .item-industry05, main.category-industry06 .item-industry06, main.category-region01 .item-region01, main.category-region02 .item-region02, main.category-region03 .item-region03, main.category-region04 .item-region04, main.category-region05 .item-region05, main.category-region06 .item-region06, main.category-region07 .item-region07 {
	display: block;
	-webkit-animation: show .5s linear 0s forwards;
	animation: show .5s linear 0s forwards;
}

@media only screen and (max-width: 939px) {
}
 @-webkit-keyframes show {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes show {
from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
#sorting figure {
	position: relative;
	overflow: hidden;
	width: 294px;
	margin: 0;
	height: 215px;
}
#sorting figure figcaption {
	position: absolute;
	bottom: -82%;
	left: 0;
	z-index: 2;
	width: 94.1%;
	height: 92%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	padding: 3%;
}
#sorting figure:hover figcaption {
	bottom: 0;
}
#sorting .icon_box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 98%;
	height: 20%;
	padding: 1%;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 90%;
	color: #fff;
	overflow: hidden;
}
#sorting .icon_box .icon_transferor {
	border-radius: 4px;
	background: rgba(35,0,140,1);
	padding: 1.5%;
	display: inline-block;
	font-size: 80%;
	text-decoration-line: none;
	margin: .5%;
}
#sorting .icon_box .icon_transferee {
	border-radius: 4px;
	background: rgba(0,70,140,1);
	padding: 1.5%;
	display: inline-block;
	font-size: 80%;
	text-decoration-line: none;
	margin: .5%;
}
#sorting .icon_box .icn_new {
	border-radius: 4px;
	background: #f25100;
	padding: 1.5%;
	display: inline-block;
	font-size: 80%;
	text-decoration-line: none;
	margin: .5%;
	float: right;
}
#sorting figure:hover .icon_box {
	top: -30%;
}
#sorting ul.photo figure figcaption p {
	color: #fff;
	font-size: 90%;
	margin: 0 0 2%;
}
#sorting ul.photo figure figcaption p.title {
	color: #fff;
	font-size: 90%;
	height: 16%;
	border-bottom: dotted 1px #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#sorting ul.photo figure figcaption p {
	padding: 0 2%;
	color: #fff;
	border-radius: 4px;
	font-size: 80%;
}
#sorting ul.photo figure figcaption p.transferor {
	background: rgba(35,0,140,0.7);
}
#sorting ul.photo figure figcaption p.transferee {
	background: rgba(0,70,140,0.7);
}
#sorting ul.photo figure figcaption p span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
#sorting figcaption a.btn-interview {
	display: inline-block;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	color: rgba(0,134,119,1);
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(1, 92, 85, 1);
	bottom: 5%;
	padding: 5% 2%;
	position: absolute;
	background-size: 200% 100%;
	width: 89%;
	background-image: linear-gradient(to right, transparent 50%, rgba(0,134,119,0.9) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#sorting figcaption a.btn-interview:hover {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0,134,119,1);
	background-position: -100% 100%;
}
/*
color
---------------------------------------------------------------------*/
.sct_contentBlock {
	background-color: rgba(255,250,236,1.00);
}
/*
movie_archive_mainbox
---------------------------------------------------------------------*/
.interview_movie, .interview_text {
	padding: 2%;
}
ul.movie_archive {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
.movie_archive_mainbox {
	width: 32%;
	display: inline-block;
	background-color: #f6f6f6;
	box-shadow: 1px 1px 1px #dadada;
	vertical-align: top;
	margin: 10px 0 30px 0;
}
.movie_archive_mainbox_title {
	background-color: #f6f6f6;
	padding: 15px 10px;
}
.movie_archive_mainbox_title h2 {
	margin: 0;
	font-size: 14px;
}
.movie_archive_mainbox_title h2 a {
	text-decoration: none;
	color: #474747;
}
.movie_archive_mainbox_img {
	line-height: 0;
	border-bottom: 1px solid #d8d8d8;
	background: #000;
}
.movie_archive_mainbox_img figure {
	width: 100%;
	position: relative;
}
.movie_archive_mainbox_img figure img {
	transition: opacity .5s ease-out;
}
.movie_archive_mainbox_img figure img:hover {
	opacity: .7;
}
.movie_archive_mainbox_img figure .time {
	content: "";
	position: absolute;
	padding: 5px;
	cursor: pointer;
	bottom: 4%;
	right: 2%;
	width: 2.6em;
	height: auto;
	background: rgba(0,0,0, 0.5);
}
.movie_archive_mainbox_img figure .time .time_text {
	line-height: 10px;
	color: #ffffff;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
}
/*meta*/
.movie_archive_mainbox_meta {
	height: auto;
	background-color: #f6f6f6;
	border-top: 1px solid #d8d8d8;
}
.movie_archive_mainbox_meta p {
	margin: 0;
	padding: 10px 20px;
	font-size: 12px;
	color: #585858;
}
.movie_archive_mainbox_meta a {
	color: #878787;
	text-decoration: none;
}
/*link*/
.movie_archive_mainbox_text {
	margin: 15px 20px;
}
.movie_archive_mainbox_text_block {
	margin-top: 8px;
}

p.button_more a:hover {
    background-color: #008677;
    transition: 0.2s;
}
p.button_more a {
    display: block;
    width: 50%;
    padding: 10px 0;
	margin: 0 auto;
    background-color: #006057;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    transition: 0.2s;
    text-decoration: none;
    font-size: 17px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
.movie_archive_mainbox {
	width: 48%;
}
}
@media screen and (max-width: 479px) {
.movie_archive_mainbox {
	width: 100%;
}
.movie_archive_mainbox_img figure img {
	transition: opacity .5s ease-out;
	width: 100%;
}
}
