@charset "utf-8";

/* ********************************************************
	for sp css
******************************************************** */
/*アスペクト比が1より小さく(以下しか取れないため便宜上9/10とする)（つまり縦長）幅が413以下、
　もしくはアスペクト比が1以上（つまり横長）幅が735以下（iPhone6Plusより小さいデバイス）*/
@media only screen and (max-width: 800px){

body {
	min-width:250px;
}

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

#header {
	display: none;
}
#header_sp {
  display: block;
  padding-top: 30px;
}
#header_logo a img {
    width: 90%;
	max-width:323px;
    height: auto;
    margin: 0 5%;
}
#header_right {
  padding-top: 10px;
  text-align: center;
}
#header_right li {
  width: 33.333%;
  text-align: center;
  list-style: none;
  margin: 0;
  float: left;
}
#gNav li {
  background: #F2F2F2;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#gNav li a {
  display: block;
}
#gNavWrap {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}
#gNavBtn {
  color: #fff;
  text-align: center;
  background: #8abaf4;
  cursor: pointer;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  z-index: 1000;
}
#btnIcon{
  display: block;
  position: absolute;
  top:50%;
  right: 20px;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #fff;
  transition: .2s;
}
#btnIcon:before,#btnIcon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#btnIcon:before{
  margin-top: -7px;
}
#btnIcon:after{
  margin-top: 5px;
}
#gNavBtn .close{
  background: transparent;
}
#gNavBtn .close:before,#gNavBtn .close:after{
  margin-top: 0;
}
#gNavBtn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#gNavBtn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#gNavInner {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  background: #fff;
}
#gNavInnerWrap{
  width: 100%;
  padding-top: 40px;
}
#topBtn a{
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/arrow_top.png) no-repeat rgba(0, 0, 0, 0.3);
  background-position: center center;
  border-radius: 3px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
/*-------------------------------
  contents
-------------------------------*/
#contents{
	width: auto;
	margin: 0 10px;
}
#topicpath{
}
#page_header{
  margin: 10px 0;
}
#page_header img{
	width: 100%;
	height: auto;
}
div#topicpath{
	width: auto;
}
/*-------------------------------
  contents main
-------------------------------*/
#main h2.orange,
#main h2.pinc,
#main h2.aqua,
#main h2.olive{
  width: auto;
  margin: 30px 0 5px;
}
#main h4{
  margin: 15px 0 0;
}
#main2 h2.yellow,
#main2 h2.purple,
#main2 h2.pinc{
  width: auto;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  margin: 30px 0 15px;
}
#main2 h2.orange,
#main2 h2.green,
#main2 h2.aqua,
#main2 h2.blue,
#main2 h2.olive{
  width: auto;
  margin: 30px 0;
}
#main2 h3{
  width: auto;
  height: auto;
  font-size: 16px;
  padding-top: 20px;
}
#main2 h3.yellow,
#main2 h3.purple,
#main2 h3.green,
#main2 h3.pinc,
#main2 h3.aqua,
#main2 h3.orange,
#main2 h3.blue,
#main2 h3.olive{
  font-size: 16px;
	width: auto;
  height:auto;
  margin: 40px 0 0;
  line-height: 1.3;
}
#main img,
#main2 img{
	width: 95%;
	max-width: 100%;
	height: auto;
  display: block;
    margin-left: auto;
    margin-right: auto;
}
#main2 p{
    line-height: 1.6;
    float: none!important;
}

/*---
#main2 p+img{
  margin-top: 20px;
}--*/

#main2 h3 a {
    line-height: 1.5;
}

#main2 h5{
	margin-top:20px; 
}
#narrow1 {
     width: auto;
     height: auto; 
    margin-top: 5px;
     margin-right: 0px;
     margin-bottom: 0px; 
     margin-left: 0px; 
	 padding-top: 0px; 
}


#narrow2 {
    width: auto;
    float: none;
    height: auto;
}

