@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  mobile.css
	
 ---------------------------------------------- */

#contents{
	background: url(../images/title.png) no-repeat;
	width: 960px;
}

#container{
	background: url(../images/bg.gif) no-repeat top #01040b;
	margin-bottom: 30px;
}

#box {
	width: 840px;
	margin: 90px auto 0 auto;
	font-size: 1.3em;
	line-height: 1.7em;
	min-height:800px;
	height: auto !important;
	height: 800px;
	overflow: hidden;
	position: relative;
}

#box h3{
	width: 472px;
	margin: 0px auto 35px auto;
}

#box dl{
	margin: 0px 0 30px 0;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 540px;
	overflow: hidden;
}

#box dl.present dd{
	margin: 10px 0 10px 0;	
}

#box dd{
	background: url(../images/icon.png) no-repeat 0px 1px;
	padding-left: 22px;
	margin-top: 5px;
}

#box dd.qr{
	width: 137px;
	background-image: none;
	float: left;
}

#box li{
	width: 269px;
	height: 618px;
	position: absolute;
	right: 0;
	top: 115px;
}

