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



/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

@media screen and (min-width:769px), print{

.circle{
	background: none;
}
#main #eventDetalis h3{
	color: #6699CC;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 35px 0;
	background: none;
}
#eventDetalis dl.lr{
	display: flex;
}
#eventDetalis dl.lr > dt{
	width: 300px;
	margin-right: 50px;
}
#eventDetalis dl.lr > dt img{
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
	
	width: 100%;
	height: auto;
}
#eventDetalis dl.lr > dd{
	width: 600px;
	margin-top: 5px;
}
#eventDetalis dl.lr > dd .day{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 20px;
}
#eventDetalis dl.lr > dd .comment{
	margin-bottom: 35px;
	padding-left: 5px;
	}
#eventDetalis dl.lr > dd .comment ul{
	padding-left: 32px;
	list-style-type: decimal;
}
#eventDetalis dl.lr > dd .comment ul li{}
#eventDetalis dl.lr > dd .detail{
	margin: 20px 0 45px;
}
#eventDetalis dl.lr > dd .detail dl{
	display: flex;
	align-items: flex-start;
	margin: 15px 0;
	}
#eventDetalis dl.lr > dd .detail dl dt{
	width: 110px;
	text-align: center;
	padding: 1px;
	box-sizing: border-box;
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 20px;
	font-size: 14px;
	}
#eventDetalis dl.lr > dd .detail dl dd{
	width: calc(100% - 115px);
	padding-left: 10px;
	box-sizing: border-box;
}
	
	#eventDetalis dl.lr > dd .detail dl dd ul{
		list-style-type: disc;
		padding-left: 20px;
	}
	#eventDetalis dl.lr > dd .detail dl dd ul li{
		margin-bottom: 10px;
	}

	
	
.linkButton{}
.linkButton a.pdf{
	width: 320px;
	margin: 15px auto 10px;
	padding: 10px 0 10px 15px;
}
	
.linkButton.pre a{
	opacity: 0.4;
}
.linkButton.pre p{
	font-weight: bold;
	color: #CE1D2B;
}

	p.linkButton{
		margin-bottom: 25px;
	}


}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

.circle{
	background: none;
}
#main #eventDetalis h3{
	color: #6699CC;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 20px 0 15px;
	background: none;
}
#eventDetalis dl.lr{
	display: block;
	}
#eventDetalis dl.lr > dt{
	display: block;
	width: 90%;
	max-width: 400px;
	margin: 0 auto 20px;
}
#eventDetalis dl.lr > dt img{
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
}
#eventDetalis dl.lr > dd{
	display: block;
	width: 100%;
	margin-top: 5px;
}
#eventDetalis dl.lr > dd .day{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 15px;
}
#eventDetalis dl.lr > dd .comment{
	margin-bottom: 25px;	
}
#eventDetalis dl.lr > dd .comment ul{
	padding-left: 32px;
	list-style-type: decimal;
}
#eventDetalis dl.lr > dd .comment ul li{}
#eventDetalis dl.lr > dd .detail{
	margin: 10px 0 20px;
}
#eventDetalis dl.lr > dd .detail dl{
	display: block;
	margin: 10px 0;
	}
#eventDetalis dl.lr > dd .detail dl dt{
	display: block;
	width: 110px;
	text-align: center;
	padding: 1px;
	box-sizing: border-box;
	background-color: #6699CC;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 20px;
	font-size: 14px;
	margin-bottom: 5px;
	}
#eventDetalis dl.lr > dd .detail dl dd{
	display: block;
	width: 100%;
	padding-left: 7px;
	box-sizing: border-box;
}

	#eventDetalis dl.lr > dd .detail dl dd ul{
		list-style-type: disc;
		padding-left: 15px;
	}
	#eventDetalis dl.lr > dd .detail dl dd ul li{
		margin-bottom: 10px;
	}

.linkButton{}
.linkButton a.pdf{
	width: 320px;
	margin: 15px auto 10px;
	padding: 10px 0 10px 15px;
}
	
.linkButton.pre a{
	opacity: 0.4;
}
.linkButton.pre p{
	font-weight: bold;
	color: #CE1D2B;
}

	p.linkButton{
		margin-bottom: 25px;
	}



	
}
