@font-face {
  font-family: 'Typicons';
  src: url('fonts/typicons-regular-webfont.eot');
  src: url('fonts/typicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/typicons-regular-webfont.woff') format('woff'),
    url('fonts/typicons-regular-webfont.ttf') format('truetype'),
    url('fonts/typicons-regular-webfont.svg#TypiconsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

table.actable{
	margin: 0px 0px 0px 10px;
    width: 635px;
    /*height: 10px;*/
    border:0px ;
    padding:0px 0px 0px 0px;
    empty-cells:show;
}
td.cell1{/*左１段目文字列*/
   text-align: left;
   width: 530px;
   padding:5px 0px 0px 0px;
   margin: 0px;
   font-weight: bold;
   font-size: 13px;
}
td.cell2{/*左２段目文字列*/
   padding: 5px 0px 0px 20px;
   margin: 0px 0px 0px 0px;
}
td.cell3{/*左３段目文字列*/
   text-align: right;
   padding:0px 15px 0px 0px;
   margin: 0px
}
td.cell4{/*右画像枠*/
   text-align: right;
   padding: 0px;
   margin: 0px
}

#accordion{
  position:relative;
  width: 650px;
  margin: 0 auto;
  padding: 0;
  border-top: 3px solid #ffd700;/*#ffb700;/*#CC0066;/*#1b4958;*/
 /* border-bottom: 15px solid #1b4958;*/
  border-radius: 3px;
  font-size: 16px;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding: 0;
  visibility: hidden;

}
#accordion div div{
  position: relative;
  padding: 7px 0px;/*7px 20px 7px 12px;*/
  border-top: 1px solid #f5deb3;/*#FF99CC;/*#d4ebf2;*/
  border-bottom: 1px solid #f0e68c;/*#FF99CC;/*#86c5da;*/
  background: #ffffe0;/*#FFE4E1;/*#add8e6;*/
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #f5deb3;/*#ffffff;/*#FFCCCC;/*#a0d2e2;*/
  cursor: pointer;
}

/*#accordion div div:before{
  position:absolute;
  top: 11px;
  left:10px;
  color: #2f7f99;
  font: 24px/100% 'Typicons';
  content: "\0023";
}*/
#accordion div div:after{
  position:absolute;
  top: 10px;
  right:200px;
  color: #2f7f99;
  font: 20px 'Typicons';
  content: ">";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  behavior: url("/js/PIE.htc");
}
#accordion input:checked + div div:after{
  top: 5px;
  right: 200px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  behavior: url("/js/PIE.htc");
}
#accordion ul{
  list-style: none;
  text-align: center;
  margin: 0;
  background: #fffff0;/*#FFF0F5;/*#e1f1f6;*/
}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 70px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  behavior: url("/js/PIE.htc");

}
/*#accordion ul li a:hover{
  border-top-color: #c7e4ee;
  background: #d4ebf2;
  color: #1b4958;
}*/
#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 1;
  /*height: auto;*/
  height: 350px;
  padding: 13px 70px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #a0d2e2;
}

#accordion input:checked + div ul li a.tworetu{
  /*position:relative;*/
  text-align: left;
  padding: 10px 0px 10px 20px;
  height:auto;
  line-height:1.5;
  font-size: 13px;

}

/*#accordion input:checked + div ul li a:before{
  position: absolute;
  top: 16px;
  left: 45px;
  color: #2f7f99;
  font:16px/100% 'Typicons';
  content: "x";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;*/
}
#accordion input:checked + div ul li:first-child a{
  border-top: 0px;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;

}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 1px solid #d4ebf2;
}
/*#accordion input:checked + div ul li a:hover{
  background: #d4ebf2;
  border-top-color: #eef7fa;*/
}


