@charset "utf-8";

.btn-admission {
  background: url("/common/img/global_menu.png") no-repeat -449px -51px;
}

.main-contents > h1 {
  margin: 0 0 45px -201px;
}

.main-contents > section > h1 {
  margin: 0 0 25px 0;
}

.ie-fix {
  *padding:22px 0 0;
}

.ie-fix > .bg-blue {
  *margin:0;
}

.bg-blue {
  position: relative;
  margin: 22px 0 0 0;
  background: #d9ebf0;
/*  background:#00a0ca;*/
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}

.bg-w {
  position: relative;
  padding: 42px;
  overflow: hidden;
}

.bg-w > .waku {
  position: relative;
  display: table;
  padding: 15px 5px 25px 15px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
}

.bg-w > .waku > p.waku_text {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
	color: #80522e;
}

.bg-w > .waku > ul > li {
  display: table-cell;
  padding: 7px 0 4px 23px;
  margin:0 15px;
  width: 328px;
  background: url("/common/img/ico_arrow.png") no-repeat left 8px;
  border-bottom: solid 1px #eadfc4;
  float: left;
}

/* IE7 */
*.bg-w > ul > li {
  display: inline;
  zoom:1;
}

.bg-w > ul > li > a {
  color: #0091b3;
}

.attention {
  font-size: 13px;
}

.section-01 {
  /* min-height: 283px; */
  height: auto !important;
  height: 283px;
  padding: 70px 0 50px 0;
  /* background: url("/admission/img/pic_01.jpg") no-repeat right 50px; */
}

.section-02 {
  min-height: 280px;
  height: auto !important;
  height: 280px;
  padding: 47px 0 0 342px;
  background: url("/admission/img/pic_02.jpg") no-repeat left 15px;
}

.btn-wrapper {
  padding: 0 0 70px 0;
}


.btn-search {
  display: block;
  margin:50px 0 0 172px;
  padding:56px 0 0 0;
  width:530px;
  height:0;
  background:url("/admission/img/btn_search.png") no-repeat left top;
  overflow:hidden;
}

.btn-search:hover {
  background-position:left -56px;
}



.btn-nyuen {
  display: block;
  width:527px;
  padding-top:44px;
  height:0;
  background:url("/admission/img/admission_151116_btn.png") no-repeat left top;
  overflow:hidden;
}

.btn-nyuen:hover {
  background-position:left -44px;
}

/* 20221213 */
.bg-yellow {
  position: relative;
  margin: 22px 0 0 0;
  background: #fffea0;
	/*  background: #6fba2c;*/
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}

/* 20200126 */
.bg-green {
  position: relative;
  margin: 22px 0 0 0;
  background: #beda67;
	/*  background: #6fba2c;*/
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}

.bg-orange {
  position: relative;
  margin: 22px 0 0 0;
  background: #ffd060;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}

/* 20210105 */
.bg-pink {
  position: relative;
  margin: 22px 0 0 0;
  background: #ffe1f5;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
}


/* contact_btn */

.contact_btn {
	clear: both;
	text-align: center;
	padding: 30px 0 0;
}

.contact_btn a {
	color: #ffffff;
	font-size: 14px;
	width: 400px;
	padding: 10px;
	font-weight: bold;
	display: block;
	background: #FF006F;
	box-shadow: 2px 2px 4px gray;
	margin: 0 auto 0;
	text-decoration: none;
	border-radius: 10px;
}

.contact_btn a:hover {
	opacity: 0.7;
}
