@charset "shift_jis";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	background-color: #000000;
	color:#FFFFFF;
	font-family:"メイリオ", "ヒラノ角ゴ Pro W3", Meiryo, sans-serif;
	font-size:12px;
	line-height:1.8;
}
a:link{ color:#FFFFFF; text-decoration:none;}
a:visited{ color:#FFFFFF; text-decoration:none;}
a:hover{ color:#00FFD7; text-decoration:none;}
a:active{ color:#00FFD7; text-decoration:none;}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
ul,ol {
	list-style: none;
}




.new-arrivals {
	width:740px;
}
.hidden {
	overflow: hidden;
}
.new-arrivals-headline {
	float: left;
	background-color: #262626;
    color: #00ffd7;
    font-size: 16px;
    font-weight: normal;
	background-image:url(../../cmmn/cmmn_icon_monochrome.gif);
	background-repeat:no-repeat;
	background-position:16px 16px;
	padding:8px 0 0 36px;
	width:139px;
	height:34px;
}
.new-arrivals-headline img{
	margin:3px 0 0 -36px;
	padding:0;
}
.tab-menu {
	overflow: hidden;
	float: right;
	font-size: 14px;
}
.tab-menu > li {
	float: left;
	margin: 0 3px 0 0;
	text-align: center;
	width: 88px;
	border-top:1px #262626 solid;
	border-right:1px #262626 solid;
	border-left:1px #262626 solid;
	border-bottom:0px #262626 solid;
}
.tab-menu > li:last-child {
	margin: 0;
}
.tab-menu > li > a {
	display: block;
	padding: 8px 0;
	background: #000;
	color: #FFF;
}
.tab-menu li.active a{
    background: #262626;
}
.tab-contents {
	background-color:#262626;
    clear: both;
    overflow: hidden;
}
.tab-contents div {
	padding: 16px;
	height: 258px;
	overflow: auto;
}
.tab-contents ul {
	overflow: hidden;
	margin: 0 0 6px;
}
.tab-contents li {
	width: 93px;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
}
.tab-contents img {
	margin-bottom:3px;
}
.tab-contents li span {
	font-weight: bold;
}
.tab-contents li .tax {
	font-size:8px;
	font-weight:normal;
}
.tab-contents li:last-child {
	margin: 0;
}
.tabbox {
    display: none;
}
