﻿/*====================================
会社概要テンプレート
====================================*/

/*代表挨拶*/

#greeting {}

/*概要*/

#outline {}
#outline th, #outline td {
    padding: 10px;
    border-bottom: 1px dotted #DDDDDD;
}
#outline th {
    width: 25%;
    background: url(../img/icon_arrow_12.png) 0 20px no-repeat;
    color: #0168b7;
    padding-left: 20px;
    text-align: left;
	vertical-align: top;	

}

/*沿革*/

#history {}
#history th, #history td {
    padding: 10px;
    border-bottom: 1px dotted #DDDDDD;
}
#history th {
    width: 25%;
    background: url(../img/icon_arrow_12.png) 0 20px no-repeat;
    color: #0168b7;
    padding-left: 20px;
    text-align: left;
	vertical-align: top;	
}

/*地図*/

#access {}
#access dl {
    margin-bottom: 10px;
}
#access .address {
    margin-bottom: 10px;
}

/*求人*/

#recruit {}
#recruit thead th {
    background: #E40000;
    color: #FFFFFF;
    padding: 5px;
}
#recruit tbody th, #recruit tbody td {
    padding: 10px;
    border-bottom: 1px dotted #DDDDDD;
}
#recruit tbody th {
    width: 25%;
    background: url(../img/icon_arrow_12.png) 0 20px no-repeat;
    color: #0168b7;
    padding-left: 20px;
    text-align: left;
	vertical-align: top;	
}