@charset "utf-8";
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gotric ProN', 'ヒラギノ角ゴProN W3', Meiryo, メイリオ, sans-serif;
  background: #EEE;
  margin: 0;
  padding: 0;
  color: #444;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 18pt;
  position: relative;
  padding: 1em;
  background: #EEE;
  color: #5096D3;
  box-shadow: 2px 2px 6px #AAA;
}

h2 {
  font-size: 13pt;
  font-weight:normal;
  color:#ffffff;
  background: #5096D3;
  border: 1px solid #5096D3;
  border-top: 1px solid #5096D3;
  border-left: 1px solid #5096D3;
  padding: 2px 5px 2px 12px;
  box-shadow: 2px 2px 6px #AAA;
}

input[type="button"],
input[type="submit"] {
  height: 28px;
  background-color: #DDD;
  border: 1px solid #999;
}

.btn_rgt {
    font-size: 85%;
    width: 110px;
    float: right;
    vertical-align: middle;
}
.btn_rgt + * {
    clear: both;
}

.wrapper {
  width: 800px;
  margin: 0 auto;
  border: 1px solid #AAA;
  padding: 0px 80px 0px 80px;
  background-color: #FFF;
}

.header {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  text-align: center;
}

.main {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 11pt;
}

.top table {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #FFF;
}

.top td {
  text-align: center;
  padding: 10px;
}

.summary table {
  border-style: none;
  border-spacing: 10px;
}

.summary th {
  font-weight: normal;
  border: 1px solid #5096D3;
  background-color: #ffffff;
  padding: 0px;
  width: 150px;
  box-shadow: 2px 2px 4px #CCC;
  border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.summary td {
  font-size:10.5pt;
  border-style: none;
  text-align: left;
  background-color: #FFF;
  padding: 5px 5px 5px 10px;
}

.apply table{
  font-size:85%;
  width: 100%;
  border-collapse: collapse;
}

.apply th {
  background-color: #DDD;
  padding: 5px;
  border: 1px solid #AAA;
  height: 40px;
  text-align: center;
}

.apply td {
  background-color: #FFF;
  padding: 5px;
  border: 1px solid #AAA;
  height: 40px;
  text-align: center;
}

.apply p {
  font-size: 100%;
  text-align: center;
}

.apply_button {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #00008B;
  border-radius: 15px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: normal;
  border: solid 2px #0000ff;
  font-size: 150%;
  height: 1.4em;
}

.apply_button:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.apply_form table{
  width: 100%;
  border-collapse: collapse;
}

.apply_form th {
  font-size: 90%;
  width: 130px;
  background-color: #EEE;
  padding: 5px 20px 5px 20px;
  border: 1px solid #AAA;
  height: 40px;
  text-align: left;
}

.apply_form td {
  font-size: 100%;
  padding: 5px 20px 5px 20px;
  border: 1px solid #AAA;
  height: 40px;
  text-align: left;
}

.apply_form_hd {
  font-size: 100%;
  padding: 5px 20px 5px 20px;
  border: 1px solid #CCC;
  height: 40px;
  text-align: left;
}

.apply_form input[type="text"], .apply_form select {
  font-size: 95%;
  height: 30px;
  border: 1px solid #888;
  text-align: left;
  padding: 0px 0px 0px 10px;
  border-radius: 4px;
    -webkit-border-radius: 4px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 4px;/* for Firefox 対応*/
}

.apply_form_hd {
  background-color: #EEF;
}

.apply_submit {
  text-align: center;
}

.apply_submit input {
  font-size: 12pt;
}

.apply_err_bg {
  background: #FDD;
}

.apply_err_font {
  font-size: 80%;
  font-weight: bold;
  color: #F00;
}

.apply_complete p {
  text-align: left;
}

.apply_complete table {
  width: 100%;
  border: none; 
  padding: 50px;
}

.apply_complete td {
  width: 85%;
  border: none; 
  padding: 0px 50px;
}

.question table{
  font-size:90%;
  width: 100%;
  border-collapse: collapse;
}

.question th {
  background-color: #DDD;
  padding: 5px;
  border: 1px solid #AAA;
  height: 40px;
  text-align: center;
}

.question td {
  background-color: #FFF;
  padding: 1em;
  border: 1px solid #AAA;
  height: 40px;
  text-align: left;
  vertical-align: top;
}

.note table {
  width: 100%;
}

.note td {
  background-color: #FFF;
  padding: 5px;
  border: 1px solid #888;
  text-align: center;
  font-size:11pt;
}

.footer {
  text-align: center;
  font-size:9pt;
}

.btn1 {
	width: 160px;
	height: 40px;
  line-height: 20px;
  position: relative;
  display: inline-block;
	padding: 0.4em 1.0em 0.2em 1.0em;
	color: #FFF;
	background: #07B;
  border: solid 3px #07B;
	border-radius: 0.5em;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
  text-decoration: none;
  font-size: 1em;
	font-weight: normal;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.btn1:active {
	box-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.btn2 {
	width: 160px;
	height: 40px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	padding: 0.4em 1.0em 0.2em 1.0em;
	color: #FFF;
	background: #E70;
	border: solid 3px #E70;
	border-radius: 0.5em;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
	text-decoration: none;
  font-size: 1em;
	font-weight: normal;
  text-align: center;
  vertical-align: middle;
	letter-spacing: 0.5em;
}

.btn2:active {
	box-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.box1 {
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 1.5em auto 0 auto;
    /*margin: 1.5em 0 0 0;*/
    padding: 0.4em 1.0em 0.2em 1.0em;
    text-align: center;
    color: #FFF;
    background: #07B;
    border: solid 3px #07B;
    border-radius: 0.5em;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
}

.box1 p {
    margin: 0; 
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.2em;
}

.box2 {
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 1.5em auto 0 auto;
    /*margin: 1.5em 0 0 0;*/
    padding: 0.4em 1.0em 0.2em 1.0em;
    text-align: center;
    color: #FFF;
    background: #E70;
    border: solid 3px #E70;
    border-radius: 0.5em;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5);
}

.box2 p {
    margin: 0; 
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.2em;
}
