@charset "utf-8";

/* CSS Document */

.wrap_premium {
	margin-bottom: 40px;
	height: 100%;
	text-align: center;
	font-size: 0;
}

.wrap_premium > a {
	display: block;
	margin: 0 auto 5px;
	max-width: 100% !important;
}

.wrap_premium > a:hover { opacity: 0.6; }

.wrap_premium > a > img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.addinfo{
	text-align: right;
}

.addinfo > img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 768px) {

.wrap_premium > a {
	margin-right: 0;
		margin-bottom: 15px;
		width : 45% !important; /* IE8以下とAndroid4.3以下用フォールバック */
	  width : -webkit-calc((100% - 10px) / 2) !important;
		width: calc((100% - 10px) / 2) !important;
		float: left;
	}
	.wrap_premium > a:nth-child(odd) {
		margin-right: 10px !important;
	}
	.wrap_premium::after {
		content: "";
	  display: block;
	  clear: both;
}
}
