@charset "shift_jis";
/* CSS Document */

#contents{
	width:100%;
	text-align:center;
	height:100%;
}


/* メイン部分フレーム */
#mainiframe{
	margin:0 auto;
	width:100%;
	height:auto;
	padding: 0px;
}

#frameArea_main{
	margin:0 auto;
	width:100%;
	height:240px;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;	
}

#frameArea_right{
	margin:0 auto;
	width:100%;
	height:160px;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;	
}

#frameArea_recommend{
	margin:0 auto;
	width:100%;
	height:255px;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;	
}

.mainframe{
	height:100%;
	width:100%;
}

#head{
	margin:-10px 0px 0px 0px;
	width:100%;
}

#head img{
	width:100%;
}

#btn{
	margin:5px auto 10px auto;
}

#btn img{
	width:70%;
}

/* メイン部分フレーム */
#rightiframe{
	margin:0 auto;
	width:100%;
	height:auto;
	padding: 0px;
}

.rightframe{
	width:100%;
	height:100%;
}

/* レコメンド部分フレーム */
#recomendiframe{
	margin:0 auto;
	width:100%;
	height:auto;
	padding: 0px;
}


.recomendframe{
	width:100%;
	height:100%;
}

.word01{
	font-size:9px;
	line-height:140%;
        margin-bottom:-15px;
        margin-top:-15px;
}

.word02{
	font-size:12px;
	line-height:140%;
        margin-top:-5px;
        margin-bottom:10px;
}


/*================================
フレーム内レイアウト
================================*/

div#fkr-main_box{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#eee;
}

#main_m{
	margin:0px 3% 0px 3%;
	width:94%;
}

/*================================
帯の幅補正
================================*/

.lottery-gift-title {
    font-size: 14px;
    /* height: 24px; */
    line-height: 1.0 !important;
    width: 100%;
}

.title-height {
    height: 12px !important;
}