@charset "utf-8";

/*　#header　*/

#header {
 width: 1000px;
 margin: 0 auto;
}

#headerInn {}

#headerInn h1 {
 float: left;
 padding: 20px 0 16px;
}

#headerRight {
 text-align: right;
 float: right;
 margin-top: 20px;
}

#headerRight01 {
 margin-bottom: 8px;
}

#headerRight .smallNavi {
 display: inline-block;
 vertical-align: top;
}

#headerRight .smallNavi Ul {
 margin-right: 12px;
}

#headerRight .smallNavi li {
 background-image: url(../img/ico_circle01.jpg);
 background-repeat: no-repeat;
 background-position: left center;
 float: right;
 margin-right: 12px;
 padding-left: 12px;
}

#headerRight .smallNavi li a {
 font-size: 1.2em;
 color: #009966;
 text-decoration: none;
}

#headerRight .smallNavi li a:hover {
 text-decoration: underline;
}

#headerRight02 {
 margin-bottom: 8px;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

.btn_spMenu,
.spmenu {
 display: none;
}

#fontSizeChange {
 float: left;
 margin-right: 18px;
}

#fontSizeChange .fontSizeTitle {
 float: left;
 font-size: 1.4em;
 line-height: 1;
 font-weight: bold;
 margin-right: 6px;
 padding-top: 5px;
}

#fontSize {
 display: inline-block;
}

#fontSize li {
 display: inline-block;
 width: 20px;
 height: 20px;
 cursor: pointer;
}

#fontSize li:nth-child(1) {
 background-image: url(../img/btn_fontsizechange-s.jpg);
}

#fontSize li:nth-child(2) {
 background-image: url(../img/btn_fontsizechange-m.jpg);
}

#fontSize li:nth-child(3) {
 background-image: url(../img/btn_fontsizechange-l.jpg);
}

#fontSize li:nth-child(1):hover,
#fontSize li:nth-child(1).active {
 background-image: url(../img/btn_fontsizechange-s_ov.jpg);
}

#fontSize li:nth-child(2):hover,
#fontSize li:nth-child(2).active {
 background-image: url(../img/btn_fontsizechange-m_ov.jpg);
}

#fontSize li:nth-child(3):hover,
#fontSize li:nth-child(3).active {
 background-image: url(../img/btn_fontsizechange-l_ov.jpg);
}

#headerRight02 form {
 display: flex;
 justify-content: flex-end;
}

#headerRight02 form #word {
 float: left;
 width: 156px;
 height: 18px;
 margin-right: 4px;
 border: 1px solid #000;
}

#headerRight02 form #searchBtn {
 background-image: url(../img/btn_search.jpg);
 background-repeat: no-repeat;
 background-position: right center;
}

#gNavi {
 clear: both;
}

#gNavi ul li {
 float: left;
}

/*#gNavi ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}*/

a.gbtn01,
a.gbtn02,
a.gbtn03,
a.gbtn04,
a.gbtn05,
a.gbtn06 {
 display: block;
 text-indent: -10000px;
 list-style: none;
}


a.gbtn01 {
 width: 114px;
 height: 40px;
 background-image: url(../img/btn_gnavi01.jpg);
}

a:hover.gbtn01 {
 background-image: url(../img/btn_gnavi01_ov.jpg);
}


a.gbtn02 {
 width: 162px;
 height: 40px;
 background-image: url(../img/btn_gnavi02.jpg);
}

a:hover.gbtn02 {
 background-image: url(../img/btn_gnavi02_ov.jpg);
}

a.gbtn03 {
 width: 208px;
 height: 40px;
 background-image: url(../img/btn_gnavi03.jpg);
}

a:hover.gbtn03 {
 background-image: url(../img/btn_gnavi03_ov.jpg);
}

a.gbtn04 {
 width: 228px;
 height: 40px;
 background-image: url(../img/btn_gnavi04.jpg);
}

a:hover.gbtn04 {
 background-image: url(../img/btn_gnavi04_ov.jpg);
}

a.gbtn05 {
 width: 160px;
 height: 40px;
 background-image: url(../img/btn_gnavi05.jpg);
}

a:hover.gbtn05 {
 background-image: url(../img/btn_gnavi05_ov.jpg);
}

a.gbtn06 {
 width: 128px;
 height: 40px;
 background-image: url(../img/btn_gnavi06.jpg);
}

a:hover.gbtn06 {
 background-image: url(../img/btn_gnavi06_ov.jpg);
}



/*　#sliderWrap　*/

#sliderWrap {
 margin: 0 0 24px;
 clear: both;
}

#slider {
 width: 1000px;
 height: 316px;
 margin: 0 auto;
}

