@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
body {
	font-size:16px;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	background: #fff;
	color: #333;
  font-family: Verdana, "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3, HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
}
a:link {
	color: #10AED6;
	text-decoration: none;
}
a:visited {
	color: #21a4c5;
	text-decoration: none;
}
a:hover {
	color: #00b8e6;
	text-decoration: underline;
	opacity: .8;
}
a:active {
	color: #00b8e6;
	text-decoration: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
html, body {
	-webkit-overflow-scrolling: auto;
}
a img:hover {
	-moz-transition: all .25s linear 0s;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	opacity: 0.9;
}
img{
	border: 0px currentColor;
    border-image: none;
}


/*************************
▼footer
************************/
.footer1{
  width: 100%;
  margin: auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  background: url(../images/bg-footer.jpg) center top no-repeat;
        position: relative;
    z-index: 2;
}
.tab_return {
	text-align: center;
	margin: 50px 160px 10px;
    display: block;
}
.tab_return img {
	margin: 0;
}
.list-footer {
	text-align: center;
	margin-bottom: 20px;
}
.list-footer li {
	display: inline-block;
	margin-right: 10px;
}
.list-footer li:after {
	color: #fff;
	content: "|";
	padding-left: 10px;
}
.list-footer li:last-child:after {
	display: none;
}
.list-footer a {
	color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.copy {
	color: #fff;
    background: none;
	font-size: 16px;
	text-align: center;
	padding: 15px 0;
}
