@charset "UTF-8";
/*!
 * about US CSS NEW
*/




/* =========================================================
 * 20180312改修
 * ====================================================== */

/*企業情報@about-us.html*/
#about-us{
	background:url(/content/dam/nttcom/hq/jp/about-us/img/bg-l-about-us.jpg) no-repeat top center;
	background-size:100%;
}
#about-us main{
	background:url(/content/dam/nttcom/hq/jp/about-us/img/about-us_bg.png) no-repeat top -30px center;
	/*background-size:contain;*/
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	#about-us main{
		background:url(/content/dam/nttcom/hq/jp/about-us/img/about-us_bg_tb.png) no-repeat top center;
		background-size:contain;
	}
}
/* ----- / @media screen and (max-width:480px) ----- */
@media screen and (max-width: 480px) {
	#about-us main{
		background:url(/content/dam/nttcom/hq/jp/about-us/img/about-us_bg_sp.png) no-repeat top center;
		background-size:contain;
	}
}

/*会社案内@company-profile.html*/
#company-profile .top_wrap p{
	text-align: left;
	padding: 0 10px;
}

#company-profile .grid_contents .grid_cols.grid-6{
	width:100%;
}

#company-profile .sub_backTo-top {
	margin: 0;
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (min-width: 769px) {
	#company-profile {
		background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_4.svg);
		background-repeat: no-repeat;
		background-size: 599px 274px;
		background-position: calc(100% + 599px - 402px) 30px;
	}
	#company-profile main{
		background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_5.svg);
		background-repeat: no-repeat;
		background-size: 591px 714.02px;
		background-position: calc(-591px + 116px) 579px;
	}
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	#company-profile main {

	}

	#company-profile .top_wrap p{
		padding: 0px 60px;
	}
}
/* ----- / @media screen and (max-width:480px) ----- */
@media screen and (max-width: 480px) {
	#company-profile main{

	}

	#company-profile .top_wrap p{
		padding: 0px;
	}
}

/*経営情報@finance.html*/
#finance .top_wrap {
	margin: 130px auto 0;
}

#finance .top_wrap p {
	text-align: left;
	padding: 0 25px;
}

#newsroom, .sub_backTo-top,
#company-information .sub_backTo-top,
#ceo .sub_backTo-top,
#keyfacts .sub_backTo-top,
#organization .sub_backTo-top,
#around-the-world .sub_backTo-top,
#finance .sub_backTo-top,
#hp .sub_backTo-top,
#recommend .sub_backTo-top,
#contact .sub_backTo-top{
	margin: 0;
}

.fllb_hq {
  border-color: #EEE;
}

@media screen and (max-width: 768px) {
	#newsroom, main,
	#ceo main,
	#board main,
	#keyfacts main,
	#organization main,
	#around-the-world main,
	#japan main,
	#finance main
	#hp main,
	#recommend main,
	#contact main{
		margin-bottom: 50px;
	}
}

/* ----- / @media screen and (min-width:769px) ----- */
@media screen and (min-width: 769px) {

	#japan .sectioning_layout-inner,
	#organization .sectioning_layout-inner,
	#around-the-world .sectioning_layout-inner,
	#keyfacts .sectioning_layout-inner,
	#group-companies .sectioning_layout-inner {
		width: 75%;
		padding: 0 0.6%;
	}

    /* image top right */
	#newsroom,
	#company-information,
	#ceo,
	#board,
	#keyfacts,
	#organization,
	#around-the-world,
	#japan,
	#group-companies,
	#finance,
	#hp,
	#recommend,
    #contact {
		background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_4.svg);
		background-repeat: no-repeat;
		background-size: 599px 274px;
		background-position: calc(100% + 599px - 402px) 30px;
	}

    /* image mid left */
	#newsroom main,
	#ceo main,
	#board main,
	#keyfacts main,
	#organization main,
	#japan main,
	#finance main,
	#hp main,
	#recommend main,
	#contact main {
		background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_5.svg);
		background-repeat: no-repeat;
		background-size: 591px 714.02px;
		background-position: calc(-591px + 116px) 579px;
	}
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	#newsroom,
	#company-profile,
	#company-information,
	#ceo,
	#board,
	#keyfacts,
	#organization,
	#around-the-world,
	#japan,
	#group-companies,
	#finance,
	#hp,
	#recommend,
    #contact {
		background-image: url(/content/dam/nttcom/hq/jp/business/dx/smart/img/top/bg_4.svg);
		background-repeat: no-repeat;
		background-size: 239px auto;
		background-position: calc(100% + 96px) 50px;
	}
}

