@charset "utf-8";

/* ---------------------------------------------
*   スタイルリセット(reset.cssにないもの)
--------------------------------------------- */
#footer,#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,
#footer div,#footer ul,#footer ol,#footer li,#footer p,#footer address,
#footer dl,#footer dt,#footer dd,#footer hr,#footer form,#footer a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}



/* ---------------------------------------------
*   base settings
--------------------------------------------- */
#footer {
	min-width: 950px;
	line-height: 1.5;
	font-size: 14px;
	font-family: "meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}


/*  heading
--------------------------------------------- */
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	font-size: 14px;
}



/*  img
--------------------------------------------- */
#footer img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*  sup
--------------------------------------------- */
#footer sup {
	font-size:90%;
	vertical-align:top;
	line-height:100%;
}


/*  anchor
--------------------------------------------- */
#footer a {
	color: #1565c0;
	text-decoration: none;
}
#footer a:hover {
	color: #f00;
}
#footer .opacity:hover img{
	opacity:0.7;
}

/*  clearfix
--------------------------------------------- */
#footer .clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/*  container
--------------------------------------------- */
#footer .container {
	width: 970px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer .container:after {
	content: "";
	clear: both;
	display: block;
}

/*  bg_filler
--------------------------------------------- */
#footer .bg_filler {
	display: block;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}