@charset "utf-8";

body.iframe {
	background-color: #fff;
}

/* Gallery */
#gallery .each {
	float: left;
	width: 140px;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
*html #gallery .each {
	padding-left: 3px;
	padding-right: 3px;
	width: 146px;
}
#gallery .hit {
	float: right;
	position: relative;
	top: 5px;
	font-size: 11px;
}
#gallery .info {
	text-align: right;
}
#gallery .item .img {
	text-align: center;
	padding: 5px;
}


/* トップスライドショー */
#gallery .topImg {
	position: relative;
	height: 360px;
}
#gallery .topImg .eachTopImg {
	position: absolute;
	height: 350px;
	width: 930px;
}
#gallery .topImg .topImgInfo {
	position: absolute;
	top: 250px;
	background-image: url(images/gallery/bgTopImg.png);
	background-repeat: no-repeat;
	height: 98px;
	width: 928px;
	border: 1px solid #FFF;
}
#gallery .topImg .topImgInfo .topImgNo {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: 150%;
	font-weight: bold;
	color: #F90;
}
#gallery .topImg .topImgInfo .topImgRank {
	position: absolute;
	left: 15px;
	top: 35px;
	font-size: 300%;
	font-weight: bold;
	color: #F90;
	line-height: 100%;
}
#gallery .topImg .topImgInfo .imgInfo {
	position: absolute;
	left: 50px;
	top: 10px;
	line-height: 120%;
	font-weight: bold;
	color: #666;
}
#gallery .topImg .topImgInfo .moreInfo {
	position: absolute;
	left: 40px;
	top: 75px;
	font-size: 70%;
}
#gallery .topImg .topImgInfo .moreInfo img {
	position: relative;
	top: 3px;
}
#gallery .topImgList {
	position: absolute;
	top: 250px;
	left: 225px;
}
#gallery .topImgList .eachTopImgList {
	padding: 5px;
	float: left;
}
#gallery .topImgList .eachTopImgList img {
	height: 90px;
	width: 90px;
}


#gallery .topImg .blockLogin {
	background-image: url(images/gallery/bgWhiteBox.png);
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 80%;
	color: #666;
}


/* トップページ */

#gallery #map {
	height: 400px;
	width: 100%;
}
#gallery .blockGalleryNew {
}
#gallery .blockGalleryNew .each {
	width: 100px;
	padding-bottom: 0px;
}
#gallery .blockGalleryNew .each img {
	width: 100px;
	margin: 0px;
	padding: 0px;
}


/* リストページ */
#gallery .sortBox {
	background-image: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	padding-bottom: 3px;
	width: 400px;
}


/* スライドショー */
#slideShow {
	height: 100%;
	width: 100%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#slideShow .eachSlideImg {
	background-color: #000;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#slideShow .eachSlideImg img {
	height: 100%;
	margin: 0px;
	padding: 0px;
}


/* 詳細ページ */
#gallery .item {
}
#gallery .item .wallpaperBox {
	background-color: #E1F0FF;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#gallery .item .wallpaperBox td {
	margin: 0px;
	padding: 0px;
}
.iframe .item .img img {
	height: 400px;
}
.iframe .item .copyRight {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF0D9;
}
#gallery .item .barRate {
	text-align: center;
	padding: 10px;
}
#gallery .item .barRate form {
	display: inline;
}



/* その他の作品 */

#gallery .blockGalleryMine {
}
#gallery .blockGalleryMine .each {
	width: 100px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 12px;
}
#gallery .blockGalleryMine .each img {
	width: 100px;
	margin: 0px;
	padding: 0px;
}


/* その他の作品 */

#gallery .boxLink {
}
#gallery .boxLink .each {
	width: 110px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	overflow: hidden;
	height: 135px;
}
#gallery .boxLink .each img {
	width: 100px;
	margin: 0px;
	padding: 0px;
}


/* 投稿ページ */

#gallery form .outer {
	margin-top: 20px;
}
#gallery form .outer .head {
	width: 100px;
}



/* タグ */

.sTag {
	color:	#FC0;
	cursor:	pointer;
}
.uTag {
	color:	#06C;
	cursor: pointer;
	text-decoration: underline;
}
.tagList {
	color:	#316AC5;
	font-size:	90%;
}

.clear {
	clear:	both;
}
