@charset "utf-8";
/* shop
----------------------------------------*/
#Company-Contents {
  
}
#Company-Contents h3 {
  margin-bottom:10px;
}
#Company-Contents .block {
  margin-bottom:50px;
}
#Company-Contents .block dl {
	background-color: #D6EBF5;
    border-bottom: 1px solid #C8C8C8;
}
#Company-Contents .block dl dt {
    border-top: 1px solid #C8C8C8;
    clear: both;
    float: left;
    font-weight: bold;
    line-height: 2em;
    padding: 10px 5px 10px 10px;
    width: 125px;
}
#Company-Contents .block dl dd {
	background-color: #FFFFFF;
    border-top: 1px solid #C8C8C8;
    line-height: 2em;
    margin-left: 140px;
    padding: 10px 10px 10px 15px;
}
