/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&display=swap');
:root {
    --primary: #2FB95B;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}
body {
	font-size: 18px;
	color:#000000;
	font-family: "IBM Plex Sans JP", sans-serif !important;
	font-weight: 400;
	font-style: normal;
	background-color:#FEFDEF;
}
h1,h2,h3,h4,h5,h6{
	font-family: "IBM Plex Sans JP", sans-serif !important;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
.clear{
	clear:both;
}
.error{
	color:#ff0000;
}
.disp_none {
    display: none;
}
.pc_none{
    display: none;
}
.sp_none{
	display:inline;
}
.img_full{
	max-width:100%;
}
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.bg-light2{
	background-color:#2E7D32!important;
}
.full_img{
	max-width:100%;
}

.text-shadow{
	text-shadow: 1px 1px 2px #fff;
}
.text-shadow2{
	text-shadow: 1px 1px 2px #000;
}

.anchor {
    padding-top: 100px; /* ヘッダーの高さを入力 */
    margin-top: -100px; /* ヘッダーの高さを入力 */
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #349d56;
    transform: skew(40deg);
}
@media (max-width: 1120px) {
	.top-shape span{
		display:none;
	}
}
.navbar-light .navbar-nav .nav-link {
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}
@media (max-width: 1200px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 35px 10px;
		font-size:16px;
	}
	
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.dropdown-menu{
	margin-top:-20px !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
	.navbar-collapse{
		margin-top:20px;
		text-align:left;
		padding:0 50px;
		background-color:#f2f2f2;
		padding-bottom:10px;
	}
	
	.dropdown-menu{
		display:block;
		margin-top:0px !important;
		text-align:left;
		background-color:#f2f2f2;
		border:none;
	}
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .0);
    z-index: 1;
}
.t_tile{
	min-height:240px;
}
.t_tile h6{
	width:80px;
}
@media (max-width: 1400px) {
	.t_tile{
		font-size:16px;
	}
}
@media (max-width: 991.98px) {
	.t_tile{
		min-height:auto;
	}
}
.t_tile p{
	padding-left:20px;
}
.display-1 {
        font-size: 32px;
}
.display-2 {
        font-size: 30px;
}
.display-3 {
        font-size: 28px;
}
.display-4 {
        font-size: 26px;
}
.display-5 {
        font-size: 24px;
}
.display-6 {
        font-size: 22px;
}
@media (max-width: 991.98px) {
	.display-1 {
			font-size: 30px;
	}
	.display-2 {
			font-size: 28px;
	}
	.display-3 {
			font-size: 26px;
	}
	.display-4 {
			font-size: 24px;
	}
	.display-5 {
			font-size: 22px;
	}
	.display-6 {
			font-size: 20px;
	}
}
@media (max-width: 480px) {
	.display-1 {
			font-size: 24px;
	}
	.display-2 {
			font-size: 22px;
	}
	.display-3 {
			font-size: 20px;
	}
	.display-4 {
			font-size: 18px;
	}
	.display-5 {
			font-size: 16px;
	}
	.display-6 {
			font-size: 14px;
	}
}

.t_right{
	text-align:right;
}
.top_bar{
	color:#FFFFFF;
	background-color:#258b47;
}
.tileh{
	padding-top:15px;
}
.tileh{
	padding-top:15px;
}
.tileh h4{
	font-size:26px;
}
@media (max-width: 576px) {
	.tileh{
		padding-top:15px;
	}
	.tileh h4{
		font-size:26px;
	}
}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
	.display-1 {
		font-size: 18px;
	    font-weight: 400 !important;
	}
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(255, 250, 160, .3), rgba(255, 250, 160, .15)), url(../img/carousel-1.jpg) center right  no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}
.c_text{
	font-size:13px;
}
@media screen and (max-width: 560px) {
	.c_text{
		font-size:11px;
	}	
}

.news{
/*	background-color:#fafafa;*/
	padding: 30px 0;
}
.news a{
	color:#222;
}

.news .section-title,
.problem .section-title,
.feature .section-title{
	text-align:center;
}

/*新着タブ表示
---------------------------------------------------------------- */
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
}

.tabs input[name="tab_item"] {
  display: none;
}

.tabs input:checked+.tab_item2 {
  background-color: #9FCC81;
  color: #000;
  text-shadow: 1px 1px 2px #fff;
}