#narrow3 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0;
    height: auto;
}

#narrow4 {
    float: none;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
}

#main2 h2{
	overflow:hidden;
}
#main2 h2 img{
    width: 100%;
    min-width: 380px;
	display:inline;
}

/*-------------------------------
  TOPぺーじ
-------------------------------*/

.top_content h2{
    margin-top: 20px;
    border-bottom: 3px solid #0558a8;
}
.top_content h2 img{
    width: 150px;
    max-width: 650px;
}

.top_content #main h2{
    margin-top: 20px;
    border-bottom: 3px solid #0558a8;
}
.top_content #main h2 img{
    width: 150px;
    max-width: 650px;
	margin-left: 0;
}

#top #topics {
    width: auto;
    height: auto;
    background-color: #e0eaf6;
    padding: 10px;
    margin-bottom: 0;
}
#top #topics a {
     padding-left:0;
    float: none;
}
#top #topics a img{
	margin-bottom: 5px;
    width: 100%;
    height: auto;
}
#top #right {
    display: none;
}
.banner_res {
    display: block;
	overflow:hidden;
}
.banner_res li {
    width: 50%;
    float: left;
}
.banner_res li img {
    width: auto;
    max-width: 90%;
    height: auto;
    display: block;
    margin: 10px auto;
}

/*-------------------------------
  看護部紹介
-------------------------------*/
#shoukaicon #narrow1 h6 {
    width: auto;
    height: auto;
}
#shoukaicon #narrow2 {
    width: auto;
    height: auto;
    float: none;
}
#shoukaicon #narrow3 {
    width: auto;
    height: auto;
    float: none;
}
.center1 {
    height: auto;
    width: auto;
    margin:0 auto;
}
#nurseman #narrow1 {
    width: auto;
    height: auto;
	margin:0;
	padding:0;
}
#nurseman #narrow2 {
    width: auto;
    float: none;
    height: auto;
}
#nurseman #narrow1 #photo4 {
    float: none;
    height: auto;
    width: auto; 
	padding:0;
    margin: 0;
    display: block;
}
#shoukaicon #narrow1 #narrow3 img{
	max-width:250px;
}

/*-------------------------------
  教育支援体制
-------------------------------*/

#kenshuhukei1 {
    height: auto;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
#kenshuhukeileft {
    float: none;
    height: auto;
    width: auto;
	padding:0;
	margin-bottom:10px;
}
#kenshuhukeiright {
    float: none;
    height: auto;
    width: auto;
    padding:0;
}
hr{
	width: 100% !important;
}

/*-------------------------------
  看護外来
-------------------------------*/
#photo3 {
    float: none;
    width: auto;
    margin:10px 0;
    display: block;
}

#gairaicon #narrow1 #narrow2 {
    padding-right:0;
    width: auto;
}

.down1 {
    margin: 0;
    padding:0;
}


/*-------------------------------
  看護師紹介
-------------------------------*/
#senpaicon #narrow1 {
    width: auto;
    height: auto;
	margin:0;
	padding:0;
}

#senpaicon #narrow2 {
    width: auto;
	padding:0;
}

#bunaicon #narrow2 {
    width: auto;
    padding:0;
}

#photo4 {
    padding: 0px;
    float: none;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}


/*-------------------------------
  部署紹介
-------------------------------*/

#bushocon #narrow1 #narrow2 {
    float: none;
    height: auto;
    width: auto;
	padding:0;
	margin-bottom:5px;
}

#bushocon #narrow1 #narrow3 {
    float: none;
    width: auto;
    padding: 0;
    display: block;
    height: auto;
    margin: 0px;
}

#bushocon img#photo2 {
	max-width:250px;
}

/*-------------------------------
  委員会活動
-------------------------------*/

#iinkaicon #narrow1 #narrow2 {
    padding: 0px;
     width: auto;
    float: none;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#iinkaicon #art1 img{
	max-width:250px;
}

