@CHARSET "UTF-8";


/**********************************************

  トップページ用スタイルシート

***********************************************/
#imgArea {
  width: 900px;
  margin: auto;
  margin: 15px 0;
}

#news {
  font-size: 14px;
  width: 668px;
  /*min-height: 280px;*/
  border: solid 1px #ccc;
  border-top: none;
  float: left;
}

#news dl {
  width: 648px;
  margin-top: 15px;
}

#news dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#news dt, #news dd {
  padding: 5px;
}

#news dt {
  color: #24694B;
  float:left;
  clear:left;
  width: 145px;
}

#news dt img {
  position: relative;
  top: 2px;
}

#news dd {
  float: right;
  width: 480px;
}

#news p {
  text-align: right;
  padding-right: 10px;
}


/**********************************************

  新着情報ページ用スタイルシート

***********************************************/
#newslist {
  width: 240px;
  min-height: 382px;
  padding: 8px 0;
  float: left;
  border: solid 1px #ccc;
}

#newslist h3 {
  text-align: center;
}

#newslist ul {
  margin-top: 10px;
  padding: 0 8px;
}

#newslist li {
  line-height: 24px;
}

#newslist li span {
  font-size: 10px;
}

#dispnews {
  width: 636px;
  min-height: 382px;
  padding: 8px 0;
  float: right;
  border: solid 1px #ccc;
}

#dispnews p.title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 8px;
  border-bottom: solid 3px #aaaaaa;
}

#dispnews p.article {
  margin-top: 10px;
  padding: 4px 8px;
}

#dispnews p.ymd {
  font-size: 10px;
  text-align: right;
  padding-right: 8px;
  padding-bottom: 5px;
  border-bottom: solid 1px #ddd;
}

#dispnews span.tmpimg {
  display: block;
  text-align: center;
}

#dispnews span.tmpimg img {
  max-width: 600px;
}


/**********************************************

  大会概要ページ用スタイルシート

***********************************************/
#outline {
  font-size: 14px;
  width: 668px;
  min-height: 280px;
  padding: 10px;
  border: solid 1px #ccc;
  float: left;
}

#outline dl {
  width: 98%;
  margin: auto;
}

#outline dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#outline dt, #outline dd {
  min-height: 20px;
  padding: 5px;
}

#outline dt {
  background-color: #eee;
  width: 22%;
  font-weight: normal;
  text-align: center;
  float:left;
  clear:left;
  margin-bottom: 3px;
}

#outline dd {
  width: 74%;
  border-bottom: solid 1px #ddd;
  float: right;
  margin-bottom: 2px;
}

#outline table {
  width: 99%;
  margin: auto;
}

#outline th, #outline td {
  padding: 5px;
}

#outline th {
  background-color: #eee;
  width: 24%;
  font-weight: normal;
}

#outline td {
  border-bottom: solid 1px #ddd;
}


/**********************************************

 参加申込ページ用スタイルシート

***********************************************/
#entry {
  font-size: 14px;
  width: 668px;
  min-height: 280px;
  padding: 10px;
  border: solid 1px #ccc;
  float: left;
}

#entry dl {
  width: 98%;
  margin: auto;
}

#entry dt, #entry dd {
  min-height: 20px;
  padding: 5px;
}

#entry dt {
  background-color: #eee;
  width: 24%;
  font-weight: normal;
  text-align: center;
  float:left;
  clear:left;
  margin-bottom: 3px;
}

#entry dd {
  width: 72%;
  border-bottom: solid 1px #ddd;
  float: right;
  margin-bottom: 2px;
}

#entry table {
  width: 99%;
  margin: auto;
}

#entry th, #entry td {
  padding: 5px;
}

#entry th {
  background-color: #eee;
  width: 24%;
  font-weight: normal;
}

#entry td {
  border-bottom: solid 1px #ddd;
}


/**********************************************

 コースマップページ用スタイルシート

***********************************************/
#coursemap {
  padding: 10px;
  border: solid 1px #ccc;
}

#coursemap p {
  width: 850px;
  margin: auto;
}

#coursemap p.title {
  font-size: 14px;
}

#coursemap img {
  border-style: none;
  padding: 0px;
}


/**********************************************

 リザルトページ用スタイルシート

***********************************************/
#result {
  font-size: 14px;
  width: 668px;
  min-height: 280px;
  padding: 10px;
  border: solid 1px #ccc;
  float: left;
}

#result dl {
  border-spacing : 5px 2px;
  width: 98%;
  margin: auto;
}

#result dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#result dt, #result dd {
  padding: 5px;
}

