@charset "utf-8";

/* ==================================
common.css
================================== */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size:14px;
  line-height:1.6;
  color:#333;
  width:100%;
  min-width:1080px;
  -webkit-text-size-adjust:100%;
  -webkit-text-size-adjust:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	word-wrap: break-word;
	overflow-wrap: break-word;
	position: relative;
}
hr,
.none {
  display:none !important;
}

a {
  text-decoration:none;
  color:#000;
  outline:none;
}
a:hover {
  color:#888;
}
strong {
  font-weight:bold;
}
img {
  vertical-align:bottom;
}
#wrapper {
	position: relative;
}

/* ==================================
header
================================== */
#header {
  position:relative;
  height:130px;
  z-index:999;
  width:100%;
  background:#fff;
}
#header.nav-fixed {
  position:fixed;
  top:0;
  z-index:999;
  box-shadow:0 0 2px 0 rgba(0,0,0,0.8);
}
#header-inner {
  position:relative;
  width:1000px;
  height:81px;
  margin:0 auto;
}
#logo {
  position:absolute;
  top:20px;
  font-weight: normal;
}
#logo a {
  display:block;
  width:193px;
  height:54px;
  background:url(../../images/common/logo.png) no-repeat 0 0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
#user-name {
  position:absolute;
  top:28px;
  left:365px;
  font-size:0;
  width:210px;
}
#user-name li {
  display:inline-block;
  margin-right:1em;
  font-size:12px;
}
#user-name li:last-child {
  margin-right:0;
}
#user-name span {
  font-size:10px;
}
#icon-menu {
  position:absolute;
  top:0;
  right:0;
  font-size:0;
}
#icon-menu li {
  display:inline-block;
  width:85px;
  height:81px;
  margin-left:0px;
  font-size:0;
}
#icon-menu li.login {
  display:none;
}
#icon-menu li a:hover {
	opacity: .8;
}
#smartSwitch {
	background: #ebe6d0;
	padding: 10px;
	text-align: center;
}
#smartSwitch a{
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
/*
#icon-menu li a,
#icon-menu li:last-child span {
  display:block;
  position:relative;
  width:85px;
  height:81px;
  font-size:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
con-menu li a:before,
#icon-menu li:last-child span:before {
  content:"";
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  width:40px;
  height:41px;
  overflow:hidden;
  margin:-20px 0 0 -20px;
  background: url(../../images/common/heder_icon.png) no-repeat;
}
#icon-menu li:nth-child(1) a:before { background-position:5px center; }
#icon-menu li:nth-child(2) a:before { background-position:-62px center; }
#icon-menu li:nth-child(3) a:before { background-position:-131px center; }
#icon-menu li:last-child span:before { background-position:-200px 0; }
*/
#icon-menu li {
	position: relative;
}
#icon-menu li span.number {
  display:block;
  position:absolute;
  top:20px;
  left:40px;
  width:26px;
	height: 26px;
	background: #d02323;
	border: solid 2px #fff;
  z-index:10;
  text-indent:0;
  text-align:center;
  color:#fff;
  font-size:9px;
  font-weight:bold;
	border-radius: 13px;
	padding-top: 3px;
	box-sizing: border-box;
}
/*
#icon-menu.icon_login li a:before,
#icon-menu.icon_login li:last-child span:before {
  background-image:url(../../images/common/heder_icon_login.png);
}
#icon-menu.icon_login li a:before,
#icon-menu.icon_login li:last-child span:before {
  background-image:url(../../images/common/heder_icon_login.png);
}
*/
#d_deployment-menu-inner #suggest_header ._sc_suggest{
	top: 140px !important;
	width: 500px !important;
}
#d_deployment-menu-inner #suggest_header ._sc_suggest ._sc_suggest_keyword td{
	    padding: 10px 0 0 15px;
}
#d_deployment-menu-inner #suggest_header ._sc_suggest ._sc_suggest_keyword tr:last-of-type td{
	    padding: 10px 0 15px 15px;
}
/* ==================================
global navigation
================================== */
#global-nav {
  position:relative;
  width:100%;
  height:49px;
  background:#333;
}
#global-nav .nav-inner {
  width:1000px;
  margin:0 auto;
  text-align:left;
	position: relative;
}
#global-nav .nav-menu .nav-btn,
#global-nav .nav-menu .nav-name {
  display:inline-block;
  font-size:0;
	font-weight:bold;
	text-align: center;
	width: 170px;
}
#global-nav .nav-menu .nav-btn > span,
#global-nav .nav-menu .nav-name > span {
  display:block;
  position:relative;
	width: 100%;
	border-left: solid 1px #ccc;
  color:#fff;
	margin: 13px 0;
  -webkit-transition:background 0.3s;
	transition: background .3s;
  font-size:14px;
}
#global-nav .nav-menu .nav-name > span a {
	color: #fff;
}
#global-nav .nav-menu .nav_active.nav-btn span:after {
	position: absolute;
	content:"";
	width: 0;
	height: 0;
	bottom: -15px;
	left: 50%;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #ffffff transparent;
}
#global-nav .nav-menu .nav-btn > span a:hover,
#global-nav .nav-menu .nav-name > span a:hover {
	opacity: .8;
}
#global-nav .nav-menu .nav-btn.rLine > span  {
	border-right: solid 1px #ccc;
}
#global-nav .nav-menu .ddm {
  display:none;
  position:absolute;
  left:0;
	top: 49px;
  width:100%;
  text-align:left;
  padding:35px 37px;
  background:#fffefa;
	box-sizing: border-box;
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
	border: solid 1px #ccc;
	border-top: none;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.05);
}
#global-nav .nav-menu .ddm > li {
  width:1000px;
  margin:0 auto;
  color:#666666;
	overflow: hidden;
}
.ddm .nav-category img {
	vertical-align:top;
}

