/* 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,
input, select, textarea,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;

	color:#333333;
}
body.chinese {
	font-family: "Roboto","Microsoft JhengHei","Heiti TC","LiHei Pro Medium","PMingLiU",Arial,sans-serif;
}
/* 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;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
img{display:block;width:100%; height:auto;}
*:focus {
    outline: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:after {
	content:"";
	display:table;
    clear:both;
}
.fleft{ float:left;}
.fright{ float:right;}


/*********************************************************************/

.bold{font-weight:500!important;}
.medium{font-weight:400!important;}

.stock
{
	font-size:25px;
}

.price
{
	line-height:57px;
	padding:10px 0 6px;
}

.last
{
	font-size:57px;
	color:#0847AE;
	font-weight:400;
	margin-left:3px;
}

.change
{
	font-size:41px;
	font-weight:400;
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:left;
}

.up
{
	margin-left:18px;
	color:#DE6500;
	background-image:url(home_up.png);
}

.down
{
	margin-left:18px;
	color:#407E00;
	background-image:url(home_down.png);
}

.date, .footerLink
{
	font-size:16px;
	line-height:20px;
}

#hyperlink
{
	width:100%;
	height:70%;
	position:absolute;
	z-index:9999;
	cursor:pointer
}

@media screen and (max-width: 399px){
	.stock
	{
		font-size:18px;
	}
	
	.price
	{
		line-height:40px;
	}
	
	.last
	{
		font-size:40px;
	}
	
	.change
	{
		font-size:30px;
		margin-left:10px;
	}

	
	.date, .footerLink
	{
		font-size:12px;
		line-height:16px;
	}
}

@media screen and (max-width: 260px){
	#hyperlink
	{
		width:100%;
		height:98%;
		position:absolute;
		z-index:9999;
		cursor:pointer
	}
}