@charset "UTF-8";

/*//////////////////////////////////////////////////////////////////////////////

endedSuccess.css

--------------------------------------------------------------------------------
Page styles[for PC]
	0. ended
	
//////////////////////////////////////////////////////////////////////////////*/

/* -----------------------------------------------------------------------------
	0. ended
	
	body > #stage > #ended
----------------------------------------------------------------------------- */
#ended {}

	#ended .body {
		position    : relative;
		width       : 918px;
		height      : 420px;
		margin      : 0 auto;
		padding     : 9px 0;
		border      : 1px #ffffff solid;    
		background  : url(/images/frontend/pc/common/others/background.black.20.png) repeat 0 0;
		}
		#ended .body h1 {
			position    : relative;
			margin-top  : 40px;
			color       : #ffff00;
			font-size   : 22px;
			font-weight : bold;
			line-height : 1.8;
			text-align  : center;
			}
		#ended .body .status {
			position    : relative;
			width       : 520px;
			margin      : 40px auto 0 auto;
			padding     : 4px;
			border      : 1px #71a4d3 solid;
			}
			#ended .body .status .innerBlock {
				position    : relative;
				padding     : 10px;
				border      : 1px #2b91e3 solid;
				background  : #1a4399;
				}
				#ended .body .status .innerBlock p {
					color       : #ffffff;
					font-size   : 22px;
					line-height : 1.5;
					text-align  : center;
					}