/*ニュースルーム@about-newsroom.html*/
#newsroom .readTxt,
#newsroom .partitionLines,
#newsroom .contentsArea,
#newsroom1 .readTxt,
#newsroom1 .partitionLines,
#newsroom1 .contentsArea{
	display:none;
}
#newsroom .grid_contents .grid_cols.grid-6,
#newsroom1 .grid_contents .grid_cols.grid-6{
	width:100%;
}
#newsroom .TitleHn h2,
#newsroom1 .TitleHn h2{
	color: #193477;
	font-weight: bold;
	font-size:1rem;
	border-bottom:2px solid #cacaca;
	padding-bottom:20px;
	margin-bottom:20px;
	width:825px;
	margin-left:auto;
	margin-right:auto;
}

#newsroom .pressReleases .release,
#newsroom1 .pressReleases .release{
	border-bottom:2px solid #e3e3e3;
	margin-bottom:20px;
	padding-bottom:20px;
}
#newsroom .pressReleases .release:nth-of-type(4),
#newsroom1 .pressReleases .release:nth-of-type(4){
	border-bottom:2px solid #cacaca;
}
#newsroom .pressReleases .all,
#newsroom1 .pressReleases .all{
	display:none;
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	#newsroom .TitleHn h2,
	#newsroom1 .TitleHn h2{
		width:100%;
	}
}

/***** 共通(画面幅) *****/
h1{
	margin-bottom: 47px;
}


#about-us h1{
	margin-bottom: 30px;
}

.block_wrap,
.PressLatestListNewsroomHQ{
	width: 825px;
	margin: 0 auto;
}

/***** 共通(メガフッタ) *****/
.bottomLink {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 30px 30px 20px;
	margin-top: 100px;
	font-size: 85%;
}

.bottomLink .linkBlock {
	float: left;
	width: 33%;
	text-align: left;
}

.bottomLink .linkBlock ul{
	list-style: none;
}

.bottomLink .linkBlock > ul{
	margin-top: 30px;
	padding: 0;
}

.bottomLink .linkBlock > ul:first-child{
	margin-top: 0;
}

.bottomLink .linkBlock ul li{
	line-height: 2.0;
}

.bottomLink .linkBlock > ul > li > a{
	color: #193477;
	font-weight: bold;
	position: relative;
	padding-left: 1rem;
	display: inline-block;
}

.bottomLink .linkBlock > ul > li > a:before{
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_nav_navy.png);
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
}

.bottomLink .linkBlock ul.inner_list{
	padding-left: 1rem;
}

.bottomLink .linkBlock ul.inner_list a{
	color: #555555;
	position: relative;
	padding-left: 1rem;
	display: inline-block;
}

.bottomLink .linkBlock ul.inner_list a:before{
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_nav_gray.png);
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
}

.bottomLink .linkBlock ul li.new_window a:after{
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_new_window.png);
	vertical-align: middle;
	margin-left: 5px;
}

/***** 共通(横並び) *****/
.block_cell-two ul{
	width: 46%;
}

.block_cell-two ul.bl_box{
	border: 1px solid #193477;
	background: #f3f5f8;
	width: calc(100% - 50px);
	padding: 20px 25px;
	margin-bottom:13px;
}

.block_cell-two ul:first-child{
	margin-right: 40px;
}

.block_cell-two ul li{
	text-align: left;
	margin-bottom: 10px;
}

.cell-two ul{
	margin-left: 0;
}

.cell-two li{
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 70px) / 2);
}

.cell-two li:nth-child(even){
	margin-right: 0;
}

.cell-three li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 108px / 3);
}

.cell-three li:not(:nth-child(3n)) {
	margin-right: calc(97px / 2);
}

.cell-flex {
	display: flex !important;
	flex-wrap:wrap;
        justify-content:flex-start;
}

.cell-flex li{
       width:45%;
       margin-right:30px;
}

.cell-flex li:nth-child(even){
	margin-right: 0;
}

/***** 共通(横並び文字タイトル) *****/
.nav_ttl {
	color: #000;
	font-weight: bold;
	position: relative;
	display: inline-block;
	font-size: 17px;
}

/***** 共通(おすすめコンテンツ) *****/
.Recommend-cont_wrap{
	background: #F2F2F2;
	padding: 30px 35px;
}

.Recommend-cont_wrap h2{
	border-left: 4px solid #595656;
	color: #595656;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	margin-top: 0;
	padding: 6px 15px 10px;
}

.Recommend-cont_wrap.cell-two li > a{
	display: inline-block;
	text-align: right;
}

