@charset "shift_jis";

div.news_line {
	padding: 30px 0 15px 90px;
	border-bottom: 1px dotted #ccc;
	clear: both;
}

/* for modern browser */
div.news_line {
  display: inline-block;
}

div.news_line:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.news_line {
  height: 1%;
}
div.news_line {
  display: block;
}
/* End hide from IE-mac */



div.news_line div.date,
div.news_line div.words,
div.news_line div.words_with_pic,
div.news_line div.pic {
	text-align: left;
	float: left;
}

div.news_line div.date {
	margin-right: 30px;
}

div.news_line div.words {
	width: 450px;
}

div.news_line div.words p {
	margin: 0 0 1.5em;
}



/* news with picture */

div.words_with_pic {
	padding-right: 30px;
	width: 280px;
}

div.words_with_pic p {
	margin: 0 0 1.5em;
}