<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 />
﻿/*　画面800px以上　中央表示　ｈ１タイトル　ｈ２小見出し　ｈ３作成年月　*/
@media screen and (min-width: 800px) {
	p,ul{width:800px; margin-left: auto;	margin-right: auto;}
	h1{width:800px; margin-left: auto; margin-right: auto;}
	h2,hr{width:900px; margin-left: auto; margin-right: auto;}		
	h3{width:200px; margin-left: auto; margin-right: auto;}
	}


/*　799px以下は制限しない　Fontを8ptにダウン*{font-size: 8pt;}　*/
@media screen and (max-width: 799px) {
	img{max-width: 100%; height: auto; }
	
	}


/*　文字の上下に70%の空き　*/
body {
	line-height: 170%;
	font-family: メイリオ;
	font-size: 10pt;
	}


/*　タイトルの修飾  */

h1 {
	line-height: 150%;
	background: linear-gradient(to right,#99FFFF,#FF99FF);
	color: #0000FF;
	font-size: 16pt;
	font-family: メイリオ;
	text-align: center;	
	text-shadow: 3px 3px 3px #048CFB;
	border-style:outset
}


/* 段落見出しの修飾 */
h2 {
	line-height: 130%;
	background: linear-gradient(to right,#CCFFFF,#FFCCFF);
	color: #0000FF;
	font-size: 12pt;
	font-family: メイリオ;
	text-shadow: 3px 3px 3px #048CFB;
	border-style: inset;
}


/*　タイトル下の作成年月日　*/
h3 {
	line-height: 130%;
	color: #0000FF;
	font-size: 8pt;
	font-family: メイリオ;
	text-align: center;
	text-shadow: 3px 3px 3px #048CFB;
}


/*　中央によせる　*/
.style1 {
	text-align: center;
}


/*　参考資料の位置　*/
.style2 {
	text-align: left;
}

/*　「おまけ」の書式　*/
.style3 {
	/*line-height: 130%;*/
	width:500px;
	margin-left: auto;
	/*margin-right: 20%;*/
	}


/*　参考資料の文字サイズ　*/
.style4 {
	font-size:8pt;
	}


/*　画像の外枠に線、色は灰色、幅を500px　*/
.style5 {
	width:500px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	color: #808080;
}

/*　左右にマージン　*/
.style6 {
	margin-left:5%;
	margin-right:5%
	}

/*　外枠に灰色の線　*/
.style7{	
	border-style: solid;
	border-width: 1px;
	color: #808080;
}

