<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";

/*--------------------*/
/*---- common.css ----*/
/*--------------------*/

/*-------------- reset  -------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul,
ul[style="list-style-type: circle;"],
ul[style="list-style-type: square;"] {
	list-style: none;
	list-style-type: none !important;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b,
strong {
	font-weight: bold;
}
/* safariで自動付与されるスタイルの打ち消し */
select {
	border-radius: 0;
}

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/*-------------- clearfix  -------------*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

/*-------------- body  -------------*/
body {
	background-color: #ffffff;
	background-repeat: repeat;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #262626;
	position: relative;
	text-align: justify;
	font-feature-settings: "palt";
}

/*-------------- a  -------------*/
a {
	text-decoration: none;
	color: #262626;
}

/*-------------- font -------------*/
.fontWeight400 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.fontWeight500 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.fontWeight700 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
}

/*-------------- WordPress専用CSS  -------------*/
/* 画像の位置調整 */
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.wp-caption,
[class*="wp-image"] {
	display: block;
	max-width: 100% !important;
	text-align: center;
}
.wp-caption-text {
	margin-top: 0;
}

/* コンテンツ自由入力欄画像のflot解除用 */
.contentsBody .alignright + * {
	clear: both;
}
.contentsBody .alignleft + * {
	clear: both;
}

/* コンテンツ自由入力欄画像のflot解除用 */
.contentsBody p {
	clear: both;
}
.contentsBody p {
	clear: both;
}

.contentsBody ul {
	clear: both;
}
.contentsBody ul {
	clear: both;
}

.contentsBody blockquote {
	clear: both;
}
.contentsBody blockquote {
	clear: both;
}

.contentsBody .colorBox {
	/* clear: both; */
}
.contentsBody .colorBox {
	/* clear: both; */
}
