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

/************************************************************************************************************************************************************************/
/* 不要な画像のデフォルト設定の排除用 */
/************************************************************************************************************************************************************************/

/* 画像 不要ボーダ、マージン解除 HTML5での不要な下の間隔排除 */
img {	border:0px;	margin:0px;	vertical-align:bottom;}

/* 画像 スマホ ポイントイベント禁止 */
img.target_cancel {	pointer-events: none;}


/************************************************************************************************************************************************************************/
/* 要素を一時的に非表示にする時用 */
/************************************************************************************************************************************************************************/

/* 非表示 */
.disp_none { display:none;}


/************************************************************************************************************************************************************************/
/* インライン要素の部分寄せ【左中右】 */
/************************************************************************************************************************************************************************/

/* ボックス内での配置 */
.aln_l{ text-align:left !important;}
.aln_c{ text-align:center !important;}
.aln_r{ text-align:right !important;}


/************************************************************************************************************************************************************************/
/* フロート解除用 */
/************************************************************************************************************************************************************************/
.clearfix {	clear:both;    height:0;	margin:0px;	padding:0px;}


/************************************************************************************************************************************************************************/
/* ボックス margin 下 5px～200px */
/************************************************************************************************************************************************************************/

/* 下 */
.mgn_b0		{margin-bottom:0px;}
.mgn_b5		{margin-bottom:5px;}		.mgn_b10	{margin-bottom:10px;}		.mgn_b15	{margin-bottom:15px;}		.mgn_b20	{margin-bottom:20px;}		.mgn_b25	{margin-bottom:25px;}
.mgn_b30	{margin-bottom:30px;}		.mgn_b35	{margin-bottom:35px;}		.mgn_b40	{margin-bottom:40px;}		.mgn_b45	{margin-bottom:45px;}		.mgn_b50	{margin-bottom:50px;}
.mgn_b55	{margin-bottom:55px;}		.mgn_b60	{margin-bottom:60px;}		.mgn_b65	{margin-bottom:65px;}		.mgn_b70	{margin-bottom:70px;}		.mgn_b75	{margin-bottom:75px;}
.mgn_b80	{margin-bottom:80px;}		.mgn_b85	{margin-bottom:85px;}		.mgn_b90	{margin-bottom:90px;}		.mgn_b95	{margin-bottom:95px;}		.mgn_b100	{margin-bottom:100px;}


/************************************************************************************************************************************************************************/
/* テキスト 部分拡大・縮小 設定 5%刻みで設定【80～200%】 */
/************************************************************************************************************************************************************************/
.per80	{font-size:80%;	}	.per85	{font-size:85%;	}	.per90	{font-size:90%;	}	.per95	{font-size:95%;	}	.per100	{font-size:100%;}
.per105	{font-size:105%;}	.per110	{font-size:110%;}	.per115	{font-size:115%;}	.per120	{font-size:120%;}	.per125	{font-size:125%;}
.per130	{font-size:130%;}	.per135	{font-size:135%;}	.per140	{font-size:140%;}	.per145	{font-size:145%;}	.per150	{font-size:150%;}
.per155	{font-size:155%;}	.per160	{font-size:160%;}	.per165	{font-size:165%;}	.per170	{font-size:170%;}	.per175	{font-size:175%;}
.per180	{font-size:180%;}	.per185	{font-size:185%;}	.per190	{font-size:190%;}	.per195	{font-size:195%;}	.per200	{font-size:200%;}


/************************************************************************************************************************************************************************/
/* テキスト 部分装飾【太さ・下線】 */
/************************************************************************************************************************************************************************/

/* 部分テキスト ウェイト設定 */
.wgt_bold	{font-weight:bold;}
.wgt_normal	{font-weight:normal;}

/* 下線付きテキスト */
.underline { text-decoration:underline;}


/************************************************************************************************************************************************************************/
/* 汎用リスト設定　リストスタイルは基本なし */
/************************************************************************************************************************************************************************/

