﻿/*□□□□□□□□□□□□□□□□□□□□

	アルバムスタイル

□□□□□□□□□□□□□□□□□□□□*/

/*////////////////////////////////////////
	リスト画面
////////////////////////////////////////*/
/************* RadListView **************/
.rlvI {
	min-height: 280px;
	width: 215px;
	/*width:22%;*/
	margin: 5px;
	padding: 5px;
	border-color: #D5DFE5 !important;
	border-radius:5px;
}

.rlvI:hover {
	background-color: #F5F5F5;
}

.rlvI .title div {
	width: 175px;
	height: 2.5em;
	overflow: hidden;
}

/*----- 平均評価・コメント -----*/
.rlvI dl {
	margin: 0;
}
.rlvI dl * {
	margin-bottom: 3px;
}
.rlvI dl dt {
	float: left;
}
.rlvI dl dd {
	margin-left: 75px;
}

.rlvI .date {
	text-align: right;
}

.rlvEmpty
{
	text-align:center;
	margin:30px;
}



/*////////////////////////////////////////
	詳細画面
////////////////////////////////////////*/
.contentTitle td {
	font-size: 1.3em;
	/*vertical-align:middle;*/
	margin: 0;
}

/************* Slider **************/
/* スライド外枠 */
#wrapper {
	/*display: none;*/
}
.nivo-caption
{
	font-family: "メイリオ" , "ＭＳ Ｐゴシック" , "MS UI Gothic" !important;
	font-weight:bold;
	text-decoration:underline;
}
.nivo-controlNav
{
	padding-top:5px !important;
	padding-bottom:0px !important;
}

.nivoSlider img {
	max-width: 500px !important;
}

/*----- 写真・詳細表示部 -----*/
table#AlbumDetail {
	border-spacing: 10px;
}
table#AlbumDetail th {
	background: url(/_images/bg_form_nb_hd.gif) no-repeat;
}
table#AlbumDetail th, table#AlbumDetail td {
	padding: 5px;
	min-height: 20px;
}
table#AlbumDetail td {
	width: 100%;
}

/*----- 右側表示部 -----*/
#RightArea {
	width: 40%;
	padding-left: 10px;
}
#RightArea table.subArea {
	width: 100%;
	margin-bottom: 20px;
}
#RightArea table#ContributionBase {
	margin-bottom: 0;
}
#RightArea table.subArea th.subtitle {
	text-align: left;
	background-color: #470d46;
	color: white;
	padding: 5px 10px 5px 10px;
}
#RightArea table.subArea td.subcontent {
	padding: 10px;
}

/*----- コメント一覧 -----*/
#RightArea .commentItem .comment {
	margin-bottom: 0.5em;
}
#RightArea .commentItem .comment .img {
	width: 100px;
	margin-right: 10px;
	float: left;
	margin-right: 1em;
}


/*----- コメント投稿フォーム -----*/
#CommentForm th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
}
#CommentForm th, #CommentForm th {
	vertical-align: top;
}
