@charset "utf-8";

/* common
-------------------------------------------------------------------------------*/

div#footer {
	padding-top: 8.2em;
}

.en h2 {
	line-height: 1.75;
	margin-top: 0;
	letter-spacing: .1em
}

/* slide
-------------------------------------------------------------------------------*/

#slide {
	margin-bottom: 3.2em;
	visibility: hidden;
	position: relative;
}

#detail_cover #slide {
	width: 96em;
	padding-top: 54em;
}

#detail_toolstoys #slide {
	width: 68em;
	padding-top: 48em;
}

#detail_toolstoys #slide {
	float: right;
}

#slide > div.disp {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#detail_cover #slide > div.disp {
	height: 54em;
}

#detail_toolstoys #slide > div.disp {
	height: 48em;
}

#slide > div.disp.zoomable {
	cursor: pointer;
}

#slide > div.disp img {
	position: absolute;
	top: 54em;
	left: 0;
}

#slide > div.disp img.fg {
	top: 0;
	z-index: 1;
}

#slide > div.disp img.bg {
	top: 0;
}

#slide > div.disp p {
	position: absolute;
	z-index: 2;
	bottom: .8em;
	left: -9999em;
	background: rgba(255, 255, 255, .8);
	border-radius: .4em;
	padding: 0 1.6em;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.ie #slide > div.disp p {
	background: url(/store/techo/2015/detail_images/common/bg_alpha_80.png);
}

#slide > div.disp.zoomable p {
	opacity: 1;
	left: .8em;
}

#slide > div.disp p span {
	font-weight: bold;
	font-size: 12px;
	line-height: 2.5;
}

#slide > div.zoom {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: none;
}

#slide > div.zoom div.disp {
	position: absolute;
	cursor: move;
}

#slide > div.zoom img {
	position: absolute;
}

#slide > div.zoom a[href*="zoom"] {
	position: absolute;
	bottom: .8em;
	left: .8em;
	background: rgba(255, 255, 255, .8);
	border-radius: .4em;
	padding: 0 1.6em;
}

.ie #slide > div.zoom a[href*="zoom"] {
	background: url(/store/techo/2015/detail_images/common/bg_alpha_80.png);
}

.ie #slide > div.zoom a[href*="zoom"]:hover {
	background: url(/store/techo/2015/detail_images/common/bg_alpha_40.png);
}

#slide > div.zoom a[href*="zoom"] span { 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 2.5; 
} 

#slide ul.ctrl li { 
	float: left; 
	/*border-radius: .4em; */
	overflow: hidden; 
	margin-top: .8em; 
	height: 7.2em; 
} 

#detail_cover #slide ul.ctrl li { 
	width: 12.8em; 
	margin-left: .8em; 
} 

#detail_toolstoys #slide ul.ctrl li { 
	width: 9.2em; 
	height: 6.4em; 
} 

#detail_toolstoys #slide ul.ctrl li + li { 
	margin-left: .6em; 
} 

#slide ul.ctrl li.threshold ~ li { 
	background: #f2f2f2; 
} 

#slide ul.ctrl a { 
	display: block; 
	position: relative; 
} 

#slide ul.ctrl li.current a { 
	opacity: .3!important; 
	cursor: default; 
	pointer-events: none; 
} 

#slide ul.ctrl li a img { 
	position: relative; 
	border-radius: .4em;
	display:block;
} 

.ie #slide ul.ctrl li a img { 
	z-index: -1; 
} 

.ie #slide ul.ctrl li.current a img { 
	filter: alpha(opacity=30); 
} 

#slide ul.ctrl a[href*="zoom"]:after { 
	content: "拡大して見る"; 
	color: #fff; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	font-size: 12px; 
	line-height: 2; 
	font-weight: bold; 
	text-align: center; 
	width: 100%; 
	background: rgba(0, 0, 0, .5); 
} 

.ie #slide ul.ctrl a[href*="zoom"]:after { 
	background: url(/store/techo/2015/detail_images/common/bg_alpha_50.png); 
} 

.en #slide ul.ctrl a[href*="zoom"]:after { 
	content: "enlarge"; 
} 

.ie #slide ul.ctrl li:hover a[href*="zoom"]:after, 
.ie #slide ul.ctrl li.current a[href*="zoom"]:after { 
	background: url(/store/techo/2015/detail_images/common/bg_alpha_15.png); 
}

