@charset "utf-8";

#indexHeader{ padding-top: 0; }
#indexHeader h1{ padding-bottom: 16px; }
#indexHeader h1 + a{ margin-top: 7px; }

#main{
	position: relative;
	width: 680px;
	height: 430px;
	margin-top: 8px;
}

#main ul li{
	position: absolute;
	display: none;
	width: 680px;
	height: 400px;
	top: 0;
	width: 0;
}

#main ul li.active{
	display: block;
}

#main  a:hover {
	opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

#mainBtn{
	position: absolute;
	width: 680px;
	height: 30px;
	bottom: 0;
	background: #FFF url(../images/index/main_bg.gif) no-repeat;
}

#mainBtn a{ display: block; }
#prevBtn{ float: left; }
#nextBtn{ float: right; }
#allBtn{ width:160px; margin: 0 auto; }


#bullets {
	position: absolute;
	z-index: 2;
	bottom: 45px;
	left: 0;
	width: 680px;
	height: 10px;
	letter-spacing: -0.4em;
	text-align: center;
} 
#bullets li {
	display: inline-block;
	margin: 5px;
	letter-spacing: 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background-image: url(/store/techo/2014/images/index/slide/bullet.png);
	background-position: 0 -20px;
	background-repeat: no-repeat;
}
#bullets li.current {
	background-position: 0 0;
}
#bullets li:hover {
    opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    cursor: pointer;
}

#bullets li.current:hover {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    cursor: default;
}



#topBanner {
	margin: -10px 0 4px -31px;
}

#topNews{
	position: relative;
	width: 240px;
	height: 363px;
	margin-top: 0px;
}

#topNews h2{ margin-bottom: 5px; }
#topNews .newsBtn{
	position: absolute;
	bottom: 0;
}

#topNews > a {
	display: block;
	overflow: hidden;
	width: 240px;
	height: 147px;
	margin-bottom: 3px;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: -0.4em;
}

#topNews > a img{
	display: inline-block;
	width: 160px;
	height: 110px;
	/*margin-right: 1px;*/
}

#topNews > a p {
	display: block;
	background-color: #EEE;
	margin-top: 1px;
	padding: 2px 0 2px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	color: #000;
	letter-spacing: 0em;
}

#topNews > a > span{
	display: inline-block;
	width: 69px;
	height: 98px;
	font-size: 10px;
	color: #4d4d4d;
	letter-spacing:0;
	background-color: #000;
	margin-top: 12px;
	padding: 0 5px;
	float:right;
}

#topNews > a.new > span:before {
	display: block;
    content: url(/store/techo/2014/detail_images/common/icon_new.png);
    background-color: #FF8000;
    width: 79px;
    margin: -12px 0 0 -5px;
}

#topNews > a > span > span {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 1em;
}
#topNews > a > span > span.year {
	border-bottom: 1px dashed #FFF;
	margin-bottom: 5px;
	padding: 8px 0 2px;
}
#topNews > a > span > span.month {
	display: inline-block;
	background: url(/store/techo/2014/images/index/date_slash.png) top right no-repeat;
	border: 0 none;
	height: 30px;
	width: 30px;
	vertical-align: top;
	font-size: 11px;
}
#topNews > a > span > span.date {
	display: inline-block;
	border: 0 none;
	vertical-align: bottom;
	font-size: 20px;
}
#topNews > a > span > span.day {
	border-bottom: 1px dashed #FFF;
	padding: 5px 0;
}
#topNews > a > span > span.time {
	padding: 4px 0 2px;
}


#utilNav{
	margin-top: 43px;
	margin-left: 427px;
}
#utilNav li{
	float: left;
	margin-right: 22px;
}
#utilNav li:last-child{ margin-right: 0; }

#utilNav a, #utilNav img{ display: block; }

#mainNav{
	margin-top: 20px;
	margin-bottom: 60px;
}
#mainNav li{ float: left; }
#mainNav li + li { margin-left: 10px}
#mainNav a, #mainNav img{ display: block; }

