@charset "utf-8";
.wrap {
  background: url(../images/common/bg.jpg) 0 0 no-repeat;
  width: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* form */
.contents-form {
  width: 800px;
  padding: 40px 60px;
  margin: 0 auto 100px;
  _background: #ffffff;
  *background: #ffffff;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
/*[contact]*/
.necessary {
  color: #bf0000;
}
.contactTable {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 800px;
  margin-bottom: 15px;
}
.contactTable td {
  padding: 8px;
}
.contactTable td.left {
  width: 199px;
  border-bottom: 1px dotted #666666;
  border-right: 1px dotted #666666;
}
.contactTable td.right {
  width: 536px;
  border-bottom: 1px dotted #666666;
}
.contactTable .text {
  width: 70%;
  height: 30px;
  font-size: 120%;
  border: 1px solid #999999;
}
.contactTable .textarea {
  width: 70%;
  height: 100px;
  font-size: 110%;
}
#submit {
  text-align: center;
}
#submit input {
  width: 30%;
  display: block;
  font-size: 110%;
  padding: 20px 0;
  margin: 20px auto 0;
  background: #942a28;
  color: #ffffff;
  border: none; 
}
.contactTableAttention {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 3px;
}
/* summary */
.contents-summary {
  width: 800px;
  padding: 40px 60px;
  margin: 0 auto 100px;
  _background: #ffffff;
  *background: #ffffff;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  position: relative;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.close a {
  border:2px solid #444444;
  padding: 10px;
  text-align: center;
  line-height:10px;
  -webkit-border-radius:20px;
  display:block;
  width:10px;
  height:10px;
}
.close a,
.close a:hover,
.close a:visited,
.close a:active {
  color: #333333;
  text-decoration: none !important;
}
.summaryTable {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 800px;
  margin-bottom: 20px;
}

.summaryTable td {
  padding: 8px;
}
.summaryTable .title {
  width: 80px;
  font-weight: bold;
  vertical-align: top;
  padding-top: 12px;
}



/*[event01]*/
.contents-ev-1 {
  width: 800px;
  color: #ffffff;
  padding: 40px 60px 180px;
  margin: 0 auto 100px;
  background: #942a28 url(../images/common/bg_01.png) left bottom repeat-y;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.contents-ev-1 a,
.contents-ev-1 a:hover,
.contents-ev-1 a:active,
.contents-ev-1 a:visited {
  color: #ffffff !important;
}


/*[list]*/
.form {
  margin-bottom: 40px;
}
.form select {
  width: 400px;
  height: 40px;
  border: 2px solid #999999;
  background: #ffffff;
  font-size: 130% !important;
}
.display {
  font-size: 110%;
  color: #555555;
}
.display li {
  _display: inline;
  *display: inline;
  display: inline-block;
  margin: 0 10px 10px 0;
}
