@charset "UTF-8";

@import url(../../shared/css/import.css);
@import url(../../shared/css/section/thickbox.css);

/* @group Case Top */




#content.Case.Top #main {
    padding-top: 10px;
    width: 950px;
}

#content.Case.Top #main h2 {
    margin-bottom: 25px;
}

#content.Case.Top #main p.Read {
    font-weight: bold;
    font-size: 108%;
}

/* @group customers */


#content.Case.Top #main #customers {
    margin: 35px 0;
}

#content.Case.Top #main #interviewWrap {
	margin-top: 8px;
	padding: 15px;
	background-color: #E0DFE3;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
}

#content.Case.Top #main #interviewWrap p.Loading {
	margin: 10em auto;
	text-align: center;
}

#content.Case.Top #main .InterviewBlock {
	overflow: hidden;
	height: 1%;
}

#content.Case.Top #main .InterviewMovie {
	float: left;
	width: 640px;
}

#content.Case.Top #main .InterviewSummary {
	float: right;
	width: 234px;
	padding: 28px 18px 18px;
	background: #fff url(../img/bg_interviewsummary_btm.png) no-repeat left bottom;
	min-height: 314px;
	height: auto !important;
	height: 314px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

#content.Case.Top #main .InterviewSummary p {
	margin-bottom: .5em;
}

#content.Case.Top #main .InterviewSummary p.Corporate {
	font-size: 123.1%;
}

#content.Case.Top #main .InterviewSummary p.Detail {
	text-align: right;
}

#content.Case.Top #main .InterviewSummary a {
	color: #669900;
	text-decoration: none;
}

#content.Case.Top #main .InterviewSummary a:hover {
	text-decoration: underline;
}

#content.Case.Top #main .InterviewSummary p.Text {
	margin-top: 1em;
	font-size: 123.1%;
	text-shadow: 0 1px 1px #999;
}

#content.Case.Top #main #interviewSlider {
	position: relative;
	margin-top: 26px;
	width: 950px;
	height: 13em;
	overflow: hidden;
}

#content.Case.Top #main #interviewNext a,
#content.Case.Top #main #interviewPerv a {
	z-index: 1000;
	position: absolute;
	top: 40px;
	width: 43px;
	height: 0;
	padding-top: 43px;
	overflow: hidden;
}

#content.Case.Top #main #interviewNext a {
	right: 0;
	background: url(../img/btn_next32.png) no-repeat;
	_background: url(../img/btn_next8.png) no-repeat;
}

#content.Case.Top #main #interviewPerv a {
	left: 0;
	background: url(../img/btn_prev32.png) no-repeat;
	_background: url(../img/btn_prev8.png) no-repeat;	
}

#content.Case.Top #main #slideInner {
	overflow: hidden;
	height: 1%;
	position: absolute;
	top: 0;
	left: 0;
	/*
	Customer @237px
	width: 2844px;
	*/
	height: 13em;
}

#content.Case.Top #main #slideInner .Customer {
	float: left;
	width: 201px;
	padding: 0 18px;
}

#content.Case.Top #main #slideInner .Flame {
	padding: 9px 11px 16px 10px;
	width: 180px;
	height: 100px;
	background: url(../img/bg_ph_flame32.png) no-repeat;
	_background: url(../img/bg_ph_flame8.png) no-repeat;
}

#content.Case.Top #main #slideInner .Current {
	padding: 9px 11px 16px 10px;
	width: 180px;
	height: 100px;
	background: url(../img/bg_ph_flame_current32.png) no-repeat;
	_background: url(../img/bg_ph_flame_current8.png) no-repeat;
}

#content.Case.Top #main #slideInner p a {
	color: #333;
	text-decoration: none;
}

#content.Case.Top #main #slideInner p a img {
	vertical-align: middle;
	padding-left: 5px;
}

/* @end */

/* @group variety */


#content.Case.Top #main #conjugate {
    overflow: hidden;
    width: 950px;
}

#content.Case.Top #main #conjugate button {
    margin-left: 3px;
    height: 154px;
    width: 944px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(../img/btn_variety.png) no-repeat;
    text-align: justify;
}

#content.Case.Top #main #conjugate button h3,
#content.Case.Top #main #conjugate button p {
    height: 0;
    overflow: hidden;
}



/* @end */


/* @group #commentView */

#content.Case.Top #commentView ul {
	overflow: hidden;
	height: 1%;	
}

#content.Case.Top #commentView ul li {
	float: left;
	width: 295px;
	background: #fff url(../img/bg_comment_view.png) no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-right: 32px;
}

