@charset "utf-8";

/* lineup
-------------------------------------------------------------------------------*/

#footer {
	padding-top: 11.5em;
}

h2 {
	border-bottom: #cbcbcb 1px solid;
	position: relative;
	margin-top: 5.8em;
	font-size: 10px;
}

.en h2 {
	font-size: 10px;
	margin-top: 1.1em;
}

h2 > span {
	font-size: 25px;
	display: inline-block;
}

.en h2 > span {
	font-size: 45px;
	line-height: 1.1;
}

h2 > span span {
	display: block;
	font-size: 22px;
	line-height: 1.5;
}

h2 a.btn3 {
	font-size: 14px;
	line-height: 1.57;
	margin-left: 2em;
}

.en h2 a.btn3 {
	font-size: 18px;
	line-height: 1;
	margin-left: 1.67em;
}

.en h2 a.btn3:before {
	font-size: 16px;
	margin-right: .2em;
}

h2 a + a {
	position: absolute;
	width: 28em;
	height: 9em;
	font-size: 10px;
	border-radius: .4em;
	background: url(/store/techo/2015/toolstoys/images/banner.jpg) no-repeat;
	background-size: 28em 9em;
	right: 0;
	bottom: 1em;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

h2 a + a span {
	font-size: 14px;
	line-height: 1.57;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.1em;
	line-height: 2.1;
	background: rgba(0, 0, 0, .5);
}

.ie h2 a + a span {
	background: url(/store/techo/2015/detail_images/common/bg_alpha_50.png);
}

.ie h2 a + a:hover span {
	background: url(/store/techo/2015/detail_images/common/bg_alpha_25.png);
}

.en h2 a + a span {
	background: none!important;
	width: auto;
	font-size: 18px;
	line-height: 1.5;
	top: 0;
	right: .2em;
	bottom: inherit;
	text-align: right;
}

h2 + ul {
	margin-right: -.9em;
	padding-top: 2.4em;
}

h2 + ul li {
	float: left;
	border-right: #cbcbcb 1px solid;
	padding-right: .9em;
	margin: 0 .9em .6em 0;
}

h2 + ul li a {
	font-size: 13px;
	letter-spacing: 0;
	font-weight: bold;
}

h2 + ul li a small {
	font-size: 9px;
	padding-right: .9em;
}

h2 + ul li a span {
	display: inline-block;
	text-indent: -.3em;
	font-size: 12px;
}

h3 {
	border: none;
}

/* section
-------------------------------------------------------------------------------*/

.section {
	position: relative;
	width: 46em;
	float: left;
	clear: both;
	text-align: center;
}

h3 + .section {
	width: 96em;
	margin-top: 2em;
}

.section + .section {
	margin-top: 5.5em;
}

.section:nth-child(odd) {
	float: right;
	clear: none;
}

.ie .section.nth-odd {
	float: right;
	clear: none;
}

.section h4 {
	position: relative;
}

.section h4 span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: 2;
}

.section ul {
	margin-top: 1em;
}

h3 + .section ul {
	margin-top: 1.8em;
}

.section ul > li {
	float: left;
}

h3 + .section li + li {
	margin-left: 2.6em;
}

.section dl {
	width: 21em;
}

.section dd:first-child {
	height: 18.5em;
}

.section dd:first-child img {
	/*max-width: 21em;
	max-height: 17.5em;*/
}

.section ul + a {
	display: block;
	width: 2.3em;
	height: 5.8em;
	overflow: hidden;
	border: #98b5c2 1px solid;
	border-radius: .4em;
	text-align: center;
	position: absolute;
	right: 0;
	top: 10.2em;
}

h3 + .section ul{
	top: 11em;
}

.ie .section ul + a:hover {
	border: #cbdae1 1px solid;
}

.section ul + a:before {
	content: "\e607";
	font-family: techoicons;
	line-height: 4.14;
	font-size: 14px;
	position: relative;
}

.section a.btn1 {
	font-size: 14px;
	padding: .5em 2em .79em;
	margin: 1.29em 0 0 -1.79em;
	min-width: 15em;
}

.section a.btn1 span {
	display: block;
	font-size: 11px;
}