.tab_item2 {
  width: 19.6%;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: #ebebeb;
  display: block;
  float: left;
  transition: all 0.2s ease;
  box-sizing: border-box;
  cursor: pointer;
  margin-right:0.5%;
}

.tab_item2:nth-of-type(5) {
  margin-right:0;
}


#all:checked~#all_content, #info:checked~#info_content,  #event:checked~#event_content,  #report:checked~#report_content,  #workshop:checked~#workshop_content {
  display: block;
}

.tab_content2 {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #9FCC81;
  padding: 30px 10px 10px 10px;
}
.tab_content2 dl{
  max-width:980px;
  margin:auto;
}
.tab_content2 dl {
  display: flex;
  flex-wrap: wrap;
}
.tab_content2 dl dt {
  width: 240px;
}
.tab_content2 dl dd {
  width: calc(100% - 240px);
}
/*
.tab_content2 h3 {
  margin-left: 10px;
  font-weight: normal;
}

.tab_content2 h3 a {
  text-decoration: underline;
  font-size: 16px;
}
*/
.tab_content2 span{width: 60px; display: inline-block; font-size:12px; text-align:center; margin-left:5px;}
span.c1{background-color:#FF3333; color:#FFFFFF}
span.c2{background-color:#009966; color:#FFFFFF}
span.c3{background-color:#FF6600; color:#FFFFFF}
span.c4{background-color:#9933FF; color:#FFFFFF}
@media screen and (max-width: 860px) {
	.tab_content2 dl dt,
	.tab_content2 dl dd {
		width:100%;
	}
	
}

@media screen and (max-width: 480px) {
	.tab_content2 {
	  padding-top: 10px;
	}
	
}

.box-015 {
    max-width: 400px;
}
@media screen and (max-width: 1000px) {
	.box-015 h4{
		font-size:18px;
	}	
}
.button-1 {
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .7em 2em;
    border: 1px solid #258b47;
    border-radius: 5px;
    background-color: #fff;
    color: #258b47;
    font-size: 1em;
	margin-bottom:10px;
}

.button-2 {
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: 1em 1em;
    border: 1px solid #258b47;
    border-radius: 5px;
    background-color: #fff;
    color: #258b47;
    font-size: 18px;
	line-height:1;
}

.button-1:hover,
.button-2:hover {
    background-color: #258b47;
    color: #fff;
    font-weight: 600;
}


.f_tel a{
	color:#091E3E !important;
}

/*パンくずリスト*/
.breadcrumb {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .8em;
}

.breadcrumb li {
    display: flex;
    align-items: center;
}

.breadcrumb li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23969696'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #969696;
    border-right: 1px solid #969696;
    content: '';
}

.breadcrumb a {
    color: #969696;
    text-decoration: none;
}
/*トピックス*/
.t_title{
	font-size:26px;
	margin-bottom:10px;
}
.t_date{
	color:#999999;
	margin-bottom:10px;
}
.topics_main_style{
	margin:10px;
}

/*センター紹介*/
.miniminititle::before {
	position: relative;
	content: "\f0c8";
	font-family: FontAwesome;
	color: #5ca560;
	margin-right: 5px;
}
.rokentext {
    margin-bottom: 50px;
}

.box-about {
    margin: 10px auto;
    border: 2px solid #4ea343;
    border-radius: 5px;
    color: #333333;
	max-width:590px;
	background-color:#f7ffe5;
}

.box-about h5 {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #fff;
    font-weight: 700;
    vertical-align: top;
	padding:5px;
	background-color:#2E7D32;
	font-size:18px;
	width:93%;
}

.box-about h5::before {
    width: 15px;
    height: 7.5px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
	margin-right:5px;
}

.box-about p {
    margin: 0;
    padding: 0 1.5em 1em;
}

/*研修会*/
.cate_icon {
	font-size: 16px;
    padding: 7px 10px;
    color: #FFFFFF;
    text-shadow: #666666 1px 1px 2px;
    margin: 0px 5px 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px #a9a9a9;
    display: inline-block;
}
.tbl1{
	max-width:1000px;
	margin:auto;
}
.tbl1 th {
  background: #349D56;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px;
  width:200px;
  
}
.tbl1 td {
  background: #F1F5F7;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl1 {
    width: 90%;
  }
  .tbl1 th,
  .tbl1 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
 
.card_white{
	border:#999 solid 1px;
	border-radius:2px;
	width:95%;
	padding:10px;
	margin:auto;
}

#form_mvlogin{
	max-width:400px;
	margin:auto;
}

/*出前講座*/
div.demae {
  padding: 0.5em;
}
.heading1 {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  border-bottom: 1px solid rgba(37,139,71,1);
  font-size:22px;
}
.heading1:after,
.heading1:before {
  position: absolute;
  content:'';
  transform: rotate(45deg);
}
.heading1:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(37,139,71,1);
}
.heading1:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(159,204,129,0.5);
  transform: rotate(60deg);
}
div.demae p{
	padding-left:20px;
}
/*流れ*/
.flow_design{
	margin:40px auto 20px;
	max-width:980px;
}
.flow_design div{
	border-radius: 20px;
	padding:10px 0;
	margin-bottom:20px;
}

