body *{
	box-sizing: border-box;
}

#category ul{
	list-style: none;
	padding: 0;
	margin: 0;
	/*display: flex;*/
	display: none;
}

#category ul li{
	padding: 0;
	margin: 0;
}

#close{
	padding:0 20px;
	height: 40px;
	line-height: 40px;
	width:100%;
	max-width: 860px;
	margin: 0 auto;
	text-align: right;	
}

#close a{
	text-decoration:none;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

#contents{
	min-height: calc(100vh - 120px);
	/*overflow: auto;*/
}

#form{
	text-align: right;
	padding: 10px 0;
}

#form #submit{
	background:none;
	border: none;
	cursor: pointer;
}


main{
	object-fit: contain;
	overflow: auto;
}

#description{
	background: #FFF;
	display: flex;
}

#description h2{
	font-size: 16px;
}

#description #imgBox{
	width: 350px;
	height: 350px;
}

@media(max-width:480px){

	body{
		background: #FFF;
	}

	#description #imgBox{
		width: 100%;
		height: 100%;
	}

}

#description #information{
	width: calc(100% - 350px);
	padding:20px;
}

#description #imgBox{
	padding-top: 40px;
}

#description #creator{
	margin-top: 20px;
	padding: 10px 20px 20px;
	border: 1px solid #ccc;
}

#description #creator *{
	font-size: 14px;
}

#description #creator a{
	color: #00F;
}

#description #creator #info{
	display: flex;
	align-items: center;
}

#description #creator #info span{
	margin-right: 10px;
}

#description #imgBox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#description #icon img{
	width: 50px;
	height: 50px;
	object-fit: contain;
}

#description #date{
	text-align: right;
}

/* ########### ６８０px以下###########  */

@media(max-width: 680px){

#description{
	display: block;
}

#description #imgBox{
	margin: 0 auto;
}

#description #information{
	width:100%;
	padding:20px;
}

#description #date{
	text-align: left;
}


}

/* footer
-------------------------------------------*/
#footer{
	padding-top: 10px;
	height: 60px;
	background: #CCC;
	font-size: 14px;
	text-align: center;
}