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

h1 {
  font-size: 18pt;
  position: relative;
  padding: 0.5em;
  background: #8C0;
  color: inherit;
  box-shadow: 2px 2px 6px #AAA;
  text-align: center;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  color: #000;
/*  text-shadow: 1px  1px 3px #FFF,
              -1px  1px 3px #FFF,
               1px -1px 3px #FFF,
              -1px -1px 3px #FFF; */
  background: #8C0;
  border: 1px solid #8C0;
  border-top: 1px solid #8C0;
  border-left: 1px solid #8C0;
  padding: 2px 5px 2px 12px;
  box-shadow: 2px 2px 6px #AAA;
}

hr {
  height: 1px;
  border-width: 1px 0px 0px 0px;
  border-color: gray;
}

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

.header {
  margin: 0px;
  padding: 10px 0px;
}

.summary p {
	font-size: 90%;
	text-indent: 1em;
  line-height: 1.5em;
  margin: 0em 1em 0em 1em;
}

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

.summary th {
  font-size: 90%;
  font-weight: normal;
  border: 1px solid #6B0;
  background-color: #FFF;
  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: 85%;
  border-style: none;
  text-align: left;
  background-color: #FFF;
  padding: 5px 5px 5px 10px;
  /*border: 1px solid #000;*/
}

.summary ul {
  padding-left: 2em;
  font-size: 95%;
}

.kaijou h3 {
  width: 200px;
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  background-color: #8C0;
  margin-left: 0.5em;
  padding: 0.3em 1em;
  text-align: center;
}

.live h3 {
  width: 200px;
  font-size: 11pt;
  font-weight: bold;
  color: #000;
  background-color: #F88; /*#D44;*/
  margin-left: 0.5em;
  padding: 0.3em 1em;
  text-align: center;
}

.program table{
  font-size:80%;
  width: 100%;
  border-collapse: collapse;
}

/*.program tr:nth-child(odd) {
  background-color: #CDF;
}*/

.program th {
  background-color: #CEC;
  padding: 10px;
  border: 2px solid #FFF;
  height: 20px;
  text-align: center;
  font-weight: normal;
  width: 160px;
}

.program td {
  background-color: #CEC;
  padding: 10px;
  border: 2px solid #FFF;
  height: 20px;
  text-align: left;
  font-weight: normal;
}

.apply_err_font {
  color: red;
  font-weight: bold;
}

.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 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_msg p {
  font-size: 90%;
  text-align: left;
  margin-left:12%;
  margin-right:12%;
}

.apply_submit {
  text-align: center;
}

.thanks h3 {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: center;
}

.thanks p {
  font-size: 90%;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  text-align: left;
}

.thanks ul, li {
  font-size:90%;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  text-align: left;
}

.btn1 {
  position: relative;
  display: inline-block;
  padding: 15px 30px 10px 30px;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: #8C5;
  /*border-bottom: solid 4px #6A0;*/
  border: solid 1px #3A0;
  border-radius: 5px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.btn1:active {
  /*border-bottom: solid 4px #590;*/
  border: solid 1px #6C0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.btn2 {
  position: relative;
  display: inline-block;
  padding: 15px 30px 10px 30px;
  text-decoration: none;
  text-align: center;
  color: #000;
  background: #F88;
  border: solid 1px #C66;
  /*border-bottom: solid 4px #C33;*/
  border-radius: 5px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.3), 0 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 16pt;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.btn2:active {
  border: solid 1px #C66;
  /*border-bottom: solid 2px #B22;*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

