@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page

--------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}



.senkou {
	background-color: #00AECC;
	width: 400px;
	margin: -22px auto 0;
	padding: 0 8px;
	border-radius: 48px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.topLead {
	padding: 60px 0 0;
	font-family: 'Noto Serif JP', serif, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.topLead .scrollLine {
	text-align: center;
}

.topLead .scrollLine span.line {
	position: absolute;
	width: 1px;
	height: 66px;
	background: #CCC;
	overflow: hidden;
}

.topLead .scrollLine span.line::before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #185CA4;
	animation: scrollmove 2s infinite normal;
}

@keyframes scrollmove{
	0% { transform:translate3d(0,-100%,0); }
	15% { transform:translate3d(0,-100%,0); }
	75% { transform:translate3d(0,100%,0); }
	100% { transform:translate3d(0,100%,0); }
}

.topLead .text {
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0 0;
}

.topLead .text dl {
	text-align: center;
	font-weight: 500;
	margin: 0 0 80px;
}

.topLead .text dl dt {
	margin: 0 0 30px;
	font-size: 30px;
	color: #185BA4;
}

.topLead .text dl dd {
	font-size: 20px;
	letter-spacing: 0.4px;
}

.topLead .detail {
	margin: 0 0 100px;
	background: url(../image/toplead_back.jpg) no-repeat center center;
	background-size: cover;
}

.topLead .detail .text {
	width: 1000px;
	padding: 80px 0;
	font-size: 18px;
	color: #FFF;
	line-height: 1.8;
}

.topLead .detail .text span.line {
	border-bottom: 1px solid #FFF;
	font-size: 20px;
	font-weight: 500;
}

.mdr {
	width: 1000px;
	margin: 0 auto 80px;
	padding: 30px 30px 10px;
}

.mdr h2 {
	margin: -54px 0 30px;
	font-size: 50px;
	font-family: 'Sorts Mill Goudy', serif;
	text-align: center;
	line-height: 1.1;
}

.mdr h2 span {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	display: block;
	letter-spacing: 0.4px;
}

.mdr p {
	margin: 0 0 30px;
}

.mdr .teacher {
	display: flex;
	justify-content: space-between;
}

.mdr .teacher div {
	display: flex;
	width: 48%;
}

.mdr .teacher img {
	width: 160px;
	height: auto;
	margin-right: 10px;
}

.mdr .teacher div dl dt {
	font-weight: 500;
}

.mdr .teacher div dl dd{
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.3;
}

.mdr .teacher div dl dd p {
	margin: 4px 0 0 !important;
}

.mdr.marketing {
	position: relative;
	background-color: #FCE9D9;
}

.mdr.marketing::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #EC6C00;
}

.mdr.marketing::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #EC6C00;
}

.mdr.marketing h2 {
	color: #EB6C00;
}

.mdr.data {
	position: relative;
	background-color: #E3F3E1;
}

.mdr.data::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #44B033;
}

.mdr.data::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #44B033;
}

.mdr.data h2 {
	color: #44B033;
}

.mdr.research {
	position: relative;
	background-color: #E0EAF4;
}

.mdr.research::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #3070B8;
}

.mdr.research::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 32px;
	height: 4px;
	background-color: #3070B8;
}

.mdr.research h2 {
	color: #3070B8;
}

.tokutyou {
	background-color: #F3F2F1;
}

.tokutyou section {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

.tokutyou h2 {
  position: relative;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 10px;
		font-size: 30px;
		margin: 0 0 30px;
		font-weight: 500;
		letter-spacing: 1px;
}

.tokutyou h2:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 32px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00AFCC;
  border-radius: 2px;
}

.tokutyou .point {
	display: flex;
	margin: 0 0 26px;
}

.tokutyou .point .num {
	position: relative;
	display: block;
	font-size: 20px;
	color: #00AECC;
	font-weight: 500;
}

