@charset "utf-8";

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

# content
# sidebar

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

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


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

#topVisual {
	background: #f7ffe3/*url(../img/bg_top_visual.png) 0% 0% repeat-x*/;
	width: 100%;
}


#topVisual #topVisualIn {
	margin: 0 auto;
	max-width: 960px;
	max-height: 300px;
	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 20px;
	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;
	padding: 0 3.75%;
	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:#603813;
}

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

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

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

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

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

/*--#bnrAreaL--*/

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


#bnrAreaL ul li {
	float: left;
	margin: 0 1% 20px ;
	width:20%;
}
#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%;
	
}


	.topic_box1{
		position:relative;
	}

	.topic_box1 .date {
		position:absolute;
		top:0;
		width:72px;
	}

	.topic_box1 .date_txt {
		position:absolute;
		top:0;
		font-size:90%;
		width:72px;
		padding:7% 12%;
		color:#fff;
		line-height:15px;
		
		font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;	
		
	}
	
	.topic_box1 .date_txt .yyyy{
		font-size:90%
	}
	.topic_box1 .date_txt .ddmm{
		font-size:100%
	}	
	.topic_box1 .date_txt .nnn{
		font-size:90%
	}
		
@media only screen and (max-width: 640px) {

#bnrAreaL ul li {
	float: left;
	margin: 0 1% 20px ;
	width:100%;
}
	
	#bnrAreaL {
	margin: 0 auto;
	/*display:none;*/
}

	#bnrAreaL ul li img {
	width: 100%;
	margin-top:0px;
	margin-bottom:0px;
	padding-right: 10px;
	}
	
	#bnrAreaL .lastList img { margin-bottom:20px; }

	#topVisual {
		margin-bottom: 20px;
	}
	
	.topic_box1{
		width:20%;
		float:left;
		
		position:relative;
	}
	
	.topic_box1 .date {
		
		position:absolute;
		top:0;
		width:40px;
		
	}
	
		.topic_box1 .date_txt {
			position:absolute;
			top:0;
			width:40px;
			padding:0% 0% 0% 5%;
			color:#fff;
			line-height:15px;	
			margin-top:-8px;	
		}
		.topic_box1 .date_txt .yyyy{
			display:none;
		}
		.topic_box1 .date_txt .ddmm{
			font-size:20%;
			margin-top:-20px;
		}	
		.topic_box1 .date_txt .nnn{
			display:none;
		}	
			
}

/*--#secNews--*/

#secNews dl {
	border-bottom: 1px solid #e4e4e4;
	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;
}



/*--#secAccess--*/

#secAccess article {
}

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

#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: #640f22;
		color: #fff;
		padding: 3px 10px;
		margin: 0 0 5px;
	}
	#secAccess article .txtArea dd {
		margin: 0;
	}
}

#secAccess article #map {
	width: 100%;
	/*border:#ff8800 1px solid;*/
}

#secAccess article #map a { color:#3399cc;}


@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 0px;
	padding: 0;
	width: 100%;
}

#bnrAreaL ul {
	width: 100%;
}

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

#bnrAreaL ul li img {
	width: 100%;
	margin-bottom:10px;
}



/*--#secNews--*/

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

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

	.topic_box1 .date {
		position:absolute;
		top:0;
		width:60px;
	}

}


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

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

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


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

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


/*--#bnrAreaL--*/

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

#bnrAreaL ul {
	width: 100%;
}

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

#bnrAreaL ul li img {
	width: 100%;
	margin-bottom:10px;
}

/*--#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 0px;
	padding: 0;
	width: 100%;
	
	position:relative;
	top:-620px;
}

#bnrAreaL ul li {
	float: left;
	margin: 0 25px 0 0;
	width:20%;

}




#bnrAreaL ul li img {
	width: 100%;
	margin-bottom:10px;

}

#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;
}

#main_top {
    float: left;
    width: 100%;
	
	height: 300px;
}


}


#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: 117%;
	/*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: 0px 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%;
	border:#e0e0e0 1px solid;
	/* 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;
}

@media only screen and (max-width: 970px) {
footer#gFooter {
	top: 600px;
	position: relative;
}
}
@media only screen and (min-width: 971px) {
footer#gFooter {
	margin-top:0px;
	position: relative;
}

#secMessage {
	margin-top:50px;
}

}

#bnrAreaL .url_link { display: block; }
#bnrAreaL .url_link:hover { opacity:0.8; text-decoration:none; background-color:#e4ded2;}

a {
	color: #6d6d6d;
}


.archive .photo_topics{
	width:95%;
	float:left;
	margin-right:10px;
}
.archive .photo_topics img {
	
	border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
	
}

.topic_box2 {
    position: relative;
}
