@charset "utf-8";
/* CSS Document */
a.button{
	background-color: #08107b;
}

.section {
	margin-bottom: 0;
}
.section a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.section img {
	width: 100%;
}
.springPink {
	color: #f1538f;
}
.contents-wrapper nav ul li .currentSpring {
	background: #fdf7f9;
	margin-bottom: 0;
}
.contents-wrapper nav ul li .currentSummer {
	background: #f9ffe4;
	margin-bottom: 0;
}
#wrapper .headArea {
	margin-top: 20px;
	text-align: center;
}
#wrapper .headArea .galleryTtl {
	font-size: 220%;
	line-height: 1.4;
}
#wrapper .detailGalleryTtl {
	display: block;
	font-size: 250%;
	line-height: 150px;
	text-align: center;
	letter-spacing: 4px;
}
.detailGalleryTtl span {
	font-size: 150%;
}
.headArea .galleryTtl span.subTtl {
	display: block;
	font-size: 120%;
}
.headArea .galleryTtl span.subTtl span {
	font-size: 100%;
}
.headArea p {
	margin: 2% 0 30px;
}
.contents-wrapper nav ul {
	margin-bottom: 32px;
	letter-spacing: -1rem;
	border: 2px solid #dddddd;
	border-radius: 5px;
}
.contents-wrapper nav ul li {
	position: relative;
	display: inline-block;
	width: 24.7%;
	margin: 0.4% 0;
	font-size: 200%;
	letter-spacing: 0rem;
	border-right: 1px solid #dddddd;
	text-align: center;
}
.contents-wrapper nav ul li:last-child {
	border-right: none;
}
.contents-wrapper nav ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.contents-wrapper nav ul .cs:after {
	content: "Coming Soon";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 50%;
	font-size: 80%;
	color: #000;
	margin: 2.5% 0 0 -50%;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	opacity: 0.2;
}
.lt-ie9.ie8 .contents-wrapper nav ul .cs:after {
	font-size: 160%;
}
.photographerLinkArea {
	letter-spacing: -1rem;
}
.listBox {
	display: inline-block;
	width: 48.8%;
	margin-right: 2.3%;
	margin-bottom: 6%;
	letter-spacing: 0rem;
}
.listBox:nth-child(even) {
	margin-right: 0;
}
.listBox div {
	letter-spacing: -1rem;
}
.section .listBoxProf {
	display: inline-block;
	width: 18%;
	margin-right: 3%;
	margin-bottom: 0;
	vertical-align: top;
	letter-spacing: 0rem;
}
.listBoxProf img {
	width: 100%;
	max-width: 84px;
}
.listBoxProfTxt {
	display: inline-block;
	width: 79%;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0rem;
}
.listBoxProfTxt span {
	display: block;
	font-size: 75%;
}
.profileArea {
	letter-spacing: -1rem;
	margin-top: 5%;
	margin-bottom: 5%;
	padding-top: 4%;
	padding-bottom: 4%;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}
