/* ------------------開催中の企画・予告 */

#event {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


#event h3{
	color: #a22041;
	padding: 3px 0px 3px 7px;
	margin-bottom: 10px;
	border-bottom: 1px #C9C5BB solid;
	font-size: 1em;

}


.pageExplain{
	width: 100% ;
	background-color:white; 
    margin:0.5em 0.5em 0em 1em;    
	color: black;
	text-align:left;
}



.strNodata{left
	text-align:center;
	color: blue ;
	font-size: 11pt;
    padding:0.2em 1em 1em; 
}


/* jsData領域（db_data.js）--- js3を利用 */

.Desc{
	position:relative;
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:2px;
	padding:0.3em 0.3em;
/*	background-color:pink; */

}

.Photo{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
/*	width	:300px; */


}

.Explain{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width	:500px;
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:2px;
	padding:0.3em 0.3em;

}

.koKugiri {
	height: 1px;
	background-color: yellowgreen;
	border: none;
	color: #ff0000;
	width:95%;

}
/* 項目説明area */

.komidasi {
	display:table-cell;
	width:120px;
    padding-top:0.2em;
    padding-left:1em;
    text-align: left;
	border-bottom: 1px dotted;
	border-color: pink;
}

.koNaiyo {
	display:table-cell;
	width:550px;
    text-align: left;
	border-bottom: 1px dotted;
	border-color: pink;
}


.koShosai {
	position:relative;
    text-align: left;
    padding-top:0.2em;
    padding-left:1em;
    line-height:100%;
    font-size:0.9em;
    line-height:160%;
	border-bottom: 1px dotted;
	border-color: pink;
}

/*「終了しました」 */
.EndMark {
	font-weight:bold;
	color:white;
	font-size:12px;
	background-color:red;

}


/* 項目説明(項目内容毎の設定) */
.画像{

}

.タイトル{
	color: #946134 ;
	font-size: 1.4em;
	font-weight: bold;
    padding-left:0px; 
}

.期間 {
	font-weight:bold;
	color:#4a488e;
/*	font-size:1.2em; */

}

.展示ガイド {
	font-weight:bold;
	color:#316745;
/*	font-size:1.2em; */

}


.リンクURL{
    padding:0.3em 1em;
	text-align:left;
/*	font-size: 10pt;  */
	line-height:1.2em;
}


.no-disp {
	display:none;
}