<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*
	福島県観光物産館

	create	20180507-
*/

/* ---------------------------------------------------------
	約560px未満の画面向けスタイル mobile first
--------------------------------------------------------- */
#giftBlock {
	margin: 0 0 50px;
}
#giftBlock h2 {
	margin: 0 0 30px;
	font-size: 26px;
	color: #AD342C;
	position: relative;
}
#giftBlock h2 date {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 50px;
}
#giftBlock h2 date span {
	font-size: 16px;
	margin: 0 5px;
}
#giftBlock h2 date &gt; a {
	font-size: 18px;
	margin: 0 20px;
	color: #ad342c;
}
#giftBlock .giftList {
	margin: 0 10px 50px;
}
#giftBlock .giftList:last-of-type {
	margin-bottom: 10px;
}
#giftBlock .giftList h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
#giftBlock .giftList ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#giftBlock .giftList ul li {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 2px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
#giftBlock .giftList ul li .photo {
	width: 100px;
	margin-right: 10px;
	padding-bottom: 100px;
	float: left;
/*	background-size: cover; */
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
}
#giftBlock .giftList ul li .rank {
	font-size: 14px;
	padding: 8px;
}
#giftBlock .giftList ul li .title {
	padding: 0 8px 0 0;
	margin-bottom: 5px;
}
#giftBlock .giftList ul li .kakaku {
	font-size: 12px;
	padding: 0 8px 5px 0;
}
#giftBlock .giftList ul li .maker {
	font-size: 12px;
	padding: 0 8px 0 0;
}
#giftBlock .giftList ul li:nth-child(1) {
	text-align: center;
}
#giftBlock .giftList ul li:nth-child(1) .photo {
	float: none;
	width: 100%;
	padding-bottom: 70%;
}
#giftBlock .giftList ul li:nth-child(1) .rank {
	width: 50px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../gift/img/rank01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#giftBlock .giftList ul li:nth-child(1) .title {
	font-size: 20px;
	padding: 0;
}
#giftBlock .giftList ul li:nth-child(1) .kakaku {
	padding: 5px 0 10px;
}
#giftBlock .giftList ul li:nth-child(1) .maker {
	padding: 0 0 10px;
}
#giftBlock .giftList ul li:nth-child(2) {
	width: calc(50% - 1px);
	text-align: center;
}
#giftBlock .giftList ul li:nth-child(2) .rank {
	width: 40px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../gift/img/rank02.jpg);
	background-size: content;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#giftBlock .giftList ul li:nth-child(2) .photo {
	float: none;
	width: 100%;
	padding-bottom: 70%;
}
#giftBlock .giftList ul li:nth-child(2) .maker {
	padding-bottom: 10px;
}
#giftBlock .giftList ul li:nth-child(3) {
	width: calc(50% - 1px);
	text-align: center;
}
#giftBlock .giftList ul li:nth-child(3) .rank {
	width: 40px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../gift/img/rank03.jpg);
	background-size: content;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#giftBlock .giftList ul li:nth-child(3) .photo {
	float: none;
	width: 100%;
	padding-bottom: 70%;
}
#giftBlock .giftList ul li:nth-child(3) .maker {
	padding-bottom: 10px;
}
#giftBlock .giftList ul li a {
	color: #333;
	text-decoration: none;
}
#giftBlock .giftList ul li a i {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	background-color: #f60;
	font-size: 15px;
	padding: 8px;
	border-radius: 15px;
}
#giftBlock .giftList ul li:nth-child(1) a i,
#giftBlock .giftList ul li:nth-child(2) a i,
#giftBlock .giftList ul li:nth-child(3) a i {
	top: 5px;
	bottom: auto;
	right: 5px;
	font-size: 18px;
	padding: 11px;
	border-radius: 22px;
}




@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル second tablet */

	#giftBlock .giftList ul li {
		width: calc(100% / 7 - 2px);
		text-align: center;
	}
	#giftBlock .giftList ul li .rank {
	}
	#giftBlock .giftList ul li .title {
		text-align: left;
		padding: 0 8px;
	}
	#giftBlock .giftList ul li .photo {
		width: 100%;
		margin-right: 0;
		padding-bottom: 80%;
		float: none;
	}
	#giftBlock .giftList ul li .maker {
		padding: 0 8px 8px;
	}
	#giftBlock .giftList ul li:nth-child(1) {
		width: calc(100% / 3 - 1px);
	}
	#giftBlock .giftList ul li:nth-child(2) {
		width: calc(100% / 3 - 1px);
	}
	#giftBlock .giftList ul li:nth-child(3) {
		width: calc(100% / 3 - 1px);
	}
	#giftBlock .giftList ul li:nth-child(1) .title {
		padding: 0 8px;
		text-align: center;
	}
	#giftBlock .giftList ul li:nth-child(2) .title {
		padding: 0 8px;
		text-align: center;
	}
	#giftBlock .giftList ul li:nth-child(3) .title {
		padding: 0 8px;
		text-align: center;
	}
	#giftBlock .giftList ul li:nth-child(2) .rank {
		width: 50px;
		height: 60px;
	}
	#giftBlock .giftList ul li:nth-child(3) .rank {
		width: 50px;
		height: 60px;
	}
	#giftBlock .giftList ul li:nth-child(1) .title {
		font-size: 16px;
	}
	#giftBlock .giftList ul li:nth-child(1) .kakaku {
		padding: 0 8px 5px 0;
	}

	#giftBlock .giftList ul li a i {
		top: 3px;
		bottom: auto;
		right: 3px;
	}
	#giftBlock .giftList ul li:nth-child(1) a i,
	#giftBlock .giftList ul li:nth-child(2) a i,
	#giftBlock .giftList ul li:nth-child(3) a i {
		top: 5px;
		bottom: auto;
		right: 5px;
	}
}





@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル pc style */

	#giftBlock h2 {
		font-size: 36px;
	}
	#giftBlock h2 date {
		font-size: 32px;
	}
	#giftBlock h2 date &gt; a {
		font-size: 26px;
	}
	#giftBlock .giftList h3 {
		font-size: 30px;
	}
	#giftBlock .giftList {
		width: 980px;
		margin: 0 auto 80px;
	}
	#giftBlock .giftList ul li .rank {
		font-size: 16px;
	}
	#giftBlock .giftList ul li .title {
		margin-bottom: 10px;
	}
	#giftBlock .giftList ul li .kakaku {
		font-size: 14px;
	}
	#giftBlock .giftList ul li .maker {
		font-size: 14px;
	}
	#giftBlock .giftList:last-of-type {
		margin-bottom: 30px;
	}

}
</pre></body></html>