@charset "euc-jp";


/*-------------------
     MM
-------------------*/

#mm{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 600px;
	background-image: url(/mm/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 left;
	font-size: 12px;
	line-height: 140%;
	margin:0px;
}
#mm h2,p{
    margin:0px;
}
#mm .waku{
    border:1px solid #5AAE1E;
    padding:10px; 
}

#mm #entry{
	position: absolute;
	left: 25px;
	top: 130px;
	width:440px;
	text-align:left;
	padding:0px;
}
#mm #entry h2 {
    background-image: url(/mm/img/t_entry.gif);
    background-repeat: no-repeat;
    overflow: hidden;
	text-indent: -999px;
	height: 29px;
}
#mm #onestep{
	position: absolute;
	left: 25px;
	top: 250px;
	width:440px;
	text-align:left;
	padding:0px;
}
#mm #onestep h2 {
    background-image: url(/mm/img/t_entry2.gif);
    background-repeat: no-repeat;
    overflow: hidden;
	text-indent: -999px;
	height: 29px;
}

#mm #kaijo{
	position: absolute;
	left: 25px;
	top: 385px;
	text-align:left;
	width: 440px;
	padding:0px;
}
#mm #kaijo h2 {
    background-image: url(/mm/img/t_kaijo.gif);
    background-repeat: no-repeat;
    overflow: hidden;
	text-indent: -999px;
	height: 29px;
}

#mm #message{
	position: absolute;
    left: 25px;
	top: 200px;
	width:440px;
	text-align:center;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}


#mm .fm{
	width: 180px;
	text-align:left;
	border:1px solid #007F00;
	background-color:#FFF;
	color:#666;
}
#mm .btn{
	border:1px ridge #007F00;
	background-color:#FFF600;
	font-weight:bold;
	color:#007F00;
	height: 18px;
	font-size: 12px;
	letter-spacing: 2px;
}

#mm #foot{
	position: absolute;
	left:223px;
	top: 548px;
}
#mm #foot2{
	position: absolute;
	left:200px;
	top: 350px;
	width: 54px;
}

/*MOBILE------------------------------------------------------MOBILE*/

#mobile{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 600px;
	background-image: url(/mb/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 140%;
	margin:0px;
}
#mobile_message{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 600px;
	background-image: url(/mb/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	line-height: 140%;
}
#mobile .btn{
	border:1px ridge #007F00;
	background-color:#FFF600;
	color:#007F00;
	height: 18px;
	font-size: 11px;
	letter-spacing: 2px;
	
	}
#mobile #preview_title{
	position: absolute;
	left: 12px;
	top: 115px;
}

#mobile #preview{
	position: absolute;
	left: 9px;
	top: 147px;
	width: 177px;
	height:241px;
	border:1px solid #FFD300;
	text-align:center;
	padding:2px 3px 5px 5px;
}

#mobile #preview #mobilewaku{
	border:1px solid #FFD300;
	margin:5px 0 5px 0;
	}

#mobile #text{
	position: absolute;
	left: 20px;
	top: 323px;
	width:180px;
	height: 77px;
}


#mobile #qr{
	position: absolute;
	left: 211px;
	top: 148px;
	border:1px solid #FFD300;
	width:263px;
	height:104px;
	padding:10px 5px 5px 10px;
}
#mobile  #subtitle_qr{
	position: absolute;
	left: 211px;
	top: 116px;
}

#mobile #qrtext{
	position: absolute;
	left: 124px;
	top: 37px;
	width:139px;
}
#mobile #qrcode{
	position: absolute;
	left: 7px;
	top: 5px;
	width:110px;
}

#mobile #soushin{
	position: absolute;
	left: 210px;
	top: 314px;
	width:263px;
	height:66px;
	border:1px solid #FFD300;
	padding:10px 5px 5px 10px;
	text-align:center;
}
#mobile #soushintext{
	position: absolute;
	left: 11px;
	top: 15px;
	width:220px;
}
#mobile  #subtitle_soushin{
	position: absolute;
	left: 210px;
	top: 282px;
	width:60px;
}


#mobile_message #message{
	position: absolute;
	left: 56px;
	top: 145px;
	width:400px;
	text-align: center;
}
#mobile_message #message .msg{
	color:#CC0000;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
}

#mobile .fm{
	width: 136px;
	text-align:left;
	border:1px solid #FFD300;
	color:#666;
	background-color:#fff;
}
#mobile #foot{
	position: absolute;
	left:228px;
	top: 406px;
	width: 61px;
	font-size:10px;
}

#mobile_message #foot{
	position: absolute;
	left:225px;
	top: 409px;
	width: 61px;
	font-size:10px;
}

