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

body{
	font-family: font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:14px; 
	line-height:1.5;
  color:#585656;
}

#wrapper {
  width:900px;
  margin:0 auto;
  padding:10px 0 10px 0;
}

small {
  width:100%;
  margin-top:30px;
  display:block;
  text-align:center;
}

h2 {
  margin-bottom:20px;
  padding: 15px 20px;
  font-size:24px;
  font-weight:bold;
  line-height:24px;
  background: #02418B;
  color: #FFF;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

p {
  margin-top:10px;
  margin-left:1em;
  margin-bottom:20px;
}

table {
  width:100%;
  margin:50px 0 20px 0;
  border-top:2px solid #CCC; 
}

td {
  padding:20px;
  vertical-align: top;
  border-bottom:1px solid #CCC; 
}

td.title {
  width:150px;
}

td:nth-child(odd) {
  font-weight: bold;
}

td:nth-child(even) {
  padding-left: 20px;
}


div.check {
 margin-bottom: 30px;
 padding: 20px;
 text-align: center;
 background:#F1F0EE;
}

.red {color:#FF0000;}

a {
  color:#004091;
  text-decoration: underline;
}

a:hover {
  color:#004091;
  font-weight:bold;
  text-decoration: underline;
}

.btnArea {
  text-align: center;
  margin-bottom: 50px;
}


#btn_next,#btn_reset {
  width: 250px;
  padding: 10px;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  box-shadow: 0px !important;
  border: none !important;
  text-shadow:none;
}

#btn_next:hover,#btn_reset:hover {
  cursor: pointer;
  opacity:0.8 !important;
}

#btn_next {
  background: #F26964;
  color: #FFF;
}

#btn_reset{
  background: #B7B7B7;
  color: #FFF;
}


input, button, textarea, select {
  margin-bottom: 3px;
  padding: 5px;
}