#art1 {
    padding: 0px;
    float: none;
    height: auto;
    width: auto;
    margin:10px 0 10px 0;
    text-align: center;
    display: block;
}

#art2 {
    padding: 0px;
    float: none;
    height: auto;
    width: auto;
    margin:10px 0;
    display: block;
}
#art3 {
    height: auto;
    width: auto;
    margin: 10px 0;
    float:none;
}

#right{
	width:auto;
}

/*-------------------------------
 新人看護職員臨床研修募集
-------------------------------*/

#box1 {
    height: auto;
    width: auto;
    border: 1px solid #D6D6D6;
    padding: 15px;
}

/*-------------------------------
  contents sub
-------------------------------*/
#sub{
	width: auto;
	float: none;
	clear:both;
	margin-top: 20px;
}
#sub #side_area{
	width: auto;
	padding: 10px;
  margin-top: 40px;
}
#sub h2{
	width: auto;
	margin: 10px auto 0;
}
#sub h2 img{
    width: 100% !important;
	height:auto !important;
	max-width: 250px;
}
#sub .lNav{
	width: auto;
	padding: 10px 0 0;
}
#sub ul.lNav li{
	width: auto;
	margin: 0 auto 3px;
	border-bottom: none;
}
#sub ul.lNav li+li{
	border-top: solid 1px #ccc;
}

#sub #bn li img{
	width:100% !important;
	height:auto !important;
}

/*-------------------------------
  contents top
-------------------------------*/
#top #main{
	width: auto;
	float: none;
    padding: 0;
}
#top #main h2{
	overflow: hidden;
}
#top #main dl{
	width: auto;
}
#top #main dl dt{
	width: auto;
	padding: 5px 5px 0;
	float: none;
	line-height: 1;
}
#top #main dl dd a{
	background: none;
	padding: 5px;
}
#top #more_news{
  width: auto;
}
#main2{
	width: auto;
	padding-left: 0;
	float: none;
}
.titleNews{
  display: none;
}
.titleNewsSp{
  display: block;
  background: url(../images/h2_normal_sp.png) left top no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.titleNewsSp:after{
  content: " ";
  display: block;
  height: 2px;
  width: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fe7998+0,cccccc+32 */
  background: #fe7998; /* Old browsers */
  background: -moz-linear-gradient(left,  #fe7998 0%, #cccccc 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #fe7998 0%,#cccccc 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #fe7998 0%,#cccccc 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7998', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
.titleNewsSp span{
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  color: #FE7797;
}
/*-------------------------------
  看護部紹介 idea
-------------------------------*/
#main .idea strong{
  display: inline;
  margin-bottom: 20px;
}
#main .idea strong:nth-child(3){
  text-indent: 0;
}
div.border_orange{
	height: auto;
}
#main p.border_orange{
	width: auto;
}
#main h3.orange{
	width: auto;
}
.shokai_name{
	width: auto;
	float: none;
}
.border_orange img:first-child{
	width: auto;
	max-width: 90%;
	height: auto;
	float: none !important;
}
.shokai_name+p,
.shokai_name+img+p{
	width: auto;
	float: none;
}
/*-------------------------------
テーブル
-------------------------------*/
#main2 table{
width: 700px;
}
#main2 .tableWrap {
  width: 100%;
  margin: 0;
}
.tableWrap{
  position: relative;
}
.tableWrap:before{
  background: url(../images/icon_swipe.png) center center no-repeat rgba(102,102,102,0.5);
  background-size: 37px 45px;
  width: 96px;
  height: 66px;
  margin: -33px 0 0 -43px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 150px;
  content: " ";
  opacity: 1;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}
