@charset "utf-8";
@import url("cmn.css");
@import url("base.css");


/*-------------------------------------------------------------------------
▼nav
-------------------------------------------------------------------------*/
section{
	margin-bottom: 40px;
}
section table{
  border-collapse: collapse;
  border-spacing: 0;
	width: 100%;
}

#iwakura table th{
	border-bottom: solid 1px #b5b5b5;
	font-weight: normal;
	padding: 10px;
	border-right: solid 1px #b5b5b5;
	text-align: left;
	width: 100px;
}
#iwakura table td{
	border-bottom: solid 1px #b5b5b5;
	padding: 10px;
}
.borderNo{
	border-bottom: none!important;
}
#map iframe{
	border: solid 1px #b5b5b5;
}
#calendar{
	text-align: center;
	margin-bottom: 10px;
}
#calendar td,#calendar tr{
	border: solid 1px #d5d5d5;
}
#calendar td{
	padding: 5px;
}
span.redText{
	color: #ff0000;
}
span.blueText{
	color: #002aff;
}
.yellowBg{
	background-color: #fefdf0;
}