@charset "UTF-8";



/* 2501 前売券　割引券
----------------------------------------------------------- */

.exh-mainbox .p-code {
	width:70px;				/* 表示の横幅 */
	height:45px;				/* 表示の縦幅 */
		border:solid 1px #990066;			/*テーマカラー */
	text-align:center;			/* 文字揃え */
		color:#990066;							/*テーマカラー */
	font-weight:bold;			/* 太さ */
	padding:15px;				/* パディング一括指定 */
	margin-bottom:15px;				/* 下マージン */
	margin-right:10px;				/* 右マージン */
}

.exh-mainbox .theme_color{
		color:#990066;							/*テーマカラー */
}

/* 2501 見どころ
----------------------------------------------------------- */
.mr15 {
	margin-right: 15px !important;
}
.ex_box_2501 {
    display: flex;
    justify-content: space-between;
    margin-bottom:35px;
}
.chuuou {
align-items: center;
}
.box-left {	
		display:block;
		float:left;
		width:410px;
	}
.wid_257 {	
		width:257px;
	}

h3.theme_2501 {
		color:#990066;
		margin:0 0 15px 15px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		font-weight:500;
		font-size:140%;
}
.back_2404_fu h4{
	color:#fff;
	font-size:125%;			/*  フォントサイズ */
		background: #5099ac;
	border-radius: 4px;
	margin:0 0 10px 15px;
	padding:1px 0 1px 30px ;
}
	.back_2404_gold h4{
		color:#fff;
		font-size:125%;			/*  フォントサイズ */
		background: #b49155;
		border-radius: 4px;
		margin:0 0 10px 15px;
		padding:1px 0 1px 30px ;
	}

.exh-box .works-title {
	margin:0 0 10px 0;
	line-height:170%;
	padding-left:15px;				/* 左パディング */
	padding-right:15px;				/* 左パディング */
	}
.exh-box .specification {
	font-size:75%;
	margin-bottom:20px;
}

.exh-box .co1{
	color:#f5e6ff;				/*テーマカラー */
}
.exh-box .co2{
	color:#7a3d99;				/*テーマカラー */
}


.small_90 {
font-size: 90%;
}
.exh-box dl dd {
	text-align:right;
	font-size:75%;
}
	/*  .exh-box dl dd .year {
	padding-left:10px;
	font-size:90%;
} */
.exh-box h3.kousei {
    margin-bottom: 15px;
	padding-left: 15px;
}
.exh-box h3 span.mincho {
	font-family: "ＭＳ 明朝",serif;
}

/* 基本情報・割引券 */
/* 今だけのお得な割引 ここから */

#btn-flat-simple {
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	text-decoration: none;
	color: #f1f0ef;
		background: #990066;		/*テーマカラー */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#btn-flat-simple:hover {
	background: #f1f0ef;
		color: #990066;		/*テーマカラー */
}

.exh-box .kousei_title {
	display: block;
	  width: 360px;
	font-size:110%;			/*  フォントサイズ */
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #b49155;
}
	
	.exh-box .font_green {
		color: #05899a;			/*テーマカラー */
		font-weight:bold;			/* 太さ */
	line-height:2;
	}
	
	
/* 今だけのお得な割引 ここまで */
	.exh-box .terms_zen {
		padding: 3px 4px 3px 4px;
		color: #fff;
		background:#dc6c47;/* df7a57 */
		border-radius: 1px;
		margin-left:20px;
	}
	.exh-box .terms_kou {
		padding: 3px 4px 3px 4px;
		color: #fff;
		background:#6278af;
		border-radius: 1px;
		margin-left:20px;
	}
	.exh-box .hatsu {
		border:1px solid  #78548c;
		border-radius: 3px;
	}
	.exh-box .hatsu_2402 .year{
		padding-left: 10px;
		font-size:70%;
	}	
	.exh-box .credit{
		font-size:65%;			/*  フォントサイズ */
		text-align:right;			/* 文字揃え */
		line-height:150%;			/* 行幅 */
		margin-top:3px;				/* 上マージン */
	}
	
/* 出品作品 */
/* 前期後期マークbefore　一部展示替えあり部分
----------------------------------------------------------- */
.zenki_b::before{
  	content: "　";
  	display:inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #990066; /* テーマカラー展覧会ごとに変える */
	box-sizing: border-box;
	position:  relative;        /* 位置調整 */
    top: 5px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}
.kouki_b::before{
  	content: "　";
  	display:inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg) skew(8deg, 8deg);
	background: #990066;/* テーマカラー展覧会ごとに変える */
	position:  relative;        /* 位置調整 */
    top: 5px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}

/* 前期後期マークafter　リスト部分
----------------------------------------------------------- */
.zenki::after{
  	content: "　";
  	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #990066;/* テーマカラー展覧会ごとに変える */
	box-sizing: border-box;
	margin:3px 3px 0 3px;
}
.kouki::after{
  	content: "　";
  	display: block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	background: #990066;/* テーマカラー展覧会ごとに変える */
	margin:3px 3px 0 3px;
}
/* 前期後期マークbefore　一部展示替えあり部分 個別タイトル
----------------------------------------------------------- */
.zenki_c::before{
  	content: "　";
  	display:inline-block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	border: 2px solid #990066; /* テーマカラー展覧会ごとに変える */
	box-sizing: border-box;
	position:  relative;        /* 位置調整 */
    top: 4px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}
.kouki_c::before{
  	content: "　";
  	display:inline-block;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) skew(8deg, 8deg);
	background: #990066;/* テーマカラー展覧会ごとに変える */
	position:  relative;        /* 位置調整 */
    top: 4px;                  /* 位置調整 */
    right: 7px;                  /* 位置調整 */
}


	
	/* 出品作品 見出しベタ背景色 */
	.bg_theme {
	background: #f0e8ec;
		display: inline-block;
		padding: 6px 15px 3px 15px;
		width: 690px;
		margin-bottom:5px;
	}

	/* 出品作品 englishの文字間 調整*/
	.ex_list li a .english {
		letter-spacing: 0.03em;
	}
	.ex_list li.no-link .english {
		letter-spacing: 0.03em;
	}
.exh-box .ex_list .list_box {
	display:block;				/* 表示形式 */
	width: 275px;
	font-size:95%;			/*  フォントサイズ */
	line-height:1.2;			/* 行幅 */
	position:  relative;        /* 位置調整 */
    right: 8px;                  /* 位置調整 */
}
.exh-box .ex_list .list_box ul li {
	padding-top: 0.6em;
	padding-bottom:0.6em;				/* 下パディング */
}
.exh-box .list_box .box_1,
.exh-box .list_box .box_2 {
	display:block;
	float:left;
	width:50%;				/* 表示の横幅 */
}
.exh-box .ex_list .list_box .number_p {
	display:block;				/* 表示形式 */
	float:left;
}
.exh-box .ex_list .list_box .title_p {
	display:block;
	float:left;
}
/* 見どころ */
/* 右側のカラムの幅設定 */

.exh-box-right {
		width: 257px;/* 一番大きな画像の横幅を展覧会ごとに指定する */
		}
/* 前期後期 */
	.exh-box .terms  {
		padding: 1px 3px 1px 3px;
		font-size:80%;
		line-height: 1.8;
	}
	.exh-box .terms_zenki {
		color: #fff;
		background:#990066;
		border-radius: 3px;
	}
	.exh-box .terms_kouki {
		color: #fff;
		background:#a8a813;
		border-radius: 3px;
	}
