@charset "utf-8";

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

iframe {
    overflow: hidden;
    border: 0;
}
    
#breadcrumbs {
    margin: 39px 0 9px;
}

#wrapper > section > header {
    margin-bottom: 40px;
}

#wrapper > section > header h1 {
    float: left;
    font-size: 33px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 5px;
    width: 700px;
    text-align: left;
}

#wrapper > section > header p {
    float: right;
    text-align: center;
    margin: 14px 22px 0 0;
}

#wrapper > section > header p > img {
    display: block;
    margin-bottom: 20px;
}

.local {
    text-align: left;
}

.local li {
    float: left;
    border-right: #4c4c4c 1px solid;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 6px .67em 0;
    padding-right: 6px;
    /float: none;
    /display: inline;
    /zoom: 1;
}

.local li:last-child {
    border-right: none;
}

.local li.last-child {
    border-right: none;
}

.local li.current a {
    color: #000;
    text-decoration: none;
}

/* top
-------------------------------------------------------------------------------*/

#top nav  {
	display: inline-block;
    width: 1000px;
    margin: 13px -40px 0 0;
    padding-bottom: 57px;
}

#top nav a {
	width: 432px;
	float: left;
	border: #99cb00 1px solid;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	padding: 0 13px 40px;
	position: relative;
	margin: 40px 40px 0 0;
	min-height: 22em;
	display: block;
}

#top nav a:before {
	content: url(/store/techo/2014/collection/images/icon_list_o.png);
    position: absolute;
    right: 14px;
    bottom: 8px;
}

#top nav a + a:before {
	content: url(/store/techo/2014/collection/images/icon_list_g.png);
}

#top nav a:nth-child(odd) {
	clear: both;
}

#top nav a.nth-odd {
	clear: both;
}

#top nav h3 {
	background: #99cb00;
	height: 39px;
	overflow: hidden;
	margin: 0 -13px 0;
	padding: 0 10px 0 4px;
}

#top nav h3 img {
	float: left;
}

#top nav h3 span {
	float: right;
	line-height: 39px;
}

#top nav p{
	width: 205px;
	float: left;
	line-height: 1.57;
	letter-spacing: 0;
	font-weight: bold;
	padding-right: 5px;
	word-break: break-all;
}

#top nav p + p {
	float: right;
}

#top nav p img {
	display: block;
	margin: 0 -5px 9px 0;
}

#top nav a > span {
	display: block;
	margin: 11px 0 26px 74px;
	padding-left: 14px;
	border-left: #99cb00 1px solid;
	position: relative;
	line-height: 1.42;
	letter-spacing: 0;
}

#top nav a > span:before {
	content: url(/store/techo/2014/collection/images/icon_keyword.png);
    position: absolute;
    left: -74px;
    top: 0;
}

#top nav a:first-child {
	border: #ff7f00 1px solid;
}

#top nav a:first-child h3 {
	background: #ff7f00;
}

#top nav a:first-child p {
	margin-top: 37px;
}

#top nav a:first-child p span {
	display: block;
	font-weight: normal;
	color: #4c4c4c;
	font-size: 11px;
	text-align: center;
}

#top nav a p.new span:after {
	content: url(/store/techo/2014/images/icon_new.png);
    margin-left: 7px;
}

#top nav a:first-child + a {
	border: none;
	width: 432px;
	padding: 1px 14px 41px;
	position: relative;
	background: url(/store/techo/2014/collection/images/bg_nav.jpg) no-repeat -8px -6px;
}

#top nav a:first-child + a:before {
	content: url(/store/techo/2014/collection/images/icon_list_b.png);
}

#top nav a:first-child + a h3 {
	background: none;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 18px 0 0 4px;
}

#top nav a:first-child + a p{
	width: auto;
	float: none;
	text-align: left;
	font-size: 13px;
	line-height: 1.54;
	letter-spacing: 0;
	font-weight: bold;
	position: relative;
	padding: 4px 0 0 242px;
	margin-right: -14px;
	min-height: 111px;
	color: #4c4c4c;
}

#top nav a:first-child + a p + p {
	float: none;
	margin-top: 20px;
}

#top nav a:first-child + a p img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	border: #fff 2px solid;
}

#top nav a:first-child + a p span {
	color: #000;
	display: block;
}

#top nav a:first-child + a p span:first-child {
	line-height: 1.3;
	font-weight: normal;
}

#top nav a:first-child + a p span + span {
	font-size: 19px;
}

#top footer {
    margin: 45px 0 27px;
}

#top footer img {
    display: block;
}

/* category
-------------------------------------------------------------------------------*/

#category {
    text-align: center;
}

#category ul[role="pagenation"] {
    display: inline-block;
    margin-bottom: 34px;
    /display: inline;
    /zoom: 1;
}

#category ul[role="pagenation"] li {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
}

#category ul[role="pagenation"] li.current {
    background: #619e00;
}

#category ul[role="pagenation"] li.current a {
    color: #fff;
    text-decoration: none;
}

