.title{
	margin-bottom:30px;	
}

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

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

.message-content{
	padding: 30px 0 30px;/*

	border-top: solid 1px #A37E38;
*/
	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;
}

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;
}