/* Utilities ----------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

img{
	border:0;
	vertical-align:bottom;
 }

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif, "Times New Roman", Times, serif"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px; 
	line-height:1.4;
	color:#000;
	text-align: center;
}
ul,li{
	list-style: none;
}

/* リンク ----------------------------------------------------------------- */
a:link,
a:visited {
    color:#000066;
	text-decoration:underline;
}
a:hover {
    color:#a01c15;
	text-decoration:none;
}
.txtmode1 {
ime-mode: active;   /* 全角モード */
}

input.mode1{ ime-mode: inactive;}
input.mode1n{ ime-mode: disabled;}
input.mode2{ ime-mode: active;}



#formarea{
	width:800px;
	margin: 10px auto;
	text-align: left;
}

h1{
	color:#ffffff;
	font-size:16px;
	background-color:#033E92;
	text-align:center;
	margin-bottom: 10px;
	padding: 5px;
}
h2{
	color: #033E92;
	text-align: center;
	margin-bottom: 10px;
}

h3{
	font-size:15px;
	margin-bottom: 10px;
}

dl, .mb1{ margin-bottom: 1em;}
.center{ text-align: center;}
.right{ text-align: right;}
.gray{ color:#666;}
.red,sup{ color:#f00;}
dt{ font-weight: bold;}

.fillout{
	font-size:x-small;
	color:#ffffff;
	background-color:#cc0000;
	padding:2px;
	margin-left:3px;
}

/*tableここから--------------------------*/
th,td{
	vertical-align: top;
}

table.main{
	margin-bottom: 10px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}
table.main caption {
  text-align: left;
}

table.main th,
table.main td{
	padding: 8px;
	text-align: left;
}

table.main th{
	background-color:#eee7d5;
	font-weight:normal;
	white-space: nowrap;
}
table.main td{
	background-color:#f7f5ef;
}

table.inner1{
	margin: 0 0 1em;
	border-collapse: collapse;
	border: solid 1px #8d8d8d;
	width: 100%;
}
table.inner1 th,
table.inner1 td{
	font-size: small;
	padding: 4px;
	text-align: center;
	border: solid 1px #8d8d8d;
	vertical-align: middle;
	background: none;
}

/*tableここまで--------------------------*/

input,select{
	margin-right: 3px;
	margin-bottom: 3px; 
}


/*項目横並び*/
ul.ck li,
ul.listrow li {
  display: inline;
  margin-right: 15px;
}

/*項目縦並び*/
ul.listcol li{ margin-bottom: 0.7em; margin-bottom: expression((this.parentNode.lastChild ==this)?'0':'0.7em');}
ul.listcol li:last-child { margin-bottom: 0;}

/*注釈*/
ul.attention{
	margin-left: 1.0em;
	clear: both;
	font-size: small;
	color: red;
	}
ul.attention li{	
	text-indent: -1.0em;
	}
ul.attention li { margin-top: 0;margin-top: expression((this.parentNode.firstChild ==this)?'8px':'0');}
ul.attention li:first-child { margin-top: 8px;}



.submit {
	background-color:#2973db;

}
.reset {
	background-color:#8996a8;
}

address{
	border-top: 1px solid #d4d4d4;
	padding-top: 5px;
	margin-top: 1em;
	font-size: x-small;
	font-style: normal;
	text-align:right;
}

.btmbtn{
	text-align: center;
	margin: 2em 0;
}
textarea {
	display: block;
	width: 90%;
}

button{
	border:0;
	color: #fff;
	cursor: pointer;
	padding: 10px 3em;
	margin: 0 5px;
	font-size: 1.1em;
}
button:hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.mt30{ margin-top: 30px;}
.mb15{ margin-bottom: 15px;}
optgroup{ font-style: normal}
optgroup option{ padding-left: 1em;}

.inq_hojin_search .indent {
	margin: 10px 0 15px;
}
.inq_hojin_search .indent li{
    text-indent: -1em;
    margin-left: 1em;
	font-size: 0.7rem;
}
/*----------エラー・確認・完了ページ--------*/
.page2 p{ text-align: center; margin-bottom: 1em;}