.tableWrap.iconFade:before{
  opacity: 0;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/*-------------------------------
  入職時研修 education-newcomer
-------------------------------*/
#photo{
	margin: 10px auto;
	display: block;
	text-align: center;
}
/*-------------------------------
  委員会活動 activity
-------------------------------*/
#main p.border_pinc{
  margin: 0 0 10px;
  width: auto;
}
/*-------------------------------
  チーム医療 team
-------------------------------*/
#main p.border_aqua{
  width: auto;
}
/*-------------------------------
  部署紹介 ward
-------------------------------*/
#main2 img+h3.orange{
  margin-top: 15px;
}
#main2 .post .postContent a h3{
  margin: 15px 0;
  font-size: 12px;
  line-height: 26px;
}
#main2 .post .postContent a h3 img{
  margin: 0;
  display: inline-block;
}
#main2 p.border_yellow{
  width: auto;
  margin: 5px 0 30px;
}
#main2 p.border_purple{
  width: auto;
  margin: 5px 0 30px;
}
#main2 p.border_green{
  width: auto;
  margin: 5px 0 30px;
}
#main2 p.border_pinc{
  width: auto;
  margin: 5px 0 30px;
}
#main2 p.border_aqua{
  width: auto;
  margin: 5px 0 30px;
}
#main2 p.border_orange{
  width: auto;
  margin: 5px 0 30px;
}
/*-------------------------------
  看護ケア外来 care
-------------------------------*/
#main p.border_olive{
  width: auto;
}
/*-------------------------------
  お知らせ
-------------------------------*/
#main2 h2.normal{
  font-size: 16px;
  line-height: 1.1;
  width: auto;
  height: auto;
  padding-top: 17px;
  padding-bottom: 7px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
/*-------------------------------
  サイトマップ sitemap
-------------------------------*/
#tree a:hover p{
  color: #FE7797;
}
#tree,#tree div,#tree ul,#tree li,#tree p{
  display: block;
  float: none;
  width: auto;
  height: auto;
  padding: 0;
}
#tree p {
  font-size: 15px;
  padding: 10px 0;
  border-bottom : 1px dotted #ccc;
  font-weight: bold;
}
ul#tree2 p{
  padding-left: 15px;
}
ul#tree3 p {
  font-weight: normal;
  padding-left: 30px;
}
.listtop,
.listmidel1,
.listmidel2,
.listmidel3,
.listmidel4,
.listbottom{
	background-image:none;
}

/*-------------------------------
  お問い合わせ contact
-------------------------------*/
#main2 input,#main2 textarea{
  width: 100%;
}
#main2 input[type="submit"]{
  width: 100px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
/*-------------------------------
  footer
-------------------------------*/
#footer_illust{
	display: none;
}
#footer_wrap{
  display: none;
}

#footer_sp_illust{
  display: block;
}
#footer_sp_wrap{
  display: block;
}
#adress{
  font-size: 12px;
  padding: 5px 10px;
  line-height: 1.2;
}
#adress strong{
  display: block;
}
#footer{
  font-size: 12px;
  background: #8abaf4;
  width: auto;
  height: auto;
  padding: 5px 10px;
  margin-bottom: 0;
  margin-top: 0;
}
/*-------------------------------
  追記
-------------------------------*/
.post .newsTable01 th,.post .newsTable01 td {
  font-size: 12px;
}
a[href^="tel:"]{
	cursor: pointer;
  color: #EE7390;
}
#main .scaleupBtn,#main2 .scaleupBtn {
  margin: 0 auto;
  text-align: center;
}
#main .scaleupBtn a,#main2 .scaleupBtn a {
  font-size: 16px;
  width: 90%;
  padding: 15px 0px;
  border: 5px solid #F9F9FA;
  outline: 1px solid #ccc;
  display: inline-block;
  color: #333;
  font-weight: normal;
  text-align: center;
}
#main .scaleupBtn a:after,#main2 .scaleupBtn a:after{
  background: url(../images/icon_scaleup.png) no-repeat;
  -webkit-background-size: 21px 21px;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.showSP{
  display: block;
}

}
