@charset "utf-8";

address {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	line-height: 1.7;
	font-size: 93%;
}

/* Footer
--------------------------------------------- */


#footer {
	clear: both;
	position: relative;
	min-height: 113px;
	height: auto;
	background: url(/common/img/bg-footer.jpg) left top repeat-x #202020;
	color: white;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Myriad, "ＭＳ Ｐゴシック", sans-serif;	
}

#footer p {
	margin-bottom: 6px;
	padding: 0;
	padding-top: 12px;
	font-size: 11px;
	text-align: center;
}

#footer a {
	margin: auto 12px;
	color: #fcf8e2 !important;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover { text-decoration: underline !important; background-color: transparent; }

address {
	color: #a5a5a5;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	line-height: 102%;
}

#footer p.global {
	margin-top: 6px;
	padding-top: 0;
}

#footer p.global a {
	color: #1a77b8 !important;
	background-color: transparent;
}

#footer p.global a:hover {
	color: #f7449d !important;
	text-decoration: none !important;
	background-color: transparent;
}



/* GA code
--------------------------------------------- */
#Gtagcode{
	height:0;
	font-size:0;
	line-height:0;
	}
	
#Gtagcode iframe{
	height:0;
	}	

#Gtagcode img{
	height:0;
	}	



/* Clearfix
--------------------------------------------- */
/* WinIE7 */
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clearfix {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

