/* ---------- コレクション thickbox ---------- */

body#thickbox {
	background: url(img/main-back.jpg) repeat top left;
	width: 670px;
	text-align: left;
	color:#1b1b1b;
	font-family: Meiryo, メイリオ, 'MS PGothic', sans-serif;
	font-size: 12px;
}

a {
	color:#666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#collection-all {
	border-bottom: 1px dotted #cebea3;
	width: 661px;
	padding-bottom: 8px;
}

#collection-left {
	float: left;
	width: 280px;
	margin-top: 0;
}

#collection-right {
	float: right;
	width: 370px;
	text-align: left;
	margin-top: 0;
}

#staff-comment {
	text-align: left;
	margin: 10px 0 14px 6px;
	width: 650px;
}

#staff-comment .text {
	width: 650px;
	line-height: 20px;
	margin-top: 8px;
	color: #313131;
}

/* サムネイル画像表示（thumbnaillist）
-----------------------------------------*/
#thumbnaillist{
	height: auto;
	overflow: hidden;
	width: 270px;
}
#thumbnaillist ul{
	margin:0;
	padding:0;
	list-style: none;
}
#thumbnaillist li{
	width:68px;
	height:102px;
	float:left;
	background:none;
	padding:0 8px 0px 0;
	margin:0 0 10px 0;
}
#thumbnaillist li a{
	display:block;
}
#thumbnaillist li a:link    {}
#thumbnaillist li a:visited {}
#thumbnaillist li a:hover   {opacity:0.8;}
#thumbnaillist li a:active  {opacity:0.8;}
/* IE用 ↓*/
#thumbnaillist li a:hover img {filter:alpha(opacity=80);}

/* メイン画像表示（mod_mainimglist）
-----------------------------------------*/
#mainimglist{
	width:251px;
	height:375px;
	margin:5px 0 0 0;
	text-align: left;
}

.thick-title {
	color: #d33f81;
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}

.thick-text {
	color: #313131;
	font-size: 12px;
	margin-top: 18px;
	height: 167px;
}

.thick-style {
	color: #313131;
	font-size: 12px;
	line-height: 16px;
}

.thick-menu {
	color: #313131;
	font-size: 12px;
	line-height: 16px;
	margin-left: 6px;
}
/*IE8用*/

* html  .thick-menu {
	color: #313131;
	font-size: 12px;
	line-height: 16px;
	margin-left: 6px;
} /*〜IE6用*/

*:first-child+html .thick-menu {
	color: #313131;
	font-size: 12px;
	line-height: 16px;
	margin-left: 6px;
}
/*IE7用*/

body:first-of-type .thick-menu {
	color: #313131;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
}/*Firefox and Safari and Opera用*/




.thick-menu-img {
	margin-right: 0;
}

.thick-menu-img-2 {
	margin-bottom: 30px;
	margin-right: 0;
}

.thick-staffcomment {
	color: #313131;
	font-size: 12px;
	margin-top: 18px;
}

/* ---------- コレクション thickbox end---------- */
