nav[role="toolstoys"] {
	width: 96em;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

nav[role="toolstoys"].pos-fixed > div {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
	position: fixed;
	width: 91em;
}

nav[role="toolstoys"].pos-fixed > div ul li a[href*="all"] {
	border-left: #fff 0.1em solid;
}

nav[role="toolstoys"].pos-fixed > div ul li a[href*="related"] {
	border-right: #fff 0.1em solid;
}

nav[role="toolstoys"].pos-fixed > div ul li a > span {
	-webkit-transform: scale(0.86);
	-moz-transform: scale(0.86);
	-o-transform: scale(0.86);
	-ms-transform: scale(0.86);
	transform: scale(0.86);
}

nav[role="toolstoys"].pos-fixed > div div {
	width: 91em;
	opacity: 1;
}

nav[role="toolstoys"].pos-fixed > div div label {
	z-index: 1;
}

nav[role="toolstoys"] > div {
	width: 96em;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -0.025em;
	-webkit-border-radius: 0 0 1em 1em;
	border-radius: 0 0 1em 1em;
	-webkit-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 10;
	background: #fff;
}

nav[role="toolstoys"] > div ul {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-top: 0.025em;
	height: 11em;
}

nav[role="toolstoys"] > div ul li {
	margin-left: -2em;
}

nav[role="toolstoys"] > div ul li a[href*="all"] {
	width: 11.04%;
	left: 0;
	border-left: #ccc 0.1em solid;
}

nav[role="toolstoys"] > div ul li a[href*="tt"] {
	width: 13.85%;
	left: 11.04%;
}

nav[role="toolstoys"] > div ul li a[href*="pen"] {
	width: 7.29%;
	left: 24.9%;
}

nav[role="toolstoys"] > div ul li a[href*="seal"] {
	width: 13.85%;
	left: 32.19%;
}

nav[role="toolstoys"] > div ul li a[href*="note"] {
	width: 12.4%;
	left: 46.04%;
}

nav[role="toolstoys"] > div ul li a[href*="case"] {
	width: 15.31%;
	left: 58.44%;
}

nav[role="toolstoys"] > div ul li a[href*="other"] {
	width: 10.94%;
	left: 73.75%;
}

nav[role="toolstoys"] > div ul li a[href*="related"] {
	width: 15.31%;
	right: 0;
}

nav[role="toolstoys"] > div ul li.current a img,
nav[role="toolstoys"] > div ul li.current a > span {
	opacity: 0.4;
}

nav[role="toolstoys"] > div ul li a {
	position: absolute;
	top: 1em;
	height: 9em;
	padding-top: 0.5em;
	overflow: hidden;
	border-right: #ccc 0.1em solid;
	-webkit-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: border-color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: taranslate3d(0, 0, 0);
	-moz-transform: taranslate3d(0, 0, 0);
	-o-transform: taranslate3d(0, 0, 0);
	-ms-transform: taranslate3d(0, 0, 0);
	transform: taranslate3d(0, 0, 0);
	color: #000;
}

nav[role="toolstoys"] > div ul li a > span {
	display: table;
	width: 100%;
	height: 4.2em;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: opacity 0.3s, -moz-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: opacity 0.3s, -o-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: opacity 0.3s, -ms-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

nav[role="toolstoys"] > div ul li a > span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 3em;
	font-size: 14px;
}

nav[role="toolstoys"] > div ul li a > span span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.29;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
}

nav[role="toolstoys"] > div ul li a > span span small {
	font-size: 10px;
	line-height: 1.8;
	display: block;
}

nav[role="toolstoys"] > div ul li a img {
	width: 4.8em;
	margin: 0 auto 0.8em;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
	display: block;
}

nav[role="toolstoys"] > div div {
	width: 91em;
	padding: 0 1em;
	border-top: #e5e5e5 0.1em solid;
	opacity: 0;
	-webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
}

nav[role="toolstoys"] > div div label {
	font-size: 14px;
	line-height: 2.785714285714286;
	position: absolute;
	top: 0;
	left: 0.714285714285714em;
}

