@charset "utf-8";
/*--------------------------------------------
photomail
---------------------------------------------*/
#list_shamail {
	padding-bottom: 40px;
}

#list_shamail ul{
	width: 98%;
	margin: 10px auto 5px auto;
	text-align: center;
	box-sizing: border-box;
}

#list_shamail ul li{
	width: 23.5%;
	margin: 2px auto 2.5% 10px;
	text-align: center;
	float: left;
	border: 1px #DF5286 solid;
}

.list_shamail_image {
	height: 210px;
	position: relative;
	overflow: hidden;
	display: block;
}

.list_shamail_image:before {
	content: "";
	display: block;
}

.list_shamail_image img{
	width: 100%;
	height: 100%;
	transition: 1s all;
	object-fit: cover;
}

.list_shamail_image img:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
}

.list_shamail_image_box{
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: rgba(23,138,186,0.9);
}

.listshamail_title{
	border-top: 1px #178ABA solid;
	border-bottom: none;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
}

.listshamail_title div{
	width: 99%;
	height: 30px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.listshamail_title p{
	font-size: 11px;
	font-weight: normal;
	padding: 8px;
	text-align: left;
}

.photo_up{
	background: #e3375f;
	color: #fff;
	font-size: 10px;
	padding: 2px;
	margin-left: 150px;
	top:-30px;
	position: relative;
}

.listshamail_title h3 a{
	font-weight: normal;
	color: #d05a9c;
	font-size: 98%;
	font-weight: bold;
	text-decoration :none;
}

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

.listshamail_title a:hover {
	text-decoration: none;
}

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

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

.previous label {
	vertical-align: top;
	top: 14px;
	right: 170px;
	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: 96%;
	margin: 80px 0 25px 2.3%;
	padding: 15px 0;
	text-align: center;
	font-size: 25px;
	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;
}