@charset "utf-8";
/*
CSS Information
 File name:      photoblog_lady.css
 Author:         Administrator
 Style Info:     /photoblog_lady.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/
#content > section > .inner {
	padding-top: 10px;
}
#side {
	float: left;
	margin: 0 0 0 10px;
	width: 240px;
}
#side > section {
	position: relative;
	margin: 0 0 10px;
	border: solid 1px #999;
}
#side > section .secTtl {
	position: relative;
	padding: 5px 10px;
	font-size: 108%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border-bottom: solid 1px #999;
	font-weight: bold;
	text-align: left;
	behavior: url(/js/web/lib/PIE.htc);
}
#side > section .inner {
	padding: 10px;
}
#main {
	float: right;
	margin: 0 10px 0 0;
	width: 648px;
}
#main > section {
	position: relative;
	margin: 0 0 10px;
}
#main > section .secTtl {
	position: relative;
	margin: 0 0 5px;
	padding: 5px 10px;
	font-size: 108%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border: solid 1px #999;
	font-weight: bold;
	text-align: left;
	behavior: url(/js/web/lib/PIE.htc);
}
.errMsg {
	margin: 0 0 10px;
	padding: 10px;
	border: solid 1px #f00;
	color: #f00;
	text-align: left;
}
.errMsg p:before {
	content: "！";
}
.compMsg {
	margin: 0 0 10px;
	padding: 10px;
	background: #c1eeed;
	color: #00605f;
	text-align: left;
}
.compMsg em {
	font-size: 108%;
	font-weight: bold;
}

/* #ladyData
***********************************/
#ladyData {
	margin: 0 0 10px;
}
#ladyData .thumb {
	display: block;
	width: 240px;
	height: 320px;
	overflow: hidden;
	text-align: left;
}
#ladyData .thumb img {
	width: auto;
	height: auto;
	max-width: 240px;
	max-height: 320px;
	vertical-align: top;
}
#ladyData .txtData {
	margin: 5px 0 0;
	padding: 10px;
	background: #999;
	color: #fff;
}
#ladyData .txtData em,
#ladyData .txtData span {
	display: block;
	text-align: left;
}
#ladyData .txtData .ladyName {
	font-size: 116%;
	font-weight: bold;
}
#ladyData .txtData .schedule {
	display: block;
	margin: 10px 0 0 0;
	border: solid 1px #666;
}
#ladyData .txtData .schedule dt {
	display: block;
	float: left;
	width: 40%;
	background: #666;
	font-size: 93%;
}
#ladyData .txtData .schedule dd {
	display: block;
	float: right;
	width: 60%;
	background: #fff;
	color: #666;
	font-size: 93%;
}

/* #newest + #archive
***********************************/
#newest li,
#archive li {
	margin-left: 10px;
	list-style-position: outside;
	list-style-image: url(https://img.undernavi.com/chugoku/club-ador/parts/icon_arrow.png);
	text-align: left;
}

/* #calender
***********************************/
#calendar .nextPrev,
#calendar .week,
#calendar .date {
	display: block;
	text-align: center;
}
#calendar .nextPrev li {
	display: inline;
}
#calendar .week li,
#calendar .date li {
	float: left;
	margin: 0 0 5px;
	width: 14%;
	font-size: 93%;
}
#calendar .date li:nth-last-of-type(-n+7) {
	margin-bottom: 0;
}
#calendar .week li.sat {
	color: #00f;
}
#calendar .week li.sun {
	color: #f00;
}

/* #main
***********************************/
#main article {
	position: relative;
	margin: 0 0 10px;
	border: solid 1px #999;
}
#main article .heading {
	position: relative;
	padding: 5px 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	border-bottom: solid 1px #999;
	text-align: left;
	behavior: url(/js/web/lib/PIE.htc);
}
#main article .heading .title {
	font-size: 134%;
	font-weight: bold;
}
#main article .heading .date {
	font-size: 93%;
	text-align: right;
}
#main article .inner {
	padding: 10px;
}
#main article .inner .imgList {
	margin: 0 0 10px 0;
}
#main article.detail .inner .imgList {
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
}
#main article .inner .imgList li {
	float: left;
	margin: 0 10px 0 0;
}
#main article.detail .inner .imgList li {
	float: none;
	margin: 0 0 10px 0;
}
#main article .inner .imgList li:last-child {
	margin-right: 0;
}
#main article.detail .inner .imgList li:last-child {
	margin-bottom: 0;
}
#main article .inner .imgList li .thumb {
	display: block;
	width: 200px;
	overflow: hidden;
}
#main article .inner .imgList li .thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 267px;
	vertical-align: top;
}
#main article .inner .body {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
}

