@charset "utf-8";

/*　イベント風景
------------------------------------------------------------ */

.table_01 {
    width: 100%;
	font-size: 1em;
	text-align: left;
	margin-bottom: 20px;
}
.table_01 th {
    width: 320px;
}
.table_01 td {
	vertical-align: top;
	padding: 3px 1em;
}

.box_01 {
    width: 596px;
	padding-bottom: 30px;
}

.p_01 {
    font-weight: bold;
	color: #1E8301;
	padding: 5px 0;
}
.p_02 {
    font-weight: bold;
	color: #E00238;
	padding: 5px 0;
}

.ul_01 li {
    margin-bottom: 12px;
}







.left_01 {
    width: 293px;
	float: left;
}
.right_01 {
    width: 293px;
	float: right;
}

.table_02 {
    width: 100%;
	font-size: 1em;
	text-align: left;
	border: 1px solid #666;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table_02 th {
    width: 92px;
	_width: 100px;
	border: 1px solid #666;
	border-collapse: collapse;
	color: #666;
	background-color: #E6E3D7;
	vertical-align: top;
	padding: 3px;
}
.table_02 td {
	color: #666;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #666;
	border-collapse: collapse;
}
.table_02 .th_01 {
	padding: 0;
	background-color: #C0BDA7;
}
.ml27 {
    width: 231px;
	margin-left: 27px;
}