﻿@charset "UTF-8";
/* ===================================================================
	情報更新ページ_タブナビゲーション
=================================================================== */
.newsNav {
	margin:30px 0 40px 0;
	font-weight:bold;
	background:url(/support/images/nav_tab_bg.gif) repeat-x left bottom;
}
.newsNav li ,
.newsNav li.current {
	margin-left:10px;
}
.newsNav .firstChild {
	margin-left:22px !important;
}
.newsNav li {
	display:inline;
	float:left;
}
.newsNav li.current {
	width:148px;
	height:40px;
	text-align:center;
	line-height:40px;
	background:url(/support/images/nav_tab.gif) no-repeat 0 0;
}
.newsNav li a {
	display:block;
	width:148px;
	height:40px;
	color:#fff;
	text-align:center;
	line-height:40px;
	background:url(/support/images/nav_tab.gif) no-repeat -148px 0;
}
.newsNav li a:visited {
	color:#fff;
}
.newsNav li a:hover {
	color:#ccc;
}
/* ===================================================================
	コンテンツ_リスト部分
=================================================================== */
.listWrap {
	border-bottom:1px dotted #ccc;
	margin-top:10px;
	padding:10px 0;
}
.listWrap02 {
	border-bottom:none;
	padding:10px 0;
	margin:10px 0 30px 0;
}
.newsList {
	margin:0 0 10px 30px;
}
.newsList li {
	margin-bottom:5px;
	padding-left:40px;
	background:url(/support/images/ico_arrow_r.gif) no-repeat 10px 3px;
}
.newsList li.new {
	background:url(/support/images/ico_new.gif) no-repeat 0 0;
}
/* RenewIcon */
.newsList li.reNew {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 40px;
	background:url("/support/images/ico_renew.gif") no-repeat 0 0;
}
/* ------------------------------------------------
　　ソフトウェア情報
------------------------------------------------ */
.softwareList01 {
	position:relative;
	margin-left:32px;
}
.softwareList01 h3 {
	border-left:5px solid #F03;
	padding-left:10px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}
.softwareList01 dl {
	margin-left:20px;
	_margin-bottom:5px;
}
/* IE7 */
*:first-child+html .softwareList01 dl { margin-bottom:5px; }
.softwareList01 dt {
	float:left;
	width:110px;
	padding-left:35px;
	margin-bottom:5px;
	background:url(/support/images/ico_arrow_r.gif) no-repeat 10px 3px;
}
.softwareList01 dt.new {
	background:url(/support/images/ico_new.gif) no-repeat 0 0;
}
.softwareList01 dd {
	float:left;
	width:750px;
	margin-bottom:5px;
}
.list02 {
	/*margin-bottom:5px;*/
}
.softwareList01 ul {
	margin-left:20px;
}
.softwareList01 li {
	padding-left:35px;
	margin-bottom:5px;
}
.softwareList01 li.new {
	background:url(/support/images/ico_new.gif) no-repeat 0 0;
}
.list02 dd .seriesName {
	float:left;
	width:170px;
}
.list02 dd .typeName {
	float:left;
	width:580px;
}
/* ===================================================================
	▼moreSeeBtn
=================================================================== */
#moreSeeBtn, .moreSeeBtn {
	position: absolute;
	top: -5px;
	left: 240px !important;
	right:auto !important;
}
#moreSeeBtn2, .moreSeeBtn2 {
	position: absolute;
	top: -5px;
	right: 0;
}

/* ===================================================================
	▼pickup
=================================================================== */

.pickUp {
	position: relative;
	margin-top: 30px;
	border: 5px solid #59a8e2;
}
.pickupIco {
	position: absolute;
	top: -8px;
	left: -8px;
}
.pickupIco02 {
	position: absolute;
	top: 40px;
	right: 20px;
}
.pickUp h3 {
	display: inline;
	float: left;
	padding: 50px 30px 0 40px;
}
.newsList .innerLink {
	background:none;
	padding: 0;
	margin:0 0 10px 10px;
}
.newsList .innerLink ul {
	float:none;
	width:auto;
	padding: 0;
}
.newsList .innerLink li {
	margin-left:15px;
	margin-top:5px;
	padding-bottom:0;
	background:none;
}
.newsList .innerLink li a {
	padding-left:15px;
	background: url("/support/images/arrow_link.gif") no-repeat 0 50%;
}
.newsList .innerLink h4 {
	font-weight:normal;
	padding-left: 30px;
	background: url("/support/images/ico_arrow_r.gif") no-repeat 0 50%;
}
.newsList .innerLink p {
	margin-left:15px;
	margin-bottom:5px;
}
.newsList .mb00 {
	margin-bottom:0;
}
/* ===================================================================
	▼clearfix
=================================================================== */
.newsNav:after ,
.softwareList01 dl:after ,
.list02 dd:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
*html .newsNav ,
*html .softwareList01 dl ,
*html .list02 dd {
	height:1%;
}
.newsNav ,
.softwareList01 dl ,
.list02 dd {
	zoom:100%;
	min-height:1%;
}