.tokutyou .point .num .number {
	display: block;
	text-align: center;
	line-height: 0.8;
	font-style: italic;
}

.tokutyou .point .num:after {
	content: "";
	background-color: #00AECC;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
}

.tokutyou .point h3 {
	font-size: 24px;
	font-weight: 500;
	padding: 12px 8px 0;
	margin: 0 0 0 18px;
	background: linear-gradient(transparent 70%, rgba(0, 175, 204, .3) 10%);
}

.tokutyou p {
	margin: 0 0 20px;
}

.tokutyou .keiretu {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}

.tokutyou .keiretu div {
	width: 48%;
	padding: 20px;
	box-shadow: 6px 6px 0 #1461A9;
	background-color: #FFF;
}

.tokutyou .keiretu div dt {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px;
	padding: 0 4px;
	display: inline-block;
	background-color: #00AECC;
	color: #FFF;
}

.tokutyou .keiretu div dd p {
	margin: 0;
}

.tokutyou ul {
	margin: 0 0 30px;
}

.tokutyou ul li {
	margin: 0 0 10px;
}

.gaiyou {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

.gaiyou h2 {
  position: relative;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 10px;
		font-size: 30px;
		margin: 0 0 30px;
		font-weight: 500;
		letter-spacing: 1px;
}

.gaiyou h2:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 32px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00AFCC;
  border-radius: 2px;
}

.gaiyou table.outer {
	width: 90%;
	margin: 0 auto 10px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

.gaiyou table.outer th {
	padding: 12px 20px;
	font-weight: normal;
	border-bottom: 1px solid #333;
	text-align: left;
	width: 180px;
}

.gaiyou table.outer td {
	padding: 12px 20px;
	border-bottom: 1px solid #333;
	position: relative;
}

.gaiyou table.outer td::before {
	position: absolute;
 bottom: 0;
 left: 0;
 top: 0;
 content: "";
 margin: auto;
 width: 1px;
 height: 80%;
 height: calc(100% - 30px);
 background: #00AFCC;
}

.gaiyou table.outer td table {
	width: 100%;
	border: none;
	margin: 10px 0 0;
}

.gaiyou table.outer td table thead th {
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px dotted #999;
	border-bottom: 1px solid #999;
	padding: 6px 20px;
}

.gaiyou table.outer td table thead th:nth-child(3) {
	border-right: none;
}

.gaiyou table.outer td table tbody th {
	border-right: 1px dotted #999;
	border-bottom: 1px solid #999;
	padding: 6px 20px;
	text-align: right;
}

.gaiyou table.outer td table tbody td {
	border-bottom: 1px solid #999;
	border-right: 1px dotted #999;
	padding: 6px 20px;
	text-align: right;
}

.gaiyou table.outer td table tbody td:nth-child(3) {
	border-right: none;
}

.gaiyou table.outer td table tbody td::before {
	background-color: transparent;
}

.syushi {
	background-color: #F3F2F1;
	padding: 60px 0;
}

.syushi section {
	width: 1000px;
	margin: 0 auto;
}

.syushi section h2 {
  position: relative;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 10px;
		font-size: 30px;
		margin: 0 0 30px;
		font-weight: 500;
		letter-spacing: 1px;
}

.syushi section h2:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 32px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00AFCC;
  border-radius: 2px;
}

.syushi section p {
	text-indent: 15px;
	margin: 0 0 30px;
}

.syushi section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.syushi section ul li {
	margin: 0 0 30px;
	padding: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
}

.syushi section ul li strong {
	display:block;
	margin: 0 0 5px;
	padding: 0 0 0 18px;
	position: relative;
}

.syushi section ul li strong::before {
	content: "";
	background-color: #00AFCC;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: 2px;
}

.jinzai {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 20px;
}

.jinzai h2 {
		text-align: center;
		padding: 0 0 10px;
		font-size: 30px;
		margin: 0 0 20px;
		font-weight: 500;
		letter-spacing: 1px;
}

