@charset "utf-8";
a.button {
	font-size: 130%;
	display: block;
	height: 60px;
	width: 400px;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	background-color: #534741;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: 2px solid #534741;
}
a.button::before,
a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.button,
a.button::before,
a.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.button:hover {
	background-color: #fff;
	border-color: #F4901E;
	color: #F4901E;
}




/*----*/
a.btn::before,
a.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.btn,
a.btn::before,
a.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.btn {
	border: 2px solid #333;
	text-decoration: none;
}
a.btn:hover {
	background-color: #fff;
	border-color: #534741;
	color: #534741;
}



table .t_center td {
	text-align: center;
}

.title {
	margin-bottom: 25px;
}
.title h3 {
	border-bottom: solid 2px #F4901E;
	display: inline;
}

/*-------------------------------*/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	left: 0px;
	right: 0px;
	text-align: center;
}
#header .nav.fixed{
	width: 100%;
	max-width:100%;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0px 0px 5px 1px #d9d9d9;
	letter-spacing: -.40em;
}
#header .nav.fixed li{
	width: 150px;
	padding-right: 20px;
	display: inline-block;
	float: none;
	letter-spacing: normal;
}
#header .nav.fixed li:last-child{
	background-image: none;
}

#header {
	display: block;
	overflow: hidden;
	line-height: 2.5em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f4901e;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#header #logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header #logo h1 {
	float: left;
}
#header #logo ul {
	float: right;
	width: 410px;
	padding-top: 5px;
}
#header #logo ul li {
	line-height: 40px;
	height: 40px;
	width: 200px;
	float: left;
}
#header #logo ul .b1 {
	margin-right: 10px;
}
#header #logo ul .b1 a {
	background-color: #f4901e;
	border-color: #f4901e;
	display: block;
	color: #FFF;
}
#header #logo ul .b2 a {
	background-color: #534741;
	border-color: #534741;
	display: block;
	color: #FFF;
}
#header #logo ul li a:hover,#footer #flogo ul li a:hover {
	color: #f4901e;
	border-color: #f4901e;
	background-color: #FFF;
}

#header .nav {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	overflow: hidden;
}
#header .nav li {
	float: left;
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: center;
	padding-right: 20px;
}
#header .nav li a, #footer .fnav li a{
	color: #534741;
	text-decoration: none;
}
#header .nav li a:hover, #footer .fnav li a:hover{
	
	text-decoration: underline;
}
#header .nav .here a, #footer .fnav .here a {
	color: #F4901E;
	text-decoration: none;
}

/*------------------------------------------------------------
	#footer
------------------------------------------------------------*/
#footer {
	display: block;
	overflow: hidden;
	line-height: 2.5em;
	padding-top: 10px;
	position: relative;
}

#footer .fnav {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	overflow: hidden;
}
#footer .fnav li {
	float: left;
	width: 150px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: center;
	padding-right: 20px;
}
#footer #flogo {
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: center;
}
#footer #flogo p {
	text-align: center;
	line-height: 1.2em;
	
}
#footer #flogo ul {
	margin-top: 15px;
	text-align: center;
}
#footer #flogo ul li {
	line-height: 40px;
	height: 40px;
	width: 200px;
	display: inline-block;
}
#footer #flogo ul .b1,#footer #flogo ul .b2 {
	margin-right: 10px;
}
#footer #flogo ul .b1 a {
	background-color: #f4901e;
	border-color: #f4901e;
	display: block;
	color: #FFF;
}
#footer #flogo ul .b2 a {
	background-color: #534741;
	border-color: #534741;
	display: block;
	color: #FFF;
}
#footer #flogo ul .b3 a {
	background-color: #e21b16;
	border-color: #e21b16;
	display: block;
	color: #FFF;
	background-image: url(../images/klogo.png);
	background-repeat: no-repeat;
	background-size: auto 45%;
	background-position: center center;
	text-indent: -9999px;
}
#footer #copy {
	background-color: #e3e3e3;
}
#footer #copy div ul {
	float: left;
}
#footer #copy div ul li {
	display: inline-block;
	margin-right: 15px;
}
#footer #copy div ul li a {
	color: #333;
}



#footer #copy div p {
	text-align: center;
	font-size: 80%;
}





/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#bnr_outer {
	margin-bottom: 40px;
}
#bnr_outer .bnr {
	margin-bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#bnr_outer .catch {
	text-align: center;
	margin-bottom: 10px;
}

#bnr_outer .catch li {
	height: 170px;
	width: 348px;
	display: inline-block;
	background-image: url(../images/top/catch_bg.gif);
	margin-left: -35px;
}
#bnr_outer .catch li dl {
	display: block;
	padding-top: 50px;
	padding-left: 65px;
	text-align: left;
}
#bnr_outer .catch li dl dt {
	color: #e21b16;
	font-weight: bold;
	font-size: 130%;
	position: relative;
	width: 100%;
	display: block;
	padding-left: 20px;
	line-height: 2em;
	margin-bottom: 5px;
}
#bnr_outer .catch li dl dt::before,
#bnr_outer .catch li dl dt::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
#bnr_outer .catch li dl dt::before{
left: 0px;
width: 6px;
height: 6px;
border-top: 2px solid #534741;
border-right: 2px solid #534741;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#bnr_outer .catch li dl dd {
	font-size: 90%;
	line-height: 1em;
}


