@charset "utf-8";

/* 白背景 */
/* the overlayed element */
.apple_overlay {
	position:absolute;
	display:none;
	background:url(/common/images/v1/article/black.gif) no-repeat 0 0;
	width:500px;
	/* height:475px; */
	/*padding:45px 22px 30px 30px;*/
	padding:0px;
}
* html .apple_overlay {
	/* height:475px; */
}
/* 黒背景 */ 
div.apple_overlay.black { 
	 /*background-image:url(/common/images/v1/article/black.gif);*/
	 color:#fff; 
}

/* 本体部分 */
div.details{
	clear:both;
	float:left;
	width:438px;
	height:325px;
	overflow:auto;
	margin:40px 0px 0px 20px;
	padding:0px 15px 10px 15px;
}
* html div.details{
	margin-left:10px;
	width:468px;
	height:335px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(/common/images/v1/article/close.gif);
	background-position:0px -15px;
	position:absolute; right:10px; top:10px;
	cursor:pointer;
	height:20px;
	width:20px;
}

/* ボックス内のタイトルと説明 */

div.details h4 {
	margin:10px 0px 10px 0px; padding:0;
	color:#ccc;
	font-size:15px;
	font-weight:bold;
}
div.details p, div.details div{
	margin:0px 0 0 0; padding:0;
	color:#ccc;
	font-size:12px;
}
div.details .author-list-icon{
	clear:both;
	float:left;
	width:100px;
	margin:10px 10px 0px 0px;
	padding:0px;
}
div.details .author-list-body{
	clear:none;
	float:none;
	margin-top:10px;
	width:auto;
}
div.details p.author-name {
	font-size:15px;
	font-weight:bold;
}
div.details p.author-name span{
	display:block;
	color:#fff;
	font-size:13px;
	font-weight:normal;
}
div.details p a,
div.details p a:visited,
div.details p a:active,
.detailbox-list a,
.detailbox-list a:active,
.detailbox-list a:visited{
	color:#d7cea8;
}
div.details p a:hover,
.detailbox-list a:hover{
	color:#7d7137;
}
div.details ul li{
	color:#f3f3f3;
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
	background: url(/common/images/v1/article/overlay-icon.gif) no-repeat 0 4px;
	padding-left:9px;
}
div.details ul li a,
div.details ul li a:active,
div.details ul li a:visited{
	color:#d7cea8;
}
div.details ul li a:hover{
	color:#7d7137;
}
div.details ul li span.date{
	color:#ccc;
}