﻿@charset "UTF-8";
body {
	text-align: center;
}
.osusume {
	width: 1200px;
	max-width: 100%;
	font-size: 0;
	text-align: center;
	margin: 20px auto;
}
.osusume a {
	color: black;
	text-decoration: none;
}
.osusume img {
	max-width: 100%;
}
.osusume a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.osusume .desc {
	font-size: 19px;
	padding-bottom: 10px;
}
.osusume .cap-pc {
	display: block;
	font-size: 16px;
	background-color: #f3f3f3;
	margin: 15px 8px 0 8px;
	padding: 8px;
}
.osusume .cap-sp {
	display: none;
}
.osusume ul.flyer {
	padding-inline-start:0 !important;
}
.osusume ul.flyer li {
	list-style: none;
	display: inline-block;
}
.osusume ul.flyer li.w8 {
	width: 8%;
}

.osusume ul.flyer li.w20 {
	width: 19.5%;
	overflow: hidden;
}
.osusume ul.flyer li.w20 a img {
	transition: 1s all;
}
.osusume ul.flyer li.w20 a img:hover {
	transform: scale(1.05,1.05);
	transition: 0.5s all;
}
.osusume ul.flyer li.w25 {
	width: 24.5%;
	overflow: hidden;
}
.osusume ul.flyer li.w25 a img a {
	transition: 1s all;
}
.osusume ul.flyer li.w25 a img:hover {
	transform: scale(1.05,1.05);
	transition: 0.5s all;
}

.osusume ul.flyer li.w33 {
	width: 33%;
	overflow: hidden;
}
.osusume ul.flyer li.w33 a img {
	transition: 1s all;
}
.osusume ul.flyer li.w33 a img:hover {
	transform: scale(1.05,1.05);
	transition: 0.5s all;
}
.osusume ul.flyer li.w40 {
	width: 39.5%;
	overflow: hidden;
}
.osusume ul.flyer li.w40 a img {
	transition: 1s all;
}
.osusume ul.flyer li.w40 a img:hover {
	transform: scale(1.05,1.05);
	transition: 0.5s all;
}
.osusume ul.flyer li.w50 {
	width: 49.5%;
	overflow: hidden;
}
.osusume ul.flyer li.w50 a img {
	transition: 1s all;
}
.osusume ul.flyer li.w50 a img:hover {
	transform: scale(1.05,1.05);
	transition: 0.5s all;
}
.osusume ul.flyer li.w60 {
	width: 59.5%;
	overflow: hidden;
}
.osusume ul.flyer li.w60 a img {
	transition: 1s all;
}
.osusume ul.flyer li.w60 a img:hover {
	transform: scale(1.05,1.05);
	transition: 0.5s all;
}


@media screen and (max-width: 480px) {
body {
	width: 100%;
	margin: 0;
}
.osusume {
	width: 100%;
}
.osusume img {
	max-width: 100%;
}
.osusume .cap-sp {
	display: block;
	font-size: 18px;
	background-color: #f3f3f3;
	margin: 15px 8px 0 8px;
	padding: 8px;
}
.osusume .cap-pc {
	display: none;
}

.osusume ul.flyer li.ws33 {
	width: 33%;
}
.osusume ul.flyer li.ws50 {
	width: 50%;
}
.osusume ul.flyer li.ws100 {
	width: 100%;
}