.flow_design h4{
	text-align:center;
	font-weight:700;
	margin-bottom:20px;
}
.flow {
  padding-left: 0;
}

.flow > li {
  list-style-type: none;
  border: 2px solid #70AD47;
  padding: 20px !important;
  border-radius: 20px;
  margin-bottom: 40px !important;
  position: relative;
  background-color:#FFFFFF !important;
  width: 98%;
  margin: auto;
}

.flow > li::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #70AD47;
}

.flow > li.last {
  margin-bottom: 50px;
}
.flow > li.last::after {
	display:none;
}


.flow > li dl{
	margin-bottom: 0;
}
.flow > li dl dt {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  text-indent: -27px !important;
  padding-left: 27px !important;
}

.flow > li .icon10 {
  color: #70AD47;
  margin-right: 0.5em;
}

.flow > li dl dd {
  margin-left: 30px;
}
.flow > li p {
	text-align:right;
	margin-bottom:0 !important;
	padding-bottom:0 !important;
	font-weight:700;
}
.flow > li p a {
	color:#70AD47;
	font-size:16px;
}

.box4 {
	max-width:500px;
    margin: 0 auto;
    border: 2px solid #70AD47;
    border-radius: 3px;
}

.box4 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #70AD47;
    color: #fff;
    font-weight: 600;
}

.box4 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.demaelist_shozoku h4 {
    background-color: #70AD47;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    margin: 0;
    border-radius: 20px;
    text-shadow: #333 1px 1px 2px;
    font-size: 118%;
}

table.demae_list{
	border:none;
	margin-top:3px;
	font-size:14px;
    margin: 10px 0 20px;
}
table.demae_list th {
    background: #70AD47;
    border: solid 1px #FFFFFF;
    text-shadow: #666666 1px 1px 2px;
    font-weight: 100;
	color:#FFFFFF;
	padding: 10px;
}
table.demae_list td {
	padding: 10px;
    background: #F1F1F1;
	border:solid 1px #FFF !important;
}

