@charset "utf-8";
@import url(/resource/css/import.css);

/* ========================================

    case

======================================== */

#globalNav li#gnCase a {background-position: -300px -32px;}

#content.Index h1 {
    display: inline;
    float: left;
}

#content.Index .SocialArchives {
    float: right;
    margin: 0 0 5px;
}

#promo {
    position: relative;
    width: 790px;
    height: 262px;
    overflow: hidden;
}

#promo dl {
    position: absolute;
    top: 192px;
    margin: 14px 22px;
    min-height: 42px;
    height: auto !important;
    height: 42px;
    padding-left: 110px;
    background: url(professional-service/dnbtsr/img/logo_small.png) no-repeat 0 0;
}

#promo dt {
    font-weight: bold;
}

#promo dd {
    margin-top: 6px;
    padding-left: 11px;
    background: url(/resource/img/icn_arrow_nvy.png) no-repeat 0 .45em;
}


/* @group .IntroductionList */

.IntroductionList {
    overflow: hidden;
    margin-top: -25px;
    /zoom: 1;
}

.IntroductionList li {
    border: 5px solid #d1e7fe;
    margin-top: 25px;
    padding: 10px 20px 16px;
    /zoom: 1;
}

.IntroductionList li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.IntroductionList h3 {
    margin-top: 0;
}

.IntroductionList h3 a {
    color: #1470d6;
    vertical-align: middle;
    text-decoration: underline;
}

.IntroductionList h3 a:hover {
    color: #09f;
}

.IntroductionList h3 a.ReadMore {
    margin-left: 8px;
    text-decoration: none;
}

.IntroductionList h3 a.ReadMore img {
    vertical-align: middle;
}

.IntroductionList p {
    overflow: hidden;
    margin-bottom: 0;
    /zoom: 1;
}

/* @end */

/* @group .CaseList */

.CaseList {
    clear: both;
    position: relative;
    padding-top: 30px;
    padding-bottom: 7px;
    background: url(/case/img/bg_rc_btm_w1000.png) no-repeat left bottom;
    /zoom: 1;
}

.CaseList:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.CaseList .ColumnLeft,
.CaseList .ColumnRight {
    overflow: hidden;
}

.CaseList .ColumnLeft {
    float: left;
    width: 750px;
}

.CaseList .ColumnRight {
    float: right;
    width: 230px;
}

.CaseList ul {
    /zoom: 1;
}

.CaseList ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.CaseList li {
    line-height: 1.2;
    margin: 10px 0 0;
}

/* ----------------------------------------
  #backnumber
---------------------------------------- */
.CaseList #backnumber {
    padding-bottom: 22px;
    background: url(/case/img/bg_rc_btm_w750.png) no-repeat left bottom;
}

.CaseList #backnumber ul {
    margin-top: -10px;
    overflow: hidden;
    /zoom: 1;
}

.CaseList #backnumber li {
    display: inline;
    float: left;
    width: 158px;
    line-height: 1.4;
    margin: 20px 0 0 23px;
}

.CaseList #backnumber h3 {
    text-align: center;
}

.CaseList #backnumber p {
    margin-top: 6px;
    padding-left: 11px;
    background: url(/resource/img/icn_arrow_blu.png) no-repeat 0 .45em;
    /line-height: 1.45;
    /letter-spacing: .05em;
}

* html .CaseList #backnumber p {
}


/* ----------------------------------------
  #business
---------------------------------------- */
.CaseList #business {
    padding-bottom: 22px;
    background: url(/case/img/bg_rc_btm_w230.png) no-repeat left bottom;
}

.CaseList #business ul {
    margin: 5px 20px 0;
}

.CaseList #business li {
    display: block;
    background-position: 0 .25em;
}


/* @end */

/* @group .ContentNav */

.ContentNav {
    margin: -6px -7px 0 7px;
    /zoom: 1;
}

.ContentNav:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.ContentNav li {
    display: inline;
}

.ContentNav li a {
    display: block;
    float: left;
    margin: 6px 7px 0 0;
}

/* @end */


/* @group .Interview */

.Interview {
    /zoom: 1;
}

.Interview:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

/* ----------------------------------------
    .Summary
---------------------------------------- */
.Summary,
.Primary {
    float: left;
    width: 450px;
}