/* primary
-------------------------------------------------------------------------------*/

#primary {
	width: 64em;
	float: left;
	clear: both;
}

#primary > ul {
	margin-right: -3.5em;
}

body#detail_toolstoys #primary > ul {
	margin-right: -2.6em;
}

.en #primary > ul {
	font-size: 0;
	margin-right: 0!important;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	display: block\9;
}

#primary > ul li {
	margin-right: 2.5em;
	float: left;
	display: inline-block;
}

body#detail_toolstoys #primary > ul li {
	margin-right: 2.6em;
}

.en #primary > ul li {
	font-size: 10px;
	float: none;
	margin-right: 0!important;
	
}

.en #primary > ul li + li {
	margin-left: 4.4em;
}

#primary > ul li a {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 2.04;
}

.en #primary > ul li a {
	font-size: 14px;
	line-height: 2.04;
}

#primary > p {
	border: #bc1d0e 1px solid;
	font-size: 14px;
	color: #bc1d0e;
	font-weight: bold;
	padding: 1.21em 1.43em;
	margin: 1.14em 0 -1.86em;
}

.en #primary > p {
	font-size: 16px;
	padding: .81em 1.81em 1.06em;
	margin: .56em 0 -1.88em;
}

/* detail
-------------------------------------------------------------------------------*/

#detail {
	position: relative;
	margin-top: 5em;
}

.en #detail {
	text-align: right;
}

.en #detail h2 {
	font-size: 10px;
	border-bottom: #000 .3em solid;
	padding-bottom: .7em;
	text-align: left;
}

#detail h2 * {
	display: block;
}

#detail h2 img {
	width: auto;
}

#detail h2 > span {
	font-size: 14px;
	margin-bottom: -.35em;
}

.en #detail h2 > span {
	font-size: 18px;
	margin-bottom: -.83em;
}

#detail h2 strong {
	font-size: 35px;
	line-height: 1.5em;
	padding-top: 0.25em;
}

.en #detail h2 strong {
	font-size: 45px;
	letter-spacing: .1em
}

#detail h2 strong span {
	font-size: 16px;
	margin-top: -.25em;
}

#detail p + p {
	font-size: 14px;
	width: 29em;
	margin-top: 3.3em;
}

#detail p + p img {
	width: auto;
}

#detail p + p a {
	color: #3366CC;
}

.en #detail p + p {
	margin: 1em 0 3em;
	/*width: auto;*/
	width: 34.3em;
	text-align: left;
}

#detail a[href*="staff"] {
	font-size: 12px;
	line-height: 2.04;
	position: absolute;
	bottom: 0;
	right: 0;
}

.en #detail a[href*="staff"] {
	font-size: 12px;
	line-height: 2.04;
	position: static;
	margin-right: 1.25em;
}

#detail h2 + p {
	float: right;
	margin-top: 5.2em;
}

.en #detail h2 + p {
	float: right;
	margin-top: 1.7em;
}

#detail i {
	float: left;
}

#detail i + i {
	margin-left: .5em;
}

/* products
-------------------------------------------------------------------------------*/

#products {
	background: #eff3f5;
	margin-top: 7.6em;
}

.en #products {
	margin-top: 4.3em;
}

#products h5 {
	font-weight: bold;
	font-size: 14px;
	padding: .71em;
}

#products h5:before {
	content: "\f07a";
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.67;
	text-align: center;
	color: #fff;
	font-weight: normal;
	width: 1.67em;
	height: 1.67em;
	display: inline-block;
	background: #bd1e0f;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: .28em;
}

#products > div {
	border-top: #fff 1px solid;
	padding: 1.4em 2em 2em;
}

#products h6 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: .19em;
	position: relative;
	border-bottom: #c1d2da 1px solid;
}

#products h6 a {
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: .42em;
}

#products dl {
	position: relative;
}

#products dl + dl {
	margin-left: 3em;
}

#products dd:first-child {
	width: 37em;
	float: right;
	margin-top: 1.4em;
}

#products dd:first-child ul {
	background: #fff;
	font-size: 0;
}

#products dd:first-child li {
	display: inline-block;
	width: 7.66em;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.42;
	position: relative;
	vertical-align: top;
	padding-bottom: 1.25em;
}

#products dd:first-child li + li:before {
	content: "\e604";
	font-family: techoicons;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	line-height: 1;
	top: 1.75em;
	left: 0;
	margin-left: -.5em;
}

