@charset "UTF-8";

@import url("../style.css");

/* ----------------------------------------
	ページ全体
   ---------------------------------------- */

 .job_header{
   border-bottom: dashed 1px gray;
}

.margin_top{
    margin-top:20px;
}
.margin_40{
    margin-top:30px;
}
.bgcolor_cccccc{
     background-color:#CCCCCC;
 }
  
 .bgcolor_f4feda{
     background-color:#F4FEDA;
 } 
 .bgcolor_ffffff{
    background-color:#FFFFFF;
 }
 
 .align_left{
 align:left;
 }
 
 .align_right{
 align:right;
 }
  .border_0{
      border:0;
  }
  .float_right_img{
   float:right;
   width:250px;
  }
  
   .float_left_img{
   float:left;
   width:220px;
  }
   .medium_common {
   font-size: 100%;
   line-height: 200%;
   }
  
  #marginjob_img_120{
   margin-top:-70px;
  }
  
  #margin_ntop_10{
   margin-top:-20px;
  }
  
  .list_style{
   margin-left:20px;
   list-style-type:disc;
   }
   table.csstable{
	border-collapse:collapse;
	line-height:130%;
	font-size:100%;	
	}
	table.csstable tr {
	vertical-align: middle;
	padding: 5px;
	}
	table.csstable td,table.csstable th {
	border:solid 1px #999999;
	padding: 5px;	
	}	
    
    .align_center{
    align:center;
    }