/* 左マージン ul 各文字数別 【0～5文字】 */
.ul0	{margin:0px 0px 0px 0px;	padding:0px;}		.ul1	{margin:0px 0px 0px 1em;	padding:0px;}		.ul2	{margin:0px 0px 0px 2em;		padding:0px;}
.ul3	{margin:0px 0px 0px 3em;	padding:0px;}		.ul4	{margin:0px 0px 0px 4em;	padding:0px;}		.ul5	{margin:0px 0px 0px 5em;		padding:0px;}

/* ぶら下げインデントリスト【0～5文字の範囲】 ※リストスタイルは非表示 */
.li0	{text-indent:-0em;		margin-left:0em;		list-style:none;}		.li1	{text-indent:-1em;		margin-left:1em;		list-style:none;}
.li2	{text-indent:-2em;		margin-left:2em;		list-style:none;}		.li3	{text-indent:-3em;		margin-left:3em;		list-style:none;}
.li4	{text-indent:-4em;		margin-left:4em;		list-style:none;}		.li5	{text-indent:-5em;		margin-left:5em;		list-style:none;}
.li6	{text-indent:-6em;		margin-left:6em;		list-style:none;}		.li7	{text-indent:-7em;		margin-left:7em;		list-style:none;}
.li8	{text-indent:-8em;		margin-left:8em;		list-style:none;}		.li9	{text-indent:-9em;		margin-left:9em;		list-style:none;}

/* ぶら下げインデントリスト【端数】※必要に応じて追加 */
.li2_5	{text-indent:-2.5em;		margin-left:2.5em;		list-style:none;}
.li2_6	{text-indent:-2.6em;		margin-left:2.6em;		list-style:none;}
.li2_7	{text-indent:-2.7em;		margin-left:2.7em;		list-style:none;}


/************************************************************************************************************************************************************************/
/* リンク */
/************************************************************************************************************************************************************************/

/* 通常リンク 状態別設定 */
.lnk_nrm			{ color:#000000;	text-decoration:none;}
.lnk_nrm:hover		{ color:#999999;	text-decoration:none;}

/* ポインターが出ない画像リンク用 マウスオン時 ポインター表示 */
.lnk_csr			{ cursor:pointer;}
.lnk_csr:hover		{}


/************************************************************************************************************************************************************************/
/* CSS 特殊効果リンク */
/************************************************************************************************************************************************************************/

/* 画像リンクマウスオン透過 通常時 */
.lnk_alpha img{
	-moz-transition-property:	all;
	-webkit-transition-property:all;
	-o-transition-property:		all;
	-ms-transition-property:	all;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	cursor:pointer;
}
/* 画像リンクマウスオン透過 マウスオン時 */
.lnk_alpha img:hover{
    filter:alpha(opacity=60); 
    -moz-opacity: 0.6; 
    opacity: 0.6;
}

/* サブミット画像 マウスオン透過 */
.lnk_alpha input[name="image"] img{}
.input[name="image"]:hover img {
    filter:alpha(opacity=60); 
    -moz-opacity: 0.6; 
    opacity: 0.6; 
}


/* リンク 黒 */
.lnk_black		{ color:#000000;	text-decoration:none;}
.lnk_black:hover{ color:#666666;	text-decoration:underline;}



/************************************************************************************************************************************************************************/
/* iframe 共通設定 HTML5非対応タグをCSS側で制御 */
/************************************************************************************************************************************************************************/

/* iframe 設定 */
.frame_set {margin:0px;	border:none !important;	overflow:hidden;}


/************************************************************************************************************************************************************************/
/* 部分着色【テキスト・シャドー・ボーダ・背景色】 */
/************************************************************************************************************************************************************************/

/* 赤 */
.clr_red01		{ color:#e12c6d;}	/* 製品案内の●に使用 */
.clr_red02		{ color:#ff0000;}	/*  */

/* 緑 */
.clr_green01	{ color:#39c930;}	/* に使用 */
.clr_green02	{ color:#00ff00;}

/* 青 */
.clr_blue01		{ color:#0092f7;}	/* 先輩からのメッセージの▲に使用 */
.clr_blue02		{ color:#0000ff;}	/*  */

/* 白 */
.clr_white		{ color:#ffffff;}

/* グレー */
.clr_gray		{ color:#666666;}	/* プライバシーポリシーの●に使用 */

