@charset "UTF-8";
/* イベント2302 詳細
----------------------------------------------------------- */
.mb25 {
	margin-bottom: 25px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.main .exh-title {
	margin: 0 15px 35px;
	padding: 55px;
	border: solid 2px #999999;
	text-align: center;
}
.exh-box .exhibition-map a{
	color: #350d2f;
}
.exh-box .exhibition-map a:hover{
	color: #b49155;
}
#contents .main .title2 .exhibition-map {
	color: #b49155;
}

.ev-mainbox .offer {
	font-size: 85%;
	padding-left:20px;
	color: #5095cc;			/*テーマカラー */
}
.ev-mainbox h3{
	font-size: 100%;
	margin: 0 0 5px 0;
}
.ev-mainbox h3 img{
	vertical-align: middle;
}
.ev-mainbox h3 .title-txt {
	font-weight: bold;
}
.ev-mainbox h4{
	font-weight: bold;
	margin: 0 0 15px 0;
	font-size: 110%;
}

.ev-mainbox .summary{
	margin: 0 0 20px 20px;
}
.ev-mainbox .strong{
	font-size: 110%;
}
.ev-mainbox .small{
	font-size: 85%;
}

.ev-mainbox .summary_2 {
	font-weight: bold;
	font-size: 110%;
}

.post{				/*イベント　申し込み*/
	width:670px;
	background-color: #FFFFFF;
	margin:10px 0 50px 20px;
}
.post_inner{
	padding:0;
	border:solid 2px #999999;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.post .post_offer{
	font-size: 100%;
	line-height:40px;
	margin:0 0 0 20px;
	width:150px;
	text-align:center;
	background-color:#FFFFFF;
	bottom:20px;
}
.posttext{
	font-size: 90%;
	line-height: 160%;
	padding:0 20px 10px 20px;
	}
.posttext p{
	margin:0;
}

.main .indent_1em {
	padding-left: 1em;
	text-indent: -1em;
	}

.ev-mainbox .koushi_left {
		display:block;
	width:95px;
	float:left;
	margin-left:25px;				/* 左マージン */
}

.ev-mainbox .koushi_right {
	display:block;
	float:right;
	width:570px;
}
.gray {
	color: #999999;	
}

.speechBubble {
  position: relative;
  display: inline-block;
  margin: 0 100px 0 18px;
  padding: 5px 16px;
  border-radius: 4px;
  background-color: #dce9f4;
  text-align: left;
  font-size: 13px;
	font-weight: bold;
  line-height: 1.5;
  color: #454545;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 5.5px 18px 5.5px 0;
  border-color: transparent #dce9f4 transparent transparent;
  translate: -100% -50%;
}

.bg_pleyel {
	display: inline-block;
	background-color:#f1f0ef;
	padding:7px 10px 5px 11px;
	margin-bottom:10px;
}