/* CSS Document */

.right{
	text-align:right;
	}

.center {
	text-align:center;
	}
	
.form-group{
	padding-top:15px;
	padding-bottom:15px;
	}
/*
input{
	ime-mode:disabled;
	}
*/	

.subtitle {
  font-size: 20px;
}


.en {
  font-size: 9px;
/*  color: #a6a6a6;*/
}
.en2 {
  font-size: 12px;
}
.jp {
  padding-top: -10px;
  font-size: 14px;
}
.en_h1 {
  font-size: 18px;
}
.h1sub {
  font-size: 18px;
}
.small {
  font-size: 8pt;
}
.mg5 {
	margin: 5px;
}
.warning {
  color: #d00;
}


.footer:before {
  display: block;
  clear: both;
  content: "";
}
.footer {
	margin:80px 0 20px 0;
	text-align: center;
}

.btn-lg {
 padding-left:50px;
 padding-right:50px;
}

@media (min-width: 992px) {
  #jumbo_h1 {
    display: block !important;;
  }
  #jumbo_h3 {
    display: block !important;;
  }
  #jumbo_h1_small {
    display: none !important;;
  }
  #jumbo_h3_small {
    display: none !important;;
  }
}
@media screen and (max-width: 991px) {
  #jumbo_h1 {
    display: none !important;;
  }
  #jumbo_h3 {
    display: none !important;;
  }
  #jumbo_h1_small {
    display: block !important;;
  }
  #jumbo_h3_small {
    display: block !important;;
  }

}