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

/*symposium*/
.sec01 {
	margin-right: 20px;
	width: calc(100% - 20px);
	height: 336px;
	background-image: url(../../../../file/image/symposium_bnr.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sec01 .green_box .en{
	font-family: MyFont;
	font-size: 16px;
	line-height: 1em;
}
.sec01 .green_box .ja{
	letter-spacing: 0em;
	font-size: 12px;
}

#symposium .img {
	background-image: url(../../../../file/image/symposium_bnr.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 336px;
}
.sec02 {
	margin-right: 20px;
	border-bottom: 2px solid #cecece;
	padding-bottom: 60px;
}
.sec02 p{
	font-size: 16px;
	line-height: 2.0em;
}
.sec02 p.sympo_tit{
	font-size: 25px;
	font-weight: bold;
	margin: 40px 0px;
}
.sec03 {
	padding: 30px 0px 0px;
}

#Contents #category ul.list li{
	margin: 0 20px 30px 0;
}

#Contents .paging{
	clear: both;
	overflow: hidden;
}
#Contents .paging span{
	font-size: 14px;
}
#Contents .paging a span.paging_bt{
	color: #009944;
}
