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

.sou ol li {
	list-style:disc;
	line-height:2.5;
	margin-left:1.5em;
}

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

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

.josei .word,
#side_nav .side_act .word {
	padding:10px 0;
}
.josei .word,
#side_nav .side_act .word,
.word2{
	background:url(../../../img/doc.gif) no-repeat 0 50%;
	padding-left:20px;
	border-bottom:none;
}


#side_nav dl .word::before{
	width: 0;
	height: 0;
	border-top: none;
	border-right: none;
}
.josei .pdf,
#side_nav .side_act .pdf {
	background:url(../../../img/pdf.png) no-repeat 0 50%;
	/*padding:10px 0;*/
	padding-left:20px;
	border-bottom:none;
}

#side_nav dl .pdf::before {
	width: 0;
	height: 0;
	border-top: none;
	border-right: none;
}
ol .date_j{
	margin-left:1.5em;
	}
.date_j li,
.date_j .pdf {
	position:relative;
	list-style:square !important;
}
.date_j li span,
.date_j .pdf span{
	position:absolute;
	right:0;
}
@media screen and (max-width:600px){
.sou .date_j .pdf {
	background:url(../../../img/pdf.png) no-repeat 0 0;
	padding-left:20px;
}
.date_j li {
	position: static;
	margin-bottom:15px;
	margin-left:15px;
	line-height:1.5 !important;
}
.date_j li span {
	display:block;
	position: static;
}
}

/*2025/07/15 プロジェクト調査関連（立上げ助成事業）*/
.side_act dl .pdf a {border-bottom: dotted 1px #ccc;}
#koubo dl{line-height: 200%;}
	
#koubo dl dt {
    width: 5em;
    clear: left;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-radius: 6px;
}
#koubo dl dd {
    margin-left: 7em;
    margin-bottom: 7px;
}
#koubo .pdf {
   /* background: url(../../../../img/pdf.png) no-repeat 0 50%;*/
	 background: url(../../../../img/pdf.png) no-repeat 0 15%;
    padding-left: 20px;
}
#koubo .word {
    background: url(../../../../img/doc.gif) no-repeat 0 50%;
    padding-left: 20px;
}
	
.bgco-oudoiro {
    background-color: #cc9a05;
}
.bgco-green {
    background-color: #5d8c3b;
}
#main_content .semaku h5 {margin: 25px 0 20px 0;}

@media screen and (max-width:600px) {
#koubo dl dt {
    margin-top: 20px;
    float: none;
}
#koubo dl dd {
    margin-left: 0;
}
}

@media screen and (max-width:480px) {
#koubo .pdf {
    background: url(../../../../img/pdf.png) no-repeat 0 0;
}
#koubo .word {
    background: url(../../../../img/doc.gif) no-repeat 0 0;
}
}








