@charset "utf-8";
html {
  font-family:MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 52.5%;
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),  /* Postscript name */
local("Yu Gothic Medium"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold");
}
html,body{
	position: relative;
	height: 100%;
	background-color: #fff;
	color:#333;
}
#wrap{
	margin:0 auto;
	padding:0;
	height: 100%;
	height: auto;
	width: 840px;
	position: relative;
}
.cf:after{
	clear: both;
	content: '';
	display: block;
}
a img{
	transition: 0.8s;
}
a img:hover{
	opacity: 0.6;
}
.sp{
	display: none !important;
}
.pc{
	display: block !important;
}
.txright{
	text-align: right;
}
.txcenter{
	text-align: center;
}
.left{
	float: left;
}

/*head========================*/




/*contents========================*/

/*foot========================*/
footer{
	margin-top: 20px;
	bottom: 0;
	width: 840px;
	padding:0;
}

@media screen and (max-width:480px) { 
	.pc{display: none !important;}
	.sp{display: block !important;}
	#wrap{
		margin:0 auto;
		padding:0;
		height: 100%;
		height: auto;
		width: 100%;
		position: relative;
	}
	footer{
		position: relative;
		width: 100%;
	}

}