@charset "utf-8";
/* *******************************

	東急コミュニティー
	賃貸オフィスのパートナー
	
	form.css
	
	* title
	* inquiry form
	* agreement

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


/* title
---------------------------------------------------------- */

#container{
	padding-top: 20px;
	}


.title-inquiry{
	width: 880px;
	height: 32px;
	background: url(/img/form/title-form.gif) left top no-repeat;
	text-indent: -9999px;
	margin-left: 15px;
	margin-bottom: 20px;
	}
.title-inquiry2{
	width: 880px;
	height: 32px;
	background: url(/img/form/title-articleform.gif) left top no-repeat;
	text-indent: -9999px;
	margin-left: 15px;
	margin-bottom: 20px;
	}


/* inquiry form
---------------------------------------------------------- */

.form-attention{
	margin-left: 15px;
	}
.form-attention span{
	color: #e61a31;
	font-weight: bold;
	}

#form_table{
	width: 878px !important;
	width: 880px;
	border: solid 1px #5ab4cb;
	margin: 5px 15px 0 15px;
	}

#form_table th{
	background: url(/img/search/bg-search-cell.gif) left top repeat;
	border-bottom: solid 1px #dbf1f7;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em !important;
	font-size: 0.9em;
	vertical-align: center;
	text-align: center;
	padding: 12px;
	white-space: nowrap;
	}
/*
#form_table th.align-left{ text-align: left;}
#form_table th.align-left span{ display: inline-block; margin-left: -1em; }
#form_table th.align-center{ text-align: center; }
*/
#form_table th span{
	color: #e61a31;
	}
#form_table th.last{
	border-bottom: solid 1px #5ab4cb;
	}
#form_table td{
	background-color: #f6fafb;
	border: solid 1px #5ab4cb;
	border-width: 0 0 1px 1px;
	padding: 5px 0 5px 20px;
	line-height: 1.8em;
	color: #000000;
	font-size: 1.0em !important;
	font-size: 0.75em;
	}
#form_table input.tx-box{
	width: 500px;
	}
	
	
#form-btnarea{
	width: 880px;
	background-color: #f0f1f1;
	margin-left: 15px;
	padding: 40px 0;
	text-align: center;
	}
#btn-search{
	text-align: center;
	}
	
.btn-add{
	display: block;
	margin-top: 5px;
	}
	

/* agreement
---------------------------------------------------------- */

#individual{
	width: 838px !important;
	width: 880px;
	height: 300px !important;
	height: 340px;
	overflow-y: scroll;
	border: solid 1px #5ab4cb;
	background-color: #f6fafb;
	margin: 25px 0 0 15px;
	padding: 20px;
	}
#individual h3{
	font-size: 1.2em;
	font-weight: bold;
	}
#individual ol.list-out{
	list-style: decimal;
	margin-top: 40px;
	margin-left: 2em;
	line-height: 1.8em;
	}
#individual ol.list-in{
	margin-left: 2em;
	line-height: 1.8em;
	}
	
#authorize{
	width: 880px;
	margin: 30px 15px;
	line-height: 1.5em;
	}
#authorize .jipdec{
	/*width: 333px !important;*/
	width: 412px;
	/*min-height: 68px;
	height: auto !important;
	height: 68px;
	background: url(/img/form/logo-privacy.gif) left top no-repeat;*/
	font-size: 0.9em;
	float: left;
	/*padding-left: 79px;*/
	}
	#authorize .jipdec a{
		width: 79px;
		float: left;
		}
	#authorize .jipdec p{
		width: 323px;
		float: right;
		}
#authorize .globalsign{
	/*width: 306px !important;*/
	width: 426px;
	/*min-height: 68px;
	height: auto !important;
	height: 68px;
	background: url(/img/form/logo-globalsign.gif) left top no-repeat;*/
	font-size: 0.9em;
	float: right;
	/*padding-left: 120px;*/
	}
	#authorize .globalsign .globalsign-script{
		width: 100px;
		float: left;
		}
	#authorize .globalsign p{
		width: 316px;
		float: right;
		}
	#authorize .ssl-tx{
		width: 316px;
		font-size: 0.9em;
		float: right;
		}

