@charset "UTF-8";

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

registrationForms.css

--------------------------------------------------------------------------------
Page styles[for PC]
	0. common

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

/* -----------------------------------------------------------------------------
	0. common
----------------------------------------------------------------------------- */

.formTitle {
	color       : #ffff00;
	font-size   : 22px;
	font-weight : bold;
	text-align  : center;
	}

.registrationForms {
	position : absolute;
	top      : 95px;
	left     : 300px;
	width    : 410px;
	}
	.registrationForms dl {
		clear  : both;
		height : 40px;
		margin : 0 0 10px 0;
		}
		.registrationForms dl dt {
			float       : left;
			width       : 130px;
			color       : #ffffff;
			font-size   : 153.9%;
			line-height : 40px;
			text-align  : right;
			}
		.registrationForms dl dd.text {
			float       : left;
			width       : 190px;
			padding     : 4px 0;
			}
			.registrationForms dl dd.text input {
				width       : 180px;
				height      : 20px;
				padding     : 5px;
				color       : #ffffff;
				font-size   : 20px;
				line-height : 20px;
				border      : none;
				border      : 1px #397cc3 solid;
				background  : #11529b;
				}

		.registrationForms dl dd.btn {
			float       : right;
			width       : 80px;
			}
			.registrationForms dl dd.btn input {
				width       : 80px;
				height      : 40px;
				color       : #000000;
				font-size   : 20px;
				line-height : 40px;
				text-shadow : rgba(255, 255, 255, 1) 0 1px 0;
				border      : none;
				cursor      : pointer;
				background  : url(/images/frontend/pc/common/others/img.submit.bacnground.png) no-repeat 0 0;
				}
			.registrationForms dl dd.btn input:hover {
				background  : url(/images/frontend/pc/common/others/img.submit.bacnground_on.png) no-repeat 0 0;
				}
			.registrationForms dl dd.btn .btn_moveFocus {
				display     : block;
				width       : 80px;
				height      : 40px;
				color       : #000000;
				font-size   : 20px;
				line-height : 40px;
				text-align  : center;
				text-shadow : rgba(255, 255, 255, 1) 0 1px 0;
				border      : none;
				cursor      : pointer;
				font-family : arial,helvetica,clean,sans-serif;
				background  : url(/images/frontend/pc/common/others/img.submit.bacnground.png) no-repeat 0 0;
				}
			.registrationForms dl dd.btn .btn_moveFocus:hover {
				background  : url(/images/frontend/pc/common/others/img.submit.bacnground_on.png) no-repeat 0 0;
				}

		.registrationForms dl dd.select {
			float       : left;
			width       : 180px;
			padding     : 4px 0;
			}
			.registrationForms dl dd.select select {
				width       : 192px;
				height      : 35x;
				padding     : 3px;
				color       : #ffffff;
				font-size   : 20px;
				line-height : 20px;
				border      : 1px #397cc3 solid;
				background  : #11529b;
				}