.Summary h2,
.Primary h2 {
    line-height: 1.5;
    margin: 15px 0 25px;
    color: #1470d6;
    font-size: 161.6%;
}

.Summary p,
.Primary p {
    line-height: 1.75;
    margin-bottom: 1.5em;
    font-size: 123.1%;
}

.Primary p.Last {
    margin-bottom: 0;
}

.Primary li {
    margin-bottom: .5em;
    font-size: 123.1%;
}

.Primary ul {
    margin: -.5em 0 1em 2.25em;
}

.Primary ul li {
    list-style: disc outside;
}

.Primary ol {
    margin: -.5em 0 1em 2.75em;
}

.Primary ol li {
    list-style: decimal outside;
}

.InterviewPoint {
    margin-top: 35px;
    padding: 15px 20px;
    background-color: #daecfe;
    color: #003e8d;
}

.InterviewPoint dd {
    display: list-item;
    list-style: disc outside;
    margin: .5em 0 0 15px;
}

.InterviewIndex {
    position: relative;
    border: 1px solid #99c8fc;
    margin-top: 18px;
    padding: 12px;
    background-color: #fff;
    color: #003e8d;
    /zoom: 1;
}

.InterviewIndex dt {
    position: absolute;
    top: 12px;
    left: 12px;
}

.InterviewIndex dd {
    margin: .5em 0 0 70px;
}

.InterviewIndex dd.First {
    margin-top: 0;
}

.InterviewIndex a {
    display: block;
    padding-left: 11px;
    background: url("/resource/img/icn_arrow_blu.png") no-repeat 0 .5em;
    /zoom: 1;
}

/* ----------------------------------------
    .Meta
---------------------------------------- */
.Meta {
    float: right;
    width: 220px;
}

.Meta h1 {
    margin: 15px 0 30px !important;
    padding-bottom: 0 !important;
    text-align: center;
}

.Meta dt {
    margin: 25px 0 6px;
    padding: 0 6px;
    background-color: #1470d6;
    color: #fff;
    font-weight: bold;
}

.Meta dt.First {
    margin-top: 0;
}

.Meta dd {
    padding: 0 2px;
}

.Meta dd a {
    text-decoration: underline;
}

.Meta dd.Interviewee {
    clear: left;
    padding-bottom: 10px;
    font-size: 85%;
    /zoom: 1;
}

.Meta dd.Interviewee:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.Meta dd.Interviewee img {
    float: left;
    border: 1px solid #e0dfe3;
    margin-right: 8px;
    padding: 3px;
}

.Meta dd.Interviewee ul {
    overflow: hidden;
}

/* @end */

/* @group .Notice */

.Notice {
    margin-top: 18px;
    background: url(/case/img/btn_notice.png) no-repeat left center;
}

.Notice a {
    display: block;
    padding: 4px 0 7px 88px;
    color: #f17502;
    text-decoration: underline;
    font-size: 108%;
    font-weight: bold;
    /zoom: 1;
}

.Notice a:hover {
    color: #f90;
}

/* @end */


/* @group .PageNav */

.PageNav {
	position: relative;
	overflow: hidden;
    border-top: 1px solid #e0dfe3;
    border-bottom: 1px solid #e0dfe3;
    margin-top: 30px;
    padding: 16px 0 13px;
    /zoom: 1;
}

.PageNav ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0;
    /zoom: 1;
}

.PageNav ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.PageNav li {
	position: relative;
	left: -50%;
    display: inline;
    float: left;
    margin: 1px 3px 0;
    font-size: 100%;
}

.PageNav li a,
.PageNav li span {
    display: block;
    border: 1px solid #e0dfe3;
    padding: 2px 8px;
    color: #003e8d;
}

.PageNav li a {
    background: #f5f4f7;
}

.PageNav li span,
.PageNav li a:hover {
    border-color: #99c8fc;
    background: #f5f9fe;
}

.PageNav li a:hover {
    color: #09f;
}

.PageNav li.Prev,
.PageNav li.Next {
    margin: 0 8px;
}

.PageNav li.Prev a,
.PageNav li.Next a {
    border: 0 none;
    padding: 0;
    background: none;
}

/* @end */