.profileArea .photo {
	display: inline-block;
	width: 33.2%;
	margin-right: 2%;
	margin-bottom: 0;
	vertical-align: top;
}
.profileArea .photo img {
	width: 100%;
	max-width: 305px;
}
.profileBox {
	display: inline-block;
	width: 64.8%;
	letter-spacing: 0rem;
}
.profileBox .name {
	margin-bottom: 3%;
	padding: 2% 0;
	text-align: center;
	font-size: 260%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.section.otherLinkArea .ph {
	width: 90%;
	margin: 5% auto;
}
.otherLinkBox {
	vertical-align: top;
}
.section.commentArea .comment, .section.commentArea .commentBtn {
	margin-bottom: 0;
}
.commentArea {
	margin-top: 4%;
}
.commentArea .poem {
	margin-bottom: 4%;
}
.commentArea .poem:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 4%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,333333+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #333333 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%, #333333 50%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%, #333333 50%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
.commentArea .poem p {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
}
.commentArea .poem p span {
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
	font-size: 120%;
}
.commentBtn {
	margin-top: 3%;
	text-align: right;
}
.otherPhotographerArea {
	background: #fff;
	border: 1px solid #333;
	border-radius: 5px;
}
.section.otherPhotographerArea p, .section.otherPhotographerArea ul {
	margin-bottom: 0;
}
.otherPhotographerArea .txt {
	padding: 1% 0;
	font-size: 120%;
	text-align: center;
	color: #fff;
	background: #333;
}
.otherPhotographerArea ul {
	padding: 2% 2% 0 2%;
	letter-spacing: -1rem;
}
.otherPhotographerArea ul li {
	display: inline-block;
	width: 25%;
	letter-spacing: 0rem;
	margin-bottom: 2%;
}
.otherPhotographerArea ul li div {
	letter-spacing: -1rem;
}
.otherPhotographerArea ul li .ph {
	display: inline-block;
	width: 36%;
	margin-right: 3%;
	letter-spacing: 0rem;
	vertical-align: top;
}
.otherPhotographerArea ul li .link {
	display: inline-block;
	width: 60%;
	letter-spacing: 0rem;
	font-size: 90%;
	line-height: 1.45;
}
.otherPhotographerArea ul li .link span {
	display: block;
}
.otherPhotographerArea ul li .link a {
	font-size: 110%;
}

@media screen and (max-width: 801px) {
.contents-wrapper nav ul li span {
	font-size: 200%;
}
}

@media screen and (max-width: 767px) {
.profileBox .name {
	font-size: 200%;
}
.selectBoxItem {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.selectBoxItem:nth-child(even) {
	margin-right: 0;
}
}

@media screen and (max-width: 600px) {
#wrapper .headArea .galleryTtl {
	font-size: 26px;
}
#wrapper .detailGalleryTtl {
	font-size: 32px;
}
.headArea p {
	margin: 2% 0 15px;
}
.contents-wrapper nav ul {
	margin-bottom: 16px;
}
.listBox {
	display: block;
	width: 100%;
	margin-bottom: 7%;
	padding-bottom: 7%;
	border-bottom: 1px dotted #000;
}
.listBox:last-child {
	border-bottom: none;
}
.contents-wrapper nav ul .cs:after {
	font-size: 14px;
	top: 50%;
	margin: -8.5% 0 0 -50%;
	line-height: 1.3;
}
.section.otherLinkArea .cs:after {
	font-size: 14px;
	top: 50%;
	margin: -4.5% 0 0 -50%;
	line-height: 1.3;
}
.otherPhotographerArea ul li {
	width: 100%;
	display: block;
	padding-bottom: 2%;
	border-bottom: 1px solid #222;
}
.otherPhotographerArea ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.otherPhotographerArea ul li .ph {
	width: 17%;
}
.otherPhotographerArea ul li .link {
	width: 80%;
}
.otherLinkArea ul {
	margin-top: 3.5%;
	letter-spacing: -1rem;
	border: none;
	border-radius: none;
}
.otherLinkArea ul li {
	position: relative;
	display: inline-block;
	width: 47.5%;
	margin: 0 2% 2% 0;
	padding-right: 0;
	border: 2px solid #dddddd;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}
.otherLinkArea ul li:nth-child(even) {
	margin-right: 0;
}
.otherLinkArea ul li:last-child {
	border-right: 2px solid #dddddd;
}
}

@media screen and (max-width: 480px) {
.contents-wrapper nav ul .cs:after {
	font-size: 10px;
	top: 50%;
	margin: -5.5% 0 0 -50%;
	font-weight: bold;
	line-height: 1.3;
}
.section.otherLinkArea .cs:after {
	font-size: 10px;
	top: 50%;
	margin: -5.5% 0 0 -50%;
	font-weight: bold;
	line-height: 1.3;
}
}
