@charset "utf-8";
/* CSS Document common settintg*/


/*index

01 Base
02 Header
03 Main image
04 contents


/*===========================================================================
01 Base
===========================================================================*/


/*===========================================================================
02 Header
===========================================================================*/


/*===========================================================================
03 Main image
===========================================================================*/

#Imagebox {
width:898px;
margin:0 auto;
	}

.boxItem h3.mi_item{
margin-bottom:14px;
}


/*==========================================================================
コンテンツ部分
============================================================================*/

#Top_cont{
width:902px;
background:url(../img/bg_Inquiry.jpg) no-repeat center top;
margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#Main_cont{
width:876px;
margin:0 auto;
padding:0 0 ;
}
/*===========================================================================
 左カラム
===========================================================================*/
#col_Left{
margin-top:20px;
}

.boxAbout{
width:552px;
margin-left:12px;
}


#tbl_Form{
width:576px;
border:1px solid #CCCCCC;
border-collapse:collapse;
margin-bottom:10px;
}

#tbl_Form th, #tbl_Form td{
border-bottom:1px solid #CCCCCC;
font-size:12px;
font-weight:normal;
text-align:left;
}

#tbl_Form th{
background-color:#dce6e8;
padding:12px 16px;
vertical-align:top
}

#tbl_Form td{
padding:6px 0 6px 16px;
vertical-align:middle;
}

#btArea{
text-align:center;
margin-bottom:14px;
}