.fl_l{
	float: left;
}
.mr10{
	margin-right: 10px;
}
.clear{
	clear: both;
}
.attention{
	width: 468px;
	border: solid 3px #8f826c;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 20px 10px;
	margin: 30px auto 20px;
}
.attention p{
	margin-bottom:7px;
}
.attention .big{
	font-size: 1.1em;
	font-weight: bold;
}
.attention p.lead{
	margin-bottom: 10px;
	border-bottom: dashed 1px #8f826c;
}
.detail input{
	margin-top: 0;
}
.comment{
	border: solid 1px #cccc99;
	padding: 15px;
	background-color: #ffffcc;
}
.yahoo,
a.yahoo {
  color: #fff;
  background-color: #ff9966;
  padding: 3px 10px;
  text-decoration: none;
}
.yahoo:hover,
a.yahoo:hover {
  opacity: 0.9;
}

a.yahoo {
   border-radius: 100vh;
}
