* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.MultiFunctionControl {
}
.MultiFunctionControl .social {
    position: fixed;
    top: 55%;
    width: 3pc;
    z-index: 20;
}
.MultiFunctionControl .social > img {
    margin: 1px 0;
}
.MultiFunctionControl .social > img:hover {
    opacity: 0.5;
}

.MultiFunctionControl .taitro {
    text-align: left;
  margin-bottom:30px;
}
.MultiFunctionControl .taitro .Title {
    border-bottom: 2px solid #1391c4;
    color: #1391c4;
    display: inline-block;
    font: 20px/40px arial;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
}

/*------------Home-------------*/

.Home {
    margin: 10px 0 20px;
}
.Home .Container {
}
.Home .Container .Link {
    display: block;
    overflow: hidden;
    position: relative;
}
.Home .Container .Link > .h2 {
    border-left: 8px solid #007099;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-shadow: 0 0 4px #222222;
    transition: opacity 0.8s ease 0s;
}
.Home .Container .Link:hover > .h2 {
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}
.Home .Container .Link .Roll {
    background-color: rgba(0, 112, 153, 0.7);
    bottom: -100%;
    height: 100%;
    left: -100%;
    position: absolute;
    transition: all 1s ease-in-out 0s;
    width: 100%;
}
.Home .Container .Link:hover > div.Roll {
    bottom: 0;
    left: 0;
    transition: all 1s ease-in-out 0s;
}
.Home .Container .Link .Roll .h2 {
    margin: 10px 10px 15px;
    padding: 10px 0;
}
.Home .Container .Link .Roll .paragraph {
    color: #fff;
    font: 16px arial;
    margin: 10px;
}
.Home .h2 {
    border-bottom: 1px solid #dddddd;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
/*-------------------*/
.MultiFunctionControl .sponsor {
    position: absolute;
    width: 160px;
    right: 0;
    top: 50px;
    font-weight: 700;
}
.MultiFunctionControl .sponsor .link {
    width: 100%;
}
.MultiFunctionControl .sponsor .link img {
    width: 100%;
}

