header{
	height:82px;
	box-sizing:border-box;
	width:1024px;
	padding-top:5px;
}

header .search input[type="text"]{
	background: #f8f8f8;
	height:44px;
	border:1px solid #dcdcdc;
	margin:0;
	padding-right:30px;
	width:160px;
	box-sizing:border-box;
	border-radius: 24px;
	font-size:16px;
	color:RGBA(82,82,82,0.56);
	font-weight:100;
}
header .search input[type="text"]:placeholder-shown{
	color:RGBA(82,82,82,0.56);
	font-weight:100;
}
header .search input[type="text"]::-webkit-input-placeholder{
	color:RGBA(82,82,82,0.56);
	font-weight:100;
}
header .search input[type="text"]:-ms-input-placeholder{
	color:RGBA(82,82,82,0.56);
	font-weight:100;
}
header .search input[type="text"]::-moz-placeholder{
	color:RGBA(82,82,82,0.56);
	font-weight:100;
}

header .head-logo{
	margin-top:14px;
}
header .language{
	margin-top:5px;
}

header #mypage{
	margin-top:5px;
}

#btn .span{
height: 18px;
width: 70px;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-top: 10px;
margin-left: 4px;
}
#btn a {
text-decoration: none;
}

#btn{
	height: 36px;
	width: 80px;
	border-radius: 4px;
	background-color: #2D8E8E;
	text-align: center;
	margin: 8px 5px 10px 5px;
	padding:0px 8px 0px 8px;
}

	a .btn{
		box-shadow:none;
		border-radius: 4px;
	}
	a.btn, a.btn-pk, a.btn-gl, a.btn-bk, p.btn-lnk a, p.btn-lnk-thin a, p.btn-lnk-right a, span.btn-lnk, span.btn-lnk-right{
		box-shadow: none;
	}

	header .search input[type="submit"]{
		background-size: 20px;
	}
	header .search input[type="submit"]{
		background-size:20px;
	}
	div.catch.key1{
		margin-left:32px;
	}
	header .search{
		margin-right:32px;
	}
	.sp{display:none;}
	.pc{display:block;}
