﻿@charset "UTF-8";

/* ------------------------------------------------

    RTmetrics + RTbandwidth

-------------------------------------------------- */

/* rt navigation
-------------------------- */
#rtnavi {
	clear: both;
	width: 670px;
	margin: 0 auto 20px auto;
	height: 58px;
}

.rtm {
	background: url("/archive/images/rt/rtm_base.jpg") no-repeat top left;
}

.rtb {
	background: url("/archive/images/rt/rtb_base.jpg") no-repeat top left;
}

.rtmb {
	background: url("/archive/images/rt/rtmb_base.gif") no-repeat top left;
}

#rtnavi li {
	float: left;
	height: 23px;
	padding-top: 35px;
}
#rtnavi a {
	display: block;
	height: 23px;
	text-indent: -19999px;
	margin-left: 4px;
}

#rt-rtmetrics a {
	width: 90px;
	margin-left: 24px;
	background: url("/archive/images/rt/navi_rtmetrics.gif") no-repeat;
}
#rt-license a {
	width: 90px;
	background: url("/archive/images/rt/navi_license_edition.gif") no-repeat;
}
#rt-saas a {
	width: 90px;
	background: url("/archive/images/rt/navi_saas_edition.gif") no-repeat;
}
#rt-oem a {
	width: 90px;
	background: url("/archive/images/rt/navi_oem_edition.gif") no-repeat;
}
#rt-practical a {
	width: 90px;
	background: url("/archive/images/rt/navi_practical.gif") no-repeat;
}
#rt-rtbandwidth a {
	width: 90px;
	margin-left: 24px;
	background: url("/archive/images/rt/navi_rtbandwidth.gif") no-repeat;
}
#rt-function a {
	width: 90px;
	background: url("/archive/images/rt/navi_function.gif") no-repeat;
}


#rtnavi.rtmb #rt-rtbandwidth a {
	margin-left: 5px;
}
#rtnavi.rtmb #rt-case a {
	margin-left: 177px;
}

#rtnavi a:hover {
	background-position: 0 -23px;
	text-decoration: none;
}

/* 現在地をハイライト (hoverと同色) */
#rtnavi a.stay {
	background-position: 0 -23px;
}


/* ------------------------------------------------
   RTmetrics 共通
-------------------------------------------------- */
/* キャッチコピー（green・マーカー無し） */
p.catchcopy-g {
	font-weight: bold;
	color: #588C27;
	font-size: 14px;
}

/* ○○での導入事例 */
.list-introexam dt {
	font-weight: bold;
	margin-bottom: 8px;
}
.list-introexam dd {
	color: #666;
}
.list-introexam dd dl {
	margin: 3px 0 0 0;
}
.list-introexam dd dl dt {
	margin-bottom: 1px;
}

.list-introexam dd dl dd {
	margin-bottom: 15px;
	color: #333;
	margin-left: 1em;
}
/* ------------------------------------------------
   製品機能
-------------------------------------------------- */
/* 機能紹介 */
.sideways li {
	float:left;
	margin-right:1px;
	margin-bottom:10px;
}
.sideways li img {
	margin:3px 0;
}
.sideways_tbl,
.sideways_tbl2 {
	border:0;
	padding:0;
	border-collapse:collapse;
}
.sideways_tbl {
	width:auto;
}
.sideways_tbl td {
	padding-right:20px;
	padding-bottom:10px;
}
.sideways_tbl2 {
	width:100%;
}
.sideways_tbl th,
.sideways_tbl2 th {
	text-align: left;
	margin:0;
	padding-bottom: 2px;
	font-weight: normal;
	line-height: 1.0;
	line-height: 1.2;
}
.sideways_tbl img,
.sideways_tbl2 img {
	border: 1px solid #CCC;
}
.sideways_tbl2 th {
	width: 33%;
}
.sideways_tbl2 td.caption {
	padding:3px 6px 0 0;
	vertical-align: top;
}
.ddown {
	margin:15px 0 30px 0;
	text-align: center;
	font-weight: bold;
}

/* ページトップへ戻る */
#rtmetrics .rtdtl p.margin-l {
	margin-top: 0px;
	padding-bottom: 15px;
}


