<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";

/* ====================================
	jp.sharpトップ共通スタイル
 ==================================== */


.lineup-sub-title, .sub-title, .products-sub-title {
	font-weight: 300;
}

/* ポップアップ */
body {
	position: relative;
}

.popup-scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.lineup-popup {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 15vh 5% 5vh;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	box-sizing: border-box;
}

.lineup-popup-container {
	width: 100%;
	max-height: 100%;
	overflow: auto;
}

/* closeボタン */
.lineup-popup .btn-close {
	width: 100%;
	height: 15vh;
	line-height: 1;
	color: #eee;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.lineup-popup .btn-close .fa-times {
	padding: 0.5rem;
	position: absolute;
	bottom: 0;
	right: 5%;
	font-size: 3rem;
}

.lineup-popup .result {
	background: #fff;
}

.lineup-popup .result .ttl {
	font-weight: 500;
	font-size: 1.2rem;
	display: block;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}

.lineup-popup ul.list-lineup-item {
	display: block;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}

.lineup-popup ul.list-lineup-item li a {
	display: block;
	padding: 5px;
}

.list-lineup-item {display: none;}

.lineup-popup .result ul {
	background-color: #f9f9f9;
	border: 1px solid #dfdede;
	border-radius:4px;
	padding: 10px 30px;
	box-sizing: border-box;
}

.lineup-popup .result ul li {
	display: block;
	padding: 5px 0;
}

.fa-angle-right:before {
	content: "\f105";
	margin-right: 5px;
}
.fa-caret-right:before {
	content: "\f0da";
	margin-right: 5px;
}

.liD {
	background-color: #fff;
}

.liD a{
	width: 100%;
	display: table;
}

.liD a p{
	font-size: 1.2rem;
	padding: 37px 10px 37px 30px;
	display: table-cell;
	vertical-align: middle;
}

.liD a p img{
	vertical-align: bottom;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.lineup-popup .result {
		padding: 10px;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {}

/* ====================================
	タブレット専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1079px) {
	.lineup-popup .result {
		padding: 20px;
	}
}

/* ====================================
	大画面PC専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
	.lineup-popup .result {
		padding: 50px;
	}

}

/* ====================================
	IE印刷専用スタイル
===================================== */
@media print and (-ms-high-contrast: none) {}