@charset "utf-8";
/* CSS Document */
#header * {
	font-family: "メイリオ",Meiryo,Helvetica,"ヒラギノ角ゴ Pro W3","hiragino kaku gothic pro","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
#esbody {
    min-width: 1050px;
    margin: 0 auto;
    padding: 0;
}
#service-block {
	height: 31px;
}
#service-wrraper {
	z-index: 101;
	width: 100%;
	min-width: 950px;
	height: 31px;
	background: #414042;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 3px #666;
}
#service {
	width: 1050px;
	margin: 0 auto;
	height: 31px;
}

#header {
	min-width: 10;
}

#my-page-area {
	float: left;
}
#my-page-area dl {
	padding: 0 0 0 10px!important;
	float:left;
	height: 100%;
}
#my-page-area dl dt {
	background: url(/images/bg_mypage_arrow.png) no-repeat right 8px!important;
	padding: 4px 10px 0 0!important;
	float: left;
	color: #fff;
	margin: 0 3px 0 0;
}
#my-page-area dl .new_member,
#my-page-area dl .my_page {
	float: left;
	margin: 0 2px 0 0;
}
#my-page-area dl #login,
#my-page-area dl #logout {
	float: left;
	margin: 0 2px 0 0;
	cursor: pointer;
}
#my-page-area dl #loginPopUp {
	display: none;
}
#loginPopUp #loginForm {  /* /member/ログインポップアップ崩れ対策 */
    padding: 0;
    background: none;
}
#service-right {
	float: right;
}
#header ul {
	margin-right: 0;
}
#header #service-right ul {
    float: left;
    padding: 5px 5px 0 0;
}
#service-right ul li {
	float:left;
	margin-left: 5px;
	position: relative;
}
#service-wrraper #service-right p {
	float: left;
    padding: 7px 0 0;
    font-size: 12px;
    color: #c8ba8d;
}
#head_count {
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
#head_count .history,
#head_count .favorite {
	text-align: right;
	width: 72px;
	height: 63px;
	float: left;
}
#head_count .history .count,
#head_count .favorite .count {
	padding: 10px 5px 0 0;
}
#head_count .history .count_txt,
#head_count .favorite .count_txt {
	text-align: center;
	font-size:80%;
}
#hisCnt,
#favoCnt {
    text-decoration: underline;
    color: #ff3600;
    font-size: 180%;
    font-weight: bold;
    text-align: center;
}
.info_color_inner {
	background: #beaf87;
	padding: 18px 0;
}
#info-wrraper {
	width: 1050px;
	margin: 0 auto;
}
#logo {
	float: left;
	width:258px;
	margin-right: 18px;
}
#info {
	float: right;
	width: 465px;
}
#info .tel {
    text-align: right;
    clear: both;
    font-size: 30px;
    font-weight: bold;
    color: #414042;
    line-height: 1em;
    
}
#info .tel:before {
	content: url(/images/icon_header_freedial.jpg);
	position: relative;
	top: 0;
	left: 3px;
}
#info .time {
    text-align: right;
    font-size: 12px;
    color: #414042;
    line-height: 1em;
}
#info .mail_address {
	text-align: right;
    font-size: 14px;
    color: #414042;
    margin-bottom: 6px;
    line-height: 1em;
}
#info .mail_address a {
	color: #414042;
}
#info .mail_address a:hover {
	text-decoration: none;
}
#nav {
	clear: both;
	border-bottom: 1px #beaf87 solid;
}
#nav ul {
	width: 1050px;
	margin: auto;
}
#nav ul li {
	float:left;
}

/*-追加-*/
#my-page-area dt {
	color:#000!important;
}
#service-right a {
	color: #fff;
}
#service-right .headCnt {
	position: absolute;
	top: 4px;
	right: 4px;
}
.header_top_text_img {
	float: left;
}



/*ドロップダウンメニュー*/
.drop__bt {
  position: relative;
}
.drop__bt:hover {
  cursor: pointer;
}
  #header .drop__list {
    position: absolute;
    right: 0px;
    display: none;
    width: 210px;
  }
  #header .drop__list.drop_hover {
    display: block;
    z-index: 100;
    padding-top: 1px;
  }
    [class*='drop__listItem'] a {
        padding: 1px 0 1px;
        display: block;
    }
  .sub__list {
    position: absolute;
    top: 0;
    left: 210px;
    display: none;
    padding-left: 2px;
  }
  .sub__list:before {
    content: none;
  }
  .sub__list > [class*='drop__listItem']:first-child a {
        padding: 0px 0 1px;
    }