#lineupHead {
	position: relative;
}
#lineupHead p {
	width: 530px;
	float: left;
}
#lineupHead p + p {
	padding-bottom: 100px;
}
#lineupHead ul {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#lineupHead li {
	float: left;
	position: relative;
	margin-left: 110px;
}
#lineupHead li + li {
	margin-left: 10px;
}
#lineupHead li + li + li + li + li {
	margin-left: 100px;
}
#lineupHead li:before {
	content: url(/store/techo/2014/images/index/spring/icon_lineup_01.png);
	position: absolute;
	left: -110px;
	top: -10px;
}
#lineupHead li + li:before {
	content: none;
}
#lineupHead li + li + li + li + li:before {
	content: url(/store/techo/2014/images/index/spring/icon_lineup_02.png);
	position: absolute;
	left: -80px;
	top: 5px;
}
#pmovie {
	position: relative;
	width: 320px;
	padding-bottom: 3px;
}

#pmovie:before {
	content: url(/store/techo/2014/images/index/spring/icon_pmovie.png);
	position: absolute;
	left: -111px;
	top: -17px;
}
#pmovie a {
	display: block;
	border: #bfbfdf 1px solid;
	border-top: none;
}


#original{ margin-top: 54px;}
#idxTt{ margin-bottom: 60px; }
#weeks, #cousin, #planner, #toolstoys{ margin-top: 40px; }

.idxCatWrap{ float: left; }
.idxCat{
	position: relative;
	width: 220px;
	height: 239px;
	padding: 10px 30px 10px 10px;
	text-align: center;
}
.idxCat h2{ margin-bottom: 15px; }
.idxCat p{
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}
.idxTag{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 220px;
	height: 38px;
	padding: 6px 0;
	background-color: #ffffff;
}
#original .idxCat{ background: #cccc66 url(../images/index/lineup_original_bg.gif) no-repeat right top; letter-spacing: -0.1em; }
#weeks .idxCat{ background: #70e07a url(../images/index/lineup_weeks_bg.gif) no-repeat right top; }
#cousin .idxCat{ background: #41d9d9 url(../images/index/lineup_cousin_bg.gif) no-repeat right top; }
#planner .idxCat{ background: #a1a1b3 url(../images/index/lineup_planner_bg.gif) no-repeat right top; }
#planner .idxCat:after {
	content: url(/store/techo/2014/lineup/images/icon_s01.png);
	position: absolute;
	left: 135px;
	top: 75px;
}
#toolstoys .idxCat{ background: #f2a7a7 url(../images/index/lineup_tt_bg.gif) no-repeat right top; }

.idxListWrap{
	position: relative;
	float: right;
	width: 700px;
	height: 300px;
}

.idxListLink{
	position: absolute;
	bottom: 0;
	right: 0;
}

.idxListLink p{ display: inline-block; }

.idxListLink p:last-child a{
	display: block;
	margin-left: 22px;
	padding-left: 18px;
	background: url(../images/index/lineup_arrow.gif) no-repeat left 0.5em;
	font-weight: bold;
	text-decoration: none;
}

.idxListLink p a:hover{
    opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
	text-decoration: none;
	color: #7070cb;
}
.idxListLink p a:visited{ text-decoration: none; }


.idxArrow{
	position: absolute;
	top: 95px;
	right: 0;
}
.idxArrow a:hover{
    opacity: .5;
    -moz-opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
}

.recommendTitle{
	height: 30px;
	margin-top: 40px;
	padding-left: 40px;
	background: #f0f0f0 url(../images/index/title_recommend.gif) no-repeat left top;
	font-weight: bold;
	line-height: 32px;
	color: #4d4d4d;
}

.recommendCopy{
	margin-top: 10px;
}

#footer{ margin-top: 100px; }

#footer > div + ul li,
#footer > div + ul + ul li {
	margin-bottom: 20px;
}

#footer .lineup li {
	margin-bottom: 0;
}

#footer > div + ul li:nth-child(4),
#footer > div + ul + ul li:nth-child(4){
	margin-left: 0;
}

#footer .lineup li:nth-child(4) {
	margin-left: 10px;
}


/* lineup list */
.lineupList {
	width: 645px;
	padding-left: 25px;
	letter-spacing: -0.05em;
}

.lineupList dl {
	display: inline-block;
	width: 150px;
	line-height: 1.4;
	vertical-align: top;
	font-weight: bold;
}

.lineupList dl + dl {
	margin-left: 10px;
}

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

.lineupList dl dt a > div img{
	max-height: 135px;
}

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

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

.lineupList dl dd li {
	color: #e60000;
	font-size: 10px;
}

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

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








