*{
	margin:0;
	padding:0;	
}

body{
	background: #05a1f4;
}

html,body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



/*kv*/

.kv{
	width: 100%;
}

.kv .wrapper{
	height: 180px;
	margin: 20px auto;
	width: 320px;
	position: relative;
}

.kv h1{
	background: url(../images/h1.png) top center no-repeat;
	width: 301px;
	height: 153px;
	background-size:100%;
	text-indent: -9999px;
	margin:0 auto;
}

.kv .logo{
    background: url(../images/monstlogo.png) top center no-repeat;
    width: 111px;
    height: 80px;
    background-size: 80%;
    position: absolute;
    right: -10px;
    bottom: -25px;
    display: inline-block;
    text-indent: -9999px;
}

/*prize*/
.prize{
	width: 100%;
	background: url(../images/bg.png);
	background-size:60px;
}

.prize .wrapper{
	position: relative;
}

.prize h2{
	background: url(../images/h2_1.png) top center no-repeat;
	width: 320px;
	height: 40px;
	position: absolute;
	top:-10px;
	right:50%;
	margin-right:-160px;
	background-size:100%;
	text-indent: -9999px;
}
.orb{
	padding:30px 0px 20px;
}

.orb p {
    width: 280px;
    font-size: 9px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}


.orb h3{
	background: url(../images/h3_1.png) top center no-repeat;
	width: 209.5px;
	height: 91px;
	background-size:100%;
	text-indent: -9999px;
	margin: 10px auto;
}

.orb .img{
	background: url(../images/orb.png) top center no-repeat;
	width: 158px;
	height: 103.5px;
	background-size:100%;
	margin: 10px auto 0px;
	text-indent: -9999px;
}

.lottery{
	padding-bottom:40px;
}

.lottery h3{
	background: url(../images/h3_2.png) top center no-repeat;
	width: 197px;
	height: 79.5px;
	background-size:100%;
	margin: 20px auto 30px;
	text-indent: -9999px;
}

.lottery ul{
	list-style: none;
	width: 320px;
	margin: 0 auto;
	
}

.lottery ul li:nth-child(1){
	background: url(../images/item1.png) top center no-repeat;
	width: 357.5px;
	height: 374.5px;
	background-size:100%;
	margin:0px 10px 40px;
	text-indent: -9999px;
}


.lottery ul li:nth-child(2){
	background: url(../images/item2.png) top center no-repeat;
	width: 351.5px;
	height: 410px;
	background-size:100%;
	margin: 0 -39px 40px;
	text-indent: -9999px;
}

.lottery ul li:nth-child(3){
	background: url(../images/item3.png) top center no-repeat;
	width: 363px;
	height: 393px;
	background-size:100%;
	margin: 0px -12px 40px;
	text-indent: -9999px;
}

.lottery ul li:nth-child(4){
	background: url(../images/item4.png) top center no-repeat;
	width: 348.5px;
	height: 418.5px;
	background-size:100%;
	margin: 0 -35px 40px;
	text-indent: -9999px;
}

.lottery ul li:nth-child(5){
	background: url(../images/item5.png) top center no-repeat;
	width: 303px;
	height: 392.5px;
	background-size:100%;
	margin: 0 10px;
	text-indent: -9999px;
}

/*rule*/
.rule .wrapper{
	background:#0053b1;
	margin: 0px auto;
	padding-bottom: 40px;
	word-break : break-all;
}

.rule h2{
	background:#0053b1 url(../images/h2_2.png) center center no-repeat;
	width: 100%;
	height: 17px;
	background-size:67px 17px;
	margin: 0 auto 20px;
	text-indent: -9999px;
	padding:20px 0px;
	position: relative;
	border-bottom:#fff solid 1px;
}



/*.rule h2::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 58%;
  right: 20%;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}*/

.rule p{
	color: #fff;
	font-size: 10px;
	width:280px;
	margin: 10px auto;
}

.rule a{
	color:#47BDFC;
}

.rule a:hover{
	opacity:0.6;
}

.footer{
	background: #fff;
	width: 100%;
	padding: 30px 0px;
}

.footer .wrapper{
	width: 320px;
	margin: 0 auto;
	text-align: center;
}

.footer .share{
	margin: 0px auto 20px;
}

.footer ul{
	list-style: none;
}
.footer ul li{
	display: inline-block;
	font-size: 12px;
	margin: 20px 15px;
}

.footer ul li a{
	color: #05a1f4;
	text-decoration: none;
}

.footer address{
	color: #05a1f4;
	font-size: 12px;
}




