@charset "utf-8";

/*================================================
ヘッダー専用CSS
================================================*/

#header {
	padding: 0 50px 50px 20px;
	width: 130px;
	position: absolute;
	top: 0;
	z-index: 1000;
}

.header_menu  a {
	font-family: 'AvenirLTStd-Black';
}

.header_title {
	margin: 20px 0 40px;
}

.header_menu li {
	margin-bottom: 23px;
}

.header_menu_sns_list{
	margin-top: 30px;
}
.header_menu_sns_list > li {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 15px;
}
.header_menu_sns_list > li img{
	display: block;
	width: 100%;
	height: auto;
}
.header_menu_sns_list >li:first-child,
.header_menu_sns_list >li:nth-child(3n+1)
 {
	margin-left: 0;
	clear: both;
} 
#header_bg {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: #ffffff;
}

#header_search {
	margin-bottom: 14px;
}

#header_search input[type="text"] {
	padding: 1.5px;
	background: #e9eaea;
	float: left;
}

#header_search input[type="button"] {
	border: 1px solid #dddddd;
	border-left: 0;
	width: 17px;
	height: 17px;
	float: left;
	background: url(/static/full/images/header/bg_header_search_submit.gif) no-repeat center center;
}

.header_menu_toggle {
	margin: -5px 0 18px;
}

.header_menu_toggle > li {
	margin-bottom: 18px;
}

.header_menu_toggle a {
	font-family: 'AvenirLTStd-Medium';
}

.header_menu_toggle .current {
	font-family: 'AvenirLTStd-Black';
}

.header_menu_toggle_hl {
	padding: 5px 0;
	height: 10px;
	display: block;
	background: url(/static/full/images/header/bg_header_menu_toggle_hl.png) no-repeat right top;
	font-family: 'AvenirLTStd-Black';
	cursor: pointer;
}

.header_menu_toggle_hl.open {
	background-position: right bottom;
}

.header_menu_toggle_list {
	margin: 3.5px 0 1.5px;
	display: none;
}

.header_menu_toggle_list a {
	padding: 8.5px 10px;
	display: block;
}
.header_menu_toggle_list .year {
	margin-top: 10px;
}
.header_menu_toggle_list .year span {
	font-weight: bold;
}


/*検索窓*/
.header_search {
    margin-bottom: 30px;
}

.header_search form input[type="text"] {
    border: none;
    border-bottom: 1px solid black;
    width: 82%;
    padding: 0px;
}
.header_search form input[type="submit"] {
    background: url(/static/full/images/header/search.png);
    background-repeat: no-repeat;
    display: block;
    float: right;
    width: 15%;
    height: 19px;
}