@charset "utf-8";


sup,
sub {
    height: 0;
    line-height: 1.5;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
 
sup {
    bottom:0.5ex;
}
 

/* LINK
----------------------------------------------------- */
a:link    {text-decoration:none; color:#333333;}
a:visited {text-decoration:none; color:#333333;}
a:hover   {text-decoration:underline; color:#333333;}
a:active  {text-decoration:none; color:#333333;}



@media screen and (min-width:641px), print {
html{
	
}
body{
	font-size:13px;
	-webkit-text-size-adjust: none;
	color:#333333;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
}

@media screen and (max-width:640px) {
html{
	
}
body{
	font-size:12px;
	-webkit-text-size-adjust: none;
	color:#333333;
}

}


/* Table 
----------------------------------------------------- */
table{}
td,th{padding:3px; border:0px;}



/* tag
------------------------------------------------------- */
strong{
	font-weight:bold;
}



.text, textarea, .dropdown, input, select{
	border:1px solid #414c9e;
	padding: 5px;
	color: #333;
	background: #fff;
	
	zoom: 1;
}
	




