/* 共通 */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #1c6247;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}

@media (min-width: 768px) {
/* ヘッダ */
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
}

@media (min-width:1280px) {
/* ヘッダ */
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 3.2rem;
}
}

/* 獣医師 */
#content section.vet .staff_vet {
    margin-bottom: 40px;
}
#content section.vet .staff_kobayashi {
    margin-bottom: 0;
}
#content section.vet .staff_photo {
    text-align: center;
    margin: 0 auto 10px;
    overflow: hidden;
}
#content section.vet .staff_photo img {
    display: block;
    width: 60%;
    max-width: 300px;
    margin: 0 auto 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    overflow: hidden;
}
#content section.vet .staff_photo .staff_name {
    font-size: 2rem;
    text-align: center;
}
#content section.vet .staff_photo .staff_name .post {
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 1em;
}
#content section.vet .staff_photo .staff_name strong {
    font-weight: 500;
}
#content section.vet .staff_photo .staff_name_e {
    font-weight: 300;
}
#content section.vet .staff_photo .staff_name .label {
    background: #f6f2ec;
    padding: 0 0.5em;
    display: inline-block;
    line-height: 1.5;
}

#content section.vet .staff_profile table {
    width: 100%;
    background: #f7f7f7;
	border-collapse: separate;
	border-spacing: 0.5em;
    border: solid 5px #f7f7f7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.vet .staff_profile table th {
    font-weight: 500;
    text-align: left;
    vertical-align: top;
    display: block;
}
#content section.vet .staff_profile table th br {
    display: none;
}
#content section.vet .staff_profile table td {
    display: block;
    padding-left: 1em;
}

/* スタッフ  */
#content section.all_staff {
    margin-bottom: 0;
}
#content section .staff_inner > div {
    text-align: center;
    padding: 20px 15px 25px;
    margin-bottom: 20px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section .staff_list {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
/* 獣医師 */
#content section.vet .staff_vet {
    margin-bottom: 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
#content section.vet .staff_kobayashi {
    margin-bottom: 0;
}
#content section.vet .staff_photo {
    width: 260px;
    margin: 0;
}
#content section.vet .staff_photo img {
    width: 100%;
    max-width: none;
    margin: 0 auto 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.vet .staff_photo .staff_name {
    font-size: 2.2rem;
}
#content section.vet .staff_photo .staff_name .post {
    font-size: 2rem;
}

#content section.vet .staff_profile {
	width: 60%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 300px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 300px);/*Firefox4~15対応*/
	width: calc(100% - 300px);  
}
#content section.vet .staff_profile table {
	border-spacing: 0.8em;
    border-width: 8px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#content section.vet .staff_profile table th {
    display: table-cell;
    white-space: nowrap;
}
#content section.vet .staff_profile table th br {
    display: inline;
}
#content section.vet .staff_profile table td {
    display: table-cell;
    padding-top: 3px;
}

/* スタッフ  */
#content section .staff_inner {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content section .staff_inner > div {
    text-align: center;
    padding: 25px 15px 30px;
    margin-bottom: 30px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section .staff_inner .staff_vn {
	width: 100%;
}
#content section .staff_inner .staff_assistant,
#content section .staff_inner .staff_trimmer,
#content section .staff_inner .staff_front,
#content section .staff_inner .staff_office,
#content section .staff_inner .staff_clearn {
	width: 48%;
}
#content section .staff_list {
    font-size: 1.8rem;
}
}

@media (min-width:1280px) {
/* 獣医師 */
#content section.vet .staff_vet {
    margin-bottom: 60px;
}
#content section.vet .staff_kobayashi {
    margin-bottom: 0;
}
#content section.vet .staff_photo {
    width: 300px;
}
#content section.vet .staff_photo .staff_name {
    font-size: 2.8rem;
}
#content section.vet .staff_photo .staff_name .post {
    font-size: 2.2rem;
}

#content section.vet .staff_profile {
    width: 820px;
}
#content section.vet .staff_profile table {
    border-width: 10px 20px;
}
#content section.vet .staff_profile table th {
    width: 9em;
}

/* スタッフ  */
#content section .staff_inner {
}
#content section .staff_inner > div {
    text-align: center;
    padding: 25px 15px 30px;
    margin-bottom: 40px;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section .staff_inner .staff_vn {
	width: 100%;
}
#content section .staff_inner .staff_assistant,
#content section .staff_inner .staff_trimmer,
#content section .staff_inner .staff_front,
#content section .staff_inner .staff_office,
#content section .staff_inner .staff_clearn {
	width: 580px
}
#content section .staff_list {
    font-size: 2.2rem;
}
}
