@charset "UTF-8";

table.tri-dl {
    width: 600px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 12px;
}
 
table.tri-dl th,
table.tri-dl td {
    background: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: 50%;
    font-weight: normal;
    font-size: 20px;
    margin: 0 auto;
}
 
table.tri-dl th {
    background: #cc99ff;
    vertical-align: middle;
    text-align: left;
    width: 300px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin: 0 auto;
}
 
table.tri-dl th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #cc99ff;
    border-width: 10px;
    margin-top: -10px;
    margin: 0 auto;
}

.button-dl {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #cc99ff;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    padding: 6px 12px;
    text-decoration: none;
}

#meta-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#container {
  background-image: url('../img/story_bg.png');
  background-repeat: repeat;
  position: relative;
}
#header-innner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
#header {
  background-image: url('../img/header_bg.png');
  background-repeat: repeat;
  height: 200px;
  width: 100%;
  position: absolute; 
}
#logo-title {
}
#nav-sub {
  position: absolute;
    right: 0;
    top: 25px;
}
.nav-sub-btn{
    margin: 0 10px;
}
#nav-main {
  background-image: url('../img/bg_nav_main.png');
  background-repeat: repeat;
  width: 979px;
  margin: 0 auto;
}
.nav-main-btn01{
    margin: 0 8px;
}
.nav-main-btn02{
    margin: 0 10px;
}
.nav-main-btn03{
    margin: 0 14px;
}
.nav-main-btn04{
    margin: 0 23px;
}
.nav-main-btn05{
    margin: 0 10px;
}
.nav-main-btn06{
    margin: 0 15px;
}
#trial-main {
  width: 1280px;
  margin: 0 auto;
  padding-top: 250px;
}
#trial-inner01 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#trial-inner02 {
  width: 710px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#footer {
  background-image: url('../img/footer_bg.png');
  background-repeat: repeat;
  width: 100%;
  height: 200px;
  bottom: 0;
}
#footer-inner {
  width: 340px;
  margin: 0 auto;
  padding-top: 50px;
}