/* control-btn------------------------ */
#global-nav .nav-menu .ddm .control-btn {
	margin: 28px 0 0;
	width: 100%;
	position: relative;
}
#global-nav .nav-menu .ddm .control-btn > div {
}
#global-nav .nav-menu .ddm .control-btn .btn-02 a {
	width: 203px;
}
#global-nav .nav-menu .ddm .control-btn .win-close {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 65px;
}

/* #header-search ------------------------ */
#header-search {
  position:absolute;
  top:0;
  right:0;
  width:294px;
  font-size:0;
	padding: 12px 0;
}
#header-search form {
  display:block;
  width:100%;
}
#header-search input {
  display:inline-block;
  width:244px;
  vertical-align:middle;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	line-height: 15px;
	border-right: solid 1px #000;
	font-size: 11px;
}
#header-search button {
  width:50px;
  background:#fff;
  color:#000;
  height:25px;
  text-align:center;
  vertical-align:middle;
	border: none;
	transition: background .3s;
}
#header-search button:hover {
  background:#a7a7a7;
  cursor:pointer;
}
/* changeset/34914 対応 コミット用にコメントアウト
#header-search .autocomplete table {
  top: 25px;
  left: 0;
  width: 243px;
}
*/
#header-search .autocomplete table td {
	color: #333;
	font-size: 12px;
}

/* nav-lists ------------------------
#global-nav .nav-menu .nav-lists li {
	position:relative;
	padding-left:15px;
  font-size:13px;
}
#global-nav .nav-menu .nav-lists li:before {
  display:inline-block;
  position:absolute;
  left:0;
  top:0;
  content:"・";
  padding:4px 0;
  vertical-align:top;
}
#global-nav .nav-menu .nav-lists a {
  display:inline-block;
  padding:4px 0;
}
#global-nav .nav-menu .nav-lists a:hover {
  text-decoration:underline;
}
*/

/* nav-setting ------------------------ */
.mid_cnt_multi .ddm > li {
	overflow:hidden;
}
.mid_cnt_multi .ddm > li > ul {
	width:1050px;
	margin-right:-50px;
}
.mid_cnt_multi .ddm > li > ul > li {
  float:left;
  width:212px;
  margin-right:50px;
}
.mid_cnt0 .ddm {
	display:none!important;
}
.mid_cnt1 .ddm li li li {
  float:left;
  width:225px;
  margin-right:10px;
}
.mid_cnt_multi.mid_cnt2 .ddm > li > ul > li {
  width:475px;
}
.mid_cnt_multi.mid_cnt3 .ddm > li > ul > li {
  width:300px;
}
.mid_cnt2 .ddm > li > ul > li:nth-child(2n+1),
.mid_cnt3 .ddm > li > ul > li:nth-child(3n+1),
.mid_cnt4 .ddm > li > ul > li:nth-child(4n+1),
.mid_cnt5 .ddm > li > ul > li:nth-child(4n+1),
.mid_cnt6 .ddm > li > ul > li:nth-child(4n+1),
.mid_cnt7 .ddm > li > ul > li:nth-child(4n+1),
.mid_cnt8 .ddm > li > ul > li:nth-child(4n+1) {
	clear:both;
	float:left;
}
.mid_cnt_multi .ddm > li > ul > li:nth-child(n+5) {
  margin-top:30px;
}
.mid_cnt_multi.mid_cnt2 .ddm .nav-lists li {
	float:left;
	width:215px;
	margin-right:15px;
}
.mid_cnt_multi.mid_cnt2 .ddm .nav-lists li:nth-child(2n) {
	margin-right:0px;
}