#result dt:nth-of-type(1), #result dd:nth-of-type(1) {
  background-color: #eee;
  text-align: center;
}

#result dt {
  width: 30%;
  border-bottom: solid 1px #ddd;
  text-align: center;
  float:left;
  clear:left;
  margin-bottom: 2px;
}

#result dd {
  width: 66%;
  border-bottom: solid 1px #ddd;
  float: right;
  margin-bottom: 2px;
}

#result dd a {
  display: block;
  width: 100%;
  height: 100%;
}


/**********************************************

 お問合せページ用スタイルシート

***********************************************/
p.atention {
  color: #f00;
  text-align: center;
  margin-bottom: 10px;
}

#qalist {
  width: 248px;
  min-height: 382px;
  padding: 8px 0;
  float: left;
  border: solid 1px #ccc;
}

#qalist h3 {
  text-align: center;
}

#qalist ul {
  margin-top: 10px;
  padding: 0 8px;
}

#qalist li {
  line-height: 24px;
  cursor: pointer;
  display: block;
}

#dispqa {
  width: 620px;
  min-height: 382px;
  padding: 8px;
  float: right;
  border: solid 1px #ccc;
}

#dispqa p.switch {
  width: 200px;
  margin:auto;
  margin-bottom: 5px;
  text-align: center;

}

#dispqa p.switch input {
  width: 190px;
  padding: 4px 5px;
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#dispqa ol {
  color: #f00;
  margin-left: 30px;
  margin-bottom: 10px;
}

#dispqa form {
  padding: 5px;
  border-bottom: solid 2px #ccc;
  display: none;
}

#dispqa form caption {
  font-size: 16px;
}

#dispqa form p {
  color: #f00;
  width: 100px;
  margin: auto;
  text-align: center;
}

#dispqa form table {
  width: 100%;
  border-collapse: collapse;
}

#dispqa form th, #dispqa form td {
  border: solid 1px #ccc;
  padding: 4px;
}

#dispqa form th {
  background-color: #eee;
  width: 35%;
  font-weight: normal;
}

#dispqa form th span {
  color: #f00;
}

#dispqa form td {
  text-align: center;
}

#dispqa form td input[type="text"] {
  padding: 5px;
  width: 97%;
  border: solid 1px #ccc;
}

#dispqa form td input[type="email"] {
  padding: 5px;
  width: 97%;
  border: solid 1px #ccc;
}

#dispqa form td textarea {
  padding: 3px;
  width: 98%;
  height: 200px;
  border: solid 1px #ccc;
  resize: none;
}

#dispqa form td.btn {
  text-align: center;
  padding-top: 8px;
  border: none;
}

#dispqa form td.btn input {
  width: 120px;
  padding: 5px;
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

#disptbl {
  margin-top: 15px;
}

#disptbl table {
  width: 100%;
  border-collapse: collapse;
}

#disptbl th, #disptbl td {
  border: solid 1px #ccc;
  padding: 4px;
}

#disptbl th {
  background-color: #eee;
  font-weight: normal;
}

#disptbl th:first-child {
  width: 25%;
}

#disptbl td span {
  display: block;
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
}


/**********************************************

 お問合せ確認ページ用スタイルシート

***********************************************/
#grayLayer{
  display: none;
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background:black;
  filter:alpha(opacity=60);
  opacity: 0.60;
}

#overLayer{
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 650px;
  min-height: 50px;
  max-height: 80%;
  margin-top: 3%;
  padding: 20px 0;
  overflow: auto;
}

* html #grayLayer{
  position: absolute;
}
* html #overLayer{
  position: absolute;
}

#conf {
  width: 95%;
  margin: auto;
}

#conf p {
  width: 70%;
  margin: auto;
  color: #00f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#conf p.err {
  color: #f00;
}


#conf table{
  border-collapse: collapse;
  width: 70%;
  margin: auto;
  margin-top: 20px;
}

#conf caption {
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}


#conf th, #conf td {
  padding: 8px 5px;
  border: solid 1px #ccc;
}

#conf th {
  width: 35%;
  background-color: #eee;
}

#conf td {
  width: 65%;
}

#conf td.btn {
  padding-top: 10px;
  border: none;
  text-align: center;
}

#conf td input[type="text"],
#conf td textarea,
#conf td select {
   padding: 5px 3px;
}

#conf td input[type="text"] {
  padding: 5px;
  width: 50%;
  border: solid 1px #ccc;
}

#conf td.captcha { text-align: center; }

#conf input[name="commit"] {
  display: none;
}

#conf input[type=button], #conf input[type=submit]  {
  width: 120px;
  padding: 5px;
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
