@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# sidebar

----------------------------------------*/



/* # visual
---------------------------------------------------------------------------- */

#topVisual {
	background: url(../img/bg_top_visual.png) 0% 0% repeat-x;
	width: 100%;
}
@media only screen and (max-width: 640px) {
	#topVisual {
		margin-bottom: 0px;
	}
}

#topVisual #topVisualIn {
	margin: 0 auto;
	max-width: 1200px;
	max-height: 500px;
	position: relative;
}

#topVisual #topVisualIn ul#slides {
	z-index:9;
}

#topVisual #topVisualIn #txtVisual {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
}

#topVisual #topVisualIn #txtVisual img {
	width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* # content
---------------------------------------------------------------------------- */

/*--#bnrAreaM--*/

#bnrAreaM {
	margin: 0 0 20px;
	padding: 0 3.75%;
	width: 100%;
}

#bnrAreaM ul li {
	float: none;
	margin: 0 0 20px;
}

#bnrAreaM ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaM ul li a.spHover {
	opacity: 0.7;
}

#bnrAreaM ul li img {
	width: 100%;
}

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 20px;
	padding: 0 3.75%;
	width: 100%;
}

#bnrAreaL ul li {
	float: none;
	margin: 0 0 20px;
}

#bnrAreaL ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaL ul li a.spHover {
	opacity: 0.7;
}

#bnrAreaL ul li img {
	width: 100%;
}

/*--.secNews--*/

.secNews dl {
	border-bottom: 1px solid #e3e0d9;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.secNews dl dt {
	margin: 0 0 5px;
}

.secNews dt { color:#c17070;}
.secNews dd a {
	color: #000;
	text-decoration: none;
}
.secNews dd a:hover {
	color: #333;
	text-decoration: underline;
}


/*--#secAccess--*/

#secAccess article {
}

#secAccess article .txtArea {
	float: left;
	width: 330px;
	position:relative;
	line-height:26px;
}
@media only screen and (max-width: 970px) {
	#secAccess article .txtArea {
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
}


#secAccess article .txtArea h2 {
	color: #FB2B83;
	font-size: 150%;
	font-weight: bold;
}
#secAccess article .txtArea h2 span {
	color: #DB1ABD;
	font-size: 89%;
}

#secAccess article .txtArea dl {
	margin: 0 0 10px;
}
#secAccess article .txtArea dd {
	margin: -1.7em 0 0 6em;
}
@media only screen and (max-width: 640px) {
	#secAccess article .txtArea h2 {
	}
	#secAccess article .txtArea dl {
		margin-bottom: 20px!important;
	}
	#secAccess article .txtArea dl dt {
		background: #fc5393;
		color: #fff;
		padding: 3px 10px;
		margin: 0 0 5px;
	}
	#secAccess article .txtArea dd {
		margin: 0;
	}
}

#secAccess article #map {
	float: right;
	width: 330px;
}
@media only screen and (max-width: 970px) {
	#secAccess article #map {
		float: none;
		width: auto;
	}
}
#secAccess article #map iframe {
	border: 0;
	box-sizing: border-box;
	height: 300px;
	margin-bottom: 10px;
	width: 100%;
}


/* --
============================================================================

タブレット向けのスタイル：641px ～ 768px

============================================================================
-- */

@media only screen and (min-width: 641px) and (max-width: 768px){

/* # content
---------------------------------------------------------------------------- */

/*--#bnrAreaM--*/

#bnrAreaM {
	margin: 0 0 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_01.png) 0% 0% repeat;
}

#bnrAreaM ul { margin:10px;}

#bnrAreaM ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 31.5%;
}

#bnrAreaM ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaM ul li img:hover {

}

#bnrAreaM ul li img {
	width: 100%;
}

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_02.png) 0% 0% repeat;
}

#bnrAreaL ul { margin:10px;}

#bnrAreaL ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 48%;
}

#bnrAreaL ul li img {
	width: 100%;
}

#bnrAreaL ul li img:hover {

}

/*--.secNews--*/

.secNews dl dt {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

.secNews dl dd {
	margin: 0 0 0 8em;
}

}


/* --
============================================================================

大きめタブレット向けのスタイル：769px ～ 970px

============================================================================
-- */


@media only screen and (min-width: 769px) and (max-width: 970px){

/* # content
---------------------------------------------------------------------------- */


/*--#bnrAreaM--*/

#bnrAreaM {
	margin: 0 0 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_01.png) 0% 0% repeat;
}

#bnrAreaM ul { margin:10px;}

#bnrAreaM ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 31.5%;
}

#bnrAreaM ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaM ul li img:hover {

}

#bnrAreaM ul li img {
	width: 100%;
}

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_02.png) 0% 0% repeat;
}

#bnrAreaL ul { margin:10px;}

#bnrAreaL ul li {
	float: left;
	margin: 0 2% 0 0;
	width: 48%;
}

#bnrAreaL ul li img {
	width: 100%;
}

#bnrAreaL ul li img:hover {

}

/*--.secNews--*/

.secNews dl dt {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

.secNews dl dd {
	margin: 0 0 0 8em;
}

}



/* --
============================================================================

PC向けのスタイル：971px ～ 

============================================================================
-- */


@media only screen and (min-width: 971px){

/* # content
---------------------------------------------------------------------------- */

/*--#bnrAreaM--*/

#bnrAreaM {
	margin: 0 0 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_01.png) 0% 0% repeat;
}

#bnrAreaM ul { margin:10px;}

#bnrAreaM ul li {
	float: left;
	margin: 0 15px 0 0;
	width: 224px;
}

#bnrAreaM ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaM ul li img:hover {

}

#bnrAreaM ul li img {
	width: 100%;
}

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_02.png) 0% 0% repeat;
}

#bnrAreaL ul { margin:10px;}

#bnrAreaL ul li {
	float: left;
	margin: 0 20px 0 0;
	width: 341px;
}

#bnrAreaL ul li img {
	width: 100%;
}

#bnrAreaL ul li img:hover {

}

/*--.secNews--*/

.secNews dl dt {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

.secNews dl dd {
	margin: 0 0 0 8em;
}

}

.course ul {}
.course li { float: left; width:234px; margin-right:10px; margin-top:10px;}

.course li.last { margin-right:0px;}

@media only screen and (min-width: 769px) and (max-width: 970px){
.course li { float: left; width:31.5%; margin-right:2%; margin-top:10px;}


}

@media only screen and (min-width: 641px) and (max-width: 768px){
.course li { float: left; width:31.5%; margin-right:2%; margin-top:10px;}
}

@media only screen and (max-width: 640px) {
.course li { float: none; width:100%; padding-right:20px; padding-left:20px; margin-top:10px;}
.course li img{ width:100%;}

/*--#bnrAreaM--*/

#bnrAreaM {
	margin: 0 0 0px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_01.png) 0% 0% repeat;
}

#bnrAreaM ul { margin:10px;}

#bnrAreaM ul li {
	float: left;
	margin: 0 15px 10px 0;
	width: 100%;
}

#bnrAreaM ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

#bnrAreaM ul li img:hover {

}

#bnrAreaM ul li img {
	width: 100%;
}

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 30px;
	padding: 0px 0px 20px 0px;
	width: 100%;
	background:url(../common/img/bg_02.png) 0% 0% repeat;
}

#bnrAreaL ul { margin:10px;}

#bnrAreaL ul li {
	float: left;
	margin: 0 20px 10px 0;
	width: 100%;
}

#bnrAreaL ul li img {
	width: 100%;
}

#bnrAreaL ul li img:hover {

}

}