@charset "UTF-8";
/* Scss Document */

h1 {
    background: url(../../staff/images/title.png) no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
	

  }	

#main-visual{
  position:relative;
  width:1000px;
  padding-top:40.75%;
}
#main-visual iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
	


.staff-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	
}


/*リンクされた文字*/	

.staff-list ul a{
    color:#000000;
    font-style:normal;
    text-decoration:underline;
}
.staff-list ul a:link {
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.staff-list ul a:visited {
    color:#000000;
    text-decoration:none;
}
.staff-list ul a:hover,mouse-over {
    color:#0099FF;
    font-style:normal;
    text-decoration:underline;
}

.staff-list ul a:active {
    color:#FF0000;
    text-decoration:none;
}


/*簡易マウスオーバー*/
.mouse-over a:hover img, .mouse-over:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}



/* for smart phone & tablet*/
@media screen and (max-width: 768px) {
    #main-visual {
        width: 100%;
        padding-top:56.25%;
    }
    .staff-list {
        max-width: 600px;
        margin: 0 auto;
    }
}
/* smartphone */
@media screen and (max-width: 480px) {
    .staff-list {
        max-width: 300px;
        
    }
    .staff-list ul {
        justify-content: center;
    }
}