#content.Case.Top #commentView ul li.Last {
	margin-right: 0;
}

#content.Case.Top #commentView ul li p {
	margin: 0;
	background: #fff url(../img/bg_comment_view.png) no-repeat left top;
	padding: 15px 15px 10px 15px;
}


/* @end */





/* @end */





/* @group Interview */

#content.Case.Interview #summary.New {
    position: relative;
    margin-bottom: 40px;
}

#content.Case.Interview #summary.New .TxtBlock {
    position: absolute;
    top: 56px;
    left: 430px;
    font-size: 197%;
    font-weight: bold;
}

#content.Case.Interview #summary.New .TxtBlock.White {
    color: #fff;
}

#content.Case.Interview #summary.New .TxtBlock.Bk {
    color: #333;
}

#content.Case.Interview #summary.New #movieBtn a {
    display: block;
    position: absolute;
    top: 215px;
    left: 702px;
    padding: 10px 18px 45px 11px;
    background: url(../img/btn_bg_movie32.png) no-repeat;
    _background: url(../img/btn_bg_movie8.png) no-repeat;
}

#content.Case.Interview #summary.New .Prof {
    position: absolute;
    top: 376px;
    right: 45px;
    text-align: right;
    font-weight: bold;
}

#content.Case.Interview #summary.New .Prof.White {
    color: #fff;
}

#content.Case.Interview #summary.New .Prof.Bk {
    color: #333;
}

#content.Case.Interview #summary.New .Prof h3 {
    font-size: 189%;
}

#content.Case.Interview #summary.New .Prof a {
    text-decoration: none;
}

#content.Case.Interview #summary.New .Prof.White a {
    text-decoration: none;
    color: #fff;
}

#content.Case.Interview #summary.New .Prof.Bk a {
    text-decoration: none;
    color: #333;
}

#content.Case.Interview #summary.New .Prof a:hover {
    text-decoration: underline;
}


/* @group summary */



/* @end */

/* @group #summary.Early */


#content.Case.Interview #summary.Early {
    position: relative;
    margin: 20px 0;
    width: 950px;
    background: url(../../shared/img/bg_cnr_btm950.png) no-repeat left bottom;
    min-height: 248px;
    height: auto !important;
    height: 248px;
}

#content.Case.Interview #summary.Early .TxtBlock {
    padding: 40px 520px 20px 35px;
    width: 395px;
    background: url(../../shared/img/bg_cnr_top950.png) no-repeat left top;
    z-index: 2;
    font-weight: bold;
}

#content.Case.Interview #summary.Early .TxtBlock span {
    font-size: 108%;
}

#content.Case.Interview #summary.Early .TxtBlock h3 {
    font-size: 153.9%;
}

#content.Case.Interview #summary.Early .TxtBlock p {
    margin-top: 30px;
    font-size: 138.5%;
    color: #668800;
}

#content.Case.Interview #summary.Early img {
    position: absolute;
    top: 6px;
    right: 6px;
}


/* @end */



#content.Case.Interview #main {
    overflow: hidden;
    margin-left: -60px;
    width: 1010px;
}

#content.Case.Interview #main .Section {
    margin-bottom: 35px;
    margin-left: 60px;
    float: left;
    overflow: hidden;
    width: 445px;
    display: inline;
}

#content.Case.Interview #main .Section h3 {
    margin: 15px 0 20px;
    color: #063;
    font-size: 123.1%;
}

#content.Case.Interview #main .Section p {
    font-size: 108%;
}

#content.Case.Interview #main .Section .ImgRight {
    float: right;
    margin-left: 5px;
    padding: 7px 7px 10px 8px;
    width: 250px;
    height: 188px;
    background: url(../img/bg_ph_flame_cont.png) no-repeat;
}

#content.Case.Interview #main .Section .ImgRight.Row {
    padding: 5px 5px 6px;
    width: 187px;
    height: 250px;
    background: url(../img/bg_ph_flame_cont_row.png) no-repeat;
}

#content.Case.Interview #main .Section .ImgLeft {
    float: left;
    margin-right: 5px;
    padding: 7px 7px 10px 8px;
    width: 250px;
    height: 188px;
    background: url(../img/bg_ph_flame_cont.png) no-repeat;
}





/* @group sub */


#content.Case.Interview {
}

#content.Case.Interview h2.Interview {
    display: none;
}

#content.Case.Interview div {
    background: none;
}

#content.Case.Interview div#profile,
#content.Case.Interview div#other {
    overflow: hidden;
    height: 1%;
    margin-bottom: 16px;
}