/*　#content　*/

#content {
 width: 1000px;
 margin: 0 auto 30px;
 /*	overflow: hidden;*/
}

#content a:hover img {
 opacity: 0.6;
 filter: alpha(opacity=60);
 -ms-filter: "alpha(opacity=60)";
}

#breadcrumb {
 text-align: left;
 font-size: 1.3em;
 line-height: 1.8;
 margin-bottom: 20px;
}

#breadcrumb ul li {
 display: inline-block;
}

#breadcrumb ul li:after {
 content: "＞";
 margin: 0 0.4em 0 0.8em;
 color: #000000;
}

#breadcrumb ul li:last-child:after {
 content: none;
}

#breadcrumb ul li a {
 color: #009966;
 text-decoration: underline;
}


/*　#main　*/

#main {
 float: right;
 width: 710px;
}

#mainMenu {
 padding: 10px 10px 2px 10px;
 background-color: #ccebe0;
 box-sizing: border-box;
 margin-bottom: 30px;
}

#mainArea01 {
 float: left;
 width: 468px;
 box-sizing: border-box;
}

#mainArea01 p {
 float: left;
 margin-right: 8px;
 margin-bottom: 8px;
 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#mainArea02 {
 float: right;
}

#mainMenu #mainArea02 p {
 padding-bottom: 7px;
}


/*　#side　*/

#side {
 float: left;
 width: 260px;
}

#sideInfo {
 padding: 0 16px;
 border: 2px solid #009966;
 margin-bottom: 30px;
}

#sideInfo .sideInfoTitle {
 text-align: center;
 margin-bottom: 8px;
}

#sideInfo .sideInfoData {
 text-align: left;
 font-weight: bold;
 line-height: 1.4;
}

#sideInfo .sideInfoData dt {
 font-size: 1.5em;
 color: #009966;
 background-image: url(../img/ico_circle02.jpg);
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 16px;
 margin-bottom: 4px;
}

#sideInfo .sideInfoData dd {
 font-size: 1.4em;
 margin-bottom: 10px;
}

#sideInfo .sideInfoData dd p {
 font-size: 1.2em;
 color: #0066cc;
}

#sideInfo .sideInfoData dd span {
 font-size: 0.9em;
 line-height: 1.2;
}

#side .sideBtn {
 margin-bottom: 30px;
}

.sideBtn p,
#side .sideBtn p {
 margin-bottom: 10px;
}

#sideAccecs {
 margin-bottom: 30px;
 line-height: 1.4;
}

#sideAccecs .address {
 font-size: 1.3em;
 text-align: left;
 margin-bottom: 10px;
}

#sideAccecs .address span {
 font-size: 1.3em;
 font-weight: bold;
}

#sideAccecs .googlemap {
 margin-bottom: 10px;
}

#sideAccecs .transport {
 font-size: 1.5em;
 font-weight: bold;
 line-height: 1.3;
 text-align: left;
}

#sideAccecs .transport dt {
 clear: left;
 float: left;
 width: 42px;
 margin-bottom: 10px;
}

#sideAccecs .transport dd {
 margin-left: 50px;
 padding: 3px 0 10px;
}

#sideAccecs .transport dd .citytrain {
 color: #009966;
}

#sideAccecs .transport dd .bus {
 color: #F36;
}

#newsWrap {
 float: left;
 margin-left: 30px;
 margin-bottom: 30px;
 padding-top: 10px;
 border-top: 1px solid #009966;
 width: 460px;
}

#newsWrap .newsWrapTitle {
 text-align: left;
 margin-bottom: 8px;
}

#tabBox {
 margin: 0px;
 width: 460px;
}

#tabBox ul li {
 float: left;
 display: inline;
 margin-right: 8px;
}

#tabBox ul li a img {
 outline: none;
 border: none;
}

#tabBox ul li a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha(opacity=100)";
}

#tabBox div {
 display: none;
}

#tab01,
#tab02,
#tab03,
#tab04 {
 clear: left;
}

#tabBox .patient,
#tabBox .medical_personnel,
#tabBox .adoption,
#tabBox .all {
 margin: 0 auto;
 display: block;
 width: 460px;
 padding: 12px;
 border-radius: 8px;
 box-sizing: border-box;
}

#tabBox dl {
 font-size: 1.5em;
 line-height: 1.3;
 text-align: left;
}

#tabBox dt {
 font-weight: bold;
}

#tabBox dd {
 padding-bottom: 12px;
 margin-bottom: 12px;
 border-bottom: dashed 1px #4d4d4d;
}

#tab01 .patient {
 background-color: #ffeff3;
}

