@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("import.css");


/* CSS Document */

#sample_form {
background-image:url(../images/index/img02_b.jpg);
background-repeat:no-repeat;
height:350px;
}

.form-common-table-title{
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: -0.75em;
	color:#000000;
}

.form-common-table{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #999999;
	font-size:80%;
}

.form-common-table th,
.form-common-table td{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px;
	line-height: 1.5em;
	vertical-align: top;
}

.form-common-table th{
	background-color: #EEEEEE;
	color: #000000;
	width: 180px;
}

.form-common-table01{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #99993F;
}

.form-common-table01 th,
.form-common-table01 td{
	padding: 10px;
	line-height: 1.5em;
	vertical-align: top;
	background-color:#FFFF9D;
	border-bottom:1px dashed #99993F;
}

.form-common-table01 th{
	color: #000000;
	width: 180px;
}

.form-common-table01 td{
  text-align:right;
}

.form-common-submit-button{
	text-align: center;
}

.form-common-submit-button input{
	text-align: center;
}

.inquiry-ahead{
	padding: 20px;
	margin-top: 40px;
	border: 1px dashed #CCCCCC;
	font-size:160%;
}

#table-box {
width:650px;
margin-left:auto;
margin-right:auto;
padding-top:80px;
}

#table-box p {
line-height:150%;
}

.txt-red-box {
padding:2px;
background-color:#FF0000;
color:#FFFFFF;
font-size:85%;
}

#table-box .right-border {
border-right:1px solid #999999;
}

.form-sample-button {
text-align:center;
}

.form-sample-button input {
padding:5px;
font-size:130%;
}

#lois{
	text-align: center;
	padding-top: 40px;
	color: #CCCCCC;
	font-size: 13px;
	padding-bottom: 10px;
}

#lois a{
	color: #CCCCCC;
	text-decoration: none;
}