@charset "utf-8";

.miso-post-gallery_press .post-wrap { overflow:hidden; line-height:20px; }
.miso-post-gallery_press .txt-normal { letter-spacing:0; }
.miso-post-gallery_press .txt-short { letter-spacing:-1px; padding-right:1px; }
.miso-post-gallery_press .in-right { z-index:1; top:-1px; }
.miso-post-gallery_press .in-right .rank-icon { margin:0px !important; }
.miso-post-gallery_press .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.miso-post-gallery_press .post-none { padding:50px 10px; text-align:center; color:#888; }
.miso-post-gallery_press .post-row { float:left; overflow:hidden; }
.miso-post-gallery_press .post-list {
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.miso-post-gallery_press .post-list .post-image {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.miso-post-gallery_press .post-list .post-content {
	float: left;
	width: calc(100% - 150px);
	padding-top: 20px;
	padding-left: 40px;
}
.miso-post-gallery_press .post-list .post-content .post-subject {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px;
}
.miso-post-gallery_press .post-list .post-content .post-text {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	margin-bottom: 25px;
}
.miso-post-gallery_press .post-list .post-content .info_wrap .left_wrap {float: left;}
.miso-post-gallery_press .post-list .post-content .info_wrap .left_wrap span {
	font-size: 14px;
	color: #888;
	margin-right: 15px;
}
.miso-post-gallery_press .post-list .post-content .info_wrap .right_wrap {float: right;}
.miso-post-gallery_press .post-list .post-content .info_wrap .right_wrap .more_btn {
	font-family: "Montserrat";
	font-size: 14px;
	color: #2b3e84;
	font-weight: bold;
}
.miso-post-gallery_press .post-list .post-content .info_wrap .right_wrap .more_btn::after {
	content: "";
	background: url("/img/custom/plus_blue.svg") no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}

.miso-post-gallery_press .post-sp { color:#ccc; margin:0px 4px; }
.miso-post-gallery_press .post-text { font-size:12px; color:#888; margin-top:4px; }
.is-pc .ko .miso-post-gallery_press .post-ko { font-size:11px; }
.miso-post-gallery_press .is-hover .in-subject { 
	transition:transform 0.4s, opacity 0.1s 0.3s; opacity: 0; transform: translateY(100%); -o-transition: -o-transform .4s, opacity .1s .3s; -moz-transition: -moz-transform .4s, opacity .1s .3s; -webkit-transition: -webkit-transform .4s, opacity .1s .3s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -o-transform: translateY(100%); 
}
.miso-post-gallery_press .is-hover .post-list:hover .in-subject { 
	transition:transform 0.4s, opacity 0.1s; opacity: 1; transform: translateY(0px); -o-transition: -o-transform .4s, opacity .1s; -moz-transition: -moz-transform .4s, opacity .1s; -webkit-transition: -webkit-transform .4s, opacity .1s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); 
}
.miso-post-gallery_press #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.miso-post-gallery_press .post-more { text-align:center; margin:15px 0px 0px; }
.miso-post-gallery_press .post-img { position:relative; }
.miso-post-gallery_press .post-img .img-item { position:relative; overflow:hidden; max-height:360px; }
.miso-post-gallery_press .post-img .img-item .wr-img { width:100%; height:auto; }

@media all and (max-width: 767px) {
	.miso-post-gallery_press .post-list .post-image {width: 80px; height: 80px;}
	.miso-post-gallery_press .post-list .post-content {
		width: calc(100% - 80px);
		padding-top: 0;
		padding-left: 15px;
	}
	.miso-post-gallery_press .post-list .post-content .post-subject {
		font-size: 16px;
		margin-bottom: 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		overflow: hidden;
	}
	.miso-post-gallery_press .post-list .post-content .post-text {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.miso-post-gallery_press .post-list .post-content .info_wrap .left_wrap span,
	.miso-post-gallery_press .post-list .post-content .info_wrap .right_wrap .more_btn {font-size: 12px;}
}