@CHARSET "UTF-8";

.cl_header_bar {
	float: right;
	background: aqua;
	display: none;
}

.cl_header_btn:hover {
	border: none;
}

.cl_header_btn  {
	height: 30px;
	width: 150px;
	color: white;
	font-size: 12px;
	line-height: 2.5;
	line-height: -moz-block-height;
	background: orange;
	border: none;
}

.cl_header_inner {
	overflow: hidden;
	min-width: 1200px;
}

.cl_button_area {
	float:right;
	margin-top: 5px;
}

.cl_header_title_img {
	width:210px;
	height:70px;
	padding:10px;
}

.cl_header_message_img {
	width: 30px;
	height: 55px;
}

.cl_header_message {
	font-size: 12px;
	line-height: 1.2;
	background: white;
	border-radius: 10px;
	padding: 5px;
	color: black;
	border: 1px solid #555555;
}

.cl_header_message_area {
	float:right;
}

.cl_header_items_area {
	float:right;
	display:none;
}

.cl_header_line_orange {
/* 	width: 100%; */
/* 	background: orange; */
/* 	height: 15px; */
/* 	margin-top: -32.7px; */
	width: 100%;
	background: orange;
	height: 20px;
	margin-top: -39.7px;
}

.cl_header_line_gray {
	width: 100%;
	background: grey;
	height: 5px;
}

.cl_login_btn:hover {
	background: navy url(../images/icon/login_hover.png) no-repeat 13px center;
	background-size: 25px 25px;
}

.cl_login_btn {
	background: orange url(../images/icon/login.png) no-repeat 18px center;
	background-size: 15px 15px;
	margin-right:10px;
}

.cl_logout_btn:hover {
	background: navy url(../images/icon/logout_hover.png) no-repeat 13px center;
	background-size: 25px 25px;
}

.cl_logout_btn {
	background: orange url(../images/icon/logout.png) no-repeat 18px center;
	background-size: 15px 15px;
	margin-right:10px;
}

.cl_mypage_btn:hover {
	background: navy url(../images/icon/mypage_hover.png) no-repeat 13px center;
	background-size: 25px 25px;
}

.cl_mypage_btn {
	background: orange url(../images/icon/mypage.png) no-repeat 18px center;
	background-size: 15px 15px;
	margin-right:10px;
}

.cl_buy_point_btn:hover {
	background: navy url(../images/icon/point_hover.png) no-repeat 13px center;
	background-size: 25px 25px;
}

.cl_buy_point_btn {
	background: orange url(../images/icon/point.png) no-repeat 18px center;
	background-size: 15px 15px;
	margin-right:10px;
}

.cl_help_btn:hover {
	background: navy url(../images/icon/question_hover.png) no-repeat 13px center;
	background-size: 25px 25px;
}

.cl_help_btn {
	background: orange url(../images/icon/question.png) no-repeat 18px center;
	background-size: 15px 15px;
}

.cl_menu {
	display: none;
}
