<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 />

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

	ご利用に際して

-------------------------------------------------- */
/*
.unit.use > p {
    font-size: 1.4rem;
    line-height: 1.5;
}
*/

.site_path {
    margin: 0 0.5em;
}


/* --- リンクバナー用画像リスト --- */
ul.banner_list {
    font-size: 0;
}

ul.banner_list > li {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 1em;
}

ul.banner_list > li img {
    vertical-align: top;
}

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

	959px以下

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

@media screen and ( max-width : 959px ) {
    
}


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

	767px以下

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

@media screen and ( max-width : 767px ) {
    
}

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

	639px以下

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

@media screen and ( max-width : 639px ) {
    
    
    
}

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

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
	
    ul.banner_list > li {
        
        margin-top: 10px;
        margin-right: 0;
        display: block;
        text-align: center;
    }
    
    ul.banner_list > li:first-child {
        margin-top: 0;
    }
    
    
}

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

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    
}



