@charset "UTF-8";

 /* 一覧ページ用
 ------------------------  */
 dl.verList {
 line-height:180%;
 margin-bottom:30px;
 }
 
 dl.verList dt {
 border-bottom:1px solid #efefef;
 float:left;
 width:105px;
 padding:5px 0;
 }
 
 dl.verList dd {
 border-bottom:1px solid #efefef;
 float:left;
 width:560px;
  padding:5px 0;
 }
 
 
 
 dl.verList:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

 dl.verList{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html  dl.verList{height:1%;}
 dl.verList{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/


 
 /* ページャー（ニュース共通）
 ------------------------  */
 div.content_pager {
 text-align:center;
 }
 
 div.content_pager:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

 div.content_pager{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html   div.content_pager{height:1%;}
 div.content_pager{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

 
  
 div.content_pager span {
padding:5px;
background:#ccc;
 }
 
 div.content_pager a {
padding:5px;
 }
 
  
 /* ol
 ------------------------  */
 ol.num {
 padding-left:2em;
 }
 
 ol.num li {
 list-style-type:decimal;
 list-style-position:inherit;
 padding-bottom:1em;
 }
 
 /* 110414追記 */
 
.blue_bak {
	width: 659px;
	padding: 5px;
	margin: 0 0 15px 0;
	background: #0071BD;
	color: #ffffff;
	}

.netis_table {
	width: 100%;
	border-collapse: collapse;
	}

.netis_table th,
.netis_table td {
	border: 1px solid #ffffff;
	}

.netis_table th {
	width: 100px;
	}

.netis_table tr.color_01 {
	background: #d0d8e8;
	}
.netis_table tr.color_02 {
	background: #e9edf4;
	}

/* 110513追記　基本設計データ作成ソフト掲載情報 /news/sp/index.html */

.base_data_maker {
	border-collapse: collapse;
	}

.base_data_maker th,
.base_data_maker td {
	border: 1px solid #404040;
	}

.base_data_maker td.color_01 {
	background: #ffc31e;
	}

.base_data_maker td.color_02 {
	background: #00c28f;
	}

