/*---  採用情報_ページ共通  ---*/
/*---文字装飾---*/
.font_red {
	color:#FF0000;
}
.font_blue {
	color:#000099;
}
.font_gray {
	color:#3C3C3C;
}
.font_small {
	font-size: small;
}
.font_smaller {
	font-size: 82%;
}
.font_bold {
	font-weight:bold;
}
.f80 {
	font-size: 80%;
}
.txt_right{
	text-align: right;
}
/*位置調整*/
.indent-left {
	margin-left: 10px;
	margin-right: 10px;
}

/*---スペース---*/
.spacer {
	width: 100%;
	height:1px;
	margin-top: 0px;		
	margin-bottom: 5px;
}

/*---サイドメニュー---*/
#sidemenu{
}
#inquiry {
	width: 140px;
}

/*---ベース---*/
#inquiry_top{
	float: left;
	width: 100%;
}




/*---  お問合せ窓口  ---*/
/*---ベース---*/
#topics_news .topics_cont {
	clear: both;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*** レイアウト ***/
/*<P>関連*/
#topics_news p {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 0px;
}
#topics_news p.outline{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
} 

/*---見出し---*/
#content .h3-title-blue h3 {
	margin-bottom: 8px;
}
#content .h3-title-gray {
	height: 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 17px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-bottom-width: 1px;
	border-left-color: #454545;
	border-bottom-color: #CCCCCC;
	border-left-style: solid;
	border-bottom-style: solid;
	background-color: #ECECEC;
	text-align: left;
	font-weight: bold;
}

/*---テーブル---*/
.inq_table {
	clear: both;
	width: 490px;
  margin-top: 0px;
	margin-right: auto;
  margin-bottom: 10px;	
	margin-left: auto;
	color:#3C3C3C;		
	font-size: 80%;	
}
.inq_table .tddiv {
	width: 235px;
	height: 134px;
	vertical-align: top;
}
.inq_table .tddetail {
	height: 82px;
	text-align:center;
}
.inq_table .ex {
	height:auto;
	padding-bottom: 1px;
	padding-left: 12px;
	color:#656565;
	font-size: 93%;	
	text-align:left;	
}
.inq_table .div_name {
	height: 17px;
	vertical-align:middle;
	background-color: #7F7F7F;
	color: #FFFFFF;
	font-weight:bold;
	text-align:left;
}
.inq_table .tdr01 {
	width: 166px;
	height: 28px;
	padding-left: 3px;	
	background-color: #F5F5F5;	
	color: #000000;
	text-align:left;	
}
.inq_table .tdr02 {
	width: 166px;
	height: 17px;
	padding-left: 3px;	
	background-color: #eeeeee;	
	color: #000000;
	text-align:left;	
}
.inq_table .tdspc {
	width: 20px;
}
.inq_table .tdl01 {
	width: 34px;
	height: 28px;
	padding-left: 3px;
	background-color: #D4D4D4;	
	color: #333333;	
	text-align:left;	
}
.inq_table .tdl02 {
	width: 34px;
	height: 17px;
	padding-left: 3px;	
	background-color: #CCCCCC;	
	color: #333333;	
	text-align:left;	
}

