@charset "utf-8";

/*
** reset
*/
.cont {
	width: 100%;
}

.photoDetail-cont {
	box-sizing: border-box;
}

.input-comment {
	padding-top: 24px;
	margin-top: 40px;
}

.input-comment::after {
	content: '';
	display: table;
	clear: both;
}

.input-comment-left {
	width: 50px;
	float: left;
	margin-right: 8px;
}

.input-comment-right {
	width: calc(100% - 58px);
	float: left;
}

.input-comment textarea {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
}

.commentIconBlockA01 {
	width: 100%;
}

/*
** common
*/
#main-contents a,
#main-contents a:link,
#main-contents a:hover,
#main-contents a:active,
#main-contents a:visited {
	color: #4c79a6 !important;
}

/*
** breadcrumb
*/
#photoContributeNav_list,
#photoContributeNav_list a,
#photoContributeNav_list span {
	font-size: 16px;
	width: auto;
	height: auto;
}

#photoContributeNav_list a {
	text-decoration: underline;
}

#photoContributeNav_list a:hover {
	text-decoration: none;
}

/*
** contributePhoto
*/
#contributePhoto {
	margin-bottom: 32px;
}
.contributePhoto-inner {
	position: relative;
	padding-top: 23px;
}

@media screen and (max-width: 1200px) {
	.contributePhoto-inner {
		text-align: center;
		padding: 0 5px;
	}
}

a.button {
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	background-color: #4c79a6;
	border-radius: 5px;
}

a.button.oly-blue {
	background-color: #08107b;
}

a.button:hover {
	color: #000;
	background-color: #d6d6d6;
}

#hdButton #hdstart.hd {
	position: absolute;
	top: -38px;
	right: 10px;
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  line-height: 1.8;
  color: #fff !important;
  background: #08107b url('/selfIntroduction/images/common/hd.png') no-repeat 25px center;
  background-size: 10px;
	font-size: 14px;
  filter: none;
	text-indent: 5px;
	padding-left: 35px;
}
#hdButton #hdstart.hd:hover {
	color:#000 !important;
	background-color:#d6d6d6;
}

.arrow {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 96px;
	text-indent: -9999em;
	transform: translateY(-50%);
}

.arrow-left {
	left: 0;
}

.arrow-right {
	right: 0;
}

.arrow a {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	transform: translateY(-50%) translateX(-50%);
}

.arrow a.disable {
	display: none;
}

.arrow a::before,
.arrow a::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	top: calc(50% - 20px)
}

.arrow a::before {
	background: #000;
}

.arrow a:hover::before {
	opacity: .5;
}

.arrow a::after {
	background: #fff;
}

.arrow-left a::before {
	left: 18px;
}

.arrow-left a::after {
	left: 20px;
}

.arrow-right a::before {
	right: 18px;
}

.arrow-right a::after {
	right: 20px;
}

@media screen and (max-width: 1200px) {
	.arrow-outer {
		display: block;
		width: 100%;
		max-width: 920px;
		letter-spacing: -1em;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		margin: 0 auto 24px;
	}
	.arrow,
	#hdButton {
		display: inline-block;
		height: 48px;
		vertical-align: top;
		letter-spacing: normal;
	}
	#hdButton {
		width: 140px;
	}
	.arrow {
		position: static !important;
		height: 48px !important;
		transform: none;
		overflow: hidden;
	}
	.arrow-outer.single .arrow {
		width: calc((100% - 140px) / 2) !important;
	}
	.arrow-outer.album .arrow {
		width: calc((100% - 140px) / 4) !important;
	}
	.arrow a {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 48px;
		transform: none;
	}
	.arrow span {
		position: relative;
		display: block;
		width: 100% !important;
		height: 48px !important;
	}
	.arrow span::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		right: auto;
		display: block;
		width: 20px;
		height: 24px;
		transform: translateY(-50%) translateX(-50%);
	}
	.arrow > span {
		opacity: .5;
	}
	.arrow-left-album,
	.arrow-right-album {
		background: #f5f5f5;
	}
	.arrow-left span::before {
		background: url(/common/images/arrow-left-02.png) no-repeat;
	}
	.arrow-left-album span::before {
		background: url(/common/images/arrow-left-01.png) no-repeat;
	}
	.arrow-right span::before {
		background: url(/common/images/arrow-right-02.png) no-repeat;
	}
	.arrow-right-album span::before {
		background: url(/common/images/arrow-right-01.png) no-repeat;
	}
	.arrow a::before,
	.arrow a::after {
		display: none;
	}
	.arrow a.disable {
		display: block;
		opacity: .2;
		pointer-events: none;
	}
	#hdButton {
		float: none;
		padding-bottom: 0;
	}
	#hdButton #hdstart.hd {
		position: static;
		display: block;
		padding-top: 11.5px;
		padding-bottom: 11.5px;
		border-radius: 0;
	}
}

