@charset "utf-8";

/* reset css */
html,body,div,span,iframe,
h1,h2,h3,h4,h5,h6,p,
a,address,em,img,small,strong,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,figcaption,figure,
footer,header,menu,nav,section {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
article,aside,footer,header,nav,main,section {
	display: block;
}
ul,ol {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
address,em,i {
	font-style: normal;
}
a {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
body {
	font: 100% / 1.5 'Calibri',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Yu Gothic UI',sans-serif;
	color: #666;
	background:url(../images/bg.png) repeat;
	box-sizing:border-box;
}
.kaisou{
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}
/* フッター　*/
footer {
	height:100px;
	text-align: center;
	position: relative;
	background-color:#8AC6D1;
}
.fa-angle-double-up{
	color: #fff;
	font-size: 40px;
	padding-top: 10px;
	position: absolute;
	right: 50px;
	top:20px;
}
small{
	color: #fff;
	letter-spacing: 1px;
	line-height: 100px;
}
@media only screen and (max-width:640px){
.fa-angle-double-up{
	right: 30px;
	top:20px;
}
}