﻿@charset "utf-8";
/* 最新情報用CSS */
*{
	padding:0;
	margin:0;
}

#news02{
	margin-top:20px;

	
}


	

.newsFrame{
	height:auto;
	margin:0 auto 10px auto;
	background:#fff;
}

.newsFrame h1{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#004097 solid 5px;
	border-bottom:#004097 solid 1px;
	}

.newsFrame h3{
	margin:10px 5px 20px 5px;
	padding:5px 0 0 10px;
	font-weight:bold;
	font-size:100%;
	border-left:#004097 solid 5px;
	border-bottom:#004097 solid 1px;
	}
	
	

.newsFrame h4{
		padding:0;
		margin:5px 0;
		font-size:95%;
		font-weight:bold;
	}



.newsFrame p.cont{
		font-size:90%;
		margin:5px 0;
		line-height:1.8em;
	}


.newsFrame img{
			padding:10px;
			clear:both;
			margin-top:10px;
			margin-bottom:10px;
		}
		
.newsFrame p.cont02{
		font-size:90%;
		line-height:1.5em;
	}

.newsFrame p.cont02 img{
	float:left;
	padding:0;
	margin:5px;
	}


.newsFrame p.date{
		padding:5px 0 0 0;
		color:#666;
		text-align:right;
		margin-bottom:30px;
	}
	

/* ページボタン設定 */

.newsPager{
	clear:both;
	width:95%;
	height:18px;
	margin:20px auto;
}

.newsPager ul{
		list-style-type:none;
		width:95%;
		height:18px;
		margin:auto;
		text-align:center;
	}

.newsPager ul li{
		float:left;
		width:13px;
		height:13px;
		padding:3px;
		margin:0 2px 10px 0;
		border:#aaa solid 1px;
		background:url(../images/news/newsBtnNormal.gif);
		font-size:95%;
		text-align:center;
		color:#FFF;
	}
	
.newsPager ul li a{
		color:#FFF;

	}	
	
.newsPager .newsPagerPrevBtn, 
.newsPager .newsPagerNextBtn{
			width:75px;
		}

.newsPager li:hover, 
.newsPager li.newsPageDisplayed{
			background:url(../images/news/newsBtnSelected.gif);
						}

.newsPager a{
				display:block;
				width:100%;
				height:100%;
				text-decoration:none;
				color:#FFF;
			}
			
.newsPager .newsPageDisplayed a{
	color:#FFF;
				}





	


/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {
	
.newsFrame{
	width:95%;

}

.newsFrame h3{
	width:95%;

}

	
.newsFrame img{
	width:95%;
	margin-top:5px;
	margin-bottom:5px;

}

.newsFrame p.cont{
		line-height:1.5em;
	}

.newsFrame p.cont02 img{
	float:none;
	clear:both;
	}




#news02 h2  {
	display:none;
}


		
		}	
			