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

body{margin:0; padding:0;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
background-color:#FFF;
}
.wrap{
	width: 620px;
	height: 600px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
.wrap.ver{
	width: 620px;
	height: 700px;
	margin: 0 auto;
	padding: 0 20px;
}
.wrapinner{ width:100%; position:relative;}
.wrapinner img{
	width: 100%;
	height: auto;
}
.wrapinner img.ver{
	width: 45%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.left{
	width: 28px;
	height: 32px;
	background-image: url(../images/arrow-l.png);
	background-size: 28px;
	position: absolute;
	left: -25px;
	top: 250px;
}
.right{
	width: 28px;
	height: 32px;
	background-image: url(../images/arrow-r.png);
	background-size: 28px;
	position: absolute;
	right: -25px;
	top: 250px;
}
h2{font-size:16px;}
p{}
@media screen and (max-width: 720px) {
.wrap{
	width: 96%;
	height: 500px;
	margin: 0 auto;
	padding: 10px 2%;
}
.left{
	left: 0px;
	top: 50%;
}
.right{
	right: 0px;
	top: 50%;
}
}
