<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 段落見出し */
#creatorsgallery h2{
	margin-top: 0px;
	background: #009944 url(../images/title_creators.png) no-repeat center top;
	}
body#top #creatorsgallery h2{
	background: #fff url(../images/title_creators2.png) no-repeat center top;
	}


/* リスト全体 */
.creatorslist{
/*	display: table;*/
	width: 940px;
	margin: 20px auto 10px;
	padding: 0 0 10px;
	border-collapse: separate;
	border-spacing: 10px 0px; /* セル(作家さん枠)の間隔調整 指定順は左右、上下*/
	border-bottom: solid 1px #eaeaea;
	}
.creatorsunit{ /* liを高さ均一のボックス化 */
	display: table-cell;
	box-sizing: border-box;
	/*border: solid 1px #f2f2f2;*/
	width: 224px;
	}

/* div */
.creators{
	box-sizing: border-box;
	width: 224px;
	margin: 0;
	padding: 8px 4px 4px;
/*
	position: relative;
	overflow: hidden;
*/
	}
/* サムネ画像 */
.creators a:focus{
	outline: none;
	}
.thumbnail{
	display: block;
	width: 204px;
	margin: 0 auto 4px;
	border: solid 1px #c0c0c0;
	box-shadow: 0px 6px 3px -4px rgba(72,72,72,0.37);
	border-radius: 6px;
	}
.thumbnail:hover{
	opacity: 0.85;
	}


/* dl */
.creatorsprofile{
	line-height: 1.4;
	border: solid 1px #d269le;
	}

/* dt */
.creatorsname_title,
.creatorsdate_title,
.creatorsprofile_title,
.creatorsaddress_title{
	display: none;
/*
	float: left;
	clear: both;
	font-size: 11px;
	width: 6em;
	text-align: right;
*/
	}
.creatorsname_data{
	line-height: 1;
	}
/* dd */
.creatorsname_data,
.creatorsprofile_data,
.creatorsaddress_data{
	box-sizing: border-box;
	font-size: 13px;
	background: #fff;
	padding: 2px;
	}
/* 作家名 */
.creatorsname_data{
	font-weight: bold;
	font-size: 14px;
	margin-top: 6px;
	}
/*出店日程*/
.creatorsdate_data{
	text-align: right;
	background: #f0f0f0;
	padding: 0 6px;
	}

/* 販売内容 */
.creatorsprofile_data{
	font-size: 12px;
	}
/* リンクボタン */
.linkbutton{
	display: block;
/*	width: 45%;*/
	margin: 0 0 0 auto;
	background: #0c95ff;
	text-align: center;
	padding: 4px;
	line-height: 1;
	color: white;
	text-decoration: none;
	}
.linkbutton:before{
	content:"";
	}
.linkbutton:link,
.linkbutton:visited{
	color: #f0f0f0;
	text-decoration: none;
	}
.linkbutton:hover{
	background: #0688ee;
	}

/*戻りリンク*/
#return{
	padding: 16px;
	margin-top: 36px;
	}

#return a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	background: #6a6a6a;

	font-size: 16px;
	color: white;
	text-decoration: none;
	text-align: center;

	border: solid 3px #606060;
	box-shadow: 0px 1px 1px rgba(72,72,72,0.3);
	position:relative;
	behavior:url("css/PIE.php");
	}
#return a:hover{
	background: #646464;
	text-decoration: none;
	color: #f0f0f0;
	box-shadow: inset 0px 2px 2px rgba(255,255,2558,0.15), 0px 1px 3px rgba(72,72,72,0.35);
	position:relative;
	behavior:url("css/PIE.php");
	}

#scrolltop{
	display: block;
	box-sizing: border-box;
	width: 980px;
	padding: 14px;
	text-align: right;
	line-height: 1;
	font-size: 11px;
	color: #343434;
	}</pre></body></html>