@charset "utf-8";
/*ページ基本レイアウト用CSS　*/
body{
  font-family:"メイリオ",Meiryo,"MSP明朝", Osaka, sans-serif;
  width: 780px;
  margin:0 auto;
}
h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size:200%;
  border:2px solid #0066cc;
  font-weight: normal;
  color:#0066cc;
  margin-top: 40px;
  margin-bottom: 15px;
  padding:15px;
}
h3{
  border:1px solid #666666;
  background-color:#CCFFFF;
  padding:5px;
  font-size:95%;
  margin: 20px 0px 20px 0px;
}
h4{
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
}
h4::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #666666;
}
table{
  font-family:"メイリオ",Meiryo,"MSP明朝", Osaka, sans-serif;
  padding:5px;
  font-size:90%;
  border-collapse: collapse;
}
.num{
  text-align:right;
}
th{
  padding: 4px 6px;
  background-color:#CCCCCC;
  border: 1px solid #666666;
}
td{
  padding: 4px 6px;
  border: 1px solid #666666;
}
.box{
  border-style: solid;
  border-width: 1px;
  padding: 10px 5px 10px 20px;
  border-color: #0066cc;
  width: 650px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #AAA;
  margin: 0px 0px 10px 0px;
}
.arrow1{
  width: 200px;
  margin: 0px 0px -40px 0px;
}
.arrow1::before{
  content: "";
  display: block;
  margin: 0px 0px -20px 0px ;
  width: 120px;
  height: 50px;
  background: #666;
}
.arrow1::after{
  content: "";
  display:block;
  border-top: 100px solid #666;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}
p{
  text-align: left;
  font-size: 95%;
  padding:5px;
  line-height: 180%;
  margin: 0px 0px 0px 0px;
}
li{
  text-align: left;
  font-size: 95%;
  padding:2px;
  line-height: 150%;
}
.top a{
  margin:auto;
  widht: 150px;
  height: 28px;
  float: left;
  overflow:hidden;
}
.top img{
  text-align: center;
  border: none;
  /*margin-top: -28px;*/
}
.top a:hover img{
 text-align: center; 
 margin-top: -28px;
}

a[href$=".pdf"]::after{
  content:" ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: 
url(img/pdficon_small.png) no-repeat;
}