#products dd:first-child li img {
	display: block;
	margin: .3em auto .5em;
	font-size: 10px;
	width: 7.5em; 
}

#products dd:first-child li span {
	font-size: 10px;
}

#products dd:first-child li a {
	font-size: 10px;
	line-height: 1.8;
	display: block;
	width: 8.1em;
	margin: 1.4em auto 0;
}

.en #products dd:first-child li a {
	font-size: 11px;
	line-height: 1.05;
	width: 5.55em;
	margin: .2em auto;
	padding: .28em 0 .12em;
	letter-spacing: 0;
}

#products dd:first-child strong {
	display: block;
	color: #007fff;
}

#products dd:first-child strong + strong {
	color: #dd4f12;
}

#products dd:first-child + dd {
	float: left;
	width: 21em;
	padding-top: 1.1em;
}

#products dd:first-child + dd p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: .75em;
}

#products dd:first-child + dd strong {
	display: block;
	font-size: 14px;
	margin-bottom: .29em;
	font-weight: bold;
}

#products dd:first-child + dd span {
	font-size: 10px;
}

.en #products dd:first-child + dd span {
	letter-spacing: 0.05em;
}

#products dd:first-child + dd li {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	color: #4c4c4c;
}

#products dd:first-child + dd li:before {
	content: "・";
}


#products dd:first-child + dd + dd {
	clear: both;
	padding-top: 2em;
}

#products dd:first-child + dd + dd li > span {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #e52d2d;
	line-height: 1.25;
}

#products dd:first-child + dd + dd a {
	display: inline-block;
	width: 22em;
	height: 5em;
	overflow: hidden;
	color: #fff;
	border-radius: .4em;
	text-align: center;
	vertical-align: bottom;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1em;
	visibility: hidden;
}

#products dd:first-child + dd + dd a span:before {
	content: "\f07a";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	margin-right: .67em;
	position: relative;
	top: -.05em;
}

.en #products dd:first-child + dd + dd a span:before {
	top: -.15em;
}

#products dd:first-child + dd + dd a[href*="#cart"] {
	background: #bf1e0f;
}

.ie #products dd:first-child + dd + dd a[href*="#cart"]:hover {
	background: #df8e87;
}

#products dd:first-child + dd + dd a[href*="#lot"] {
	background: #316b86;
}

.ie #products dd:first-child + dd + dd a[href*="#lot"]:hover {
	background: #98b5c2;
}

#products dd:first-child + dd + dd a.sold {
	background: #cbcbcb!important;
	color: #be1d0e;
	cursor: default;
	opacity: 1!important;
	padding-top: 1.3em;
}

#products dd:first-child + dd + dd a.sold span:before {
	display: none;
}

#products dd:first-child + dd + dd label {
	display: inline-block;
	width: 18.5em;
	height: 3.5em;
	overflow: hidden;
	color: #316b86;
	background: #fff;
	border: #d6e2e7 1px solid;
	border-radius: .4em;
	padding-left: 1.1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding-top: .5em;
}

.en #products dd:first-child + dd + dd label {
	height: 3.4em;
	padding-top: .6em;
}

#products dl.mon dd:first-child + dd + dd li:first-child label,
#products dl.sun dd:first-child + dd + dd li:first-child + li label {
	color: #000;
	background: #d6e2e7;
}

#products dl.mon dd:first-child + dd + dd a + a,
#products dl.sun dd:first-child + dd + dd a:first-child,
#products dl.mon dd:first-child strong + strong,
#products dl.sun dd:first-child span + strong {
	display: none;
}

#products dd:first-child + dd + dd p {
	display: inline-block;
	width: 14em;
	margin-right: .5em;
	height: 3.5em;
	overflow: hidden;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: .4em;
}

.en #products dd:first-child + dd + dd p {
	width: 13em;
	padding-top: .5em;
}

#products dd:first-child + dd + dd a span,
#products dd:first-child + dd + dd label span,
#products dd:first-child + dd + dd p span {
	font-size: 14px;
	font-weight: bold;
}

.en #products dd:first-child + dd + dd label span,
.en #products dd:first-child + dd + dd p span {
	font-size: 12px;
}

#products dd:first-child + dd + dd li strong {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0.5em;
    width: 14em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: .1em;
}

.en #products dd:first-child + dd + dd li strong {
    width: 12em;
    font-size: 12px;
    font-weight: bold;
    top: 0;
}

