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

/**
 * CSS for spec page.
 *
 * Rakuten Securities iSPEED - Renewal
 * @author    nobuhiro.saito
 * @version   2012.11.30
 */

/* ------------------------------------------
	Spec
------------------------------------------ */

mark {
	background: none;
}

#contents .indentParagraph {
	overflow: hidden;
	zoom: 1;
	font-size: 11px;
	font-size: 1.1rem
}
#contents .indentParagraph mark {
	display: block;
	float: left;
	margin-right: 3px;
}
#contents .indentParagraph span {
	display: block;
	overflow: hidden;
}

/* table
------------------------------------------ */

#contents .specTable {
	margin: 10px 0 40px;
	padding: 0 20px;
}
#contents .columnBox .specTable {
	margin-bottom: 0;
	padding: 0;
}
#contents .specTable table {
	width: 100%;
	border-top: #cccccc solid 1px;
	border-left: #cccccc solid 1px;
	table-layout: fixed;
}
#contents .specTable table td,
#contents .specTable table th {
	border-right: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	font-size: 12px;
	font-size: 1.2rem;
}
#contents .specTable table th {
	background-color: #898989;
	background: -moz-linear-gradient(top, #898989, #6c6c6c);
	background: -webkit-gradient(linear, left top, left bottom, #898989, #6c6c6c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #898989), to(#6c6c6c));
	background: -webkit-linear-gradient(top, #898989, #6c6c6c);
	background: -o-linear-gradient(top, #898989, #6c6c6c);
	background: -ms-linear-gradient(top, #898989, #6c6c6c);
	background: linear-gradient(to bottom, #898989, #6c6c6c);
	color: #ffffff;
}
#contents .specTable table .bw {
	display: block;
	padding: 5px 3px;
	word-wrap: break-word;
}

/* width */
#contents .specTable table .width-10 { width: 10%; }
#contents .specTable table .width-20 { width: 20%; }
#contents .specTable table .width-25 { width: 25%; }
#contents .specTable table .width-30 { width: 30%; }
#contents .specTable table .width-33 { width: 33%; }
#contents .specTable table .width-40 { width: 40%; }
#contents .specTable table .width-50 { width: 50%; }
#contents .specTable table .width-60 { width: 60%; }

/* text-align */
#contents .specTable table .align-left { text-align: left; }
#contents .specTable table .align-center { text-align: center; }
#contents .specTable table .align-right { text-align: right; }

/* vertical-align */
#contents .specTable table .valign-top { vertical-align: top; }
#contents .specTable table .valign-middle { vertical-align: middle; }
#contents .specTable table .valign-bottom { vertical-align: bottom; }

/* background */
#contents .specTable table .bgGray { background-color: #e6e6e6; }

/* dl in table */
#contents .specTable table dl {
	margin: 0;
}
#contents .specTable table dt {
	margin-top: 15px;
}
#contents .specTable table dt:first-child {
	margin-top: 0;
}
#contents .specTable table dd {
	margin: 0 0 0 10px;
}

/* ul in table */
#contents .specTable table ul li {
	margin: 0 0 5px 1em;
	text-indent: -1em;
}

@media screen and (max-width: 1024px){
	#contents .specTable {
		margin: 10px 0 30px;
		padding: 0 4%;
	}
}

@media screen and (max-width: 820px){
	#contents .specTable {
		margin: 10px 0 30px;
		padding: 0 3%;
	}
}

@media screen and (max-width: 480px){
	#contents .specTable {
		margin: 0 0 30px;
		padding: 0 3%;
	}
	#contents .specTable table td,
	#contents .specTable table th {
		font-size: 11px;
		font-size: 1.1rem;
	}

}