/* nav-item ------------------------ */
#nav-item > li > ul > li {
	float: left;
	width: 209px;
	margin: 0 30px 30px 0;
}
#nav-item > li > ul > li > ul {
	margin: 10px 0;
}
#nav-item > li > ul > li > ul > li {
	font-size: 12px;
	line-height: 1.5;
}
#nav-item > li > ul > li a {
	color: #666;
	font-weight: normal;
}
#nav-item > li > ul > li a:hover {
	color:#888;
	text-decoration: underline;
}
#nav-item .nav-category {
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px #333;
	font-weight: bold !important;
	background: url(../../images/icon/arw-btn-03-r.png) center right no-repeat;
}

/* nav-brand ------------------------ */
#nav-brand .nav-category {
  margin-bottom:5px;
  text-indent:0;
  overflow:auto;
  border-bottom: solid 1px #333;
  font-size:14px;
	color: #666;
}
#nav-brand li ul {
  font-size:0;
	padding: 0 19px;
}
#nav-brand li li {
  display:inline-block;
  margin:10px 0 0 10px;
  font-size:18px;
	font-weight: normal;
}
#nav-brand li li a,
#nav-brand li li span {
  display:block;
  width:32px;
  line-height:32px;
  border:1px solid #666;
  text-align:center;
	color: #666;
  background:#ebe6d0;
	box-sizing: border-box;
}
#nav-brand li li span {
  opacity:.5;
}
#nav-brand li li a:hover {
  background:#e1d7ad;
}
#nav-brand li li:last-child a,
#nav-brand li li:last-child span {
  width:84px;
}
#nav-brand #search-kana {
  float:left;
  width:448px;
	margin: 0 30px 0 0;
}
#nav-brand #search-kana li:nth-child(1),
#nav-brand #search-kana li:nth-child(11),
#nav-brand #search-alphabet li:nth-child(1),
#nav-brand #search-alphabet li:nth-child(11),
#nav-brand #search-alphabet li:nth-child(21) {
  margin-left:0;
}
#nav-brand #search-alphabet {
  float:left;
  width:448px;
}

/* ==================================
contents
================================== */
#contents {
  color:#333;
}
#contents a {
  color:#333;
}
#contents a:hover {
  color:#888;
	text-decoration: underline;
}
.contents-inner {
  width:1000px;
  margin:0 auto;
}

/* ==================================
main
================================== */
 #main {
  float:right;
  width:756px;
  padding:0 14px 0 0;
}

/* ==================================
side
================================== */
#side {
  float:left;
  width:180px;
  padding:0 0 85px;
}
#side .box {
  margin-top:30px;
}
#side .box .ttl {
  margin-bottom:5px;
  font-size:16px;
	font-weight: bold;
}
#side .box .ttl span {
  padding-left:5px;
  font-size:12px;
}

/*
side / target-securities
================================== */
#side .target-securities dl {
  min-height:60px;
  padding:20px 10px;
  background:#ebe6d0;
  color:#000;
  text-align:center;
	display: table;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}
#side .target-securities dd {
  font-size:24px;
	line-height: 1.0;
}
#side .target-securities dd span {
  font-size:20px;
}
#side .target-securities li a {
  display:block;
  padding:12px 0;
  color:#fff;
  background:#6e6e6e;
  text-align:center;
}
#side .target-securities li a:hover {
  background:#999;
	text-decoration: none;
}

/*
side / side-keyword
================================== */
#side-keyword {
	font-size: 0;
}
#side-keyword input,
#side-keyword button {
  display:inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  border-radius:0;
  padding:0;
}
#side-keyword .side-keyword-inner {
  border:1px solid #cccccc;
}
#side-keyword .side-keyword-inner form {
	width: 178px;
}
#side-keyword .side-keyword-inner input {
  box-sizing:border-box;
  width:138px;
  height:33px;
  padding:0 10px;
  font-size:11px;
  color:#333;
  line-height:33px;
  vertical-align:bottom;
}
#side-keyword .autocomplete div {
	z-index: 888 !important;
}
#side-keyword .side-keyword-inner button {
  width:40px;
	height: 33px;
  background:#333333;
  color:#fff;
  line-height:33px;
  text-align:center;
}
#side-keyword .side-keyword-inner button:hover {
  background:#999;
  cursor:pointer;
}
/*　changeset/34914 対応 コミット用にコメントアウト
#side-keyword .autocomplete table {
  z-index:10;
  top:34px;
  left:-1px;
	width: 137px;
  border:1px solid #e0e0e0;
}
*/
#side-keyword .autocomplete td {
  padding:5px 10px;
	color: #333;
	font-size: 12px;
}

