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


/* 解像度が640px以下の端末で読み込むcss */
@media screen and (max-width: 640px) {
.samokiti {
	display:block;
	position:fixed;
	bottom:10px;
	right:20px;
	z-index:20;
}
.samokiti img {
	width:100px;
	position:absolute;
	bottom:0;
	right:0;
}
.comment {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:70px;
	height:70px;
	font-size:10px ;
	font-weight:bold ;
	margin:35px auto ;
	line-height:2.5 ;
}
.fukidasi {
	width:100px;
	height:320px;
	position:fixed;
	bottom:-10px;
	right:15px;
	z-index:20;
	background:url(../images/fukidasi.png) no-repeat;
	background-size:100px 200px;
}
.copyright {
	display:none;
}