@charset "shift_jis";
/* CSS Document */
.clearfix:after {   content: ".";   display: block;   clear: both;   height: 0;   visibility: hidden;}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

.clear {
	clear: both;
	display: block;
	width: 1px;
	(width: 100%;)
	height: 1px;
	font-size: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #000000;
}

.c{
	clear:both;
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.txt_10{font-size:10px;}
.txt_11{font-size:11px;}
.txt_12{font-size:12px;}
.txt_20{font-size:20px;}
.lh12{line-height:1.2;}
.mt5{margin-top:5px;}
.mb20{margin-bottom:20px;}
.txt_pink{color:#EB008C;}
.txt_yellow{color:#FFF200;}
.txt_red{color:#E50B00;}

.pl_20{padding-left:20px;}
.pl_15{padding-left:15px;}
.pl_10{padding-left:10px;}
/* html */
body {
	background-color: #000000;
	text-align: center;
	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 p strong.txt_yellow{ color:#00FFD7;}

/* header */
#header{
	background:url(../../cmmn/cmmn_header_footer_bgimg.gif) repeat top left;
	width:100%;
	margin-bottom:20px;
}
.header{
	width:980px;
	margin:0 auto;
	padding:15px 0 0 0;
	/*padding:15px 0 16px 0;*/
}
.header p{
	font-size:10px;
}
.header_logo{
	margin-top:16px;
	float:left;
}
.header_cart{
	width:60px;
	height:74px;
	position:relative
}
.header_cart img{
	position:absolute;
	left:13px;
	top:18px;
}
/*
.header_cart span{
	position:absolute;
	left:36px;
	top:12px;
	background-color:#E60012;
	font-size:9px;
	font-weight:bold;
}
*/
.header_cart span{
	position:absolute;
	width:18px;
	height:18px;
	left:36px;
	top:12px;
	background:url(../../cmmn/header/cmmn_header_cart_red.png) no-repeat;
	padding-left:1px;
	font-size:9px;
	font-weight:bold;
}

/* page-top */
.page-top{
	width:980px;
	margin:20px auto;
	text-align:right;
}
#page-top {
	display:inline;
	width:150px;
	text-align:right;
}


/* footer */
#footer{
	background:url(../../cmmn/cmmn_header_footer_bgimg.gif) repeat top left;
	width:100%;
}
.footer{
	width:980px;
	margin:0 auto;
	padding:18px 0 20px 0;
	text-align:left;
}
#footer .footer .brand_list{
	width:600px;
	float:left;
}
#footer .footer .company_contact{
	width:350px;
	padding-left:30px;
	float:right;
}
#footer .footer .brand_list p span,
#footer .footer .company_contact p span{
	font-size:15px;
	margin-right:2px;	
}
#footer .footer hr{
	padding:0;
	margin:20px 0 15px 0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:solid 2px #000000;
}

#footer .footer .title{
	background:url(../../cmmn/footer/cmmn_footer_square.png) no-repeat;
	background-position:left 4px;
	padding-left:15px;
}

#footer .footer .submenu li{
	float:left;
	margin-right:24px;
}
#footer .footer .submenu li span{
	background:url(../../cmmn/cmmn_arrow.png) no-repeat;
	background-position:left 4px;
	padding-left:10px;
}
#footer .footer .submenu li span:hover{
	background:url(../../cmmn/cmmn_arrow.png) no-repeat;
	background-position:left -54px;
	padding-left:10px;
}

#footer .footer .copyright{
	float:right;
	padding-right:5px;
	text-align: right;
}