.Recommend-cont_wrap.cell-two li > a:hover .nav_ttl {
	color: #CC023A;
	text-decoration: none;
}

.Recommend-cont_wrap.cell-two ul{
	padding-left: 0;
}

.Recommend-cont_wrap.cell-two ul li:nth-child(1),
.Recommend-cont_wrap.cell-two ul li:nth-child(2){
	margin-top: 0;
}

.Recommend-cont_wrap.cell-two ul li{
	margin-top: 30px;
	text-align: left;
}

.Recommend-cont_wrap.cell-two p.nav_ttl{
	margin-bottom: 10px;
	text-decoration: underline;
	text-align: left;
}

.Recommend-cont_wrap.cell-two p.nav_ttl:hover {
	text-decoration: none;
}


/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	h1{
		font-size:32px;
		margin-bottom:100px;
	}

	#about-us h1{
		margin-bottom: 30px;
	}

	/***** 共通(画面幅) *****/
	.block_wrap,
	.PressLatestListNewsroomHQ{
		width: 100%;
	}

	.sub_backTo-top{
		text-align: center;
	}

	/***** 共通(メガフッタ) *****/
	.bottomLink{
		padding: 20px;
	}

	.bottomLink .linkBlock > ul{
		padding-left: 0;
		padding-right: 20px;
	}

	/***** 共通(おすすめコンテンツ) *****/
	.Recommend-cont_wrap.cell-two p.nav_ttl{
		font-size: 95%;
	}

	.Recommend-cont_wrap.cell-two li{
		width: calc((100% - 35px) / 2);
	}

	.Recommend-cont_wrap.cell-two li > a{
		padding-left: 1rem;
	}

	.Recommend-cont_wrap.cell-two li img{
		width: 100%;
	}

	.bottomLink .linkBlock ul.inner_list a:before{
		top: 3px;
	}
}


/* ----- / @media screen and (max-width:480px) ----- */
@media screen and (max-width: 480px) {
	h1{
		font-size:30px;
		margin-bottom:50px;
		margin-top:60px;
	}

	#about-us h1{
		margin-top:60px;
		margin-bottom:50px;
	}

	/***** 共通(メガフッタ) *****/
	/*メガフッタ*/
	.bottomLink{
		padding: 0;
		margin-top: 50px;
	}

	.bottomLink .linkBlock{
		width: 100%;
		float: unset;
	}

	.bottomLink .linkBlock ul{
		margin: 0;
	}

	.bottomLink .linkBlock ul:not(.ttl_list),
	.bottomLink .linkBlock ul.ttl_list li{
		padding-left: 20px;
		padding-right: 20px;
		border-bottom: 1px solid #ccc;
	}

	.bottomLink .linkBlock ul.ttl_list{
		padding-right: 0;
	}

	.bottomLink .linkBlock ul.ttl_list li:last-child{
		border-bottom: none;
	}

	.bottomLink .linkBlock ul.inner_list{
		display: none;
	}

	.bottomLink .linkBlock > ul > li > a{
		font-weight: normal;
	}

	.bottomLink .linkBlock > ul > li > a:before{
		background: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_navy.png);
		margin: 0 10px 0 0;
		content: " ";
		display: inline-block;
		width: 60%;
		height: 60%;
		background-size: contain;
		vertical-align: middle;
		background-repeat: no-repeat;
		top: 5px;
	}

	.bottomLink .linkBlock ul li.new_window a:after{
		content: none;
	}

	.bottomLink .linkBlock .list li{
		padding: 10px 0;
	}
	/***** 共通(横並び) *****/
	.cell-three li{
		width: 100%;
		margin-right: 0;
	}

        .cell-flex {
	       display: block;
       }

       .cell-flex li{
               width:100%;
               margin-right:0px;
      }


	/***** 共通(おすすめコンテンツ) *****/
	.Recommend-cont_wrap.cell-two ul li{
		width: 100%;
		margin: 15px 0 0 0;
	}

	.Recommend-cont_wrap{
		padding: 20px;
	}

	.Recommend-cont_wrap.cell-two ul li:nth-child(1),
	.Recommend-cont_wrap.cell-two ul li:nth-child(2){
		margin-top: 15px;
	}

	.Recommend-cont_wrap.cell-two p.nav_ttl{
		margin-bottom: 5px;
	}

	.Recommend-cont_wrap.cell-two li > a{
		padding-left: 0.7rem;
	}
}

/* about-us TOP部分 */
.top_wrap p.top_ttl{
	margin-top: 20px;
	color: #193477;
	font-weight: bold;
	font-size: 105%;
}

