@charset "utf-8";

#breadcrumbs{
	margin: 43px 0 13px 0;
}

/* category list */

#catList{
	float: left;
	width: 240px;
	padding-bottom: 80px;
}

#catList > div > a{
	display: block;
	width: 240px;
	height: 40px;
	background: url(/store/techo/2014/toolstoys/images/cat_btn_all.gif) no-repeat;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}

#catList p{
    font-weight: bold;
    color: #808080;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}

#catList p:after{
    content: url(/store/techo/2014/toolstoys/images/arrow_bottom.gif);
    position: absolute;
    bottom: 0;
    left: 103px;
}

#catList div + p{
    background: url(/store/techo/2014/toolstoys/images/cat_icon_original.gif) no-repeat left top;
}

#catList ul + p{
    background: url(/store/techo/2014/toolstoys/images/cat_icon_tt.gif) no-repeat left top;
    margin-top: 15px;
}


#catList li{
	border-bottom: 1px solid #ccc;
}

#catList li a{
	display: block;
	padding: 8px 0 8px 30px;
	font-size: 10px;
	text-decoration: none;
	color: #7798d9;
	letter-spacing: -.01em;;
}

#catList li a strong{
	font-size: 14px;
	letter-spacing: .05em;
	display: inline-block;
}

#catList li a span{
    display: inline-block;
}

#catList #cat_original a,
#catList #cat_all a{
	background: url(/store/techo/2014/toolstoys/images/cat_icon_all.gif) no-repeat left top;
}

#catList div + p{ background: url(/store/techo/2014/toolstoys/images/cat_icon_original.gif) no-repeat left top; }
#catList ul + p{ background: url(/store/techo/2014/toolstoys/images/cat_icon_tt.gif) no-repeat left top; }
#catList #cat_special a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_special.gif) no-repeat left top; }
#catList #cat_kaku a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_kaku.gif) no-repeat left top; }
#catList #cat_kakareru a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_kakareru.gif) no-repeat left top; }
#catList #cat_kesu a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_kesu.gif) no-repeat left top; }
#catList #cat_haru a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_haru.gif) no-repeat left top; }
#catList #cat_kiru a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_kiru.gif) no-repeat left top; }
#catList #cat_kazaru a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_kazaru.gif) no-repeat left top; }
#catList #cat_seiri a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_seiri.gif) no-repeat left top; }
#catList #cat_okuru a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_okuru.gif) no-repeat left top; }
#catList #cat_sonota a{ background: url(/store/techo/2014/toolstoys/images/cat_icon_sonota.gif) no-repeat left top; }


/* content */
#ttContent{
	float: right;
	width: 680px;
	margin-bottom: 80px;
}

.pageNav{
	margin: 20px 0;
	text-align: center;
}

.pageNav li{
	display: inline-block;
	vertical-align: middle;
}

.pageNav li a{
	display: block;
	width: 40px;
	height: 30px;
	line-height: 30px;
}

.pageNav li.current a{
	background-color: #ccc;
	text-decoration: none;
	color: #FFF;
}

/* lineup */
#listWrapper{ margin:40px 0 80px 0; }

.lineupList{
	display: none;
	width: 690px;
	clear: both;
	margin-left: -10px;
	padding-left: 10px;
	/*letter-spacing: -0.4em;*/
}

.active{ display: inline-block; }

.lineupList dl {
	display: inline-block;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 40px;
	vertical-align: top;
	font-weight: bold;
}

.lineupList dl dt a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

.lineupList dl dt a span {
	color: #808080;
	font-size: 10px;
	display: block;
}

.lineupList dl dd {
	color: #808080;
	font-size: 11px;
}

.lineupList dl dd li {
	color: #e60000;
	font-size: 13px;
	line-height: 1.4;
}

.lineupList dl dd li span {
	color: #808080;
	font-size: 9px;
}

.lineupList dl dd p{
	margin-top: 10px;
}


/* ranking
-------------------------------------------------------------------------------*/

#ranking {
    padding-top: 10px;
    margin-bottom: 60px;
}

#ranking .cat {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom:1px solid #CCC;
}
#ranking .cat + .cat {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:0 none;
}
#ranking .cat .nav {
	clear:both;
	height: auto;
	overflow:hidden;
	/*width:240px;*/
	padding-top:20px;
}
#ranking .cat .nav p {
	float: right;
}
#ranking .cat .nav a {
	display:block;
	padding-left:10px;
	background:url(/store/techo/2014/images/icon_arrow_l.png) no-repeat left center;
}

#ranking h4 {
    clear: both;
    line-height: 2;
    font-weight: bold;
    padding: 0 0 8px 0;
    padding-left: -5px;
    margin-top: 5px;
}

#ranking dl + h4 {
    padding-top: 29px;
}

#ranking dl {
    float: left;
    font-weight: bold;
}

#ranking dl + dl {
    margin-left: 10px;
}

#ranking dt,
#ranking dd {
	width: 215px;
}

#ranking dt a {
    color: #7070cb;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    display: block;
    position: relative;
}

#ranking dt a img:first-child {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
}

#ranking dt a span {
    color: #808080;
    font-size: 10px;
    line-height: 1.75;
    display: block;
    margin-top:5px;
}

#ranking dd {
    color: #808080;
    font-size: 11px;
    line-height: 1.75;
}

#ranking dd li {
    color: #e60000;
    font-size: 13px;
    line-height: 1.575;
}

#ranking dd li span {
    color: #808080;
    font-size: 9px;
}

#ranking dd p {
    margin-top: 4px;
}

/* news
-------------------------------------------------------------------------------*/

#news {
    padding-bottom: 20px;
}

#news h3 {
    margin-bottom: 10px;
}

#news > a {
    width: 315px;
    min-height: 100px;
    float: right;
    color: #000;
}

#news > a:nth-child(even) {
    margin-left: 5px;
    float: left;
    clear: both;
}

#news > a.nth-even {
    margin-left: 5px;
    float: left;
    clear: both;
}

#news > a img {
    float: left;
}

#news > a p {
    width: 195px;
    float: right;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 20px;
}

#news > a p span {
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 2.55;
    color: #4c4c4c;
}

#news > a.new p span:after {
    content: url(/store/techo/2014/detail_images/common/icon_new.png);
    margin: 2px 0 0 34px;
}

#news > p {
    text-align: right;
    clear: both;
}