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

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #444444;
	background-color: #FFFCEE;
	font-size: 0.9em;
	line-height: 170%;
}

img {
	vertical-align: bottom;
	border: none;
}

.fl {
	float: left;
	margin-right: 10px;
}

.fr {
	float: right;
	margin-left: 10px;
}

address {
	font-style: normal;
}

img.fl {
	float: left;
	margin: 0;
	margin-right: 10px;
}

img.fr {
	float: right;
	margin: 0;
	margin-left: 10px;
}

.cl {
	clear: both;
}

h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a {
	color: #2BAC00;
	text-decoration: none;
}

p {
	margin: 10px;
}

ul.yoko {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

ul.yoko li {
	float: left;
	border-left: 1px dotted #CCCCCC;
	padding: 0 10px;
	white-space: nowrap;
	margin-bottom: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*end hide from IE-mac */		

/*###################################*/

#obi {
	background-color: #00419B;
	width: 100%;
	text-align: center;
	padding: 7px;
}	

#obi h1 {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}

/* wrapper #########################*/
#wrapper {
	width: 956px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/* header #########################*/
#hearder {

}

#logo {
	margin-left: 11px;
	margin-top: 18px;
	margin-bottom: 11px;
}

#bana1, #bana2, #bana3, #bana4 {
	position: absolute;
	top: 27px;
}

#bana1 {
	left: 289px;
}

#bana2 {
	left: 459px;
}

#bana3 {
	left: 629px;
}

#bana4 {
	left: 800px;
}

#navi {
	margin-bottom: 10px;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi li {
	margin: 0;
	padding: 0;
	float: left;
	text-indent:-9999px;
}

#navi li a {		
	display:block;
	height:56px;
	background-repeat: no-repeat;
}

#navi li#home a {
	width:193px;
	background-image:url(../img/btn-home.gif);
}

#navi li#event a {
	width:190px;
	background-image:url(../img/btn-event.gif);
}

#navi li#bosyu a {
	width:190px;
	background-image:url(../img/btn-bosyu.gif);
}

#navi li#omise a {
	width:190px;
	background-image:url(../img/btn-omise.gif);
}

#navi li#about a {
	width:193px;
	background-image:url(../img/btn-about.gif);
}

/* contents #########################*/
#contents {
	margin-left: 3px;
	width: 950px;
	margin-bottom: 5px;
}

#contents.col3 {
	background-image: url(../img/content3col-bg.gif);
}

#contents.col3 div.tb {
	background-image: url(../img/content3col-bt-bg.gif);
	height: 1px;
}

#contents.col2 {
	background-image: url(../img/content2col-bg.gif);
}

#contents.col2 div.tb {
	background-image: url(../img/content2col-bt-bg.gif);
	height: 1px;
}
/* post(投稿内容表示) #####################*/

/*投稿画面で、画像を左右に配置させたとき */
#post img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*投稿画面で、画像を左右に配置させたとき */
#post img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#post hr {
	clear: both;
	border: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}

#post h2 {
	clear: both;
	margin-bottom: 10px;
}

#post h3 {
	clear: both;
	margin-bottom: 10px;
	font-size: 15px;
}

#post p {
	margin: 0 10px 10px 10px;
}

/* contents.col3 main #####################*/
#contents.col3 #main {
	width: 465px;
	float: left;
	margin-right: 5px;
	padding: 10px;
	position: relative;
	padding-bottom: 10px;
}

#topbana-area img {
	margin-bottom: 5px;
}

#moriage {
	position: absolute;
	left: 10px;
	top: 6px;
}

#moriage2 {
	position: absolute;
	left: 10px;
	top: 71px;
}

#bana-4sho {
	width: 314px;
	margin-left: 150px;
	margin-bottom: 3px;
}

#bana-4sho img {
	margin-left: 7px;
	margin-bottom: 7px;
}

#event-list ul {
	 margin: 0;
	 padding: 0;
	 margin-top: 1px;
	 list-style: none;
	line-height: 100%;
}

#event-list li {
	margin-bottom: 1px;
}

#event-list li a {
	display: block;
	position: relative;
	background-image: url(../img/li-bg.gif);
	padding: 10px;
	min-height: 50px;
	border-bottom: 1px dotted #CCCCCC;
}

#event-list li a:hover {
	background-image: url(../img/li-active-bg.gif);
	font-weight: bold;
}

#event-list li a span {
	font-size: 15px;
	margin-left: 65px;
	display: block;
}

#event-list li a span.dt {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

#event-list li.strng a {
	background-image: url(../img/listrng-bg.gif);
}