#content.Case.Interview div#profile {
    width: 890px;
    border: 5px solid #F1EFE2;
    padding: 20px 20px 20px 30px;
    margin-bottom: 50px;
}

#content.Case.Interview #profile h2 {
    width: 290px;
    height: 0px;
    overflow: hidden;
}

#content.Case.Interview #profile .Company {
    overflow: hidden;
}

#content.Case.Interview #profile .Company .ImgBlock {
    float: left;
    text-align: center;
    padding-right: 30px;
}

#content.Case.Interview #profile .Company .ImgBlock a.Bnr {
    display: block;
    margin-top: 10px;
    width: 300px;
    height: 100px;
}

#content.Case.Interview #profile .Company .TxtBlock {
}

#content.Case.Interview #profile .Company .TxtBlock p span {
    font-size: 116%;
    font-weight: bold;
    line-height: 1.3;
    padding-right: 1em;
}

#content.Case.Interview #profile .Company .TxtBlock p a {
}

#content.Case.Interview #profile .Company .TxtBlock p a:hover {
    color: #666;
    text-decoration: underline;
}

#content.Case.Interview #profile p.Comment {
}

#content.Case.Interview #profile ul {
    padding: 0 20px 20px;
}

#content.Case #other h2 {
    margin-bottom: 12px;
    height: 0;
    width: 289px;
    padding-top: 22px;
    overflow: hidden;
    background: url(../img/ttl_interview3.png) no-repeat left top;
}

#content.Case #other {
    margin-top: 20px;
    margin-bottom: 25px;
}

#content.Case #other .List {
    width: 950px;
    position: relative;
    padding-bottom: 15px;
    background: url(../../shared/img/bg_cnr_gray950_3.png) no-repeat left bottom;
}

#content.Case #other .List #slider {
    padding: 30px 50px 0;
    background: url(../../shared/img/bg_cnr_gray950_3.png) no-repeat left top;
}


#content.Case #other .List #slider .Next {
    position: absolute;
    top: 135px;
    right: 15px;
}

#content.Case #other .List #slider .Prev {
    position: absolute;
    top: 135px;
    left: 15px;
}

#content.Case #other .List #slider .Next a {
    display: block;
    width: 25px;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    background: url(../../shared/img/icon_arrow04.png) no-repeat;
}

#content.Case #other .List #slider .Prev a {
    display: block;
    width: 25px;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    background: url(../../shared/img/icon_arrow05.png) no-repeat;
}

#content.Case #other .List #slider #slideInner {
    position: relative;
    width: 850px;
    height: auto;
    overflow: hidden;
}

#content.Case #other .List #slider #slidingPanel {
    position: relative;
    top: 0;
    left: 0;
}

#content.Case #other .List #slider #slidingPanel div {
    float: left;
    width: 850px;
    overflow: hidden;
}

#content.Case #other .List #slider #slidingPanel dl {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

#content.Case #other .List #slider #slidingPanel dt {
    float: left;
    padding: 5px 4px 6px 6px;
    height: 57px;
    width: 122px;
    background: url(../img/bg_ph_flame_other.png) no-repeat left top;
}

#content.Case #other .List #slider #slidingPanel dd {
    padding-top: 10px;
    margin-left: 143px;
}

#content.Case #other .List #slider #slidingPanel dd h4 {
    margin-bottom: 5px;
}


#content.Case #other .List #slider #slidingPanel dd h4 img {
    vertical-align: middle;
}

#content.Case #other .List #slider #slidingPanel dd img {
    padding: 10px 12px;
}





#content.Case #other ul.Interview {
    width: 280px;
    margin: 0 auto;
    border-bottom: 1px solid #E0DFE3;
}

#content.Case #other ul.Interview li {
    width: 235px;
    margin: 20px auto;
}

#content.Case #other ul.Interview li dt {
    height: 108px;
    width: 231px;
    padding: 2px;
    background: url(../img/sub/bg_interview_ph.png) no-repeat;
}

#content.Case #other ul.Interview li dd {
    padding-top: 5px;
}

#content.Case #other ul.Interview li dd a {
    font-size: 108%;
    font-weight: bold;
    padding-left: 16px;
    background: url(../../shared/img/icon_arrow01.png) no-repeat left center;
}

#content.Case #other ul.RetunView {
    margin-top: 20px;
    margin-bottom: 40px;
}


#content.Case #other ul.CaseLogo {
    padding: 20px;
    overflow: hidden;
}

#content.Case #other ul.CaseLogo li {
    float: left;
    padding: 10px 5px;
}


