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

@media screen and (min-width: 641px){

/*共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h2{
	margin:40px 0px 50px;
	padding:0px 0px 5px 10px;
	/*background-image:url(../img/border.jpg);
	background-position:bottom;
	background-repeat:no-repeat;*/
	font-size:45px;
	border-bottom: solid 7px #000;
	font-family:serif;
	font-weight:100;
	letter-spacing:5px;
}
.ttl{
	height:50px;
	padding-left:30px;
	font-size:30px;
	font-family:serif;
	font-weight:100;
	border-bottom:#000000 1px dotted;
}
.txt{
	margin:60px 0px 100px 0px;
	background-image:url(../img/ttl.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.txt p{
	width:680px;
	margin-top:20px;
	margin-left:35px;
	text-align: justify;
	line-height:180%;
}

/*お知らせ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#news-page{
	margin-bottom:100px;
}
#news-page .article{
	margin-bottom:50px;
	padding:10px 50px;
}
#news-page .article .date{
	width:700px;	
	margin:20px 0px 0px 20px;
	font-size:18px;
}
#news-page .article dt img{
	margin-left:10px;
	vertical-align:top;
}
#news-page .article dd{
	margin-left:20px;
	margin-bottom:40px;
	font-size:17px;
}	
#news-page .article dd span.blog_ttl{
	line-height:200%;
	font-size:22px;
}
#news-page .article dd.con{
}
#news-page .article dd img{
	max-width:100%;
	height:auto;
	margin:20px 0px 0px;
}
#news-page .article a{
	color:#000000;
	text-decoration:underline;
}
#news-page .article .page{
	margin:50px;
}
#news-page .article .page .next{
	width:350px;
	text-align:right;
	float:right;
}
#news-page .article .page .prev{
	width:350px;
	text-align:left;
	float:left;
}
#news-page a:hover{
	color:#999999;
}
#news-page dd a:visited{
	color:#000000;
}


#about .kenren{
	width:720px;
	margin-bottom:30px;
	margin-left:10px;
	font-size:22px;
	font-family:serif;
	text-align: justify;
	line-height:180%;
}
#about .kiyaku{
	margin-left:10px;
	margin-bottom:100px;
}
#about .kiyaku img{
	vertical-align:middle;
	margin-right:15px;
	margin-bottom:15px;
}
#about .kiyaku p a{
	font-size:18px;
}
#about a:link{
	color:#000000;
	text-decoration:underline;
}
#about a:visited{
	color:#000000;
}
#about a:hover{
	color:#999999;
}


}

@media screen and (max-width:640px){
	
/*共通＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h2{
	margin:0% 0% 5%;
	padding:5% 0% 2% 6%;
	background-image:url(../img/border.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:40px;
	font-family:serif;
	font-weight:100;
}
.ttl{
	width:90%;
	height:auto;
	padding-left:30px;
	font-size:25px;
	font-family:serif;
	font-weight:100;
	background-image:url(../img/ttl_mb.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	border-bottom:#000000 1px dotted;
}
.txt{
	width:85%;
	margin:0% auto 15% auto;
}
.txt p{
	width:85%;
	margin:2% auto 0%;
	text-align: justify;
	line-height:180%;
}

/*お知らせ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#news


#news-page{
	width:100%;
}
#news-page .article{
	width:85%;
	margin:10% auto 0%;
	padding-bottom:5%;
}
#news-page .article dl{
	width:100%;
	margin:0% auto;
}
#news-page .article .date{
	width:100%;
	margin:20px 0px 5px 0px;
	font-size:18px;
}
#news-page .article dt img{
	margin-left:10px;
	vertical-align:top;
}
#news-page .article dd{
	width:100%;
	margin-bottom:5%;
}	
#news-page .article .con{
	width:100%;
	margin-bottom:10%;
}	
#news-page .article dd .blog_ttl{
	line-height:150%;
	font-size:18px;
}
#news-page .article dd img{
	max-width:100%;
	height:auto;
	margin-top:5%;
}
#news-page .article a{
	color:#000000;
	text-decoration:underline;
}

#news-page .article .page{
	width:100%;
	margin:50px auto 0px;
}
#news-page .article .page .next{
	width:50%;
	text-align:right;
	float:right;
}
#news-page .article .page .prev{
	width:50%;
	text-align:left;
	float:left;
}
#news-page dd a:hover{
	color:#999999;
}
#news-page dd a:visited{
	color:#000000;
}


/*岐阜県連とは＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#about{
	width:100%;
}
#about .kenren{
	width:85%;
	margin:0% auto 5%;
	font-size:20px;
	font-family:serif;
	text-align: justify;
}

#about .kiyaku{
	width:85%;
	margin:0% auto 15%;
}
#about .kiyaku p a{
	font-size:18px;
}
#about .kiyaku a:link{
	color:#000000;
}
#about .kiyaku a:visited{
	color:#000000;
}
#about .kiyaku a:hover{
	color:#999999;
}

#about .kiyaku img{
	vertical-align:middle;
	margin-right:15px;
	margin-bottom:15px;
	width:40%;
}
#about .kiyaku{
	margin-top:15px;
	margin-bottom:100px;
}

}
