html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

img{
	display: block;
}


a img:hover{
	opacity: 0.75;
	transition : all 0.5s ease 0s;
}

body{
	background: #efefef;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

/*＝＝＝＝＝＝＝＝＝＝＿＿#container＿＿＝＝＝＝＝＝＝＝＝＝*/
#container{
	position: relative;
}

#container #wrapper{
	margin: 0 auto;
	width: 1100px;
}

@media screen and (max-width:1000px) { 
#container #wrapper,
#container .eventimage{
	width: 100%;
}
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/#container＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿header＿＿＝＝＝＝＝＝＝＝＝＝*/
header{
	background: #fff;
	padding: 40px 0;
}

header h1{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0;
}

header h1 img{
	display: block;
	margin: 0 auto;
	max-width: 800px;
	width: 95%;
}

.backlink{
	display: flex;
	margin: 20px auto 0;
	max-width: 800px;
	width: 95%;
}

.backlink a{
	background: #439531;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 2.6em;
	line-height: 2.6em;
	text-align: center;
	text-decoration: none;
	transition : all 0.5s ease 0s;
	width: 49%;
}

.backlink a:first-of-type{
	margin-right: 2%;
}

.backlink a:hover{
	opacity: 0.75;
}

@media screen and (max-width:1000px) {
.backlink a{
	font-size: 14px;
}
}

/*＝＝＝＝＝＝＝＝＝＝＿＿/header＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿contents＿＿＝＝＝＝＝＝＝＝＝＝*/
.contents .date span{
	font-size: 140%;
}

.contents p{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.contents .redfont{
	color:#fa6461;
}

.contents .outline{
	margin: 0 0 40px;
}

.contents .outline .caption{
	background: #439531;
	color: #fff;
	font-size: 30px;
	font-weight:bold;
	margin: 0 0 20px;
	padding: 15px 0;
	text-align: center;
}

.contents .outline .caption + p,
.contents .outline .caption + p + p{
	display: block;
	margin: 0 auto 10px;
	max-width: 1100px;
	width: 90%
}

.contents .outline .caption span{
}

.contents .btn:hover,
.contents .minibtn:hover{
	opacity: 0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/contents＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿リスト＿＿＝＝＝＝＝＝＝＝＝＝*/
#list-wrapper{
	margin: 0 auto;
	padding: 40px 0 0;
	max-width: 1100px;
}

#list{
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

#list li{
	background: #fff;
	display: table;
	list-style: none;
	margin-right: 1.3%;
	margin-bottom: 40px;
	padding: 20px;
	position: relative;
	width: 100%;
}

#list li .leftbox{
	display: table-cell;
	vertical-align: top;
	width: 30%;
}

#list li img{
	display: block;
	margin: 0 auto;
	width: 100%;
}


#list li .text{
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	width: 70%;
}

#list li .text .title01{
	border-bottom: solid #aaa 1px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}

#list li .text .title02{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}

#list li .text .title02 + p{
	font-size: 14px;
	margin: 0 0 20px;
}

#list li .text a{
	background: #ff4076;
	border-radius: 5px;
	color: #fff;
	display:block;
	font-size: 16px;
	height: 35px;
	line-height:35px;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition : all 0.5s;
	width: 200px;
}

#list li .text a:hover{
	opacity: 0.75;
}

#list li .new{
	background: #ff4076;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	position: absolute;
	top: 20px;
	left: 20px;
}

@media screen and (max-width:1000px) {
#list{
	width: 95%;
}

#list li .leftbox{
	display: block;
	width: 100%;
}

#list li .text{
	display: block;
	padding: 10px 0 0 0;
	width: 100%;
}

#list li .text a{
	width: 100%;
}

}

/*＝＝＝＝＝＝＝＝＝＝＿＿/ペットリスト＿＿＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＿＿Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/
#copyright{
	color: #333;
	font-size: 12px;
	line-height: 100px;
	text-align: center;
}
/*＝＝＝＝＝＝＝＝＝＝＿＿/Copyright＿＿＝＝＝＝＝＝＝＝＝＝*/