@charset "utf-8";


/**
* 「体験版申込」
*
* @author  早稲田システム開発株式会社（開発部：中野）
* @since   2011.5.20
*
*/


/* ページタイトル */
h2 {
	margin-bottom:15px;
	background-image: url(../trial/img/page_title_01.png);
}


/* =========================================================
	form elements
========================================================= */

div.block-form {
	margin-top:10px;
	padding:15px 30px 20px;
	/*background: #f2f7fa;*/
	background:#f7fdf7;
}

div.block-form div#userInfor {
	margin-top: 0px;
}

div.block-form dl {
	width:auto;
	height:40px;
	display: block;
}

div.block-form dl dt {
	width: 145px;
	float: left;
	padding-top:2px;
}

div.block-form dl dd {
	float:left;
}
/* 必須入力 ※マーク */
p span,
span.required,
div.block-form span {
	color:#FF6633;
	font-size:100%;
	font-weight:normal;
}

div.block-form dl dd input {
	width: 318px;
	height: 18px;
	margin:0px 4px;
}

div.block-form dl dd.ja input {
	ime-mode : active;
}

div.block-form dl dd.en input {
	ime-mode : inactive;
}

div.block-form dl dd.nm input {
	ime-mode : disabled;
}

div.block-form dl dd.number input {
	width: 90px;
	ime-mode : disabled;
}
div.block-form dl dd.number02 input {
	width: 60px;
	ime-mode : disabled;
}
div.block-form dl dd select {
	width: 165px;
	margin-left: 3px;
}

div.block-form dl.form-address {
	height:145px;
}
div.block-form dl.form-address dd {
	padding-left: 2px;
	float:none;
}
div.block-form dl dd.br {
	margin-left: 145px;
	margin-top:18px;
}

/* 学芸員オンライン */
div.block-form dl dd textarea {	
	width: 320px;
	height: 50px;
	margin-left: 2px;
	ime-mode : active;
}


/* 送信ボタン */
p.button {
	width:100%;
	text-align:center;
	clear:both;
}
p.button input {
	margin:20px 5px 0;
	width:150px;
}


/* 内容確認画面 */
div.block-form div#userInfor dl {
	padding:10px 0 0;
	border-bottom: 1px solid #d8ecda;
}
div.block-form div#userInfor dl dt {
	background: url(../img_cmn/comma.png) right center no-repeat;
}
div.block-form div#userInfor dl dd {
	padding-left:7px;
}


/* 修正する */
p.button input.back {
	width:100px;
}

/* フォーム送信完了ページメッセージ */
p.thankyou {	
	height: 350px;
	padding:130px 0;
	text-align: center;
	line-height:5.0em;
}



/*----------------------------------------------------------------------*/
/*	clearfix															*/
/*----------------------------------------------------------------------*/

div.block-form,
div.block-form div,
div.block-form dl {
	display: inline-block;
	display: block;
}

div.block-form:after,
div.block-form div:after,
div.block-form dl:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}
