@charset "utf-8";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* GENERAL */
a:link, a:visited {color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: none;}
a{outline: none;}

/* CLEARFIX */
.clearfix
{zoom: 1;}

.clearfix:after,
.headerBox:after,
.box:after,
.newsList:after,
.btnList:after,
.profileBox:after,
.snsBox:after,
.aaaaaaaaaaaa:after,
.aaaaaaaaaaaa:after,
.aaaaaaaaaaaa:after,
.aaaaaaaaaa:after
{content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}

strong{
font-weight: bold;
}

img{
vertical-align: bottom;
}

*{
	box-sizing: border-box;
}

a.white{
	color: #fff;
	text-decoration: underline;
}

a.whiteStr{
	color: #fff;
}

main{
	display:block;
}

/* ------------------------------------------
LAYOUT
------------------------------------------ */

html{
	height: 100%; 
}

body{
	font: 12px/1.4 "neue-haas-unica","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%; 
	height: 100%; 
	background-color: #f9f9f9;
	color: #000;
	position:relative;
	font-size: 12px;
	letter-spacing: 0.05em;	
	
	line-height: 180%;
}

footer{
	padding: 20px 0;
	clear: both;
	text-align: center;
	
	margin-top: 120px;

	font-size: 12px;
	letter-spacing: 0.05em;
	
	position: relative;
	z-index: 2;
}

section.sec{
	padding: 80px 0;
	position: relative;
	clear: both;
	padding-bottom: 0;
}
section#mission.sec{
	padding-top: 80px;
}

section.sec.secTop{
	padding-top: 120px;
}


.onlyPc{
	display: block;
}

.onlySp{
	display: none;
}

.contentBox{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
}
.contentBox.contentBoxMini{
	padding-left: 120px;
	padding-right: 120px;
}

.center{
	text-align: center;
}

html.hidden,
body.hidden{
	overflow: hidden;
}

.headerBox{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
}




/* ------------------------------------------
header
------------------------------------------ */



h1#logo{
	float: left;
	margin-top: 100px;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

h1#logo a{
	text-indent: -9999px;
	display: block;
	width: 166px;
	height: 25px;
	background-image:url(../images/hd_logo.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: left top;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}



header{
	margin-bottom: 100px;
	position: absolute;
	z-index: 10;
	
	left: 0;
	top: 0;
	width: 100%;
}


main{
	position: relative;
	z-index: 2;
}

header nav a{
-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav a.line:after{
	content: "";
	position: absolute;
	display: block;

	width: 0%;
	height: 1px;
	
	left: 0%;
	bottom: 0px;

  -webkit-transform: translate(0%,0%);
      -ms-transform: translate(0%,0%);
          transform: translate(0%,0%);
	
	background-color: #000;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header nav li.current > a:after,
header nav a.line:hover:after{
	width: 100%;
}


/*
header nav a:hover{
	opacity: 0.6;
}
*/

header nav{
	float: right;
	margin-top: 65px;
	letter-spacing: 0.2em;
	font-weight: 300;
}

header nav .snsList{
	float: right;
	margin-bottom: 17px;
}



header nav .snsList li{
	display: inline-block;
	float: left;
	font-size: 10px;
	margin-left: 25px;
	position: relative;
}

header nav .navList{
	clear: both;
}
header nav .navList > li{
	display: inline-block;
	font-size: 12px;
	margin-left: 25px;
	float: left;
	
	position: relative;
}

header nav .navList > li.reserve a{
	background-color: #000;
	color: #fff;
	padding: 2px 10px;
	font-size: 11px;
}
header nav .navList > li.reserve a:hover{
	opacity: 0.6;
}
body.black header nav .navList > li.reserve a{
	background-color: #fff;
	color: #000;
}

header nav .navList > li .subList{
	visibility: hidden;
	position: absolute;
	opacity: 0;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

padding-top: 5px;
}
header nav .navList > li:hover .subList{
	visibility: visible;
	opacity: 1;
}

.subList li{
position: relative;
}


.newsBox{
	position: fixed;
	left: 80px;
	bottom: 40px;
	z-index: 5;
}

.newsBox .newsTtl{
	text-decoration: underline;
}

.topNewsList li div{
	display: inline-block;
	font-size: 14px;
}
.topNewsList li div.date{
	margin-right: 20px;
}

.mainVisual.fixed{
	position: fixed;
}

.mainVisual.fixed #topSlider{
	position: relative;
	z-index: 1;
}

.blackShadow{
	z-index: 2;
	left: 0;
	top: 0;
	position: absolute;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.85);
}