nav[role="toolstoys"] > div div label input {
	font-size: 10px;
	vertical-align: middle;
	margin: -0.2em 0.9em 0 0;
}

nav[role="toolstoys"] > div div p {
	position: relative;
	background: rgba(255,255,255,0);
	text-align: right;
	font-size: 12px;
	line-height: 3.25;
}

.ua-desktop nav[role="toolstoys"]> div ul li a:hover img,
.ua-desktop nav[role="toolstoys"]> div ul li a:hover > span {
	opacity: 0.4;
}

.ua-ie-8 nav[role="toolstoys"].pos-fixed > div ul li a > span span {
	font-size: 12px;
}

.ua-ie-8 nav[role="toolstoys"].pos-fixed > div div {
	display: block;
}

.ua-ie-8 nav[role="toolstoys"] > div ul li.current a {
	color: #999;
}

.ua-ie-8 nav[role="toolstoys"] > div div {
	display: none;
}

.ua-ios nav[role="toolstoys"] > div {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

aside[role="tab"] {
	width: 96em;
	margin: 4em auto 0;
	height: 16.9em;
	position: relative;
	border-top: #e5e5e5 0.1em solid;
	-webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

aside[role="tab"].ready {
	opacity: 0;
	visibility: hidden;
}

aside[role="tab"] section {
	border: 0.3em #f2ba49 solid;
	width: 100%;
	padding: 2em 1.2em 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

aside[role="tab"] section h4 {
	width: 25em;
	height: 4.3em;
	border-width: 0.1em;
	border-color: #f2ba49;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	background: #fff;
	position: absolute;
	top: -4.3em;
	text-align: center;
}

aside[role="tab"] section h4 a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4.2em;
	padding-top: 0;
	color: #f2ba49;
}

aside[role="tab"] section h4 a strong {
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 0.3em #fff solid;
}

aside[role="tab"] section h4 a strong span {
	display: block;
	font-size: 16px;
	line-height: 2.44;
}

aside[role="tab"] section.active {
	z-index: 1;
}

aside[role="tab"] section.active h4 {
	border-width: 0.3em;
}

aside[role="tab"] section.active h4 a {
	cursor: default;
	padding-top: 0.8em;
}

aside[role="tab"] section.active h4 a strong {
	border-bottom: 0.3em #f2ba49 solid;
}

aside[role="tab"] section.active h4 a strong span {
	font-size: 24px;
	line-height: 1.29;
}

aside[role="tab"] section:first-child h4 {
	left: 21.7em;
}

aside[role="tab"] section:first-child ul > li dt:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: #f2ba49;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	width: 2em;
	display: block;
	text-align: center;
	z-index: 1;
}

aside[role="tab"] section:first-child ul > li:first-child dt:before {
	content: "1";
}

aside[role="tab"] section:first-child ul > li:first-child + li dt:before {
	content: "2";
}

aside[role="tab"] section:first-child ul > li:first-child + li + li dt:before {
	content: "3";
}

aside[role="tab"] section:first-child ul > li:first-child + li + li + li dt:before {
	content: "4";
}

aside[role="tab"] section:first-child ul > li:first-child + li + li + li + li dt:before {
	content: "5";
}

aside[role="tab"] section:first-child + section h4 {
	left: 48.7em;
}

aside[role="tab"] section ul {
	font-size: 0;
}

aside[role="tab"] section ul:before {
	content: "";
	display: inline-block;
	font-size: 10px;
	height: 13.1em;
}

aside[role="tab"] section ul > li {
	display: inline-block;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 0 0.5em;
	margin: 0 -0.025em;
}

aside[role="tab"] section ul > li a.btn-slide dl + dl {
	top: 9.3em;
}

aside[role="tab"] section ul > li a.btn-slide dl dt {
	position: relative;
	height: 8.8em;
}

aside[role="tab"] section ul > li a.btn-slide dl dt img {
	width: 8.8em;
	left: 50%;
	margin-left: -4.4em;
}

aside[role="tab"] section ul > li a.btn-slide dl dd {
	padding-right: 1.6em;
}

aside[role="tab"] section ul > li a.btn-slide dl dd:before {
	right: 0;
}

#toolstoys-index nav[role="toolstoys"] > div {
	position: relative;
}