.top_wrap .linkBt a{
	background: #004386;
	color: #fff;
	font-size: 16px;
	padding: 15px 40px;
	position: relative;
	text-align: center;
	display: inline-block;
}

/* .top_wrap .linkBt a:hover{
	opacity: 0.8;
} */

.top_wrap .linkBt a:after{
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_wh.png);
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: 5px;
}

/* 会社情報 */
.corporate_wrap{
	margin-top: 60px;
}

.corporate_wrap ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.corporate_wrap li{
	display: inline-block;
	width: calc(85% / 5);
}

.corporate_wrap li{
	margin-right: 10px;
	position: relative;
	line-height: 0;
}

/* .corporate_wrap li:hover{
	opacity: 0.8;
} */

.corporate_wrap li img{
	width: 100%;
	line-height: 0;
}

.corporate_wrap .txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	vertical-align: middle;
	font-weight: bold;
	background: #fff;
	opacity: 0.8;
}

.corporate_wrap .txt p{
	color: #021a33;
	margin: 0;
	padding: 9px 0;
    font-size: 120%;
}

.corporate_nav_wrap{
	margin-top: 80px;
}

.corporate_nav_wrap ul{
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.corporate_nav_wrap p{
	margin-bottom: 30px;
	font-size: 16px;
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	/* about-us TOP部分 */
	.corporate_wrap li{
		width: calc(85% / 4);
	}

	.corporate_nav_wrap{
		margin: 50px auto 0;
	}

	.corporate_nav_wrap .readTxt p {
		margin-bottom: 20px;
	}
}

/* ----- / @media screen and (max-width:480px) ----- */
@media screen and (max-width: 480px) {
	.TitleH1 h1{
		margin-top: 70px;
		margin-bottom: 30px;
	}

	.top_wrap img{
		width: 100%;
	}

	.top_wrap p span{
		display: block;
	}

	/* about-us TOP部分 */
	.top_wrap .linkBt a{
		padding: 15px 20px;
		width: 100%;
	}

	/* 会社情報 */
	.corporate_wrap li:nth-child(even){
		margin-right: 0;
	}

	.corporate_wrap li{
		width: calc((100% - 24px) / 2);
		margin-bottom: 10px;
	}

	.corporate_nav_wrap ul{
		width: 100%;
	}

}

/* 採用情報 */

#recruit{
	background:url(/content/dam/nttcom/hq/jp/about-us/img/bg-l-about-us.jpg) no-repeat top center;
	background-size:100%;
}
#recruit main{
	background:url(/content/dam/nttcom/hq/jp/about-us/img/recruit_bg.png) no-repeat top center;
	background-size:contain;
}
#recruit .corporate_nav_wrap{
	margin-top:220px;
	padding: 0px 5px;
}
#recruit .recruit_ttl{
	font-size:24px;
	font-weight:bold;
	border-bottom:3px solid #093e73;
	padding-bottom:5px;
	margin-bottom:0;
}
/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	#recruit main{
		background:url(/content/dam/nttcom/hq/jp/about-us/img/recruit_bg_tb.png) no-repeat top center;
		background-size:contain;
	}
	#recruit .corporate_nav_wrap{
		margin-top:120px;
	}
	#recruit .recruit_ttl{
		margin-top:0;
	}
}
/* ----- / @media screen and (max-width:480px) ----- */
@media screen and (max-width: 480px) {
	#recruit main{
		background:url(/content/dam/nttcom/hq/jp/about-us/img/recruit_bg_sp.png) no-repeat top center;
		background-size:contain;
	}
	#recruit .corporate_nav_wrap{
		margin-top:50px;
	}
}
.pamphlet_area{
	width:825px;
	margin:60px auto 0;
	background: #f3f5f8;
	padding: 25px;

}
/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	.pamphlet_area{
		width:100%;
	}
}

/* NTTコミュニケーションズについて */

