@charset "utf-8";
/* CSS Document */

.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

body{
font-family: "IPA明朝","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝", serif;
font-size: 15px;
}

.clear {
  clear: both;
  height: 113px;
}

.clear02 {
  clear: both;
  height: 10px;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.font-size-big {
    font-size: 2.4rem;
}

p.font-size-small {
    font-size: 12px;
		margin-top: 2px;
}

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}

/*161011 追加分*/
a#back-top.back-top-active{
	position: absolute;
    top: -17px;
}