@charset "utf-8";
/* CSS Document */

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#header * {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

#header * {
	font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}


#header {
	min-width: 950px;
}

#header h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 450px;
}



#service-wrraper {
	height: 31px;
}
#service {
	z-index:101;
	width: 100%;
	min-width: 950px;
	height: 32px;
	background: url(/images/bg_service.jpg) repeat-x center bottom;
	position: fixed;
	top: 0;
	left: 0;
}
#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;
}
#service-right {
	float: right;
}
#service-right ul {
	float: left;
	padding: 0 10px 0 0;
}
#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 {
	color:#fff;
	font-size:13px;
	text-align:center;
}

#logo {
	float: left;
	width: 540px;
	margin: 12px auto;
}
#info {
	float: right;
	height: 52px;
	margin: 3px auto;
}
#info .tel {
	float: right;
    font-size: 44px;
    height: 36px;
    margin-bottom: 8px;
    font-weight: bold;
    line-height: 48px;
}
.tel > img {
	float: left;
	margin: 8px 5px 0 0;
}
#info .time {
	padding: 0;
	clear: both;
	text-align: right;
	margin: 0;
	width: 385px;
	font-family: メイリオ;
	font-size: 11px;
}
#nav {
	clear: both;
}
#nav ul {
	width: 950px;
	margin: auto;
}
#nav ul li {
	float:left;
}

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

#nav ul li:first-child{
	margin-left: 0;
}

#nav ul li{
	margin-left: 4px;
}
#nav ul li a:hover{
	opacity: 0.7;
}






#service-right {
	float: right;
}
#service-right ul {
	float: left;
	padding: 0px 0px 0 0;
	font-size: 12px;
}
#service-right ul li {
	float: left;
	padding-right: 10px;
	margin-left: 42px;
	position: relative;
	margin-top: 6px;

}
	#service-right ul li.iconclock {
		margin-left: 0px;
	}

#service-right ul li .fa {
	padding-right: 5px;
}
#service-right p {
	float: left;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}
#head_count {
	float: right;
	cursor: pointer;
	margin-right: 8px;
}
#hisCnt,
#favoCnt {
	color:#fff;
	font-size:18px;
   	font-weight: bold;
	text-align:center;
	text-decoration: underline;
    padding: 0 2px;
}

#info-wrraper {
	width: 950px;
    margin: auto;
}
#logo {

	float: left;
	padding-left: 5px;
}


#info {
	float: right;
	padding: 0 10px 0 0;
	    width: 390px;
}
div#service h1 {
    color: #fff;
}
h2.top {
    color: #fff;
    margin-top: 8px;
}
span.clock {
    position: absolute;
    top: 3px;
    left: -23px;
}
span#favoCnt {
    padding-left: 0;
}
span.check {
    position: absolute;
    top: 3px;
    left: -25px;
}
div#service h1 {
    font-size: 13px;
    font-family: メイリオ;
    margin-top: 7px;
}