.mainVisual{
	z-index: 1;
	left: 0;
	top: 0;
	position: relative;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#topSlider{
	opacity: 0;

-webkit-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#topSlider.show{
	opacity: 1;
}

#topSlider,
#topSlider .slick-list{
	width: 100%;
	height: 100%;
}

#topSlider .slick-list .slick-track{
	height: 100%;
}
#topSlider .slick-list .slick-track .slick-slide{
	height: 100%;
}

#topSlider .slick-list .slick-track .slick-slide div{
	height: 100%;
}
#topSlider .slick-list .slick-track .slick-slide div li{
	height: 100%;
}


#topSlider img{
	width: 100%;
}






.box{
	margin-bottom: 80px;
}

.box img{
	max-width: 100%;
	margin-bottom: 40px;
}

.box{
	margin-left: -40px;
	margin-right: -40px;
}

.box .left{
	float: left;
	width: 45%;
	width: calc(50% - 80px);
	margin-left: 40px;
	margin-right: 40px;
}
.box .right{
	float: right;
	width: 45%;
	width: calc(50% - 80px);
	margin-left: 40px;
	margin-right: 40px;
}

.box2 .left{
	width: calc(62% - 80px);
}
.box2 .right{
	width: calc(33% - 80px);
	text-align: right;
}



