@charset "utf-8";
/*--------------------------------------------
 
　　　行事特集ページ用CSS
 
---------------------------------------------*/


#main #section01 dl dt {
	float: left;
	height: auto;
	width: 118px;
	padding-bottom: 30px;
	text-align: right;
	padding-right: 12px;
}
#main #section01 dl dd {
	float: left;
	height: auto;
	width: 200px;
	padding-left: 3px;
	padding-bottom: 30px;
}
#main #section01 dl dt.clear {
	clear: both;
}

#main #section01 dl dd ul {
	width: 170px;
}
#main #section01 dl dd ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c0baa3;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}
#main #section01 dl dd ul li a {
	display: block;
	height: auto;
	width: 100%;
	text-decoration: underline;
}
#main #section01 dl dd ul li a:hover {
	color: #fe9191;
}
#main #section01 dl dd ul li a:after {
	content : url(img/icon-photo.png);
	left: 5px;
	top: 2px;
	position: relative;
}
#main #section01 #monthly {
	background-color: #ffefe9;
	width: 40%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	border: 3px solid #FFF;
	-webkit-border-radius: 10px;/* for Safari and Chrome */
	-moz-border-radius: 10px; /* for Firefox */
	-o-border-radius: 10px; /* for opera */
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#main #section01 #monthly h3 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
	font-size: 158%;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	line-height: normal;
}
#main #section01 #monthly p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}



@media screen and (max-width:768px) {
#main #section01 dl dt {float:none; width:40%; padding-bottom:3%; text-align:right; padding-right:0; margin:0 auto;}
#main #section01 dl dt img {width:100%}
#main #section01 dl dd {width:80%; padding-left:10%; padding-bottom:3%; padding-right:10%;}
#main #section01 dl dd ul {width:100%; margin-bottom:10%;}
#main #section01 #monthly {width:80%; padding:7% 3%; box-sizing:border-box;}
}

