/*-- Mobile --*/
@media only screen and (max-device-width: 736px) {
  html {
    font-size: 12px;
  }

  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    left: 0;
  }
  body.pushed {
    left: -240px;
    overflow: hidden;
  }
  body.pushed > #contents a {
    pointer-events: none;
  }
  body .pushed-overlay {
    display: block;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    pointer-events: none;
  }

  header,
  nav.global-nav,
  body {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  header {
    display: block;
    float: left;
    margin: 0;
    position: fixed;
    left: 0;
    border-top: none;
    height: auto;
  }
  header.pushed {
    left: -240px;
  }
  header.pushed .menu-sp li a {
    pointer-events: none;
  }
  header h1 {
    width: 48%;
    height: 29px;
  }
  header h1 a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background: url(../img/h1_logo@2x.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  header h1 a img {
    display: none;
  }
  header section {
    display: block;
    float: left;
    height: 60px;
    padding: 15px;
  }
  header .menu-pc {
    display: none;
  }
  header .menu-sp {
    display: block;
    float: right;
  }
  header .menu-sp li {
    height: 40px;
  }
  
  
    header .menu-sp li.li_MENU {
      background: #135893;
  }
   header .menu-sp li.li_MENU span.tx_MENU {

	   
    font-size: 0.6571428571rem;
	  	      margin: -5px auto -12px;
    display: block;
    padding-left: 10%;
	z-index: 99999;
}
  
header section > ul a, header section > ul i {
   
    padding: 0px 6px;
   
}
header section > ul li,
header section > ul > li:first-child + li {
    margin-left: 5px;
}
  
  
  header .menu-sp li a {
    font-size: 0.8571428571rem;
    line-height: 1.2;
    height: 30px;
    color: #333;
    font-weight: bold;
	text-align:center;
	padding-top:8px;
  }
  header .menu-sp li a:hover {
    background: none;
  }
  header .menu-sp .menu-sp-icon {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99998;
  }
  header .menu-sp .menu-sp-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    background: #fff;
    opacity: 1;
    left: 20%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .menu-sp .menu-sp-icon span:nth-child(1) {
    top: 8px;
  }
  header .menu-sp .menu-sp-icon span:nth-child(2), header .menu-sp .menu-sp-icon span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
  }
  header .menu-sp .menu-sp-icon span:nth-child(4) {
    bottom: 8px;
  }
  header .menu-sp .menu-sp-icon.open span:nth-child(1) {
    top: 50%;
    width: 0;
    left: 50%;
  }
  header .menu-sp .menu-sp-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .menu-sp .menu-sp-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .menu-sp .menu-sp-icon.open span:nth-child(4) {
    bottom: 50%;
    width: 0;
    left: 50%;
  }

 footer{
	margin-top:40px;
}
  footer section > * {
    width: 100% !important;
  }
  footer section:first-child {
    height: 140px;
    bottom: 40px;
  }
  footer section:first-child h5 {
    width: 100%;
    height: 17px;
    margin: 15px 0 5px;
    background: url(../img/h5_logo@2x.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  footer section:first-child h5 img {
    display: none;
  }
  footer section:first-child address {
    display: block;
    float: left;
    line-height: 1rem;
  }
  footer section:first-child address br {
    display: inline;
  }
  footer section:last-child {
    height: 40px;
    line-height: 42px;
  }
  footer section:last-child div,
  footer section:last-child span {
    height: 40px;
  }
  footer section:last-child span {
    font-size: 0.8571428571rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
		/*		spフッターにenglishボタン151015
*/		
footer section:first-child span.en_btn {
				width:100%;
				color:#fff;
    background: #1E588B;
				text-align:center;
			
				z-index:500;
			display: block;
    float: right;
  }
		footer section:first-child span.en_btn a {
			
				color:#fff;
				text-align:center;
						width:100%;
						
			
  }


  section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.global-nav {
    background: #135893;
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    right: -240px;
    z-index: 8000;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  nav.global-nav.open {
    right: 0px;
  }
  nav.global-nav > ul {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  nav.global-nav > ul > li {
    display: block;
    float: left;
    padding: 0 15px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    position: relative;
  }
  nav.global-nav > ul > li > a {
    display: block;
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 20px 0 10px;
  }
  nav.global-nav > ul > li > a b {
    border-left: none;
  }
  nav.global-nav > ul > li > a b small {
    display: none;
  }
  nav.global-nav > ul > li > div {
    display: block;
    position: static;
    padding: 0;
  }
  nav.global-nav > ul > li > div h2 {
    display: none;
  }
  nav.global-nav > ul > li > div ul {
    display: block;
    float: left;
    width: 100%;
  }
  nav.global-nav > ul > li > div ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  nav.global-nav > ul > li > div ul li a {
    display: block;
    float: left;
    font-size: 1.2142857143rem;
    width: 100%;
    color: #fff;
    position: relative;
  }
  nav.global-nav > ul > li > div ul li a[target]::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    width: 11px;
    height: 10px;
    background: url(../img/ico_ext_off@2x.gif);
    -webkit-background-size: contain;
    background-size: contain;
  }
  nav.global-nav > ul > li > div ul li a:hover {
    text-decoration: none;
  }
  nav.global-nav > ul:first-child::before {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 50px;
    background: url(../img/h2_000.png) center center no-repeat;
    -webkit-background-size: 85%;
    background-size: 85%;
  }
  nav.global-nav > ul:nth-child(2) {
    /*padding: 20px 0 50px;*/
  }
  nav.global-nav > ul:nth-child(2) li {
    margin-bottom: 0;
  }
  nav.global-nav > ul:nth-child(2) li a {
    font-size: 1.2142857143rem;
    font-weight: normal;
    padding: 5px 0;
  }
  nav.global-nav > ul:nth-child(2) li a::before {
    content: '\2022';
    display: inline-block;
    margin-right: 8px;
  }
  nav.global-nav a.btn-en {
    display: block;
    float: left;
    display: none;
    font-size: 1.2857142857rem;
    height: 40px;
    line-height: 20px;
    letter-spacing: 2px;
    width: 90%;
    margin: 5%;
    margin-top: 10%;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    position: relative;
  }
  nav.global-nav a.btn-en::after {
    position: absolute;
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    background: url(../../parts/img/btn_next.png);
    -webkit-background-size: contain;
    background-size: contain;
  }

  .button-text {
    font-size: 1rem;
    font-weight: bold;
  }

  #contents {
    padding-top: 60px;
  }
  #contents > section > * {
    margin-top: 25px;
  }
  #contents .title {
    padding: 25px;
  }
  #contents .title > * {
    width: 100%;
  }
  #contents .title h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }
  #contents .title h2 img {
    height: 48px;
    padding-left: 20px;
  }
  #contents .title ul {
    display: none;
  }
  #contents .news-pane {
    width: 100% !important;
  }
  #contents .news-pane .news-tab ul {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  #contents .news-pane .news-tab ul li {
    display: block !important;
    float: left !important;
    font-size: 1.1428571429rem;
    text-align: center;
    width: 23.5%;
    margin-right: 2%;
    background: #f2f2f2;
    padding: 10px 0;
  }
  #contents .news-pane .news-tab ul li:last-child {
    margin-right: 0;
  }
  #contents .news-pane .news-tab ul li.active {
    color: #fff !important;
    text-decoration: none;
  }
  #contents .news-pane .news-tab ul li.active[data-tab=all] {
    background: #bc2658;
  }
  #contents .news-pane .news-tab ul li.active[data-tab=topics] {
    background: #fe7f24;
  }
  #contents .news-pane .news-tab ul li.active[data-tab=media] {
    background: #65ba47;
  }
  #contents .news-pane .news-tab ul li.active[data-tab=recruit] {
    background: #0671b0;
  }
  #contents .news-pane .news-tab ul li:hover {
    color: #333;
    text-decoration: none;
  }
  #contents .news-pane .news-tab a {
    position: absolute;
    top: 0;
    right: 0;
  }
  #contents .news-pane .news-list ul {
    opacity: 1;
    transition: all 0.3s;
  }
  #contents .news-pane .news-list ul.prerender, #contents .news-pane .news-list ul.postrender {
    opacity: 0;
  }
  #contents .news-pane .news-list li a {
    padding: 10px 0;
  }
  #contents .news-pane .news-list li a b {
    font-size: 1rem;
  }
  #contents .news-pane .news-list li a b::after {
    display: inline-block;
    float: none;
    margin-left: 10px;
    font-size: 1rem;
    width: auto;
    text-align: left;
  }
  #contents .news-pane .news-list li a span {
    font-size: 1rem;
    width: 96% !important;
    margin-top: 5px;
  }
  #contents table tbody th,
  #contents table tbody td {
    padding: 10px 15px;
  }
  #contents table tbody th {
    width: 100px !important;
  }
  #contents blockquote {
    padding: 20px;
  }
  #contents .youtube-box {
    width: 100% !important;
  }
  #contents .youtube-box div::before {
    -webkit-background-size: 30% auto;
    background-size: 30% auto;
  }
  #contents ul.list-topic li b {
    width: 33% !important;
    padding-right: 15px;
  }
  #contents ul.list-topic li span {
    width: 67% !important;
  }
  #contents ul.list-link li {
    display: table;
    width: 32%;
    padding: 0 !important;
    margin: 0;
    float: left;
  }
  #contents ul.list-link li:nth-child(3n-2) {
    margin-left: 0 !important;
  }
  #contents ul.list-link li q {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  #contents ul.list-link li::after {
    display: none;
  }
  #contents ul.list-link li::before {
    content: '';
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: -1;
    box-sizing: border-box;
    border: 1px solid #ccc !important;
  }
  #contents ul.list-link li:hover::before {
    background: #fff;
  }
  #contents ul.list-link li.active::before {
    background: #bc2658;
    border-color: #bc2658 !important;
  }

  .btn-top {
    bottom: 57px;
    background-image: url(../img/ico_btn_top@2x.png);
    -webkit-background-size: 50%;
    background-size: 50%;
  }
  .btn-top:hover {
    margin-right: 0;
    width: 55px;
    height: 55px;
  }

  a.link-headline {
    padding-left: 1.5em !important;
  }
  a.link-headline::before {
    content: '' !important;
    width: 1em;
    height: 1em;
    background: url(../img/ico_link_020@2x.gif) left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0.9em !important;
  }

  /*Page Customization*/
  .about.index #contents h4.h4-img {
    margin-bottom: 0;
  }
  .about.index #contents p {
    margin-top: 15px;
  }
  .about.activity #contents div[data-section] > * {
    margin-top: 30px;
  }
  .about.activity #contents div[data-section] .content {
    padding-bottom: 30px;
  }
  .about.activity #contents div[data-section] .content h4.sub-title {
    margin-bottom: 20px;
  }
  .about.activity #contents div[data-section] .content ul.list-activity {
    margin-top: 10px;
  }
  .about.activity #contents div[data-section="01"] .content > .float-left {
    width: 100%;
  }
  .about.activity #contents div[data-section="01"] .content > .float-right {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .about.activity #contents div[data-section="01"] .content > .float-right img {
    display: inline !important;
    float: none !important;
  }
  .about.activity #contents div[data-section="01"] .content ul.list-activity li {
    width: 100%;
    margin-left: 0 !important;
  }
  .about.activity #contents div[data-section="01"] .content ul.list-activity li h6 {
    position: relative;
    height: 150px;
    overflow: hidden;
  }
  .about.activity #contents div[data-section="01"] .content ul.list-activity li h6 img {
    height: 100%;
  }
  .about.activity #contents div[data-section="01"] .content ul.list-activity li h6 img:first-child {
    position: relative;
    z-index: 1;
  }
  .about.activity #contents div[data-section="01"] .content ul.list-activity li h6 img + img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .about.department #contents ul.list-topic li b {
    width: 40% !important;
  }
  .about.department #contents ul.list-topic li span {
    width: 60% !important;
  }
  .about.summary #contents table {
    width: 100%;
  }
  .about.summary #contents .content > div.float-right {
    margin-top: 30px;
    width: 100%;
  }

  .facility.index #contents .btn-reset {
    position: static;
    margin-bottom: 30px;
  }
  .facility.index #contents .btn-reset div {
    position: static;
    text-align: center;
  }
  .facility.index #contents .btn-reset div:hover {
    background: #fff;
    color: #135893;
  }
  .facility.index #contents .list-type li {
    display: table;
    line-height: inherit;
    width: 22%;
    margin-top: 0;
    margin-left: 4%;
  }
  .facility.index #contents .list-type li:nth-child(4n-3) {
    margin-left: 0 !important;
  }
  .facility.index #contents .list-type li q {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 4px;
	font-size:smaller;
  }
  .facility.index #contents .list-type li:hover {
    background: #f2f2f2;
  }
  .facility.index #contents .list-type li.active {
    background: #bc2658;
  }
  .facility.index #contents div[data-type] {
    width: 100%;
  }
  .facility.index #contents div[data-type] h5 {
    margin-bottom: 15px;
  }
  .facility.index #contents div[data-type] ul {
    margin-bottom: 20px;
  }
  .facility.index #contents div[data-type] a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/ico_zoom@2x.png);
    -webkit-background-size: contain;
    background-size: contain;
  }
  .facility.index div#location-in-depth {
    padding: 0;
    width: auto;
    max-width: 400px;
    position: relative;
    /*& > div:not(.link) {
    	width: 100%;
    	height: auto;
    }*/
  }
  .facility.index div#location-in-depth .float-left {
    padding: 0 20px 20px;
    height: auto !important;
    box-sizing: border-box;
  }
  .facility.index div#location-in-depth .float-left h6 {
    font-size: 1.5714285714rem;
    margin-bottom: 10px;
  }
  .facility.index div#location-in-depth .float-left div {
    position: static;
  }
  .facility.index div#location-in-depth .float-left div address {
    margin-bottom: 15px;
  }
  .facility.index div#location-in-depth .float-right {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .facility.technology #contents .accordion div .float-right {
    float: none !important;
    text-align: center;
    margin: 0 auto 20px !important;
  }
  .facility.technology #contents .accordion div .float-right:after {
    content: '';
    display: table;
    clear: both;
  }
  .facility.technology #contents .accordion div .float-right > img, .facility.technology #contents .accordion div .float-right > a {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
  .facility.technology #contents .accordion div .float-right > a:after {
    content: '';
    display: table;
    clear: both;
  }
  .facility.technology #contents .accordion div .float-right > a > img {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .info #contents .book-shelf li {
    width: 32%;
    margin-left: 2% !important;
    margin-top: 15px !important;
  }
  .info #contents .book-shelf li:nth-child(3n-2) {
    margin-left: 0 !important;
    clear: left;
  }
  .info #contents .book-shelf li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .info #contents .video-panel {
    width: 100%;
  }
  .info #contents .video-panel li {
    width: 49%;
    margin-left: 2% !important;
    margin-top: 15px !important;
  }
  .info #contents .video-panel li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .info #contents .video-panel li:nth-child(2n-1) {
    margin-left: 0 !important;
    clear: left;
  }
  .info.pamphlet #contents .list-pdf li {
    width: 49%;
    margin-left: 2% !important;
    margin-top: 15px !important;
  }
  .info.pamphlet #contents .list-pdf li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .info.pamphlet #contents .list-pdf li:nth-child(2n-1) {
    margin-left: 0 !important;
    clear: left;
  }

  .recruit #contents .recruit-menu li {
    display: table;
    line-height: inherit;
    width: 32%;
    margin-top: 0 !important;
  }
  .recruit #contents .recruit-menu li:nth-child(3n-2) {
    margin-left: 0 !important;
  }
  .recruit #contents .recruit-menu li a {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 10px;
    font-size: 1.0714285714rem;
  }
  .recruit #contents .recruit-menu li a[target]::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../img/ico_ext_on@2x.gif);
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 10px;
  }
  .recruit #contents .recruit-menu li a:hover {
    text-decoration: none;
    background: rgba(19, 88, 147, 0.2);
  }
  .recruit.index #contents .banner {
    width: 100%;
  }
  .recruit.index #contents .banner li {
    margin-bottom: 15px;
  }
  .recruit.index #contents .banner a, .recruit.index #contents .banner img {
    width: 100%;
  }
  .recruit.department #contents table.table-plain {
    display: block;
    float: left;
    width: 100%;
  }
  .recruit.department #contents table.table-plain, .recruit.department #contents table.table-plain tbody, .recruit.department #contents table.table-plain tr, .recruit.department #contents table.table-plain th, .recruit.department #contents table.table-plain td {
    display: block;
    float: left;
    width: 100%;
  }
	.recruit.department #contents table.table-plain tr{
		margin-bottom:10px;
	}
  .recruit.department #contents table.table-plain tbody th {
    clear: left;
    font-weight: bold;
  }
  .recruit.department #contents table.table-plain a {
    width: 100%;
    word-wrap: break-word;
  }
  .recruit.department #contents .list-hospital li {
    width: 100%;
  }

  .privacy #contents h5 {
    margin-bottom: 10px;
  }

  .sitemap #contents table th {
    width: 40%;
  }
  .sitemap #contents table td {
    width: 60%;
  }
  .sitemap #contents table ul li a {
    padding-left: 1.5em;
  }
  .sitemap #contents table ul li a::before {
    content: '';
    width: 1em;
    height: 1em;
    background: url(../img/ico_link_020@2x.gif) left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0.9em;
  }
  
  
  /*160108追記 ここから*/
    .recruit #contents table.table-plain {
    display: block;
    float: left;
    width: 100%;
  }
  .recruit #contents table.table-plain, .recruit #contents table.table-plain tbody, .recruit #contents table.table-plain tr, .recrui #contents table.table-plain th, .recruit #contents table.table-plain td {
    display: block;
    float: left;
    width: 100%;
  }
  .recruit #contents table.table-plain tbody th {
    clear: left;
    font-weight: bold;
  }
  .recruit #contents table.table-plain a {
    width: 100%;
    word-wrap: break-word;
  }
  .recruit #contents .list-hospital li {
    width: 100%;
  }

  /*160108追記 ここまで*/


  .privacy #contents h5 {
    margin-bottom: 10px;
  }

  .sitemap #contents table th {
    width: 40%;
  }
  .sitemap #contents table td {
    width: 60%;
  }
  .sitemap #contents table ul li a {
    padding-left: 1.5em;
  }
  .sitemap #contents table ul li a::before {
    content: '';
    width: 1em;
    height: 1em;
    background: url(../img/ico_link_020@2x.gif) left top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0.9em;
  }

  .access #contents iframe {
    width: 100%;
  }
  .access #contents .float-left {
    width: 100%;
  }
  .access #contents .float-right {
    margin-top: 0;
    width: 100%;
  }
  .access #contents .map img:first-child {
    margin-bottom: 15px;
  }
  .access #contents .map .float-left, .access #contents .map .float-right {
    width: 49%;
  }

  .plan #contents table.table-plain td {
    display: inline;
  }

  .inquiry #contents ul.buttons li {
    display: block;
    float: left;
    width: 49%;
    margin: 0;
  }
  .inquiry #contents ul.buttons li:first-child {
    margin-right: 2%;
  }
  .inquiry #contents ul.buttons button {
    width: 100% !important;
  }
  .inquiry #contents table tbody th {
    width: 30% !important;
  }
  .inquiry #contents table tbody td input.spec {
    width: 100%;
  }
  
  
  /*アイセル追加記述*/



