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



/*==========================================================================================

	// 発表会・イベントについて

==========================================================================================*/

.performance h3 {
	font-size: 16px;
	font-weight:bold;
	color: #597FB7;
	
}

.performance p {
	padding: 10px;
}
.performance table{
	margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
	line-height: 1.6;
    border: solid 1px #EBEBEB;}

.performance table tr{
    border-bottom: solid 1px #EBEBEB;
}

.performance table tr:last-child{
    border-bottom: none;
}

.performance table th{
    position: relative;
	font-weight: bold;
    text-align: left;
    width: 30%;
    background-color: #FFFAC6;
    padding: 10px;
    border-right: solid 1px #EBEBEB;
}


.performance table td{
    text-align: left;
    width: 70%;
    background-color: #FFFDE8;
    padding: 10px 10px 10px 20px;
}

.h_important {
	background: #CCE1FF !important;;
}


.d_important {
	background: #F0F6FF !important;;
}



/*==========================================================================================

	// ギャラリー

==========================================================================================*/


.gallery h3 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 15px;
	color: #597FB7;
	line-height: 140%;
	
}

.gallery h4 {
	font-size: 14px;
	font-weight:bold;
	margin:20px 0 10px 0;
	color: #535353;
	line-height: 140%;

}



.gallery {
	clear: both;
	height: auto;
	margin-bottom: 40px;
}


.gallery img {
	margin: 0 8px 10px 0;
	border-radius: 2px;
}


.date {
	font-size: 10px;
	color: #ADC4E6;
}