#tab01 .patient dd a,
#tab01 .patient .look a {
 color: #ff3366;
}

#tab02 .medical_personnel {
 background-color: #ebf3fb;
}

#tab02 .medical_personnel dd a,
#tab02 .medical_personnel .look a {
 color: #0066cc;
}

#tab03 .adoption {
 background-color: #ebf7f3;
}

#tab03 .adoption dd a,
#tab03 .adoption .look a {
 color: #009966;
}

#tab04 .all {
 background-color: #f5f5f5;
}

#tab04 .all dd a,
#tab04 .all .look a {
 color: #666666;
}

#tabBox .look {
 display: block;
 padding-left: 10px;
 font-size: 0.85em;
 line-height: 1.3;
 text-align: right;
}

#tabBox .look:before {
 content: url(../img/ico_arrow01.png);
 margin-right: 5px;
}

#tabBox a {
 text-decoration: underline;
}


/*　#bnrWrap　*/

#bnrWrap {
 float: left;
 margin-left: 20px;
}

#bnrWrap p {
 margin-bottom: 10px;
}


/*　#footerNavi　*/

#footerNavi {
 clear: both;
 background-color: #e0f3ed;
 padding: 16px 0 10px;
 margin: 0 0 16px;
 overflow: hidden;
}

#footerNavi .footerNaviInner {
 width: 1000px;
 margin: 0 auto;
}

#footerNavi .footerNaviInner div {
 float: left;
 width: 240px;
 height: 130px;
 border-left: 1px dashed #4d4d4d;
 box-sizing: border-box;
 padding-left: 20px;
 margin-right: 20px;
 margin-left: -21px;
}

#footerNavi .footerNaviInner div:first-child {
 width: 280px;
}

#footerNavi .footerNaviInner div ul li {
 background-image: url(../img/ico_arrow01.png);
 background-repeat: no-repeat;
 background-position: left center;
 padding-left: 10px;
 text-align: left;
}

#footerNavi .footerNaviInner div ul li a {
 font-size: 1.4em;
 font-weight: bold;
 color: #009966;
 text-decoration: none;
}

#footerNavi .footerNaviInner div ul li a:hover {
 text-decoration: underline;
}


/*　#footer　*/

#footer {
 width: 1000px;
 margin: 0 auto;
 padding-bottom: 80px;
 font-size: 1.2em;
 line-height: 1.6;
 text-align: left;
}

#footer .footerLogo {
 float: left;
 margin-right: 20px;
}

#footer .address {
 float: left;
}

#footer .address span {
 font-size: 1.3em;
 font-weight: bold;
 color: #009966;
}

#footer .copyright {
 float: right;
}

#footer .copyright span {
 font-size: 0.92em;
}

