@charset "UTF-8";

* { margin:0; padding:0; font-weight:normal; font-style:normal; font-size:100% }
h1,h2,h3,h4,h5,h6,dl,ul,p { margin:0; padding:0; }
html { margin-bottom:1px; height:100%; overflow-y:scroll; }
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
a {
	text-decoration: none;
}
body{
	padding:0px;
	margin:0px;
	outline:none;
	font-family: Meiryo, メイリオ, Osaka, Arial, 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size:10pt;
	color:#333745;
}
a img{
	border:0px;
	text-decoration:none;
}
a img:hover {
	opacity: 0.7;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.full-width {
	width: 100%;
}
.txt-cntr {
	text-align: center;
}
.divider {
	height: 35px;
}
.divider-sm {
	height: 20px;
}
.divider-xs {
	height: 10px;
}w
.divider-xxs {
	height: 5px;
}
.btm-space {
	margin-bottom: 10px;
}
.naturum-color {
	background-color: #007f3c;
}
.outdoor-color {
	background-color: #6b3724;
}
.fishing-color {
	background-color: #1064d6;
}
.fashion-color {
	background-color: #8e1f2c;
}
.att-color {
	background-color: #dd0000;
}
.heading.naturum-color,
.heading.fishing-color,
.heading.outdoor-color,
.heading.fashion-color,
.heading.att-color {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
}
.heading.att-color {
	margin-bottom: 5px;
}
div#Container {
	width: 770px;
}
.center-block {
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
.container-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	width: auto;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.r-footer a.txt-link,
.r-footer a .txt-link,
.r-leftnav a.txt-link,
.r-leftnav a .txt-link,
.r-header a.txt-link,
.r-header a .txt-link {
	color: #333745;
}

#wrapper2 a.txt-link,
#wrapper2 a .txt-link {
	color: #333745;
}
.r-footer a.txt-link:hover,
.r-footer a .txt-link:hover,
.r-leftnav a.txt-link:hover,
.r-leftnav a .txt-link:hover,
.r-header a.txt-link:hover,
.r-header a .txt-link:hover {
	color: #f82e56;
	text-decoration: underline;
}
#wrapper2 a.txt-link:hover,
#wrapper2 a .txt-link:hover {
	color: #f82e56;
	text-decoration: underline;
}
.r-footer a.txt-link-invert,
.r-leftnav a.txt-link-invert,
.r-header a.txt-link-invert {
	color: #ffffff;
}
#wrapper2 a.txt-link-invert {
	color: #ffffff;
}
.r-footer a.txt-link-invert:hover,
.r-leftnav a.txt-link-invert:hover,
.r-header a.txt-link-invert:hover {
	color: #ffffff;
	text-decoration: underline;
}
#wrapper2 a.txt-link-invert:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* 個別カスタム */
div#Container div.Container-inner {
	margin-right: 1px;
}
.txt-cntr.cart-btn {
	background-color: #ff3300;
}
.txt-cntr.cart-btn a:visited {
	color: #ffffff;
}

.info {
	text-align: center;
	border: 1px solid #ff0000;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 10px 0;
}
.info + table.full-width {
	  border-collapse: collapse;
	  border-spacing: 0;
}
.info + table.full-width a img {
	  margin-bottom: 5px;
}
.situation-area h4 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
}
.situation-area td {
	vertical-align: top;
}
.situation-area ul {
	padding: 5px;
	margin-bottom: 15px;
}
.situation-area ul li {
	font-size: 15px;
	line-height: 1.6;
}

#CenterTop #CentFreeSpace1 table.full-width p.txt-link {
	font-size: 15px;
}

.r-footer .txt-cntr.cart-btn a:link,
.r-leftnav .txt-cntr.cart-btn a:link,
.r-header .txt-cntr.cart-btn a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.r-header .txt-cntr.cart-btn a:link {
	display: block;
	line-height: 50px;
}
.r-footer .txt-cntr.cart-btn a img,
.r-leftnav .txt-cntr.cart-btn a img,
.r-header .txt-cntr.cart-btn a img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.r-footer .txt-cntr.cart-btn a:hover,
.r-leftnav .txt-cntr.cart-btn a:hover,
.r-header .txt-cntr.cart-btn a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* ヘッダーコンテンツ */
.r-header {
	margin: 0 auto;
	width: 1000px;
}
.r-header .container-flex.outdoor-color,
.r-header .container-flex.fishing-color,
.r-header .container-flex.fashion-color {
	height: 40px;
	padding: 5px;
}
.r-header > .container-flex.naturum-color {
	margin-bottom: 1px;
}
.r-header .container-flex .flex-items {
	-ms-flex-basis: calc(100% / 6 - 5px);
	-webkit-flex-basis: calc(100% / 6 - 5px);
	flex-basis: calc(100% / 6 - 5px);
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}
.r-header .container-flex .flex-items a {
	display: block;
}
.r-header .container-flex .flex-items a img {
	width: 60px;
	height: 40px;
	display: inline-block;
	vertical-align: middle
}
.r-header .container-flex .flex-items a p {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #ffffff;
	width: 95px;
	height: auto;
}
.banner {
	-ms-flex-basis: calc(33%  - 10px);
	-webkit-flex-basis: calc(33% - 10px);
	flex-basis: calc(33% - 10px);
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
/* サイドナビ */
.r-leftnav {
	/* margin-left: calc(50vw - 500px); */
	width: 200px;
}
.genre-sidenav a img {
	display: inline-block;
	width: 60px;
	height: 40px;
	vertical-align: middle;
}
.genre-sidenav a p {
	display: inline-block;
	margin-left: 2px;
	height: auto;
	width: 130px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
.certificate img {
	width: 100%;
}
.certificate p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 2px;
}
.r-leftnav .full-width.heading.txt-cntr {
	margin-top: 20px;
	margin-bottom: 5px;
}
.inquiry-btn.txt-cntr.cart-btn {
	color:#ffffff;
	font-size: 20px;
	line-height: 50px;
	margin:20px auto;
	border-radius: 5px;
	width: 960px;
}
.inquiry-btn.txt-cntr.cart-btn a {
	color: #ffffff;
	display: block;
}

/* フッターコンテンツ */
.r-footer {
	text-align:left;margin:0 0 35px 0;
	padding:0px;
	width: 1000px;
	margin: 0 auto;
}
.r-footer > div.txt-cntr {
	margin-top: 30px;
}
.r-footer > table {
	padding:0px;
	margin:21px auto 0;
	border-spacing: 15px 0;
	width:100%;
}

/* 商品ページ */
div#CentItemAdditional3 {
	margin-left: -310px;
	width: 1000px;
}
div#CentItemAdditional3 > div > p {
	width: 748px;
}
