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

/* ------ mainArea ------ */
.pageTit {
	padding: 20px 0;
}
.pageTit h1{
	font-size: 200%;
	line-height: 140%;
	color: #22ac38;
	padding-bottom: 10px;
	border-bottom: #22ac38 solid 6px;
}
.txtBox {
	padding-bottom: 30px
}
.txtBox h2{
	font-size: 120%;
	font-weight: bold;
	color: #22ac38;
	padding-bottom: 15px
}
.txtBox h3{
	font-size: 110%;
	font-weight: bold;
	color: #CF5924;
	padding-bottom: 15px
}
.txtBox dl{
	padding-top: 20px;
}
.txtBox dt{
	float: left;
	font-weight: bold;
}
.txtBox dd{
	float: left;
	font-size: 180%;
	font-weight: bold;
}
.txtBox ul{
	padding-left: 30px;
}
.txtBox li{
	font-size: 110%;
	list-style: outside disc;
	padding-bottom: 15px
}
.txtBox img{
	width: 100%;
}
.txtBox ul.linkBtn{
	padding: 0 0 25px 0;
}
@media screen and (max-width: 600px) {
	.txtBox ul.linkBtn{
		padding: 0 0 0 0;
	}
}
.txtBox .linkBtn li{
	padding-left: 0;
	list-style: none;
}
@media screen and (max-width: 600px) {
	.txtBox .linkBtn li{
		width: 100%;
	}
}
.txtBox .linkBtn li a{
	background-color: #22ac38;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
}
@media screen and (max-width: 600px) {
	.txtBox .linkBtn li a{
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
}
.txtBox .linkBtn li a:hover{
	background-color: #4ECC62;
}
.txtBox .linkBtn li a span{
	font-size: 70%;
}
/* ------ mapArea ------ */
#mapArea {
    margin: 0 auto;
    width: 100%;
	max-width:960px;
}
#mapBlock {
	height:480px;
}
#map {
	width: 100%;
	height: 100%;
	border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
/* ------ google-maps ------ */
.google-maps {
position: relative;
padding-bottom: 0; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
	.pageTit h1{
		font-size: 130%;
		font-weight: bold;
	}
	.txtBox h2{
		font-size: 100%;
	}
	.txtBox h3{
		font-size: 100%;
	}
	.txtBox li{
		font-size: 100%;
	}
	.txtBox img{
		width: 100%;
	}	
}
