@charset "utf-8";


/*====================================================================================================

 お知らせ
 
====================================================================================================*/


div.news-wrap {
	border-bottom: 1px dotted #22ac38;
	padding: 30px 0;
}

div.news-wrap-top {
	border-top: 1px dotted #22ac38;
}

div.news-title-area {
	width: 720px;
}

p.news-date {
	float: right;
	width: 170px;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: right;
}

div.news-info {
	clear: both;
}

div.news-info-left {
	width: 386px;
	float: left;
}


div.news-info-right {
	float: right;
	width: 314px;
}

p.news-info-title01 {  /*タイトルだけのもの*/
	text-indent: -1em;
	padding: 0 0 5px 1em;
	line-height: 1.6em;
	letter-spacing: 0em;
}
p.news-info-title02 {　/*タイトルのしたに文章があるもの*/
	padding: 0;
	line-height: 1.6em;
	letter-spacing: 0em;
}
p.news-info-text01 {
	padding-left: 1em;
	line-height: 1.6em;
	letter-spacing: 0em;
}
p.news-info-text02 {　/*文章だけのもの*/
	line-height: 1.6em;
	letter-spacing: 0em;
}

p.news-info-bt {
	padding: 20px 0 0 0;
}

/*--イメージ　縦　横並び--*/
p.news-info-img01-01 {
	float: left;
	width: 152px;
}
p.news-info-img01-02 {
	float: right;
	width: 152px;
}

/*--イメージ　横　縦並び--*/
p.news-info-img02-01 {
	text-align: right;
	margin: 0 0 10px 0;
}

/*--イメージ　縦位置--*/
p.news-info-img03-01 {
	text-align: right;
	margin: 0 0 10px 0;
}




	