@charset "EUC-JP";
/* CSS Document */

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

#right_column h2 {
margin: 0px 0px 0px 0px;
display:block;
width: 578px;
height: 48px;
background-image: url(../images/entry/h2_entry.gif);
background-repeat: no-repeat;
}

#right_column h2#h2_02 {
margin: 0px 0px 0px 0px;
display:block;
width: 578px;
height: 48px;
background-image: url(../images/entry/h2_entry02.gif);
background-repeat: no-repeat;
}

#right_column #entrytbl {
	margin: 0px 0px 0px 0px;
	width: 578px;
	background: url(../images/entry/entry_bg.gif) repeat-y;
	padding-bottom:10px;
}

#right_column #tbl_btm {
	margin: 0px 0px 40px 0px;
	width: 578px;
	height: 7px;
	background: url(../images/entry/entry_bottom.gif) no-repeat;
}

#right_column #entrytbl table {
	margin: 0px 20px 0px 20px;
	border:#cccccc solid 1px;
	font-size: 12px;
}


/*送信完了	*/
#right_column #entrytbl table#entry_tbl02 {
	width:538px;
	}
#right_column #entrytbl table#entry_tbl02 p {
	text-align:center;
	padding:80px 0px 80px 0px;
	}
#right_column #entrytbl table#entry_tbl02 tr td {
	padding:5px;
	border-bottom:#cccccc dashed 0px;
	white-space: nowrap;
}

/*----------------*/

#right_column #entrytbl textarea {
	font-size: 12px;
}

#right_column #entrytbl table tr th {
	padding:3px 5px 3px 10px;
	background-color:#FFF9DE ;
	border-bottom:#cccccc dashed 1px;
	border-right:#cccccc solid 1px;
	font-weight:normal;
	
}
#right_column #entrytbl table tr td {
	padding:5px;
	border-bottom:#cccccc dashed 1px;
	white-space: nowrap;
}

#right_column #entrytbl table tr td textarea {
	width: 380px;
	border:1px solid #cccccc;
	padding:3px;
}
#right_column #entrytbl table tr td input {
	border:1px solid #cccccc;
	padding:3px;
}

#right_column #entrytbl table tr td input.w400 {
	width:380px;
}

#right_column #entrytbl table tr td#transmit {
	border:none;
	text-align:center;
}
/*ラジオボタンの左のすきま*/
#right_column #entrytbl table tr td .radio01 {
	margin-left:10px;
}
/*注釈の青い文字*/
#right_column #entrytbl table tr td .annot {
	font-size: 11px;
	color:#003263;
}
/*必須項目の赤*/
#right_column #entrytbl table tr th span {
	font-size: 10px;
	font-weight:normal;
	color:#FF3300;
}

.attention{
font-size:12px;
color:#C8332C;
}

/* ----------------------------
エントリーだけずれるメニュー		
------------------------*/
ul#mainmenu li a {
width: 170px;
height: 40px;
display: block;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
_margin:0px 0px -2px 0px;
}
*:first-child+html ul#mainmenu li a {
margin:0px 0px -2px 0px; }
/* ----------------------------
クリアフィックス		
------------------------*/
.clearfix:after {
   content: ".";
   display: block;
   height: 0px;
   visibility: hidden;
   clear: both;
}

.clearfix {
   display: inline-table;
}

/* IE7 */
.clearfix {
   display:inline-block;
}

/*＼?*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/