.jinzai table {
width: 100%;
}

.jinzai table tr:nth-of-type(2n-1) {
   background-color: #E5E9F1;
}

.jinzai table td {
   padding: 8px;
}

.jinzai table td:nth-of-type(1) {
   width: 140px;
}
.jinzai table td:nth-of-type(2) {
padding: 8px 0;
}

.jinzai table td a {
text-decoration: underline;
}

.jinzai p {
	text-indent: 15px;
	margin: 0 0 30px;
}

.jinzai ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.jinzai ul li {
    margin: 0 !important;
    padding: 0;
}

.jinzai ul li:nth-child(2n-1) {
    background-color: #E5E9F1;
}

.jinzai ul li a {
    display: block;
    padding: 8px;
    font-size: 16px;
}

.jinzai ul li a span {
    width: 140px;
    margin-right: 20px;
}

/*- pager_wrap -------------------------------------------------*/
#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	margin: 2px !important;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #012976;
	text-indent: 0;
	width: 42px;
}

#second .pager_wrap ul.pager li a {
	display: block;
	text-decoration: none;
	border: none;
}

#second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}
#second .pager_wrap ul.pager li.active {
	background-color: #012976;
	display: block;
	color: #FFFFFF;
	padding: 8px;
	font-size: 16px;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

#second .pager_wrap ul.pager li a:hover {
	color: #FFFFFF;
	background-color: #012976;
}


.exam {
	background-color: #F3F2F1;
	padding: 60px 0;
}

.exam section {
	width: 1000px;
	margin: 0 auto;
}

.exam section h2 {
  position: relative;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 10px;
		font-size: 30px;
		margin: 0 0 30px;
		font-weight: 500;
		letter-spacing: 1px;
}

.exam section h2:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 32px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00AFCC;
  border-radius: 2px;
}

.exam section table {
	width: 100%;
	margin: 0 auto 30px;
	background-color: #FFF;
}

.exam section table th {
	text-align: center;
	border: 1px solid #333;
	padding: 12px 10px;
	background-color: #f0f8ff;
}

.exam section table td {
	padding: 12px 10px;
	border: 1px solid #333;
	position: relative;
	text-align: center;
}

.basic {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

.basic h2 {
  position: relative;
		text-align: center;
		border-bottom: 1px solid #CCCCCC;
		padding: 0 0 10px;
		font-size: 30px;
		margin: 0 0 30px;
		font-weight: 500;
		letter-spacing: 1px;
}

.basic h2:before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 32px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00AFCC;
  border-radius: 2px;
}

.basic p {
	margin: 0 0 30px;
}

.basic ul {
	margin: 0 0 60px;
}

#features {
  padding: 90px 0 60px 0;
  background-color: #e5e9f1;
}

#features .list-item {
  margin: 0;
  padding: 0;
  margin-top: 45px;
  margin-bottom: 63px;
  list-style: none;
}

#features .list-item li {
  float: left;
  width: 320px;
  min-height: 270px;
  padding: 48px 27px 70px 27px;
  color: #04337e;
  margin-right: 20px;
}

#features .list-item li:nth-child(3n+0) {
  margin-right: 0;
}

#features .list-item li:nth-child(2n+0) {
  margin-top: 80px;
}

#features .list-item li.bg-yellow {
  background-color: #fef3d1;
}

#features .list-item li.bg-blue {
  background-color: #e5f4fb;
}

#features .list-item li.bg-green {
  background-color: #f3f7d1;
}

#features .list-item li .title {
  font-size: 20px;
  line-height: 45px;
}

#features .list-item li .title .number {
  font-size: 34px;
  font-weight: 500;
  float: right;
}

#features .list-item li dt {
  margin-top: 32px;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 500;
}

#features .list-item li dt span {
  font-size: 30px;
}

#features .list-item li dd {
  line-height: 1.4;
}