@media screen and (max-width: 480px) {
	.arrow span::before {
		width: 10px;
		height: 12px;
		background-size: contain;
	}
	#hdButton {
		width: 120px;
	}
	#hdButton #hdstart.hd {
		padding-left: 25px;
		padding-right: 10px;
		background-position: 15px;
	}
	.arrow-outer.single .arrow {
	    width: calc((100% - 120px) / 2) !important;
	}
	.arrow-outer.album .arrow {
	    width: calc((100% - 120px) / 4) !important;
	}
}

.contributePhoto__img-outer {
	text-align: center;
}

.contributePhoto__img-outer--inner {
	max-width: 600px;
	margin: 0 auto;
}

.contributePhoto__img {
	max-width: 1080px;
	vertical-align: bottom;
	margin: 0 auto;
}

.contributePhoto__img img {
	width: auto;
	max-width: 100%;
}

#photoData_commentCurrent {
	font-size: 14px;
	max-width: 920px;
	margin: 0 auto;
}

.contributePhoto__title {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
}

#contributePhotoPanoramaHorizon.contributePhoto__img img,
#contributePhotoPanoramaVertical.contributePhoto__img img {
	max-width: none;
}

#contributePhotoPanoramaVertical.contributePhoto__img img {
	max-height: none !important;
}

#contributePhotoPanoramaHorizonThumb,
#contributePhotoPanoramaVerticalThumb {
	margin: 0 auto;
}

.panorama-attention li {
	text-align: center;
	font-size: 10px;
}

@media screen and (max-width: 800px) {
	.contributePhoto__img img {
		max-width: 100%;
		height: auto;
	}
	.contributePhoto__title {
		font-size: 20px;
	}
	.panorama-attention li {
		text-align: center;
		font-size: 12px;
	}
	#contributePhotoPanoramaHorizonThumb,
	#contributePhotoPanoramaVerticalThumb {
		display: none;
	}
}


/*
** photoDetail
*/
.photoDetail::after,
.photoDetail-user::after {
	content: '';
	display: table;
	clear: both;
}

/* .photoDetail-left */
.photoDetail-left {
	float: left;
	width: 50%;
}

.photoDetail-user {
	margin-bottom: 64px;
}

.photoDetail-user-left {
	width: 72px;
	height: 72px;
	float: left;
	margin-right: 16px;
}

.photoDetail-user-right {
	width: calc(100% - 88px);
	float: left;
}

.photoDetail-user-right__name {
	font-size: 20px;
	font-weight: bold;
}

.photoDetail-user-right__comment {
	font-size: 14px;
}

.photoDetail-user-right__report {
	font-size: 12px;
	text-align: right;
}

.photoDetail-user-right__report a {
	text-decoration: underline;
}

.photoDetail-user-right__report a:hover {
	text-decoration: none;
}

.photoDetail-comment__title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.photoDetail-comment__members-comment {
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.photoDetail-comment__note {
	margin-top: 32px;
}

.photoDetail-comment__note li {
	font-size: 10px;
}

#photoIcon-cont {
	top: -47px;
}

@media screen and (min-width: 801px){
	.photoDetail-comment__members-comment {
		height: 330px !important;
	}
}

@media screen and (max-width: 800px){
	.photoDetail-comment__note li {
		font-size: 12px;
	}
	.photoDetail-user {
		margin-bottom: 72px;
	}
	#photoIcon-cont {
		top: 27px;
	}
}

