@charset "EUC-JP";
/* CSS Document */

/*-------------------------------------------------------

丸磯のものづくりに使用されるスタイルを記述

-------------------------------------------------------*/

/* 主要工事機械
-------------------------------------------------------*/
.bgMachineList {
    width: 665px;
    border: solid 1px #c6c6c6;
    padding: 0 9px 9px;
}

.machineListBox {
    border-bottom: dotted 1px #c6c6c6;
	margin-top: 9px;
	padding-bottom: 9px;
}

.machineListBox_last {
    border-bottom: none;
	margin-top: 9px;
}

.machineListLbox {
    float: left;
	width: 320px;
}

.machineListRbox {
    float: right;
	width: 320px;
}

dl.machineList dt {
    float: left;
    width: 150px;
	display: block;
}

dl.machineList dd {
	margin-left: 160px;
	display: block;
}


/* 現場レポート
-------------------------------------------------------*/
/* 定義型リスト */
#report dl.dlList {
    border-bottom: dotted 1px #cbcbcb;
    margin: 0px;
    padding: 8px 5px;
}

#report dl.dlList dt {
    float: left;
    width: 18em;
	line-height: 1.4em;
	display: block;
}

#report dl.dlList dd {
	margin-left: 18.5em;
	line-height: 1.4em;
	display: block;
}

