<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: #dfc38d;
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}


/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿#containerï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
#container{
	padding: 20px 0 0;
	position: relative;
}

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

#container .eventimage{
	display: block;
	margin: 0;
	width: 1000px;
}

.backlink{
	display: flex;
	margin: 0 auto 40px;
}

.backlink a{
	background: #51411d;
	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) { 
#container #wrapper,
#container .eventimage{
	width: 100%;
}

.backlink{
	width: 95%;
}

.backlink a{
	font-size: 14px;
}
}

/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿/#containerï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/


/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿contentsï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
.contents .date span{
	font-size: 140%;
}

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

.contents .redfont{
	color:#fa6461;
}

.contents .pickup{
	font-size:140%;
	color:#fa6461;
	font-weight:bold;
	line-height:1.5em;
}

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

.contents .outline .caption{
	background: #51411d;
	color: #fff;
	font-size:120%;
	font-weight:bold;
	margin: 0 0 20px;
	padding:	5px 0;
}

.contents .outline .caption span{
	border-bottom: solid #fff 1px;
	border-top: solid #fff 1px;
	display: block;
	padding: 5px 1em;
}

@media screen and (max-width:1000px) { 
.contents .outline .caption + p{
	margin: 0 auto;
	width: 90%;
}
}

.contents ul,
.contents ol{
	margin-left: 30px;
}

.contents li{
	margin-bottom: 10px;
}

.contents li:last-of-type{
	margin-bottom: 0;
}


.contents .btn:hover,
.contents .minibtn:hover{
	opacity: 0.75;
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿/contentsï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/


/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿ãƒšãƒƒãƒˆãƒªã‚¹ãƒˆï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
#list-wrapper{
	background: #fff;
	padding: 40px 0 0;
}

#list-wrapper .caption{
	color: #51411d;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#pet-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 90%;
}

#pet-list li{
	border: solid #51411d 2px;
	border-radius: 10px;
	display: flex;
	flex-flow: column;
	list-style: none;
	margin-right: 1.3%;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
	width: 24%;
}

#pet-list li:nth-of-type(4n){
	margin-right: 0;
}

#pet-list .thumbnail{
  border-radius: 8px 8px 0 0;
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

#pet-list .thumbnail:hover{
  opacity: 0.8;
}

#pet-list .thumbnail img{
	width: 100%;
}

#pet-list li .text{
	display: flex;
	flex-flow: column;
	padding: 10px;
	flex-grow: 1;
}

#pet-list li .text p{
  font-size: 14px;
  
  margin-bottom: 0;
}

#pet-list li .text p:last-of-type{
  background: #f3e6cd;
  flex-grow: 1;
  margin: 10px 0 20px;
  padding: 5px;
}

#pet-list li .master {
	text-align: center;
	width: 100%;
}

#pet-list li .master p{
  font-size: 14px;
  margin: 0 0 10px;
}

#pet-list .mail{
  background: #ff4076;
  border-radius: 5px;
  color: #fff;
  display:block;
  font-size: 12px;
  line-height:25px;
  margin: 0 auto 0;
  position: relative;
  text-decoration: none;
  transition : all 0.5s ease 0s;
  width: 70%;
}

#pet-list .mail:hover{
  opacity: 0.75;
}

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

@media screen and (max-width:1000px) {
#pet-list li{
	margin-right: 2%;
	margin-bottom: 30px;
	width: 48%;
}

#pet-list li:nth-of-type(4n){
	margin-right: 0;
}

#pet-list li:nth-of-type(2n){
	margin-right: 0;
}

#pet-list li .text p{
  font-size: 12px;
}
}

/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿/ãƒšãƒƒãƒˆãƒªã‚¹ãƒˆï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/


/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿Copyrightï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/
#copyright{
	color: #333;
	font-size: 12px;
	line-height: 100px;
	text-align: center;
}
/*ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼¿ï¼¿/Copyrightï¼¿ï¼¿ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼*/</pre></body></html>