#form_cmt .commentContributionBlockA01, #form_qst .commentContributionBlockA01 {
	padding-left: 0;
	background: none;
}

.photoDetail-comment__attention {
	position: absolute;
	top: 0;
	right: 0;
}

.photoDetail-comment__attention a {
	font-size: 12px;
	text-decoration: underline;
}

.photoDetail-comment__attention a:hover {
	text-decoration: none;
}

#photoContributeBtn_commentContribution,
#photoContributeBtn_commentContribution span {
	width: 100%;
	height: auto;
	margin-left: 0;
}

#photoContributeBtn_commentContribution {
	text-align: right;
}

#photoContributeBtn_commentContribution a {
	margin-top: 0;
}

#main-contents a.btn-02 {
	display: inline-block;
	font-size: 12px;
	padding: 4.5px 12px;
	border-radius: 5px;
	margin-bottom: -5px;
	border: none;
}

#main-contents a.btn-02:hover {
	text-decoration: none;
}

#main-contents a.btn-02.black {
	color: #fff !important;
	background: #404040;
}

#main-contents a.btn-02.black:hover {
	color: #000 !important;
	background: #d6d6d6;
}

#main-contents a.btn-02.grey {
	color: #000 !important;
	background: #b4b4b5;
}

#main-contents a.btn-02.grey:hover {
	opacity: .7;
}

.sectionA02 {
	padding-left: 0;
}

.notesListA01 a {
	text-decoration: underline;
}

.notesListA01 a:hover {
	text-decoration: none;
}

/* .photoDetail-right */
.photoDetail-right {
	float: right;
	width: calc(50% - 40px);
}

.panel {
	padding: 24px 0;
	border-top: 1px solid #e0e0e0;
}
#contributeCount, #contributeCount02 {
	border: none;
	margin-bottom: 24px;
	letter-spacing: -1em;
}

#contributeCount dl, #contributeCount02 dl {
	display: inline-block;
	width: 30%;
	min-height: auto;
	text-align: left;
	padding: 0;
	border: none;
	margin: 0;
	margin-right: 5%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: normal;
	vertical-align: top;
}

#contributeCount dl:nth-child(3n),
#contributeCount02 dl:nth-child(3n) {
	margin-right: 0;
}

#contributeCount dt,
#contributeCount02 dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7.5px;
}

#contributeCount dd,
#contributeCount02 dd {
	font-size: 16px;
	padding: 0;
}

#main-contents #contributeCount a.btn-02,
#main-contents #contributeCount02 a.btn-02 {
	width: 100%;
	margin-top: 12px;
	box-sizing: border-box;
}

.photo-info {
	font-size: 12px;
	letter-spacing: -1em;
}

.panel-tag .photo-info:first-child {
	padding-top: 24px;
	border-top: 1px solid #e0e0e0;
}

.panel-tag .photo-info:last-child {
	padding-bottom: 24px;
}

.photo-info-01 {
	margin-bottom: -14px;
}

.photo-info__item {
	display: inline-block;
	padding-bottom: 14px;
	letter-spacing: normal;
	vertical-align: top;
}

.photo-info__item.column01 {
	width: 100%;
}

.photo-info__item.column02 {
	width: 48%;
	margin-right: 4%;
}

.photo-info__item.column02:nth-child(2n) {
	margin-right: 0;
}

.photo-info__item.zukan dd {
	width: 100%;
	margin-top: 1em;
}

.photo-info__item.zukan dd:first-of-type {
	margin-top: 0;
}

.moredisp {
	text-align: center !important;
	margin-top: 1em;
}

.moredisp a {
	text-decoration: underline;
}

.moredisp a:hover {
	text-decoration: none;
}

.photo-info dt {
	position: static;
	display: inline-block;
	font-weight: bold;
	padding: 0;
}

.photo-info-02 dt,
.photo-info-02 dd {
	display: block;
}

.photo-info dd {
	display: inline;
	padding: 0;
	border: none;
}

.photo-info-attention {
	padding-top: 40px;
}

.photo-info-attention li {
	font-size: 10px;
}

