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

/* ==========タブレット～PC */
@media screen and (min-width: 768px) {
.oe_overlay {
	background: #000;
	opacity: 0;
	xposition: fixed;
	top: 72px;
	left: 0px;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 300;
}
.oe_menu {
	z-index: 500;
	clear: both;
	list-style: none;
	position: relative;
}
.oe_menu > li {
	font-size:15px;
	float: left;
	width: 20%;
}
.oe_menu > li > a {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	xbackground-color: #1f1f1f;/* ボタン色 */
	height: 50px;/* ボタン高さ */
	line-height: 50px;
}
.oe_menu > li > a:hover, .oe_menu > li.selected > a {
	background: #fff;
	color: #1f1f1f;
	opacity: 1.0;
}
.oe_menu div {
	display: none;
	position: absolute;
	left: 0px;
	background-color: #fff;
	box-sizing: border-box;
	color: #000;
	margin: 0;
	opacity: 0.95;
}
.oe_menu div ul li {
	float: left;
	width: 20%;
	margin: 0.5em 0;
	border-left: 5px solid #ccc;
}
.oe_menu div ul li a {
	text-decoration: none;
	color: #222;
	padding: 2px 2px 2px 8px;
	display: block;
	font-size: 14px;
}
.oe_menu div ul li a:hover {
	text-decoration: underline;
}
#nav03 dl{
	padding:0.8em 0;}
#nav03 dt{
	font-size:1.2em;
	margin:0.5em 0;
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;}
}

/* ==========パソコン専用 */
@media only screen and (min-width: 1020px) {
.oe_menu > li > a {
	width: 204px;
	position: relative;
}
#nav01 a {
	background-position: 0 0;
}
#nav02 a {
	background-position: -204px 0;
}
#nav03 a {
	background-position: -408px 0;
}
#nav04 a {
	background-position: -612px 0;
}
#nav05 a {
	background-position: -816px 0;
}
.oe_menu > li > a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 0;
	height: 16px;
	border: 2px solid #b6b6b6;
}
.oe_menu > li#nav01 > a:first-child:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 0;
	height: 16px;
	border: 2px solid #b6b6b6;
}
.oe_menu div {
	top: 50px;
	width: 1020px;
	padding: 20px;
}
.oe_menu > li > a:hover:after, .oe_menu > li#nav01 > a:hover:first-child:before {
	border: none;
}
}

@media screen and (min-width: 640px) and (max-device-width: 1019px) {
.oe_menu div {
	top: 50px;
	width: 100%;
	padding: 1em;
}
}
