<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";

.ui-body-c {
	text-shadow: none !important;
}
.ui-link {
	font-weight: normal !important;
}

.ui-mobile-viewport{
	-webkit-tap-highlight-color: rgba(0,0,0,0.5);
}
.ui-dialog{
	background: white !important;
	color:initial !important;
}

.dialog header {
	margin:0 0 10px;
	padding:3px 4px;
	border-top:1px solid #8C7051;
	border-bottom:1px solid #181510;
	background:-webkit-gradient(linear, left top, left bottom, from(#6E5940), color-stop(0.40, #523F27), color-stop(0.96, #523F27), color-stop(0.97, #5C472F), to(#786045));
	background: linear-gradient(to bottom, #6E5940, #523F27 96%, #5C472F 97%, #786045);
}
.dialog p.title {
	float:left;
	width:70%;
	padding:5px 0 6px;
	line-height:1.15;
	font-size:1.6rem;
	color:#fff;
}
.dialog .btn.close {
	float:right;
	width:22%; 
}
.dialog .btn.close a {
	display:block;
	padding:3px 6px;
	border:1px solid #CDC4B9;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FAF9F8), to(#EFEBE7));
	background: linear-gradient(to bottom, #FAF9F8, #EFEBE7);
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #fff;
	color:#333;
}

.dialog .content {
	width:94%;
	margin:10px auto;
}
.dialog .content .box {
	margin-bottom:12px;
}
.dialog .content p.label {
	margin-bottom:8px;
	padding:3px 8px;
	color:#393321;
	font-size:1.4rem;
	background-color:#F5F3F0;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:2px solid #ECE9E3;
}
.ui-btn-up-c,
.ui-btn-hover-c {
	-webkit-border-radius:4px;
	border-radius:4px;
	border: none;
	background: initial;
}
.ui-radio {
	font-size: 1.4rem;
	margin: initial;
}
.ui-checkbox {
	margin: initial;
}
.ui-checkbox input, 
.ui-radio input {
	left: 5px;
	display: none;
}
.ui-icon-radio-on, 
.ui-icon-radio-off {
	left: 1px !important;
	top: 50% !important;
}
.ui-btn-inner {
	padding: .6em 5px;
	padding-left: 23px !important;
}
.ui-dialog.ui-overlay-a {
	text-shadow: none;
}
/* jQueryMobile 1.2.0 調整分 */
.ui-checkbox .ui-btn, 
.ui-radio .ui-btn {
	margin: 0px;
}
.ui-btn-inner {
	font-size: 100%;
}

/*--20171107_Delate ※太字にする案件により追加--*/
.texts .campaignName .ui-link{
	font-weight: bold !important;
}
/*--20171107_Delate ※太字にする案件により追加 END--*/

/*PC*/
@media screen and (min-width: 741px) {
	#memberOrder .ui-link{
		font-size: 18px;
	}

	.dialog .btn.close a {
		display: block;
		padding: 3px 6px;
		border: 1px solid #CDC4B9;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: -webkit-gradient(linear, left top, left bottom, from(#FAF9F8), to(#EFEBE7));
		background: linear-gradient(to bottom, #FAF9F8, #EFEBE7);
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 #fff;
		color: #333;
		font-size: 20px;
	}
}

/*SP*/
@media screen and (max-width: 740px) {
	.dialog .btn.close a {
		display: block;
		padding: 3px 6px;
		border: 1px solid #CDC4B9;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: -webkit-gradient(linear, left top, left bottom, from(#FAF9F8), to(#EFEBE7));
		background: linear-gradient(to bottom, #FAF9F8, #EFEBE7);
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 0 #fff;
		color: #333;
	}
}