﻿
/* a-sp-top
---------------------------------------------------------------------- */

/* top-img
--------------------- */
.top-img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
/* botan
------------------- */
#IconList4 a:before {
    display: block;
    content: "";
    position: absolute;
    background: url("/sp/yo2.gif") no-repeat;
    top: 35%;
    right: 25px;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-left: 5px;
}
#IconList4 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */ 
    border-left: 5px;
}

#IconList5 a:before {
    display: block;
    content: "";
    position: absolute;
    background: url("/sp/yo.gif") no-repeat;
    top: 35%;
    right: 25px;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-left: 5px;
}
#IconList5 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */ 
    border-left: 5px;
}

.Radius7 { 
    border-radius: 10px;        /* CSS3草案 */ 
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
/* ボタン共通 */
.Button {
    overflow: hidden;
    width: 100%;
    height: 88px;
    margin: 5px 0;
    padding: 0;
}
.Button a {
    display: block;
    position: relative;
    z-index: 100;
    background: #141414;
    color: #999999;
    font-size: 16px;
    line-height: 18px;
    text-decoration:none;
    padding: 25px 0 25px 40px;
}
.Button a:hover {
    background: #1a1a1a;        /* マウスオーバーカラー */ 
}

/* slideshow
------------- */
#slideshow {
   margin: 20px 0px 5px 0px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   position : relative;
   width:  100%;
   height: 160px;
}
#slideshow img {
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 8;
   opacity: 0.0;
   width:  100%;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
