     /*共通部分*/

     .call:hover{
      opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    }
    img {
    width: 100%;
    max-width:100%;
    height:auto;
    display:block;
    border-style:none;
    }
    a img {
    border-style:none;
    outline: 0;
    }
    
    p{
    display: block;
    margin:0 auto;
    padding: 0 0;
    text-align: left;
    }

    video{
      max-width:100%;
      display: block;
      margin:0 auto;
      padding: 0 0;
      }

 .rollover {
    max-width:100%;
    height:auto;
    display:block;
    border-style:none;
    } 
    
/*共通部分特商法対策*/
   ol, ul {list-style: none;}  
  .tokusho-erea{
    margin:0;
    background: url(../dis_01_ugot/tokubg.jpg)repeat-y;
    background-size:100%;
    padding-bottom:1%;
  }

  .tokusho{
    margin:0;
    background-size:100%;
    padding-top: 1%;
  }

  .tokusho-erea li{
    text-align: left;
    width:95%;
    font-size: 0.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .tokusho li{
    text-align: left;
    width:95%;
    font-size: 0.6rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
  }    
/*共通部分特商法終わり*/  

    /*共通部分footer*/
    
    #footer{
      color: #fff;
      background:　;
      height: 50px;
      border-top: 1px solid #666666;
      margin: 4px;
    
    }
    #footer ul{
    list-style-type: none;
    font-size: 10px;
    }
    #footer li{
    display:inline;
    }
  .TabWrap{
    margin: -1px auto 0;
    position: relative
    }


/*画面幅が780pxまでの時ースマホ用*/
@media screen and (max-width:750px){
  #container{
    width:100%;
    text-align: center;
    margin:0 auto;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.2);
  }

img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  p {
    margin: 0;
    padding: 0;
  }

  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

/*スマホ用 特商*/
/*文字の指定を行うところです。*/


.tokusho-erea,
.tokusho {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tokusho-erea li,
  .tokusho li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0.4em 0;
    font-size: 8px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-align: left;
    color: #333;
  }


/*スマホ用 特商終わり*/


  /*スマホ用通話料無料ボタン*/
  .call1{
    background-color: #FFFF;
    width: 100%;
    padding-top:26%;
    position:relative;
  }
  .call{
  position:absolute;
  top:0%;
  left:0%;
  width:100%;
  border-style:none;
  outline:0;
  }
}


  /*画面幅が781px以上の時ーPC用*/
  @media screen and (min-width:751px){
    #container{
   width:750px;
   text-align: center;
   margin:0 auto;
   overflow: hidden;
   border-radius: 3px;
   box-shadow: 0 0px 20px rgba(0,0,0,0.2);
    }

  .tokusho-erea,
  .tokusho {
    max-width: 750px;
    margin: 0 auto;
    padding-left: 65px;
    padding-right: 20px;
    text-align: left;
  }

  .tokusho-erea li,
  .tokusho li {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 0.8em;
    width: 100%;
  }
  
  /*PC用通話料無料ボタン*/
  .call1{
  display: none;
  border-style:none;
  outline: 0;
  }
  .call{
  display: none;
  border-style:none;
  outline: 0;
  }
  
  }

.overlaid {
    position: relative;
    z-index: 1; 
   }	


    
