@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: 'BebasNeue';
  src: url('../font/BebasNeue_Regular.eot');
  src: url('../font/BebasNeue_Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/BebasNeue_Regular.woff') format('woff'),
       url('../font/BebasNeue_Regular.woff2') format("woff2"),
       url('../font/BebasNeue_Regular.ttf') format('ttf');
  font-weight: nomal;
  font-style: normal;
}

/*apparel詳細ページ内要素
-------------------------*/
p.apprname {
	font-family: 'BebasNeue';
	font-weight: nomal;
	font-size:20px;
	color:#656565;
	margin-top:10px;
	margin-bottom:4px;}

.tbl_appr {
	margin:0 0 30px 7px;}

.tbl_appr td {
	clear: both;
	vertical-align:top;
	text-align:center;
	padding-bottom:20px;
	line-height:120%;}

.tbl_appr a:hover img {
opacity:0.7;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #000;
}


.appa-box {
	width:660px;
	margin-left:7px;}
	
.appa-box:after {
  clear: both;
  content: '';
  display: block;}

.appa {
	float:left ;
	width:330px;
	vertical-align:top;
	text-align:center;
	line-height:130%;
	padding-bottom:20px;}

.mod-name {
	clear:both;
	width:660px;
	height:33px;
	font-weight:bold;
	color:#fff;
	vertical-align: top;
	padding:5px 0 0 15px;
	margin:15px 0 15px 0;
	background-image:url(../images/contents/mod-name_bg.gif) ;
	background-repeat:no-repeat;
}