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

/*exhibition_detail*/


body, textarea { font-family: 'Roboto','Hiragino Kaku Gothic ProN',"ＭＳ Ｐゴシック", 'Roboto',sans-serif; font-size:14px; letter-spacing: 2.4px; }
input, select { font-family: 'Roboto','Hiragino Kaku Gothic ProN',"ＭＳ Ｐゴシック", 'Roboto',sans-serif; }
a{ color: #828282;	text-decoration:underline;}
/*eyechatch*/		
#eyecatch{
	width:620px;
	float:left;
	position: relative;
	border: 1px solid #E6E6E6;
	padding:10px;
	}
#eyecatch dl dt{
	width:620px;
	height:420px;
	display:block;
	background-image:url(/common/img/noimage.jpg);	
	}	
#eyecatch dl{
	}
#eyecatch dl dd{
	width:620px;
	font-size: 15px;
	color: #3C3C3C;
	text-align: left;
	height: 30px;
	line-height: 40px;
	font-weight:900;
	font-style:italic;
	}
#news .profile_title,
#news .more_title{
	font-weight:900;
	color:#3c3c3c;
	font-size: 15px;
	margin-bottom: 10px;
}
#news .profile_detail,
#news .more_detail{
	margin-bottom: 35px;
	color: #828282;
	line-height:2;
}		
#news .detail{
	padding:15px 8px 15px 8px;
	}
#news{
	overflow-y: auto;	
	}	
	
	
	
/*news*/			
#news{
	width:auto;
	float:left;
	border: #E6E6E6 solid 1px;
	border-left:none;
	width:257px;
	height:470px;
	overflow-y:scroll;
	}
#news dl{
	border-bottom:#E6E6E6 dashed 1px;
	padding:10px;
	text-align:left;
	}
#news dl.last{
	border-bottom:#E6E6E6 dashed 0px;
	}	
#news .title{
	display: block;
	border-bottom: #E6E6E6 solid 1px;
	height: 35px;
	line-height: 35px;
	margin: auto;
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 3px;
	text-align:center;
	}
#news dl dt{
	color:#3C3C3C;
	font-weight:500;
	padding-bottom: 5px;
	}
#news dl dd{
	color:#828282;
	font-size:13px;
	}