h2.ttl{
	font-size: 13px;
	margin-bottom: 50px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

h2.ttl.top{
	padding-top: 40px;	
}


.box .right .position{
	position: relative;

}

.box .right .position .snsBox{
	position: relative;
}

.box .right .position .snsBox .sns{
	margin-left: 0;
	margin-right: 10px;
}

.despBox{
	margin-bottom: 60px;

}

.despBox2{
	margin-bottom: 120px;
}

.despBox p{
	margin-bottom: 20px;
}

.lineBr{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 60px;
}
.lineBr2{
	margin-bottom: 0;
}

.whiteLine{
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 30px;
}

h3.tel{
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 16px;
	margin-top: -30px;
}

.mini h3.ttl{
	font-size: 11px;
}
.mini{
	font-size: 11px;
}

h3.ttl{
	font-weight: bold;
	margin-bottom: 5px;
}
h3.ttl.mb{
	margin-bottom: 20px;
}

.infoList{
	margin-bottom: 20px;
}

.infoList .ttl{
	float: left;
	width: 80px;
}

.miniStr{
	color: #666;
}

.miniStr.mb{
	margin-bottom: 30px;
	margin-top: -10px;
}


.btnList{
	margin-bottom: 60px;
}

.btnList li{
	float: left;
	margin-right: 10px;
}

.btnList li a{
	padding: 2px 10px;
	padding-left: 14px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-weight: 300;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btnList li a:hover{
	opacity: 0.6;
}


a.btn{
	padding: 2px 10px;
	padding-left: 14px;
	background-color: #000;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-weight: 300;
	margin-bottom: 5px;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.pdfLink{
font-size: 13px;
background-color: #fff;
color: #000;
padding: 8px 20px;
border: 1px solid #ccc;

border-radius: 4px;
display: inline-block;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.pdfLink:hover{
	opacity: 0.6;
}

.more{
	padding: 0px 8px;
	padding-left: 14px;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-weight: 300;
	margin-bottom: 5px;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a.btn:hover{
	opacity: 0.6;
}



footer{
	text-align: center;
	padding: 20px;
	margin-top: 100px;
	letter-spacing: 0.2em;
	letter-spacing: 0.1em;
	font-weight: 300;
}




.noticeList li{
	list-style-type: disc;
	margin-left: 1em;
}




.pageTop{
	padding-top: 160px;
}




body.black{
	color: #fff;
	background-color: #000;
}
body.black.whiteBg{
	color: #000;
	background-color: #fff;
}

body.black h1#logo a{
	background-image:url(../images/hd_logo_white.png);
}

body.black header nav a{
	color: #fff;
}

body.black header nav a.line:after{
	background-color: #fff;
}

body.black footer{
	color: #fff;
}
body.black.whiteBg footer{
	color: #000;
}

.rightTx{
	text-align: right;
}

/*
.teamList{
	margin-left: -30px;
	margin-right: -30px;
}
.teamList li{
	float: left;
	width: calc(25% - 60px);
	margin-left: 30px;
	margin-right: 30px;

}

.teamList li a{
	color: #fff;
}

.teamList li .img img{
	width: 100%;
}
*/


.teamListEn li .jobJp{
	display: none;
}
.teamListEn li .nameJp{
	display: none;
}












.newsList{
	margin-left: -40px;
	margin-right: -40px;
}

.newsList li{
	float: left;
	width: 45%;
	width: calc(50% - 80px);
	margin-left: 40px;
	margin-right: 40px;
	
	margin-bottom: 80px;
}

.newsList.newsListTop{
	margin-left: 0px;
	margin-right: 0px;
}

.newsList.newsListTop li{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}


.newsList.newsList3{
	margin-left: -23px;
	margin-right: -23px;
}
.newsList.newsList3 li{
	width: calc(33.33% - 46px);
	margin-left: 23px;
	margin-right: 23px;
}


.newsList li a{
	color: #fff;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsList li a:hover{
	opacity: 0.6;
}

.newsList li .img img{
	width: 100%;
}



.newsList li .img{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.newsList li .img:before {
    content:"";
    display: block;
    padding-top: 66.7%;
}

.newsList li .img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}



.newsList li .date{
	font-size: 12px;
	margin-bottom: 5px;
}

.newsList li .ttl{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.newsList li .desp{
	margin-bottom: 10px;
}










.newsDirection{
	margin-bottom: 120px;
}

.newsDirection.singleDirection a{
font-size: 13px;
color: #000;
padding: 8px 20px;
border: 1px solid #ccc;

border-radius: 4px;
display: inline-block;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsDirection.singleDirection a:hover{
	background-color: #000;
	color: #fff;
	border-color: #000;
	opacity: 1;
}

.newsDirection{
	text-align: center;
}

.newsDirection a,
.newsDirection span{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	margin-right: 10px;
	
	color: #fff;
}

.newsDirection .prev,
.newsDirection .next{
font-size: 12px;
color: #000;
padding: 4px 20px;
background-color: #fff;

border-radius: 2px;
display: inline-block;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newsDirection .prev a,
.newsDirection .next a{
	color: #000;
}
.newsDirection .current{
	border-bottom: 1px solid #aaa;
}

.newsDirection .prev:hover,
.newsDirection .next:hover{
	opacity: 0.6;
}

a.page-numbers:hover{
	opacity: 0.6;
}






article.post{
	margin-bottom: 80px;
	max-width: 700px;
}

article.post .img img{
	max-width: 700px;
	margin-bottom: 20px;
}


article.post .date{
	font-size: 12px;
	margin-bottom: 5px;
}

article.post .ttl{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}


article.post .desp p{
	margin-bottom: 20px;
}

article.post .desp img{
	max-width: 100%;
	height: auto;
}

article.post .desp a{
	color: #fff;
	text-decoration: underline;
}






h4.ttl{
	margin-bottom: 20px;
}


.sign img{
	margin-right: 10px;
}








.teamList > li{
	margin-bottom: 30px;
	padding-bottom: 30px;
	
	border-bottom: 1px solid #ccc;
}

.teamList > li .left{
	width: 280px;
	float: left;

	position: relative;
	top: 4px;
}

.teamList > li .right{
	padding-left: 280px;
}


.profileList li{
	margin-bottom: 10px;
}

.profileList li .ttl{
	float: left;
	width: 80px;
}
.profileList li .desp{
	padding-left: 80px;
}

.profileList{
	float: left;
	width: calc(100% - 260px);
}

.profileImg{
	float: right;
	width: 210px;
}
.profileImg img{
	max-width: 100%;
}


.teamList .job{
	font-size: 11px;
}
.teamList .jobJp{
	font-size: 10px;
	color: #999;
}

.teamList .name{
	font-size: 14px;
	letter-spacing: 0.2em;
	
	display: inline-block;
	
	width: 180px;
}

.teamList .nameJp{
	font-size: 10px;
	color: #999;
	
}

.teamList .profile{
	padding: 0px 10px;
	padding-left: 14px;
	background-color: #fff;
	color: #000;
	font-size: 11px;
	display: inline-block;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-weight: 300;
	
	background-image:url(../images/arr_down.png);
	background-repeat:no-repeat;
	background-size: 5px auto;
	background-position: right 10px center;
	
	padding-right: 20px;
	
/*
	background-color: #000;
	color: #fff;
*/

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.teamList .profile.open{
	background-image:url(../images/arr_up.png);
}

.profileBox{
	display: none;
	padding-top: 30px;
}

.recruitBox{
	margin-bottom: 300px;
}


.postHead{
	position: relative;
}
.snsBox{
	position: absolute;
	right: 0;
	top: 0;
}

.snsBox .sns{
	float: left;
	margin-left: 10px;
}
.snsBox .sns1{
	margin-top: -1px;
}


body.black #toggle span{
	background-color: #fff;
}

.rightPt{
	padding-top: 75px;
}

.despBox3{
	padding-bottom: 100px;
}

.mark{
	position: absolute;
	left: 320px;
	bottom: 0px;
	width: 65px;
}

.box .left{
	position: relative;
}




.mb10 img{
	margin-bottom: 20px;
}
















/*
@media screen and (max-width: 1230px){

header nav .navList > li{
	margin-left: 30px;
}

}
*/



@media screen and (max-width: 1200px){

.headerBox{
	padding-left: 40px;
	padding-right: 40px;
}

.newsBox{
	left: 40px;
}

.contentBox{
	padding-left: 40px;
	padding-right: 40px;
}


}














/*
@media screen and (max-width: 1030px){

header nav .navList > li{
	margin-left: 25px;
}

}

@media screen and (max-width: 930px){

header nav .navList > li{
	margin-left: 20px;
}

}
*/







@media screen and (max-width: 1150px){

#button_container{
	display: block;
}

header nav{
	display: none;
}

}










/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 920px){


header nav .navList > li{
	font-size: 10px;
	margin-left: 15px;
}

.box{
	margin-left: -20px;
	margin-right: -20px;
}

.box .left{
	margin-left: 20px;
	margin-right: 20px;
	width: calc(50% - 40px);
}
.box .right{
	margin-left: 20px;
	margin-right: 20px;
	width: calc(50% - 40px);
}

h1#logo a{
	width: 156px;
}


.box.newsPad{
	margin-left: 0px;
	margin-right: 0px;
}

.box.newsPad .left{
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	float: none;
}
.box.newsPad .right{
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	float: none;
}

.teamList > li .right{
	padding-left: 0;
}


#button_container{
	display: block;
}

header nav{
	display: none;
}













}



















/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px){


.onlyPc{
	display: none;
}

.onlySp{
	display: block;
}

#button_container{
	top: 43px;
}





.headerBox{
	padding-left: 20px;
	padding-right: 20px;
}

.newsBox{
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.contentBox{
	padding-left: 20px;
	padding-right: 20px;
}

article.post{
	max-width: 100%;
}

article.post .img img{
	max-width: 100%;
}



h1#logo{
	margin-top: 60px;
	margin-top: 43px;
}


.pageTop{
	padding-top: 60px;
}


.box{
	margin-left: 0px;
	margin-right: 0px;
	
	margin-bottom: 80px;
}

.box .left{
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	float: none;
}
.box .right{
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	float: none;
}

.box2 .right{
	text-align: left;
}

.rightTx{
	text-align: left;
}

.mark{
	text-align: center;
}






.teamList > li .left{
	margin-bottom: 20px;
	width: 100%;
}

.profileList{
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

.profileImg{
	float: none;
	width: 100%;
}

.profileImg img{
	max-width: 200px;
}

.btnList li{
	margin-right: 5px;
}



.newsList{
	margin-left: 0px;
	margin-right: 0px;
}

.newsList li{
	float: none;
	width: auto;

	margin-left: 0px;
	margin-right: 0px;
}




#philosophy img{
	width: 200px;
}

.rightPt{
	padding-top: 0px;
}





.mark{
	left: auto;
	right: 20px;
	width: 40px;
	bottom: 0;
}

.despBox3{
	margin-bottom: 0;
}

.box.newsPad{
	margin-bottom: 0;
}




}
























