@charset "utf-8";

/* ///////////////////////////////////////////////
【トップページ】
/////////////////////////////////////////////// */


/* -----------------------------------------------
特色
----------------------------------------------- */
#feature {
margin-bottom: 25px;
}

#feature dl {
float: left;
width: 346px;
}

#feature .mr22 {
margin-right: 22px;
}


/* -----------------------------------------------
業務内容
----------------------------------------------- */
#business {
margin-bottom: 25px;
}

#business dl {
float: left;
width: 324px;
padding: 10px;
border: 1px solid #dcdcdc;
}

#business dt {
float: left;
width: 120px;
}

#business dd {
float: left;
width: 204px;
}

#business dd h4 {
margin-bottom: 7px;
padding-bottom: 3px;
border-bottom: 1px dotted #1d4091;
color: #1d4091;
font-size: 110%;
font-weight: bold;
}

#business .mr22 {
margin-right: 22px;
}


/* -----------------------------------------------
被削材一覧
----------------------------------------------- */
#material {
margin-bottom: 25px;
}

#material div {
padding: 1px;
border-right: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
background: #fff;
}

#material div p {
padding: 15px;
background: #fbfbfb;
}


/* -----------------------------------------------
新着情報
----------------------------------------------- */
#feed dl {
padding: 0 15px 15px;
border-right: 1px solid #dcdcdc;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
}

#feed dt {
float: left;
width: 6em;
margin: 0;
padding: 15px 0 10px 0;
line-height: 1.5em;
}

#feed dd {
margin: 0;
padding: 15px 0 10px 8.5em;
line-height: 1.5em;
border-bottom: 1px solid #d6d6d6;
}

#feed .last {
padding-bottom: 0;
border-bottom: 0 none;
}

