/* ver 0.0.1 */
/* IE9 later */
/* type0 --- */
#id_base_header_type0_div {
	position: fixed !important;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #e86117;
	color: #ffffff;
	z-index: 9999; /* 99999 */
}
#id_base_header_type0_0_div {
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
/*	width: 1280px; */
	min-width: 800px;
	height: 100%;
}
/* --- type0 */
/* left area --- */
#id_base_header_left_area_div:before,
#id_base_header_left_area_div {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: 0;
	width: 400px;
	height: 100%;
	text-align: left;
}
#id_base_header_left_area_div:after {
	clear: both;
}
/* ex button --- */
#id_base_header_ex_div:before,
#id_base_header_ex_div {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 22px;
	background-image: url("../images/base_header_ex_off.png");
	cursor: pointer;
}
#id_base_header_ex_div:after {
	clear: both;
}
#id_base_header_ex_div:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
/* --- ex button */

#id_base_header_search_div:before,
#id_base_header_search_div {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 100px;
	bottom: 0;
	margin: auto;
	width: 220px;
	height: 46px;
}
#id_base_header_search_div:after {
	clear: both;
}
#id_base_header_search_index{
    position: absolute;
    width: 100px;
    left: 350px;
    top: 40px;
    margin: auto;
    width: 120px;
    height: 38px;
    text-decoration: none;
}
#id_base_header_search_index a{
    text-decoration: none;
}
#id_base_header_search_index a:link,
#id_base_header_search_index a:visited{
    color: #fff;
}
#id_base_header_search_index a:hover{
    text-decoration: underline;
}
#id_base_header_search_input {
	box-sizing: content-box;
	padding-left: 30px;
	width: 190px;
	height: 38px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid white;
	outline: 0;
	/* background-image: url("../images/base_header_search.png") 5px center no-repeat;  */
	background: url("../images/base_header_search.png") 10px center no-repeat;
	color: white;
	font-size: 18px;
	-webkit-appearance: none;
}
#id_base_header_search_input::-webkit-input-placeholder {
	color: white;
	line-height: 1;
	padding-top: 2px;
}
#id_base_header_search_input::-ms-input-placeholder {
	color: white;
	line-height: 1;
	padding-top: 2px;
}
#id_base_header_search_input::-moz-placeholder {
	color: white;
	line-height: 1;
	padding-top: 2px;
}
#id_base_header_search_input:focus {
/*outline-offset: -2px; */
	width: 250px;
}
#id_base_header_search_input:hover {
/* f4b08b */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #f4b08b;
}
/* --- left area */
/* center area --- */
#id_base_header_center_area_div:before,
#id_base_header_center_area_div {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 76px;
	height: 76px;
}
#id_base_header_center_area_div:after {
	clear: both;
}
.c_base_header_reminder_mark_div:after {
	clear: both;
}
.c_base_header_reminder_mark_a {
/*	display: block;
	overflow: hidden;
	width: 76px;
	height: 76px;
	background-image: url("../images/base_header_reminder_mark_off.png"); */
	text-indent: 100%;
	white-space: nowrap; */
	text-decoration: none;
}
.c_base_header_reminder_mark_a:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
.c_base_header_reminder_mark_img {
}
.c_base_header_reminder_mark_img:hover {
}
/* --- center area */
/* right area --- */
#id_base_header_right_area_div:before,
#id_base_header_right_area_div {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	width: 550px; /* 400 500 */
	height: 100%;
	text-align: right;
/*background-color: green; */
}
#id_base_header_right_area_div:after {
	clear: both;
}
.c_base_header_sns_share_bottom0_div {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 38px;
	height: 100%;
	margin-left: 7px;
}
.c_base_header_sns_share_bottom0_0_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}
.c_base_header_sns_share_bottom0_0_div:hover {
	filter:alpha(opacity=50);
	opacity:0.5; -moz-opacity:0.5;
}
.c_base_header_sns_share_bottom0_1_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}
.c_base_header_sns_share_bottom1_div {
/* border */
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 2px;
	height: 100%;
	margin-left: 10px;
}
.c_base_header_sns_share_bottom1_0_div {
/* border */
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 30px;
	background-color: white;
}
#id_base_header_login_div {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 150px;
	height: 100%;
	margin-left: 7px;
}
#id_base_header_login_0_div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 150px; /* 150px */
	height: 100px;
