/* CSS Document */

#navi { width: 800px; margin: 0 auto; padding: 0;}
#navi ul { margin: 0; padding: 0; list-style:none; }
#navi li { margin: 0; padding: 0; height: 32px; text-indent: -9999px; }
#navi li#home { float: left; background:  url(../btn_top.jpg) no-repeat; width: 78px;}
#navi li#search { float: left; background:  url(../btn_search_over.jpg) no-repeat; width: 121px;}
#navi li#cata { float: left; background:  url(../btn_cata.jpg) no-repeat; width: 150px;}
#navi li#news { float: left; background:  url(../btn_blog.jpg) no-repeat; width: 132px;}
#navi li#case { float: left; background:  url(../btn_case.jpg) no-repeat; width: 114px;}
#navi li#kiji { float: left; background:  url(../btn_kiji.jpg) no-repeat; width: 105px;}
#navi li a { height: 32px; text-decoration: none; display: block;}

#navi li#home a:hover { background:  url(../btn_top_over.jpg); }
#navi li#search a:hover { background:  url(../btn_search_over.jpg); }
#navi li#cata a:hover { background:  url(../btn_cata_over.jpg); }
#navi li#news a:hover { background:  url(../btn_blog_over.jpg); }
#navi li#case a:hover { background:  url(../btn_case_over.jpg); }
#navi li#kiji a:hover { background:  url(../btn_kiji_over.jpg); }

#l-con p {
	margin: 15px 0 0 0;
	padding: 0;
	width: 500px;
}

#l-con h3 { margin: 0; padding: 0; font-size: 1.2em; font-weight: bold; }
.cont { margin: 0; padding: 0; width: 450px;}
.tb { line-height: 1.8; }

#sft {
	width: 580px;
	height: 100px;
	margin-top: 15px;
	padding: 0;
	background: url(../../search/img/bg_search.gif) no-repeat;
}
#soft {
	width: 500px;
	padding: 0;
	margin-top: 15px;
	margin-left: 44px;
}
#soft a {
	color: #FF0000;
}
h2#cate {
	width: 580px;
	height: 23px;
	margin: 25px 0 0 0;
	padding: 0;
	background: url(../../search/img/title_cate.gif) no-repeat;
	text-indent: -9999px;
	font-size: 9pt;
}
.col {
	margin: 0;
	padding: 0;
	width: 580px; height: 85px;
}
.left {
	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	width: 280px; height:80px;
	border-bottom: 1px dotted #999999;
}
.left h3 { margin: 0; padding: 0; font-size: 1.2em; font-weight: bold; }

h2#newsoft {
	width: 580px;
	height: 42px;
	margin: 30px 0 0 0;
	padding: 0;
	background: url(../../search/img/title_newsoft.gif) no-repeat;
	text-indent: -9999px;
	font-size: 9pt;
}
.new {
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

.new2 {
	border: 1px solid #C2C2C2;
	font-size: 1em;
	line-height: 1.4;
}

#desc-title {
	margin: 15px 0 0 0;
	padding: 0;
	width: 580px;
	height: 26px;
	background: url(../../search/img/title_bg.gif) no-repeat;
}
#desc-title h2 {
	padding: 2px 0 0 15px;
	margin: 0;
	font-size: 1.3em;
	color: #000000;
}
#data {
	padding: 0;
	margin: 15px 0 0 0;
	width: 580px;
}
#data .subtitle {
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: bold;
}

.right {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	width: 280px; height: 80px;
	border-bottom: 1px dotted #999999;
}
.right h3 { margin: 0; padding: 0; font-size: 1.2em; font-weight: bold; }

.desc-tb1 {
	font-size: 1em;
	color: #333333;
	border: 1px solid #666666;
}
.text9p {
	font-size: 9pt;
	color: #333333;
	line-height: 1.5;
}
.class_m{
	font-size:1.3em;
	font-weight:bold;
}

.desc-value {
	width: 205px;
	word-break: break-all;
}

/** 検索結果 サブタイトル */
.construction_list_title {
  border-bottom: 1px dotted #021dbf;
  padding-bottom: 5px;
}
.construction_list_title div {
  background: url(../../search/img/res_title_bg.jpg) left top repeat-y;
  padding-left: 2em;
}

/** 検索結果 注目ソフト、成功事例集アイコン */
.icon_btn_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 2px 0 10px;
  padding-left: 0;
}
.icon_btn_area li {
  list-style-type: none;
}
.icon_btn_area li:not(:last-child) {
  margin-right: 5px;
}
.icon_btn_area li a {
  display: block;
}
.icon_btn_area li a:hover img {
  opacity: 0.8;
}

/** 最終更新日時 */
.lastupdated {
  font-size: 11px!important;
  line-height: 1.5em!important;
  color: #333!important;
  margin: 10px 0 15px 0!important;
  text-align: right;
  width: 560px!important;
}