#category ul[role="pagenation"] li.abbr {
    margin: 0 0 0 35px;
}

#category ul[role="pagenation"] li[role="prev"] + li.abbr {
    margin: 0 35px 0 0;
}

#category ul[role="pagenation"] li[role="prev"] + li.abbr:after {
    content: '...';
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: 35px;
    top: 0;
    text-align: center;
}

#category ul[role="pagenation"] li.abbr:before {
    content: '...';
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: -35px;
    top: 0;
    text-align: center;
}

#category ul[role="pagenation"] li[role="prev"] + li.abbr:before {
    display:none;
}

#category nav {
    display: inline-block;
    width: 990px;
    margin: -5px -30px 0 0;
    padding-bottom: 24px;
}

#category nav a {
    float: left;
    width: 298px;
    border-left: #d1d1d1 1px solid;
    border-right: #d1d1d1 1px solid;
    text-align: left;
    text-decoration: none;
    color: #619e00;
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.59;
    font-weight: bold;
    margin-right: 30px;
    position: relative;
}

#category nav a:after {
    content: url(/store/techo/2014/collection/images/icon_zoom.png);
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1;
}

#category nav a:nth-child(3n) + a {
    clear: both;
}

#category nav a.nth-3n + a {
    clear: both;
}

#category nav a img {
    display: block;
    margin: 0 -1px 0;
    border-bottom: #fff 6px solid;
}

#category nav a > span {
    padding: 6px 22px 6px;
    min-height: 3.2em;
    display: block;
    letter-spacing: .01em;
    word-break: break-all;
}

#category nav a.new span:after {
    content: url(/store/techo/2014/images/icon_new.png);
    margin-left: 7px;
}

#category footer {
    margin: 30px 0 27px;
}

#category footer img {
    display: block;
}

/* feature
-------------------------------------------------------------------------------*/

#category.feature {
    text-align: left;
}

#category.feature nav {
    display: inline-block;
    width: 1000px;
    margin: -11px -40px 0 0;
    padding-bottom: 104px;
}

#category.feature nav a {
    float: left;
    width: 458px;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    font-size: 16px;
    line-height: 1.63;
    margin-right: 40px;
}

#category.feature nav a:after {
    content: url(/store/techo/2014/collection/images/icon_list_g.png);
    top: inherit;
    right: 14px;
    bottom: 0;
}

#category.feature nav a:nth-child(3n) + a {
    clear: none;
}

#category.feature nav a.nth-3n + a {
    clear: none;
}

#category.feature nav a:nth-child(odd) {
    clear: both;
}

#category.feature nav a.nth-odd {
    clear: both;
}

#category.feature nav a p {
    padding: 17px 24px 37px;
    min-height: 8.2em;
    word-break: break-all;
}

#category.feature nav a img {
    border-bottom: #fff 10px solid;
}

#category.feature nav a p span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 2px;
}

#category.feature nav a p span + span {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 7px;
}

#category.feature nav a.new span:after {
    display: none;
}

#category.feature nav a.new span + span:after {
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

/* single
-------------------------------------------------------------------------------*/

body > article {
    width: 720px;
    padding: 50px 120px 75px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

body > article > h1 {
    font-size: 24px;
    line-height: 1.63;
    font-weight: bold;
    border-bottom: #ccc 1px solid;
    padding-bottom: 6px;
}

body > article > h1.new:after {
    content: url(/store/techo/2014/images/icon_new.png);
    margin-left: 18px;
    position: relative;
    top: -3px;
}

body > article figure {
    float: left;
    width: 400px;
    margin: 0;
    padding: 0 0 33px;
}

body > article figure img {
    display: block;
    margin-top: 30px;
}

body > article figure img + img {
    margin-top: 20px;
}

body > article p {
    float: right;
    width: 280px;
    line-height: 1.79;
    color: #4c4c4c;
    margin: 25px 0 33px;
}

body > article aside {
    clear: both;
    border-top: #ccc 1px solid;
    padding-top: 25px;
}

body > article aside img {
    display: block;
}

body > article aside section {
    float: left;
    width: 440px;
}

body > article aside h1 {
    margin-bottom: 17px;
}

body > article aside section a {
    color: #819605!important;
    text-decoration: none!important;
    line-height: 1.5;
    letter-spacing: 0;
    width: 210px;
    float: left;
}

body > article aside section a img {
    margin-bottom: 7px;
}

body > article aside section span {
    word-break: break-all;
    display: block;
}

body > article aside section a + a {
    margin-left: 20px;
}

body > article aside > a {
    float: right;
}

body > article nav a {
    position: absolute;
}

body > article nav a[role="prev"] {
    top: 388px;
    left: 41px;
}

body > article nav a[role="next"] {
    top: 388px;
    right: 41px;
}

body > article nav a[href="#close"] {
    top: 21px;
    right: 36px;
}

body > article nav a[href="#close"] + a {
    top: inherit;
    bottom: 27px;
    right: 36px;
}