/*********************/
/* ページnavi */
/*********************/
#area-pages {
	display: inline-block;
	position: relative;
	margin-top: 1px;
	width:100%;
	height: 40px;
	background-color: #f9f9f9;
	border-bottom: 1px double silver;
	z-index: 51;
}

#prev_btn {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index:50;
}

#area-pagenavi {
	width: auto;
	height: 40px;
	margin-left: 40px;
	overflow: hidden;
	white-space: nowrap;
}

#next_btn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 50;
}

#area-imagepage_footer {
	margin-bottom: 30px;
	white-space: nowrap;
}

/*********************/
/* top説明文 */
/*********************/
.first-caption {
	margin: 10px auto 0 auto;
	font-size: 24px;
}

#area-path {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

/*********************/
/* 広告 */
/*********************/
#advertise2 {
}

/*********************/
/* 広告 prt.nu */
/*********************/
#pr-prt {
	margin: 20px 0;
	height: 60px;
}

#area-images {
	padding-top: 0;
	margin-bottom: 30px;
	min-height: 50px;
}

.title-long {
	font-size: 12px;
	position: relative;
	min-width: 200px;
}

div.title-long div {
	display: none;
	position: absolute;
	left: 12px;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffe1;
	z-index: 21;
}

/* img単体 */
.image-area {
	position: relative;
	display: inline-block;
	margin: 10px 1px;
	margin-bottom: 24px;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
	background-color: transparent;
}

.image-data {
	position: relative;
	width: 100px;
	height: 100px;
	margin: 16px auto 0 auto;
	display: block;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url(/images/ajax-loader.gif) no-repeat center center;
}

.image-data img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.image-title {
	text-align: left;
	margin-top: 10px;
	white-space:nowrap;
	line-height:1em;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
}

.image-size {
	margin-top: 10px;
	word-wrap: break-word;
}

/*     コメント数     */
.comment_count {
	font-size: 12px;
	color: #ffffff;
	background-color: #990000;
	position: absolute;
	left: 10px;
	bottom: 3px;
	width: auto;
	max-width: 60px;
	padding: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
}

.count0 {
	opacity: 0.4;
	background-color: #666;
}


/* page next/prev */
#page-prev, #page-next {
	margin: 0 5px;
	cursor: pointer;
}

/* 選択中のファイル数 */
#area-selected {
	text-align: center;
	margin-bottom: 20px;
	white-space: nowrap;
}

/* サポート一覧 */
#area-support {
	font-size: 12px;
	margin-bottom: 50px;
	min-height: 400px;
}

#area-support ul {
	display: inline-block;
	text-align: left;
}

#area-support .caution {
	color: #ff0000;
}
