@charset "utf-8";
/* CSS Document */

#contents .baitoru_btn {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 540px;
}
#contents .baitoru_btn a {
  display: block;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background-color: #ff0000;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
  border: 1px solid #cc0000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  font-weight: bold;
  letter-spacing: 2px;
}
#contents p.baitoru_btn:hover a {
  text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
#contents section article > div > div dl.txt dt {
	float:none;
}
#contents section article > div > div dl.txt dd {
  margin-left: 1em;
}
dl.txt01 {
  margin-bottom: 30px;
  font-size: 14px;
}
.kyoshujoBox {
	border:1px solid #ccc;
	padding:10px 5px 10px 5px;
	margin-bottom: 30px;
}
.kyoshujoBox p.p01 {
	float:left;
	margin-right:10px;
	margin:0 10px 0 0 !important;
}
.kyoshujoBox p.p02 {
	margin:0 !important;
}
ul.baitoruBox {
	margin-bottom:30px;
}
ul.baitoruBox li {
  width: 32%;
  display: inline-block;
  margin-right: 5px;
}
ul.baitoruBox li a {
  display: block;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background-color: #ff0000;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
  border: 1px solid #cc0000;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
  font-weight: bold;
 }
ul.baitoruBox li:hover a {
  text-decoration: none;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}