@charset "utf-8";

/*==========================================

common

==========================================*/
.fLeft{float:left;}
.fRight{float:right;}
.alignR{text-align:right !important;}
.alignC{text-align:center !important;}
.alignL{text-align:left !important;}
.alignVM{vertical-align:middle !important;}
.alignVT{vertical-align:top !important;}
.alignVB{vertical-align:bottom !important;}
.alignVBase{vertical-align:baseline !important;}
em{
    font-weight: bold;
    font-style: normal;
}
.first-child{margin-top:0px !important;}
.mAuto{margin:0 auto !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}

.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}

.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml65{margin-left:65px !important;}
.ml70{margin-left:70px !important;}
.ml135{margin-left:135px !important;}

.pt0{padding-top:0px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}

.font10{font-size: 10px;}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font18{font-size: 18px;}
.font26{font-size: 26px;}
.font36{font-size: 36px;}
.bold{font-weight: bold;}
.colorB{color: #f24f98}
.colorC{color: #fff}
.red{color:#F30;}
.kado{border-radius: 10px; border: 1px #CCC solid; background: rgba(255, 255, 255, 0.4) ;}
.wd900{width:900px; margin: auto;}
.posi_R{ position:relative;}
.posi_A{ position:absolute;}

/* list */
#contents p.note01,
#contents ul.note01 li{
    text-indent:-1.352em;
    margin-left:1.352em;
    line-height:150%;
}
/* Disc */
#contents ul.list-disc {
    margin-bottom:0;
}
#contents ul.list-disc li {
    margin-left:15px;
    list-style-type:disc;
}

/*==========================================

Layout

==========================================*/
/* contents
------------------------------------------*/
html,body {
    min-width:1200px;
    background: #fff;
	color: #3874b2;
}
p,ul,li,dl,dt,dd,h1,h2,h3,h4{
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
ul,li{
    list-style-type: none;
}
a{ color:#2ac9f7;}
a,iframe{
    border: 0;
}
#contentsArea {

    background:url(../images/main.jpg) no-repeat center top #ebffa5;
}
#main p{
	line-height: 2.0rem;
	font-size: 1.5rem;
	padding: 0 100px;
	}
#main p.new{
	padding: 0;
	font-size: 14px;
	color: #6f4b39;
	}
#main p.ssArea{
	padding: 0 ;
	font-size: 14px;
	}	
#main p.ssArea img{
	width: 33%;
	}
#ctsA{
	background: rgba(255, 248, 138, 0.7) ;
	}
#ctsB{
	background: rgba(255, 211, 155, 0.7) ;
	padding: 0 0 100px;
	}

.clearfix{
    clear:both;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* head
------------------------------------------*/
#head {
    width: 1100px;
    height: 989px;
    margin: 0 auto;
    position: relative;
}
.hidden{
	display: none;}
h1{
	z-index: -1;
	position: absolute;
	}
h2{
	text-align: center;
	margin: 20px 0;
}
h3{
	text-align: center;
	margin: 40px 0;
	}
#head .logo{
	position: absolute;
	top: 25px;
	left: 430px;
	width: 234px;
	height: 66px;
}
#head .tw{
	position: absolute;
	top: 570px;
	left: 900px;
	}
#head .txt{
    position: absolute;
    bottom: 27px;
    left: 27px;
}

/* section
------------------------------------------*/
#main {
    margin: 0 auto;
	background: url(../images/rp.png) repeat top left;
}
.inner{
	width: 1000px;
	margin:0 auto;
	}
#box01 {
    margin: 0 auto;
    position: relative;
}
#box01b {
	background:url(../images/box01b.jpg) no-repeat center top #fefeef;
    height: 377px;
    margin: 0 auto;
    position: relative;
}
#box02 {
	background:url(../images/box02.jpg) no-repeat center top #fefeef;
    height: 4215px;
    margin: 0 auto;
    position: relative;
}
#box03 {
	background:url(../images/box03.jpg) no-repeat center top #fefeef;
    height: 864px;
    margin: 0 auto;
    position: relative;
}
#box04 {
    height: 250px;
    margin: 0 auto;
    position: relative;
	background:#ffdd9b;
}

.numberBox{
	background:url(../images/bg_number.jpg) no-repeat center top;
    height: 294px;
    margin: 0 auto;
    position: relative;
	}
#contents p.nextUp{
	color: #ccff60;
	font-weight: bold;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
	line-height: 1.4rem;
	}
#contents p.txtNumber{
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 140px;
	text-align: center;
	width: 100%;
	font-size: 80px;
	line-height: 1;
	}
.InnerBox{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	/*background: rgba(255, 255, 255, 0.5) ;*/
	overflow: hidden;
	}
#Tweet{
	margin: 0 auto 40px;
	border: 5px solid #c1e69d;
    border-radius: 10px;
	max-width: 500px;
	}
.desc{
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
	}
.item{ 
	float: left;
	margin: 0 50px 0 0;}
.tableArea{
	width: 500px;
	margin: 40px auto;
	}
