@charset "utf-8";



div#form-wrap {
	width: auto;
	height: auto;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


#form table{
	width: 100%;
	width: auto;
	max-width: 700px;
	text-align: left;
	line-height: 22px;
	color: #666666;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #abadb3;
	border-left-color: #abadb3;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#form table th{
	width: 25%;
	padding: 5px;
	color: #010101;
	text-align: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #abadb3;
	border-bottom-color: #abadb3;
	text-align: left;
	text-indent: 5px;
	background-color: #EEEEEE;
}

#form table td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #abadb3;
	border-bottom-color: #abadb3;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#form table span
{
	color: #993333;
	font-weight: normal;
}


/*form-box*/
.f_box1 {
	margin: 0;
	padding: 10px !important;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}



table,img,p,fieldset {border: 0;}

li {list-style-type: none;}


#submitBtn{
	text-align: center;
	margin-top: 15px;
}


/*form_Size*/

#input_width{
    width: 206px;
}
select{
	font-size: 14px;
}
textarea,input[type=text] {
	width: 440px;
	font-size: 14px;
}

/*errorBox*/

#errorBox{
    width: 80%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	border:dotted 1px #abadb3;
	padding:10px;
	margin-top:15px;
	margin-bottom:15px;
	line-height:20px;
}

/*Other*/

.example{
	color:#333333;
	}

.gray{
	font-size: 12px;
	color: #999999;
}
.red {
	color: #CC0C0C;
	}
	
.strong {
	font-weight: bold;
	}
	
.small {font-size: 12px;}

p {
	margin:0;padding:0;
	}

/*FormBgColor*/

.nittoBlue {
	background-color: #EBF4FF;
}

/* zenkaku -hannkaku (IE Only)*/

.txtmode1 {
  ime-mode: active;   /* full-width */
}
.txtmode2 {
  ime-mode: inactive; /* half-width  */
}
