@charset "utf-8";

#mainTitle.ironOx{background-image:url(../images/bg_maintitle_ironox.png);}
#mainTitle.beetle{background-image:url(../images/bg_maintitle_beetle.png);}

.localLink.marine li,
.localLink.bio li,
.localLink.single li{width:21em;}


#container section h3{
    font-size:	1.467em;
    font-weight:normal;
    text-align:left;
    margin-bottom:20px;
}

#container section figure{text-align:left;}
#container section figure figcaption {
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
    line-height: 1.6;
}
#container section figure .innerBox {
    display: flex;
    align-items: flex-end;
}
#container section figure .innerBox img {
    width: 74%;
}
#container section figure .innerBox div {
    width: 26%;
    padding-bottom: 4px;
}
#container section figure .innerBox div video {
    width: 100%;
    padding-top: 30%;
}

.singleImg01{
    margin-right:auto;
}
.singleImg02{
    margin-right:auto;
    overflow:hidden;
}


@media screen and (min-width : 768px) and (max-width : 1139px){

}


@media screen and (max-width: 767px) {
    
#container section h3{
    font-size:	1.6rem;
}

#container section figure figcaption {
    width: 90%;
  }
}