@charset "UTF-8";
/* base *********************************************/
script {
  display: none !important;
}
body {
  background-color: #f5f5f5;
}
#wrapper {
  position: relative;
  margin: 0 auto;
  width: 1250px;
}
#wrapper #main {
  margin-top: 30px;
  width: 1000px;
}
/* common *********************************************/
#enter,
.pr,
.main th,
.main td .section,
.sub h2,
.sub h3,
.sub .section {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  background-color: #fff;
}
/* header *******************************************************************/
#header {
  margin-bottom: 30px;
  text-align: center;
}
#header h1 {
  padding: 0 10px 5px 10px;
  display: inline-block;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
/* pr *******************************************************************/
.pr {
  margin-bottom: 20px;
}
.pr.top, .pr.bottom {
  width: 1000px;
}
.pr h3, .pr h2 {
  margin-bottom: 7px;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #fcc01d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcc01d), to(#fc901d));
  background: -webkit-linear-gradient(#fcc01d, #fc901d);
  background: -moz-linear-gradient(#fcc01d, #fc901d);
  background: -ms-linear-gradient(#fcc01d, #fc901d);
  background: -o-linear-gradient(#fcc01d, #fc901d);
  background: linear-gradient(#fcc01d, #fc901d);
  -pie-background: linear-gradient(#fcc01d, #fc901d);
}
.pr dl {
  margin: 0 0 10px 4px;
  float: left;
  width: 195px;
  text-align: center;
}
.pr dd {
  margin-top: 5px;
  font-size: 12px;
}
.pr dd a {
  text-decoration: underline;
}
.pr dt:hover, .pr520x300 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}
.pr520x300 {
  width: 1110px;
  margin: 0 auto 40px;
}
.pr520x300 img {
  margin-left: 25px;
  border: 1px solid #666;
}
/* main&sub *******************************************************************/
.main {
  position: relative;
  left: -10px;
}
.main h2 {
  width: 250px;
  text-align: center;
}
.main .section {
  padding-top: 20px;
  width: 940px;
  text-align: center;
}
.main th {
  border: none;
}
.main .section {
  margin: 0 auto;
}
.main .section h3 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}
.main .section p {
  margin: 20px auto 40px;
}
.main .section p.text span {
  color: #f00;
}
.main .section p.btn {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #ec871b;
  background: #fcc01d;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fcc01d), to(#fc901d));
  background: -webkit-linear-gradient(#fcc01d, #fc901d);
  background: -moz-linear-gradient(#fcc01d, #fc901d);
  background: -ms-linear-gradient(#fcc01d, #fc901d);
  background: -o-linear-gradient(#fcc01d, #fc901d);
  background: linear-gradient(#fcc01d, #fc901d);
  -pie-background: linear-gradient(#fcc01d, #fc901d);
}
.main .section p.btn a {
  color: #fff;
}
.main .section p.btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}
.main .section div {
  color: #f00;
}
.sub .section {
  padding: 20px 0;
  float: right;
  width: 940px;
  text-align: center;
}
.sub h2 {
  float: left;
  width: 250px;
  text-align: center;
}
.sub .chatpia {
  margin: 0 0 25px 0;
}
.sub h2, .sub .section {
  background-color: #ffe5ec;
  height: 420px;
}
.sub h2 {
  padding-top: 130px;
}
.sub .section iframe {
  border: none;
  background-color: #fff;
}
/* footer *******************************************************************/
#footer {
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}
#footer address {
  font-size: 10px;
  color: #ccc;
}
/* enter *******************************************************************/
#enter {
  margin: 50px auto 0;
  padding: 40px 0;
  width: 500px;
  text-align: center;
}
#enter p {
  margin-top: 10px;
  font-size: 12px;
}
#enter h3 {
  margin: 25px 0 15px;
  font-weight: bold;
}
#enter li {
  margin: 0 3px;
  display: inline;
}
#enter li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}
/* PIE読み込み *******************************************************************/
#header h1,
.main .section p.btn,
.pr,
.main h2,
.main .section,
.sub h2,
.sub .section {
  behavior: url(/js/PIE-1.0beta5/PIE.htc);
}
/* slider ******************************************************************/
#slider {
  position: fixed;
  top: 30px;
  margin-left: 1010px;
  cursor: pointer;
}
#slider img {
  margin-top: -8px;
}
#slider iframe {
  display: block;
  width: 250px;
  margin: 8px auto;
}
/* vpreca ******************************************************************/
#mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#vpreca {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
#vpreca * {
  font-size: 12px;
}
#vpreca a {
  margin: 5px;
  display: inline-block;
  color: #1D3994;
  font-size: 18px;
  font-weight: bold;
}
#vpreca a:hover {
  text-decoration: underline;
}
#vpreca table {
  margin: 50px auto 0;
  background: #fff;
  border: 20px solid #fff;
  cursor: default;
}
#vpreca td {
  text-align: center;
  vertical-align: top;
}
#slider p, #vpreca * p {
  padding: 3px;
  border: 1px solid #acb7b1;
  text-align: left;
  line-height: 1.5em !important;
  background: #ffc;
}
#slider p {
  margin: 0 15px 15px;
}
#slider span, #vpreca span {
  color: #f00;
}
#vpreca .right img {
  display: inline-block;
  margin: 1em 0;
}
#vpreca thead td {
  position: relative;
}
#vpreca thead img {
  position: absolute;
  right: -55px;
  top: -55px;
  cursor: pointer;
}
#vpreca iframe {
  display: block;
  margin: 1.5em auto 1em;
}
#header h1 {
  display: none;
}
.center {
  margin-bottom: 2em;
  text-align: center;
}
.center > * {
  display: inline-block;
}
/* Not Found */
#notfound #wrapper {
  padding: 7em;
  width: 100%;
}
#notfound h1 {
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0;
}
#notfound #slider {
  display: none;
}
#notfound #footer {
  margin-top: 3em;
  text-align: left;
}
/* contentsList */
#contentsList ul {
  padding: 1em;
}
#contentsList ul li {
  display: block;
}
#contentsList ul li a, #contentsList ul li a:visited {
  display: inline-block;
  padding: 3px;
  color: #00f;
}
#contentsList ul li a:hover {
  color: #c00;
  text-decoration: underline;
}
#contentsList #slider, #contentsList #mask, #contentsList #vpreca {
  display: none;
}