.tableArea table{
	background-color: #fdfcf0;
	width: 300px;
	font-size: 20px;
	padding: 20px;
	}

.modaal-content-container{
	font-size: 14px;color: #e9649d;}
.btnRule{
	width: 358px;
	margin: 20px auto 0;
	display: block;}
.present {
	overflow: hidden;
	text-align: center;
	color: #34a6f2;
	}
.present dl{
	width: 278px;
	margin: 10px 24px;
	float: left;
	}
.present dt{
	font-weight: bold;
	font-size: 36px;
	}
.present dd img{
	padding: 5px 0;
	}
.about{
	width: 900px;
	margin: 0 auto;
	}
.about ul{
	padding: 20px 0;
	}
.about ul li{
	padding: 10px 0;
	}
.ss01{
	margin: 10px auto;
	position: relative;
	width: 720px;
	height: 480px;
	}
.ss02{
	position: relative;}
.ss02 a{
	display: inline-block;
	position: relative;
	width: 350px;
	height: 247px;
	}
.scaling01{
	position: absolute;
	top: 420px;
	left: 0;
	background: url(../images/scaling.png) top left no-repeat;
	width: 60px;
	height: 60px;}
.scaling02{
	position: absolute;
	top: 188px;
	left: 190px;
	background: url(../images/scaling.png) top left no-repeat;
	width: 60px;
	height: 60px;
	z-index: 10;}
.scaling03{
	position: absolute;
	top: 188px;
	left: 555px;
	background: url(../images/scaling.png) top left no-repeat;
	width: 60px;
	height: 60px;
	z-index: 10;}
.btn1st{
	position: absolute;
	top: 100px;
	left: 180px;
	}
.btn2nd{
	position: absolute;
	top: 100px;
	left: 584px;
	}
.GameArea{
	overflow: hidden;
	padding: 0 0 50px;
	}
.btnGame01{
	/*left: 294px;*/
	float: left;
	padding: 0 0 0 250px;
	width: 230px;
	}
.btnGame02{
	/*left: 563px;*/
	float: left;
	padding: 0 0 0 40px;
	width: 200px;
	}
#main .section {
    /*width: 100%;*/
    color: #87673d;
    font-size: 14px;
    padding: 23px 0 38px;
}




/*追加　タブクリック*/
/* タブメニュー */
#tab-menu {
  list-style: none;
}
#tab-menu li {
  display: inline-block;
  padding: 5px 25px;
  background: #eee;
}
#tab-menu li.active {
  background: #000;
  color: #fff;
}

/* タブの中身 */
#tab-box {
  padding: 25px;
  border: 5px solid #000;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}


#main p.result{
	background-color: #fce94d;
	border: 5px solid #fce94d;
    border-radius: 10px;
	padding: 40px 80px;
	width: 700px;
	margin: 0 auto 30px;
	}


/* vote */
#main .vote {
    width: 794px;
    margin: 60px auto 0;
    background:url(../images/bg_vote.png) repeat-x left top #f6f4ca;
    color: #333;
}
#main .vote h2 {
    height: 80px;
	width: 380px;
	margin: 0 auto;
    background: url(../images/ttl_result.png) no-repeat top center;
	text-indent: -9999em;
}
#main .vote .corner {
    background:url(../images/bg_vote.png) repeat-x left top #faffef;
	margin: 100px auto 50px;
	position: relative;
}
#main .vote p {
    height: 142px;
    position: absolute;
    top: -80px;
    left: -91px;
    padding: 0px 0 0 70px;
}

#main .vote p span{
	width: 369px;
	font-size: 20px;
	position: absolute;
	top: -20px;
	height: 25px;
	left: 303px;
	text-align: center;
}
#main .vote .rank_top,
#main .vote .rank_btm {
    width: 750px;
    margin: 0 auto;
}
#main .vote .rank_top dl {
    font-size: 30px;
    font-weight: bold;
    background:url(../images/line_dot_01.png) repeat-x left bottom;
    zoom: 1;
}
#main .vote .rank_top dl dt{
    width: 270px;
    float: left;
    padding: 19px 0 19px 200px;
}
#main .vote .rank_top dl dt.n01{
    background:url(../images/icon_n01.png) no-repeat 63px center;
}
#main .vote .rank_top dl dt.n02{
    background:url(../images/icon_n02.png) no-repeat 63px center;
}
#main .vote .rank_top dl dt.n03{
    background:url(../images/icon_n03.png) no-repeat 63px center;
}
#main .vote .rank_top dl dd{
    width: 200px;
    float: left;
    text-align: right;
    padding: 19px 72px 19px 0;
}

#main .vote .rank_btm ul {
    font-size: 16px;
    
    zoom: 1;
}
#main .vote .rank_btm ul.last {
    background: none;
}
#main .vote .rank_btm ul li {
    width: 245px;
    float: left;
    padding: 23px 0;background:url(../images/line_dot_02.png) repeat-x left bottom;
}
#main .vote .rank_btm ul li span {
    font-weight: bold;
    padding: 0 20px 0 17px;
}

