@charset "utf-8";

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

# content
# sidebar

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

#contents #main #main_inner{
	background:#FFF;
}


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

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

#bnrAreaM .box_03{ background-color:#FFFFFF; padding:10px; border:#ffce97 1px solid; }


#bnrAreaM ul li {
	float: left;
	margin-right:10px;
	width:32.3%;
}

@media only screen and (max-width: 640px) {
#bnrAreaM ul li {
	margin-right:10px;
	width:100%;
	margin-bottom:10px;
}
}

@media only screen and (min-width: 641px) and (max-width: 768px){
	#bnrAreaM ul li {
	margin-right:10px;
	width:100%;
	margin-bottom:10px;
}
}
@media only screen and (min-width: 769px) and (max-width: 970px){
	#bnrAreaM ul li {
	margin-right:10px;
	width:100%;
	margin-bottom:10px;
}	
}
#bnrAreaM ul li a {
	background-color:transparent;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	color:#182c45;
}

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

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

#bnrAreaM .link { text-align:right;}

/*#bnrAreaM .lastList { margin-left:0px;}*/

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 0 0px;
	padding: 0 3.75%;
	width: 92.5%;
}
@media only screen and (max-width: 640px) {
#bnrAreaL {
	margin: 0 0 0 10px;
}	
}

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

#bnrAreaL ul img{ margin-bottom: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.8;
}

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

@media only screen and (max-width: 640px) {
	
	#bnrAreaL ul li img {
	width: 100%;
	margin-top:0px;
	margin-bottom:0px;
	}
	
	#bnrAreaL .lastList img { margin-bottom:20px;}
	
}

/*--.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: #333;*/
	text-decoration: none;
}
.secNews a:hover {
	/*color: #333;*/
	text-decoration: underline;
}
.secNews .btnMain01:hover {
	/*color: #333;*/
	text-decoration: none;
}


/*--#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: #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;
}
#secAccess article .txtArea dl dt {
	font-weight:bold;
}
	
@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: #274e84;
		color: #fff;
		padding: 3px 10px;
		margin: 0 0 5px;
	}
	#secAccess article .txtArea dd {
		margin: 0;
	}
}

#secAccess article #map {
	float: right;
	width: 330px;
	/*border:#ff8800 1px solid;*/
}
@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: -7px;
	width: 100%;
}


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

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

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

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

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

/*--#bnrAreaL--*/

#bnrAreaL {
	margin: 0 0 0 0px;
	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 0px 0px;
	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 0 0px;
	padding: 0;
	width: 722px;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 25px 0 0;
	width: 348px;
}

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

#bnrAreaL ul li img:hover {
	opacity: 0.8;
}

/*--.secNews--*/

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

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

}


#contents #main .box_01 {
	padding:20px 20px 20px 20px;
	
}
@media only screen and (min-width: 971px){
	#contents #main .box_01 {
		padding:20px 20px 20px 20px;
	}
}


/*--#secRanking--*/
#secRanking ul {
	margin: 0 -10px;
}
	#secRanking ul:before,
	#secRanking ul:after {
		content: "";
		display: table;
	}
	#secRanking ul:after {
		clear: both;
	}
	#secRanking ul {
		zoom: 1;
	}
#secRanking li {
	box-sizing: border-box;
	float: left;
	padding: 0 5px;
	width: 33%;
	margin-bottom: 10px;

}

#secRanking img { /*border:0px solid #cfcfcf;*/}

#secRanking li a,
#secRanking li span {
	display: block;
}
#secRanking li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#secRanking li span.photo {
	margin-bottom: 5px;
	
}
#secRanking li span.photo img {
	width: 100%;
}
#secRanking li span.post_title {
	font-size: 90%;
	/*font-weight:bold;*/
}
#secRanking li span.post_meta01 {
	font-size: 117%;
	text-align: right;
}

@media only screen and (max-width:768px) {
	#secRanking ul {
	margin: 0px 0px 0px -10px;
}
	#secRanking li {
    box-sizing: border-box;
    float: left;
    padding: 0px 10px;
    width: 100% !important;
	}
	#secRanking li span.post_title {
	margin: 10px 0px 10px 0px;
	
	}
}
@media only screen and (max-width:640px) {
	#secRanking ul {
		padding: 0 0 0 0;
		margin: 0 0 0 0 ;
	}
	#secRanking li span.post_title {
	margin: 5px 0px 10px 0px;
	
	}
}


/*--#secMessage--*/
#secMessage {
	
}

@media only screen and (max-width: 640px) {
	#secMessage {
		margin-bottom:20px;
	}
	
	.secNews{
		margin-bottom:20px;
	}
}

#secMessage .textArea{
	overflow: hidden;
	/* background-color:#fff;*/ 
}
#secMessage p {
	overflow: hidden;
	/* background-color:#fff;*/ 

}
#secMessage img {
	width:100%;
	/* background-color:#fff;*/ 
}
#secMessage .midashi {
	font-weight: bold; 
	font-size: 117%;
	background: #152a67;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:left;
	color:#fff;
	
	width:100%;
	padding: 0 0 0 30px;
	
}
#secMessage .signature {
	text-align:right;
}


/*#secMessage img { border:1px solid #cfcfcf;}*/

.fcf01{color: #808080;}