@charset "utf-8";

/* support_form support_mail
-------------------------------------------*/
.flame{
    border: 1px solid #CCC;
    -moz-box-shadow: 0 3px 4px #CCC;
    -webkit-box-shadow: 0 3px 4px #CCC;
    box-shadow: 0 3px 4px #CCC;
}

.main{
    overflow: hidden;
    padding: 20px;
}

#h h3{
    border-bottom: 1px solid #DDD;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.form{
    color: #ffffff;
    font-size: 30px;
    margin: 0 0 12px;
}

.lab{
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px 25px 10px 10px;
}

.sel{
    margin: 0 0 20px;
    font-size: 100%;
    width: 80%;
    //’Ç‹L•ª
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 25px 10px 10px;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f4f7), to(#e9edf2));
    background-image: -webkit-linear-gradient(top, #f3f4f7, #e9edf2);
    background-image: -moz-linear-gradient(top, #f3f4f7, #e9edf2);
    background-image: -o-linear-gradient(top, #f3f4f7, #e9edf2);
    background-image: -ms-linear-gradient(top, #f3f4f7, #e9edf2);
    background-image: linear-gradient(top, #f3f4f7, #e9edf2);
    color: #323232;
    font-size: 20px;
    -moz-text-shadow: 0 1px #fff;
    -webkit-text-shadow: 0 1px #fff;
    text-shadow: 0 1px #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.global-header {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}

.footer-box {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.nex{
    background: #a60b3a;
    color: #ffffff;
    font-size: 20px;
    width: 200px;
    height: 50px;
    margin: 15px auto;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 10;
}


input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
//  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #a60b3a;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #ff0000;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.mex{
	 background:#c70067;
  color:#fff !important;
  border:none;
  position:relative;
  height:60px;
  font-size:1.1em;
  padding:0.3em 1em;
  cursor:pointer;
  transition:800ms ease all;
  border:2px solid #fff;
  width:300px;
  text-align:center;
  border-radius:10px;
  
  }
  
.mex:hover{
  background:#fff;
  color:#000 !important;
  border-radius:10px;
  
}

.mex:before,.mex:after{
 
  background: #000;
  transition:400ms ease all;
  border-radius:10px;
  color:#000 !important;
 
}

.mex:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
  border-radius:10px;
  color:#000 !important;
  
}



a:hover img{
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox2 */
	filter: alpha(opacity=80); /* IE6/7/8 */
}


