*{
			font-family: 'M PLUS Rounded 1c', sans-serif;
}
		body{
			padding: 10px;text-align: left;
		}
		a.itembox{
			color: pink;
		}
		.scsbox{
			max-width: 80%;
			max-height: 225px;
		}
		.scsbox img{
			width: 100%;
		}
		.itembox{
			margin: 20px;
			text-decoration: none;
			display: flex;
			border: solid;
			border-color: #a00;
			background-color:black;
		}
		.title{
			font-size: xx-large;
		}
		@media screen and (max-width:480px){
			.itembox{
				text-align: center;
				display: block;
				margin: 10px auto;
			}
			.scsbox{
				width:100vw;
 				text-align: center;
 				display: block;
				margin-right: auto;
				margin-left: auto;
			}
			.title{
				font-size: x-large;
			}
		}