@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/ACCESS/key/leather/ for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 736px) {

.item_list>li+li {
	margin-top: 50px
}
.item_list li img {
	display: block;
	width: 60%;
	margin: auto;
}
.item_list h3 {
	margin-top: 10px;
	text-align: center;
	line-height: 1;
}

}