.entry-content{
	background-color: rgb(224,244,242);
/*	padding-top: 100px;
*/	padding-bottom: 60px;
}

.photo{
	position: absolute;
	left: 0px;
	right:0px;
	top:0px;
	bottom: 0px;
}

#photoblock{
	max-width: 901px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	position: relative;
	display: block;
}

#icons img{
	border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-style: none;
	width: 100%;
}

#icons{
	display: inline;
	width: 68%;
}
#icons a{

	text-decoration: none;
	display: inline-block;
	width: 80px;/* original 10% */
	margin-left: 11px; /* original 2.5% */
	margin-right: 11px;
	color:transparent;
}
#prev , #next{
	text-decoration: none;
	display: inline-block;
	color:transparent;
}
#pager{
	display: block;
	max-width: 900px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#pager p{
	display: inline-block;
/*	width: 3%;
*/	margin-bottom: 0px;
	vertical-align: middle;
	margin-bottom: 56px;
}
#phototitle{
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	color:rgb(50,50,50);
	margin-top: 76px;
	margin-bottom: 58px;
}

#aspectWrapper {
    position: relative;
    width: 100%;
}
#aspectWrapper:before {
    content:"";
    display: block;
    padding-top: 61.154%; /* 高さを幅の75%に固定 */
}

#aspectInner{
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}

@media screen and (min-width: 1200px){
	#pager{
		width:740px;/* 83%;*/
	}
	#pager > p:nth-child(1){
		margin-right: 41px;
	}
	#pager > p:nth-child(3){
		margin-left: 41px;	
	}
}
@media screen and (max-width: 1200px){
	#icons > a{
		width:15%;
	}
	#pager{
		width: 100%;
		display:block;
		text-align: center;
		margin-right: auto;
		margin-left: auto;

	}
	#pager > p{
		width: 10%;
		max-width: none;
		vertical-align: middle;
		display: inline-block;
		padding-bottom: 15%;
		margin-bottom: 0px;
	}
	#pager > p > a{
		display: block;
		width: 100%;
	}
	#pager > p > a > img{
		width: 50%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
/*	#prev > img , #next > img{
		height: 3em;
		width:80%;
		max-width: none;
	}
	#pager > p{
		width:10%;
		height: 2em;
		margin-bottom: 80px;
	}
	#pager > p > a{
		width:2em;
		display: inline-block;
		margin: 0px;
	}
	#icons{
		text-align: center;
	}
*/
}