/*
side / d_suggest
================================== */
#d_no-result { padding:90px 0; color:#4d4d4d; font-size:25px; text-align:center; }
#d_suggest-tags { padding-top: 10px;
}
#d_suggest-tags dl dt {
  font-size: 11px;
  color: #1c1c1c;
  text-align: center;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  padding: 12px 5px;
  position: relative;
}
#d_suggest-tags dl dt:before, #d_suggest-tags dl dt:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#d_suggest-tags dl dt:before {
  border-color: rgba(212, 212, 212, 0);
  border-top-color: #d4d4d4;
  border-width: 11px;
  margin-left: -11px;
}
#d_suggest-tags dl dt:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#d_suggest-tags dl dd ul {
  padding-top: 15px;
}
#d_suggest-tags dl dd ul li {
  display: inline-block;
}
#d_suggest-tags dl dd ul li a {
  display: inline-block;
  font-size: 12px;
  color: #1c1c1c;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 10px 12px;
  margin-bottom: 5px;
  text-decoration: none;
}

/*
side / hitword
================================== */
#side-hitword .hitword li {
  display: inline-block;
}
#side-hitword .hitword li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-align: center;
  background-color: #ebe6d0;
  padding: 10px 12px;
  margin-bottom: 5px;
}

/* ==================================
side / side-nav - nav design format
================================== */
#side .side-nav {
  border-bottom:1px solid #d9d9d9;
}
#side .side-nav a,
#side .side-nav span {
  display:block;
  position:relative;
  padding:10px 35px 10px 8px;
  border-top:1px solid #d9d9d9;
  background:#fff;
  font-size:14px;
  cursor:pointer;
}
#side .side-nav .side-price a,
#side .side-nav .side-price span {
	font-size: 12px;
}
#side .bt-closed {
	word-wrap:break-word;
}

/* 大カテゴリ */
#side .side-nav .cat-large.current + ul {
  display:block;
}
#side .side-nav .cat-large:hover {
  opacity:.7;
}
#side .side-nav > li > .bt-closed {
  background: #cabd86 url(../../images/icon/icon_delete.png) 95% 50% no-repeat;
  color:#fff;
}
#side .side-nav > li > span.name {
  background: #cabd86;
  color:#fff;
	cursor: default;
}

/* 中カテゴリ */
#side .side-nav .cat-middle > li > a,
#side .side-nav .cat-middle .ttl-middle {
  background:#eae5cf;
  color:#666;
}
#side .side-nav .cat-middle > li > a:hover,
#side .side-nav .cat-middle .ttl-middle:hover {
	opacity: .8;
}
#side .side-nav .cat-middle > li > .bt-closed {
  background: #eae5cf url(../../images/icon/icon_delete.png) 95% 50% no-repeat;
}
/* 小カテゴリ
#side .side-nav .cat-small a {
  padding:9px 18px;
}
#side .side-nav .cat-small > li > a:before {
  content:"・";
}
#side .side-nav .cat-small > li > a:hover,
#side .side-nav .cat-small > li.current a {
  background:#fff;
  color:#424242;
}
*/

/*
side / side-brand
================================== */
#side-brand .btn {
  cursor:pointer;
}
#side-brand .btn:hover {
  cursor:pointer;
	color: #888;
}
#side-brand .btn.active {
  background:#cabd86;
}

/*
side / side-price
================================== */
#side #side-price ul {
  border-bottom:1px solid #bdbdbd;
}
#side #side-price ul a {
  display:block;
  padding:8px;
  border-top:1px solid #bdbdbd;
  font-size:14px;
}

/*
side / side-stock
================================== */
#side #side-stock ul {
  border-bottom:1px solid #bdbdbd;
}
#side #side-stock ul a {
  display:block;
  padding:8px 10px;
  border-top:1px solid #bdbdbd;
  font-size:14px;
}

/*
side / side-type
================================== */
#side #side-type ul {
  border-bottom:1px solid #bdbdbd;
}
#side #side-type ul a {
  display:block;
  padding:8px 10px;
  border-top:1px solid #bdbdbd;
  font-size:14px;
}

/*
side / side-pricetype
================================== */
#side #side-pricetype ul {
  border-bottom:1px solid #bdbdbd;
}
#side #side-pricetype ul a {
  display:block;
  padding:8px 10px;
  border-top:1px solid #bdbdbd;
  font-size:14px;
}

