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

body{
	font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;
	font-size:100%;
	color:#000;
  background: #e74222;
  position: relative;
}

html,body{
  height: 100%;
}

body,html,p,ul,ol,li,form,h1,h2,h3,h4,dd,dl,dt,iframe,span,figure,figcaption,article,section{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4{
	font-weight: normal;
}

img{
  width: 100%;
  max-width: 672px;
  height: auto;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

a img{
	border:none;
	outline:none;
}

div{
  width: 100%;
  height: 100%;
}

.pic2{
  display: none;
}







