﻿/*-------------------------------▼▼HTMLタグ▼▼------------------------------------*/
* {
    line-height: 1.6;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, メイリオ, Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 14px;
    margin:0;
    padding:0;
}

a:hover * {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*@media print {
  body {
    -webkit-print-color-adjust: exact;//クロームの背景画像強制印刷
  }
}*/

body {
    text-align: center;
    margin: 0;
    padding: 0;
    background-color:#f3f3f3;
}

a {
    text-decoration: none;
}


table {
    border-collapse: collapse;
}

img {
    margin-bottom: 0;
    margin-top: 0;
}

a:hover {
    text-decoration: underline;
}


/*----------------------------▲▲HTMLタグ▲▲----------------------------------------*/

/*----------------------------▼▼一般的なもの▼▼------------------------------------*/
.mauto {
    margin-left: auto;
    margin-right: auto;
}

.shadowbox {
    box-shadow: 2px 3px 3px 2px rgba(0, 0, 0, 0.1);
}

.noboder * {
    border: none !important;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc{
    text-align:center;
}

.tl{
    text-align:left;
}

.tr{
    text-align:right;
}
.vb {
    vertical-align: bottom;
}


.vm {
    vertical-align: middle;
}

.vt {
    vertical-align: top;
}

.wm {
    width: 100%;
}

.bold * {
    font-weight: bold;
}

/*----------------------------▲▲一般的なもの▲▲------------------------------------*/

/*----------------------------▼▼メニュープルダウン▼▼------------------------------------*/

.menu{
    background-color:#d3d0d0;
    height:42px;
    list-style:none;
}

.menu div {
    background-color:#d3d0d0;
    background-image: url(../images/topS.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    float:left;
    width:101px;
    height:35px;
    padding:7px 5px 0 0;
    text-align:center;
    list-style:none;
    color: #ffffff;
    white-space:nowrap;
    list-style:none;
    white-space:nowrap;
    font-size:13px;
}

.menu div *{
    font-size:13px;
}


#menu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
}

.menu:before, .menu:after{
  content: "";
  display: table;
}
.menu:after{
  clear: both;
}
.menu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu ul li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #fcfcfc;
  color: #4078a8;
  line-height: 1;
  text-decoration: none;
}
.menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.menu li ul li{
    width:210px;
}
.menu li ul li a{
  padding: 13px 12px;
  border: 1px solid #4192ce;
  background: rgba(240, 251, 254, 0.87);
  text-align: left;
  font-size:12px;
}

.menu li:hover > a{
  background: #a7e2f7;

}
.tblcontent li a:hover{
  background: #808080;
}

/*----------------------------▲▲メニュープルダウン▲▲------------------------------------*/