#main article .inner .body img {
	max-width: 100%;
	vertical-align: top;
}

/* #comment
***********************************/

#comment ul li,
#addComment .formData {
	display: block;
	margin: 0 0 5px;
	padding: 10px;
	background: #efefef;
}
#comment ul li:last-child {
	margin-bottom: 0;
}
#comment ul li .userName,
#addComment .formTtl {
	padding: 5px;
	border-bottom: dotted 1px #999;
	font-size: 116%;
	font-weight: bold;
	text-align: left;
}
#comment ul li .body {
	padding: 5px;
	font-size: 93%;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;

}
#comment ul li .date {
	padding: 5px;
	font-size: 85%;
	text-align: right;
}
#addComment input[type=text],
#addComment textarea {
	display: block;
	margin: 5px 0 0 0;
	padding: 2px;
	border: solid 1px #999;
}
#addComment input[type=text] {
	width: 50%;
}
#addComment textarea {
	width: 80%;
	height: 10em;
}
#addComment input[type=submit] {
	position: relative;
	display: block;
	margin: 10px auto 0;
	width: 200px;
	padding: 5px;
	border: solid 1px #999;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	-pie-background: linear-gradient(#ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	behavior: url(/js/web/lib/PIE.htc);
	cursor: pointer;
}

/* 写メ日記詳細ページ 記事一覧へのリンク */
p.moreLink {
	text-align: right;
	margin: -4px 2px 5px 0;
}

.nextpager {
	width: 514px;
	margin: 30px auto;
}
.nextpager li {
	position: relative;
}
.nextpager li.backbtn {
	float: left;
}
.nextpager li.nextbtn {
	float: right;
}
.nextpager li a {
	display: block;
	width: 248px;
	height: 33px;
	border: 1px solid #999999;
	background: #999999;
	text-align: center;
	font-size: 120%;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
}

/* 引用 */
blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	margin-left: 40px;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}
blockquote p {
	padding: 1em 0;
}

.btn_comment {
    display: block;
    position: relative;
    background-color: #f7d034;
    border-radius: 4px;
    color: #fff !important;
    font-size: 18px;
    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;
    letter-spacing: 1px;
    margin: 15px auto 30px auto;
    text-decoration: none !important;
}
.btn_comment:hover {
  top: -4px;
  box-shadow: 0 7px 0 #f7ba59;
}
.btn_comment:active {
  top: 3px;
  box-shadow: none;
}

/*******************************写メ動画********************************/
#main article.detail.blog_detail .inner .imgList {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
#main article.detail.blog_detail .inner .imgList li .thumb {
	width:auto;
}
#main article.detail.blog_detail .inner .body img {
	display:block;
	margin:0 auto;
}
.photoblog_movie {
	max-width: 100%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.v_movie {
	max-width: 50%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.photoblog_movie .thumb {
	position: relative;
}
.photoblog_movie .thumb::after {
	content: "";
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 22px);
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url('https://img.undernavi.com/front/pc/common/btn_movie.png') no-repeat center center;
}
.lady_photoblog_sns > li {
	border: 1px solid #cecece;
	flex: 1;
	-webkit-flex: 1;
	border-radius: 5px;
	background: #f2f2f2;
}
.lady_photoblog_sns li > a {
	color: #000;
	text-align: center;
	padding: 10px;
	height: 100%;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.lady_photoblog_sns li span {
	display: block;
	font-weight: bold;
}
.lady_photoblog_sns {
	width: 30%;
	margin: 0 auto;
}
.lady_photoblog_sns li a:hover {
	text-decoration: none;
}
