﻿@charset "UTF-8";

#conBox {
}

#conBox iframe {
}

#conBox .table {
	display: table;
	margin:10px 0 30px auto;
}
#conBox .table .rows {
	display: table-row;
	border-bottom: inital;
}
#conBox .table .rows .cell {
	display: table-cell;
	color: #000000;
	vertical-align: middle;
	border-bottom: dashed thin #cccccc;
}
#conBox .td01{
	padding: 8px;
}
#conBox .td02{
	padding: 8px;
}