#features .btn-box .btn {
  margin: 0 27px;
  display: inline-block;
}

#management-research {
  padding: 80px 0 97px 0;
  position: relative;
}

/*#management-research::after {
  content: "";
  position: absolute;
  left: 0;
  top: 118px;
  background: url(../image/bg-management-research.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}*/

#management-research .info {
  margin: 0;
  padding: 0;
  margin-top: 50px;
  list-style: none;
}

#management-research .info li .text {
  width: 50%;
  padding: 80px 90px 90px 90px;
  background-color: #012976;
  color: #fff;
  text-align: center;
}

#management-research h3 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

#management-research li:first-child {
  background: url(../../common/image/photo1-management-research.jpg) no-repeat left center;
  background-size: cover;
}

#management-research li:nth-child(2) {
  background: url(../../common/image/photo2-management-research.jpg) no-repeat left center;
  background-size: cover;
}

#management-research li:nth-child(3) {
  background: url(../../common/image/photo3-management-research.jpg) no-repeat left center;
  background-size: cover;
}

#management-research li:nth-child(2n) {
  flex-direction: row-reverse;
}

#management-research .info li:nth-child(2) .text {
  background-color: #1c4ca8;
}

#management-research li:last-child .text {
  background-color: #4881ef;
}

#management-research .list-profile {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 72px auto 60px auto;
  text-align: center;
  justify-content: center;
}

#management-research .list-profile li {
  margin: 0 15px;
}

#management-research .list-profile li img {
  margin-bottom: 5px;
}

#management-research p {
  font-size: 15px;
  line-height: 1.7;
}

#management-research p .job-name {
  font-size: 12px;
}

#management-research .title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 500;
}

#management-research .desc {
  text-align: left;
  margin: 0 0 20px;
}

#management-research .btn-box {
  margin-top: 40px;
}

#management-research .list-profile li:first-child,
#management-research .list-profile li:nth-child(2) {
  background: transparent;
}

#general-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*margin-top: 180px;*/
}

#general-info ul li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 33.33333333333%;
}

#general-info ul li a {
  color: #FFF;
}

#general-info ul li img {
  width: 100%;
}

#general-info ul li .title {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#download-info {
  background: #e5e9f1 url(../image/bg-download-info.png) no-repeat center center;
  background-size: 50% auto;
  padding: 60px 0 20px 0;
  text-align: center;
}

#download-info ul {
  margin: 0;
  padding: 0;
  justify-content: center;
  list-style: none;
}

#download-info li {
  margin: 0 25px;
}

#download-info li .title {
  margin: 20px 0 25px 0;
  color: #012976;
}

#download-info li .btn {
  min-width: 245px;
  line-height: 50px;
}

/*------------------------------------------------------------------------------------------------
  curriculum
--------------------------------------------------------------------------------------------------*/
.curriHanrei {
	text-align: right;
	margin: 0 0 10px !important;
}

.curriTable {
	width: 100%;
	margin: 0 0 60px;
	background-color: #FFF;
}

.curriTable thead th {
	background-color: #f0f8ff;
	padding: 8px 20px;
	border: 1px solid #CCC;
}

.curriTable tbody th {
	padding: 8px 20px;
	border: 1px solid #CCC;
}

.curriTable tbody td {
	padding: 8px 20px;
	border: 1px solid #CCC;
}

.curriTable tbody tr:nth-child(2n) {
	background-color: #F6F6F6;
}

.curriPickWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.curriPick {
	width: 48%;
	margin: 0 0 30px;
}

.curriPick dt {
	position: relative;
	display: inline-block;
	padding: 4px 12px 4px 20px;
	background-color: #00AFCC;
	color: #FFF;
	margin: 0 0 10px 16px;
}

.curriPick dt::before {
	position: absolute;
	top: 15px;
	left: -16px;
	width: 32px;
	height: 1px;
	background-color: #99DFEB;
	content: "";
}

