@media screen and (max-width: 834px){
}
@media screen and (max-width: 751px){
}

/* ====================== header ======================= */
.container-header{
  width:100%;
  padding:0 15px;
  margin:0 auto;
}
@media screen and (max-width: 834px){
    header{
        width: 100%;
        height: 50px;
    }
}
@media screen and (max-width: 751px){
    header{
        width: 100%;
        height: 50px;
    }
}

header {
  height: 100px;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 834px){
    header{
        width: 100%;
        height: 50px;
    }
}

.header-left{
    width: 150px;
    float: left;
}
@media screen and (max-width: 834px){
    .header-left img{
        width: 130px;
        height: auto;
    }
}

.logo {
    width: 300px;
    margin-top: 10px;
}

.header-right{
    float: right;
    margin-top: 20px;
}
@media screen and (max-width: 834px){
    .header-right{
        margin-top: 0px;
        width: 120px;
        z-index: 1000;
    }
}

.header-right ul{
padding-left: 0px;
}


.header-right li {
    margin-bottom: 1px;
    margin-top: 1px;
    padding-left: 0px;
}


/* ====================== menu ======================= */

.menu__second-level img{
    width: 120px;
    height: auto;
}
@media screen and (max-width: 834px){
.menu__second-level img{
    width: 80px;
    height: auto;
    z-index: 2000;
}
}
@media screen and (max-width: 751px){
.menu__second-level img{
    width: 70px;
    height: auto;
    z-index: 2000;
}
}


li.menu__single ul.menu__second-level {
    top: 40px;
    width: 200px;
    background: #bebebe;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2000;
}
@media screen and (max-width: 834px){
li.menu__single ul.menu__second-level {
    top: 40px;
    width: 120px;
    background: #bebebe;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2000;
}
}
@media screen and (max-width: 751px){
li.menu__single ul.menu__second-level {
    top: 40px;
    width: 110px;
    background: #bebebe;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2000;
}
}


li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
    z-index: 2000;
    -webkit-transform-style: preserve-3d;
}

.menu {
    width: 180px;
    margin-top: 15px;
    z-index: 2000;
}
@media screen and (max-width: 834px){
.menu {
    width: 100px;
    margin-top: 15px;
    z-index: 2000;
    }
}
@media screen and (max-width: 751px){
.menu {
    width: 100px;
    margin-top: 15px;
    z-index: 2000;
    }
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    z-index: 2000;
}


.menu > li a {
    display: block;
    transition: all 0.2s;
    z-index: 2000;
}

.menu__second-level > li a img{
    margin-left: 30px;
    margin-top: 10px;
    z-index: 2000;
}
@media screen and (max-width: 834px){
.menu__second-level > li a img{
    margin-left: 20px;
    margin-top: 7px;
    z-index: 2000;
}
}
@media screen and (max-width: 751px){
.menu__second-level > li a img{
    margin-left: 20px;
    margin-top: 7px;
    z-index: 2000;
}
}

.menu > li a:hover {
    color: #999;
    width: 100%;
    list-style: none;
    transform: scaleX(1.2);
    z-index: 2000;
    -webkit-transform-style: preserve-3d;
}

ul.menu__second-level {
    z-index: 600;
    visibility: hidden;
    opacity: 0;
}

.top2 {
    background-color: #8d8d8d;
    z-index: 2000;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2000;
    -webkit-transform-style: preserve-3d;
}

.menu ul{
    padding: 0px;
    z-index: 2000;
}


.menu__second-level li a:hover {
    background: #8d8d8d;
    z-index: 2000;
}



/* =================== floatクリア ======================= */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


/* ================== index ==================== */
.video-container{
  position: relative;
  z-index: -9999;
　padding-bottom: 20px;
}

.message2{
    position: absolute;
    top: 150px;
    left: 200px;
    width: 800px;
    height: auto;
}
@media screen and (max-width: 834px){
.message2{
    position: absolute;
    top: 70px;
    left: 70px;
    width: 70%;
    height: auto; 
    margin-top: 30px;
    }
}
@media screen and (max-width: 751px){
.message2{
    position: absolute;
    top: 70px;
    left: 70px;
    width: 70%;
    height: auto; 
    }
}


