@charset "utf-8";

/*==================================================
  Universal Reset
  Default Style
==================================================*/


/*--------------------------------------------------
  Universal Reset
--------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,del,ins,em,img,hr,q,strong,sub,sup,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:100%;
}

ul,ol{
list-style:none;
}

table,th,td{
border:0 none;
}

th{
font-weight:normal;
text-align:left;
}

caption{
text-align:left;
}

strong{
font-weight:normal;
}

em{
font-style:normal;
}

img{
border:0;
vertical-align:bottom;
}

dt{
font-weight:normal;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

textarea{
font-size:1em;
}

/*--------------------------------------------------
  Default Style
--------------------------------------------------*/
body{
font-size:100.01%;
color:#333;
}

em{
font-weight:bold;
}

strong{
font-weight:bold;
}

/* 201009 Edit linkColor */
a,
a:link{
/*color:#1155D3;*/
color:#2166e7;
text-decoration:underline;
}

a:visited{
color:#3e4d98;
text-decoration:underline;
}

a:hover,
a:active,
a:focus{
/*color:#3188D3;*/
color:#3baae4;
text-decoration:none;
}

p,ul,ol,dl,table{
/*margin-bottom:0.83em;*/
	margin-bottom: 0;
}

sup{
vertical-align:top;
}

sub{
vertical-align:baseline;
}


object,
embed {
outline:none;
}
/*--------------------------------------------------
  hasLayout
--------------------------------------------------*/
div,ul,li,dl,dt,dd,p{
zoom:1;
}

ul li,
ol li{
zoom:normal;
}