@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

ul.exp_list li.comment_more_main {
	background: #ffffff none repeat scroll 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	height: 270px;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 15px;
	position: relative;
	text-align: left;
	width: 928px;
	overflow-y:hidden;
}
.happiness{
	float: left;
	position: relative;
	width: 464px;
}
.comment_more_img_f {
	float: left;
	padding: 13px 0 0;
	width: 95px;
}
.triangle-more-right {
	background: transparent none repeat scroll 0 0;
	border-bottom: 10px solid transparent;
	border-right: 20px solid #d5d5d5;
	border-top: 10px solid transparent;
	left: 78px;
	position: absolute;
	top: 60px;
	z-index: 2;
}
.triangle-more-right2 {
	background: transparent none repeat scroll 0 0;
	border-bottom: 10px solid transparent;
	border-right: 20px solid #ffffff;
	border-top: 10px solid transparent;
	left: 81px;
	position: absolute;
	top: 60px;
	z-index: 3;
}
.comment_more_text {
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #dddddd;
	display: block;
	float: right;
	font-family: "Noto Sans Japanese",sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	margin: 10px 20px 10px 0;
	padding: 6px 10px 10px;
	position: relative;
	width: 324px;
	min-height:98px;
	z-index: 1;
}
.comment_more_personal {
	color: #393939;
	display: block;
	font-size: 11px;
}
.comment_more_title {
	color: #00729d;
	font-family: "Noto Sans Japanese",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left:0px;
	display:block;
}
.comment_more_contents {
	color: #393939;
	font-family: "Noto Sans Japanese",sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	padding-right:0px;
}
.comment_more_btn {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #00709d;
	border-radius: 3px;
	color: #00709d;
	display: block;
	min-height: 19px;
	padding: 6px 10px;
	position: absolute;
	right: 15px;
	text-align: center;
	text-decoration: none;
	top: 10%;
	bottom:auto;
	width: 100px;
}
a.comment_more_text:hover{
	text-decoration:none;
}
a.comment_more_text:hover > p.comment_more_btn {
	background: #00709d none repeat scroll 0 0;
	color: #fff;
}

