@charset "UTF-8";

/* #block_comment */
#main #article #block_comment div.box{
	background-image: url(../images/comment_line_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	padding-top: 20px;

}
#main #article #block_comment div.box p.comment_info{
	margin-bottom: 30px;

}
#main #article #block_comment div.box p.comment_txt span.name_l{
	font-size: 30px;
	font-weight: bold;
}
#main #article #block_comment div.box p.comment_txt span.name_s{
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}
#main #article #block_comment div.box p.comment_txt span.more{
	font-size: 18px;
	display: block;
	line-height: 1.6em;
	margin-top: 5px;
}

#main #article #block_comment div.box p.comment_photo{
	width:260px;
	height-:260px;
	float:left;
	padding-left: 15px;
	padding-bottom:20px;
	display: block;
	position: relative;
	z-index: 2;

}
#main #article #block_comment div.box p.comment_photo img{
	position: relative;
	z-index: 2;

}
#main #article #block_comment div.box p.comment_txt{
	margin-left:280px;
	color: #976A15;
	letter-spacing: 0.1em;
}
#main #article #block_comment div.box span.item_01{
	position: absolute;
	left: 0px;
	top: -20px;
	z-index: 1;
	animation: float 3s linear infinite;
	transform-origin: 50% 50%;
}
#main #article #block_comment div.box span.item_03{
	position: absolute;
	left: 150px;
	top: 150px;
	z-index: 3;
	animation: float 2s linear infinite;
	transform-origin: 50% 50%;
}
@keyframes float {
  0% { transform: translateY(0) }
  50% { transform: translateY(6px) }
  100% { transform: translateY(0) }
}
@-webkit-keyframes float {
  0% { -webkit-transform: translateY(0) }
  50% { -webkit-transform: translateY(6px) }
  100% { -webkit-transform: translateY(0) }
}
#main #article #block_comment div.box span.item_02{
	position: absolute;
	left: -1px;
	top: -16px;
	z-index: 3;
	animation: spin 5s linear infinite;
	transform-origin: 50% 50%;
	height: 253px;
	width: 253px;
}
@keyframes spin {
  0% { transform:rotate(0deg) }
  100% { transform:rotate(359deg) }
}
@-webkit-keyframes spin {
  0% { -webkit-transform:rotate(0deg) }
  100% { -webkit-transform:rotate(359deg) }
}
#main #article #block_comment p.comment_fuki{
	float: none;
	clear: both;
	position: relative;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding: 20px;
	margin-top: 30px;
}

#main #article #block_comment p.comment_fuki:before{
	top: -12px;
	position: absolute;
	left: 115px;
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
}
#main #article #block_comment div.wind p.comment_fuki{
	background-color: #DDF1F4;
	color: #0EA1B7;
}
#main #article #block_comment div.sun p.comment_fuki:before{
	content: url(../comment/images/comment_arrow_02.png);
}
#main #article #block_comment div.sun p.comment_fuki{
	background-color: #FFFAC1;
	color: #976A15;
}

#main #article #block_comment div.wind p.comment_fuki:before{
	content: url(../comment/images/comment_arrow_01.png);
}
#main #article #block_comment div.other p.comment_fuki{
	background-color: #EAE1CE;
	color: #976A15;
}

#main #article #block_comment div.other p.comment_fuki:before{
	content: url(../comment/images/comment_arrow_03.png);
}



/* テキスト指定 */