#toolstoys-index aside[role="tab"] {
	margin-top: 10.9em;
}

#toolstoys-index main {
	padding-bottom: 6em;
	width: 96em;
	margin: 0 auto;
	overflow: hidden;
}

#toolstoys-index main aside + div {
	margin-top: 8em;
}

#toolstoys-index main > div {
	width: 104em;
	margin: 6.9em -4em 0;
}

#toolstoys-index main > div:before,
#toolstoys-index main > div:after {
	content: "";
	display: table;
}

#toolstoys-index main > div:after {
	clear: both;
}

#toolstoys-index main > div dl {
	width: 52em;
	padding: 0 4em 6em;
	float: left;
}

#toolstoys-index main > div dl dd:first-child img {
	width: 100%;
}

#toolstoys-index main > div dl dt {
	margin: 1.4em 0 1.2em;
}

#toolstoys-index main > div dl dt span {
	font-size: 20px;
	border-bottom-width: 0.15em;
}

#toolstoys-index main > div dl dt span small {
	font-size: 14px;
	padding-left: 0.5em;
}

#toolstoys-index main > div dl dt + dd {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

#toolstoys-index main > div dl dt + dd a {
	font-size: 10px;
	display: block;
	padding: 0 2.5em 0 1em;
	margin: 1.4em auto 0;
	width: 25em;
}

#toolstoys-index main > div dl dt + dd a:before {
	right: 0.25em;
}

#toolstoys-index main > div dl dt + dd a span {
	letter-spacing: 0;
}

#toolstoys-list nav[role="breadcrumb"] ol li a small {
	padding-left: 0.5em;
}

#toolstoys-list main {
	padding-bottom: 3em;
}

#toolstoys-list main > section {
	padding-top: 17.3em;
	text-align: center;
}

#toolstoys-list main > section h2 {
	font-size: 16px;
	line-height: 1.63;
	font-weight: bold;
}

#toolstoys-list main > section div {
	max-width: 98em;
	margin: 0 auto;
}

#toolstoys-list main > section div.all h3 span.all {
	display: inline-block;
}

#toolstoys-list main > section div.all > ul > li {
	display: inline-block;
}

#toolstoys-list main > section div.tt .tt {
	display: inline-block;
}

#toolstoys-list main > section div.pen .pen {
	display: inline-block;
}

#toolstoys-list main > section div.seal .seal {
	display: inline-block;
}

#toolstoys-list main > section div.note .note {
	display: inline-block;
}

#toolstoys-list main > section div.case .case {
	display: inline-block;
}

#toolstoys-list main > section div.other .other {
	display: inline-block;
}

#toolstoys-list main > section div.related .related {
	display: inline-block;
}

#toolstoys-list main > section div h3 {
	height: 6em;
}

#toolstoys-list main > section div h3 span {
	display: none;
	font-size: 32px;
	line-height: 1.25;
	border-bottom: 0.09em #000 solid;
}

#toolstoys-list main > section div h3 span small {
	padding-left: 0.5em;
	font-size: 71.43%;
}

#toolstoys-list main > section div > ul {
	text-align: left;
	vertical-align: top;
	font-size: 0;
	display: inline-block;
}

#toolstoys-list main > section div > ul > li {
	display: none;
	font-size: 10px;
	vertical-align: top;
	padding: 0 1em;
	margin: 0 -0.025em 4em;
}

#toolstoys-list main > section div > ul > li a.btn-slide {
	width: 22.5em;
}

#toolstoys-list main > section div > ul > li a.btn-slide dl dt > img {
	width: 17.6em;
	left: 50%;
	margin-left: -8.8em;
}

/*# sourceMappingURL=dev/store/techo/pc/ja/2017/toolstoys/styl/toolstoys.css.map */

