@charset "utf-8";
/* CSS Document */

body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background-color:#FFF;
font-size: 13px;
line-height:1.2em;
margin:10px;
}
h1 {
text-align:center;
}
h2 {
background-color:#DB597F;
font-size:15px;
text-align:center;
padding:15px;
color:#FFF;
}
.dead {
font-size:10px;
}
.red {
font-size:11px;
color:#C00;
}
.pink {
	color: #F66;
	margin-right: 10px;
}
.frame {
margin:0 0 10px 0;
border-bottom:1px dotted #FF3366;
padding:10px;
}
.maru {
  background: #8bcdba none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  width: 1.5em;
  margin-right: 3px;
}
h3 {
font-size:1.1em;
margin:0 0 5px 0;
}

input[type="submit"] {
    -webkit-appearance:none;
    vertical-align:middle;
    text-align:center;
	padding:15px 25px;
	margin-bottom:10px;
	
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfdfd), color-stop(0.74, #e7e8e8), color-stop(0.44, #c7c8ca), color-stop(0.22, #f1f1f1), color-stop(0.00, #d8dada));
background: -webkit-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: -moz-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: -o-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: -ms-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);

}

.footer {
	text-align:center;
	margin:10px -10px 10px -10px;
	padding:5px;
	border-top:#666 solid 1px;
}

.bnr {
	text-align:center;
	margin:-10px;
	border-top:#666 solid 1px;
}

.ansr {
	font-size:1.2em;
	font-weight:600;
	color:#360;
margin:5px 0 10px 0;
border-bottom:#999 dotted 1px;
padding-bottom:10px;
}

.quest {
	font-size:1.2em;
	font-weight:600;
	color:#360;
margin:5px 0 10px 0;
border-bottom:#999 dotted 1px;
padding-bottom:10px;
}