@charset "utf-8";
/****************************************************************************************************

カテゴリ別

****************************************************************************************************/






/****************************************************************************************************

meeting

****************************************************************************************************/
.meetingList1{
	float:left;
	width:160px;
}

	.meetingList1 li{
		margin-bottom:10px;
	}

@media (max-width:568px){
.meetingList1{
	float:none;
	width:auto;
}
}


/****************************************************************************************************

local

****************************************************************************************************/
table.ex_table {
  border-collapse: collapse;
  border: 1px solid #ccc;
	border-spacing: 0;
	text-indent: initial;
}

table.ex_table td {
  border: 1px solid #ccc;
  padding: 7px 5px;
}

table.ex_table td.ex_border_a {
  border-bottom: 3px solid;
}

table.ex_table td.ex_border_b {
  border-top: 3px solid;
}

table.ex_table td.ex_border_c {
  border-right: 3px solid;
}

table.ex_table td.ex_border_d {
  border-left: 3px solid;
}

th {
    padding: 7px 5px;
    border: 1px solid #ccc;
		font-weight: normal;
		display: table-cell;
    vertical-align: inherit;
    text-align: -internal-center;
}
