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

#main_content h3:first-of-type {
	margin-top:35px;
}

main h4 {
	background-color:#efefef;
	padding:2px 7px;
}

main h6 {
	padding-bottom:3px;
	border-bottom:dashed 1px #ccc;
	margin:20px 0;
}

.pdf {
	background:url(../../../img/pdf.png) no-repeat 0 50%;
	padding-left:20px;
}

.other dl dt {
	clear:both;
	float:left;
	width:10em;
	padding:5px 0;
}

.other dl dd {
	margin-left:12em;
	padding:5px 0;
}

/* その他のイベント */
.other2 dl dt {
	clear:both;
	float:left;
	width:8em;
	padding:2px 8px;
	border-radius:8px;
	background-color:#efefef;
	margin-bottom:3px;
}

.other2 dl dd {
	margin-left:10em;
	padding:2px;
	margin-bottom:3px;
}

/* プロジェクト調査 */
.project2 ol li,
.project ol li {
	list-style:disc;
	line-height:2.5;
	margin-left:1.5em;
}

.project ul li {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:dotted 1px #ccc;
}

.project dl dt {
	clear:left;
	float:left;
	width:8em;
}

.project dl dd {
	margin-left:8em;
}
.project ol li a,
.project dl dd a {
	background:url(../../../img/pdf.png) no-repeat 0 50%;
	padding-left:20px;
}

.project ol li span,
.project dl dd span {
	display:block;
}
.project ol li span a,
.project dl dd span a {
	background:url(../../../img/xls.gif) no-repeat 0 50%;
	padding-left:20px;
}

#side_nav dl .ddtop {
	margin-top:10px;
}
#side_nav dl .ddtop:before {
	top:7px;
}

@media screen and (max-width:700px){
.project dl dt,
.other dl dt {
	float:none;
	width:96%;
}
.project dl dd,
.other dl dd {
	margin-left:0;
	margin-bottom:10px;
}
}

@media screen and (max-width:480px){
.other2 dl dt {
	float:none;
	width:100%;
	padding:2px 8px;
	margin-bottom:3px;
}
.other2 dl dd {
	margin-left:0;
}
}