.contributePhotoInfoA02 dd {
	margin-bottom: 0;
}

.contributePhotoInfoA02 dd.dd02 {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.contributePhotoInfoA02 {
	margin-bottom: 0;
}

.contributePhotoInfoA02 strong {
	font-weight: normal;
}

#photoContributeBtn_dictionaryVote {
	margin-top: 0;
}

#photoContributeBtn_dictionaryVote.sprite_btn01 span {
	background: none;
}

#photoContributeBtn_dictionaryVote, #photoContributeBtn_dictionaryVote span {
	width: auto;
	height: auto;
}

#photoContributeBtn_thisUrl {
	display: inline-block;
	width: calc(100% - 130px);
	vertical-align: top;
}

#photoContributeBtn_thisUrl input {
	width: 100%;
	height: 27px;
	box-sizing: border-box;
}

#photoContributeBtn_selectUrl {
	display: inline-block;
	width: 120px;
}

#photoContributeBtn_selectUrl span {
	width: 120px;
}

.copyurl .photo-info__item dt {
	display: inline-block;
	width: 100%;
}

.select-url {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

@media screen and (min-width: 801px) {
	.tabmenu {
		display: none;
	}
	.tab-content {
		display: block !important;
	}
}

@media screen and (max-width: 800px) {
	.photoDetail {
		border: none;
		margin-bottom: 100px;
	}
	.photoDetail-left,
	.photoDetail-right {
		width: 100%;
		float: none;
	}
	.tab-content {
		padding: 40px 16px !important;
		border: 1px solid #e0e0e0;
		border-top: none;
		box-sizing: border-box;
	}
	.tabmenu-outer {
		padding: 5px 5px 0;
		letter-spacing: -1em;
		border: 1px solid #e8e8e8;
		border-bottom: none
	}
	#tabmenu {
		border-bottom: 2px solid #bfbfbf;
	}
	#tabmenu li {
		display: inline-block;
		width: 32.66%;
		background: #ededed;
		font-size: 20px !important;
		text-align: center;
		letter-spacing: normal;
		vertical-align: top;
		line-height: 68px;
		margin-right: 1% !important;
	}
	#tabmenu li:nth-child(3n) {
		margin-right: 0 !important;
	}
	#tabmenu li.ui-tabs-active {
		background: #bfbfbf !important;
	}
	#main-contents #tabmenu li a {
		display: block;
		color: #000 !important;
		background: transparent !important;
	}
	#tabmenu li a:hover {
		text-decoration: none;
	}
	.panel {
		padding: 0;
		border: none;
	}
	.photo-info__item.column02 {
		width: 100%;
	}
	.photo-info-01 {
		margin-bottom: 0;
	}
	.photo-info__item {
		padding: 10px 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.panel-tag .photo-info__item {
		border-bottom: none;
	}
	.photo-info__item::after {
		content: '';
		display: table;
		clear: both;
	}
	.photo-info__item dt {
		display: block;
		width: 10em;
		float: left;
	}
	.photo-info__item dd {
		display: block;
		width: calc(100% - 10em);
		float: right;
	}
	.photo-info-attention {
		padding: 30px 0;
		border-bottom: 1px solid #e0e0e0;
	}
	.photo-info-attention li {
		font-size: 12px;
	}
	#main-contents a.btn-02 {
		margin-bottom: 0;
	}
	.panel-tag .photo-info:first-child {
		border-top: none;
	}
	.panel-tag .photo-info:first-child,
	.panel-tag .photo-info:last-child {
		padding: 0;
	}
	#main-contents .panel-tag a.btn-02 {
		margin-bottom: 8px;
	}
	.input-comment textarea {
		height: 100px;
	}
	.copyurl {
		margin-top: 30px;
	}
	.copyurl .photo-info__item {
		border-bottom: none;
	}
	.copyurl .photo-info__item dd {
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.tab-content {
		padding-left: 8px;
		padding-right: 8px;
	}
	#tabmenu li {
		font-size: 16px !important;
		line-height: 48px;
	}
	.photo-info__item dt,
	.photo-info__item dd {
		display: inline;
		width: auto;
		float: none;
	}
	#photoContributeBtn_dictionaryVote {
    text-align: right;
	}
	.contributePhotoInfoA02 dd,
	.panel-tag .photo-info__item dt,
	.panel-tag .photo-info__item dd {
		width: 100%;
	}
	#contributeCount dl,
	#contributeCount02 dl {
		width: 31.66%;
		margin-right: 2.5%;
	}
	#contributeCount dl:nth-child(3n),
	#contributeCount02 dl:nth-child(3n) {
		margin-right: 0;
	}
	#contributeCount dt,
	#contributeCount02 dt {
		font-size: 16px;
	}
	#contributeCount dd,
	#contributeCount02 dd {
		font-size: 14px;
	}
	.input-comment textarea {
		height: 150px;
	}
}

