<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";
/* トップページ */
h1 { display:none;}

/*スライド*/
#slide_block {
	width:96%;
	margin-bottom:20px;
	padding:20px 2% 1px;
	background-color:#fff;
}

#slide {
	width:100%;
	padding:0;
	margin:0 auto 0;
}

#contents {
	width:100%;
	margin:0 auto;
	line-height:1.5em;
	overflow:hidden;
}

/*左カラム*/
#left {
	width:96%;
	padding:0 2%;
}

#news {
	width:100%;
	margin-bottom:25px;
}

#news table {
	border-spacing: 0;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#news table th {
	width:100%;
	vertical-align:top;
	border-top:none;
	border-left:6px double #d60c19;
	border-right:none;
	margin-top:5px;
	padding: 0 0 0 7px;
	font-weight:bold;
	display:inline-block;
}

#news table td {
	width:100%;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px dotted #000;
	margin-bottom:3px;
	padding:5px 0;
	display:inline-block;
}


#blog {
	width:100%;
	margin-bottom:25px;
}

#blog iframe {
	width:100%;
	border:none;
}

.readmore {
	text-align:right;
	padding-top:10px;
}

/*右カラム*/
#right {
	width:96%;
	margin:0 auto;
}

#eggday {
	background-color:#fff;
	padding:5px;
	text-align:center;
	overflow:hidden;
    width: calc(80% - 10px);
    margin: 0 auto 20px;
}

#eggday img {
	width:80%;
	height:auto;
	margin:0 5px 0 0;
}

#eggday-txt {
	background-color:#fff;
	padding:10px;
	text-align:left;
}

#eggday-txt strong{
	color:#d60c19;
}

#eggday-west {
	color:#d60c19;
	font-size:112%;
	font-weight:bold;
    text-align: center;
}

#eggday-note {
	font-size:80%;
	padding-top:5px;
}

#sns {
	text-align:center
}

#sns img {
	width:calc(74% / 3);
	height:auto;
}

.sns-btn {
	margin-right:3%;
}

/*七自慢*/
#boast7 {
	width:96%;
	padding:15px 2% 20px;
	background-color:#000;
	color:#fff;
}

.boast-box {
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #9c8216;
}
.boast-txt {
	float:left;
	width:70%;
	text-align:left;
}

.boast-txt h3 {
	color:#d60c19;
	font-size:1.2em;
	font-weight:bold;
}

.boast-img {
	float:right;
	width:28%;
	height:auto;
	padding-left:2%;
}

.boast-img img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}