/*	height: 100%; */
	text-align: right;
	vertical-align:top;
}
#id_base_header_login_0_div:after {
	clear: both;
}
#id_base_header_login_0_0_div {
	*zoom: 1;
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	cursor: pointer;
	font-size: 14px;
/*	height: 100px; */
/*	height: 58px; */
	height: 30px;
	margin-top: 41px;
}
#id_base_header_login_0_0_div:after {
	clear: both;
}
/* */
.c_base_header_sns_share_facebook_a {
	display: block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	background-image: url("../images/base_header_sns_share_facebook_off.png");
	text-indent: 100%;
	white-space: nowrap;
}
#id_base_sns_share_this_page_twitter_div {
	width: 100px;
	height: 200px;
	top: 300px;
	left: -200px;
	z-index: 2;
	background-color: red;
}
#id_base_header_sns_share_google_plus_div{
    display: none;
}
/* --- right area */

.c_base_header_menu_type0_div {
	position: fixed !important;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100px;
}
.c_base_header_menu_type0_0_div {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1280px;
	height: 100%;
}

#id_base_header_setting_menu_div {
	position: absolute;
	width: 200px; top: 0;
	left: 1214px;
	margin: 0;
	padding: 0;
/*	background-color: white; */
	line-height: 1.0;
}
#id_base_header_setting_ul {
	position: absolute;

	*zoom: 1;
	list-style-type: none;

	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	background-color: green;
	text-align: left;

}
#id_base_header_setting_ul:after {
	clear: both;
}
#id_base_header_setting_li {
	position: absolute;

	*zoom: 1;
	list-style-type: none;

	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	background-color: green;
	text-align: left;

	background-image: url("../images/base_header_setting_off.png");
	background-size: 38px 38px;
	background-repeat: no-repeat;
/*	background-position: center center; */
}

#id_base_header_user1_div {
	position: absolute;
	right: 0px;
	top: 21px;
/*	bottom: 0; */
/*	margin: auto auto; */
	width: 49px;
	height: 58px;
	background-image: url('/images/user_bg_white82x97.png');
	background-repeat: no-repeat;
	background-size: contain;
	*zoom: 1;
	vertical-align:top;
}
#id_base_header_user1_div:after {
	clear: both;
}
#id_base_header_user1_div:hover {
/*	background-image: none; */
}
#id_base_header_user2_div {
	position: absolute;
	width: 45px;
	height: 54px;
	top: 2px;
	left: 2px;
	background-repeat: no-repeat;
	background-size: contain;
	*zoom: 1;
	vertical-align:top;
	cursor: pointer;
}

#id_base_header_user2_div:hover {
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

#id_base_header_user_icon_div {
	position: absolute;
	width: 180px;
	top: 67px;
	left: -65px; /* width * -0.5 + (49 * 0.5)  */
/*	background-color: #404040; */
	z-index: 100;
	font-weight: bold;
}
.c_base_header_user_icon_arrow_div {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 12px;
	background-image: url('/images/header_arrow_up.png');
	background-repeat: no-repeat;
}
.c_base_header_user_icon_contents_div {
	position: relative;
	width: 180px;
	background-color: white;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.c_base_header_user_icon_text1_div {
	text-align: center;
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	text-decoration: none;
}
.c_base_header_user_icon_text2_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #595959;
	text-decoration: none;
}
.c_base_header_user_icon_text2_a:hover > .c_base_header_user_icon_text1_div {
	color: #e86117;
}
.c_base_header_user_icon_text2_a:hover > .c_base_header_user_icon_text2_div {
	color: #e86117;
}
.c_base_header_user_icon_text2_a {
	color: #595959;
	text-decoration: none;
}
.c_base_header_user_icon_text2_a:link {
	color: #595959;
}
.c_base_header_user_icon_text2_a:visited {
	color: #595959;
}
.c_base_header_user_icon_text2_a:hover {
	color: #e86117;
}
.c_base_header_user_icon_hr {
	width: 80%;
	height: 1px;
	border: none;
	border-top: 1px black solid;
}
.c_base_header_user_icon_text3_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 3px;
}
.c_base_header_user_icon_text4_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
}

