<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 />
/*----------------------------------------------*/
/*■スマートフォン*/
@media screen and (min-width:0px){
	/*0px以上で適用する内容*/
	body{
	  font-size : 14px;
	  /*font-family : Verdana, Arial, sans-serif;*/
	  font-family : 'Open Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, 'YuGothic', '游ゴシック', Helvetica, Arial, sans-serif;
	  color : black;
	  width : 99%;
	  margin-right: auto;
	  margin-left : auto;
	}
	img {
	  max-width : 100% ;
	  height : auto ;
	}
}

@media screen and (min-width:600px) and ( max-width:959px) {
	/*600〜959pxで適用する内容*/
	body{
	  font-size : 16px;
	  font-family : Verdana, Arial, sans-serif;
	  color : black;
	  width : 98%;
	  margin-right: auto;
	  margin-left : auto;
	}
	img {
	  max-width : 100% ;
	  height : auto ;
	}
}

@media screen and (min-width:960px){
	/*960px以上で適用する内容*/
	body{
	  font-size : 16px;
	  font-family : Verdana, Arial, sans-serif;
	  color : black;
	  width : 960px;
	  margin-right: auto;
	  margin-left : auto;
	}
}

/*----------------------------------------------*/

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size : 200%;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
h2{
  font-size : 150%;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
h3{
  font-size : 125%;
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
table{
  font-size : 100%;
  border-collapse: collapse;
  border-color: #000000;
}