/*
side / side-secret
================================== */
#side #side-secret ul {
  border-bottom:1px solid #bdbdbd;
}
#side #side-secret ul a {
  display:block;
  padding:8px 10px;
  border-top:1px solid #bdbdbd;
  font-size:14px;
}

/*
side / side-bnr
================================== */
#side #side-bnr ul li:not(:last-child) {
	margin: 0 0 10px;
}
#side #side-bnr ul li a:hover img {
	opacity: .8;
}

/*
side / side-brand mega-menu
================================== */
.mega-menu-wrap {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 8888;
}
.mega-menu {
  display:none;
	position: fixed;
	width: 800px;
	background-color: #fff;
	margin: 50px auto 0 auto;
}
.mega-menu.active {
  display:block;
}
#side-brand .mega-menu .bt-closed {
  position:absolute;
  top:20px;
  right:20px;
  width:45px;
  height:45px;
  background:#6e6e6e;
  z-index:2;
  cursor:pointer;
}
#side-brand .mega-menu .bt-closed:after {
  content:"";
  box-sizing:border-box;
  display:block;
  width:45px;
  height:45px;
	right: 0;
  background:url(../../images/button/bt_closed.png) center no-repeat;
	background-size: 50% auto;
}
.mega-menu .bt-closed:hover:after {
  opacity:.6;
}

/* mega-header */
#side-brand .mega-header {
  padding:40px 40px 30px;
	min-height: 177px;
	border-bottom: solid 1px #ccc;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
#side-brand .mega-header .mega-hl {
	text-align: center;
	font-size: 20px;
	color: #666;
	margin: 0 0 40px;
}
#side-brand .tab-list {
  display:table;
  width:100%;
}
#side-brand .tab-list li {
  display:table-cell;
  width:50%;
}
#side-brand .tab-list a {
  display:block;
  color:#666;
  font-size:18px;
  text-align:center;
  line-height:60px;
  cursor:pointer;
	border: solid 2px #ebe6d0;
	box-sizing: border-box;
}
#side-brand .tab-list a:hover {
	text-decoration: none;
	opacity: .8;
}
#side-brand .tab-list li.active a {
  display:block;
  background:#ebe6d0;
}
#side-brand .tab-box {
  display:none;
  margin-top:15px;
}
#side-brand .tab-box:first-child {
  display:block;
}
#side-brand .tab-box ul {
  font-size:0;
}
#side-brand .tab-box li {
  display:inline-block;
  margin:10px 10px 0 0;
  font-size:18px;
}
#side-brand .tab-box li a,
#side-brand .tab-box li span {
  display:block;
  width:35px;
  line-height:35px;
  border:1px solid #666;
  text-align:center;
  background:#ebe6d0;
  color:#666;
}
#side-brand .tab-box li span {
  opacity:.5;
}
#side-brand .tab-box li a:hover {
  background:#e1d7ad;
	text-decoration: none;
}
#side-brand .tab-box li:last-child a,
#side-brand .tab-box li:last-child span {
  width:83px;
}
#side-brand #tab-kana ul {
  width:565px;
	margin: 0 auto;
}
#side-brand #tab-alphabet ul {
  width:656px;
	margin: 0 auto;
}
#side-brand #tab-alphabet li:nth-child(14),
#side-brand #tab-alphabet li:nth-child(28) {
  margin-right:0;
}
#side-brand #tab-alphabet li:last-child {
  width:82px;
}

/* mega-body */
#side-brand .mega-body {
  height:400px;
  background:#fff;
  overflow:auto;
}
#side-brand .mega-body .inner {
  display:none;
  padding:0 40px 25px 40px;
}
#side-brand .mega-body .inner:first-child {
  display:block;
}
#side-brand .mega-body .mega-ttl {
  margin:20px 0;
  border-bottom:1px solid #ebe6d0;
}
#side-brand .mega-body .mega-ttl span {
  padding-right:5px;
	font-size: 30px;
	color: #666;
}
#side-brand .mega-body li {
  float:left;
  width:230px;
  margin-right:4px;
  padding:4px 0;
  font-size:14px;
  word-wrap:break-word;
}
#side-brand .mega-body li span {
	font-size: 10px;
	color: #888;
}
#side-brand .mega-body li:nth-child(3n+1) {
  clear:both;
  margin-left:0;
}
#side-brand .mega-body ul a {
  display:block;
  position:relative;
  color:#666;
  padding-left:1em;
}
#side-brand .mega-body ul a:hover {
  color:#666;
}
#side-brand .mega-body ul a:before {
  content:"・";
  display:block;
  position:absolute;
  left:0;
  top:0;
}

