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

/*-------------------------------------------------------
2018.5.29 Maki 読み込みスピードアップのためnormalize.cssを統合

画面横幅に応じて、スマホ、タブレット、PCの３段階に切り分け、表示を変更。

design.cssは以下5パートに分けて記述しています。
　・normalize （各種設定のリセット）
　・共通設定
　・480px～（スマホ）
　・768px～（タブレット）
　・1024px～（PC）

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



/*--------------------------------------------------------
　　全体の共通設定
--------------------------------------------------------*/
@media all {


/*!  ▼--ここから--▼ normalize.css v2.0.1 | MIT License | git.io/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   Base
   ========================================================================== */

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   /* font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif; */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;}

/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0} /*上方向のmarginを0にします */

* {
margin:0;
padding:0;
}


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 75%} /* レスポンシブ   タイプセッティングへの対応 */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

h1 {font-size: 2em;}

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width: 100%; /* フルードイメージへの対応 */
width: auto;
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! ▲--ここまで--▲ normalize.css v2.0.1 | MIT License | git.io/normalize.css */


/*--------------------------------------------------------
基本スタイル
-------------------------------------------------------*/

/*●デフォルト文字色、背景*/
body{
  color: #1d1d1d;
  background-color: #edf2f8;
}

/*●リンク文字*/
a{
  text-decoration: underline;
  color: #075700;
}
a.black{
  text-decoration: none;
  color: #333;
}

/*●パラグラフ*/
p{
  margin: 0 0 1rem 0;
  word-wrap: break-word;
}

ul,
ol{ margin: 0;
  padding: 0;
}
ul.nomark li{
	list-style-type:none;
	padding-left: 0;
	margin: 0.5em 0;
}
ul.check {
  list-style: none;
  padding: 1rem 1.5rem;
}

ul.check li {
  position: relative;
  padding-left: 2rem;
}

ul.check li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
}

/*●floatの回り込み解除*/
.clear{
  clear: both;
  margin: 0;
  padding: 0;
}

.small {
  font-size: 0.9em;
  text-decoration: none;
}
.small2 {
  font-size: 0.8em;
  text-decoration: none;
}
.big {
  font-size: 1.2em;
}


/*●画像などの回り込み設定*/
/*オブジェクトを左に配置、右に回り込み文章*/
.left{
  float: left;
  margin: 0 16px 20px 0!important;
}

/*オブジェクトを右に配置左に回り込み文章*/
.right{
  float: right;
  margin: 0 0 20px 16px!important;
}

.center {
  text-align: center!important;
}


/*floatの回り込み解除*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}




/*●文字装飾設定*/
/*下線*/
.underline{ text-decoration: underline!important; }

/*枠線を付ける*/
.border{
  border: 1px solid gray !important;
  padding: 6px;
}

/*枠線を無くす*/
.noborder{ border: 0!important; }
.noborder td{ border: 0!important; }


/* margin/paddingを無くす */
.no-margin{
 margin: 0 !important;
}
.no-padding{
 padding: 0 !important;
}

.box {
  border: 1px solid #959595;
  padding: 0.8em;
  margin-bottom: 1em;
}


.linkbutton {
  margin-top: 6px!important;
  margin-bottom: 6px;
}

.linkbutton a {
  padding: 4px 20px;
  font-weight:bold;
  color: white;
  text-decoration: none;
  border-top:2px solid #8bc18e; 
  border-left:2px solid #8bc18e;
  border-right:3px solid #126b17;
  border-bottom:3px solid #126b17;
  background-color:#659f24;
}


.linkbutton a:hover  {
  background-color:#8ec057;
  border-top:2px solid #126b17; 
  border-left:2px solid #126b17;
  border-right:3px solid #8bc18e;
  border-bottom:3px solid #8bc18e;
}

.green {
 color: #146c08;
}


dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}

dd {
  margin-left: 1em;
  margin-bottom: 1em;
}


#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

div.sns ul.lightshare li{
  float: right;
  font-size:0.8em;
  text-align:center !important;
  width:6em;
  margin-right:0.2em;
  margin-bottom:1.2em;
  border-radius:0.2em;
  padding: 0 !important;
  list-style: none !important;
  background-image: none !important;
}
.lightshare li.share-twitter{
  background:#55acee;
  box-shadow:0 2px #2795e9;
}
.lightshare li.share-twitter:hover{
  background:#83c3f3;
}
.lightshare li.share-facebook{
  background:#4a66a0;
  box-shadow:0 2px #2d4373;
}
.lightshare li.share-facebook:hover{
  background:#657fb6;
}
.lightshare li.share-google{
  background:#dd4e42;
  box-shadow:0 2px #ae2e23;
}
.lightshare li.share-google:hover{
  background:#e47365;
}
.lightshare li.share-hatena{
  background:#008fde;
  box-shadow:0 2px #225694;
}
.lightshare li.share-hatena:hover{
  background:#20a0e6;
}
.lightshare li.share-email{
  background:#ed9e04;
  box-shadow:0 2px #ca8500;
}
.lightshare li.share-email:hover{
  background:#f3ab1e;
}
.lightshare li.share-pocket{
  background:#f13d53;
  box-shadow:0 2px #e6152f;
}
.lightshare li.share-pocket:hover{
  background:#f26f7f;
}
.lightshare li.share-line{
  background:#00C300;
  box-shadow:0 2px #009d00;
}
.lightshare li.share-line:hover{
  background:#2bd92b;
}
.lightshare a{
  display:block;
  height:1.6em;
  padding-top:0.3em;
  color:#ffffff;
  text-decoration:none;
}

.lightshare a:hover{
  text-decoration:none;
  color:#ffffff;
}


/* 画像のロールオーバー */
img.hover {
  transition: 0.5s ;
}
img.hover:hover {
  opacity: 0.5 ;
  filter: alpha(opacity=50);
}


/* coming soon */
  .coming_red{
    background: red;
    border-radius: 6pt;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.2rem 1rem;
    margin-left: 0.5rem;
    white-space: nowrap;
    line-height: 3.4rem;
  }
}