/* CSS Document */

header nav ul li.nav a{
	border-bottom: 1px solid #E9C014;
}


#container #poster{
  margin: 80px 0 40px;
  text-align: center;
}
#poster img{
  width: 800px;
}

#container #Profile {
  margin: 40px 0;
  padding: 0 140px;
}
#Profile .profile{
}
#Profile .profile h3{
	font-size: 4.0rem;
	font-weight: 400;
	letter-spacing: 4px;
	margin:20px 0 10px;
}
#Profile .profile h3 span{
	font-size: 2.0rem;
	margin-right: 30px;
}
#Profile .profile p{
	margin-bottom: 30px;
}
#Profile .profile dl{
	display: flex;
	font-size: 1.3rem;
}
#Profile .profile dl dt{
	width: 80px;
}



#Idea{}
#Idea p{
	margin-bottom: 20px;
}
#Idea .detail{
	border: 1px solid #ccc;
	margin-top: 40px;
	padding: 40px 80px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #000;
}
#Idea .detail dl{
	display: flex;
	margin: 20px 0;
}
#Idea .detail dl dt{
	width: 120px;
}





.book{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.book dl{
	border: 1px solid #ccc;
	width: 490px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	display: flex;
}
.book dl dt{
	height: 150px;
	margin-right: 15px;
}
.book dl dt img{
	height: 100%;
}




.dltb dl{
	display: flex;
	padding: 5px 10px;
}
.dltb dl:nth-child(odd){
	background: #F0F0F0;
}
.dltb dl span{
	font-size: 1.1rem;
}


.report dl dt{
	width: 580px;
}
.report dl dd:nth-of-type(1){
	min-width: 220px;
}

.exhibition dl dt{
	width: 850px;
}
.lecture dl dt{
	width: 450px;
}
.lecture dl dd:nth-of-type(1){
	min-width: 400px;
}


.award dl dt{
	width: 450px;
}
.award dl dd .published{
	/*color: red;*/
	font-size: 1.2rem;
}


@media screen and (max-width: 480px) {
	
  img{max-width: 100%;}
  
  #container #poster{
    margin: 20px 0;
    padding: 0 20px;
  }
  
	#container #Profile {
    margin: 20px 0;
    padding: 0 10px;
	}
	#Profile .profile {
    display: block;
	}
	#Profile .profile p {
    margin-bottom: 20px;
		text-align: center;
	}
	#Profile .profile h3 {
		margin: 0 0 20px;
		text-align: center;
	}
	#Profile .profile h3 span{
		display: block;
		margin: 0 0 10px;
		font-size: 1.6rem;
	}
	#Profile .profile dl {
    font-size: 1.1rem;
		line-height: 1.8em;
	}
	#Profile .profile dl dt {
	}
	#Profile .profile dl dd {
		width: 100%;
	}
	
	
	
	#Idea .detail {
    font-size: 1.4rem;
		padding: 20px;
		line-height: 1.4em;
	}
	#Idea .detail dl {
    margin: 10px 0;
	}
	#Idea .detail dl dd{
		width: 100%;
	}
	
	.book dl {
		padding: 5px;
		margin-bottom: 10px;
	}
	.book dl dt {
    height: 100px;
	}
	.book dl dd {
		font-size: 1.2rem;
		line-height: 1.4em;
	}
	.book dl dd h3{
		font-size: 1.4rem;
		margin: 5px 0;
	}
	
}