/* ==================================
clearfix
================================== */
#list .item-list ul:after,
#side-brand .mega-body ul:after {
  content:"";
  clear:both;
  display:block;
}

/* ==================================
breadcrumbs
================================== */
#breadcrumbs {
  padding:15px 0;
}
#breadcrumbs ul {
  width:1000px;
  margin:0 auto;
  color:#333;
  font-size:0;
}
#breadcrumbs li {
  display:inline-block;
  font-size:12px;
}
#breadcrumbs li a {
  color:#333;
}
#breadcrumbs li a:hover {
  text-decoration:underline;
}
#breadcrumbs li:before {
  content:">";
  display:inline-block;
  margin:0 1em;
}
#breadcrumbs li:first-child:before {
  display:none;
}

/* ==================================
side-fixed-btn
================================== */
#side-fixed-btn {
  position:fixed;
  top:50%;
  right:0;
  margin-top:-90px;
  z-index:1000;
}
#side-fixed-btn > li {
  position:relative;
	margin: 0 0 4px;
}
#side-fixed-btn > li > a {
  position:relative;
  display:block;
  width:77px;
  height:77px;
  background:#000;
  overflow:hidden;
  cursor:pointer;
}
#side-fixed-btn > li > a span {
  display:none;
}
#side-fixed-btn > li > a:before {
  content:"";
  display:block;
  position:absolute;
  top:9px;
  left:9px;
  width:60px;
  height:60px;
  background:url(../../images/common/icon_side_btn.png) no-repeat;
}
#side-fixed-btn > li > a:hover:before {
  opacity:.7;
}
#side-fixed-btn > li:nth-child(2) > a:before {
  background-position:0 -80px;
}
#side-fixed-btn .window {
	position:absolute;
	top:50%;
	right:77px;
	width:420px;
	margin:auto;
	padding:35px;
	box-sizing: border-box;
	background-color:#fff;
	border: solid 1px #ccc;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:1000;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#side-fixed-btn .on .window { opacity:1; visibility:visible; }
#side-fixed-btn .window:after {
  content:"";
  display:inline-block;
  position:absolute;
  right:-20px;
  top:0;
  bottom:0;
  width:0;
  height:0;
  margin:auto;
  border:10px solid transparent;
  border-left:10px solid #eee;
}
#side-fixed-btn .window.not-empty {
	width:622px;
}
#side-fixed-btn .window.not-member {
	padding: 70px 35px;
}
#side-fixed-btn .window dl {
	position:relative;
	overflow:hidden;
}
#side-fixed-btn .window.empty dd {
	display:table;
	width:100%;
	height:210px;
	border:1px solid #e6e6e6;
}
#side-fixed-btn .window.not-member dd {
	display:table;
	width:100%;
}
#side-fixed-btn .window.empty dd > div {
	display:table-cell;
	vertical-align:middle;
	background-color:#eaeaea;
	color:#666;
	font-size:16px;
	text-align:center;
}
#side-fixed-btn .window.not-member dd > div {
	display:table-cell;
	vertical-align:middle;
	background-color:#fff;
	color:#333;
	font-size:17px;
	font-weight: bold;
	text-align:center;
}
#side-fixed-btn .window dd ul {
	overflow:hidden;
}
#side-fixed-btn .window dt {
 margin-bottom:30px;
 font-size:17px;
 }
#side-fixed-btn .window ul {
 font-size:0;
 }
