@charset "utf-8";

#mainimg {
	padding: 50px;
	text-align: left;
	color: #ffffff;
}
#contents {
	padding: 20px 0 50px 0;
	background: url("../img/bg_img01.png") center top;
	text-align: center;
}
	.section {
		text-align: left;
	}
	.section .breadcrumb {
	padding: 0 0 20px 0;
	text-align: right;
}
		.section .breadcrumb a{
			padding-left: 0!important;
			background-image: none;
		}
@media screen and (max-width:640px) {
	#mainimg {
		padding: 30px 50px;
		text-align: center;
	}
		#mainimg img {
			max-width: 80%;
			height: auto;
		}
}

/* !h(n)eading
---------------------------------------------------------- */
#contents h2{
	margin: 0 0 40px 0;
	text-align: center;
}

#admission h2{
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-bottom: #988712 solid 2px;
	text-align: left;
	font-size: 24px;
}

#admission h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #988712;
	font-size: 18px;
	font-weight: bold;
}


/* !admission
---------------------------------------------------------- */
#admission #mainimg {
	background: url("../img/bg_mainimg01.png") no-repeat;
	background-position: center left !important;
	background-size:cover;
	text-align: center;
}
#admission h2 {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-bottom: #988712 solid 2px;
	text-align: left;
	font-size: 24px;
}
	#admission .meeting{
	}
	#admission .meeting ul{
		margin: 20px 0 0 20px;
	}
	#admission #contents .section li{
		margin: 20px 0 20px 0;
		padding: 10px;
		background: #ffffff;
		border: #ae9a3d dotted 3px;
		border-radius: 10px;		/* CSS3 */
		-webkit-border-radius: 10px;	/* Safari,Google Chrome */
		-moz-border-radius: 10px;	/* Firefox */
		text-align: left;
		color: #333333;
	}
	#admission #contents li h4{
			font-size: 18px;
			margin-bottom: 5px;
		}
.wall01 {
	margin: 30px 0 30px 0;
	padding: 25px;
	background: #ffffff;
	border: #ae9a3d dotted 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	text-align: left;
	color: #333333;
}
	.wall01 > p:first-child {
		margin-bottom: 15px;
		font-size: 1.9em;
		color: #988712;
	}
.wall02 {
	margin: 30px 0 30px 0;
	padding: 25px;
	background: #ffffff;
	border: #ae9a3d solid 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	-moz-border-radius: 4px;	
	text-align: left;
	color: #333333;
}
.box_policy01 {
	overflow-y: scroll;
	height: 260px;
}
	.box_policy01 > p:first-child {
		margin-bottom: 15px;
		font-size: 1.5em;
		color: #454545;
	}
	.box_policy01 dl {
		margin-top: 30px;
	}
	.box_policy01 dt {
		margin-top: 15px;
		font-weight: bold;
	}
.box_error {
	margin: 30px 0 30px 0;
	padding: 25px;
	background: rgba(255,241,241,1.00);
	border: rgba(255,0,4,1.00) solid 1px;
	text-align: left;
	color: rgba(255,0,4,1.00);
}
	.box_error h1 {
		font-size: 1.5em;
		margin-bottom: 15px;
	}
.form_note {
	display: block;
	margin: 5px 0;
	color: #666;
	font-size: 1em;
}
.form_error {
	color: rgba(255,0,4,1.00);
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 1em;
  padding: 0;
  width: 960px;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 30px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #26bfa1;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #26bfa1;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
@media screen and (max-width:640px) {
	.box_policy01 {
		height: auto;
	}
	.stepBar {
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px;
	}
}