#products dd:first-child + dd + dd li span + a {
    vertical-align: middle;
}

#products dd:first-child + dd + dd label input {
	vertical-align: middle;
	margin-right: 1.3em;
	position: relative;
	top: -.2em;
}

.en #products dd:first-child + dd + dd label input {
	top: -.1em;
}

#products div.p01 dd:first-child + dd + dd li {
	float: left;
}

#products div.p01 dd:first-child + dd + dd li + li {
	margin-left: .5em;
}

#products div.p01 dd:first-child + dd + dd li > span {
	display: block;
	text-align: center;
	margin: .17em 0 -.17em;
}

#products div.p02 dd:first-child + dd + dd li {
	text-align: right;
}

#products div.p02 dd:first-child + dd + dd li a {
	margin-left: 1.4em;
}

#products div.p03 dl {
	float: left;
	width: 18em;
}

#products div.p03 h6 + dl + dl + dl + dl {
	clear: left;
	margin-left: 0;
}

#products div.p03 dl + dl + dl + dl dd:first-child {
	margin-top: 2em;
}

#products div.p03 dd {
	width: auto;
	float: none;
}

#products div.p03 dd:first-child ul {
	text-align: center;
}

#products div.p03 dd:first-child li {
	width: 7.46em;
}

#products div.p03 dd:first-child + dd + dd {
	padding-top: 1em;
}

#products div.p03 dd:first-child + dd + dd li + li {
	margin-top: 1em;
}

#products div.p03 dd:first-child + dd + dd a {
	width: 100%;
	float: none;
}

#products div.p03 dd:first-child + dd + dd label {
	width: 14em;
	margin-right: .5em;
	vertical-align: middle;
}

.en #products div.p03 dd:first-child + dd + dd label {
	width: 13em;
	padding-left: .7em
}

.en #products div.p03 dd:first-child + dd + dd label span {
	letter-spacing: -.05em;
}

.en #products div.p03 dd:first-child + dd + dd label input {
	margin-right: .6em;
}

#products div.p03 dd:first-child + dd + dd li > span {
	position: relative;
	top: .05em;
}

.en #products div.p03 dd:first-child + dd + dd li > span {
	top: -.05em;
}

#products div.p03 dl + dl dd:first-child + dd + dd li:first-child {
	/*padding-top: 4.5em;*/
}

#products div.p03 dd:first-child + dd + dd + p {
	font-size: 12px;
	margin-top: 1em;
	padding-left: 1.2em;
}

#products div.p03 dd:first-child + dd + dd + p a {
	margin-left: -1.2em;
}

#products div.p04 dd:first-child {
	width: 34em;
}

#products div.p04 dd > img {
	width: 16em;
}

#products div.p04 dd:first-child + dd {
	width: 22em;
}

#products div.p04 dd:first-child + dd + dd {
	width: 22em;
	clear: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

#products div.p04 dd:first-child + dd + dd li > span {
	display: block;
	text-align: left;
}

#products div.p04 dd:first-child + dd + dd li a {
	margin-top: 20px;
}

/* order
-------------------------------------------------------------------------------*/

#lot {
	background: #efefef;
	padding: .6em 0 1.3em 0;
	margin-top: 6em;
}

#lot h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 .38em 1em;
	margin-bottom: 0;
	border-bottom: #fff 1px solid;
}

#lot p {
	margin: 1em 1.4em;
	font-size: 14px;
	line-height: 1.79;
	font-weight: bold;
	color: #be1d0e;
}

#lot table {
	margin: 0 2em;
	table-layout: fixed;
	width: 60em;
}

#lot th,
#lot td {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.75;
	font-weight: bold;
	border-top: #fff 1px solid;
	padding: .25em 0;
}

#lot th {
	width: 22.5%;
}

#lot td {
	width: 77.5%;
}

#lot td span {
	color: #be1d0e;
	display: block;
}

#lot td li {
	list-style-type: disc;
	margin: 0.5em 0;
	margin-left: 1.5em;
}

/* article
-------------------------------------------------------------------------------*/

#article {
	margin-top: 7.6em;
}

#article h4 {
	margin-bottom: 1em;
}

.en #article h4 {
	margin-bottom: .56em;;
	font-size: 16px;
    line-height: 2.1;
    border-color: #cbcbcb;
    padding: 0 0 0 .88em;
}
#article dl {
	width: 20em;
	float: left;
}