#side-fixed-btn .window li {
 display:inline-block;
 position:relative;
 width:130px;
 margin:10px 10px 0 0;
 font-size:12px;
 vertical-align:top;
 line-height: 1.5;
}
#side-fixed-btn .window li:nth-child(4n) {
 margin-right:0;
}
#side-fixed-btn .window li img.photo {
 max-width:100%;
 border: solid 1px #e9e9e9;
 box-sizing: border-box;
 margin: 0 0 13px;
}
#side-fixed-btn .window a {
 display:block;
}
#side-fixed-btn .window li a:hover img.photo,
#side-fixed-btn .window a:hover.bag-btn {
	opacity: .8;
}
#side-fixed-btn .window .stock-end {
 position:absolute;
 display:table;
 left:0;
 right:0;
 top:0;
 width:100%;
 height:130px;
 margin:auto;
 background-color: rgba(255,255,255,0.8);
 color:#333;
 text-decoration:none;
 text-align:center;
 word-wrap:break-word;
 border: solid 1px #e9e9e9;
 box-sizing: border-box;
}
#side-fixed-btn .window .stock-end-inner {
 display:table-cell;
 vertical-align:middle;
 padding:5px 10px;
}
#side-fixed-btn .window .item-data {
 text-decoration:none;
 word-wrap:break-word;
 display: block;
}
#side-fixed-btn .window .item-brand,
#side-fixed-btn .window .item-name,
#side-fixed-btn .window .item-icon {
 display:block;
 padding:0 2px;
 word-break:break-all;
 margin: 0 0 10px;
}
#side-fixed-btn .window .item-brand {
	font-size: 14px;
}
#side-fixed-btn .window .item-name {
	font-size: 14px;
	font-weight: bold;
}
#side-fixed-btn .window .item_status {
	display: block;
}
#side-fixed-btn .window .item-icon img,
#side-fixed-btn .window .item_status img {
	display: inline;
	margin: 3px 3px 0 0;
	border: none;
	vertical-align: middle;
	max-height: 18px;
	-webkit-backface-visibility: hidden;
}
#side-fixed-btn .window .item-price {
	font-weight: bold;
}
#side-fixed-btn .window .sale-price {
	color: #ff0101;
}
#side-fixed-btn .window .sale-message {
	display: block;
}
#side-fixed-btn .window-f.not-empty dt {
 margin-bottom:0;
}
#side-fixed-btn .window-f li {
 margin:20px 10px 0 0;
}
#side-fixed-btn .window a:hover .item-brand,
#side-fixed-btn .window a:hover .item-name{
	text-decoration: underline;
}
#side-fixed-btn .window .btn {
 margin-top:25px;
 text-align:center;
}
#side-fixed-btn .window .btn a {
 display:inline-block;
 padding:15px 25px;
 -webkit-border-radius:5px;
 border-radius:5px;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 background-color:#000;
 color:#fff;
 text-decoration:none;
 }
#side-fixed-btn .window a.bag-btn {
	margin-top: 10px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff9600;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}
#side-fixed-btn .window a.bag-btn.shop {
	background-color: #aa8b71;
}
#side-fixed-btn .window .win-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1000;
}
#side-fixed-btn .window div.btn-02 {
	display: block;
	margin: 30px auto 0;
	text-align: center;
}
#side-fixed-btn .window div.btn-02 a {
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
#side-fixed-btn .window.not-member div.btn-02 a {
	width: 250px;
	box-sizing:border-box;
  background: #000;
}
#side-fixed-btn .window.not-member div.btn-02 a:hover{
  color: #000!important;
opacity: 1;
background: #ccc;
}
#side-fixed-btn .window.not-member div.btn-02:last-child {
	margin-top: 20px;
}

/* ==================================
footer
================================== */
#footer {
	margin-top: 100px;
}
#footer-nav {
  background:#333;
  color:#fff;
  padding-bottom: 30px;
}
#footer-nav a {
  color:#fff;
}
#footer-nav > ul {
  width:1000px;
  margin:0 auto 35px;
	padding:70px 0 0;
/*  padding:125px 0 0;*/
/*	background: url(../../images/common/logo_hb_w.png) left top 50px no-repeat;*/
  display: flex;
}
#footer-nav > ul > li {
  /*float:left;*/
  /*width:219px;*/
	padding-left: 20px;
	/*border-left: solid 1px #999;*/
  border-right: 1px solid #999;
  font-size:12.5px;
  box-sizing: border-box;
}
#footer-nav > ul > li:nth-child(1) {
  width: 177px;
  padding-left: 0;
}
#footer-nav > ul > li:nth-child(2) {
  width: 186px;
}
#footer-nav > ul > li:nth-child(3) {
  width: 171px;
}
#footer-nav > ul > li:nth-child(4) {
  width: 265px;
}
#footer-nav > ul > li:nth-child(5) {
  width: 245px;
  border: none;
}
#footer-nav > ul > li > span{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#footer-nav > ul > li > span a:hover img {
	opacity: .8;
}
#footer-nav > ul > li > ul > li,
#footer-nav > ul > li > ul > li > ul > li {
	margin-bottom: 3px;
	color: #ccc;
}
#footer-nav > ul > li > ul > li > ul {
	margin-top: 3px;
}
/*
#footer-nav > ul > li li:before {
	content:"・ ";
	vertical-align: top;
}
*/
#footer-nav > ul > li li.shl:before {
	content:"";
}
#footer-nav > ul > li > ul > li > ul > li {
	margin-left: 15px;
}
#footer-nav > ul > li > ul > li > ul > li .small {
	display: inline;
	font-size: 12px;
}
#footer-nav .qr {
	margin-top: 28px;
}
#footer-nav .qr span{
	display: block;
	margin-bottom: 15px;
}
#footer-nav ul ul li a {
  display:inline-block;
	color: #ccc;
}

