@charset "utf-8";
.text {
	font-size: 11px;
	line-height: 130%;
	border: 1px solid #333333;
	padding: 10px 15px;
}
.ue-10 {
	margin-top: 10px;
	font-size: 11px;
	line-height: 135%;
	color: #FFFFFF;
}
.ue-5 {
	margin-top: 5px;
}
.text-11 {
	font-size: 11px;
	line-height: 130%;
}
.text-s {
	font-size: 11px;
	color: #666666;
}

.sita-5 {
	margin-bottom: 5px;
}
.t_top {
	font-size: 11px;
	padding: 0px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 35px;
	margin-bottom: 25px;
}
.n-1 {
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
#container .box-h {
	font-size: 11px;
	line-height: 140%;
	color: #999999;
	background-image: url(box_h.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-right: 22px;
	padding-left: 13px;
	padding-bottom: 40px;
}
#container .box-mirror {
	font-size: 11px;
	line-height: 140%;
	color: #999999;
	background-image: url(mirror_h.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 13px;
	padding-right: 22px;
	padding-left: 13px;
	padding-bottom: 40px;
}
.sita-10 {
	margin-bottom: 10px;
}
.sita-70 {
	margin-bottom: 70px;
}
.text-11-140 {
	font-size: 11px;
	line-height: 140%;
	color: #999999;
}
.sita-3 {
	margin-bottom: 3px;
}
#container td.m {
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 3px double #777;
}
#container td.m div {
  font-size: 11px;
}
#container td.m span {
	color: #666666;
}
.sita-m {
	margin-bottom: 20px;
}

#container .text-11 span {
	color: #CC0000;
}


.main-image{
	margin-top: 30px;
}

.item-list{
	width: 780px;
	margin: 0 auto 70px;
}
.item-list li{
	float: left;
	position: relative;
	margin: 0 15px;
	border-bottom: 1px solid #292929;
  text-align: left;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  -webkit-font-smoothing: antialiased; /*safariバグ対策*/
}
.item-list li:hover{
  opacity: 0.8;
}
.item-list li .label-new{
	position: absolute;
	top: 15px;
	left: -10px;
	color: #222;
	background: #FEC52E;
	padding: 3px 5px;
	line-height: 1;
	border-radius: 3px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: CentGothWGL, Sans-Serif;
	font-size: 14px;
	transform: rotate(-7deg);
}

#container .item-list table{
	padding-bottom: 30px;
	padding-top: 40px;
}
#container .item-list table td:nth-child(2){
  text-align: right;
}
.item-list li a{
  text-decoration: none;
  color: #ccc !important;
}
#container .item-list table a{
  overflow: hidden;
  display: block;
}
#container .item-list table a img{
  margin-top:-40px;
}




.new-arrivals{
	background: #292929;
	border-radius: 4px;
	padding: 1em 1em .5em;
	margin-top: 2em;
	margin-bottom: 2em;
	width: calc(780px - 2em);
	text-align: left;
}
.new-arrivals h2{
	font-family: CentGothWGL, Sans-Serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #FEC52E;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
}
.new-arrivals ul{
	padding: .5em 1em;
}
.new-arrivals ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	font-size: 12px;
	line-height: 1.8;
}
.new-arrivals ul li:nth-child(2n){
	margin-right: 0;
}
.new-arrivals ul li img{
	max-width: 100%;
}
.new-arrivals ul li a{
	display: block;
	overflow: hidden;
	border-radius: 6px;
	transition: all .2s;
	padding: .5em 1.5em;
	background: black;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.new-arrivals ul li a:hover{
	transform: translateY(-2px);
}