#article dl + dl {
	margin-left: 2em;
}

#article dt span,
#article dd span {
	font-size: 12px;
}

#article dd:first-child {
	min-height: 17em;
}

#article dd:first-child a {
	display: block;
	color: #000;
	font-weight: bold;
}

.ie #article dd:first-child a:hover {
	color: #7f7f7f;
}

#article dd:first-child img {
	margin-bottom: 1.5em;
}

#article dt {
	padding: 1em 0 .5em;
	min-height: 6.3em;
}

#article dt + dd a {
	font-size: 12px;
	line-height: 2.33;
	padding: 0 1.75em;
}

.en #article dt + dd a {
	font-size: 12px;
	line-height: 2.33;
	padding: 0 2.75em;
}

/* comment
-------------------------------------------------------------------------------*/

#comment {
	text-align: right;
	padding-bottom: 1.5em;
	margin-top: 6.5em;
}

#comment > div {
	position: relative;
	padding: 2em 0;
	border-bottom: #cbcbcb 1px solid;
	text-align: left;
}

#comment div.disp {
	height: 45em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: #fff 1px solid;
	overflow: hidden;
}

#comment div.disp div {
	position: relative;
	top: -1px;
}

#comment div.disp p {
	font-size: 14px;
}

#comment div.disp dl {
	height: 15em;
	padding-top: 1.9em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: #fff 1px solid;
}

#comment div.disp dl + dl {
	border-top: #cbcbcb 1px solid;
}

#comment div.disp dt {
	float: right;
	width: 8em;
	text-align: center;
}

#comment div.disp dt img {
	margin-top: .5em;
}

#comment div.disp dt span {
	font-size: 12px;
	line-height: 1.5em;
}

#comment div.disp dd {
	width: 39em;
	line-height: 1.64;
	font-size: 14px;
	float: left;
}

#comment ul.ctrl li {
	position: absolute;
	background: #fff;
}

#comment ul.ctrl li:first-child {
	top: 0;
	left: 50%;
	width: 11em;
	margin-left: -5.5em;
	text-align: center;
	border-radius: 0 0 .4em .4em;
}

#comment ul.ctrl li:first-child + li {
	bottom: 0;
	left: 50%;
	width: 11em;
	margin-left: -5.5em;
	text-align: center;
	line-height: 2.9;
	border-radius: .4em .4em 0 0;
}

#comment ul.ctrl a[href*="prev"] {
	display: block;
	background: #fff;
	border-left: #d6e2e7 1px solid;
	border-right: #d6e2e7 1px solid;
	border-bottom: #d6e2e7 1px solid;
	border-radius: 0 0 .4em .4em;
}

#comment ul.ctrl a[href*="prev"]:before {
	content: "\e606";
	font-family: techoicons;
	font-size: 18px;
	line-height: 1.75;
}

#comment ul.ctrl a[href*="next"] {
	display: block;
	background: #fff;
	border-left: #d6e2e7 1px solid;
	border-right: #d6e2e7 1px solid;
	border-top: #d6e2e7 1px solid;
	border-radius: .4em .4em 0 0;
}

#comment ul.ctrl a[href*="next"]:before {
	content: "\e608";
	font-family: techoicons;
	font-size: 18px;
	line-height: 1.75;
}

.ie #comment ul.ctrl a:hover {
	border-color: #eaf0f3;
}

#comment ul.ctrl li.disable a {
	opacity: .5!important;
	cursor: default;
	pointer-events: none;
}

.ie #comment ul.ctrl li.disable a {
	color: #98b5c2;
	border-color: #eaf0f3;
}

#comment ul.ctrl li + li + li {
	right: 0;
	bottom: -1.5em;
	border-radius: .4em;
}

#comment ul.ctrl li + li + li a {
	line-height: 3.07;
	font-size: 14px;
	padding: 0 2em;
	position: relative;
	z-index: 1;
}

iframe[role="comment"] {
    border: 1px solid #000;
    font-size: 10px;
    width: 80em;
    min-height: 67em;
}

/* specific
-------------------------------------------------------------------------------*/

#specific {
	background: #efefef;
	padding: .6em 0 2em;
	margin-top: 7.5em;
}

#specific h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 .35em 1em;
	margin-bottom: 1em;
	border-bottom: #fff 1px solid;
}

