﻿@charset "utf-8";
/**********************************************

	basic_style_forGlobal.css

**********************************************/
/* 文字折り返し設定 */
* {
	word-break: normal !important;
	word-wrap: normal !important;
}
/* 複数行対応 */
ul.list-news > li dl:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
ul.list-news > li dl{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html ul.list-news > li dl { height: 1%; }
ul.list-news > li dl { display: block; }
/* End hide from IE-mac */
ul.list-news > li dl > dd {
	display: block;
	float: left;
	width: 80px;
	margin-right: 0;
}
ul.list-news > li dl > dt {
	display: block;
	padding-left: 90px;
}