@charset "utf-8";
/*--------------------------------------------
photomail
---------------------------------------------*/
#list_shamail ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-evenly;
}

#list_shamail ul li {
	width: 49%;
	margin-bottom: 2%;
}

.list_shamail_image {
	max-height: 310px;
	max-width: 310px;
	position: relative;
	display: block;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_shamail_image:before {
	content: "";
	display: block;
	padding-top: 100%;
}


.list_shamail_image_box {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(23,138,186,0.9);
	z-index:1;
}

.list_shamail_image_box img {
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 2;
	object-fit: cover;
}

.list_shamail_image p{
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 7px 0;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	position: absolute;
	background: rgba(254,127,156,0.6);
	z-index: 3;
}

.listshamail_title{
	border: 1px #DF5286 solid;
	box-sizing: border-box;
}

.listshamail_title h3 a{
	font-weight: normal;
	color: #d05a9c;
	font-size: 12px;
	padding-top: 10px;
	text-decoration :none;
}

.listshamail_title a {
	padding: 4px 0;
	text-decoration: underline;
	overflow: hidden;
	box-sizing: border-box;
	color: #178ABA;
	display: block;
	font-size: 14px;
	text-align: center;
}

.listshamail_title a span {
	font-size: 12px;
	margin-left: 3px;
}

.previous {
	width: 100%;
	margin: 0 0 10px;
	padding: 8px 3%;
	text-align: right;
	position: relative;
	background: #1e90ff;
	box-sizing: border-box;
}

.previous label {
	vertical-align: top;
	top: 14px;
	right: 160px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
}

.previous select {
	width: 140px;
	font-size: 16px;
	padding: 3px 5px;
	border: 1px #ddd solid;
	-webkit-appearance: none;
	background: #fff;
}

h4.list_photomailtitle {
	width: 100%;
	margin: 30px 0;
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
	border-top: 1px #DF5286 solid;
	border-bottom: 1px #DF5286 solid;
	color: #DF5286;
}

.previous_area {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.previous_area form {
	width: 100%;
}

.previous_area form select {
	width: 100%;
	font-size: 16px;
	color: #000;
	padding: 20px 10%;
	background: #fff;
	border-color: #1e90ff;
	text-indent: 0.01px;
	text-overflow: "";
	vertical-align: middle;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

.therapist_contents ul li {
	margin: 8px auto;
	text-align: left;
	border: 2px solid #DF5286;
}

.therapist_contents ul li a {
	color: #000;
	display: block;
	position: relative;
}

.therapist_listthum {
	width: 26%;
	position: relative;
	float: left;
}

.therapist_listthum img {
  width: 100%;
  max-width: 280px;
  height: auto;
  vertical-align: bottom;
}

.therapist_listdata {
	width: 71%;
	padding: 3px 1% 1px 2%;
	float: left;
}

.therapist_listdata .therapist_listdata_name {
	color: #d05a9c;
	margin-bottom: 2px;
	font-size: 120%;
}

.therapist_listdata .therapist_listdata_title {
	color: #d05a9c;
	font-size: 85%;
	line-height: 140%;
}

.therapist_listdata .syame_no {
	color: #f00;
}

#photomail_wrap {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	word-wrap: break-word
}

#photomail_wrap h3.photo_title {
	width: 95%;
	margin-bottom: 20px;
	padding: 0 2%;
	text-align: left;
	font-size: 20px;
	color: #ffd700;
}

#photomail_wrap h3.photo_title span {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	display: block;
}

#photomail_wrap h3.photo_title span a {
	color: rgb(35,199,194);
}

#photomail_wrap .photomail_image_area{
	width: 85%;
	height: auto;
	margin: 0 auto 20px;
	text-align: center;
}

#photomail_wrap .photomail_image_area img {
	width: 100%
	height: auto;
}

#photomail_wrap .photomail_text_area {
	width: 94%;
	margin: 0 auto 30px;
	padding: 0 3%;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	color: #000;
}

#photomail_wrap .photomail_text_area a {
	color: #f47a44;
	word-break: keep-all;
}

#photomail_wrap .photomail_text_area avisited {
	color: #f47a44;
}

#photomail_wrap #photomail_pagelist {
	width: 100%;
	margin: 0;
	padding: 30px 0 20px;
	text-align: center;
	border-top: 1px #DF5286 solid;
}

#photomail_wrap #photomail_pagelist .pr_next_btn {
	width: auto;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	float: none;
	color: #fff;
	background-color: #178ABA;
	border-radius: 3px;
}

#photomail_wrap #photomail_pagelist .first {
	-ms-filter: "alpha(opacity=40)";
	opacity: .4;
}

#photomail_wrap #photomail_pagelist .first:hover {
	-ms-filter: "alpha(opacity=40)";
	opacity: .4;
}