@charset "utf-8";
/* CSS Document */

#visual-photo {
	background-color: #FFF;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	height: 455px;
}

#topips {
	overflow: hidden;
	font-size: 13px;
}
.topics_h3 {
	color: #333;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#topips dt {
	border-bottom: 1px dashed #CCC;
	float: left;
	width: 100px;
	padding: 10px 0 10px 5px;
}

#topips dd {
	border-bottom: 1px dashed #CCC;
	margin-left: 105px;
	width: 755px;
	padding: 10px 0;
}

#event-contents {
	background-color: #83BB37;
	color: #FFF;
	clear: both;
	overflow: hidden;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 40px;
	font-size: 13px;
}

#event-contents h3 {
	font-size: 25px;
	line-height: 2.0;
	color: #FFF;
}

.top-event {
	background-color: #FFF;
	color: #2D2D2D;
	float: left;
	padding: 20px 10px 10px 10px;
	width: 400px;
}

.mg-left10 {
	margin-left: 10px;
	margin-top:-30px;
}
.mg-left10  h4 {
	color: #404040;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	border-bottom: 4px solid #A9CF6B;
	width: 400px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mg-left10 ul {
	list-style-position: inside;
}

.mg-left10 li {
	padding: 5px 5px;
	line-height:160%;
}

.mg-right10 {
	margin-right: 10px;
	margin-top:-30px;
}
.mg-right10 h4 {
	color: #404040;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	border-bottom: 4px solid #A9CF6B;
	width: 400px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.mg-right10 ul {
	list-style-position: inside;
}

.mg-right10 li {
	padding: 5px 5px;
	line-height:160%;
}




#event-contents h4 {
	color: #404040;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	border-bottom: 4px solid #A9CF6B;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 0px;
}

.top-event dl {
	margin: 10px 5px 0 5px;
}

.top-event dt {
	float: left;
	line-height: 1.5;
	padding: 5px 0;
	width: 40px;
}

.top-event dd {
	line-height: 1.5;
	margin-left: 40px;
	padding: 5px 0;
	width: 350px;
}

.event-link {
	padding: 15px 0 0 0;
	text-align: right;
}

.topics_ex {
	margin-left:0.2em;
}
.topics_ex a{
	color: #4682b4;
	text-decoration: none;
}
.topics_ex a:hover {
	color: #4682b4;
	text-decoration: underline;
}

.topics_ex a:visited {
	color: #4682b4;
	text-decoration: none;
}

details {
  border: 1px solid #ccc;
}
details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 7px;
  background: #E9F4A6;
  color: #242323;
  font-size: 0.9rem;
  font-weight: bold;
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::before {
  font-family: FontAwesome;
  content: '\f067';
  margin-right: 15px;
  margin-left: 5px;

}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::before {
  content: '\f068';
}

details p {
  margin: 0;
  padding: 20px;
}
