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

	00_em21

-----------------------------------*/
.em21_box dl {
	margin-bottom:15px;	
}

.em21_box dd {
	padding-left : 12px ;
}
.em21_table {
	width:100%;
	margin-bottom:20px;
	text-align:left;
}
	
.em21_table th {
	width : 90px ;
	padding:8px 5px;
	border:1px solid #e5e5e5;
	background:#fafafa;
}

.em21_table td {
	padding:5px;
	border:1px solid #e5e5e5;
	vertical-align:middle;
}
/*-----------------------------------

	01_bunseki_equipment

-----------------------------------*/
#bunseki_equipment .contents_box dt{
	 margin: 0 0 7px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 0 rgba(255,255,255,1) inset;
}
#bunseki_equipment .contents_box dd{
	margin-bottom: 10px;
}