/* mypage */
.mypage {
	
}
.mypage_wrap {
	width: 100%;
	height: 172px;
	border-radius: 18px;
	background-color: #ee2f49;
}
.mypage_content {
	overflow: hidden;
	width: 86%;
	height: 124px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}
.mypage_title {
	position: relative;
	float: left;
	width: 50%;
}
.mypage_title span.user {
	display: block;
	height: 18px;
	margin-top: 26px;
	font-size: 15px;
	color: #fff;
}
.mypage_title a {
	position: relative;
	display: block;
	margin-top: 5px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.mypage_title img {
	position: absolute;
	right: 0; top: 50%;
	transform: translate(-50%,-50%);
	width: 12px;
	height: 14px;
}
.mypage_title div {
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 200px;
}
.mypage_title div span {
	float: left;
	display: block;
	margin-right: 6px;
	font-size: 14px;
	color: #fff;
}
.mypage_title div span.figure {
	margin-right: 0;
	color: #fffb8c;
}
.mypage_login {
	float: left;
	width: 50%;
	text-align: right;
}
.mypage_login a {
	display: inline-block;
	width: 98px;
	height: 37px;
	line-height: 37px;
	margin: 5px 0;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 18px;
	color: #fff;
	text-align: center;
}
.mypage_login a:first-child {
	margin-top: 20px;
}
.mypage_login a:last-child {
	width: auto;
	padding: 0 10px;
}
.mypage_bottom {
	overflow: hidden;
	width: 86%;
	height: 47px;
	line-height: 47px;
	margin: 0 auto;
}
.mypage_bottom .exchange {
	overflow: hidden;
	float: left;
}
.mypage_bottom .exchange img {
	display: block;
	float: left;
	width: 20px;
	height: 17px;
	margin: 14px 4px 0 4px;
}
.mypage_bottom .exchange span {
	display: inline-block;
	float: left;
	font-size: 15px;
	color: #fff;
}
.mypage_bottom .present {
	float: left;
	margin-left: 20px;
}
.mypage_bottom .present span {
	display: block;
	font-size: 15px;
	color: #fff;
}
.mypage_bottom .language {
	float: right;
	margin-top: 2px;
	height: 100%;
}
.mypage_bottom .language select {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	outline: none;
	color: #fff;
	background-color: #ee2f49;
}
/* category */
.category {
	width: 96%;
	margin: 0 auto;
	margin-top: 16px;
	border-radius: 18px;
	background-color: #fff;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.1);
}
.category h2 {
	padding: 27px 0;
	text-align: center;
	font-weight: bold;
}
.category ul {
	overflow: hidden;
	width: 94%;
	margin: 0 auto 20px auto;
	padding-bottom: 12px;
}
.category ul li {
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #b8b8b8;
	border-radius: 18px;
	text-align: center;
}
.category ul li a {
	display: inline-block;
	font-size: 18px;
	padding: 0 13px;
	color: #000;
}

/* link */
.link {
	overflow: hidden;
	margin-bottom: 40px;
}
.link .img_box {
	float: left;
	width: 48.58%;
	margin-right: 5px;
}
.link .img_box:last-child {
	margin-right: 0;
}
.link .img_box a {
	display: block;
}