@charset "utf-8";

.mwhm_point {
	position: relative;
	text-align: left;
	color: #666666;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mwhm_clapbutton {
	width:100px;
	height:30px;
	line-height:30px;
	display:block;
	 border:solid 1px #f2a0a1;
	 background:#ffffff;
	 text-align:center;
	 color:#e95464;
	 font-size:15px;
	 border-radius:23px;
	 -webkit-border-radius:23px;
	 -moz-border-radius:23px;
}


.mwhm_clapcount {
	color: #CC4444;
	font-size: 13px;
	font-weight: bold;
}
.mwhm_arrow .pdg {
	padding: 0 4px;
}
.mwhm_message {
	display: none;
	position: absolute; top: 27px; left: 0;
	color: #666666; background-color: #F5F5F5; border: 1px solid #999999; padding: 5px;
	-webkit-box-shadow: 2px 2px 6px #8E8E8E; -moz-box-shadow: 2px 2px 6px #8E8E8E; box-shadow: 2px 2px 6px #8E8E8E;
}
.mwhm_message input,
.mwhm_message select,
.mwhm_message textarea {
	font-size: 13px;
}
.mwhm_close {
	cursor: pointer;
	position: absolute; top: -10px; right: -10px;
	-moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px;
	-webkit-box-shadow: 1px 1px 5px #8E8E8E; -moz-box-shadow: 1px 1px 5px #8E8E8E; box-shadow: 1px 1px 5px #8E8E8E;
}
.mwhm_arrow {
	margin-left: 6px;
	padding: 2px 0;
	position: relative;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.mwhm_arrow:after, .mwhm_arrow:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mwhm_arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 4px;
	top: 10px;
	margin-top: -5px;
}
.mwhm_arrow:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 5px;
	top: 10px;
	margin-top: -6px;
}
