#header {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	height: auto;
	background-color: #ffffff;
}

#header .hd_logo_area {
	margin: 0;
	width: 100%;
	min-width: 100%;
	background-color: #ffec50;
}

#header .hd_logo_area .wrp_logo {
 width: 100%;
    margin: 0;
 padding: 0 10px;
    -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

#header .hd_logo_area .hd_logo {
	margin: 0;
	padding: 0;
	line-height: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#header .hd_logo_area .hd_logo img {
	max-width: 1200px;
	max-height: 56px;
	max-height: auto;
	vertical-align: top;
}

#header .hd_menu_area {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 100%;
	background-color: #fff;

	height: auto;

	border-bottom: 0;
}

#header .hd_menu_area .hd_menu {
	margin: 15px 0 0 0;
	padding: 0 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.hd_menu .hd_category_sp {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 12px;

	background: none;
}
.hd_menu .hd_category_sp .cate_title_sp{

}
.hd_menu .hd_category_sp .cate_title_sp a{
	position: relative;
	display: block;
	padding: 8px 5px 5px 20px;
	width: 85px;
	min-height: 35px;
	font-size: 14px;
}

.hd_menu .hd_category_sp .cate_title_sp a:before{
	content: "";
	position: absolute;
	width: 8px;
	height: 9px;
	margin-top: -4px;
	top: 50%;
	left: 2px;
	background-image: url(../imgs/common/category_arrow_horizontal.png);
	-webkit-background-size: 8px 9px;
	background-size: 8px 9px;
}

/* form */
.hd_menu .hd_search {
	position: relative;
	float: right;
	margin: 0;
	padding: 8px 10px;
	width: 205px;
	height: 35px;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid #e1e1e1;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url(../etudes/img/hd_search_bg_ver3.gif);
	background-repeat: repeat-y;
	background-position: center right 0;
	background-color: #ffffff;
}

.hd_menu .ippan_search {
	margin-right: 10px;
}

.hd_menu .hd_search .searchform {
	position: relative;
	margin: 0;
	padding: 0;
}

.hd_menu .hd_search .keywords {
	width: 155px;
	height: 20px;
	border: none;
	padding: 0;
	background-color: #ffffff;
}

.hd_menu .hd_search .searchBtn {
	position: absolute;
	margin: 0;
	padding: 3px 25px 8px 8px;
	border: none;
	top: -7px;
	_top: 1px;
	right: -9px;
	width: 16px;
	background-color: #595757;
}

@-moz-document url-prefix() {
	.hd_menu .hd_search .searchBtn {
		border-radius: 0 3px 3px 0;
		padding: 3px 25px 8px 8px !important;
	}
}


/* **** */
.hd_menu_r{
	position: absolute;
	top: 12px;
	right: 10px;
}
.hd_menu_r .hd_menu_r_list{
	position: relative;
}

.hd_menu_r .hd_menu_r_list li{
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
}

.hd_menu_r .hd_menu_r_list li:last-child{
	margin: 0;
}

.hd_menu_r .hd_menu_r_list li {
	display: block;
	background-color: #ffffff;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}

.hd_menu_r .hd_menu_r_list .hd_menu_r_news .news_num {
     position: absolute;
    margin: 0;
    padding: 0 2px;
    margin-left: 28px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #e83828;
}

.hd_menu_r .hd_menu_r_list li a, .hd_menu_r .hd_menu_r_list li .menu_btn{
	display: block;
	padding: 8px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
}

/* breadcrumbs */
.wrp_breadcrumbs{
    margin: 18px 10px 0;
    padding: 0px;
    font-size: 0;
    line-height: 1;
    height: auto;

    border-bottom: 1px solid #e1e1e1;
}
.wrp_breadcrumbs .breadcrumbs {
	margin: 0 0 6px 0;
	padding: 8px 0 6px;
	
	width: 100%;
	height: auto;

	min-height: 25px;
	word-wrap: break-word;
	text-align: left;
	font-size: 11px;
	line-height: 1.3;
}

.no-click {
    cursor: default !important;
}