@charset "utf-8";

/*mainimg.cssの読み込み*/
@import url(mainimg.css);

/*全体の設定---------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 100%;
	line-height: 2;
	color: #000;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

.box {
	margin:o auto;
	text-align:center;
	font-size: 10px;
}