@charset "utf-8";
h1 {
    color: #580a35;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 0 0 2px rgba(173, 112, 137, 0.58);
}
dl#rule{
	margin-bottom:30px;
	}
dl#rule dt{
	font-weight:bold;
	margin:30px 0 10px 0;
	padding-left:10px;
	border-bottom:1px dotted #BE3280;
	}
dl#rule dd{
	padding-left:30px;
	}
dl#rule dd ol{
	margin-left:2em;
	}


#maincontent .emph01 {
	color:#b10c5d;
	font-weight:bold;
	font-size: 15px;
	margin: 20px auto;
	text-align:center;
}
#maincontent .emph02 {
	width: 680px;
	border: 2px solid #b10c5d;
	padding:5px;
	color:#b10c5d;
	font-weight:bold;
	font-size: 170%;
	margin: 20px auto 10px;
	text-align:center;
}
#maincontent .tbl01 {
	width: 690px;
	margin: 0 auto 20px;
	border: 1px solid #ceb7bd;
}
#maincontent .tbl01 .thdl {
	width: 30%;
	padding: 10px;
	border-bottom: dotted 1px #580a35;
	background-color: #f5f0ea;
	color: #580a35;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
#maincontent .tbl01 .thdllt {
	width: 30%;
	padding: 10px;
	background-color: #f5f0ea;
	color: #580a35;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
#maincontent .tbl01 .tcnt {
	width: 70%;
	padding: 10px;
	border-bottom: dotted 1px #580a35;
	background-color: #fff;
	text-align: left;
}
#maincontent .tbl01 .tcnt ul{
	margin-left:1em;
	}
#maincontent .tbl01 .tcnt ul li{
	list-style:circle;
	}
#maincontent .tbl01 tr:last-child .tcnt,
#maincontent .tbl01 .tcntlt {
	width: 70%;
	padding: 10px;
	border-bottom: 0;
	background-color: #fff;
	text-align: left;
}

span.red{color:red;}

.btnsemif {
  background: #d93497;
  background-image: -webkit-linear-gradient(top, #d93497, #9f3761);
  background-image: -moz-linear-gradient(top, #d93497, #9f3761);
  background-image: -ms-linear-gradient(top, #d93497, #9f3761);
  background-image: -o-linear-gradient(top, #d93497, #9f3761);
  background-image: linear-gradient(to bottom, #d93497, #9f3761);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 23px;
  padding: 15px 40px 15px 40px;
  text-decoration: none;
  text-align:center;
  width:70%;
}

.btnsemif:hover {
  background: #CC9900;
  text-decoration: none;
}
.btnsemif a{
	color:#fff;
}