/*------------------------------------
	*
------------------------------------*/
*{
	margin:0;
	padding:0;
}

/*------------------------------------
	*,body
------------------------------------*/
body{
	background-color:#fcfcfc;
	text-align:center;
	letter-spacing:0;
	line-height:1.4;
	color:#555;
	font-family:Microsoft JhengHei,Arial,sans-serif;
}

body		{font-size:12px;}
*+html body	{font-size:75%;}
* html body	{font-size:75%;}
body *		{font-size:100%;}
br			{letter-spacing:0;}
ul, ol		{list-style:none;}
a			{outline:none;}
a,a *		{line-height:1.4;}

/*------------------------------------
	anchor
------------------------------------*/
a:link{
	text-decoration:none;
	color:#1a66ca;
}
a:visited{
	text-decoration:none;
	color:#868fca;
}
a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active,
a:link:focus,
a:visited:focus{
	text-decoration:underline;
	color:#0046a0;
}
a.link-bold:link{
	color:#3B3B3B;
}
a.link-bold:visited{
	color:#808080;
}
a:link:hover,
a:visited:hover,
a:link:active,
a:visited:active,
a:link:focus,
a:visited:focus{
	color:#0046a0;
}

/*------------------------------------
	text
------------------------------------*/
p{
	margin-bottom:0.41em;
}
b,em,strong{
	font-weight:bold;
	font-style:normal;
}
.right,
.date,
tr.right td,
tr.right th{
	text-align:right !important;
}
.center,
tr.center td,
tr.center th{
	text-align:center !important;
}
sub{
	vertical-align:baseline;
}
:root sub {
	font-size: 80%;
}
sup{
	vertical-align:super;
}
:root sup {
	font-size: 80%;
}

/*------------------------------------
	img
------------------------------------*/
a img{
	border:none 0;
}

/* arrow right and left*/
img.iconA01{
	margin-right:3px;
}

/* arrow down */
img.iconA02{
	margin-left:3px;
	margin-bottom:2px;
}

/* arrow right for suggest*/
img.iconA01sr{
	margin-left:3px;
}

/* arrow left for suggest*/
img.iconA01sl{
	margin-right:3px;
}


/* arrow up */
img.iconB01{
	margin-right:4px;
}

/* ! */
img.iconC01{
	position:relative;
	top:2px;
	margin-right:4px;
}

/* PDF */
img.iconD01{
	vertical-align:middle;
	margin-right:4px;
}
/* Cart */
img.iconE01{
	margin:0 4px -2px 0;
}

/* external,external02 */
img.external,
img.external02{
	position:relative;
	top:1px;
	left:3px;
}

/* external-win,external02-win */
img.external-win,
img.external02-win{
	position:relative;
	top:1px;
	left:3px;
}

/*pic*/
img.pic{
	border:1px solid #CCCCCC;
}
img.nopic{
	border:1px solid #FFFFFF;
}

/*------------------------------------
	non-visual
------------------------------------*/
.non-visual{
	/* except MacIE \*/
	position:absolute;
	/* end */
	top:-10000px;
	left:0;
	overflow:hidden;
	width:1px;
	height:1px;
	background-color:#0055c4;
	font-size:1px;
	color:#0055c4;
}
@media print{
	.non-visual{
		display:none;
	}
}

/*------------------------------------
	clearfix
------------------------------------*/
.clearfix {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}