#info {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

#info .news {

}

#info .news .title {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
}
#info .news dl {

}
#info .news dl dt {
	float: left;
	padding-top: 5px;
	width: 100px;
	padding-left: 80px;
}
#info .news dl dd {
	padding-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	padding-top: 5px;
	padding-bottom: 5px;
}



#info .notice {
	font-size: 90%;
	color: #736357;
	width: 20%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#info .notice div {
	padding: 10px;
	border: 1px solid #e3e3e3;
}
#intro {
	background-image: url(../images/top/intro_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 66px;
	margin-bottom: 50px;
}
#intro h2 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top/intro_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 250%;
}
#intro .photo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#intro .textarea {
	width: 100%;
	max-width: 640px;
	font-size: 120%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.ctr_wrap {
	font-size: 115%;
}
.ctr_wrap h2 {
	background-image: url(../images/b_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	display: block;
	margin-bottom: 20px;
}
#senior h2 {
	background-image: url(../images/b_03.jpg);
}
#curriculum h2 {
	background-image: url(../images/b_04.jpg);
}
#guideline h2 {
	background-image: url(../images/b_05.jpg);
}
#faq h2 {
	background-image: url(../images/b_06.jpg);
}
.container {
	overflow: hidden;
}
.container .textarea {
	margin-bottom: 40px;
}
.container .textarea:last-child {
	margin-bottom: 0px;
}
#tuner .schedule_list {
	float: left;
	width: 70%;
}
#tuner .schedule_list img {
	height: auto;
	width: 100%;
}
#tuner .schedule_text {
	float: right;
	width: 27%;

}
#tuner .schedule_text dt {
	padding-right: 0.5em;
	font-size: 85%;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-left: 0.5em;
}
#tuner .schedule_text dd {
	font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 5px;
}
#tuner .career {
	margin-bottom: 30px;
	overflow: hidden;
}
#tuner .career:last-child {
	margin-bottom: 0px;
}

#tuner .career dl {
}
#tuner .career dt {
	margin-bottom: 5px;
}
#tuner .career dd {
	font-size: 90%;
}
#tuner .career img  {
	float: left;
	width: 200px;
	margin-right: 1em;
	overflow: hidden;
	clear: both;
	height: auto;
}


#senior .link {
	overflow: hidden;
}
#senior .link li {
	width: 300px;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 30px;
}
#senior .s_link li.slide-item {
	width: 16%;
	margin-right: 0.33%;
	margin-left: 0.33%;
	float: left;
}

#senior .link li a,#senior .s_link li a {
	display: block;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
#main #senior .link li a p {
	color: #534741;
	font-size: 90%;
	border: 1px solid #B5A79F;
	text-align: center;
	line-height: 3em;
}
#senior .s_link li a p {
	color: #534741;
	font-size: 80%;
	text-align: center;
	line-height: 2em;
	border: 1px solid #CCC;
}

#senior .link li a img,#senior .s_link li a img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}
/**/
#senior .link li a:after,
#senior .s_link li a:after {
  position: absolute;
  z-index: 9999;
  content: "";
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  transition: 0.5s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#senior .link li a:hover:after,
#senior .s_link li a:hover:after {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(0,0,0,.3);
}
#senior .container .photo {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
#senior .container .textarea p {
	margin-bottom: 10px;
}

#curriculum .container ul {
	overflow: hidden;
}

#curriculum .container ul li {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	margin-bottom: 30px;
}
#guideline {
}
#guideline ol {
}
#guideline ol li {
	margin-bottom: 20px;
}
#guideline ol li .wrap {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #CCC;
}
#guideline dl {
	overflow: hidden;
}
#guideline dl dt {
	float: left;
}
#guideline dl dd {
	padding-left: 5em;
	margin-bottom: 5px;
}
#guideline dl dd:last-child {
	margin-bottom: 0px;
}
#guideline ol li .button {
	margin-top: 10px;
}
#guideline  tr td .hh {
	
	padding-right: 1em;
}
#guideline .price tr th {
	width: 50%;
}

#guideline .price tr td {
	padding-right: 16%;
	text-align: right;
}



#faq dl {
}
#faq dl span {
	font-size: 140%;
}
#faq dl dt span {
	color: #e21b16;
}
#faq dl dt {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 130%;
	border-bottom: solid 2px #F4901E;
	display: inline;
}
#faq dl dd {
	margin-bottom: 40px;
	font-size: 130%;
	margin-left: 1em;
	margin-top: 10px;
}
