@charset "UTF-8";
.image   {
    margin-left: 2%;
    margin-top: 38px;
    list-style-type: none;
    padding-left: 0px;
}
.image li  {
    float: left;
    padding-left: 17px;
    padding-top: 11px;
}
.image li a:hover {
    border-style: none;
    opacity: 0.6;
}
.image li a:link {
    border-style: none;
}
#ProductsCollaborative {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    margin-bottom: 34px;
}
#TanakaDesign {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F9F9F9;
    padding-left: 15%;
    padding-right: 15%;
    display: inline-block;
    margin-bottom: 34px;
}
#StudentWorks {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    margin-bottom: 34px;
}
#SceneofClass {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #F9F9F9;
    padding-left: 15%;
    padding-right: 15%;
    display: inline-block;
}
.button2 {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial, "Arial Black", "Arial Bold";
    width: 100px;
    transition: linear;
    font-weight: bolder;
    font-size: 12px;
}
.button2:hover {
    background-color: #585858;
    cursor: pointer;
}
#Hero {
    background-color: #929292;
    height: 100%;
    background-size: cover;
    background-image: url("../img/product/student/photo_12.jpg");
    margin-top: -45px;
    width: 100%;
    max-height: 310px;
}
#Hero h2 {
    background-color: rgba(0,0,0,0.20);
    color: #FFFFFF;
    padding-top: 152px;
    padding-bottom: 133px;
    background-image: url(url);
    max-height: 310px;
}
.pagetop {
    position: relative;
    top: -61px;
    float: right;
}
.pagetop a:hover {
    border-style: none;
    opacity: 0.5;
}
.pagetop a:link {
    border-style: none;
}

@media (min-width:768px){
#Hero {
    background-color: #929292;
    height: 100%;
    background-size: cover;
    background-image: url("../img/product/student/photo_12.jpg");
    margin-top: -25px;
    width: 100%;
    max-height: 310px;
    background-position: 0% 20%;
}
}
