@charset "utf-8";


/* --- カテゴリーカラー ---------------------------------------------------------------------------------------------- */

 span.category-name {
	display: inline-block;
	font-size: 70%;
	font-weight: bold;
	line-height: 1;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
 }
 
 span.notice {
	/*color: #ff6666;*/
	color: #c63737;
	border: 1px solid #c63737;
 }
 
 span.adopted {
	color: #6337c6;
	border: 1px solid #6337c6;
 }
 
 span.media {
	/*color: #66baff;*/
	color: #37adc6;
	border: 1px solid #37adc6;
 }
 
 span.exhibition {
	/*color: #488800;*/
	color: #83c637;
	border: 1px solid #83c637;
 }
 
 span.internal {
	/*color: #d3ac00;*/
	color: #c6ac37;
	border: 1px solid #c6ac37;
 }
 
 span.external {
	color: #c68937;
	border: 1px solid #c68937;
 }
 
 span.internship {
	color: #3777c6;
	border: 1px solid #3777c6;
 }
 
 span.others {
	/*color: #999999;*/
	color: #7b7b7b;
	border: 1px solid #7b7b7b;
 }

 .topic-date span.category-name {
	margin: 0;
	margin-right: 10px;
	padding: 5px 15px;
 }

 .topic-date a span.category-name {
	text-decoration: underline;
 }

 .topic-date a:hover span.category-name {
	text-decoration: none;
 }




/* --- sidebar ------------------------------------------------------------------------------------------------------ */

 .side-menu {
	display: block;
 }	 

 .side-menu {
	border: 0px;
	background: none;
 }

 .side-menu > div > div {
	border: 1px solid #D4D4D4;
 }

 .side-menu .category-number {
	margin-top: 5px;
 }

 .year-number p {
	background: rgba(104,176,77,0.8);
	box-shadow: 0px 0px 1px #666;
	margin: 0;
	padding: 5px 10px;
 }

 .category-number p {
	background: rgba(77, 176, 170,0.8);
	box-shadow: 0px 0px 1px #666;
	margin: 0;
	padding: 5px 10px;
 }

 .year-number, .category-number {
	background: #fff;
 }
 
@media screen and (min-width: 1201px){

  .year-number p {
	display: none;
 }

}

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

 .side-menu .jap {
	display: flex;
	flex-direction: column;
 }

}

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

 .side-menu {
	margin: 0 auto;
	text-align: center;
	background: rgba(219,184,154,0.3);
 }

 .side-menu > div > div {
	border: none;
 }

 .side-menu li {
	display: inline-block;
	box-shadow: none;
	margin: 0 3px;
	background: none;
 }
 
 .side-menu ul li {
	background: none;
 }

 .year-number, .category-number {
	background: none;
	margin-top: 15px;
 }
 
 .category-number {
	margin-bottom: 15px;
 }
 
}

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

 .side-menu .year-number {
	margin-top: 10px;
 }

 .year-number {
	order: 2;
 }

 .category-number {
	order: 1;
 }

}



/*===============================================
●トピックス
===============================================*/
 #topics {
	/*color: #454545;
	background: #ffffff;*/
	/*border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	margin: 20px auto 0;
	padding: 20px;
	position: relative;*/
 }

#topics #information dl {
	border-bottom: 1px dotted #333333;
	padding-bottom: 20px;
	margin: 20px 0;
}

#topics .topics #information dl:first-child {
	border-top: 1px dotted #333333;
	padding-top: 20px;
}

div#topics dl {
	/*display: table;*/
	margin: 0;
}

div#topics dl dt {
	font-weight: bold;
	padding-bottom: 8px;
}

div#topics dl dd {
	font-size: 90%;
	word-break: break-all;
	line-height: 1.75;
	margin: 0;
}

.new-label:after{
	content: "NEW";
	display: inline-block;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	padding: 6px 9px;
	/*margin-left: 10px;*/
	background: #f0ad4e;
	border: 1px solid #eea236;
	border-radius: 3px;
	vertical-align: middle;
	position: relative;
}


 .news {
	text-align: right;
	margin-top: 10px;
 }

 .news a {
	color: #000;
	text-decoration: underline;
 }

 .news a:hover {
	color: #01B1AF;
	text-decoration: none;
 }


 .topics-title {
	border-left: 5px solid #337ab7;
	border-bottom: 1px solid #337ab7;
	margin-bottom: 20px;
 }

 .topics-title h3 {
	font-size: 25px;
	margin-left: 10px;
	margin-bottom: 0;
 }

 .btn {
	margin-top: 15px;
 }

 #topics .title a, #topics .topic-contents a{
	color:#36F;
	text-decoration:underline;
 }

 #topics .title a:hover, #topics .topic-contents a:hover{
	color:#039;
	text-decoration:none;
 }

 .topic-date {
	margin-bottom: 10px;
}


 a.video:hover img, a.url:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

 .url img {
	width: 50%;
	height: auto;
 }


@media screen and (min-width: 781px){ 

 #main-contents .contents-menu {
	display: none;
 }

 div#topi dl dt{
	float: left;
	clear: both;
	width: 22%;
 }

 div#topi dl dd{
	margin-left: 22%;
 }

 .video img {
	width: 80%;
	height: auto;
 }
 
}


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

 #main-contents .contents-menu, 
 #main-contents .contents-menu ul, 
 #main-contents .contents-menu ul li {
	display: block;
 }

 .video img {
	width: 100%;
	height: auto;
 }
 
}


.topic-date {
	text-align: right;
}

.topic-file {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.topic-file div.upfile {
	margin: 0 0.5% 1%;
}

.topic-file img {
	width: 100%;
}


@media screen and (min-width: 481px){ 

 .topic-file div.upfile {
	width: 32.33%;
 }

}


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

 .topic-file div.upfile {
	width: 49%;
 }

}