/* ------------------------------------------------
   活用例
-------------------------------------------------- */
/* 活用例一覧 */
.pracdtl h2 {
	background: #928A9A;
	height: auto;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 1.1;
	text-indent: 0;
	color: #FFF;
	margin: 5px 0 10px 0;
}
.pracdtl ul li {
	margin-bottom: 8px;
	line-height: 1.35;
}
#main .pracdtl p {
	padding-bottom: 0;
	margin: 12px 0 5px 0;
	text-align: right;
}
#main .pracdtl p a {
	background: url("/archive/images/common/link_marker.gif") 0 2px no-repeat;
	padding-left: 14px;
}
/* 活用例一覧 (RTbandwidth) */
#rtbandwidth #main .pracdtl h3 {
	margin-bottom: 5px;
}
#main .pracdtl div {
	padding-bottom: 10px;
	background: url("/archive/images/common/separator.gif") repeat-x left bottom;
}


/* ------------------------------------------------
   サービスメニュー
-------------------------------------------------- */
/* プロフェッショナルサービス */
table.tbl-proserv {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 25px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
table.tbl-proserv th {
	font-weight: normal;
	background: #E8E8BB;
	padding: 3px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.tbl-proserv tr.mhead th {
	background: #DEDEAB;
}
table.tbl-proserv th.term {
	width: 15px;
	padding: 8px;
	writing-mode: tb-rl;
}
table.tbl-proserv td {
	padding: 3px;
	text-align: center;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
table.tbl-proserv td.menu,
table.tbl-proserv td.menuttl {
	background: #F4F4CD;
}
table.tbl-proserv td.menuttl {
	text-align: left;
}
.proservdtl h2 {
	text-indent: 0;
	height: auto;
	line-height: 16px;
	background: #DEDEAB;
	font-weight: bold;
	padding: 5px 10px;
}

/* ------------------------------------------------
   導入事例
-------------------------------------------------- */
/* 導入事例インデックス */
.caseindex h2.rtmetrics {
	background-image: url("/case/archive/images/title_rtmetrics.gif");
}
.caseindex h2.rtbandwidth {
	margin-top: 25px;
	background-image: url("/case/archive/images/title_rtbandwidth.gif");
}
.caseindex h3.rtm-case1 {
	background-image: url("/case/archive/images/subttl_rtm-case1.gif");
}
.caseindex h3.rtm-case2 {
	background-image: url("/case/archive/images/subttl_rtm-case2.gif");
}
.caseindex h3.rtb-case1 {
	background-image: url("/case/archive/images/subttl_rtb-case1.gif");
}
.caseindex .list-ul li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 15px;
	background: url("/archive/images/common/separator.gif") repeat-x left bottom;
}
.caseindex .list-ul li span {
	color: #666;
}
.caseindex .list-ul li dt {
	margin: 4px 0 6px 0;
	font-size: 14px;
}
.caseindex .list-ul li.lastline {
	background:none;
	padding-bottom:0;
	maegin-bottom: 0;
}

p.point {
	border: 1px solid #095572;
	margin: 20px 0;
	padding: 10px;
}
p.point strong,
p.point .c {
	color: #095572;
}
p.captimg img {
	margin-bottom: 5px;
}
p.captimg span {
	color: #666;
	font-size: 10px;
	_font-size: 9px;
}

/* for ie7 */
*+html body p.captimg span {
	color: #666;
	font-size: 9px;
}



/* RT - 各詳細ページ */
.rtdtl h2 {
	line-height: 1.2;
	font-size: 14px;
	height: auto;
	text-indent: 0;
	color: #588C27;
	background: url("/archive/images/common/marker_casedtl.gif") 0 4px no-repeat;
	padding-left: 12px;
	margin: 15px 0;
}



/* 導入事例 - 各詳細ページ */
.casedtl p.catchcopy {
	font-weight: bold;
	color: #F26522;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.casedtl div.content-head {
	margin: 0;
	padding: 0;
}
.casedtl div.content-body {
	margin-bottom: 0;
}
.casedtl h3 {
	color: #588C27;
	margin-top: 25px;
	background: url("/archive/images/common/marker_casedtl.gif") 0 4px no-repeat;
	padding-left: 12px;
}

.casedtl h3.nom {
	background: none;
	padding-left: 0;
}


/* 導入企業一覧 */
.corpbox {
	clear: both;
	background: url("/case/archive/images/corp_base.gif") no-repeat;
	width: 480px;
	height: 108px;
	margin-bottom: 5px;
}
.corpbox img.thumb {
	float: left;
	width: 160px;
	margin:9px 0 0 11px;
	padding-bottom: 9px;
}
.corpbox div {
	float: right;
	width: 295px;
	color: #666;
}
.corpbox div a:link,
#main .corpbox-s a {
	color: #0066CC;
}
.corpbox ul {
	padding-top: 12px;
}
.corpbox li {
	display: inline;
	line-height: 1.0;
	font-size: 10px;
	_font-size: 9px;
	vertical-align: middle;
	color: #666;
}
.corpbox h2 {
	text-indent: 0;
	font-size: 12px;
	height: auto;
	line-height: 1.2;
	padding: 0;
	margin: 5px 0;
	margin-right: 12px;
}
.corpbox p {
	background: url("/archive/images/common/separator2.gif") repeat-x left top;
	margin: 8px 12px 0 0;
	padding-top: 7px;
}

.corpdtl #main p.link-pagetop {
	margin-top:10px;
	padding-bottom:15px;
}


