.post-password-required .entry-content {
  text-align: center;
}
.entry-content .uc {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}

.form-title {
  font-family: 'Didot W01 Italic', serif;
  font-size: 40px;
  font-weight:normal;
  padding: 10px;
  text-align:center;
  margin:0;
}
.form-title:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background-color: #000;
    margin: 20px auto 0;
}
h3 {
  font-size: 18px;
  border-bottom: 1px dashed #000;
  padding: 10px;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered th {
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  padding: 10px;
}
.table-bordered td {
  border: 1px dashed #ccc;
  padding: 10px;
}

.ml-alert{
  display:table;
  width:100%;
  border:none;
  border-radius: 0px;
  padding:15px 0;
}
.ml-alert .ml-alert__title{
  display:table-cell;
  width:25%;
  background-color:#eeeeee;
  padding:30px;
  white-space:nowrap;
  color:#d70000;
  vertical-align:middle;
  text-align:center;
}
.ml-alert > ul{
  background-color:#f5f5f5;
  display:table-cell;
  margin:0;
  padding:25px 40px;
  border-left:1px solid #fff;
}

.mw_wp_form .mw_wp_form_buttons{
  margin-top:90px;
  overflow:hidden;
}
.mw_wp_form .mw_wp_form_buttons input{
  letter-spacing:2px;
  width:49%;
  padding:13px;
  font-size:20px;
  text-align:center;
  background-color:#253441;
  color:#fff;
  font-weight:bold;
  border:none;
  background-image: url(/images/common/arrow_white_right_confirm.png);
  background-repeat: no-repeat;
  background-position:96% center;
  float:left;
}

.mw_wp_form .mw_wp_form_buttons input[value="内容を確認する/Confirm Application"]{
  width:100%;
  background-position:98% center;
}
.mw_wp_form .mw_wp_form_buttons input[value="戻る"]{
  background-image: url(/images/common/arrow_white_left_confirm.png);
  background-position:4% center;
}
.mw_wp_form .mw_wp_form_buttons input[value="送信する"]{
  float:right;
}


#js-ml-application-condition-link{
	padding:10px;
	background-color:#333;
	color:#fff;
	position:fixed;
	right:0;
	top:50%;
}

#js-ml-application-conditions .mfp-close{
  color:#FFF;
  font-size:70px;
  background-color:rgba(0,0,0,0.5);
}
/*
.photo-sample img{
  width:50%;
}
*/
.mw-wp-form_image img{
  max-width:200px;
}

.subject-meta-table{
  width:100%;
}
.credit-total{
  font-size:1.5em;
}
.credit-total .ml-english{
  font-size:12px;
}
.total-number-of-units-spring,
.total-number-of-units-fall{
  display:inline-block;
  margin-left:20px;
}

:placeholder-shown {
    color: #ddd;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ddd;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #ddd;
}

a.catalog{
  font-weight:bold;
  text-decoration:underline;
}

.name-wrap{
  display:inline-block;
}
.name-wrap .name-title{
  display:inline-block;
}

.mw_wp_form_preview .name-wrap{
  padding:5px;
  border:1px solid #ccc;
}
.mw_wp_form_preview .name-title{
  color:#ccc;
  margin-right:10px;
}
.entry-content .mw_wp_form .error{
  font-size:18px;
  color:red;
}
select[name="course"]{
  font-family: arial;
}
.cant-capture{
	margin: 0 0 20px;
  text-align:center;
  padding:10px;
  border:1px solid red;
  font-size:16px;
  color:red;
  font-weight:bold;
}
.table-japanese-test__caution{
    font-weight:normal;
}
