/* -----------------------------------------------
プロフェッショナルコンテンツインデックスページ
------------------------------------------------- */

div#SecondContentsInner div.IndexBox {
	width:640px;
	border-bottom: solid 1px #CCC;
	margin:15px 0;
	padding-bottom:15px;
}

div#SecondContentsInner div.IndexBox a:hover {
	display:block;
	text-decoration:underline;
	cursor:pointer;
}

div.IndexBox ul li {
	float:left;
	width:150px;
}


div.IndexBox ul li.vol {
	font-size:14px;
	font-weight:bold;
	width:63px;
	height:53px;
	text-align:center;
	background:url(../images/professional/index/bg_book.gif) no-repeat;
	background-position:bottom center;
	color:#867557;
}

div.IndexBox ul li.comment {
	font-size:14px;
	font-weight:bold;
	margin-left:15px;
	width:260px;
}

div.IndexBox ul li.photo {
	width:70px;
}

div.IndexBox ul li.profile {
	width:160px;
	margin-left:20px;
}


