<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/*****************
 willfun用CSSファイル
 *****************/
/* 商品一覧ページ用 */
div#page_header_sort{
	width:155px;
	margin:15px 0px 15px 0px;
	float:left;
}
div#page_header_search{
	width:785px;
	margin:15px 0px 15px 0px;
	text-align:right;
	float:right;
}
div#category_image{
	position:relative;
	width:100%;
	text-align:center;
}
div#category_image img{
	padding:3px 0px;
}
div#category_image p{
	position: absolute;
	top:10px;
	left:15px;
	color:#ffffff;
	font-size:30px;
	padding:10px;
	background-color: rgba(0,0,0,0.5);
	letter-spacing:0.3em;
}
/*スマートフォン対応*/
@media (max-width:479px) {
	div#page_header_sort{
		width:100%;
		margin:5px 0px 0px 0px;
		float:none;
	}
	div#page_header_search{
		width:100%;
		margin:5px 0px 0px 0px;
		text-align:left;
		float:none;
	}
}
div#products_list{
	clear:both;
}
div.products_list{
	width:235px;
	float:left;
}
div.products_list_pickup{
	width:247px;
	display:table-cell;
	border-bottom:solid 1px #cccccc;
	border-collapse: collapse;
}
table.products_box{
	/*border:1px solid #cccccc;*/
	border-collapse:collapse;
	margin:10px 12px 10px 12px;
	/*width:175px;*/
}
table.products_box_pickup{
	padding:2px;
	width:240px;
}
table.discon{
	background:#EEEEEE;
}
table.discon img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
table.products_box th.products_box_title {
	border-top:1px solid #cccccc;
	color:#222222;
	font-size:16px;
	font-weight:normal !important;
	height:50px;
	padding:5px;
	vertical-align:top;
	width:100%;
}
table.products_box_pickup th.products_box_title {
	border-bottom:1px solid #cccccc;
	color:#222222;
	font-size:13px;
	font-weight:bold !important;
	height:35px;
	padding:5px;
	vertical-align:top;
	width:100%;
}
table.products_box th.products_box_title_s {
	border-top:1px solid #cccccc;
	color:#222222;
	font-size:14px;
	font-weight:normal !important;
	height:50px;
	padding:5px;
	vertical-align:top;
	width:100%;
}
/*名入れ例あり*/
table.products_box th.products_box_title_naire {
	border-bottom:1px solid #cccccc;
	color:#222222;
	font-size:12px;
	font-weight:bold !important;
	height:40px;
	padding:5px 20px 5px 18px;
	vertical-align:top;
	width:100%;
}
table.products_box th.products_box_title_s_naire {
	border-bottom:1px solid #cccccc;
	color:#222222;
	font-size:10px;
	font-weight:bold !important;
	height:40px;
	padding:5px 20px 5px 18px;
	vertical-align:top;
	width:100%;
}
table.products_box td.products_box_image {
	padding:5px 5px 5px;
	text-align:center;
	width:100%;
	border-top:1px solid #cccccc;
}
table.products_box_pickup td.products_box_image {
	padding:5px 0px;
	width:100%;
}
/*カテゴリー*/
div#categories p{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 3px;
}
div#categories div{
	width:740px;
	padding:0px 0px 0px 5px;
	margin:5px 0px;
	border-top:none;
	border-right:none;
}
table.products_box_pickup td.products_box_image img{
	border:none;
}
table.products_box td {
	font-size:14px;
	padding:1px 3px 1px 2px;
	white-space: nowrap;
}
table.products_box_pickup td {
	font-size:15px;
	padding:1px 5px 1px 5px;
	white-space: nowrap;
}
span.list_special_price{
	color:#ff0000;
}
span.list_bargain_price{
	background:url('https://www.willfun.co.jp/site_images/background/bg_bargain_price_s.png') no-repeat center left;
	padding-left:27px;
	font-weight:bold;
	color:#ff0000;
}
div#no_products{
	width:940px;
	border-top:1px solid #666666;
	text-align:center;
	padding-top:15px;
	font-size:13px;
	
}
/* ページング */
div#paging{
	width:940px;
	border-top:1px solid #666666;
	font-size:14px;
	padding:3px 0px 0px 0px;
}
div#now_page{
	float:left;
}
div#page_link{
	float:right;
}
div#top_feature_desc p{
	margin:5px 0px 0px 15px; 
	font-size:15px;
	color:#333333;
	line-height:180%;
}
div#top_feature_desc p.title{
	margin:10px 0px 0px 5px;
	font-size:18px;
	color:#ff9900;
	
}
div#pickup_header{
	background: url("https://www.willfun.co.jp/site_images/background/bg_pickup_heading_products.png") repeat-x scroll center bottom transparent;
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	letter-spacing: 0.3em;
	margin: 5px 0 0;
	padding: 12px 0 0;
	text-align: center;
	color:#FF0000;
	text-shadow: 2px 2px 3px #C0C0C0;
	width: 740px;
}
</pre></body></html>