#event-list li.strng a:hover {
	background-image: url(../img/li-active-bg.gif);
	font-weight: bold;
}

#event-list img {
	position: absolute;
	top: 5px;
	left: 5px;
}

p.to-itiran {
	text-align: right;
	font-size: 15px;
}

p.to-itiran img {
	vertical-align: middle;
}

p.to-itiran a:hover {
	text-decoration: underline;
}

#contents.col3 #main h2.page-name {
	background-image: url(../img/h2-page-name2-bg.gif);
	background-repeat: no-repeat;
	height: 33px;
	text-align: left;
	padding: 12px 0 0 25px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#oshirase p {
	margin: 0 10px 10px 10px;
	line-height: 150%;
}

#slideshow {
	padding-left: 3px;
}

/* contents.col2 main #####################*/
#contents.col2 #main {
	width: 698px;
	float: left;
	margin-right: 5px;
	padding: 10px;
	position: relative;
	padding-bottom: 10px;
}

#contents.col2 #main div.tbl {
	margin: 10px 0;
	background-image: url(../img/tbl-mdl-bg.gif);
	background-repeat: repeat-y;
}

#contents.col2 #main div.tbl h3 {
	background-image: url(../img/tbl-top-bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	padding: 10px 0 0 14px;
	font-size: 15px;
}

#contents.col2 #main div.tbl p.tbl-btm {
	background-image: url(../img/tbl-btm-bg.gif);
	background-repeat: no-repeat;
	height: 37px;
	text-align: right;
	padding: 10px 20px 0 0;
	font-size: 15px;
	color: #999999;
	margin: 0 0 10px 0;
}

#contents.col2 #main div.tbl a:hover {
	text-decoration: underline;
}

#contents.col2 #main div.tbl table {
	border: none;
	border-collapse: collapse;
	margin: 0 10px;
	width: 660px;
}

#contents.col2 #main div.tbl table td, #contents.col2 #main div.tbl table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#contents.col2 #main h2.page-name {
	background-image: url(../img/h2-page-name-bg.gif);
	background-repeat: no-repeat;
	height: 33px;
	text-align: left;
	padding: 12px 0 0 25px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#contents.col2 #main h3 {
	background-image: url(../img/h3-bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	padding: 5px 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}

#contents.col2 #main h4 {
	margin-bottom: 10px;
	font-size: 15px;
	padding: 0 0 0 10px;
	border-bottom: 1px dotted #EBD385;
	border-left: 4px solid #EBD385;
}

#contents.col2 #main address {
	background-color: #F9F1D7;
	padding: 10px;
	border: 1px dotted #EBD385;
}

#contents.col2 #main #twitter h3 {
	background: none;
	height: auto;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

#post #twitter {
	margin: 10px 0;
}

#rets-tweet {
	text-align: right;
	font-size: 12px;
}

/* contents sub1 #####################*/
#sub1 {
	width: 227px;
	float: left;
	padding-bottom: 10px;
}

#sub1bosyu {
	margin: 0 1px;
	border: 2px #4E9A01 solid;
	padding: 7px 7px 0 7px;
	text-align: center;
}

#sub1bosyu img {
	margin-bottom: 7px;
}

#sub1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub1 li {
	margin: 0;
	padding: 0;
}

ul#counter {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
	color: #999999;
}

ul#counter li {
	padding-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}



/* contents sub2 #####################*/
#contents.col3 #sub2 {
	width: 228px;
	float: left;
	margin-right: 5px;
	padding-bottom: 10px;
}

#weathernews_blog_parts {
 	text-align: center;
	margin: 1px 2px;
	padding: 5px;
	background-color:#CCCCCC;
}

#twitter {
	margin: 1px 2px;
}

#blognews {
	margin: 1px 2px;
	font-size: 12px;
	color:#666;
}

#blognews a {
	border-bottom: 1px dotted #CCCCCC;
}

#sub2 #rets-tweet {
	margin-bottom: 5px;
}

#sub2 #rets-tweet p {
	text-align: center;
	color: #2bac00;
	font-size: 15px;
	margin: 5px 0;
}

/* footer #####################*/
#footer {
	width: 920px;
	margin-left: 3px;
	background-color: #00419B;
	padding: 15px;
	text-align:center;
	font-size: 15px;
}

#footer a {
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

#footer li {
	display: inline;
}

#foot-bana {
	padding: 0 20px;
}

#foot-bana img {
	margin-right: 10px;
	margin-bottom: 10px;
}
.flex {
    display: flex;
    flex-flow: row wrap;
}
.archive-ono-item h3 {
    background: none !important;
    border: none !important;
    text-align: center !important;
}
.googlemaps{
	width: 100% !important;
}