@charset "UTF-8";
/*

READ ME ============================================

+ header

*/



/*

header ============================================

/* .global-header --------------- */
.global-header {
	position: relative;
	height: 56px;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
	background: -moz-linear-gradient(top, #fff,  #ebebeb);
	background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
	.global-header .title {
		text-align:left;
		float: left;
	}
	.global-header .title a {
		color: #ffffff;
		text-indent:-9999px;
		width:140px;
		height:55px;
		display:block;
		background: url(/nomucom/smp/common/images/header-img-logo.gif) no-repeat 5px 10px;
		background-size: 132px 30px;
	}
	.global-nav {
	}
	.global-nav ul {
		float: right;
		display: block;
		padding-top: 1px;
		height: 54px;
	}
	.global-nav ul li {
		display: inline-block;
		width: 56px;
		font-size: 1.1rem;
		vertical-align: bottom;
	}
	.global-nav ul li a {
		display: block;
		height: 55px;
		color: #333;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		text-indent: -9999px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.global-nav ul .registry a {
		background: url(/nomucom/smp/common/images/header-btn-registry.jpg) no-repeat left top;
		background-size: 56.5px 55px;
	}
	.global-nav ul .login a {
		background: url(/nomucom/smp/common/images/header-btn-login.jpg) no-repeat left top;
		background-size: 56.5px 55px;
	}
	.global-nav ul .service a {
		background: url(/nomucom/smp/common/images/header-btn-service.jpg) no-repeat left top;
		background-size: 56.5px 55px;
	}
	.global-nav ul .logout a {
		background: url(/nomucom/smp/common/images/header-btn-logout.jpg) no-repeat left top;
		background-size: 56.5px 55px;
	}
	.global-nav ul .mypage a {
		background: url(/nomucom/smp/common/images/header-btn-mypage.jpg) no-repeat left top;
		background-size: 56.5px 55px;
	}

/* .js-overlay (header modal menu) --------------- */
.js-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.modal-body {
	position: fixed;
	z-index: 100000;
	width: 100%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.modal-header_function {
	position: relative;
	background-color: #fff;
	border: 3px solid #bddc0e;
	margin: 12px 0;
	box-shadow: 0 0 6px #000;
}
.modal-header_function::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 10px;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 90;
}
.modal-header_function::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 10px;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #bddc0e transparent;
	z-index: 80;
}

.modal-header_function li {
	position: relative;
}
.modal-header_function li a {
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 15px;
	padding: 18px 0 18px 54px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal-header_function li:nth-child(1) a {
	background: url(/nomucom/smp/common/images/icn-header_recommend.png) 14px center no-repeat;
	background-size: 30px 27.5px;
}
.modal-header_function li:nth-child(2) a {
	background: url(/nomucom/smp/common/images/icn-header_recent.png) 14px center no-repeat;
	background-size: 28px 26px;
}
.modal-header_function li:nth-child(3) a {
	background: url(/nomucom/smp/common/images/icn-header_saved.png) 16px center no-repeat;
	background-size: 26px 20.5px;
}
.modal-header_function li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8.5px;
	width: 12px;
	height: 17px;
	background: url(/nomucom/smp/common/images/icn-arrow.png) no-repeat right center;
	background-size: 12px 17px;
}

/*add 201509 */
#bread{
  background: #eceff1;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;

}

#bread::-webkit-scrollbar {
  display:none;
}

#bread ol{
  display:table;
}

#bread li{
    display:table-cell;
    white-space:nowrap;
    font-size: 90%;
    padding:8px 6px 8px 0;
}

#bread a{
  color: #444;
  padding-right:5px;
}

#breadhead{
  background: #eceff1;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 10px;

}

#breadhead::-webkit-scrollbar {
  display:none;
}

#breadhead ol{
  display:table;
}

#breadhead li{
    display:table-cell;
    white-space:nowrap;
    font-size: 90%;
    padding:8px 6px 8px 0;
}

#breadhead li::after {
    content: " > ";
}

#breadhead li:last-child::after {
    content: "";
}

#breadhead a{
  color: #444;
  padding-right:5px;
}
