@charset "utf-8";

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

# content
# sidebar

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



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

#topVisual {
	background: #fff;
	width: 100%;
}
@media only screen and (max-width: 640px) {
	#topVisual {
		margin-bottom: 20px;
	}
}

#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
---------------------------------------------------------------------------- */



/*--#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 #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#secNews dl dt {
	margin: 0 0 10px;
}

#secNews a {
	color: #fff;
	text-decoration: none;
}
#secNews a:hover {
	text-decoration: underline;
}


/*--#secAccess--*/

#secAccess article {
}

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


#secAccess article .txtArea h2 {
	color: #fff;
	font-size: 18px;
	border-bottom:1px solid #fff;

}
#secAccess article .txtArea h2 span {
	color: #fff;
	font-size: 89%;
}

#secAccess article .txtArea dl {
	margin: 0 0 10px;
}
#secAccess article .txtArea dd {
	margin: -1.7em 0 1em 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: #000;
		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
---------------------------------------------------------------------------- */

/*--#bnrAreaL--*/

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

#bnrAreaL ul {
	width: 100%;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 3.46% 0 0;
	width: 48.198%;
}

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

/*--#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
---------------------------------------------------------------------------- */


/*--#bnrAreaL--*/

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

#bnrAreaL ul {
	width: 100%;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 3.46% 0 0;
	width: 48.198%;
}

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

/*--#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
---------------------------------------------------------------------------- */


/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 40px;
	padding: 0;
	width: 722px;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 25px 0 0;
	/* width: 348px; */
}
#bnrAreaL ul li .lastList {
	margin:0;
	padding:0;
}
#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;
}

}