/* */
#id_base_header_setting_div {
}
#id_base_header_setting_div2 {
	width: 38px;
	height: 38px;
}
#id_base_header_setting_div3 {
	width: 38px;
	height: 38px;
	background-image: url('/images/base_header_setting_off.png');
	cursor: pointer;
}
#id_base_header_setting_div3:hover {
	filter:alpha(opacity=50);
	opacity:0.5; -moz-opacity:0.5;
}
#id_base_header_setting_icon_div {
	position: absolute;
	width: 180px;
	top: 57px;
	left: -142px; /* -width + 38  */
/*	background-color: #404040; */
	z-index: 100;
	font-weight: bold;
}
.c_base_header_setting_icon_arrow_div {
	position: relative;
	width: 30px;
	height: 12px;
	margin-left: auto;
	margin-right: 0px;
	background-image: url('/images/header_arrow_up.png');
	background-repeat: no-repeat;
}
.c_base_header_setting_icon_contents_div {
	position: relative;
	width: 180px;
	background-color: white;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.c_base_header_setting_icon_text1_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 12px;

}
.c_base_header_setting_icon_text2_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 5px;
}
.c_base_header_setting_icon_text_a {
	color: #595959;
	text-decoration: none;
}
.c_base_header_setting_icon_text_a:link {
	color: #595959;
}
.c_base_header_setting_icon_text_a:visited {
	color: #595959;
}
.c_base_header_setting_icon_text_a:hover {
	color: #e86117;
}
.c_base_header_setting_icon_hr {
	width: 80%;
	height: 1px;
	border: none;
	border-top: 1px black solid;
}
.c_base_header_setting_icon_text3_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 5px;
}
.c_base_header_setting_icon_text4_div {
	text-align: center;
	color: black;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 15px;
}
/* */
.c_base_header_sns_share_facebook_top_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}

.c_base_header_sns_share_facebook_div {
/*	position: absolute; */
	width: 38px;
	height: 38px;
/*	overflow: visible; */
	background-image: url("../images/base_header_sns_share_facebook_off.png");
	cursor: pointer;

	text-indent: 100%;
	white-space: nowrap;
}

#id_base_header_sns_facebook_icon_div {
	position: absolute;
	width: 190px;
	height: 211px;
	top: 57px;
	left: -75px; /* -width + 38  */
/*	background-color: #404040; */
	z-index: 100;
	font-weight: bold;
	overflow: visible;
}

.c_base_header_sns_facebook_icon_iframe {
	width: 190px;
	height: 211px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.c_base_header_sns_facebook_icon_div_div {
/*	position: absolute; */
	width: 190px;
	height: 211px;
	overflow: hidden;
	background-image: url('/images/header_sns_facebook_base.png');
	background-repeat: no-repeat;
}
.c_base_header_sns_facebook_button0_div {
	position: absolute;
	width: 190px;
	text-align: center;
	margin-top: 80px;
	overflow: hidden;
}

.c_base_header_sns_facebook_icon_text1_div {
	position: absolute;
	width: 190px;
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 172px;
	font-weight: bold;
	font-family: sans-serif;
}
.c_base_header_facebook_icon_text_a {
	color: white;
	text-decoration: none;
}
.c_base_header_facebook_icon_text_a:link {
	color: white;
}
.c_base_header_facebook_icon_text_a:visited {
	color: white;
}
.c_base_header_facebook_icon_text_a:hover {
/*	color: #e86117; */
}
/* */
.c_base_header_sns_share_twitter_top_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}
.c_base_header_sns_share_twitter_div {
/*	position: absolute; */
	width: 38px;
	height: 38px;
/*	overflow: visible; */
	background-image: url("../images/base_header_sns_share_twitter_off.png");
	cursor: pointer;

	text-indent: 100%;
	white-space: nowrap;
}
#id_base_header_sns_twitter_icon_div {
	position: absolute;
	width: 190px;
	height: 211px;
	top: 57px;
	left: -75px; /* -width + 38  */
/*	background-color: #404040; */
	z-index: 100;
	font-weight: bold;
	overflow: visible;
}

