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

#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;*/
	
	width: 100%;
	height: auto;
	min-height: 500px;
	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: #fff;
	text-indent:-9999px;
	position:relative;
}

.head_info.sp_on{
	display:none;
}

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

#topCnt {
	width: 100%;
	height: auto;
	min-height: 500px;
	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;
}

/* TOP注意書き */
.head_info.sp_on{
	display:block;
	max-width:380px;
	background:#F7AD00;
	border-radius:20px;
	text-indent:10px;
	text-align:center;
	padding:10px;
	margin:0 auto 20px;
}
.head_info .date{
	color:#000;
	font-size:18px;
	line-height:1.4em;
}
.head_info .lText{
		line-height:1.4em;
	}

}


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

.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;
	}
	

/*What's new // Movie
------------------------------------------------------*/
#topCnt2 {
	width: 1200px;
	margin: 30px auto;
	height:auto;
	min-height: 300px;
}

#whatsnewArea {
	width: 520px;
	margin:10px auto 20px;
	min-height:270px;
	padding:10px 30px;
	float: right;
	background: #e5e5e5;
}
.news h2 span {
	font-family: 'Bebas Neue', cursive;
	font-size:16px;
	font-weight: 600;
	line-height: 2.0;
	color: #000;
}
.news-list {
	flex-direction: column;
	gap: 1em;
	height:100px;
	overflow-y: scroll;
	font-size:15px;
	border:1px solid #ccc;
	padding:10px;
}
@media screen and (max-width: 800px){
	.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;
}
#tit_whatsnew {
	width: 510px;
	height: 30px;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2.0;
	padding-left: 10px;
}

#dl_whatsnew {
	width:480px;
	margin: 10px auto 0;
	font-size:1.1em;
	height: auto;
	min-height:160px;
	padding: 10px;	
	overflow: auto;
	background: #666666;
	}
	
		#dl_whatsnew dt {
			width:140px;
			clear:left;
			float:left;			
			color: #82d23c;
			padding-top:3px;
			text-align: right;
			font-weight: 500;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 10em;		
			color:#fff;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		#dl_whatsnew dd a {
			color:#F9FCB4;
		}

#snsBox {
	display: block;
	width: 590px;
	margin: 30px 0px 0;
	padding: 10px 30px 10px 0;
	float: left;
}

#title_movie {
	width: 365px;
	height: 32px;
}
#movieBox .movieBox {
	margin: 10px auto;
}
#movieBox .thum_movie {
	max-width: 365px;
}	


@media screen and (min-width: 841px) and (max-width: 1200px){
#topCnt2 {
	display: flex;
	width: 100%;
	margin: 30px auto;
	height:auto;
	clear: both;
}
	
#whatsnewArea {
	width: 520px;
	margin:0px auto 20px;
	min-height:270px;
	padding:10px 30px;
	float: none;
	background: #e5e5e5;
}

#tit_whatsnew {
	width: 510px;
	height: 30px;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2.0;
	padding-left: 10px;
}

#dl_whatsnew {
	width:480px;
	margin: 10px auto 0;
	font-size:1.1em;
	height: auto;
	min-height:160px;
	padding: 10px;	
	overflow: auto;
	background: #666666;
	}
	
		#dl_whatsnew dt {
			width: 130px;
			clear:left;
			float:left;			
			color: #82d23c;
			padding-top:3px;
			text-align: right;
			font-weight: 500;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 10em;		
			color:#fff;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		#dl_whatsnew dd a {
			color:#F9FCB4;
		}

#snsBox {
	display: block;
	width: 520px;
	margin: 30px auto;
	padding: 10px;
	float: none;
}

	
#movieBox {
	width: 100%;
	display: block;
	float: none;
	margin:0;
	padding:0px;
}
#title_movie {
	width: 100%;
	height: auto;
}
#title_movie img {
	width: 100%;
}	
#movieBox .thum_movie {
	margin: 30px auto;
	max-width: 365px;
}	
	
}


@media screen and (min-width: 691px) and (max-width: 840px){
#topCnt2 {
	display: block;
	width: 100%;
	margin: 20px auto 0;
	height:auto;
	clear: both;
	position: relative;
	top: 450;
}
	
#whatsnewArea {
	width: 520px;
	margin:0px auto 20px;
	min-height:270px;
	padding:10px 30px;
	float: none;
	background: #e5e5e5;
}

#tit_whatsnew {
	width: 510px;
	height: 30px;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2.0;
	padding-left: 10px;
}

#dl_whatsnew {
	width:480px;
	margin: 10px auto 0;
	font-size:1.1em;
	height: auto;
	min-height:160px;
	padding: 10px;	
	overflow: auto;
	background: #666666;
	}
	
		#dl_whatsnew dt {
			width: 130px;
			clear:left;
			float:left;			
			color: #82d23c;
			padding-top:3px;
			text-align: right;
			font-weight: 500;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 10em;		
			color:#fff;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		#dl_whatsnew dd a {
			color:#F9FCB4;
		}

#snsBox {
	display: block;
	width: 520px;
	margin: 0px auto 30px;
	padding: 10px;
	float: none;
}

	
}

@media screen and (max-width: 690px){
#topCnt2 {
	width: 98%;
	margin: 20px auto 0;
	height:auto;
	clear: both;
}
	
#whatsnewArea {
	width: 100%;
	margin:0px auto;
	min-height:270px;
	padding:0px;
	float: none;
	background: #e5e5e5;
}

#tit_whatsnew {
	width: 100%;
	height: 30px;
	color: #000;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 2.0;
	padding-left: 10px;
}

#dl_whatsnew {
	width:80%;
	margin: 10px auto 0;
	font-size:1.1em;
	height: auto;
	min-height:160px;
	padding: 10px;	
	overflow: auto;
	background: #666666;
	}
	
		#dl_whatsnew dt {
			width: 130px;
			clear:left;
			float:left;			
			color: #82d23c;
			padding-top:3px;
			text-align: right;
			font-weight: 500;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 10em;		
			color:#fff;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		#dl_whatsnew dd a {
			color:#F9FCB4;
		}

#snsBox {
	display: block;
	width: 95%;
	margin: 0px auto 30px;
	padding: 0px;
	float: none;
}
	
}

	
	
	






