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

 ■お知らせページのCSS

******************************************************************************/


/*ナビゲーションの現在地*/
.nav1 {
	position: relative;
	display: inline-block;
	outline: medium none;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.3);
	padding-top: 10px;
	font-size:1.05em;
	height: 50px;

}
.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #D0E08F;
	padding-right: 9px;
	padding-left:9px;
	padding-bottom:3px;
}

/*メインビジュアル　背景画像お知らせ用*/
.main_visual {
	background-image: url(../img/back01_3.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: 100% auto;
}
