@charset "UTF-8";

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

passwordNotDisplaySuccess.css

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

#passwordNotDisp {
	position    : relative;
	width       : 918px;
	height      : 398px;
	margin      : 0 auto;
	border      : 1px #ffffff solid;    
	background  : url(/images/frontend/pc/common/others/background.black.20.png) repeat 0 0;
	}
	#passwordNotDisp .innerBlock {
		width      : 918px;
		height     : 210px;
		padding    : 188px 0 0 0;
		background : url(/images/frontend/pc/common/others/img.musasiIllust01.png) no-repeat 0 bottom;
		}
		#passwordNotDisp .innerBlock h1 {
			color       : #ffff00;
			font-size   : 22px;
			font-weight : bold;
			text-align  : center;
			}