@charset "utf-8";

/* ---------------------------------------------
*   スタイルリセット(reset.cssにないもの)
--------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,div,ul,ol,li,p,address,dl,dt,dd,hr,form,a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}



/* ---------------------------------------------
*   base settings
--------------------------------------------- */
body {
	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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 14px;
}



/*  img
--------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*  sup
--------------------------------------------- */
sup {
	font-size:90%;
	vertical-align:top;
	line-height:100%;
}


/*  anchor
--------------------------------------------- */
a {
	color: #1565c0;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
.opacity:hover img{
	opacity:0.7;
}

/*  clearfix
--------------------------------------------- */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/*  container
--------------------------------------------- */
.container {
	width: 970px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
.container:after {
	content: "";
	clear: both;
	display: block;
}

/*  bg_filler
--------------------------------------------- */
.bg_filler {
	display: block;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
/*  rollover
--------------------------------------------- */
.rollover:hover img{
	opacity:0.7;
}