/* small element box */
.corpbox-s {
	padding-top: 5px;
	background: url("/case/archive/images/corpbox-s_base1.gif") no-repeat left top #F4F4F3;
}
.corpbox-s div {
	background: url("/case/archive/images/corpbox-s_base2.gif") no-repeat left bottom #F4F4F3;
}
.corpbox-s table {
	width: 470px;
	margin: 5px;
	border: 0;
	padding: 0;
	color: #666;
}
.corpbox-s th {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DADADA;
	padding: 5px;
	text-align: left;
	width: 258px;
}
.corpbox-s td {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DADADA;
	padding: 5px 5px 5px 0;
	width: auto;
}
.corpbox-s td.icon {
	width: 60px;
}
.corpbox-s td.icon img {
	margin-left: 2px;
}

.nobdr-top th,
.nobdr-top td {
	border-top: none;
	padding-top: 1px;
}
.nobdr-btm th,
.nobdr-btm td {
	border-bottom: none;
}



/* ------------------------------------------------
   セミナー・トレーニング
-------------------------------------------------- */
/* テーブル (共通) */
.seminar-body table {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.seminar-body th,
.seminar-body td {
	padding: 5px 8px;
	border-bottom: 1px solid #FFF;
}
.seminar-body td a {
	background: url("/archive/images/common/link_marker.gif") 0 3px no-repeat;
	padding-left: 14px;
}
.seminar-body th {
	width: 50px;
	font-weight: normal;
}
.seminar-body td {
	width: auto;
}
.seminar-body h2 {
	text-indent: 0;
	line-height: 25px;
	padding: 0 5px;
	vertical-align: baseline;
	margin: 7px 0 10px 0;
	position: relative;
}
.seminar-body h2 span {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
}

.seminar-body .content-body,
.pracdtl {
	padding-top: 1px;
	background: url("/archive/images/common/separator.gif") repeat-x left top;
}
.seminar-body .section-detail {
	padding-bottom: 1px;
	background: url("/archive/images/common/separator.gif") repeat-x left bottom;
	padding-bottom: 10px;
}
.seminar-body ul {
	margin-left: 5px;
}


/* トレーニング */
.seminar-body .trdtl h2 {
	background:#E4ECDC;
}
.seminar-body .trdtl th {
	background: #E4ECDC;
}
.seminar-body .trdtl td {
	background: #EFF4EA;
}

/* イベント・セミナー */
.seminar-body .smdtl h2 {
	background:#EEF1C7;
}
.seminar-body .smdtl th {
	background: #DEE2B0;
}
.seminar-body .smdtl td {
	background: #EEF1C7;
}