.c_base_header_sns_twitter_icon_iframe {
	width: 190px;
	height: 211px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.c_base_header_sns_twitter_icon_div_div {
/*	position: absolute; */
	width: 190px;
	height: 211px;
	overflow: hidden;
	background-image: url('/images/header_sns_twitter_base.png');
	background-repeat: no-repeat;
}
.c_base_header_sns_twitter_button0_div {
	position: absolute;
	width: 190px;
	text-align: center;
	margin-top: 80px;
	overflow: hidden;
}

.c_base_header_sns_twitter_icon_text1_div {
	position: absolute;
	width: 190px;
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 172px;
	font-weight: bold;
	font-family: sans-serif;
}
.c_base_header_twitter_icon_text_a {
	color: white;
	text-decoration: none;
}
.c_base_header_twitter_icon_text_a:link {
	color: white;
}
.c_base_header_twitter_icon_text_a:visited {
	color: white;
}
.c_base_header_twitter_icon_text_a:hover {
/*	color: #e86117; */
}
/* */

.c_base_header_sns_share_line_top_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}


.c_base_header_sns_share_hatena_top_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}
.c_base_header_sns_share_hatena_div {
/*	position: absolute; */
	width: 38px;
	height: 38px;
/*	overflow: visible; */
	background-image: url("../images/base_header_sns_share_hatena_off.png");
	cursor: pointer;

	text-indent: 100%;
	white-space: nowrap;
}
#id_base_header_sns_hatena_icon_div {
	position: absolute;
	width: 190px;
	height: 211px;
	top: 57px;
	left: -75px; /* -width + 38  */
/*	background-color: #404040; */
	z-index: 100;
	font-weight: bold;
	overflow: visible;
}

.c_base_header_sns_hatena_icon_iframe {
	width: 400px; /* 190 */
	height: 500px; /* 211 */
	margin: 0px;
	padding: 0px;
	border: none;
}

.c_base_header_sns_hatena_icon_div_div {
/*	position: absolute; */
	width: 190px;
	height: 211px;
	overflow: visible;
	background-image: url('/images/header_sns_hatena_base.png');
	background-repeat: no-repeat;
}
.c_base_header_sns_hatena_button0_div {
	position: absolute;
	width: 190px;
	text-align: center;
	margin-top: 95px;
	overflow: visible;
}

.c_base_header_sns_hatena_icon_text1_div {
	position: absolute;
	width: 190px;
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 172px;
	font-weight: bold;
	font-family: sans-serif;
}
.c_base_header_hatena_icon_text_a {
	color: white;
	text-decoration: none;
}
.c_base_header_hatena_icon_text_a:link {
	color: white;
}
.c_base_header_hatena_icon_text_a:visited {
	color: white;
}
.c_base_header_hatena_icon_text_a:hover {
/*	color: #e86117; */
}
/* */
.c_base_header_sns_share_google_plus_top_div {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 38px;
	overflow: visible;
}
.c_base_header_sns_share_google_plus_div {
/*	position: absolute; */
	width: 38px;
	height: 38px;
/*	overflow: visible; */
	background-image: url("../images/base_header_sns_share_google_plus_off.png");
	cursor: pointer;

	text-indent: 100%;
	white-space: nowrap;
}
#id_base_header_sns_google_plus_icon_div {
	position: absolute;
	width: 190px;
	height: 211px;
	top: 57px;
	left: -75px; /* -width + 38  */
/*	background-color: #404040; */
	z-index: 100;
	font-weight: bold;
	overflow: visible;
}

.c_base_header_sns_google_plus_icon_iframe {
	width: 190px;
	height: 211px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.c_base_header_sns_google_plus_icon_div_div {
/*	position: absolute; */
	width: 190px;
	height: 211px;
	overflow: hidden;
	background-image: url('/images/header_sns_google_plus_base.png');
	background-repeat: no-repeat;
}
.c_base_header_sns_google_plus_button0_div {
	position: absolute;
	width: 190px;
	height: 100px;
	text-align: center;
	margin-top: 95px;
	overflow: hidden;
}

.c_base_header_sns_google_plus_icon_text1_div {
	position: absolute;
	width: 190px;
	text-align: center;
	color: white;
	font-size: 12px;
	margin-top: 172px;
	font-weight: bold;
	font-family: sans-serif;
}
.c_base_header_google_plus_icon_text_a {
	color: white;
	text-decoration: none;
}
.c_base_header_google_plus_icon_text_a:link {
	color: white;
}
.c_base_header_google_plus_icon_text_a:visited {
	color: white;
}
.c_base_header_google_plus_icon_text_a:hover {
/*	color: #e86117; */
}






/* end of file */

