/* ver 0.0.1 */
/* IE9 later */
#id_button_div {
/*	position: absolute; */
	position: relative;
	width: 270px;
	height: 304px;
	z-index: 999;
	display: inline-block;
}
#id_button1_div {
/*	position: absolute; */
	position: relative;
	width: 270px;
	height: 304px;
	z-index: 999;
	display: block;
}
#id_button_arrow_div {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 14px;
	background-image: url('/images/button_fukidashi_top.png');
	background-repeat: no-repeat;
}
.c_button_arrow_div {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 14px;
	background-image: url('/images/button_fukidashi_top.png');
	background-repeat: no-repeat;
}
.c_button_arrow_voice_div {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 14px;
	background-image: url('/images/button_fukidashi_voice_top.png');
	background-repeat: no-repeat;
}
#id_button_block_div {
	position: relative;
	top: 0;
	width: 270px; /* */
	height: 290px;
	background-color: #e86116;
}
.c_button_block_div {
	position: relative;
	top: 0;
	width: 270px; /* 230 */
	height: 290px;
	background-color: white; /* background-color: #e86116; */
	border: 1px solid #ee3db6;
}
.c_button_block_voice_div {
	position: relative;
	top: 0;
	width: 270px; /* 230 */
	height: 290px;
	background-color: white; /* background-color: #e86116; */
	border: 1px solid #28b81e;
}
.c_button_line_div {
	position: relative;
	top: 30px;
	margin-bottom: 20px;
	width: 260px;
	height: 30px;
}
.c_button_line_div:after {
	clear: both;
}
.c_button_button_div {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 106px;
	color: #ee3db6;
	height: 26px;
	border: 1px #ee3db6 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	font-size: 14px;
/*	font-weight: bold; */
	cursor: pointer;
	background-color: white;
}
.c_button_button_div:hover {
	background-color: #ee3db6;
}
.c_button_button_div:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
.c_button_button_div:hover > .c_button_text_div {
/*	color: #ee3db6; */
	color: white;
}
.c_button_button_div:hover > .c_button_mark1_div {
	background-image: url('/images/article_love_button1_off.png');
}
/* */
.c_button_button_voice_div {
	position: relative;
	float: left;
	margin-left: 25px;
	width: 106px;
	color: #28b81e;
	height: 26px;
	border: 1px #28b81e solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	font-size: 14px;
/*	font-weight: bold; */
	cursor: pointer;
	background-color: white;
}
.c_button_button_voice_div:hover {
	background-color: #28b81e;
}
.c_button_button_div:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
.c_button_button_voice_div:hover > .c_button_text_voice_div {
/*	color: #ee3db6; */
	color: white;
}
.c_button_button_voice_div:hover > .c_button_mark1_voice_div {
	background-image: url('/images/article_love_button1_off.png');
}
/* */

.c_button_count_div {
	position: relative;
	float: right;
	margin-right: 20px;
	width: 80px;
	color: white;
	height: 26px;
	border: 1px #ee3db6 solid;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
	background-color: transparent;
	text-align: right;
	color: black;
	display: block;
	font-size: 16px;
/*	font-weight: bold; */
}
.c_button_count_div:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
/* */
.c_button_count_voice_div {
	position: relative;
	float: right;
	margin-right: 20px;
	width: 80px;
	color: white;
	height: 26px;
	border: 1px #28b81e solid;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	-o-border-radius: 13px;
	-ms-border-radius: 13px;
	border-radius: 13px;
	background-color: transparent;
	text-align: right;
	color: black;
	display: block;
	font-size: 16px;
/*	font-weight: bold; */
}
.c_button_count_voice_div:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}
/* */
.c_button_mark1_div {
	position: absolute;
	width: 19px;
	height: 16px;
/*	background-image: url('/images/article_love_button1_off.png'); */
	background-image: url('/images/article_love_button1_on.png');
	background-repeat: no-repeat;
	top: 5px;
	left: 5px;
}
.c_button_mark1_voice_div {
	position: absolute;
	width: 19px;
	height: 16px;
/*	background-image: url('/images/article_love_button1_off.png'); */
	background-image: url('/images/article_love_button1_voice_on.png');
	background-repeat: no-repeat;
	top: 5px;
	left: 5px;
}
.c_button_text_div {
	vertical-align: middle;
	display: inline-block;
/*	color: #757575; */
	color: #ee3db6;
	margin-left: 22px;
	margin-top: 2px;
}
.c_button_text_voice_div {
	vertical-align: middle;
	display: inline-block;
/*	color: #757575; */
	color: #28b81e;
	margin-left: 22px;
	margin-top: 2px;
}
.c_button_count_text_div {
	vertical-align: middle;
	display: inline-block;
	color: #ee3db6; /* white */
	margin-right: 10px;
	margin-top: 2px;
	font-size: 12px;
}
.c_button_count_text_voice_div {
	vertical-align: middle;
	display: inline-block;
	color: #28b81e; /* white */
	margin-right: 10px;
	margin-top: 2px;
	font-size: 12px;
}
.c_button_mark2_div {
	position: absolute;
	width: 19px;
	height: 16px;
	background-image: url('/images/article_love_heart.png');
	background-repeat: no-repeat;
	top: 6px;
	left: 6px;
}
.c_button_mark2_voice_div {
	position: absolute;
	width: 19px;
	height: 16px;
	background-image: url('/images/article_love_heart_voice.png');
	background-repeat: no-repeat;
	top: 6px;
	left: 6px;
}
/* end of file */