#content.Case button {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: justify;
    width: 290px;
}

#content.Case.Interview #conjugate {
    position: relative;
    margin: 0 auto;
    padding-bottom: 14px;
    width: 280px;
    background: url(../../shared/img/bg_cnr2_280.png) no-repeat left bottom;
    overflow: hidden;
}

#content.Case.Interview #conjugate h2 {
    padding: 30px 0 5px 15px;
    width: 280px;
    background: url(../../shared/img/bg_cnr2_280.png) no-repeat left top;
}

#content.Case.Interview #conjugate img.Image {
    position: absolute;
    top: 7px;
    right: 7px;
}

#content.Case.Interview #conjugate p {
    font-weight: bold;
    margin-left: 15px;
    width: 190px;
}

#content.Case.Interview #conjugate ul {
    margin: 17px 0 19px 15px;
}

#content.Case.Interview #conjugate ul li {
    width: 170px;
    padding-left: 20px;
    font-size: 93%;
    font-weight: bold;
    background: url(../../shared/img/icon_check.png) no-repeat left center;
}



/* @end */

/* @end */

/* @group Conjugate */


#content.Case.Conjugate #main {
    padding-top: 10px;
    width: 950px;
}

#content.Case.Conjugate #main h2 {
    margin-bottom: 25px;
}

#content.Case.Conjugate #main p.Read {
    font-weight: bold;
    font-size: 108%;
}

/* @group popup */


#content.Case.Conjugate #popup {
    margin-top: 40px;
    overflow: hidden;
}

#content.Case.Conjugate #popup li {
    float: left;
    width: 310px;
    background: url(../../shared/img/bg_cnr_btm310.png) no-repeat left bottom;
    margin-right: 10px;
    margin-bottom: 12px;
}

#content.Case.Conjugate #popup li.Last {
    margin-right: 0;
}

#content.Case.Conjugate #popup dl dt {
    padding: 15px 0 10px;
    width: 310px;
    text-align: center;
    font-weight: bold;
    font-size: 131%;
    background: url(../../shared/img/bg_cnr_top_gray310.png) no-repeat left top;
    border-bottom: 1px solid #E0DFE3;
}

#content.Case.Conjugate #popup dl dd {
    padding: 10px 18px;
}

#content.Case.Conjugate #popup dl dd p {
    margin-top: 1em;
}


/* @end */



/* @group list */


#content.Case.Conjugate #list {
    margin-top: 30px;
    overflow: hidden;
    width: 950px;
}

#content.Case.Conjugate #list .Alfa {
    float: left;
    width: 430px;
}

#content.Case.Conjugate #list .Beta {
    float: right;
    width: 430px;
}

#content.Case.Conjugate #list .Section {
    margin-left: 10px;
}

#content.Case.Conjugate #list .Alfa .Section {
    margin-bottom: 50px;
}

#content.Case.Conjugate #list .Beta .Section {
    margin-bottom: 25px;
}

#content.Case.Conjugate #list .Section h3 {
    margin-bottom: 12px;
}

#content.Case.Conjugate #list .Section span {
    font-size: 123.1%;
    padding-left: 5px;
}

#content.Case.Conjugate #list .Section li {
    margin-left: 2em;
    margin-bottom: .5em;
    list-style-type: disc;
}


/* @end */

/* @group variety */

#content.Case.Conjugate #variety {
    overflow: hidden;
    width: 950px;
    margin-top: -220px;
    margin-bottom: 50px;
}

#content.Case.Conjugate #main #variety button  {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-align: justify;
    background: url(../../shared/img/bg_cnr_top459.png) no-repeat 0 0;
}

#content.Case.Conjugate #main #variety #interview {
    position: relative;
    float: right;
    width: 459px;
    background: url(../../shared/img/bg_cnr_btm459.png) no-repeat 0 bottom;
    overflow: hidden;
}


#content.Case.Conjugate #main #variety #logos {
    float: left;
    width: 459px;
}



#content.Case.Conjugate #main #variety #interview img.Image {
    position: absolute;
    top: 7px;
    right: 7px;
}

#content.Case.Conjugate #main #variety #interview h3 {
    padding: 26px 0 0 23px;
    width: 459px;
}

#content.Case.Conjugate #main #variety #interview h3 {
    padding-top: 39px;
}

#content.Case.Conjugate #main #variety #interview p {
    line-height: 1.4;
    margin-top: 18px;
    padding-left: 24px;
    padding-bottom: 17px;
    font-size: 108%;
    font-weight: bold;
}


/* @end */





/* @end */







