@charset "utf-8";

article.block {
	font-size: 1.2rem;
	line-height: 1.6;
}


article.block h2 {
	font-size: 2rem;
	text-align: center;
	font-style: italic;
	padding-top: 2rem;
}





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