@charset "utf-8";

/* ---------------------------------------------------------
TITLE　: LILQUIDROOM [contact.css]
------------------------------------------------------------ 
------------------------------------------------------------
目次
-メインコラム
------------------------------------------------------------ */

/* ---------------------------------------------------------
基本設定
------------------------------------------------------------ */

/* ---------------------------------------------------------
リンク設定
------------------------------------------------------------ */

/* ---------------------------------------------------------
メインコラム
------------------------------------------------------------ */

.contentsleft{
	/*height:600px;*/
	/*min-height:600px;*/
}

.outerthanks{
	
	
	padding:30px 0 0 0;
}

/*お問合せフォーム
------------------------------------*/
.boxcontactform{
	background:transparent url(../images/contact_bg_form.gif) repeat 0 0;
	padding:30px 0;
}


dl.contactform{
	width:590px;
	margin:0 auto;
	margin-bottom:18px;
}

dl.contactform dt{
	float:left;
	clear:both;
	width:135px;
	font-weight:bold;

	line-height:1.1;/*IE6にて、ddとフォントサイズが違う場合に上下高さの調整*/
		
	padding:4px 0 18px 0;
	margin:0;
}


dl.contactform dd{
	float:left;
	width:455px;/*455px*/

	padding:0 0 18px 0;
	margin:0;
}


/* お問合せ */
form {
	margin: 0;
	padding:0;
}

fieldset{
	border:none;
}

/*エリア：名前*/
.area01 { 
	width:447px;
	height:18px;
	padding:4px;
	background:#ffffff;
	border:#cccccc solid 2px;
	font-size:14px;
}



/*エリア：お問合せ内容*/
.area02 { 
	width:447px;
	height:240px;
	padding:4px;
	background:#ffffff;
	border:#cccccc solid 2px;
	font-size:14px;
}



/*ラジオボタン*/
.contactform  p{
	margin:0 0 3px 0;
}

.btnradio{
	vertical-align:middle;	
	margin:0 6px 0 0;
}


/*送信後
------------------------------------*/
.boxthanks{
	padding:120px 0;
}

/*ボタン
------------------------------------*/
.boxbutton{
	text-align:center;
	padding:0;
}

/*リセットボタン*/
/*input.btnreset {
	float:left;
   	width:89px;
   	height:33px;
	 
	text-indent:-9999px;
	overflow:hidden;
	 
	background:transparent url(../images/btn_reset.gif) no-repeat 0 0;
  	border:none;/*これを無くすと3Dボタンの上に画像が乗る
	margin:0 38px 0 0;
}

/*戻るボタン*/
input.btnback {
   	width:75px;
   	height:41px;
	 
	text-indent:-9999px;
	overflow:hidden;
	 
	background:transparent url(/wp/wp-content/contact/btn_back.gif) no-repeat 0 0;
  	border:none;/*これを無くすと3Dボタンの上に画像が乗る*/
	margin:0 12px 0 0;
}

/*確認するボタン*/
input.btnconfirm {
	/*float:left;*/
  width:169px;
  height:41px;
	 
	text-indent:-9999px;
	overflow:hidden;

	background:transparent url(/wp/wp-content/contact/btn_confirm.gif) no-repeat 0 0;
  border:none;/*これを無くすと3Dボタンの上に画像が乗る*/
	margin:0;
}

/*送信するボタン*/
input.btnsubmit{
  	width:169px;
  	height:41px;
	
	text-indent:-9999px;
	overflow:hidden;

	background:transparent url(/wp/wp-content/contact/btn_submit.gif) no-repeat 0 0;
  	border:none;/*これを無くすと3Dボタンの上に画像が乗る*/
	margin:0 auto;
	padding:0;
}


/*php確認フォームのスタイル*/
table.confirmform{
	width:678px;
	margin:8px 0 38px 0;
	border:solid 1px #e8e8e8;
}

table.confirmform td{
	margin:0;
	padding:6px;
}






/*
トップ・詳細　共通
------------------------------------------------------------ */
dl.schedulelist{
	clear:both;
	width:636px;
}

dl.schedulelist dt{
	clear:both;
	float:left;
	width:84px;
	padding:18px 0 18px 0;
	margin:0;
	
	border-top:solid 1px #ebebeb;
}

dl.schedulelist dd{
	float:left;
	width:552px;
	padding:15px 0 18px 0;
	margin:0;

	border-top:solid 1px #ebebeb;
}

h3{
	font-size:16px;
	line-height:1.2;
	font-weight:bold;
	color:#d21e1e;
	
	padding:0;
	margin:0 0 16px 0;
}

h4{
	font-size:12px;
	line-height:1.2;
	font-weight:bold;
	color:#666666;
	
	padding:0;
	margin:0 0 20px 0;
}


