/* CSS Document */
@charset "utf-8";
 
/* common start */
body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: 'Î¢ÈíÑÅºÚ','ËÎÌå','ÐÂËÎÌå',sans-serif;
	font-weight:normal;
}
*html{
	background-attachment:fixed;
}
 
img{border:none;}
textarea{resize: vertical;}
input, textarea, select, .psudo_input{
	font-size: 12px;
	color: #888888;
	padding: 3px 6px;
	border: 1px solid #d5d5d5;	/* #ccc prem */
	outline: none;
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15) inset;
	-moz-transition: border .2s linear, box-shadow .2s linear;
	-webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
	*/
}
input:focus, textarea:focus, select:focus {
	/*
	border: 1px solid #80BFFF;
	-moz-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
	-webkit-box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
	box-shadow: 0 0 3px #80bfff, 0 1px 2px rgba(0, 0, 0, .15) inset;
	*/
}
input:-moz-placeholder { color: #aaa; }
input:-webkit-input-placeholder { color:#aaa; }
textarea:-moz-placeholder { color: #aaa; }
textarea:-webkit-input-placeholder { color:#aaa; }
a{outline: none;text-decoration:none;color:#06c;}



.ejt_font{
	font-size:14px;
	line-height:26px;
	color:#666666;
}
.ejt_opacity{
	opacity:0;
	animation:ejt_opacity_keyframex 2s ease forwards;
	-moz-animation:ejt_opacity_keyframex 2s ease forwards; /* Firefox */
	-webkit-animation:ejt_opacity_keyframex 2s ease forwards; /* Safari and Chrome */
	-o-animation:ejt_opacity_keyframex 2s ease forwards; /* Opera */
}
@keyframes ejt_opacity_keyframex
{
	0%   {-moz-opacity:0;filter:alpha(opacity=0);-khtml-opacity: 0;opacity:0;}
	100%  {-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1;opacity:1;}
}
.ejt_opacity2{
	opacity:0;
	animation:ejt_opacity_keyframex2 3s ease forwards;
	-moz-animation:ejt_opacity_keyframex2 3s ease forwards; /* Firefox */
	-webkit-animation:ejt_opacity_keyframex2 3s ease forwards; /* Safari and Chrome */
	-o-animation:ejt_opacity_keyframex2 3s ease forwards; /* Opera */
}

@keyframes ejt_opacity_keyframex2
{
	0%   {-moz-opacity:0;filter:alpha(opacity=0);-khtml-opacity: 0;opacity:0;}
	100%  {-moz-opacity:0.9;filter:alpha(opacity=90);-khtml-opacity:0.9;opacity:0.9;}
}