@media screen and (max-width: 374px) {
	#contributeCount dt,
	#contributeCount02 dt {
		font-size: 14px;
	}
}

.sectionB02 {
	margin-bottom: 20px;
}

.commentIconBlockA01 {
	padding-left: 0 !important;
	margin-bottom: 24px;
}

.commentIconBlockA01 dt,
.commentIconBlockA01 dt span{
	width:100%;
	height:29px;
}

.commentIconBlockA01 dt span{
	position: absolute;
	top: 0;
	left: 0;
	background: url(/common/images/sprites_btn01.png) no-repeat;
	background-position:0 -880px;
}

.commentIconBlockA01 dd {
	display: none;
}

.notesListA01 li em, .notesListA11 li em, .notesListA02 li em {
    color: #F00;
}

@media screen and (max-width: 800px) {
.photoDetail-comment-inner {
		display: flex;
		flex-flow: column-reverse nowrap;
	}
.photoDetail-comment-inner.logout {
		flex-flow: column nowrap;
	}
	.sectionA02 {
		margin-top: 40px;
	}
	.input-comment {
		padding-top: 0;
		margin-top: 0;
	}
	.commentIconBlockA01 ul {
		letter-spacing: -1em;
	}
	.commentIconBlockA01 li {
		display: inline-block;
		width: 31.66%;
		letter-spacing: normal;
		margin-top: 8px;
		margin-right: 2.5%;
	}
	.commentIconBlockA01 li:nth-child(3n) {
		margin-right: 0;
	}
	.comment-box-outer {
		padding: 0;
	}
	.photoDetail-comment__members-comment {
		border: none;
	}
}
@media screen and (max-width: 480px) {
	.commentIconBlockA01 li:not(.column02),
	.commentIconBlockA01 li:not(.column02):nth-child(3n) {
		width: 48%;
		margin-right: 4%;
	}
	.commentIconBlockA01 li:not(.column02):nth-child(2n) {
		margin-right: 0;
	}
}
#photoContributeNav {
	display: block;
}

#photoContributeNav_prevPhoto,
#photoContributeNav_nextPhoto {
	display: none;
}

@media screen and (max-width: 1200px) {
	#photoContributeNav_prevPhoto,
	#photoContributeNav_nextPhoto {
		display: inline-block;
	}
}

.photoSetArea {
	max-width: 920px;
	text-align: center;
	padding: 0 5px;
	margin: 0 auto;
}

#photoSetA01 {
	margin-bottom: 12px;
	letter-spacing: -1em;
}

#photoSetA01 li {
	letter-spacing: normal;
	margin-right: 8px;
	margin-bottom: 0;
}

#photoSetA01 li:last-child {
	margin-right: 0;
}

#photoSetA01 img {
	max-width: none;
}

.notes {
	padding-top: 0;
	margin-top: 0;
}

/*
** my page
*/
#photoContributeNav li {
	font-size: 14px;
	height: auto;
}

#main-contents #photoContributeNav_myPage.btn a,
#main-contents #photoContributeNav_edit.btn a,
#main-contents #photoContributeNav_rotation.btn a,
#main-contents #photoContributeNav_del.btn a {
	color: #555 !important;
}

#contributePhoto #photoContributeTitle_wait {
	width: 120px;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	#contributePhoto #photoContributeTitle_wait {
		margin-bottom: 10px;
	}
}