.title{
	margin-bottom:30px;	
}

.subtitle{
	margin-left: 28px;
	margin-bottom: 20px;
	font-size:14px;
}

div .message{
	padding:5px 0 50px 0;
}





.medarchive-content {
	padding: 0 0 30px 0;
/* 	border-bottom: dotted 2px #d6de5b;	 */
}

.medarchive-content dl {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-color: #f9f9f9;
	width: 100%;
}
.medarchive-content dl dt {
	flex-direction: row;
	width: 30%;
	padding: 1rem;
	line-height: 0;
}
	.medarchive-content dl dt img {
		width: 100%;
	}
.medarchive-content dl dd {
	flex-direction: row;
	width: 70%;
	padding: 1rem;
}
.medarchive-content dl dd span {
	font-weight: bold;
}


.medarchive-content dl a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
  }
.medarchive-content dl a:hover{
	opacity:0.4;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}


/*
.message-content{
	padding: 30px 0 30px;
	border-bottom: dotted 2px #d6de5b;	
}
*/

.message > div:first-child{
	border-top: none;	
}

.message > div:last-child{
	border-bottom: none;	
}

div .std-photo-area{
	width: 200px;
	float: left;
}

div .std-photo-area .std-photo{
	width: 200px;
	height: 250px;
	margin-bottom: 10px;
}

div .std-photo-area .std-name{
	width: 200px;
}

div .std-photo-area .std-name p{
	width: 200px !important;
	text-align: center;
}

div .std-message-area{
	display: none;
	position: relative;
	width: 400px;
	margin-right: 20px;
	float: right;
	color: #333;
	background-color: #ccc;
}

div .std-message-area .std-arrow{
	position: absolute;
	top: 90px;
	left: -19px;
	width:20px;
	height: 30px;
	background:url(images/ob_arrow.png) no-repeat 0 0;
}

div .std-massage-area .std-title{
	width: 400px;	
}

div .std-massage-area .std-massage{
	width: 400px;	
}

/*
div.message1 .std-photo-area .std-photo{
	background: url(images/photo1.jpg) no-repeat;
}
div.message2 .std-photo-area .std-photo{
	background: url(images/photo2.jpg) no-repeat;
}
div.message3 .std-photo-area .std-photo{
	background: url(images/photo3.jpg) no-repeat;
}
div.message4 .std-photo-area .std-photo{
	background: url(images/photo4.jpg) no-repeat;
}
div.message5 .std-photo-area .std-photo{
	background: url(images/photo5.jpg) no-repeat;
}
div.message6 .std-photo-area .std-photo{
	background: url(images/photo6.jpg) no-repeat;
}
div.message7 .std-photo-area .std-photo{
	background: url(images/photo7.jpg) no-repeat;
}
*/






/* add 2017.03 */

.page-anchor {
	margin-bottom: 3rem;
}

.page-anchor ul {
	border-radius: 10px;
}

.page-anchor li {
	line-height: 1.5;	
}

.page-anchor li a {
	width: 20%;
	float: left;
	padding: 0.8rem;
	font-size: 0.6rem;
	border-right: solid 1px #219b6d;
	border-bottom: solid 1px #219b6d;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #29a47d), color-stop(0.00, #29bc8e));
	background: -webkit-linear-gradient(top, #29bc8e 0%, #29a47d 50%);
	background: -moz-linear-gradient(top, #29bc8e 0%, #29a47d 50%);
	background: -o-linear-gradient(top, #29bc8e 0%, #29a47d 50%);
	background: -ms-linear-gradient(top, #29bc8e 0%, #29a47d 50%);
	background: linear-gradient(to bottom, #29bc8e 0%, #29a47d 50%);
}
/*
.page-anchor li:nth-child(1) a,
.page-anchor li:nth-child(2) a,
.page-anchor li:nth-child(3) a,
.page-anchor li:nth-child(4) a {
	border-top: solid 1px #fff;
}
.page-anchor li:nth-child(4) a,
.page-anchor li:last-child a {
	border-right: solid 1px #fff;
}
*/

.page-anchor li a:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #33d7a3), color-stop(0.00, #29bc8e));
background: -webkit-linear-gradient(top, #29bc8e 0%, #33d7a3 88%);
background: -moz-linear-gradient(top, #29bc8e 0%, #33d7a3 88%);
background: -o-linear-gradient(top, #29bc8e 0%, #33d7a3 88%);
background: -ms-linear-gradient(top, #29bc8e 0%, #33d7a3 88%);
background: linear-gradient(to bottom, #29bc8e 0%, #33d7a3 88%);




}


.std-photo-area img {
	width: 100%;
	border-radius: 10px;
}

.std-message-area h4 {
	font-family: "Sawarabi Mincho";
	font-size: 1.3rem;
	line-height: 1.8;
	color: #29a47d;
	margin-bottom: 2rem;
}



.std-name ul {
	text-align: center;
}
.std-name li:nth-child(3) {
	font-size: 0.65rem;
	color:#999;
}


.acd_mes1_cont {
	display: none;
}


.btPagetop {
	text-align: right;
	border-radius: 10px;
	padding: 0.8rem;
}
.btPagetop a {
	color: #3366cc;
}