﻿@charset "utf-8";


header {
	border-bottom: #000 solid 1px !important;
}

#contents {
	width: 960px;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 50px auto 0;
}


#contents img{
	width: 100%;
}

.pdf-item img{
	margin:0 5px;
}


#tokutoku{
	width:121px;
	height:162px;
	position:absolute;
	top:269px;
	right:21px;
}


.w950 {
    width:950px;
    margin:auto;
}

.w800 {
    width:800px;
    margin:auto;
}

.w380 {
    width:380px;
    margin:auto;
}

.w400 {
    width:400px;
    margin:auto;
}

.f-right {
	float: right;
}

.mb-5 {margin-bottom:5px;}
.mb-15 {margin-bottom:15px;}
.mb-25 {margin-bottom:25px;}
.mb-30 {margin-bottom:30px;}
.mb-35 {margin-bottom:35px;}
.mb-45 {margin-bottom:45px;}
.mb-50 {margin-bottom:50px !important;;}

.mr-0 {margin-right:0px !important;}

p.note {
font-size:85% !important;
clear: both;
padding-top: 20px;
text-align: left;}

p.note-p {
font-size:85% !important;
clear: both;
padding-top: 0px;
text-align: right;}

p.btndl {
	width: 360px;
margin:0;}

.fb-page {
	width:470px;
float: right;}

.map{
	width: 400px;
	float: left;
	margin-bottom: 50px;
}

/* title
---------------------------------------------*/
.title {
	width:950px;
}

/* list
---------------------------------------------*/
#gogo-event {
	width:950px;
	overflow:hidden;
	text-align:left;
	margin:0 auto 10px;
}


ul#event-list {
	width:800px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}

#event-list li {
	width:260px;
	display: block;
	margin:0 10px 10px 0;
	float:left;
	display:inline;
}

#event-list li:nth-child(3n) {
	margin-right: 0;
}


#event-list li p {
	font-size:95%;
	padding:5px 0 0 0;
	margin:0;
}

#event-list li p a {
	color:#000;
	text-decoration:none;
}

.other{
	padding:80px 0 0 3em;
}

.other p{
	text-indent:-3em;
}

@media screen and (max-width: 760px) {

	#contents {
	width: 95% !important;
		margin: 0 auto;
}
	
	.title {
	width:100%;
		padding-top: 30px;
}
	.w950 {
    width:100% !important;
    margin:auto;
}

.w400 {
    width:100% !important;
    margin:auto;
}

.w800 {
    width:100% !important;
    margin:auto;
}

.w380 {
    width:100% !important;
    margin:auto;
}
	
	#gogo-event {
	width:100%;
		margin-bottom: 10px;
}


ul#event-list {
	width:100%;

}

#event-list li {
	width:49%;
	height: auto;

	display: block;
	margin:0 !important;
}
#event-list li:nth-child(odd){
	float:left;
	clear: both;
}
#event-list li:nth-child(even){
	float:right;
}
	
.fb-page {
	display: none !important;}

.map{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

p.btndl {
	width: 100%;
margin:0 0 20px;}
	
p.note {
font-size:11px !important;
clear: both;
padding-bottom: 20px;
	padding-top: 0;
text-align: left;}

p.note-p {
font-size:10px !important;
clear: both;
padding-top: 0px;
text-align: right;}
	
}