@charset "utf-8";
/* CSS Document */

.schedule {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 30px;
}
.schedule dt {
	clear: both;
	width: 12em;
	float: left;
	padding: 1em 0;
	text-indent: 1em;
}
.schedule dd {
	padding: 1em 0 1em 12em;
	border-bottom: 1px dotted #ccc;
}
.schedule dd span {
	display: inline-block;
	width: 11em;
	color: #4a82ea;
}
.schedule dd table tr:first-child th,
.schedule dd table tr:first-child td {
	padding-bottom: 1em;
}
.schedule dd table th {
	width: 11em;
	color: #4a82ea;
	font-weight: normal;
	vertical-align: top;
}
.schedule dd table td {
	
}
.fbox {
  display: flex;
  align-items: center;
}
.program th {
	font-weight: normal;
	width: 8em;
	vertical-align: top;
}

h3.h3-title {
	border: 1px solid #e4ce4e;
	background: #faf6df;
	color: #a08c19;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 1.3em;
	margin-bottom: 20px;
	text-indent: 1em;
}
p.txt {
	width: 800px;
	margin: 0 auto 30px;
	padding-left: 2em;
	text-indent: -2em;
}
span.emphasis {
	color: #dc143c;
	font-size: 1.2em;
}
.notice {
	border: 1px solid #dc143c;
	border-radius: 3px;
	padding: .5em;
	margin-top: 1em;
	width: 80%;
	font-size: 90%;
}
.notice h3 {
	color: #dc143c;
	font-size: 110%;
}
.info-notice {
	border: 1px solid #1e90ff;
	border-radius: 3px;
	padding: .5em;
	margin: 1em auto;
	width: 80%;
	font-size: 90%;
}
.info-notice h3 {
	color: #1e90ff;
	font-size: 110%;
}
.info-notice p {
	padding-left: 15px;
}
span.time {
	display: block;
	font-size: 0.9em;
}
.height-dd {
	height: 3em;
}
ol.list {
	list-style: inside decimal;
	padding-left: 1em;
	text-indent: -1.5em;
}
ol.list li {
	margin-bottom: .5em;
}
a.button {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(0, 116, 217)),
		color-stop(1, rgb(27, 151, 255))
	);
	background-image: -o-linear-gradient(bottom, rgb(0, 116, 217) 0%, rgb(27, 151, 255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0, 116, 217) 0%, rgb(27, 151, 255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0, 116, 217) 0%, rgb(27, 151, 255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0, 116, 217) 0%, rgb(27, 151, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(0, 116, 217) 0%, rgb(27, 151, 255) 100%);
}
a.button:hover {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, rgb(54, 181, 255)),
		color-stop(1, rgb(81, 219, 255))
	);
	background-image: -o-linear-gradient(bottom, rgb(54, 181, 255) 100%, rgb(81, 219, 255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(54, 181, 255) 100%, rgb(81, 219, 255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(54, 181, 255) 100%, rgb(81, 219, 255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(54, 181, 255) 100%, rgb(81, 219, 255) 100%);
	background-image: linear-gradient(to bottom, rgb(54, 181, 255) 100%, rgb(81, 219, 255) 100%);
}

.em-text {
	color: #dc143c;
}
.em-text > a {
	color: #dc143c;
	letter-spacing: 1px;
}

.row-layout {
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

dl.entrance_fee {
	width: 500px;
	display: flex;
	padding: 0;
	margin: 0;
}
dl.entrance_fee dt {
	padding: 0;
	float: none;
	text-indent: 0;
	width: 8em;
}
dl.entrance_fee dt:before {
	content: '・';
}
dl.entrance_fee dd {
	padding: 0;
	border-bottom: none;
}
dl.entrance_fee dd:first-of-type {
	text-align: right;
	width: 5em;

}
.information {
	width: 800px;
	border: 3px solid #dc143c;
	border-radius: 4px;
	margin: 0 auto;
	padding: 1.5em;
	line-height: 2.0;
}
.schedule dd span.maroon {
  color: #85144b;
	width: auto;
}
.schedule dd span.title {
	  width: auto;
	  display:block; 
	  text-align:center;  
	  color: black; 
	  font-weight: bold;
  }
h3.announce-title {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 10px;
	background-color: #339797;
	color: #fff;
	border-radius: 4px;
	font-weight: normal;
	letter-spacing: .05em;
}
.announce {
	width: 800px;
	margin: 0 auto;
	background-color: #d3f0f0;
	border-radius: 4px;
	padding: 1.5rem;
}
.announce-note {
	width: 90%;
	background: #ddf0f0;
	padding: 1em;
}
.info{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
}