#concept{
	background:url(/content/dam/nttcom/hq/jp/about-us/img/bg-l-about-us.jpg) no-repeat top center;
	background-size:100%;
}
#concept main{
	background:url(/content/dam/nttcom/hq/jp/about-us/img/concept_bg.png) no-repeat top -30px center;
	/*background-size:contain;*/
}
.nav_txt{
	font-size: 0.9rem;
	width: 90%;
	margin-top: 10px;
}
.concept_block_wrap.cell-two .nav_txt + a{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.concept_block_wrap.cell-two .nav_txt + a img{
	width: 100%;
}
.concept_block_wrap.cell-two ul{
	padding-left: 0;
}
.concept_block_wrap.cell-two li{
	width: calc((100% - 34px) / 2);
}
.concept_block_wrap.cell-two li:nth-child(n + 3){
	margin-top: 30px;
}
.block_gray{
	background: #f3f5f8;
	border: 1px solid #004386;
	padding: 20px 30px;
}
.block_gray li:nth-child(n + 3){
	margin-top: 20px;
}
.concept_block_row_wrap > div{
	margin-top: 30px;
}
.nav_ttl.new_window{
	position: relative;
}
.concept_block_row_wrap .nav_txt{
	width: 100%;
}
.nav_ttl.new_window:after{
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_new_window.png);
	vertical-align: middle;
	position: absolute;
	right: -17px;
	top: 2px;
}

/* ----- / @media screen and (max-width:768px) ----- */
@media screen and (max-width: 768px) {
	#concept main{
		background:url(/content/dam/nttcom/hq/jp/about-us/img/concept_bg_tb.png) no-repeat top center;
		background-size:contain;
	}
}
/* ----- / @media screen and (max-width:480px) ----- */
@media screen and (max-width: 480px) {
	#concept main{
		background:url(/content/dam/nttcom/hq/jp/about-us/img/concept_bg_sp.png) no-repeat top center;
		background-size:contain;
	}
	.concept_block_wrap.cell-two li{
		width: 100%;
	}
	.concept_block_wrap.cell-two li:nth-child(2){
		margin-top: 30px;
	}
	.concept_block_row_wrap .cell-two li{
		width: 100%;
	}
	.block_gray li:nth-child(2){
		margin-top: 20px;
	}
}



/* =========================================================
 * 13 Apr 2018
 * ====================================================== */
#newsroom .inputWrap form,
#newsroom1 .inputWrap form {
	width: auto;
	margin: 0 auto;
}

.bg_block{
    background: rgba(255,255,255,0.3);
}

/* =========================================================
 * 2019/10/14
 * ====================================================== */

.aboutus_block ul.bl_box{
	border: 1px solid #193477;
	background: #f3f5f8;
	width: calc(100% - 50px);
	padding: 20px 25px;
	margin-bottom:13px;
}


.aboutus_block ul li{
	text-align: left;
	margin-bottom: 10px;
}

.corporate_nav_wrap .corporate_nav{
	display:flex;
	justify-content: space-between;
}
.corporate_nav_wrap .corporate_nav .left_area{
	width:46%;
}
.corporate_nav_wrap .corporate_nav .right_area{
	width:46%;
}
.bottomLink_wrap {
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	padding: 30px 30px 20px;
	margin-top: 100px;
	font-size: 85%;
}
.bottomLink_wrap ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.bottomLink_block{
	display:flex;
	justify-content: space-between;
}
.bottomLink_item{
	/*width:30%;*/
	width:calc(100%/3)
}

.bottomLink_item > .list > li >a {
	color: #CC023A;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding-left: 1rem;
	display: inline-block;
}

.bottomLink_item > .list > li >a:hover {
	color: #000;
}

.bottomLink_item > .list > li >a::before {
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_nav_navy.png);
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
}

.bottomLink_item > .list > li >a:hover::before {
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_nav_black.png);
}

.bottomLink_wrap .inner_list{
	padding-left: 1rem;
}
.bottomLink_wrap .inner_list li {
	line-height: 2.0;
}
.bottomLink_wrap .inner_list a {
	color: #000;
	position: relative;
	/* padding-left: 1rem; */
	display: inline-block;
}
.bottomLink_wrap .inner_list a:hover {
	color: #CC023A;
}
.bottomLink_wrap .inner_list a::before {
	/* content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_arrow_nav_gray.png);
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0; */
}
.bottomLink_wrap .inner_list li.new_window a:after{
	content: url(/content/dam/nttcom/hq/jp/about-us/img/icon_new_window.png);
	vertical-align: middle;
	margin-left: 5px;
}
.bottomLink_item > .list {
	margin-top: 30px;
	padding: 0;
}
.bottomLink_item > .list:first-child {
	margin-top: 0;
}

@media screen and (max-width: 480px) {
	.corporate_nav_wrap .corporate_nav{
		display:block;
	}
	.corporate_nav_wrap .corporate_nav .left_area{
		width:100%;
	}
	.corporate_nav_wrap .corporate_nav .right_area{
		width:100%;
	}
	.bottomLink_block{
		display:block;
	}
	.bottomLink_item{
		width:100%;
	}
	.bottomLink_wrap {
		padding: 30px 0 20px;
	}

}