/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	a {
		text-decoration: none;
	}
/** my style **/
	.wrap {
		font-family: "Helvetica Neue",Helvetica,"segoe ui","microsoft jhenghei","microsoft mhei",stheititc,sans-serif;
    	font-weight: 500;
		max-width: 1024px;
		margin: 0 auto;
	}
	.clearfix {
		clear: both;
	}
	/* top button */
	.topbtn, .downbtn {
	    color: #5013bd;
	    font-size: 1.8em;
	    font-weight: 600;
	    line-height: 1.8em;
	    text-align: center;
	    padding: 0 10px;
	    background: #ffa308;
	    border: 1px solid #fff400;
	    position: fixed;
	    bottom: 0;
	}
	.topbtn {
	    left: 1%;
	}
	.downbtn {
	    right: 1%;
	}
/* header */
	/** navbar for mobile **/
	.nav {
		width: 100%;
		z-index: 10000;
		display: none;
	}
	.menulist {
		background: #000;
		display: none;
	}
	.menulist ul {
	    width: 90%;
	    margin: 0 auto;
	    padding: 10px 0;
	}
	.menulist li {
		float: left;
	    width: 48%;
	    margin: 1%;
	}
	.menulist a {
		color: #fff;
	    background: #ff008b;
	    border: 1px solid #ff54b1;
	    text-align: center;
	    display: block;
	    line-height: 2.2em;
	    font-size: 1.4em;
	    font-weight: 600;
	}
	.clickbtn {
		background: url('../images/nav_btn.gif') no-repeat;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
	}
	/** head **/
	.head {
		width: 100%;
	    padding-top: 10px;
	    background: #ff0039;
	}
	.logolink {
		background: url('../images/money_LOGO.gif') no-repeat;
		width: 400px;
		height: 120px;
		margin: 0 auto 10px;
		display: block;
		text-indent: 101%;
		overflow: hidden;
		white-space: nowrap;
	}
	.head p, .footer p {
		background: #b30028;
	    line-height: 1.8em;
	    text-align: center;
	    color: #fff;
	}
	.menu, .onead_menu, .about_menu {
		width: 100%;
	    padding: 5px 0;
		background: #ff0039;
	}
	.menu ul, .about_menu ul {
		width: 96%;
		text-align: center;
		margin: 0 auto;
	}
	.menu li, .about_menu li {
		width: 32%;
		margin: 5px 0.6%;
		float: left;
	}
	.menu a, .about_menu a {
		font-size: 2.8em;
	    color: #5013bd;
    	font-weight: 800;
		background: #FFEB3B; /* Old browsers */
		background: -moz-linear-gradient(top, #FFEB3B 0%,#FF9800 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #FFEB3B 0%,#FF9800 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #FFEB3B 0%,#FF9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEB3B', endColorstr='#FF9800',GradientType=0 ); /* IE6-9 */
		border: 1px solid #FFEB3B;
		border-radius: 6px;
    	padding: 10px 0;
		display: block;
	}
	.menu a:hover, .about_menu a:hover {
		color: #000;
		background: #eee;
		border: 1px solid #666;
	}
	li .subSelected {
		background: #000;
		color: #fff;
	}
/* content */
	.content {
	    padding: 10px 1% 10px;
   		background: #fff4a0;
	}
	.content .adtop {
		background: #525252;
	    border-top: 1px solid #888;
	    border-bottom: 1px solid #111;
	    padding: 0 1.5%;
	}	
	.adtop h2 {
	    color: #fff;
	    font-size: 1.6em;
	    line-height: 1.8em;
	    float: left;
	}
	.adtop p {
	    color: #ffe436;
	    line-height: 1.8em;
	    padding: 6px 0;
	    float: right;
	}
	.content .ads {
		padding: 1%;
	    background: #d8d8d8;
	}
	.content .adbox {
		width: 23%;
		background: #fff;
		padding: 0.5%;
    	margin: 0.5%;
    	float: left;
	}
	.adbox a {
		display: block;
	}
	.adbox img {
		width: 100%;
		display: block;
	}
	.adbox h3 {
		font-size: 1.2em;
	    line-height: 1.8em;
	    font-weight: 600;
	    text-align: center;
	    background: #ff8300;
	    border-top: 1px solid #ffb200;
	    border-bottom: 1px solid #d04c00;
	}
	.adbox p {
		font-size: 1em;
    	line-height: 1.4em;
    	color: #4a4a4a;
    	padding: 6px 0;
	}
	.adbox h3, .adbox p {
		overflow: hidden;
    	text-overflow : ellipsis;
 		white-space : nowrap;
	}
/* footer */
	.footer {
	    padding: 10px 0;
		background: #ff0039;
	}
	.warning {
		padding: 10px 0;
	}
	.warning .warntext {
		width: 34%;
		margin: 1%;
	}
	.warning .warnicon {
		width: 20%;
		margin-left: 3%;
	}
	.about {
	}
	.about ul {
		width: 80%;
		margin: 0 auto;
	}
	.about li {
		display: inline;
	}
	.about a {
		width: 15.2%;
	    margin: 10px 0.5%;
	    font-size: 1.4em;
	    font-weight: 600;
	    line-height: 2.4em;
	    text-align: center;
	    color: #ffdc00;
	    background: #b30028;
	    border: 1px solid #FFEB3B;
	    float: left;
	}
	.about a:hover {
		color: #000;
    	background: #fff;
    	border: 1px solid #555;
	}
/** adpage **/
	.btn_index {
		padding: 10px 20%;
	}
	.btn_index a {
		text-align: center;
		font-size: 2.8em;
	    color: #5013bd;
    	font-weight: 800;
		background: #FFEB3B; /* Old browsers */
		background: -moz-linear-gradient(top, #FFEB3B 0%,#FF9800 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #FFEB3B 0%,#FF9800 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #FFEB3B 0%,#FF9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFEB3B', endColorstr='#FF9800',GradientType=0 ); /* IE6-9 */
		border: 1px solid #FFEB3B;
		border-radius: 6px;
		padding: 20px 0;
		margin: 0 auto;
    	display: block;
	}
	.content .onead {
		width: 60%;
    	padding: 0.5%;
    	margin: 0 auto;
	}
	.onead .onead_box {
		background: #fff;
		width: 98%;
		padding: 0.5%;
    	margin: 0.5%;
	}
	.onead_box img {
		width: 100%;
		display: block;
	}
	.onead_box h2 {
		font-size: 1.2em;
	    line-height: 1.8em;
	    font-weight: 600;
	    text-align: center;
	    border-bottom: 2px solid #ff0074;
	}
	.onead_box p {
		font-size: 1em;
    	line-height: 1.4em;
    	color: #4a4a4a;
	    padding: 6px 20px;
	}
	.phonecall {
		display: none;
	}
	.phonecall, .addline, .facebook {
	    margin: 0 auto;
    	width: 60%;
	}
/* media screen */
@media (max-width: 768px) {
	.content .adbox {
		width: 31.33333%;
	}
	.about ul {
	    width: 96%;
	}
	.about a {
		font-size: 1.2em;
	}
	/** adpage **/
	.content .onead {
	    width: 98%;
	}
	.onead .onead_box {
		width: 98%;
	}
}
@media (max-width: 569px) {
	/** navbar for mobile **/
	.nav {
		display: block;
		position: fixed;
	}
	.about {
		width: 100%;
		display: none;
		position: fixed;
		bottom: 0;
		background: #ff0039;
	    max-height: 40%;
		overflow: auto;
		border-top: 5px solid #000;
	    z-index: 1000;
	}
	.menu {
		display: none;
	}
	/**/
	.logolink {
		background-size: 100% auto;
	    width: 230px;
    	height: 62px;
	}
	.menu a {
	    font-size: 2.2em;
	}
	.content .adbox {
		width: 48%;
	}
	.about a {
	    width: 31.8%;
	    font-size: 1.4em;
	    line-height: 2em;
	    margin: 10px 0.5% 0;
	}
	.warning .warntext, .warning .warnicon {
		width: 94%;
	    margin: 1% auto;
	    display: block;
	}
	.about ul {
	    width: 98%;
	}
	/** about menu **/
	.about_menu a {
	    font-size: 1.4em;
	}
	/** adpage **/
	.btn_index {
	    padding: 2px 3%;
	}
	.btn_index a {
	    font-size: 1.8em;
        padding: 8px 0;
	}
	.onead .onead_box {
		width: 98%;
	}
	.phonecall {
		display: block;
	}
}
@media (max-width: 414px) {
	.logolink {
	    width: 226px;
    	height: 60px;
	}
	.about a {
        width: 98%;
	    margin: 2px auto;
	}
	.about ul {
	    width: 94%;
	}
	/** adpage **/
	.phonecall, .addline, .facebook {
	    width: 100%;
	}
}