/*NEWSリンク一項目に数個リンク貼るよ151002*/
#news_link_plus{
	display:block;
	margin-left:0px;
	width:100%;
	border-top:none;
	
}

/*MV下にメニュー大項目一覧追加した151007*/

 #contents .sp_menu_list {
    width: 100% !important;
	display:inline-block;
  }
  #contents .sp_menu_list ul {
    
    width: 100%;
  }
  #contents .sp_menu_list ul li {
    display: block !important;
    float: left !important;
    font-size:0.8rem;;;
    text-align: center;
    width: 50%;
    background: #1E588B;
    padding: 10px 0;
	border:1px solid #fff;
	
  }
 
  #contents .sp_menu_list ul li.active {
    color: #fff !important;
    text-decoration: none;
  }
  #contents .sp_menu_list ul li:hover {
    color: #333;
    text-decoration: none;
  }
   #contents .sp_menu_list ul li a{
	   color:#fff;
   }
 
  #contents .sp_menu_list ul {
    opacity: 1;
    transition: all 0.3s;
  }
/*		沿線図h4 151125
*/					
.access_h4 span:before{
content: "\A" ;
	white-space: pre ;
}

 	/*		スマホ時改行 151125
*/	
.sp_br:before{
content: "\A" ;
	white-space: pre ;
}	
	
			/*		求人お問い合わせボタン追加160115
*/		

