
/*コンテンツエリア
------------------------------------------------------*/

#contentsAreaHome {
	width:1200px;
	height: auto;
	clear:both;
}



@media screen and (max-width: 1199px){

	#contentsAreaHome {
		clear:both;
		width: 100%;
		padding: 0px;
		display:block;
		height: auto;
		position: relative;
	}
	

}

/*トップメインビジュアル
------------------------------------------------------*/

#topCnt {
	/*width: 100%;
	min-height: 500px;
	margin: 0 auto;
	height:auto;
	position: relative;*/
	position: relative;
	top: -150px;
	
	width: 100%;
	height: auto;
	/*background-image:url("../common/img/bg_image.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;*/
	/*background-size:auto;*/
	background-color: #000;
	text-indent:-9999px;
	padding: 0;
}
#date {
	position: relative;
	top:500px;
	z-index: 10;
	margin: 0 auto;
}
@media screen and (max-width: 800px){
	#date{
		top:330px;
	}
	#date img{
		width:70%;
	}
}




@media screen and (min-width: 801px) and (max-width: 1200px){

#topCnt {
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
	top: -150px;
	/*background-image:url("../common/img/bg_image.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	background-color: #fff;*/
	text-indent:-9999px;
}
	
/*演題登録期間*/
.period1{
	position:absolute;
	top:170px;
	left:220px;
}
.period1 th{
	font-size:15px;
  text-align: center;
  text-shadow:0px 1px 0px #000;
  padding: 5px;
  color:#60936B;
}
.period1 th .border{
  line-height:25px;
  border: 2px solid #fff;
}
.period1 td{
	font-size:13px;
}


}


@media screen and (max-width: 800px){

#topCnt {
	width: 100%;
	height: auto;
	min-height: 400px;
	/*background-image:url("../common/img/bg_image_sm.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: cover;
	background-color: #fff;*/
	text-indent:-9999px;
}
	
/*演題登録期間*/
.period1{
	position:absolute;
	top:170px;
	left:220px;
}
.period1 th{
	font-size:15px;
  text-align: center;
  text-shadow:0px 1px 0px #000;
  padding: 5px;
  color:#60936B;
}
.period1 th .border{
  line-height:25px;
  border: 2px solid #fff;
}
.period1 td{
	font-size:13px;
}


}


/*重要なお知らせ
------------------------------------------------------*/

.breakingNews {
	margin: 15px 15px 15px;
	padding: 15px;
	border: 3px solid #ff0000;
}
	.breakingNews h3 {
		font-size: 1.2em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.breakingNews p {
		font-size: 1.1em;
		line-height: 1.6;
	}
	

/* news // 
------------------------------------------------------*/
#topCnt2 {
	width: 1200px;
	margin:0 auto 70px;
	height:auto;
	min-height: 300px;
}

#sponsorArea {
	width: 600px;
	margin:0px auto 20px;
	min-height:380px;
	padding: 0px;
	float: right;
}
.ul_topSponsor {
	width:600px;
	margin: 10px auto 0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	  display:-ms-flexbox;/*--- IE10 ---*/
	  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;

}
	.ul_topSponsor li {
		margin: 0px 10px 10px 0;
	}
	.ul_topSponsor li img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}
	.ul_topSponsor li p {
		font-size: 10px;
		text-align: center;
	}


.news {
	width: 580px;
	float: left;
}
.news h2 span {
	font-family: 'Bebas Neue', cursive;
	font-size:16px;
	font-weight: 600;
	line-height: 2.0;
}
.news-list {
	flex-direction: column;
	gap: 1em;
	height:370px;
	overflow-y: scroll;
	font-size:15px;
	border:1px solid #002864;
	padding:20px;
	margin-top: 10px;
}
.news-list li {
	display: flex;
}
.news-list li span.date {
	width: 160px;
	color: #002864;
	font-weight: 600;
}


@media screen and (min-width: 801px) and (max-width: 1200px){
#topCnt2 {
	display: flex;
	width: 90%;
	margin: 0px auto 70px;
	height:auto;
	min-height: 300px;
}
		
	
#sponsorArea {
	width: 50%;
	margin:0px auto 20px;
	min-height:380px;
	padding: 0px 10px;
	float: none;
}
.ul_topSponsor {
	width: 100%;
	margin: 10px auto 0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	  display:-ms-flexbox;/*--- IE10 ---*/
	  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
}
	
	
.news {
	width: 55%;
	float: none;
	margin: 0 auto;
}


}




@media screen and (max-width: 800px){
#topCnt2 {
	width: 98%;
	margin: 0px auto 70px;
	height:auto;
	clear: both;
}
	
#sponsorArea {
	width: 400px;
	margin:0px auto 20px;
	min-height:380px;
	padding: 0px;
	float: none;
}
.ul_topSponsor {
	width: 100%;
	margin: 10px auto 0;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	  display:-ms-flexbox;/*--- IE10 ---*/
	  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;

}
	
.news {
	width: 90%;
	float: none;
	margin: 0px auto;
}
	
	.news-list {
		font-size:13px;
		margin:0 auto 20px;
	}

.news-list li{
	display: flex;
}
.news-list li span.date{
	width:165px;
}
.news-list li span.excerpt{
	width:385px;
}
	

	
}



	
	
	






