@charset "utf-8";
/*
CSS Information
 File name:      photoblog_detail.css
 Author:         Administrator
 Style Info:     /sp/photoblog_detail.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */



/* プロフィール
********************************** */
#content .data {
	width: 95%;
	margin: 10px auto;
	border: solid 1px #000099;
}

#content .data > span.photo{
	float: left;
	display: block;
	width: 60px;
	margin: 10px;
}

#content .data > span.photo img {
	width: auto;
	height: auto;
	max-width: 60px;
	max-height: 80px;
}

#content .data span.size {
	margin-top: 10px;
	display: block;
}

#content .data > div {
	float: left;
	width: 70%;
	height: 80px;
	margin: 10px 10px 10px 0;
	font-weight: bold;
}

#content .data > div .profile {
	width: 100%;
	display: block;
	margin-top: 10px;
}

#content .data > div .profile a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #000066;
}

#content .entry h2{
	background:#333333;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	padding: 5px 10px;
}

#content .entry h3 {
	background: #666666;
	padding: 5px;
	text-align: center;
	color: #fff;
}

#content .entry .text {
	padding: 10px;
}

#content .entry .text img.image {
	max-width: 100% !important;
	height: auto !important;
}

#content .entry ul.thumb {
	padding: 10px;
}

#content .entry ul.thumb li {
	display: block;
}

#content .entry ul.thumb li img {
	width: 100%;
	height: auto;
	/* max-width: 85px;
	max-height: 85px; */
}

#content .photoblog .date {
	display: block;
	padding: 10px;
	text-align: right;
}

#content .photoblog ul.comment p {
	padding: 10px;
}

#content .photoblog ul.comment li {
	border-bottom: solid 1px #000099;
}

#content .photoblog ul.comment li:last-of-type {
	border-bottom: none;
}

#content .photoblog ul.comment li span {
	display: block;
	padding: 10px;
	font-size: 85%;
	text-align: right;
}

.workLink {
width: 90%;
margin: 0px auto 5px;
text-align: center;
border: 1px solid #DA1D93;
border-radius: 4px;
background: linear-gradient(to bottom, #F595D4 0%, #EA3EAC 100%) repeat scroll 0% 0% transparent;
}
.workLink a {
display: block;
padding: 8px 0px;
border-radius: 4px;
color: #FFF;
font-size: 100%;
text-decoration: none;
position: static;
}


/* 過去記事
********************************** */

#content .archive div {
	text-align: center;
}

#content .archive select {
	height: 30px;
	font-size: 123.1%;
}

/* フォーム
********************************** */

#content .contribute {
	border-bottom: 1px solid #000099;
	padding-bottom: 20px;
}

.compMsg {
	width: 80%;
	margin: 0 auto 10px;
	padding: 10px;
	text-align: left;
}

.compMsg em {
	display: block;
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.errMsg {
	padding: 10px 10px 0;
	margin: 0 auto 10px;
	width: 80%;
	border-style: solid;
	border-width: 1px;
}

.compMsg p,
.errMsg p {
	margin-bottom: 10px;
}

.errMsg p:before {
	content: "！";
}


#content form {
	text-align: center;
}

#content dl dt {
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#content dl dd {
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#content input[type="text"] {
	width: 80%;
	height: 25px;
}

#content textarea {
	width: 80%;
	height: 60px;
}
#content input[type="submit"] {
	font-size: 17px;
	border: 1px solid #a1a1a1;
	width: 80%;
	padding: 10px;
	background: #efefef;
	-webkit-appearance: none;
	appearance: none;
	border-radius:3px;
	color:initial;
	font-weight: normal;
	line-height: initial;
}
#content ul.content {
	width: 95%;
	margin: 0 auto 10px;
}

#content ul.content li{
	border: solid 1px #000099;
	margin-bottom: 10px;
}

#content ul.content li a {
	display: block;
	padding: 9px;
	text-align: center;
	font-weight: bold;
	font-size: 116%;
	color: #000066;
}

#content .back {
	margin: 0 auto 10px;
	width: 95%;
	height: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	background: #666666;
}

#content .back a {
	display: block;
	color: #fff;
}

.nextPrev {
	width: 95%;
	margin: 10px auto;
	overflow: hidden;
}
.nextPrev li {
	width: 49%;
	position: relative;
}
.nextPrev li a {
	display: block;
	width: 100%;
	font-weight: bold;
	border: 1px solid #666666;
	background: #666666;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
}
a.btn_unr {
	display: block;
	padding: 0 2% 5px 2%;
}
.btn_unr img {
	max-width: 100%;
}

.btn_comment {
    display: block;
    position: relative;
    background-color: #f7d034;
    border-radius: 4px;
    color: #fff !important;
    font-size: 4vw;
    font-weight: bold;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #f7ba59;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    text-align: center;
    margin: 10px auto 20px auto;
    width: 96%;
}
.btn_comment:hover {
  top: -4px;
  box-shadow: 0 7px 0 #f7ba59;
}
.btn_comment:active {
  top: 3px;
  box-shadow: none;
}
.blog_file {
    display: block;
    padding: 0 10px;
    position: relative;
}
.blog_file .image {
    width: 100%;
}
.play {
    position: absolute;
    width: 5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lady_photoblog_sns {
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.lady_photoblog_sns > li {
	border: 1px solid #cecece;
	flex: 1;
	-webkit-flex: 1;
	border-radius: 5px;
	background: #f2f2f2;
}

.lady_photoblog_sns li span {
	display: block;
	font-weight: bold;
	color: #000 !important;
}
.lady_photoblog_sns li img, .lady_photoblog_sns li svg {
	display: block;
	text-align: center;
	margin: 0 auto .5em;
	max-width: 8vw;
}
.lady_photoblog_sns li a {
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 1em .5em;
	cursor: pointer;
}
#photoblog_detail .text img {
	max-width: 100%;
}
.nextPrev.nextPrev_new {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.check_area input[type="checkbox"] { display: none; }

.check_area input[type="checkbox"] + label {
  display: inline;
  position: relative;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.check_area input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.check_area input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: -30px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check_area input[type="checkbox"] + label::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #c90e37;
	position: absolute;
	left: -30px;
	top: -5px;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

.check_area {
	margin: 20px 0 20px;
}