#contents .info_btn li a {
 
  width:100%;
  margin:10px auto;
}

			/*		看護の日追加160507
*/
	
#contents table.list-topic{
	width:100%;
	overflow:scroll;
	margin:0 auto;
	table-layout:auto;
}
#contents table.list-topic tr th,
#contents table.list-topic tr td{
	padding:8px;
 width:25%;
	margin:0;

}

#contents table.list-topic tr th{
	background:#135893;
	color:#fff;
	text-align:center;
}
#contents table.list-topic tr td{

	border: 1px solid #ccc;
}
#contents .nursing_day_naiyou{
	width:50%;
	float:left
}
#contents .nursing_day_naiyou ul li{
	float:left;
	padding:5px 10px 10px 25px;
	background: no-repeat url('../../about/parts/img/nursing_day/icon_nursing_day.png');
}

li img.icon_movie{
	display:none;
}
	
	.Bnr{
		display:none;
	}
	.inter_box .leftImg,
	.inter_box .leftImg img,
	.rightImg,
	.rightImg img{
		float:none;
		margin:10px auto;
		width:100%;
	}
	.human_box {
    background-size: contain;
		
	}
		.human_box>div{
			margin: auto !important;
			left: 0 !important; 
			right: 0 !important;
			text-align: center;
	}
			.human_box>div.btn06{
top: 600px !important;	}
	
	div#no_1,
	div#no_2,
	div#no_3,
	div#no_4,
	div#no_5,
	div#no_6{
		width: 96%;
	}
	#cboxLoadedContent h5::after {
    left: 0;
}
	.recruit #contents .recruit-menu2 li {
    display: block !important;
    line-height: 17px;
		height: auto;
    width: 48% !important;
    margin: 3px 1% !important;
}

.session_img_box{
	flex-direction: column;
}
.session_img_box li{
	margin-bottom: 20px;
}
.sports table.senseki td:first-child,
.sports table.senseki td:nth-child(3){
	width: auto;
}

	.sp_type{
		margin-bottom: 10px;
	}
}
/*# sourceMappingURL=sp.css.map */

