@charset "UTF-8";

html{
	margin:0;
	padding:0;
	font-size:62.5%;
}

body{
	margin:0 auto;
	padding:0;
	font-size:1.4em;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic',YuGothic, sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6,a{
	line-height:125%;
}
p{
	line-height:160%;
}
li{
	line-height:145%;
}

*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
	transition:color 0.2s;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
a.txtLink{
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover{
	color:#666666;
	text-decoration:none;
}

/* clearfix */
.clearfix::after {
	content:' ';
	display:block;
	height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
}


/* page_top */
#pageTop{
	display:none;
	width:44px;
	height:44px;
	border:1px solid #000000;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:1000;
	transition:background-color 0.2s;
}
#pageTop::after{
	content:' ';
	display:block;
	width:10px;
	height:10px;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-49%) rotate(-45deg);
	transition:border-color 0.2s;
}
#pageTop:hover{
	background-color:#000000;
}
#pageTop:hover::after{
	border-color:#FFFFFF;
}


#wrapper{
	position:relative;
}


/* GAタグで生成されるimgによる変な隙間への対処 */
body > img{
	position:absolute;
}