body{
	background-color: 	rgba(152, 154, 155, 0.88);;
}

#l-main{
	display: block;
	width: 640px;

}

#content{
	margin-bottom: 150px;
}
#content > div{
	margin-bottom: 25px;
}

img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.current{
	color:#0068b7;
}


/* 1023px以下の時表示される */
@media only screen and (max-width:1023px){
	#l-main{
		display: block;
		width: 90%;
	}

}