
#MainArea {
	position:relative;
	text-align: center;
	font-size: 100%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	width:380px;
	height: 700px;
	margin: 0 auto;

    background-repeat: repeat;
	background-image: url("../img/01_top/kabegami01.jpg");
}


/* 購入ページ */
.DL_btn{
	z-index: 100;
	position: fixed;
    right: 0;
    top: 200px;
}

/* こはねＪＫロゴ */
.logo{
	position: absolute;
	top:-50px;
    left: 0;
    width:300px;
    height:auto;
	margin:0;
	z-index:5;
	text-align:left;
}
.logo img{
	width:45%;
	height:auto;
}

.obiArea{
	position: absolute;
	top:60px;
    left:0;
    right:0;
	width:380px;
	height:50px;	
	background-color: #ff8ab5;
	margin:0 0 0 0;    /* 行間（上 右 下 左） */
}
.obiArea p{	
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: white;
	font-size:10px;
	text-decoration:none;
	text-align:left;
	line-height:20px;
	margin:5px;
}
.obiArea a{
	color: #fff;
	text-decoration: none;
}
.obiArea #m0{color:#fff000;}

.system{
	position: absolute;
	top:70px;
    left:0;
    right:0;
	width:380px;
	height:120px;
	margin:0 auto;
}
.item{
	width: 160px;
	height: 160px;
}
.item img{
	width: 80%;
	height: auto;
}

.systemArea{
	position:relative;
	top:60px;
    left:0;
    right:0;
	width:380px;
	height: 260px;
	margin:0 auto;
}
.systemArea img{
	width: 80%;
	height: auto;
}
.next_page{
	position:absolute;
	top:100px;
	left:50%;
	margin:0 0 0 110px;   /*  上 右 下 左  */
	overflow:hidden;
}
.next_page img{
	width: 40%;
	height: auto;
}
.pre_page{
	position:absolute;
	top:100px;
	right:50%;
	margin:0 110px 0 0;   /*  上 右 下 左  */
	overflow:hidden;
}
.pre_page img{
	width: 40%;
	height: auto;
}

.obi1{
	height: 60px;
	width: 100%;
	background-color: #ff8ab5;
	border: none;
	margin:0.5em 0 0 0;    /* 行間（上 右 下 左） */
}







*{
	margin:0;
	padding:0;
	box-sizing:border-box;            /* パディングとボーダーを幅と高さに含める */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
	width:100%;
	height:100%;
	min-width:380px;
}