.curriPick dd {
	padding: 0 20px 10px 36px;
	background-color: #FFF;
	border-bottom: 1px dashed #99DFEB;
}

.curriPick dd p {
	margin: 0 0 10px !important;
}

.curriPick dd p.tantou {
	text-align: right;
}








/*------------------------------------------------------------------------------------------------
  coursemodel
--------------------------------------------------------------------------------------------------*/
.modelmaster01 {
	margin: 0 0 10px !important;
	background-color: #CCEFF5;
	display: inline-block;
	padding: 4px 8px;
	font-weight: 500;
}

.modelmaster02 {
	margin: 0 0 10px !important;
	background-color: #99DFEB;
	display: inline-block;
	padding: 4px 8px;
	font-weight: 500;
}

.modelTable {
	width: 100%;
	margin: 0 0 60px;
	background-color: #FFF;
}

.modelTable thead th {
	padding: 4px 8px;
	border: 1px solid #CCC;
	background-color: #f0f8ff;
}

.modelTable thead th:nth-child(3),
.modelTable thead th:nth-child(4),
.modelTable thead th:nth-child(5),
.modelTable thead th:nth-child(6),
.modelTable thead th:nth-child(7),
.modelTable thead th:nth-child(8) {
	width: 14%;
}

.modelTable tbody tr:hover {
	background-color: #F6F6F6;
}

.modelTable tbody th {
	padding: 4px 8px;
	white-space: nowrap;
	border: 1px solid #CCC;
	background-color: #F6F6F6;
}

.modelTable tbody td {
	padding: 4px 8px;
	border: 1px solid #CCC;
	text-align: center;
	height: 60px;
}


/*------------------------------------------------------------------------------------------------
  department
--------------------------------------------------------------------------------------------------*/
.labTable {
	width: 100%;
	margin: 0 0 60px;
}

.labTable th {
	position: relative;
	text-align: left;
	padding-bottom: 10px;
}

.labTable th::before {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 100%;
	height: 1px;
	background-color: #CCC;
	content: "";
	z-index: -1;
}

.labTable th span.ttl {
	display: inline-block;
	background-color: #1461A9;
	color: #FFF;
	font-weight: 500;
	padding: 6px;
}

.labTable td {
	padding: 12px 8px;
	border-bottom: 1px dotted #AAA;
}

.labTable tr:nth-child(2n) {
	background-color: #f0f8ff;
}


/*------------------------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------------------------*/
.staff {
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 6px #CCC;
	background-color: #FFF;
	padding: 30px;
	margin: 0 0 30px;
}

.staff .info {
	width: 75%;
}

#second .staff .info h3 {
	border: none;
	padding: 0 0 30px;
	margin: 0;
}

#second .staff .info h3::before {
	background-image: none;
}

#second .staff .info h3 a {
	text-decoration: none;
	color: #333;
	padding-bottom: 4px;
	border-bottom: 2px solid #00AFCC;
}

#second .staff .info h3 a:hover, #second .staff .info h3 a:active {
	color: #185CA4;
}

#second .staff .info h3 span.job {
	font-size: 16px;
	margin-right: 10px;
}

#second .staff .info p {
	margin: 0 0 16px;
}

.staff .info dl {
	display: flex;
}

.staff .info dl dt {
	font-weight: 500;
	margin-right: 10px;
}

#second .staff .info dl dd ul {
	margin: -1px 0 0;
	padding: 0;
	list-style: none;
}

#second .staff .info dl dd ul li {
	margin: 0 8px 0 0;
	display: inline-block;
	border: 1px solid #CCC;
	padding: 0 8px;
}

.staff .photo {
	width: 20%;
}

.staff .photo p {
	margin: 0 !important;
}

.staff .photo img {
	width: 172px;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
.newsDetail {
    margin: 0 0 40px;
    padding: 20px;
    background-color: #FFF;
    border: 1px dotted #CCC;
}



