@charset "utf-8";

.clear{
    clear: both;
}

 .header_menu_link{
     border-style: solid ; border-width: 2px;
     padding: 4px 20px;
     border-radius: 3px;
 }
  .top_img{
      padding-top:100px;
      //-webkit-filter: blur(10px);


  }

  .top_img_anime{
    -webkit-animation-name: anime1;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
  }

  .top_txt{
      font-family: 'm1p-li';
      font-size: 36px;
      color: white;
      -webkit-font-smoothing: antialiased;
  }

  @-webkit-keyframes anime1 {
0% {-webkit-filter: blur(0px);-webkit-transform:scale(1);}
70% {-webkit-filter: blur(0px);-webkit-transform:scale(1.1); -webkit-animation-timing-function: ease-out}
100% {-webkit-filter: blur(0px);-webkit-transform:scale(1);-webkit-animation-timing-function: ease-out}
}

  .submit{
    background-color: #6cccd4;
    border-radius: 5px;

    border-style: none;
    //width: 120px;
    //height: 40px;
    padding: 5px 25px;
    display: inline-block;
   }

      nav .nav_link li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.ul_logo{
    width:300px;
    overflow: auto;
    list-style-type: none;
}
.li_logo{
    float: left;
}

.main input[type=text], .main textarea{
    width:100%;
    border-radius: 5px;
    box-sizing: border-box;
    color: #666;
}

.text_box{
    width:100%;
    border-radius: 5px;
    box-sizing: border-box;
    color: black;
}

label.input_file{
  color: white;
  border-radius: 5px;

  background-color: #6cccd4;
    border-radius: 5px;

    border-style: none;
    //width: 90px;
    //height: 36px;
   padding: 5px 20px;
}

.main a:hover{
    color: rgba(255,255,255,0.5);
}
body{
    background-image:url(/static/upload/event.bdashventures.com/system/images/back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.main{
    margin-top: 93px;
    margin-bottom: 0px;
    color: white;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.main a{
    text-decoration: none;
}

.lh1em{
    line-height: 1.3em;
}
  .form_box{
    max-width: 100%;
    /*float: right; */
    border-radius: 20px;
    background-color:rgba(255,255,255,0.1);
}

#footer{
    margin-top:100px;
    margin-bottom:80px;
}

.maDefault{
    margin:40px;
}

.maDefaultHalf{
    maefin:40px 30px;
}

.maHeader{
    margin-top: 40px;
    margin-bottom: 40px;
}

.maContent{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

.maTopBottomDefault{
    margin-top: 40px;
    margin-bottom: 40px;
}

.maLeftRightDefault{
    margin-left: 40px;
    margin-right:40px;
}

.maLeftRightHalf{
    margin-left: 40px;
    margin-right:40px;
}

.paDefault{
    padding:40px;
}

.paTopBottomDefault{
    padding-top: 40px;
    padding-bottom: 40px;
}

.paLeftRightDefault{
    padding-left: 40px;
    padding-right: 40px;
}

.paLeftRightHalf{
    padding-left: 40px;
    padding-right: 40px;
}

hr{
    border-top:1px solid rgba(255,255,255,0.5);
}

.fcOrange{
    color: #6cccd4;
}

.form_box:before{
    content: " ";
    display: table;
}
.form_box:after{
    content: " ";
    display: table;
}

.vaMiddle{
    vertical-align: middle;
}

   input[type=checkbox], input[type=radio]{
       margin:0 5px 0 0;
   }
.op50p{
    opacity:0.5;
}

.text_required:before{
    background-color: #68e0ea;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 14px;
    margin: 0 5px;
    content: "必須";
}

label{
    font-weight: normal;
}

#check_attribute{
    display: none;
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/

@media (max-width:640px){

    .main{
	margin-top:80px;
	margin-bottom:50px;
    }

    .top_img{
	padding-top:50px;

    }

    .top_txt{
	font-size: 20px;
    }

  .submit{
    background-color: #6cccd4;
    border-radius: 5px;

    border-style: none;
    //width: 90px;
    //height: 36px;
        padding: 5px 20px;
    }

#footer{
    margin-top:50px;
    margin-bottom:30px;
}

.maDefault{
    margin:20px;
}

.maDefaultHalf{
    maefin:20px 10px;
}

.maHeader{
    margin-top: 20px;
    margin-bottom: 20px;
}

.maContent{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.maTopBottomDefault{
    margin-top: 20px;
    margin-bottom: 20px;
}

.maLeftRightDefault{
    margin-left: 20px;
    margin-right:20px;
}

.maLeftRightHalf{
    margin-left: 10px;
    margin-right:10px;
}

.paDefault{
    padding:20px;
}

.paTopBottomDefault{
    padding-top: 20px;
    padding-bottom: 20px;
}

.paLeftRightDefault{
    padding-left: 20px;
    padding-right: 20px;
}

.paLeftRightHalf{
    margin-left: 10px;
    margin-right:10px;
    padding-left: 10px;
    padding-right: 10px;
}

.text_required:before{
    background-color: #6cccd4;
    color: white;
    border: none;
    border-radius: 7px;
    padding: 1px 5px;
    font-size: 12px;
    margin: 0 3px;
}

}
