@charset "UTF-8";

@font-face {
    font-family: noto;
    src: url('./font/NotoSansCJKjp-Regular.woff');
}

@font-face{
	font-family: mplus;
	src: url('./font/mplus-2c-light.woff');
}

html,body{
	background-color: #fff;
	font-family: arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

body{
	margin:auto;
	width: 620px;
}

#main{
	position: absolute;
	width: 620px;
	height: 477px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#info{
	text-align: center;
	margin-top: 3px;
	font-size: 13px;
	color: #888;
}

#info a{
	color: #888;
}

header{
	margin-top: 62px;
	margin-bottom: 95px;
	width: 620px;
	height: 177px;
}

#ellpedia{
	width: 620px;
	height: 120px;
	font-family: "mplus", sans-serif;
	margin: auto;
	text-align: center;
	color: #919191;
	font-size: 100px;
	line-height: 100px;
	margin-bottom: 15px;
}

#logo_color{
	color: #00ADD8;
}

#search_form{
	width: 618px;
	height: 40px;
	margin: 0 auto;
	padding:0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#search_form:hover{
	border: 1px solid #999;
}

#type_text{
	margin: 0;
	margin-left: 10px;
	width: 568px;
	padding: 5px 0;
	line-height: 28px;
	font-size: 18px;
	color: #666;
	float:left;
	border: none;
	outline: 0;
}

::placeholder {
  color: #aaa;
}

.submit{
	padding: 5px;
	width:30px;
	height: 30px;
	border: 0px;
	background-color: #fff;
}

.blue{
	background : -webkit-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
	background : -moz-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
	background : -ms-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
	background : -o-linear-gradient(top, #1a51f0 0%, #03e4fe 100%);
	background : linear-gradient(top, #1a51f0 0%, #03e4fe 100%); 
}

.yellow{
	background : -webkit-linear-gradient(top, #ffab00 0%, #feca00 100%);
	background : -moz-linear-gradient(top, #ffab00 0%, #feca00 100%);
	background : -ms-linear-gradient(top, #ffab00 0%, #feca00 100%);
	background : -o-linear-gradient(top, #ffab00 0%, #feca00 100%);
	background : linear-gradient(top, #ffab00 0%, #feca00 100%);
}

.orange{
	background : -webkit-linear-gradient(top, #fea929 0%, #f6682e 100%);
	background : -moz-linear-gradient(top, #fea929 0%, #f6682e 100%);
	background : -ms-linear-gradient(top, #fea929 0%, #f6682e 100%);
	background : -o-linear-gradient(top, #fea929 0%, #f6682e 100%);
	background : linear-gradient(top, #fea929 0%, #f6682e 100%);
}

.silver{
	background : -webkit-linear-gradient(top, #898b91 0%, #ddd 100%);
	background : -moz-linear-gradient(top, #898b91 0%, #ddd 100%);
	background : -ms-linear-gradient(top, #898b91 0%, #ddd 100%);
	background : -o-linear-gradient(top, #898b91 0%, #ddd 100%);
	background : linear-gradient(top, #898b91 0%, #ddd 100%);
}

.red{
	background : -webkit-linear-gradient(top, #ff2666 0%, #ff5b39 100%);
	background : -moz-linear-gradient(top, #ff2666 0%, #ff5b39 100%);
	background : -ms-linear-gradient(top, #ff2666 0%, #ff5b39 100%);
	background : -o-linear-gradient(top, #ff2666 0%, #ff5b39 100%);
	background : linear-gradient(top, #ff2666 0%, #ff5b39 100%);
}

.swapred{
	background : -webkit-linear-gradient(top, #ff5b39 0%, #ff2666 100%);
	background : -moz-linear-gradient(top, #ff5b39 0%, #ff2666 100%);
	background : -ms-linear-gradient(top, #ff5b39 0%, #ff2666 100%);
	background : -o-linear-gradient(top, #ff5b39 0%, #ff2666 100%);
	background : linear-gradient(top, #ff5b39 0%, #ff2666 100%);
}

.stblue{
	background : -webkit-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
	background : -moz-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
	background : -ms-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
	background : -o-linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
	background : linear-gradient(top, #03e4fe 0%, #1b52ef 100%);
}

.star{
	background : -webkit-linear-gradient(top, #50ebc2 0%, #50ebc2 33%, #59c7fd 100%);
	background : -moz-linear-gradient(top, #50ebc2 0%, #50ebc2 33%, #59c7fd 100%);
	background : -ms-linear-gradient(top, #50ebc2 0%, #50ebc2 33%, #59c7fd 100%);
	background : -o-linear-gradient(top, #50ebc2 0%, #50ebc2 33%, #59c7fd 100%);
	background : linear-gradient(top, #50ebc2 0%, #50ebc2 33%, #59c7fd 100%); inset;
}

.green{
	background : -webkit-linear-gradient(top, #86fe65 0%, #06d315 100%);
	background : -moz-linear-gradient(top, #86fe65 0%, #06d315 100%);
	background : -ms-linear-gradient(top, #86fe65 0%, #06d315 100%);
	background : -o-linear-gradient(top, #86fe65 0%, #06d315 100%);
	background : linear-gradient(top, #86fe65 0%, #06d315 100%);
}

footer{
    width: 620px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#footers{
	height: 83px;
}


.fwrap{
	float:left;
	margin: 0 29.5px;
	width: 65px;
	height: 83px;
	text-align:center;
}


.footer_icon{
	width: 65px;
    height: 65px;
	position: relative;
	border-radius: 12px;
}

.footer_icon_two{
	background-color: #fafafa;
	width: 63px;
    height: 63px;
	position: relative;
	border: 1px solid #cfcfcf;
	border-radius: 12px;
}


#icon_head_y{
	display: block;
	position: absolute;
	margin: 0 auto;
	color: #fff;
	width: 63px;
	height: 14px;
	line-height: 30px;
	background-color: #ffdb44;
	border-bottom: 1px solid #ccc;
	border-radius: 11px 11px 0 0;
}

.footer_icon img{
	width: 45px;
	height: 45px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.footer_icon_two img{
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-top: 18px;
	margin-left: 14px;
}

.icon_text{
	display: block;
	font-size: 12px;
	color: #555;
	width: 65px;
	height: 18px;
	line-height: 18px;
}

#copyright{
	display: block;
	height: 40px;
	margin-top: 20px;
	padding:0;
	text-align: center;
	color: #868686;
	font-size: 12px;
}

#copyright a{
	color: #868686;
}