@charset "utf-8";

/* -------------------------------------------------------------------------

		iframe styles
		
		規約、個人情報などのiframeのスタイル
		
------------------------------------------------------------------------- */

body{
	font-family:verdana, arial,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust:none;
	color:#333;
	background-color:#f5f5f5;
	padding:20px;
	line-height:1.5;
}
h2{
	margin:20px 0 10px;
	font-size:108%;
}


p{
	margin:5px 0;
}

ol{
	margin-bottom:10px;
	margin-top:10px;
	padding-left:1em;
}

ol li{
	margin:10px 0;
}

ol li *{
	text-indent:0;
}

.slide_btn{
	display:none;
}

@media screen and (max-width: 479px){

	h1{ display:block;}

}


