@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:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
	/* スマホのPortrate,Landscape時に文字サイズが変わるのを防ぐ */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
	max-width : 100%;
	height : auto;
	vertical-align: bottom;
}
em{
  text-decoration: none;
  font-weight: normal;
}

/*------------------------------------------------------------
  Clearfix
------------------------------------------------------------*/

.cf:before,.cf:after {content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }


/*------------------------------------------------------------
  Pagetop
------------------------------------------------------------ */

.pagetop {
	display: none;
	position: fixed;
	bottom: 2px;
	right: 2px;
	z-index:900;
}
.pagetop a {
	display: block;
	width: 50px;
  height: 50px;
	text-align: center;
	background-color: rgba(0,160,233,0.69);
  color: #fff;
	text-decoration: none;
	float:right;
	font-size:44px;
	line-height:44px;
  border-radius: 25px
}

