@charset "shift_jis";

/* page == photo
------------------------------------------------------------------*/
.pc {
	display:none;
}
#contentsWrap.photo {
	background: url(../img/photo_bg_top.jpg) no-repeat top center #E1F8F2;
	background-size: 100%;
}
#contentsWrap.photo h2 {
	margin-bottom: 4%;
}
#contentsWrap.photo h2 + p {
	padding: 0 4% 10px;
	line-height:1.5;
}
#contentsWrap.photo p.zoom {
	width: 40%;
	margin-bottom: 10px;
	padding:0;
}
#contentsWrap.photo .note {
	padding: 0 4% 10px;
}
#contentsWrap.photo .note li {
 	color: #666;
	font-size: 12px;
	line-height: 1.417;
	padding-left: 1em;
	text-indent: -1em;	
}

/*rank*/
#rank {
	margin:0 3% 45px;
}
#rank .rankInner {
	background:url(../img/photo_bg_rank.jpg) repeat;
	border-radius: 10px;
	padding: 13px 0 25px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

#rank dl dd.cmt {
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	border: 3px solid #ffb852;
	padding: 10px;
	background:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:1.8;
	border-radius: 10px;
	letter-spacing: 0;
}
#rank #top {
	margin-bottom:10px;
}
#rank #top dl dd{
	margin:0 3%;
}
#rank #less {
	margin:0 3%;
}
#rank #less dl {
	width:48%;
	float:left;
	margin-right: 4%;
}
#rank #less dl:nth-child(2n) {
	margin-right:0;
}
#rank #less dl:nth-child(1),
#rank #less dl:nth-child(2) {
	margin-bottom:10px;
}

/*other*/
#other {
	position:relative;
	background:url(../img/photo_bg_other.jpg) repeat;
}
#other:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:30px;
	background: url(../img/photo_bg_photolist_top.png) no-repeat bottom;
	background-size: 100%;
}
#other .otherInner {
	padding: 25px 3% 5.47% 3%;
}

#other h3 {
	width:148px;
	position:absolute;
	left:50%;
	margin-left:-74px;
	top:-25px;
}

#other li {
	width:31%;
	margin-right:3%;
	margin-bottom:15px;
	float:left;
}
#other li:nth-child(3n) {
	margin-right:0;
}
#other li dt {
	margin-bottom:5px;
}
#other li dd.pht {
	margin-bottom:5px
}
#other li dd.cmt {
	position:relative;
	background:#fff;
	border-radius: 10px;
	padding: 6px;
	font-size: 10px;
	line-height:1.5;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	word-wrap: break-word;
	letter-spacing: 0;
}

#other li dd.cmt:before {
	content:"";
	width: 10px;
	height: 8px;
	position:absolute;
	left: 50%;
	top: -8px;
	margin-left: -4px;
	background:url(../img/photo_other_cmt_arrow.png) no-repeat 0 0;
	background-size:100%;
	-webkit-background-size:100%;
}

#other li dd.cmt span {
	color:#ff8e14;
}

#other .comment {
	position: absolute;
	width: 29.17%;
	right: calc(50% + -32.55vw);
	bottom: 11px;
	max-width: 112px;
	transform: translateX(50%);
}

/*photoList*/
#photoList {
	background:url(../img/photo_bg_photolist.jpg) repeat;
	padding-bottom: 20px;
}

#photoList h2 {
	margin-bottom:10px;
}

#contentsWrap.photo #photoList p.zoom {
	margin-bottom: 20px;
	padding: 0 0 0 2%;
}

#photoList ul.pictures{
	margin: 0 auto;
	width: 95%;
}
#photoList ul.pictures li{
	width: 32%;
	height: auto;
	background: #fff;
	margin: 0 2% 4% 0;
	padding: 0 0 1.80%;/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.20) 0px 0px 2px 1px;
	position:relative;
	float: left;
}

#photoList ul.pictures li:before{
	content:"";
	position:absolute;
	width: 23px;
	height: 14px;
	left: 50%;
	margin-left: -11px;
	display: block;
	top: -10px;
	background:url(../img/photo_ribbon.png) no-repeat 0 0;
	background-size:100%;
	-webkit-background-size:100%;
}
#photoList ul.pictures li:nth-child(3n){
	margin: 0 0 4% 0;
}
#photoList ul.pictures li dl{
	padding: 5% 5% 0 5%;
	background-image:none;
}
#photoList ul.pictures li dl dt {
	margin-bottom:5px;
}
#photoList ul.pictures li dl dd {
	letter-spacing: 0;
}
#photoList ul.pictures li dl dd.date{
	font-size: 12px;
}

#photoList ul.pictures li dl dd.name{
	font-size: 10px;
	font-weight: bold;
	color:#DC334D;
	margin-bottom: 5px;
}
#photoList ul.pictures li dl dd.title{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	word-break: break-all;
	line-height: 1.5;

}

#photoList ul.pictures li dt a{
	overflow:hidden;
	display:block;
	position:relative;
}

#photoList ul.pictures li  dt a img{
	position:relative;
}

#photoList .moreBtn {
	width: 95%;
	margin:0 auto;
}

/* colorbox */
.photoListItem{
	width:100%;
}
.photoListItem img{
	width:100%;
	margin-bottom:14px;
}
.photoListItem .singlePicDate{
	font-size: 14px;
	color:#777;
	margin-bottom:12px;
}
.photoListItem .singlePicTitle{
	font-size: 16px;
	font-weight:bold;
	margin-bottom:7px;
	line-height: 1.5;
}
.photoListItem .singlePicName{
	color: #dc334d;
	margin-bottom:12px;
}





