@charset "utf-8";


/*メニューの設定グローバルナビ
---------------------------------------------------------------------------*/
#fade-in2 { position: relative; z-index: 5; }
#fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 900px;
  margin: 0px auto 0px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 19%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 13px 0 10px;
  background: ;
  color: #000000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 10px 9px;
  border-top: 1px solid #c0c0c0;
  background: #ffffff;
  text-align: left;
  
}
.dropmenu li:hover > a{
  background: #ffffff;
color:#4169e1;
}
.dropmenu li a:hover{
  background: #ff;
  color:#4169e1;
}

/*h1,h2#webcri,h2#creive,h3の設定
---------------------------------------------------------------------------*/

h1 { 

font-size:10px;

}



h3 {
        
font-family:'Impact';
color:#e20a0a;
font-size:250%;
text-shadow:
-1px -1px 0px #000000,
1px -1px 0px #000000,
1px 1px 0px #000000,
-1px 1px 0px #000000;
margin:0;

}

h2#webcri {
    position: relative;
    padding-left: 25px;
    border-bottom: 3px solid #0bd;
    color: #666;
    font-size: 23px;
    line-height: 32px;
}

h2#webcri:before {
    position: absolute;
    top: -8px;
    left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #8BE0FE;
    content: "";
}

h2#webcri:after {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background: #8BE0FE;
    content: "";
}

h2#creive {
    position: relative;
    padding-left: 35px;
    border-bottom: 3px solid #8EC31E;
    color: #f333;
    font-size: 25px;
    line-height; 29px;
}

h2#creive:before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #8EC31E;
    content: "";
}

h2#creive:after {
    position: absolute;
    top: 3px;
    left: 9px;
    width: 13px;
    height: 13px;
    border: 2px solid #8EC31E;
    content: "";
}

/*サイドメニューの設定
---------------------------------------------------------------------------*/


#menu ul{ 
margin: 0; 
padding: 0; 
list-style-type: none; 
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menu li a{
display: block; 
border-left: 8px solid #0563af;
border-bottom: 2px dotted #0563af;
background-color: #fff;
padding: 6px 10px;
text-decoration: none;
color: #333;
width: 180px; 
margin: 5px 0px;
text-align: left;
font-size: 14px;
}
#menu li a:hover{
border-left: 8px solid #ff0000;
border-bottom: 2px dotted #ff0000;
background-color: #fff;
}


/*リンク画像を半透明にする設定
---------------------------------------------------------------------------*/

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}



/*スクロールしてもついてくるサイド小枠
---------------------------------------------------------------------------*/



.css {
    top: 900px;
    position: fixed;
    z-index: 999;
    margin-left:0px;
    width: 120px;
    padding:10px;
    background:#acd5d5;
    border-radius: 5px 5px 5px 5px;
}




/*リンク画像をフワッと表示
---------------------------------------------------------------------------*/



a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }