@CHARSET "UTF-8";

/*
 *
 *	PC - footer
 *
 */

/*===============================
	common
===============================*/
.gFooter,
.gFooter *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	border:0;
	outline:none;
}
.gFooter ul{
	list-style:none;
	list-style-type:none;
}
.gFooter ul li{list-style:none;}

/****** hover ******/
.gFooter .fNav dt a:hover{
	opacity:.7;
	-ms-filter:alpha(opacity=70);
	filter:alpha(opacity=70);
}


/*===============================
	gFooter
===============================*/
.gFooter{
	width:100%;
	min-width:960px;
	margin-top:20px;
	padding-top:20px;
	border-top:#e9e8e8 solid 1px;
	background:#f8f8f8;
}
.gFooter .wrapper{
	width:960px;
	overflow:hidden;
	margin:0 auto;
}

/****** fNav ******/
.gFooter .fNav{
	float:left;
	width:192px;
}
.gFooter .fNav dt{
	margin-bottom:10px;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.3;
	height: 22px;
}
.gFooter .fNav.vstorage-l dt{color:#5dacef;}
.gFooter .fNav.vstorage-r dt{color:#9bcd3b;}
.gFooter .fNav.works  dt{color:#5dacef;}
.gFooter .fNav.shop dt{color:#e60012;}
.gFooter .fNav dt img{
	margin-right:5px;
	vertical-align:middle;
}
dl.fNav.vstorage-r{
	padding-left: 1em;
}

.gFooter .fNav dd,
.gFooter .fNav li{
	margin-bottom:5px;
	line-height:1.3;
	font-size:1em;
}
.gFooter .fNav dd a:hover,
.gFooter .fNav li a:hover{text-decoration:underline;}

a.indent{
	padding-left: 1em;
}

/****** copyright ******/
.gFooter .copyright{
	width:100%;
	min-width:960px;
	margin-top:20px;
	padding:8px 0;
	line-height:1.2;
	background:#e60012;
	text-align:center;
	color:#fff;
}
.gFooter .copyright br{display:none;}

.spNav{display:none;}