@charset "utf-8";
/* CSS Document */

/* ↓table
------------------------------------------------------------*/


/* 6history.html 年表　table
------------------------------------------------------------*/

table.nenpyo{
 margin:1em auto;
 border-top:1px solid #C0C0C0; 
 border-right:1px solid #C0C0C0;
 border-collapse:collapse; 
 }

table.nenpyo td{
 color:#000000; 
 border:1px solid #C0C0C0; 
 padding:.5em .5em; 
 text-align:left;
 line-height:1.5em;
 font-size:small;
 }

table.nenpyo th{
 background:#966; 
 text-align:left; 
 font-weight:weight;
 border:1px solid #933; 
 color:#fff;
 }
/* ↑table
------------------------------------------------------------*/

 
 
/* ↓list
------------------------------------------------------------*/

/* イベント詳細　list
------------------------------------------------------------*/
.event{
	width:400px;
	border-bottom:1px solid #999;
}



/* ↑list
------------------------------------------------------------*/

/* ↓img
------------------------------------------------------------*/

/* img　figure
------------------------------------------------------------*/

figure.photolist {
 display: inline-block;
 position: relative;
 overflow: hidden;
 width: 300px;
 margin:auto;
 padding-right:30px;
}


/* ↑img
------------------------------------------------------------*/

/* 4akarenga googleMap
------------------------------------------------------------*/

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmapr object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 431px;
}

/* katudou h4
------------------------------------------------------------*/
.katudou{
	margin:10px 0px;
	padding:10px;
	border-bottom:1px double #663366;
}
.boxshadow{
	padding: 10px;
	border: 1px solid #f0f0f0;
	border-bottom: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.cle{
clear: both;
}

	