/* スマホ用 */
@media screen and (max-width:640px) {

 /*　#header　*/
 #header {
  width: 100%;
  position: relative;
 }

 #headerInn {}

 #headerInn h1 {
  float: left;
  padding: 20px 0 16px;
 }

 #headerRight {
  display: none;
 }

 #headerRight01 {}

 #headerRight .smallNavi {}

 #headerRight .smallNavi Ul {}

 #headerRight .smallNavi li {}

 #headerRight .smallNavi li a {}

 #headerRight .smallNavi li a:hover {}

 #headerRight02 {}

 .btn_spMenu {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  cursor: pointer;
 }

 .spmenu.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #096;
  padding: 20px;
  box-sizing: border-box;
  z-index: 100;
 }

 .spmenu a {
  text-decoration: none;
  color: #FFF;
 }

 .spmenu p {
  float: left;
  font-size: 3em;
  line-height: 1;
 }

 .spmenu p.clause {
  width: 100px;
  float: right;
 }

 .spmenu ul {
  text-align: left;
  clear: both;
  padding-top: 10px;
 }

 .spmenu ul li {
  background-image: url(../img/icon_spmenu_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 28px;
  font-size: 2em;
 }

 .spmenu ul li a {
  padding: 10px 0;
  display: block;
 }

 #fontSizeChange {}

 #fontSizeChange .fontSizeTitle {}

 #fontSize {}

 #fontSize li {}

 #fontSize li:nth-child(1) {}

 #fontSize li:nth-child(2) {}

 #fontSize li:nth-child(3) {}

 #fontSize li:nth-child(1):hover,
 #fontSize li:nth-child(1).active {}

 #fontSize li:nth-child(2):hover,
 #fontSize li:nth-child(2).active {}

 #fontSize li:nth-child(3):hover,
 #fontSize li:nth-child(3).active {}

 #headerRight02 form {}

 #headerRight02 form #word {}

 #headerRight02 form #searchBtn {}

 #gNavi {
  display: none;
 }

 #gNavi ul li {}

 #gNavi ul li a:hover img {}


 /*　#sliderWrap　*/
 #sliderWrap {
  margin: 0;
 }

 #slider {
  width: 100%;
  height: auto;
  margin: 0 auto;
 }

 /*　#content　*/

 #content {
  width: 100%;
  margin: 0 auto 30px;
 }

 #content a:hover img {}

 #breadcrumb {
  display: none;
 }

 #breadcrumb ul li {}

 #breadcrumb ul li:after {}

 #breadcrumb ul li:last-child:after {}

 #breadcrumb ul li a {}


 /*　#main　*/

 #main {
  float: none;
  width: 100%;
 }

 #mainMenu {
  padding: 10px 10px 2px 10px;
  background-color: #ccebe0;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%;
 }

 #mainArea01 {
  float: none;
  width: 100%;
  box-sizing: border-box;
 }

 #mainArea01 p {
  float: none;
  margin: 0 auto 8px;
  display: inline-block;
 }

 #mainArea02 {
  float: none;
 }

 #mainMenu #mainArea02 p {
  padding: 0 0.5% 7px;
  box-sizing: border-box;
  float: left;
  width: 50%;
  text-align: center;
 }


 /*　#side　*/

 #side {
  float: none;
  width: 96%;
  margin: auto;
 }

 #sideInfo {}

 #sideInfo .sideInfoTitle {}

 #sideInfo .sideInfoData {}

 #sideInfo .sideInfoData dt {}

 #sideInfo .sideInfoData dd {}

 #sideInfo .sideInfoData dd p {}

 #sideInfo .sideInfoData dd span {}

 #side .sideBtn p {}

 #sideAccecs {
  margin: 0 auto 30px;
  width: 260px;
 }

 #sideAccecs .address {}

 #sideAccecs .address span {}

 #sideAccecs .googlemap {}

 #sideAccecs .transport {}

 #sideAccecs .transport dt {}

 #sideAccecs .transport dd {}

 #sideAccecs .transport dd .citytrain {}

 #sideAccecs .transport dd .bus {}

 #newsWrap {
  float: none;
  margin: 0 auto;
  padding-top: 10px;
  border-top: 1px solid #009966;
  width: 96%;
 }

 #newsWrap .newsWrapTitle {
  text-align: left;
  margin-bottom: 8px;
 }

 #tabBox {
  margin: 0 auto;
  width: 100%;
 }

 #tabBox ul li {
  float: left;
  display: inline;
  margin-right: 8px;
 }

 #tabBox ul li a img {}

 #tabBox ul li a:hover img {}

 #tabBox div {}

 #tab01,
 #tab02,
 #tab03,
 #tab04 {}

 #tabBox .patient,
 #tabBox .medical_personnel,
 #tabBox .adoption,
 #tabBox .all {
  width: 100%;
  margin-bottom: 30px;
 }

 #tabBox dl {}

 #tabBox dt {}

 #tabBox dd {}

 #tab01 .patient {}

 #tab01 .patient dd a,
 #tab01 .patient .look a {}

 #tab02 .medical_personnel {}

 #tab02 .medical_personnel dd a,
 #tab02 .medical_personnel .look a {}

 #tab03 .adoption {}

 #tab03 .adoption dd a,
 #tab03 .adoption .look a {}

 #tab04 .all {}

 #tab04 .all dd a,
 #tab04 .all .look a {}

 #tabBox .look {}

 #tabBox .look:before {}

 #tabBox a {}


 /*　#bnrWrap　*/

 #bnrWrap {
  float: none;
  margin: 0 auto;
  width: 96%;
 }

 #bnrWrap p {
  margin-bottom: 10px;
 }

 #bnrWrap .sp-left {
  width: 49%;
  float: left;
 }

 #bnrWrap .sp-right {
  width: 49%;
  float: right;
 }

 /*　#footerNavi　*/

 #footerNavi {
  display: none;
 }

 #footerNavi .footerNaviInner {}

 #footerNavi .footerNaviInner div {}

 #footerNavi .footerNaviInner div:first-child {}

 #footerNavi .footerNaviInner div ul li {}

 #footerNavi .footerNaviInner div ul li a {}

 #footerNavi .footerNaviInner div ul li a:hover {}


 /*　#footer　*/

 #footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #000;
  padding-bottom: 20px;
 }

 #footer .footerLogo {
  float: none;
  margin: 10px auto;
 }

 #footer .address {
  float: none;
 }

 #footer .address span {
  display: block;
 }

 #footer .copyright {
  float: none;
 }

 #footer .copyright span {}
}