.message{
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 834px){
.message{
    width: 70%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 100px;
}
}

/* ========================== tittle =========================== */

.tittle{
margin-left: 300px;
}
@media screen and (max-width: 834px){
.tittle{
margin-left: 150px;
 }    
}
@media screen and (max-width: 750px){
.tittle{
margin-left: 50px;
 }    
}

.tittle img{
    width: 250px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
}
@media screen and (max-width: 834px){
.tittle img{
 width: 130px;
 height: auto;
margin-top: 25px;
margin-bottom: 20px;
 }    
}
@media screen and (max-width: 751px){
.tittle img{
 width: 100px;
 height: auto;
margin-top: 10px;
margin-bottom: 1px;
 }    
}


/* ========================= company ==========================*/
.main-wrapper_cp{
  width: auto;
  height: 800px;
  background-image:url(img/MalT.PNG);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1000;
}
@media screen and (max-width: 834px){
.main-wrapper_cp{
  margin-top: 10px;
  width: 100%;
  height: 450px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
@media screen and (max-width: 751px){
.main-wrapper_cp{
  margin-top: 10px;
  width: 100%;
  height: 300px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}





.main-wrapper_cp2{
  width: auto;
  height: 800px;
  background-image:url(img/MalT.PNG);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  z-index: -1000;
}
@media screen and (max-width: 834px){
.main-wrapper_cp2{
  margin-top: 10px;
  width: 100%;
  height: 450px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
@media screen and (max-width: 751px){
.main-wrapper_cp2{
  margin-top: 10px;
  width: 100%;
  height: 300px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}

.main-wrapper_cp3{
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 120px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image:url(img/MalT.PNG);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1000;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px){
.main-wrapper_cp3{
  margin-top: 10px;
  width: 100%;
  height: 570px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
  display: block;
}
}
@media screen and (max-width: 751px){
.main-wrapper_cp3{
  margin-top: 10px;
  width: 100%;
  height: 570px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
  grid-template-rows: auto;
  display: block;
 }
}


.main-wrapper_cp4{
  width: auto;
  height: 800px;
  background-image:url(img/MalT.PNG);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  z-index: -1000;
}
@media screen and (max-width: 834px){
.main-wrapper_cp4{
  margin-top: 10px;
  width: 100%;
  height: 480px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
@media screen and (max-width: 751px){
.main-wrapper_cp4{
  margin-top: 10px;
  width: 100%;
  height: 480px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}

.main-wrapper_cp5{
  width: auto;
  height: 800px;
  background-image:url(img/MalT.PNG);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  z-index: -1000;
}
@media screen and (max-width: 834px){
.main-wrapper_cp5{
  margin-top: 10px;
  width: 100%;
  height: 450px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
@media screen and (max-width: 751px){
.main-wrapper_cp5{
  margin-top: 10px;
  width: 100%;
  height: 300px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
.tittle1_2{
margin-left: 100px;
}
@media screen and (max-width: 834px){
.tittle1_2{
margin-left: 1px;
}
}
@media screen and (max-width: 751px){
.tittle1_2{
margin-left: 1px;
}
}


.company_png{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 834px){
    .company_png{
    padding-top: 10px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    }
}

.tittle2 {
    float: left;
    margin-left: 250px;
    z-index: -500;
}
@media screen and (max-width: 834px){
.tittle2{
        margin-top:  0px;
        margin-left: 1px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 751px){
    .tittle2{
        margin-top:  0px;
        margin-left:1px;
    }
}


.tittle2 ul{
    padding-left: 15px;
}
@media screen and (max-width: 834px){
.tittle2 ul{
    margin-top: 5px;
    margin-left: 15px;
}
}
@media screen and (max-width: 751px){
.tittle2 ul{
    margin-top: 5px;
    margin-left: 15px;
    }
}

.left li{
   border-left: thick solid #aaa8a8;
}


.tittle2 li{
    margin-bottom: 40px;
    font-family: "Hiragino Maru Gothic Pro", "monospace";
    z-index: -500;
    padding-left: 10px;
    font-size: 22px;
}
@media screen and (max-width: 834px){
    .tittle2 li{
     margin-bottom: 10px;
     font-size: 15px;
    }
}
@media screen and (max-width: 751px){
    .tittle2 li{
     margin-bottom: 10px;
     font-size: 12px;
    }
}



/* ======================= service ================================ */
.sv{
    text-align: center;
}
@media screen and (max-width: 834px){
    .sv{
    margin-left: 1px;      
    }
}
@media screen and (max-width: 751px){
    .sv{
    margin-left: 1px;      
    }
}


.upper{
    float: left;
    margin-left: 220px;
}
@media screen and (max-width: 834px){
    .upper{
        float: left;
        margin-left: 3px;
        margin-top: 1px;
    }
}
@media screen and (max-width: 751px){
    .upper{
        float: left;
        margin-left: 3px;
        margin-top: 1px;
    }
}



@media screen and (max-width: 834px){
.h2-top{
        margin-top: 1px;
    }
}
@media screen and (max-width: 834px){
.h2{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 834px){
.h2-top1{
        margin-top: 1px;
    }
}




.upper h2{
    margin-bottom: 20px;
    font-family: "Hiragino Maru Gothic Pro", "monospace";
    font-size: 25px;
    border-left: thick solid #aaa8a8;
　　padding-left: 1px;
}
@media screen and (max-width: 834px){
    .upper h2{
        margin-bottom: 5px;
        font-size: 11px;
    }
}
@media screen and (max-width: 751px){
    .upper h2{
        margin-bottom: 5px;
        font-size: 11spx;
    }
}

.upper h4{
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "Hiragino Maru Gothic Pro", "monospace";
}
@media screen and (max-width: 834px){
.upper h4{
        font-size: 10px;
    }
}
@media screen and (max-width: 751px){
    .upper h4{
        font-size: 10px;
    }
}


.upper p{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Hiragino Maru Gothic Pro", "monospace";
}
@media screen and (max-width: 834px){
.upper p{
        font-size: 9px;
    }
}
@media screen and (max-width: 751px){
    .upper p{
        font-size: 9px;
    }
}


.h2-1{
    margin-top: 50px;
}
@media screen and (max-width: 834px){
    .h2-1{
    margin-top: 10px;      
    }
}


.h2-2{
    margin-top: 110px;
}
@media screen and (max-width: 834px){
    .h2-2{
        margin-top: 42px;
    }
}
@media screen and (max-width: 751px){
    .h2-2{
        margin-top: 42px;
    }
}



/* =========================== news ======-===================== */

.news1 {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 834px){
    .news1{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 751px){
    .news1{
        margin-bottom: 20px;
    }
}

.news1 img{
    width: 70%;
    height: 100%;
    max-width: 550px;
}
@media screen and (max-width: 834px){
    .news1 img{
        width: 250px;
        height: 250px;
        position: relative;
        z-index: -1;
    }
}
@media screen and (max-width: 751px){
    .news1 img{
        width: 250px;
        height: 250px;
        position: relative;
        z-index: -1;
    }
}




/* ==================== contact ===================== */
form{
  width:900px;
  margin: 0 auto;
  font-family: "Hiragino Maru Gothic Pro", "monospace";
}
@media screen and (max-width: 834px){
    form{
        width: 80%
    }
}

.item{
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px){
    .item{
     margin-bottom: 15px;
    margin-left: 10px;
    }
}
@media screen and (max-width: 751px){
    .item{
     margin-bottom: 5px;
    }
}


.label{
  float: left;
  margin-right: 50px;
  width:200px;
  border-left: solid 3px #868686;
  padding-left: 10px;
  font-family: "Hiragino Maru Gothic Pro", "monospace";
}
@media screen and (max-width: 834px){
    .label{
        float: left;
        margin-right: 10px;
        width:150px;
        border-left: solid 2px #868686;
        padding-left: 7px;
        font-family: "Hiragino Maru Gothic Pro", "monospace";
        font-size: 15px;
}
}
@media screen and (max-width: 751px){
    .label{
        float: left;
        margin-right: 10px;
        width:150px;
        border-left: solid 2px #868686;
        padding-left: 7px;
        font-family: "Hiragino Maru Gothic Pro", "monospace";
        font-size: 10px;
}
}


.inputs{
  float: left;
  width: 500px;
  background-color: #d5e4e8;
}
@media screen and (max-width: 834px){
.inputs{
  float: left;
  width: 300px;
  background-color: #d5e4e8;
  font-size: 10px;
}
}
@media screen and (max-width: 751px){
.inputs{
  float: left;
  width: 300px;
  background-color: #d5e4e8;
  font-size: 10px;
}
}


input[type="text"],input[type="email"],input[type="tel"]{
  border: none;
  border-radius:2px;
  padding:10px;
  font-size: 15px;
  opacity: 60%;
}
@media screen and (max-width: 834px){
input[type="text"],input[type="email"],input[type="tel"]{
  border: none;
  border-radius:2px;
  padding:3px;
  font-size: 10px;
  opacity: 60%;
  height: 20px;
}
}
@media screen and (max-width: 751px){
input[type="text"],input[type="email"],input[type="tel"]{
  border: none;
  border-radius:2px;
  padding:3px;
  font-size: 8px;
  opacity: 60%;
  height: 20px;
}
}


textarea{
  border: none;
  border-radius:2px;
  padding: 10px;
  height: 100px;
  font-size: 15px;
  opacity: 60%;
}
@media screen and (max-width: 834px){
textarea{
  border: none;
  border-radius:2px;
  padding: 3px;
  height: 60px;
  font-size: 10px;
  opacity: 60%;
}
}
@media screen and (max-width: 751px){
textarea{
  border: none;
  border-radius:2px;
  padding: 3px;
  height: 60px;
  font-size: 8px;
  opacity: 60%;
}
}


.btn-area{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 834px){
.btn-area{
  text-align: center;
  margin-top: 8px;
}
}


input[type="submit"]{
  background: #ffffff;
  border: solid;
  color: #868686;
  font-size:20px;
  font-weight:bold;
  padding: 5px 50px;
  margin: 0 5px;
}
@media screen and (max-width: 834px){
input[type="submit"]{
  font-size:10px;
  padding: 5px 30px;
  margin: 0 5px;
}
}


.personal-sec{
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
}
@media screen and (max-width: 834px){
.personal-sec{
    margin-top: 1px;
    text-align: center;
    font-size: 12px;
}
}

.personal-sec h5{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 15px;
}
@media screen and (max-width: 834px){
.personal-sec h5{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 10px;
}
}

.personal-sec input{
    margin-bottom: 20px;
}
@media screen and (max-width: 834px){
    .personal-sec input{
        margin-bottom: 10px;
}
}

/* ============================ thanks ======================== */
.personal-sec2{
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
}

.personal-sec2 h5{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 30px;
}
@media screen and (max-width: 834px){
.personal-sec2 h5{
    font-size: 20px;
}
}

@media screen and (max-width: 834px){
.personal-sec2 p{
    font-size: 15px;
}
}



/* ================== access ==================== */
.main-wrapper_ac{
  width: auto;
  height: 900px;
  background-image:url(img/MalT.PNG);
  background-size: 1350px auto;
  background-repeat: no-repeat;
  z-index: -1000;
}
@media screen and (max-width: 834px){
.main-wrapper_ac{
  margin-top: 0px;
  width: 100%;
  height: 450px;
  background-image:url(img/MalT.PNG);
  background-size: 700px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
@media screen and (max-width: 751px){
.main-wrapper_ac{
  margin-top: 0px;
  width: 100%;
  height: 300px;
  background-image:url(img/MalT.PNG);
  background-size: 400px auto;
  background-repeat: no-repeat;
  z-index: -900;
 }
}
.ad{
    margin-left: 300px;
}
@media screen and (max-width: 834px){
    .ad{
        margin-left: 150px;
}
}
@media screen and (max-width: 751px){
    .ad{
        margin-left: 50px;
}
}

.ad h3{
    font-size: 25px;
    margin-bottom: 5px;
    font-family: "Hiragino Maru Gothic Pro", "monospace";
}
@media screen and (max-width: 834px){
    .ad h3{
        font-size: 18px;
}
}
@media screen and (max-width: 751px){
    .ad h3{
        font-size: 15px;
}
}


.ad p{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Hiragino Maru Gothic Pro", "monospace";
}
@media screen and (max-width: 834px){
    .ad p{
        font-size: 15px;
}
}
@media screen and (max-width: 751px){
    .ad p{
        font-size: 11px;
}
}


.ggmap {
    margin-left: 300px;
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 1000;
}
.ggmap iframe {
position: absolute;
left: 0;
top: 0;
height: 60%;
width: 80%;
}
@media screen and (max-width: 834px){
    .ggmap{
        margin-left: 150px;
        margin-top: 10px;
}
}
@media screen and (max-width: 751px){
    .ggmap{
        margin-left: 50px;
        margin-top: 10px;
}
}


/* ============================footer========================= */
.copyright{
    margin-top: 30px;
    text-align: center;
}
@media screen and (max-width: 834px){
    footer{
        font-size: 12px;
    }
}
@media screen and (max-width: 751px){
    footer{
        font-size: 12px;
    }
}

/* ====================== need? ========================= */




/* ======================== SNSボタン全体 ========================== */
.init-bottom img{
    width: 150px;
    height: auto;
}
@media screen and (max-width: 834px){
.init-bottom img{
    width: 90px;
    height: auto;
    z-index: 2000;
}
}

.flowbtn6{
border-radius:13px;		
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:33px;
color:#fff!important;
transition:.5s;
text-decoration:none;
}
@media screen and (max-width: 834px){
.flowbtn6{
border-radius:5px;		
position:relative;
display:inline-block;
width:30px;
height:30px;
font-size:21px;
color:#fff!important;
transition:.5s;
text-decoration:none;
  }
}
/* アイコンをど真ん中に*/
.flowbtn6 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}

/* snsボタン全体の位置 */
.snsbtniti{
    position: absolute;
    top: 500px;
    left: 100px;
    margin-left: 300px;
    z-index: 1000;
    display: none;
}
@media screen and (max-width: 834px){
.snsbtniti{
    margin-left: auto;
  }
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* アイコンボタン全体の位置 */
.snsbtniti li{
float: left;
margin-top: 200px;
margin-left: 20px;
margin-right: 20px;
}
/* アイコンボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}
/* アイコンボタンにマウスを乗せた時 */
.flowbtn6:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
}
/* Twitter */
.fl_tw1{
background:#55acee;
}
/* Instagramアイコン位置 */
.insta_btn6 .fa-instagram{
font-size:40px;
}
@media screen and (max-width: 834px){
.insta_btn6 .fa-instagram{
font-size:24px;
}
}

/* Instagram紫グラデ背景 */
.insta_btn6 {
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn6:before{
content: '';
position: absolute;
top:27px;
left:-12px;
width:59px;
height:40px;
background:-webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
/* Facebookアイコン位置 */
.fl_fb6 .fa-facebook-f{
position:relative;
top:23px;
left:17px;
font-size:43px;
}
@media screen and (max-width: 834px){
.fl_fb6 .fa-facebook-f{
position:relative;
top:13.2px;
left:10.2px;
font-size:24px;
}
}
/* Facebookアイコン背景*/
.fl_fb6{
background:-webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);	
background:linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);	
}
/* YouTube */
.fl_yu6 {
color:#fc0d1c!important;
box-shadow:0 0 2px #888;
background-color: white;
}