#specific dl {
	width: 60em;
	margin: 0 auto;
	padding: 0 2em;
}

#specific dl + dl {
	margin-top: 2em;
	border-top: #FFF 0.5em solid;
}

#specific dt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2em;
}

#specific dt:first-child {
	margin-top: 1em;
}

.en #specific dt {
	font-family:adobe-jenson-pro;
    font-weight: 600!important;
}

#specific table {
	display: block;
	width: 100%;
}

#specific table th,
#specific table td {
	text-align: left;
	vertical-align: top;
	border-top: #fff 1px solid;
	font-size: 12px;
	line-height: 1.5;
	padding: .65em 0;
}

.en #specific table th,
.en #specific table td {
	font-size: 13px;
	padding: .38em 0;
	letter-spacing: 0;
	color: #4c4c4c;
}

#specific table th {
	width: 10em;
	font-weight: bold;
}

#specific table td {
	width: 39em;
	padding-left: 1em;
}

/* demerit
-------------------------------------------------------------------------------*/

#demerit {
	background: #efefef;
	padding: 0 0 1.3em;
	margin-top: 6em;
}

#demerit h5 {
	font-size: 16px;
	font-weight: bold;
	padding: .5em 0 .35em 1em;
	border-bottom: #fff 1px solid;
}

#demerit h5 + p {
	font-size: 12px;
	padding: 0.71em 1.43em;
	border-bottom: #fff 1px solid;
}

#demerit dl {
	width: 29em;
	margin-left: 2em;
	border-bottom: #fff 1px solid;
	float: left;
	clear: left;
}

#demerit dl.threshold ~ dl {
	float: none;
	clear: none;
	margin-left: 33em;
}

#demerit dt a {
	display: block;
}

#demerit dt {
	font-size: 13px;
	padding: .4em 0 .25em;
	font-weight: bold;
	padding-left: 2em;
	position: relative;
}

.en #demerit dt {
	line-height: 1.5;
}

#demerit dt span:before {
	content: "\e607";
	font-family: techoicons;
	display: block;
	width: 1.2em;
	height: 1.3em;
	font-size: 12px;
	line-height: 1.4;
	background: #fff;
	text-align: center;
	border: #d5e1e6 1px solid;
	border-radius: .4em;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: .6em;
	padding-left: .1em;
}

#demerit dt.current a {
	opacity: 1!important;
	color: #000;
	cursor: default;
	pointer-events: none;
}

#demerit dt.current span:before {
	content: "\e608";
	background: none;
	border: none;
}

.ie #demerit dt a:hover span:before {
	background: #f8f8f8;
	border-color: #e3e9eb;
}

#demerit dd {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

#demerit dd p {
	font-size: 12px;
	line-height: 1.35;
	padding: .35em 0 .65em;
}

#demerit > ul {
	width: 29em;
	margin: 1.5em 0 0 33em;
	text-align: right;
}

#demerit > ul li {
	display: inline;
	font-size: 12px;
	padding-left: 2.25em;
	font-weight: bold;
}

.en #demerit > ul li {
	font-family: 'Times New Roman', Georgia, serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	padding-left: 1.67em;
}
.en #demerit > ul li:first-child {
	padding-left: 0;
}

/* benefit
-------------------------------------------------------------------------------*/

#benefit {
	margin-top: 7.5em;
}

#benefit h4 {
	margin-bottom: .6em;
}

#benefit a {
	line-height: 3.07;
	font-size: 14px;
	padding: 0 2em;
}

#benefit p {
	line-height: 1.57;
	font-size: 14px;
	text-align: left;
}

#benefit ul {
	margin-bottom: 2.6em;
}

#benefit li {
	width: 33.33%;
	float: left;
	text-align: center;
}

#benefit li img {
	width: 15em;
	margin-bottom: 1.5em;
}

#benefit li span {
	display: block;
	font-size: 14px;
}

/* secondary
-------------------------------------------------------------------------------*/

#secondary {
	width: 24em;
	float: right;
	margin-top: .6em;
}

#secondary > a {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 4.14;
	padding-right: .2em;
}
#secondary > a:before {
	content: "\f07a";
	font-family: FontAwesome;
	color: #be1d0e;
	font-size: 18px;
	line-height: 3.22;
	vertical-align: middle;
	margin-right: .8em;
	position: relative;
	top: -.05em;
	font-weight: normal;
}
#secondary > a.btn1 {
	background: #316b86;
	border: 0 none;
	color: #FFF;
}
#secondary > a.btn1:before {
	content: "\f07a";
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.67;
	text-align: center;
	/*color: #bd1e0f;*/
	color: #fff;
	font-weight: normal;
	/*width: 1.67em;
	height: 1.67em;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: .28em;*/
}