#footer-nav ul ul li a:hover {
  text-decoration:underline;
	color:#eee;
}
#footer-nav ul ul li#h2o {
	margin-top: 20px;
}
#footer-nav ul ul li.margin_menu {
	margin-top: 20px;
}
#footer-nav > ul > li > span.margin_menu{
	margin-top: 20px;
}
/*
#footer-nav #store-address {
	width:1000px;
	margin:0 auto;
	background: url(../../images/common/logo_hankyu.png) left top no-repeat;
	padding: 73px 0 50px;
}
*/
#footer-nav #footer-nav-copy {
	text-align: center;
}

/* ==================================
end-footer
================================== */
#end-footer {
  position:relative;
  width:1000px;
  margin:0 auto;
  padding:18px 0 10px;
  text-align:left;
}
#copyright {
	font-size: 11px;
	color: #999999;
	font-family: 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo;
}
#d_footer_tax_info {
	font-size: 12px;
	color: #999999;
	padding-bottom: 10px;
}
#pagetop {
  position:fixed;
  bottom:40px;
  right:15px;
  text-align:right;
	z-index: 100;
}
#pagetop a {
  display:inline-block;
  width:68px;
  height:68px;
  border-radius:50%;
  background:#000 url(../../images/common/pagetop.png) center no-repeat;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
#pagetop a:hover {
	opacity: .8;
}
#security-mark {
  position:absolute;
  top:30px;
  right:0;
  width:120px;
}

/* ==================================
clearfix
================================== */
.clearfix:after,
#nav-makeup .ddm > li > ul:after,
#nav-skincare .ddm > li > ul:after,
#nav-bathbody .ddm > li > ul:after,
#nav-basemake .ddm li li ul:after,
#nav-accessory .ddm li li ul:after,
#nav-brand .ddm > li:after,
#contents:after,
.contents-inner:after,
#footer-nav ul:after {
  content:"";
  clear:both;
  display:block;
}

/* ==================================
error
================================== */
.error-msg, .error-message, .error-messages {
	font-size: 12px;
	line-height: 32px;
	border: 1px solid #D02323;
	display: block;
	background-color: #F9EFEF;
	padding: 15px;
	color: #D02323;
	margin-bottom: 25px;
}
.error-msg li, .error-message li, .error-messages li {
	line-height: 1.5!important;
	padding: 3px 0px;
}
.errorPart {
	background: #fff991 !important;
}
.sec-oss {
	text-align: center;
	color: #FFF;
	background: #FF0000;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 0;
	display: block;
}

/* ==================================
no-item
================================== */
.no-item {
	margin: 50px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}





/*--------------------------------------------------

21/09/17 TOP改修

--------------------------------------------------*/
#side {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #211815;
}
#side .target-securities.box {
  margin-top: 0;
}
#side .target-securities dl {
  padding: 37px 10px;
  background: #DCDBDA;
  border: 1px solid #231815;
  font-weight: 700;
}
#side .target-securities dt {
  margin-bottom: 10px;
  font-size: 16px;
}
#side .target-securities dd {
  font-size: 40px;
}
#side-keyword .side-keyword-inner {
  border: 1px solid #231815;
  background: url(/ec/shop/hankyu-food/images/common/icon-search-b_02.png) no-repeat 10px center;
}
#side-keyword .side-keyword-inner input#searchSide {
  width: calc(100% - 24px);
  height: 24px;
  margin-left: 24px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 24px;
}
#side-keyword .autocomplete ._sc_suggest {
  left: auto!important;
  right: -1px!important;
  width: 154px!important;
}
#side .box .ttl {
  color: #807259;
	font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
  font-weight: 500;
  font-size: 18px;
}
#side .side-nav {
  border-bottom: none;
}
#side .side-nav a,
#side .side-nav span {
  padding: 10px 30px 8px 5px;
  border-top: 1px dotted #231815;
  font-size: 13px;
}
#side .side-nav a:first-of-type,
#side .side-nav span:first-of-type {
  border-top: none;
}
#side #side-price ul a,
#side #side-type ul a,
#side #side-pricetype ul a,
#side #side-stock ul a {
  border-top: 1px dotted #231815;
  font-size: 13px;
}
#side #side-price ul li:first-child a,
#side #side-type ul li:first-child a,
#side #side-pricetype ul li:first-child a,
#side #side-stock ul li:first-child a {
  border-top: none;
}
#side #side-price ul,
#side #side-price ul,
#side #side-stock ul,
#side #side-type ul,
#side #side-pricetype ul {
  border-bottom: none;
}
#side .box + .box {
  padding-top: 30px;
  border-top: 1px solid #231815;
}
