@charset "Shift_JIS";

@import "../../../files/css/layout.css";

/*------------------------------------------------------------------------ 
	Photo
-----------------------------------------------------------------------*/

#main-content .wrap {
	position: relative;
}
	#main-content .btn {
		position: absolute;
	}
	#main-content .title {
	}
		#main-content .title .event01 {
			top: 18px;
			left: 337px;
		}

		
/* -----------------------------
	Present
----------------------------- */
#present {
}
	#present .award {
		background: url(../img/present/bg.jpg) left top no-repeat;
		padding-top:5px;
		height: 236px;
		padding-left: 58px;
	}
		#present .award .items {
			width: 209px;
			float: left;
			display: inline;
		}
			#present .award .items .btn {
				top: 41px;
				left: 6px;
			}
			#present .award .items .btn#wiiu {
				top: 37px;
				left: 5px;
			}
			#present .award .items .btn#card {
				left: 5px;
			}


/* -----------------------------
	Result
----------------------------- */
#result {
	background: url(../img/result/bg.jpg) left top no-repeat;
	height: 178px;
}

	#result p {
		text-align: center;
	}

	#result ul {
		text-align: center;
		margin-top: 5px;
	}
	
		#result ul li {
			display: inline;
			margin: 0px 10px;
		}
		#result ul li.first {
			margin-right:15px;
		}