@charset "utf-8";

html{
	
}
body{
	font-size:14px;
	-webkit-text-size-adjust: none;
	color:#333333;
}


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* 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:1025px) {

}


/* Table 
----------------------------------------------------- */
table{}
td{padding:3px; border:0px;}



/* tag
------------------------------------------------------- */
strong{
	font-weight:bold;
}



.text, textarea, .dropdown, input, select{
	border:1px solid #e4e4cc;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 3px;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}
	




