@charset "Shift_JIS";

/* ---------------------------------------
 FOOTER
---------------------------------------- */
#footerouter {
	width: 100% !important;
	min-width: 1000px;
	height: auto;
	margin-top: 30px;
	position: relative;
}
#footerouter .footerinner_ {
  width: 1400px;
	min-width: 1000px;
	max-width: 100%;
	margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
	overflow: hidden;
	position: relative;
}
#footerouter .headline_ {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
	line-height: 1.0;
}
#footerouter .footer_links_ ul {
  display: flex;
  flex-wrap: wrap;
}
#footerouter .footer_links_ li {
  margin: 7px 0;
}
#footerouter .footer_links_ li a {
	font-size: 12px;
	text-decoration: none;
  color: #666;
}
#footerouter .footer_links_ li a:hover {
	text-decoration: underline;
}
#footerouter .footer_links_ .footer_link02_ li + li {
  margin-left: 20px;
}

/* ---------------------------------------
 FOOTER 1段目
---------------------------------------- */
#footerouter #footer_mid02 {
	padding: 50px 20px 40px;
	background: #f2f2f2 url(../../img/usr/common/footer/footer_line.png) left top repeat-x;
	position: relative;
}
#footerouter #footer_mid02 .footer_links_ {
  width: 100%;
}
#footerouter #footer_mid02 .footer_links_ .footer_link01_ + .footer_link01_ {
  margin-top: 25px;
}
#footerouter #footer_mid02 .footer_links_ .footer_link01_ li {
  margin: 7px 45px 7px 0;
}

/* ---------------------------------------
 FOOTER 2段目 カテゴリから探す
---------------------------------------- */
#footerouter #footer_mid {
	padding: 50px 20px 40px;
	background: #f6f6f6 url(../../img/usr/common/footer/footer_line.png) left top repeat-x;
	text-align: left;
}
#footerouter #footer_mid .footer_links_ {
	width: 915px;
}
#footerouter #footer_mid .footer_links_ .footer_link01_ {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: #DDD 1px solid;
}
#footerouter #footer_mid .footer_links_ .footer_link01_ li {
  width: 20%;
}
#footerouter #footer_mid .footer_info_ {
  width: 455px;
  padding: 20px 15px;
  border-radius: 10px;
  background: #FFF;
}
#footerouter #footer_mid .footer_info_ .ttl_ {
	width: 200px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0;
	color: #c00;
	display: flex;
	align-items: center;
}
#footerouter #footer_mid .footer_info_ .ttl_ img {
  margin: 0 10px 0 0;
}
#footerouter #footer_mid .footer_info_ .sns_area_ {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
#footerouter #footer_mid .footer_info_ .sns_area_ ul {
  width: 190px;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}
#footerouter #footer_mid .footer_info_ .sns_area_ li {
  width: 42px;
}
#footerouter #footer_mid .footer_info_ .sns_area_ li + li {
  margin-left: 10px;
}

/* ---------------------------------------
 FOOTER 3段目 コピーライト
---------------------------------------- */
#footerouter #footer_btm {
	padding: 5px 0 9px;
	background: #CC0000;
	overflow: hidden;
}
#footerouter #footer_btm .footerinner_ {
	width: 1050px !important;
	margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
	overflow: hidden;
	position: relative;
}
#footerouter #footer_btm .footer_logo_ {
	display: inline;
	float: left;
}
#footerouter #footer_btm .footer_copy_ {
	margin: 1px 0 0;
	float: right;
	display: inline;
}
#footerouter .footer_printImg_ {
	width: 920px;
	margin: 0 auto;
	display: none;
}

/* ---------------------------------------
 FOOTER ページトップへ
---------------------------------------- */
#footerouter #pagetop {
	width: 60px;
	height: 60px;
	background: url(../../img/usr/common/footer/pagetop.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	position: fixed;
	bottom: 18px;
	right: 18px;
	z-index: 99999;
}
#footerouter #pagetop:hover {
	cursor: pointer;
	opacity: .8;
}
.page-goods #footerouter #pagetop {
	bottom: 115px;
}

/* ---------------------------------------
 FOOTER その他
---------------------------------------- */
#footerouter div.recommendbox_ { 
	width: auto;
	max-width: 1200px;
	padding: 35px 20px;
	margin: 0 auto;
	background: #FFF;
	white-space: 100%;
}

/* ---------------------------------------
 FOOTER ページ毎の指定
---------------------------------------- */
#footerouter.order-f_ { border: none;}
#footerouter.order-f_ #footer_btm { padding-top: 9px;}
