/* 渡辺禎雄 */

.exhibition-side {
  width: 560px;
  margin-right: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; !important;
  line-height: 1.6;
  color: #222;
}

.ex-title {
  font-size: 28px;
  color: #a64743;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 8px;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
}

.ex-date {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:24px !important;
  color: #2d4569 !important;
  margin-bottom: 15px;
}

.ex-image img {
  width: 100%;
  height: auto;
  max-height: 700px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  cursor: pointer;
}

.ex-section {
  margin-bottom: 25px;
  width: 80%; /* 任意の幅 */
  margin: 0 auto; /* 上下0、左右autoで中央揃え */
  padding: 0 20px; /* 左右に20pxの余白 */
}

.ex-section h3 {
  font-size: 24px;
  margin-bottom: 6px;
  color: #2d4569;
  border-left: 4px solid #555;
  padding-left: 6px;
}

.ex-section p {
  margin: 0;
  text-align: justify;
  font-size: 16px !important;
  color: #333 !important;
	background-color: #FFF;
	background-image: url(../parts/wall_white.jpg);
	border: 1px solid #999;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000040;
	border-spacing: 0;
    -webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	     -o-border-radius: 6px;
		    border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}

.ex-section table {
	width: 450px;
	background-color: #FFF;
	background-image: url(../parts/wall_white.jpg);
	border: 1px solid #999;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #000040;
	border-spacing: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 1px 1px #CCC;
	font-size: 18px;
	color: #333;
}

.sadao-small {
    font-size: 15px;
}