#secondary ul[role="global"] li {
	margin-top: 2em;
}

#secondary > ul + ul {
	border-top: #e5e5e5 1px solid;
	margin-top: 4em;
}

#secondary > ul + ul li {
	font-weight: bold;
}

#secondary > ul + ul > li {
	border-bottom: #e5e5e5 1px solid;
	font-weight: bold;
}

#secondary > ul + ul > li > a {
	font-size: 14px;
}

#secondary > ul + ul > li:first-child a {
	line-height: 2.79;
}

#secondary > ul + ul > li:first-child + li {
	background: url(/store/techo/2015/detail_images/common/ico_secondary_qa.png) no-repeat right 50%;
	background-size: 9.6em 5.9em;
}
#secondary > ul + ul > li:first-child + li a {
	line-height: 4.21;
}

#secondary > ul + ul > li:first-child + li + li > a {
	line-height: 2.79;
}

#secondary > ul + ul ul {
	margin: -.5em 0 .7em 2em;
}

#secondary > ul + ul ul li a {
	font-size: 12px;
	line-height: 2.5;
}

#secondary > ul + ul > li + li + li + li {
	border: none;
	padding-top: 2.4em;
}

#secondary > ul + ul > li + li + li + li a {
	display: block;
	text-align: center;
	line-height: 3.07;
}

#secondary > ul + ul > li + li + li + li a:before {
	content: "\f003";
	font-family: FontAwesome;
	font-size: 16px;
	line-height: 2.68;
	vertical-align: middle;
	margin-right: .8em;
	position: relative;
	top: -.05em;
	font-weight: normal;
}

#secondary > div {
	margin-top: 7.5em;
}

#secondary > div h4 {
	margin-bottom: 1em;
}

#secondary > dl {
	margin-top: 4em;
	padding-top: 3.8em;
	border-top: #e5e5e5 1px solid;
}

#secondary > dl dt {
	padding-bottom: .3em;
}

#secondary > dl dt + dd {
	font-size: 14px;
}

#secondary > dl dd + dd {
	padding-top: .8em;
}

#secondary > dl dd + dd a {
	font-size: 14px;
	line-height: 1.43;
	display: block;
	text-align: center;
	padding: .55em 0 .7em
}

/* staff
-------------------------------------------------------------------------------*/

#staff {
    width: 80em;
    padding: 4em;
    font-size: 10px;
    position: relative;
}

#staff dt,
#staff dd {
    font-size: 14px;
}

#staff dd + dd,
#staff dd + dt {
    margin-top: 1.75em;
}

#staff strong {
    font-weight: bold;
    padding-right: 1em;
}

#staff dl {
    width: 38em;
    float: left;
}

#staff dl + dl {
    float: right;
}

#staff a[href="#close"] {
	position: absolute;
	top: .7em;
	right: 1em;
}

#staff a[href="#close"] i {
	font-size: 25px;
}

/* alert
-------------------------------------------------------------------------------*/

#alert {
	width: 45em;
	padding: 5em;
	text-align: center;
	font-size: 10px;
}

#alert h4:before {
	color: #000!important;
}

#alert p {
	text-align: left;
	font-size: 14px;
    line-height: 1.57;
    margin: 2em 0 6em;
}

#alert > a {
	display: inline-block;
	font-size: 12px;
	padding: .5em 1em;
}

/* quaternary
-------------------------------------------------------------------------------*/

div#quaternary {
	padding: 1em 2.4em 0;
}

div#quaternary > a {
	display: block;
	text-align: center;
	margin: 0 -2.4em .2em;
	padding-right: 2em;
}

div#quaternary > a span {
	font-size: 18px;
	line-height: 2.33;
}

div#quaternary > a span:before {
	content: "\f07a";
	font-family: FontAwesome;
	color: #be1d0e;
	vertical-align: middle;
	margin-right: .5em;
	position: relative;
	top: -.2em;
	font-weight: normal;
}

div#quaternary ul[role="local"] {
	margin: 0 -2.4em;
}

div#quaternary ul + ul {
	margin-top: 2.5em;
}