table.demae_list tr td:nth-of-type(1) {
	width:25%;
	font-weight:bold;
}
table.demae_list tr td:nth-of-type(2) {
	width:48%;
}
table.demae_list tr td:nth-of-type(3) {
	width:11%;
	font-size:13px;
}
table.demae_list tr td:nth-of-type(4) {
	width:16%;
	font-size:13px;
}
@media screen and (max-width: 640px) {
 .pc_none{
	display:inline;
 }
 .sp_none{
 	display:none;
 }
 .sp_left{
 	text-align:left !important;
 }
 .demaelist_shozoku h4,
  .demae_list {
    width: 98%;
  }
  .demae_list .thead {
    display: none;
  }
  .demae_list tr {
    width: 100%;
  }
  .demae_list td {
    display: block;
    text-align: left;
    width: 100% !important;
  }
  table.demae_list td:first-child {
    background: #9FCC81 !important;/*#537b38;*/
    color: #fff;
    font-weight: bold;
	border-left:none;
  }
  .demae_list td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/*申し込みフォーム*/
.c_form p{
    margin-top: 1rem;
    margin-bottom: 0;
}
.p_renkei_work{
	font-weight:700;
}


.c_table {
	width: 100%;
}

.c_table th{
  background: #349D56;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width:20%;
}
.c_table td{
  border:solid 1px #ccc;
  background: #F7F7F7;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .c_table th,
  .c_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*社会資源ガイド*/
.tab_container .tab_content h7#dl_1, .main_content .shakai_guide_list .tab_content h7#dl_1 {
    background: #e7a543;
    color: #FFFFFF;
    text-shadow: #7a7a7a 1px 1px 0px;
    padding: 7px 7px;
	margin:10px 0;
}
.shakai_guide_list h7{
    background: #e7a543;
    color: #FFFFFF;
    text-shadow: #7a7a7a 1px 1px 0px;
    padding: 3px 7px;
}
.tab_content p.indent_nest{
	padding-left: 13px;
}
.r_h3{
	font-size:16px;
	max-width: 980px;
	margin:auto;
}
.r_waku{
	display:block;
	border-radius:10px;
	max-width: 980px;
	margin:auto;
    padding: 1em;
    clear: both;
    overflow: hidden;
    border-left: 2px solid #ffb74b;
    border-right: 2px solid #ffb74b;
    border-bottom: 2px solid #ffb74b;
    border-top: 2px solid #ffb74b;
    border-radius: 0 0 10px 10px;
    background-color: #fff7ec;
}
	

/** 表のスタイルの例 */
.shakai_guide_list .table {
	/*border:none;*/
	border:solid 2px #ffb74b;
	border-radius:10px;
    width: 100%;
    max-width: 980px;
    margin: auto;
    border-collapse: collapse;
}
.shakai_guide_list .table th.guide_name {
    background: #ffb74b;
	color:#000;
/*	text-shadow: #ccc 1px 1px 0px;*/
	font-size: 120%;
	width:100%;
}
.shakai_guide_list .table th {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    background: #ffe6bf;
    font-weight: normal;
    text-align: left;
	color:#222222;
	white-space:25%;
	width:12.5%;
}
.shakai_guide_list .table td {
    background: #FFFFFF;
}
.shakai_guide_list .table td.c1 {
	width:25%;
}
.shakai_guide_list .table td.c2 {
	width:50%;

}

.shigen_title_area {
    background-color: #ffb74b;
    max-width: 980px;
	margin:auto;
}
@media (max-width: 768px) {
	.shakai_guide_list .table th.guide_name {
		font-size:100%;
	}

	.shakai_guide_list .table {
		width: 100%;
	}
	
	.shakai_guide_list .table th,
	.shakai_guide_list .table td {
		width: 100% !important;
		display: block;
		border: none;
		font-size:15px;
	}
}


p.jigyousho_no_area {
    width: 99%;
    background-color: #FFFFFF;
    border-radius: 5px;
    line-height: 1.2em;
}
p.jigyousho_no_area > span.name {
    word-break: break-all;
    font-size: 70%;
    line-height: 100%;
    font-weight: bold;
}
.shigen_cate_ico {
    padding: 9px 0;
    display: block;
    font-size: 18px;
}
h4.shigen_name {
    position: relative;
    line-height: 1;
    color: black;
    color: #000;
    font-size: 125%;
    padding: 10px 0px 5px 0px;
    width: 100%;
    font-size: 2.6vh;
    line-height: 1.2em;
}
.shigen_shousai{
    max-width: 980px;
	margin:auto;
}
.shigen_shousai h6{
	font-weight: 700 !important;
	position: relative;
    padding-left: 1.2em;
    line-height: 1.4;
    font-size: 110%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.shigen_shousai h6:before{
	font-family: "Font Awesome 5 Free";
    content: "\f06c";
    font-weight: 600;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #258B47;
}
table.biz_time {
    border: 1px solid #CCCCCC;
    margin: 10px 0 20px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	font-size:17px;
}
table.biz_time th {
	border-width: 0 0 1px 1px;
    background: none repeat scroll 0 0 #b37a34;
    border-color: #CCCCCC;
    color: #fff;
    padding: 5px 10px;
/*	text-align:center;*/
	font-weight: normal;
}
table.biz_time th.w25 {
	width:250px;
}
table.biz_time td {
	border-width: 0 0 1px 1px;
    border-color: #CCCCCC;
    padding: 5px;
    background: #FFFFFF;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


.link p {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #ffd89e;
    color: #000;
}

.link p::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #ffd89e;
}

.link h5 {
	padding-left:30px;
	font-weight:700!important;
}
.link h5 a{
	color:#000099;
}

.f_l{
	background-color:#fff4c2;
}
.f_r{
	background-color:#c7e8c2;
}


.staff_part{
	width:46%; /*47%*/
	float:left;
	padding-left:22px;
	/*height:380px;*/
}
.staff_part p{
	padding-bottom:0px;
}
.mv_part h3{
	font-size:18px;
}