@charset "utf-8";
/*
Theme Name:tyoujunosato 
Theme URI:http://www.housikai.or.jp/tyoujunosato/
Description:特別養護老人ホーム 長寿の里Webサイト
Version:1.0
Author: Hiroshi Tashiro(Cording),tyoujunosato,housikai(owner)
*/
/*-----------------------------------------------
テキストが下からふわっとスクロールする
--------------------------------------------------*/
.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

/*----------------------------------------------------
ナビゲーションメニュー
------------------------------------------------------*/
/* CSSコード */
.header {
  display: flex;
  justify-content: space-between;/*center;*/
  align-items: center;
  padding: 0 0px;
  background:#CF0;
  position: relative;
  border-bottom:0px solid #FFF
}

.logo {
  font-size: 16px;
  color:#000;
  font-weight:bold;
  text-decoration:none;
  padding-left:20px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 0px;
  z-index: 1000;/* 重なり順を一番上にする */
  cursor: pointer;
  background-color:#333
}

/* ハンバーガーメニューのアイコン棒 */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background:#CF6;/*#FFF;*/
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #CF6;/*rgb(110, 110, 110);*/
  transition: .5s;
  text-align: left;
  padding-top: 30px;
  font-size:20px;/*23px;*/
  font-family:Verdana, Geneva, sans-serif
}

/* ul,メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  line-height:200%;
}

/*li*/
.nav_item a {
  color: #333;
  font-weight:bold;
  text-decoration: none;
  padding-bottom:5px;
  border-bottom:0px solid #FFF
}

.nav_item a:hover {
  color: #090;/*深緑*/
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
  
}

@media only screen and (min-width: 1024px) {
/*------------------------------------------------------------------------
フッターの固定
--------------------------------------------------------------------------*/
div#body-bk{
    padding:0px 0px 90px 0px;/* 上下に160pxを余白を取る */
}

div#body{
    width:100%;/*990px*/
    margin:auto;
}

/* フッターの固定 */
div#footer-fixed {
    position: fixed;/* フッターの固定 */
    bottom: 0px;/* 位置(下0px) */
    left: 0px;/* 位置(左0px) */
    width: 100%;/* 横幅100%　*/
    height:90px;/* 縦幅206px */
}
 
div#footer-bk {
	background-color:#FCC;/*#9FB8F1;/*#CEE4FD;/* 背景色() */
	padding-top:15px;/* 上10px、下10pxをあける */
	height:90px;/* 縦の高さ206px */
	width:100%;/* 横の幅を100% */
}

div#footer { 
	height:90px;/* 160px縦の表示領域はheader-bkと同じ */
	width:100%;/* 横の幅970px */
	margin-left:auto;/* 中央揃え */
	margin-right:auto;/* 中央揃え */	
}

#footer h2 {
	font-size: 13pt;
	color: #000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .ft_logo {
	max-width:220px;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
}

#footer .img_phone {
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer p {
	font-size: 12pt;
	font-weight:bold;
	line-height:150%;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer p a {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	color:#00F
}

/**/
body {
	background-color:#F5F5F5;/*#F6F7F7;/*#FFF;*/
	margin:0px
}

.wrapper {
	width: 96%;
    height:auto;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
}

/*---------------------------------------------------------
ヘッダー要素
---------------------------------------------------------*/
.head_wrap {
	margin-left:20px;
	margin-right:10px;
	margin-bottom:0px;/**/
	padding-top: 0px;
	padding-bottom: 0px;
	max-width:100%;/*1020px;*/
	height:auto;
}

.h_left {
	float: left;
	width: 40%;/*500px;*/
	height:auto;
	text-align:left
}

/**/
.h_left p {
	font-size: 16pt;
	font-weight:bold;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	margin-top: 0px;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	padding-top:5px;
	padding-left:15px;
}

.h_left p a {
	color: #000;/*#CE4048;*/
	text-decoration: none;
}

.h_left p a:hover {
	color: #00F;
}

.h_right {
	float: right;
	text-align:right;
	width: 58%;/*520x;*/
	height:auto
}

.h_right p {
	font-size: 16pt;
	font-weight:bold;
	text-align:right;
	color:#000;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:15px
}

.h_right p a {
	color:#F00;
	text-decoration: none;
}

.h_right p a:hover {
	color: #00F;
}

/*---------------------------------*/

.mh1 {
	max-height:480px;
	width:auto;
	padding-right:10px
}

.mh2 {
	max-height:600px;
	width:auto;
	padding-right:10px
}

.mh3 {
	max-height:280px;
	width:auto;
	padding-right:10px
}

.mw1 {
	max-width:480px;
	height:auto;
	padding-right:10px
}

.mw2 {
	max-width:590px;
	height:auto;
	padding-right:10px
}

.mw3 {
	max-width:30%;
	height:auto;
	padding-right:10px
}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.banner a:hover img  { filter: alpha(opacity=50); opacity: 0.5  }

/*ヘッダーロゴ-----------------------------------------------------------------------------------------*/
.h_logo {
	max-width:220px;/*33%*/
	height:auto;
	margin-top:10px;
}

.h_logo2 {
	max-width:440px;/*33%*/
	height:auto;
	margin-top:10px;
	margin-bottom:0px;
	margin-right:15px;
}

.title {
	max-width:96%;
	height:auto;
	margin-left:2%
}

/*メインスライダー画像*/
.rslides img {
	margin-top:10px;/*10px;*/
	margin-bottom:10px;
	border-radius:12px
}

/*------------------------------------------------------------------
固定ページ・投稿記事
--------------------------------------------------------------------*/
h1 {
	font-size: 14pt;
	text-align:center;
	line-height:130%;
	font-family:"Times New Roman", Times, serif;
	color:#000;/*#FFF;*/
    margin-left:30px;/*15px*/
	margin-right:30px;
	margin-top: 10px;
	margin-bottom:10px;/*0px;*/
	padding-bottom:10px;/*10px*/
	border-bottom:1px dashed #999
}


h1 a {
	color:#000;
	text-decoration:none
}

h1 a:hover{
	color:#00F
}

h1 span {
	font-size:22pt
}

/*--------------------------------------------------------------------------------------------------------
見出し
---------------------------------------------------------------------------------------------------------*/
.h2 {
	font-size: 26pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 20px;/**/
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:15px;
}

.h2_bg {
	font-size: 30pt;
    color:#000;
	font-style:normal;/*italic;*/
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:24px;
    padding-bottom:24px;
	border-top:3px solid #FFF;/*#06C;*/
	border-bottom:0px solid #FFF;
    background-color:#DCDCDC;
	text-shadow:1px 2px 2px #FFF;
	border-radius:10px;
	background-image:url(img/header_bg00.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2_bg1 {
	font-size: 33pt;
    color:#000;
	font-style:normal;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:24px;
    padding-bottom:24px;
    background-color:#F6F7F7;/*#06F;*/
	text-shadow:1px 1px 2px #FFF;
	background-image:url(img/h2_bg2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2s {
	font-size: 24pt;
	font-weight:bold;
	color:#000;/*#00F;*/
	line-height:100%;
	font-family:"Times New Roman", Times, serif;
	margin-top: 10px;/**/
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:0px;
    padding-left:10px;
    padding-top:8px;
    padding-bottom:5px;
	border-left:10px solid #093;
	border-bottom:1px solid #093;
}

/**/
.h2_bg2 {
	font-size: 24pt;
	color:#000;
	text-align:center;
	margin-top: 5px;/**/
	margin-bottom: 10px;
	padding-top: 10px;/**/
	padding-bottom: 15px;
	background-image:url(img/h2_bg.png);
	background-position:center center;
	background-repeat:no-repeat
}

/**/
.h2_ul {
	font-size: 18pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 15px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	border-left:10px solid #33F;
	border-bottom:1px dashed #999
}

/*下線のみ*/
.h2_ul2 {
	font-size: 18pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom:1px dashed #999
}

.h3 {
	font-size: 22pt;
	color:#000;
	margin-top: 0px;
	margin-left:0px;
	margin-right:10px;/**/
	margin-bottom: 5px
}

.h3g {
	font-size: 16pt;
	color:#060;
	margin-top: 0px;
	margin-left:10px;/**/
	margin-bottom: 10px
}

.h4 {
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
}

.p1 {
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
}

.p1 a {
	color: #00F;
	font-weight:bold;
	text-decoration:underline
}
.p1 a:hover {
	color:#F00;
	text-decoration: none
}

/*本文*/
.p {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.p a {
	color: #00F;
	font-weight:bold;
	text-decoration:none
}

.p a:hover {
	color:#00F;
	text-decoration:underline
}

/*管理*/
.pr {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.pr a {
	color: #666;
	font-weight:bold;
	text-decoration:none
}

/*リンク背景あり*/
.p_bg {
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	line-height:200%;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	width:29%;
	border-radius:20px;
	background-color:#F93
}

.p_bg a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none
}
.p_bg a:hover {
	color:#000;
}

.pr a:hover {
	color:#000;
	text-decoration:underline
}

.catch {
	font-size:x-large
}

.large {
	font-size:xx-large;
}

.small {
	font-size:small
}

.right {
	text-align:right
}

.mt10 {
	margin-top:10px
}

/*---------------------------------------
フォーム
----------------------------------------*/
form p {
	font-size:16pt;
	line-height:150%;
}

form {
	margin: 0px;
}
fieldset {
	margin-bottom: 10px;
	padding: 8px;
	line-height: 130%;
}
/*※必須*/
fieldset span {
	font-size: small;
	color: #F00;
}


/*-------------------------------------
画像
---------------------------------------*/
/*トップのみ*/
.img_r {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/*フロ－図-------------------*/
/**/
.img_fr {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/*枠付き*/
.img_frw {
	float: right;
	max-width:300px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 20px;
	padding:10px;
	border:1px solid #999;
	box-shadow:5px 5px 10px #b2b2b2
}

.img_frc {
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

.img_fl {
	float: left;
	max-width:50%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	background-color:#FFF
}

.img_flc {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 0px;
	background-color:#FFF
}

.img_flc2 {
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	padding-left:10px;
	background-color:#FFF
}

/**/
.img_btn {
	float:left;
	max-width:467px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

.img_btn_r {
	float:left;
	max-width:467px;
	height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

/**/
.mw130 {
	max-width:130px;
	height:auto;
	margin-top:5px;
	margin-right:10px
}

/*家族の絵*/
.mw200 {
	max-width:200px;
	height:auto;
	margin-top:20px;
	margin-right:20px
}

/*採用*/
.mw200s {
	max-width:200px;
	height:auto;
	margin-top:10px;
	margin-right:20px
}

/*松戸市地図*/
.mw300 {
	max-width:300px;
	height:auto;
	margin-left:10px
}

/*企業情報ボタン・レイアウト*/
.img_l30 {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;/**/
	margin-left:0px;
	margin-right:10%;
	max-width:30%;
	height:auto;
}

.img_l30r {
	float: left;
	margin-top: 0px;
	margin-bottom: 30px;/**/
	margin-left:0px;
	margin-right:0%;
	max-width:30%;
	height:auto;
}

/*-----------------------------------------
マウスオンでズーム効果
-------------------------------------------*/
.moimg1 {
	overflow: hidden;
	width: 100%;/*332px;*/
	height: auto;/*226px;*/
}

.moimg1 div {
        width: 33%;/*332px;*/
        height:auto;
        float:left;
}

.moimg1 img {
        margin-bottom:30px;
	display: block;
        transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}

/*社員インタビュー-------------------------------*/
.mw30 {
	max-width:25%;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/*-------------------------------------
qrcode
----------------------------------------*/
.mwqr {
	max-width:200px;
	height:auto;
}

/*社長写真-------------------------------*/
.mw150 {
	max-width:150px;
	height:auto;
	padding:5px;
	background-color:#FFF
}

/*採用---------------------*/
.mw180 {
	max-width:180px;
	height:auto;
	margin-top:10px;
	margin-right:20px
}
/**/
.mw170 {
	max-width:170px;
	height:auto;
	margin-top:10px;
	margin-right:20px
}

.mw250 {
	max-width:250px;
	height:auto;
	margin-right:10px
}

.mw95 {
	max-width:340px;
	height:auto;
}

.mw360 {
	max-width:360px;
	height:auto;
	margin-right:10px;
}

.mw300 {
	max-width:330px;
	height:auto;
	margin-right:30px;
}

.mgn10 {
	margin-left:10px
}

.top10 {
	margin-top:10px
}

/*引き伸ばし*/
.max {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
}

/*フロー図*/
.mw50 {
	max-width:50px;
    height:auto;
}

/*バナー*/
.mw49 {
	max-width:49%;
    height:auto;
}


/*フロー図*/
.mw130 {
	max-width:130px;
    height:auto;
}

.mw48 {
	max-width:480px;
	height:auto;
	margin-left:20px;
	margin-right:5px;
	margin-bottom:20px
}
/**/
.mw45 {
	max-width:450px;
	height:auto;
	margin-left:20px;
	margin-right:5px;
	margin-bottom:20px
}

/*関連施設バナー*/
.mwbnr {
	max-width:690px;
	height:auto;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:0px
}

/*写真角丸*/
.waku {
	border-radius:10px
}
/*------------------------------------------
画像
--------------------------------------------*/
.img_box2 {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	margin-right:20px;
	padding-bottom:50px;
}

.pageup a {
	color: #000;
	text-decoration: none;
}
.pageup a:hover {
	color: #F00
}


/*-----------------------------------------------------ページアップ*/
.pageup2 {
	text-align: right;
	font-size: 24pt;
    font-weight:bold;
	margin-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.pageup2 a {
	color: #090;
	text-decoration: none;
}
.pageup2 a:hover {
	color: #F00
}

/*フォーム要素----------------------------------------------*/
form {
	margin: 0px;
}
fieldset {
	font-size:16pt;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 10px;
	line-height: 130%;
}

fieldset span {
	font-size: smaller;
	color: #F00;
}

/*お知らせ-----------------------------------------------------*/
#info {
	overflow: auto;
	height: 200px;
	margin-left:20px;
	margin-right:10px;
}

#info dl {
	font-size:13pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	color: #F00;
	padding-top: 10px;
	margin: 0px;
}

#info dd {
	color:#000;
	padding-left: 0px;
	margin: 0px;
	line-height: 130%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 0px;
}

#info dd a {
	color: #000;
}
#info dd a:hover {
	color: #096;
	text-decoration:none
}

/*-------------------------------------------------
インナーナビ
---------------------------------------------------*/
.pnav {
	text-align:right;
	border-bottom:1px dashed #666;
}

.pnav ul {
	font-size: 16pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pnav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline
}

.pnav li a {
	color: #333;
	text-decoration: none;
}

.pnav li a:hover {
	color:#090;
	text-decoration:underline
}

/*-------------------------------------------------
インナーナビ（bg）
---------------------------------------------------*/
.pnav_bg {
	text-align:right;
	border-bottom:1px dashed #666;
}

.pnav_bg ul {
	font-size: 22px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pnav_bg li {
	margin: 0px;
	padding-top:5px;
	padding-right: 10px;
	padding-left: 45px;
	display: inline;
	background-image:url(img/list_bg1.png);
	background-position:left;
	background-repeat:no-repeat;
}

.pnav_bg li a {
	color: #333;
	text-decoration: none;
}

.pnav_bg li a:hover {
	color:#090;
	text-decoration:underline
}

/*-------------------------------------------------
インナーナビ
---------------------------------------------------*/
.f_nav {
	text-align:center;
}

.f_nav ul {
	font-size: 14pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.f_nav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline
}

.f_nav li a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

.f_nav li a:hover {
	color:#C00;
	text-decoration:underline
}


/*法人概要----------------------------------------------------------------*/
#dl {
	padding:0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-left:0px;
	line-height:200%;
}

#dl dt {
	font-size:16pt;
	font-weight: bold;
	float: left;
	width: 25%;
	padding-top: 10px;
	padding-left:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#dl dd {
	font-size:16pt;
	font-weight:normal;
	padding-left:26%;/*dtより1%プラス*/
	margin:0px;
	padding-top: 10px;	
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#dl dd a {
	color: #000;
	text-decoration:none
}

#dl dd a:hover {
	color: #00F;
	text-decoration:underline
}

/*-------------------------------------------
交通・アクセス / 2列ボックス
-------------------------------------------*/
.boxl{
	float:left;
	width:48%;
	height:auto;
	margin-left:0px;
	margin-right:2%;
	padding:0px;
	background-color:#FFF
}

.boxr{
	float:left;
	width:48%;
	height:auto;
	margin-right:0px;
	padding:0px;
	background-color:#FFF
}

/*デイサービス・一日のながれ--------------------------------------------------*/
.dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl dt {
	font-size: 16pt;
	font-weight:bold;
	background-image:url(img/dt_bg.jpg);
	background-position:center;
	background-repeat:repeat;
	background-color:#FFFFB7;/*#FC0;/*#DCDCDC;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 10px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl dd {
	font-size: 16pt;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-top: 0px;
}

.dl dd span {
	color:#F00;
	font-size:x-large
}

.dl dd a {
	color: #000;
	text-decoration: none;
}

.dl dd a:hover {
	color:#00F;
	text-decoration: underline;
}

/*求人--------------------------------------------------*/
.dl2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl2 dt {
	font-size: 16pt;
	color:#000;
	font-weight:bold;
	background-color:#9c9;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl2 dd {
	font-size: 16pt;
	font-weight:normal;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl2 dd span {
	color:#F00;
	font-size:x-large
}

.dl2 dd a {
	color: #000;
	text-decoration: none;
}

.dl2 dd a:hover {
	color:#00F;/*#9C9*/
	text-decoration: underline;
}

/*社員インタビュー--------------------------------------------------*/
.dl3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

.dl3 dt {
	font-size: 14pt;
	color:#000;
	font-weight:bold;
	background-color:#FFF;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-bottom:1px dashed #999
}

.dl3 dd {
	font-size: 14pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl3 dd span {
	color:#F00;
	font-size:x-large
}

/*---------------------------------------------------*/

.ol_box {
	margin-left:10px;
	margin-right:10px;
	border:1px solid #69F;
	box-shadow:1px 1px 3px #999;
	border-radius:6px
}

.ol_box ul {
	font-size: 14pt;
	font-weight:bold;
	list-style-position: inside;
	list-style-type:disc;/**/	
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	margin:0px;
}

/**/
.ol_box ul li {
	padding: 0px;
	line-height: 150%;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:0px;
	padding-left:0px;
}

/*---------------------------------------------------*/
/*お問い合わせ
-----------------------------------------------------*/
.list_box {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:4px 4px 2px 4px;
	border-radius:8px;
	background-color:#FFEADF;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box h2 {
	font-size: 24pt;
	color:#000;
	text-shadow:1px 1px 3px #FFF;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	border-bottom:1px dashed #999;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom: 8px;/**/
	padding-top: 10px;
	padding-right:0px;
	padding-left: 0px;
}

.list_box h3 {
	font-size: 18pt;
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box p {
	font-size: 16pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_box a {
	color:#00F;
}

.list_box a:hover {
	color:#F00;
	text-decoration:underline
}

/*---------------------------------------------------*/
/*枠無し・背景青
-----------------------------------------------------*/
.list_box1 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:4px 4px 2px 4px;
	border-radius:8px;
	background-color:#D2E9FF;
	border:0px solid #3F3
}

.list_box1 h2 {
	font-size: 24pt;
	color:#000;
	text-shadow:1px 1px 3px #FFF;
	background-color:#CFC;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 8px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.list_box1 h3 {
	font-size: 18pt;
	border-bottom:1px solid #69F;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box1 h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

/**/
.list_box1 ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box1 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*---------------------------------------------------*/
/*枠・見出し 浅黄
-----------------------------------------------------*/
.list_box2 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:4px 4px 2px 4px;
	border-radius:8px;
	background-color:#FFF;
	border:1px solid #3F3
}

.list_box2 h2 {
	font-size: 24pt;
	color:#000;
	text-shadow:1px 1px 3px #FFF;
	background-color:#CFC;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 8px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.list_box2 h3 {
	font-size: 18pt;
	border-bottom:1px solid #3F3;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 p {
	font-size: 16pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box2 ul {
	font-size: 16pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box2 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list_box2 a {
	color:#F00;
}

.list_box2 a:hover {
	color:#390;
	text-decoration:underline
}

/*黒丸リスト------------------------------*/
.ul {
	font-size: 16pt;
	line-height: 150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.ul li a {
	color:#00F;
	text-decoration:none
}

.ul li a:hover {
	color:#F00;
	text-decoration:underline
}

/*---------------------------------
黒丸無しリスト・お問い合わせ
----------------------------------*/
.ul_non {
	font-size: 16pt;
	line-height:150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px
}
.ul_non li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:0px
}

.ul_non li a {
	color:#000;
	text-decoration:none
}

.ul_non li a:hover {
	color:#C9F;
	text-decoration:underline
}

.ul_non li p {
	margin-top:0px;
	margin-bottom:0px;
}

/*------------------------------------------
サイトマップ
--------------------------------------------*/
.sm {
	font-size: 12pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: 180%;
}
.sm li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.sm li a {
	font-size: 12pt;
	text-decoration: none;
}
.sm li a:hover {
	color: #69F;
	text-decoration: underline;
}

.sm li ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
}
.sm li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.sm li ul li a {
	color: #000;
	text-decoration: none;
}
.sm li ul li a:hover {
	color: #C9F;
	text-decoration: underline;
}


/*-----------------------------------------------------

------------------------------------------------------*/
.table {
	border: 1px solid #666;
	border-collapse:separate;
	margin-left:10px
}
.table th {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color:#DCDCDC
}

.table td {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 13pt;
	line-height: 150%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.table a {
	color:#000;
	text-decoration:none
}

.table a:hover {
	color:#06F;
	text-decoration:underline
}


.table ul {
	color: #000;
	font-size: 13pt;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
}
.table li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

.table caption {
	text-align:right
}

/*-------------------------------------------------
料金表
-------------------------------------------------*/
.table1 {
	border-width: 2px;
	border-style: solid;
	border-color: #090;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif
}

.table1 caption {
	font-size:16pt;
	line-height:150%;
	color:#000;
	text-align:left
}

.table1 th {
	font-size: 16pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	white-space: nowrap;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}

.table1 td {
	font-size: 16pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.con_left {
	float:left;
	width:79%;
	padding-left:0px;
	margin-left:0px;
	margin-right:1%;/*10px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #FFF;/*#FFF;*/
}

.post {
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 15px;
	border-radius:8px;
	background-color:#F6F7F7;/*#FFF;*/
}

.post h2 {
	background-color: #CEE4FD;/*#F0E1E1;*/
	font-size: 16pt;/*16pt*/
	color: #000;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius:10px 10px 0 0 / 10px 10px	
}

.post h2 a {
	color: #000;
	text-decoration: underline;
}

.post h2 a:hover {
	color: #F60;
}

.post h3 {
	font-size: 13pt;
	color: #03C;
	margin: 10px;
}

.post p {
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.post p a {
	color: #600;
}
.post p a:hover {
	color: #F60;
	text-decoration: none;
}
.post img {
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uline {
	text-decoration:underline;
	font-weight:bold
}

/*記事の日付・カテゴリ・コメント数--------------------*/
.post-meta {
	margin-bottom: 1em;
}
.post-meta .post-date, .post-meta .category {
	padding-right: 1em;
}

.comment-num{
	white-space: nowrap;
}

.more-link{
	float: right;
}

/*-----------------------------------------------
ブログ：ページャー・次の頁、前の頁
-------------------------------------------------*/
.navigation{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.navigation .alignright {
	text-align: left;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.navigation .alignleft {
	text-align: right;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.navigation a {
	font-family:Verdana, Geneva, sans-serif;
	border: none;
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #F60;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
ブログ用サイドバー
---------------------------------------------------------------------*/
.sidebars {
	float:right;
	width:19%;
	padding-left:0px;
	margin-right: 0px;/*20px;*/
	margin-top: 0px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #F6F7F7;/*#FFF;*/
}

/*サイドバータイトル*/
.sidebars .head {
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	background-color: #CEE4FD;/*#F0E1E1;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;/*12px-2px,背景ボックス・角丸左右上部*/	
}

/*サイドバー用h2上下線*/
.sidebars h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 36px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 10px;/**/
	margin-right: 10px;/**/
	border-top: solid 1px #999;
	border-bottom: solid 1px #999
}

.sidebars p {
	margin-bottom: 14pt;
	font-size: 11pt;
	line-height: 130%;
}

/**/
.sidebars a {
	color: #000;
	text-decoration: underline;
}

/**/
.sidebars a:hover {
	color: #F60;
	text-decoration: none;
}

/**/
.sidebars ul {
	font-size: 14pt;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.sidebars ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*カレンダー*/
.sidebars table {
	margin: 10px;
	font-size: 11pt;
	width: 175px
}

.sidebars table th {
	padding: 2px;
}

.sidebars table td {
	padding: 2px;
	text-align: center;
}

/*検索フォーム*/
.sidebars form {
	margin: 10px;
	line-height: 150%
}

/**/
.sidebars div {}

/*お知らせ----------------------------------------------------------------*/
#info {
	overflow: auto;
	width:98%;
	height: 130px;
	padding-left:15px;
	padding-right:10px;
	background-color:#FFF0FF;/*#FAFAEA;*/
	border-radius:10px
}

#info dl {
	font-size:16pt;/**/
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 5px;13pt
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	float: left;
	width: 20%;
	color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 8px;
}

#info dd {
	padding-left: 20%;
	margin: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #666;
	padding-top: 8px;
}

#info dd a {
	color: #00F;
}
#info dd a:hover {
	color: #F00;
}

/*----------------------------------------------------------------------
1列ボックス：青
------------------------------------------------------------------------*/
.col2_box1 {
	float: left;
	width: 96%;/*48%;472px;*/
    margin-left:2%;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #039;
}

.col2_box1 h2 {
	font-size: 22pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #039;/*オレンジ*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box1 h3 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box1 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box1 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box1 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box1 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box1 ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：肌色特養、ショートステイ-----------------------------------------------*/
.col2_box3 {
	float:none;
	width: 100%;/*48%;472px;*/
    margin-left:0%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 2px solid #D2D200;/*#8F623A;/*茶*/
}

.col2_box3 h2 {
	font-size: 24pt;/*18pt;*/
	color: #000;
	font-family:"Times New Roman", Times, serif;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color:#F2F200;/*茶*/
	text-align:center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box3 h3 {
	font-size: 18pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 h4 {
	font-size: 16pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 p {
	font-size: 16pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 1em;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box3 a {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box3 a:hover {
	color:#390;
	text-decoration: none;
}

.col2_box3 ul {
	font-size: 16pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type:disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-position: outside;
}
.col2_box3 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------
2列ボックス左
-----------------------------------------------*/

.col2_box2 {
	float: left;
	width: 49%;/*472px;*/
	margin-right:1%;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color:#E1FFFF;/*白*/
}

.col2_box2 h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-bottom:2px solid #FFF;
	background-color: #E1FFFF;/*薄青*/
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
}

.col2_box2 p {
	font-size: 16pt;
	font-weight:normal;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box2 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box2 ul li {
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------
2列ボックス右
-------------------------------------------*/
.col2_box2r {
	float: left;
	width: 49%;/*472px;*/
	margin-right:1%;
	margin-bottom: 15px;
	border-radius: 10px;
	background-color:#E1FFFF;/*白*/
}

.col2_box2r h2 {
	font-size: 22pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	border-bottom:2px solid #FFF;
	background-color: #E1FFFF;/*薄青*/
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
}

.col2_box2r p {
	font-size: 16pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2r a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2r a:hover {
	color: #F00;
	text-decoration: none;
}

/*------------------------------------
特養&料金 / 2列ボックス
--------------------------------------*/
/*1列目*/
.col_box1 {
	float: left;
	width: 48%;/*472px;*/
	height:auto;
	margin-bottom: 15px;
	margin-right:2%;
	margin-left:15px;
	margin-right:10px;
}

.col_box1 img {
	    float:left;
        height:auto;
		max-width:25%;
		height:auto;
		margin-right:10px;
		border-radius:10px
}

.col_box1 p {
	font-size:16pt;
}

.col_box1 p a {
	color:#C30;
	font-weight:bold
}

.col_box1 p a:hover {
	color:#F09;
	text-decoration:none
}

/*2列目*/
.col_box2 {
	float: left;
	width: 48%;/*472px;*/
	height:auto;
	margin-bottom: 15px;
	margin-right:2%;
	margin-left:15px;
	margin-right:0px
}

.col_box2 img {
	    float:left;
        height:auto;
		max-width:25%;
		height:auto;
		margin-right:10px;
		border-radius:10px
}

.col_box2 p {
	font-size:16pt;
}

.col_box2 p a {
	color:#C30;
	font-weight:bold
}

.col_box2 p a:hover {
	color:#F09;
	text-decoration:none
}

/*------------------------------------------
サブ・ナビゲーション 水平（PC）
------------------------------------------*/
#s_navi {
	width: 100%;/*100%*/
	float: none;
	clear: both;
	height:100px;
	border-top-width: 0px;/*1px;*/
	border-top-style: solid;
	border-top-color:#999;/*#C63*/
	margin-bottom:10px;
}

#s_navi ul {
	color: #000;
	list-style-type: none;
	padding: 0px;
	line-height: 50px;
	width: 100%;/*100%*/
	margin:0px/*0 10px 0 10px*/
}

#s_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
	display: inline
}

#s_navi li a {
	font-size: 21px;/*20px*/
	font-weight:bold;
	text-decoration: none;
	text-align: left;
    padding-left:50px;
    margin-left:0px;
	display: block;
	background-image: url(img/arrow_btn_off.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #000;
	line-height: 51px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;/*#C63*/
}

#s_navi li a:hover {
	background-image: url(img/arrow_btn_on.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #33F;
}

#s_navi li a.stay {
	color: #FFF;
	background-image: url(img/navi_btn_sp.png);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	text-align: center;
}

/*-----------------------------------------------
社員紹介ナビ
-------------------------------------------------*/
.naviga{
	overflow: hidden;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 10px;
}

.naviga .alignright {
	text-align: left;
	font-size: 16pt;/*16pt;*/
	font-weight:bold;
	width: 48%;/*330px*/
}
.naviga .alignleft {
	text-align: right;
	font-size: 16pt;/*16pt;*/
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.naviga a {
	border: none;
	color: #00F;
	text-decoration: none;
}
.naviga a:hover {
	color: #F00;
}

/*-------------------------------
アコーデオンfaq
--------------------------------*/
.accordion-006 {
	font-size:14pt;
    max-width: 100%;/*500px;*/
    margin-bottom: 7px;
    background-color:#CFF;/*#93DCFF;/*#f2f2f2;*/
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #000;/*#333333;*/
    font-weight: 600;
    cursor: pointer;
	font-size:larger
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;/*#c2c2c2;*/
    border-right: 3px solid #000;/*#c2c2c2;*/
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000;
    transition: transform .5s, opacity .5s;
	font-size:larger
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

.news {
	background-color:#FFF
}

/*-------------------------------------------------
メールフォームphp版
---------------------------------------------------*/
#formWrap {
	width:100%;
	margin:0 auto;
	color:#000;
	line-height:130%;
	font-size:14pt;
}

#formWrap span {
	color:#F00;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #CCC;
	background-color:#FFF;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#E1F0FF;
	text-align:left;
}

}

@media only screen and (max-width: 1024px) {
/*-----------------------------------------------------------------------
フッターの固定
------------------------------------------------------------------------*/
div#body-bk{
    padding:0px 0px 100px 0px;/* 上下に160pxを余白を取る */
}

div#body{
    width:100%;/*990px*/
    margin:auto;
}

/* フッターの固定 */
div#footer-fixed {
    position: fixed;/* フッターの固定 */
    bottom: 0px;/* 位置(下0px) */
    left: 0px;/* 位置(左0px) */
    width: 100%;/* 横幅100%　*/
    height: 100px;/* 縦幅206px */
}
 
div#footer-bk {
	background-color:#FCC;/*#9FB8F1;/*#CEE4FD;*/
	padding:10px 0px 10px 0px;/* 上10px、下20pxをあける */
	height:100px;/* 縦の高さ206px */
	width:100%;/* 横の幅を100% */
}

div#footer { 
	height: 100px;/* 縦の表示領域はheader-bkと同じ */
	width:100%;/* 横の幅970px */
	margin-left:auto;/* 中央揃え */
	margin-right:auto/* 中央揃え */	
}

#footer h2 {
	font-size: 12pt;
	color: #000;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#footer .ft_logo {
	max-width:200px;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	padding:0px;
}

#footer .img_phone {
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer p {
	font-size: 10pt;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height: 120%;
	color: #333;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer p a {
	color: #333;
}

#footer p a:hover {
	color:#00F
}

/*-------------------------------------------------------------------------*/
body {
	margin: 0px;
	background-color: #F5F5F5;/*#F6F7F7;/*#FFF*/
}

.wrapper {
	width: 96%;
    height:auto;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	padding-top: 0px;
}

/*バナー半透明-----------------------------------------------------------------------------------------*/
.banner a:hover img { filter: alpha(opacity=50); opacity: 0.5  }

/*ヘッダーロゴ-----------------------------------------------------------------------------------------*/
.mark {
	max-width:80px;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
}

.h_logo {
	max-width:48%;/*66%;/*315px;*/
	height:auto;
	margin-top:10px;
    margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.h_logo2 {
	max-width:66%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

/*電話*/
.h_logo3 {
	max-width:66%;/*300px;*/
	height:auto;
	margin-top:0px
}

.h_logo4 {
	max-width:280px;
	height:auto;
	margin-top:5px
}

/*メインスライダー画像*/
.rslides img {
	margin-top:10px;/*10px;*/
	margin-bottom:10px;
	border-radius:10px
}

/*----------------------------------------------------
ヘッダー要素
---------------------------------------------------------*/
.head_wrap {
	text-align:center;
	margin-left:20px;
	margin-right:10px;
	margin-bottom:0px;/**/
	padding-top: 0px;
	padding-bottom: 0px;
	height:auto;
}

.h_left {}

/**/
.h_left p {
	font-size: 12pt;
	font-weight:bold;
	line-height:130%;
	font-family:"Times New Roman", Times, serif;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	padding-top:5px;
	padding-left:15px;
}

.h_left p a {
	color: #000;/*#CE4048;*/
	text-decoration: none;
}

.h_left p a:hover {
	color: #00F;
}

.h_right {}

/**/
.h_right p {
	font-size: 13pt;
	color:#000;
	font-weight:bold;
	line-height:130%;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px
}

.h_right p a {
	color:#F00;
	text-decoration:none
}

.h_right p a:hover {
	color: #00F;
}


/*------------------------------------------------------------------
固定ページ・投稿記事
--------------------------------------------------------------------*/
h1 {
	font-size: 11pt;
	color:#000;/*#FFF;*/
	font-family:"Times New Roman", Times, serif;
	line-height:130%;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #999
}

h1 a {
	color:#000;
	text-decoration:none
}

h1 a:hover {
	color:#F00
}

h1 span {
	font-size:16pt
}

.h2 {
	font-size: 20pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:15px;
}


/*--------------------------------------------------------------------------------------------------------
見出し
---------------------------------------------------------------------------------------------------------*/
.h2_bg {
	font-size: 23pt;
    color:#000;
	font-style:normal;/*italic;*/
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	line-height:200%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:10px;
    padding-bottom:10px;
	border-top:3px solid #FFF;/*#06C;*/
    background-color:#DCDCDC;
	text-shadow:1px 2px 2px #FFF;
	border-radius:10px;
	background-image:url(img/header_bg00s.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-attachment:inherit
}

.h2_bg1 {
	font-size: 23pt;
    color:#000;
	font-style:normal;
	text-align:center;
	line-height:150%;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	margin-left:0px;/*15px;*/
	margin-right:0px;
    padding-top:22px;
    padding-bottom:22px;
    background-color:#06F;
	text-shadow:1px 1px 2px #FFF;
	background-image:url(img/h2_bg_sp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-attachment:inherit
}

/**/
.h2_bg2 {
	font-size: 24pt;
	color:#000;
	text-align:center;
	margin-top: 30px;/**/
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 10px;/**/
	padding-bottom: 10px;
	border-radius:10px 0 10px 0
}

.h2s {
	font-size: 18pt;
	font-weight:bold;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 10px;/**/
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:10px;
    padding-left:10px;
    padding-top:3px;
    padding-bottom:3px;
	border-left:10px solid #093;
	border-bottom:1px solid #093;
}

.gradation {
	background-image: linear-gradient(90deg, #22d3ee 50%, #8b5cf6);
}

/**/
.h2_ul {
	font-size: 16pt;
	color:#000;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;/*0px*/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	border-top:3px solid #069;
	border-bottom:1px dotted #999
}


/*下線のみ*/
.h2_ul2 {
	font-size: 16pt;
	color:#000;
	margin-top: 0px;/**/
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;/**/
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
	border-bottom:1px dashed #999
}
.h3 {
	font-size: 18pt;
	color: #000;/*#FFF*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left:10px;
	padding-top:10px
}

.h3g {
	font-size: 14pt;
	color: #060;/*#FFF*/
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top:10px
}

.h4 {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom:0px;/*0.5em;*/
	padding-top: 5px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
}

/*ヘッダ*/
.p1 {
	font-size: 14pt;
	font-family:"Times New Roman", Times, serif;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
}

.p1 a {
	color: #00F;
	font-weight:bold;
	text-decoration:undeline
}
.p1 a:hover {
	color:#00F;
	text-decoration: none
}

/*本文*/
.p {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom:10px
}

.p a {
	color: #00F;
	text-decoration:none;
	font-weight:bold
}
.p a:hover {
	color: #F00;
	text-decoration:underline
}

/*管理*/
.pr {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.pr a {
	color: #666;
	font-weight:bold;
	text-decoration:none
}

.pr a:hover {
	color:#000;
	text-decoration:underline
}

/*リンク背景あり*/
.p_bg {
	font-size: 16pt;
	font-family:"Times New Roman", Times, serif;
	line-height:200%;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	border-radius:20px;
	background-color:#F90
}

.p_bg a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none
}

.p_bg a:hover {
	color:#000;
}

.catch {
	font-size:x-large
}

.large {
	font-size:x-large;
}

.small {
	font-size:small
}

.right {
	text-align:right
}

.mt10 {
	margin-top:10px
}

/*---------------------------------------
フォーム
----------------------------------------*/
form p {
	font-size:14pt;
	line-height:150%;
}

form {
	margin:0px;
	color:#000
}

fieldset {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 14pt;
	line-height: 150%;
}

fieldset span {
	font-size: smaller;
	color: #F00;
}

/*-------------------------------------
画像
---------------------------------------*/
/*フロ－図*/
.img_l {
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	margin-left:0px;
}

/*枠付き*/
.img_frw {
	float: none;
	max-width:89%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 20px;
	padding:10px;
	border:1px solid #999
}

/**/
.img_fr {
	float:right;
	padding-top: 5px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.img_frc {
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 10px;
}

/**/
.img_fl {
	max-width:100%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
	padding-left:0px;
	padding-right:0px;
}


.img_flc {
	float:left;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left:10px;
	margin-right: 0px;
	padding-left:0px;
}

.img_flc2 {
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-right: 0px;
	padding-left:10px;
}

.img_flr {
	max-width:95%;
	height:auto;
	margin-top: 0px;
	margin-bottom: 0px;/**/
	margin-left: 10px;
	margin-right: 0px;
	padding-left:5px;
	background-color:#FFF
}

.mw48 {
	max-width:94%;
	height:auto
}

/**/
.mw45 {
	max-width:94%;
	height:auto
}

/**/
.mw180 {
	max-width:150px;
	height:auto;
	margin-top:10px;
	margin-right:10px
}

.waku {
	border-radius:10px
}

/*家族の絵*/
.mw200 {
	max-width:150px;
	height:auto;
	margin-top:10px;
	margin-right:10px
}

/*採用*/
.mw200s {
	max-width:130px;
	height:auto;
	margin-top:0px;
	margin-right:10px
}

/**/
.mw200r {
	max-width:150px;
	height:auto;
	margin-right:10px;
	border-radius:10px
}

/**/
.mw95 {
	max-width:95%;
	height:auto
}

/**/
.img_btn {
	margin-top: 0px;
	margin-bottom: 5px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

.img_btn_r {
	margin-top: 0px;
	margin-bottom: 5px;/**/
	margin-left: 0px;
	margin-right: 0px;
}

/**/
.mw130 {	
	max-width:100px;
	height:auto;
	margin-right:10px
}

/*企業情報ボタン・レイアウト*/
.img_l30 {
	float: left;
        max-width:47%;
        height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 2%;
	margin-right: 0px;
}

.img_l30r {
	float: left;
        max-width:47%;
        height:auto;
	margin-top: 0px;
	margin-bottom: 10px;/**/
	margin-left: 2%;
	margin-right: 0px;
}

/*----------------------------------
マウスオンでズーム効果
-----------------------------------*/
.moimg1 {
	overflow: hidden;
	width: 100%;/*332px;*/
	height: auto;/*226px;*/
}

.moimg1 div {
        width: 33%;/*332px;*/
        height:auto;
        float:left
}

.moimg1 img {
        margin-bottom:30px;
	display: block;
        transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}

/*社員インタビュー-------------------------------*/
.mw30 {
	max-width:30%;
	height:auto;
	padding:5px;
	background-color:#FFF
}
/*qrcode-------------------------------*/
.mwqr {
	max-width:33%;
	height:auto;
}

.mw150 {
	max-width:80px;
	height:auto;
	padding:5px;
	background-color:#FFF
}


/**/
.mw170 {
	max-width:120px;
	height:auto;
	margin-top:10px;
	margin-right:10px
}

/**/
.mw250 {
	margin-top:5px;
}


.mw300 {
	max-width:240px;
	height:auto;
	margin-left:10px;
	margin-right:10px
}

.mw350 {}

/**/
.mgn10 {
	max-width:90%;
	height:auto;
	margin-left:10px;
	}


/*フロー図*/
.mw50 {
	max-width:50%;
    height:auto;
}

/*フロー図*/
.mw98 {}

/*バナー*/
.mw49 {
	max-width:98%;
    height:auto;
	margin-right:2%;
}

/*関連施設バナー*/
.mwbnr {
	max-width:97%;
	height:auto;
	margin-left:1%;
	margin-right:0px;
	margin-bottom:0px
}

/*--------------------------------------
画像
--------------------------------------*/
.img_box {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*-----------------------------------------------------ページアップ*/
.pageup {
	text-align: right;
	font-size: 14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	margin-right:20px;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.pageup a {
	color: #000;
	text-decoration: none;
}
.pageup a:hover {
	color: #F00;
}

/*-----------------------------------------------------ページアップ*/
.pageup2 {
	text-align: right;
	font-size: 20pt;
    font-weight:bold;
	margin-right:20px;
	padding-bottom:20px;
}

.pageup2 a {
	color: #090;
	text-decoration: none;
}
.pageup2 a:hover {
	color: #F00
}

/*フォーム要素-------------------------------------------------------*/
form {
	margin: 0px;
}
fieldset {
	font-size:14pt;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 130%;
}
fieldset span {
	font-size: smaller;
	color: #F00;
}

/*お知らせ-----------------------------------------------------*/
#info {
	overflow: auto;
	height: 150px;
	margin-left:10px
}

#info dl {
	font-size:13pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	color: #F00;
	padding-top: 10px;
	margin: 0px;
}

#info dd {
	color:#000;
	padding-left: 0px;
	margin: 0px;
	line-height: 130%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-right: 0px;
}

#info dd a {
	color: #000;
}
#info dd a:hover {
	color: #060;
	text-decoration:none
}

/*フッターナビ------------------------------------------------------------------*/
#fnavi {
	text-align:center
}

#fnavi ul {
	font-size: 11pt;
	font-weight:bold;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#fnavi li {
	margin: 0px;
	padding: 0px;
	display: inline
}

#fnavi li a {
	color: #CCC;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 10px;
}

#fnavi li a:hover {
	color: #FFF;
	text-shadow: 1px 1px 3px #000
}

/*インナーナビ---------------------------------------------------*/
.pnav {
	text-align:right;
	border-bottom:1px dashed #666
}

.pnav ul {
	font-size: 14pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pnav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline
}

.pnav li a {
	color: #000;
	text-decoration: none;
}

.pnav li a:hover {
	color: #00F;
	text-decoration:underline
}

/*-------------------------------------------------
インナーナビ（bg）
---------------------------------------------------*/
.pnav_bg {
	border-bottom:1px dashed #666;
}

.pnav_bg ul {
	font-size: 18px;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.pnav_bg li {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 0px;
	padding-left: 35px;
	display: inline;
	background-image:url(img/list_bg1s.png);
	background-position:left;
	background-repeat:no-repeat;
}

.pnav_bg li a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

.pnav_bg li a:hover {
	color:#090;
	text-decoration:underline
}

/*-------------------------------------------------
フッタ・ナビ
---------------------------------------------------*/
.f_nav {
	text-align:center;
}

.f_nav ul {
	font-size: 12pt;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:10px;/*折り返し*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.f_nav li {
	margin: 0px;
	padding-right: 10px;
	padding-left: 0px;/*折り返し*/
	display: inline
}

.f_nav li a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

.f_nav li a:hover {
	color:#C00;
	text-decoration:underline
}

/*会社概要----------------------------------------------------------------*/
#dl {
	padding:0px;
	margin-top: 0px;
	margin-right:15px;
	margin-bottom: 0px;
	margin-left:15px;
	line-height:150%;
}

#dl dt {
	font-size:13pt;
	font-weight: bold;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#dl dd {
	font-size:13pt;
	margin:0px;
	padding-top: 10px;
	padding-left:0px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

#dl dd a {
	color:#000;
	text-decoration:none
}

#dl dd a:hover {
	color: #00F;
	text-decoration:underline
}

/*交通・アクセス-----------------------------------------------*/
.boxl{
	width:95%;
	height:300px;
	margin-left:10px;
	margin-right:2%
	margin-bottom:10px;
	padding:0px;
	background-color:#FFF
}

.boxr{
	width:95%;
	height:300px;
	margin-left:0px;
	margin-top:10px;
	padding:10px;
	background-color:#FFF
}

/*取引先-------------------------------------------*/
.boxl2{
	width:100%;
	height:auto;
	margin-left:0px;
	padding:0px;
	background-color:#FFF
}

.boxr2{
	width:100%;
	height:auto;
	margin-right:0px;
	padding:0px;
	background-color:#FFF
}

/*デイサービス・一日の流れ----------------------------------------------------------------*/

.dl {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl dt {
	font-size: 13pt;
	background-image:url(img/dt_bgs.jpg);
	background-position:center;
	background-repeat:repeat;
	background-color:#FFFFB7;/*#FC0;/*#DCDCDC;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl dd {
	font-size: 13pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 5px;
}

.dl dd span {
	font-weight:bold
}

/**/
.dl dd img {}

.dl dd a {
	color: #000;
	text-decoration: none;
}

.dl dd a:hover {
	color:#096;
	text-decoration: underline
}

/*--------------------------------------------------*/
.dl2 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl2 dt {
	font-size: 13pt;
	color:#000;
	background-color:#9C9;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-radius:4px
}

.dl2 dd {
	font-size: 13pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl2 dd span {
	font-weight:bold
}

/**/
.dl dd img {}

.dl2 dd a {
	color: #000;
	text-decoration: none;
}

.dl2 dd a:hover {
	color:#00F;/*#9C9*/
	text-decoration: underline
}

/*社員インタビュー--------------------------------------------------*/
.dl3 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}

.dl3 dt {
	font-size: 12pt;
	color:#000;
	font-weight:bold;
	background-color:#FFF;/*#9C9;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin: 0px;
	padding-right: 8px;
	font-weight: bold;
	border-bottom:1px dashed #999
}

.dl3 dd {
	font-size: 12pt;
	line-height: 150%;
	margin: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-top: 10px;
}

.dl3 dd span {
	color:#F00;
	font-size:x-large
}

/*---------------------------------------------------*/

.ol_box {
	margin-left:10px;
	margin-right:10px;
	border:1px solid #69F;
	box-shadow:1px 1px 3px #999;
	border-radius:6px
}

.ol_box ul {
	font-size: 12pt;
	font-weight:bold;
	list-style-position: outside;
	list-style-type:disc;/**/	
	padding-left:30px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	margin:0px;
}

/**/
.ol_box ul li {
	padding: 0px;
	line-height: 150%;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:0px;
	padding-left:0px;
}

/*お問い合わせ---------------------------------------------------*/
.list_box {
	margin-bottom:10px;
	margin-left:5px;
	padding:3px 5px 3px 5px;
	border-radius:8px;
	background-color:#FFEADF;
	width:96%;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
}

.list_box h2 {
	font-size: 18pt;
	color:#000;
	text-shadow:1px 1px 3px #FFF;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	border-bottom:1px dashed #666;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#FFADF;
}

.list_box h3 {
	font-size: 16pt;
	border-bottom:1px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box h4 {
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box p {
	font-size: 13pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box ul {
	font-size: 13pt;
	color:#000;
	padding: 0px;
	list-style-position:outside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/**/
.list_box ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.list_box a {
	color:#00F;
}

.list_box a:hover {
	color:#F00;
	text-decoration:underline
}

/*---------------------------------------------------*/
/*枠無し・背景青
-----------------------------------------------------*/
.list_box1 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	padding:4px 4px 2px 4px;
	border-radius:8px;
	background-color:#D2E9FF;
	border:0px solid #3F3
}

.list_box1 h2 {
	font-size: 18pt;
	color:#000;
	text-shadow:1px 1px 3px #FFF;
	background-color:#CFC;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 8px;/**/
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.list_box1 h3 {
	font-size: 16pt;
	border-bottom:1px solid #69F;
	padding-bottom:3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px
}

.list_box1 h4 {
	font-size: 16pt;
	padding-bottom:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box1 p {
	font-size: 13pt;
	line-height:150%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box1 ul {
	font-size: 13pt;
	color:#000;
	padding: 0px;
	list-style-position: inside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/**/
.list_box1 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*枠見出し黄緑---------------------------------------------------*/
.list_box2 {
	margin-bottom:10px;
	margin-left:5px;
	padding:3px 3px 3px 3px;
	border-radius:8px;
	border:1px solid #3F3;
	background-color:#FFF;
	width:96%;
	/*box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);*/
}

.list_box2 h2 {
	font-size: 18pt;
	color:#000;
	text-shadow:1px 1px 3px #FFF;
	border-radius:6px 6px 0 0 / 6px 6px 0 0;
	text-align:center;
	margin-top: 0px;/**/
	margin-bottom: 10px;
	padding-bottom: 10px;/**/
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#CFC;
}

.list_box2 h3 {
	font-size: 16pt;
	border-bottom:1px solid #3F3;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 h4 {
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:10px
}

.list_box2 p {
	font-size: 13pt;
	line-height:150%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}

/**/
.list_box2 ul {
	font-size: 13pt;
	color:#000;
	padding: 0px;
	list-style-position:outside;
	list-style-type:disc;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/**/
.list_box2 ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.list_box2 a {
	color:#F00;
}

.list_box2 a:hover {
	color:#3C0;
	text-decoration:underline
}

/*--------------------------------------------------------------*/
.img_box {
	float: left;
	width:280px;
	margin-top: 10px;
	margin-bottom: 10px;/**/
	margin-left: 10px;
	margin-right: 0px;
}

.cap {
	font-size:10pt;
	margin-top: 0px;
	margin-bottom: 0px;/**/
}

/*---------------------------------------------------------
無しリスト
-----------------------------------------------------------*/
.ul1 {
	color: #000;
	font-size: 11pt;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right:10px;
}

.ul1 li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;/*10px*/
	padding-left: 0px;
	font-weight: bold;
}

.ul1 li ul {
	color: #000;
	line-height:150%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}

.ul1 li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

/*黒丸リスト------------------------------*/
.ul {
	font-size: 13pt;
	line-height: 150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ul li a {
	color:#000;
}

.ul li a:hover {
	color:#69F;
	text-decoration:none
}

/*お問い合わせ*/
.ul_non {
	font-size: 13pt;
	line-height:150%;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:10px
}
.ul_non li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left:0px
}

.ul_non li a {
	color:#000;
	text-decoration:none
}

.ul_non li a:hover {
	color:#69F;
	text-decoration:underline
}

.ul_non li p {
	margin-top:0px;
	margin-bottom:0px;
}

/*--------------------------------------------------
サイトマップ
----------------------------------------------------*/
.sm {
	color: #039;
	font-size: 80%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 180%;
}
.sm li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
.sm li a {
	font-size: 12pt;
	color: #039;
	text-decoration: none;
}
.sm li a:hover {
	color: #69F;
	text-decoration: underline;
}

.sm li ul {
	color: #039;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}
.sm li ul li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.sm li ul li a {
	color: #039;
	text-decoration: none;
}
.sm li ul li a:hover {
	color: #69F;
	text-decoration: underline;
}

/*-----------------------------------------------------

------------------------------------------------------*/
.table {
	border: 1px solid #666;
	border-collapse:separate
}
.table th {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12pt;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color:#DCDCDC
}

.table td {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12pt;
	line-height: 130%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

.table a {
	color:#000;
	text-decoration:none
}

.table a:hover {
	color:#06F;
	text-decoration:underline
}


.table ul {
	color: #000;
	font-size: 100%;
	padding: 0px;
	line-height: 150%;
	margin: 0px;
}
.table li {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}

/*--------------------------------------------
料金表
--------------------------------------------*/
.table1 {
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	width: 98%;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold
}

.table1 caption {
	font-size:12pt;
	line-height:130%;
	color:#000;
	text-align:left
}

.table1 th {
	font-size: 12pt;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
}
.table1 td {
	font-size: 12pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

/*------------------------------------------------------------------
コンテンツ・ブログ記事
--------------------------------------------------------------------*/
.con_left {}


.post {
	border: 1px solid #999;/*#CCC*/
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 15px;
	border-radius:8px;
}

.post h2 {
	background-color: #CEE4FD;/*#F0E1E1;*/
	font-size: 13pt;
	color: #000;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius:6px 6px 0 0 / 6px 6px	
}

.post h2 a {
	color: #000;
	text-decoration: underline;
}

.post h2 a:hover {
	color: #F60;
}

.post h3 {
	font-size: 13pt;
	color: #03C;
	margin: 10px;
}

.post p {
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
	margin-right: 10px;
	margin-left: 10px;
}

.post p a {
	color: #600;
}
.post p a:hover {
	color: #F60;
	text-decoration: none;
}
.post img {
	margin: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.uline {
	text-decoration:underline;
	font-weight:bold
}

/*記事の日付・カテゴリ・コメント数--------------------*/
.post-meta {
	margin-bottom: 1em;
}
.post-meta .post-date, .post-meta .category {
	padding-right: 1em;
}

.comment-num{
	white-space: nowrap;
}

.more-link{
	float: right;
}

/*-----------------------------------------------
ブログ：ページャー・次の頁、前の頁
-------------------------------------------------*/
.navigation{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.navigation .alignright {
	text-align: left;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.navigation .alignleft {
	text-align: right;
	font-size: 13pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.navigation a {
	font-family:Verdana, Geneva, sans-serif;
	border: none;
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #F60;
	text-decoration: underline;
}

/*--------------------------------------------------------------------
ブログ用サイドバー
---------------------------------------------------------------------*/
.sidebars {
	padding-left:10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 12px 12px 0 0 / 12px 12px 0 0;
	background-color: #FFF;
}

/*サイドバータイトル*/
.sidebars .head {
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	background-color: #CEE4FD;/*#F0E1E1;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;/*12px-2px,背景ボックス・角丸左右上部*/	
}

/*サイドバー用h2上下線*/
.sidebars h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;/**/
	margin-right: 0px;/**/
	border-top: solid 1px #999;
	border-bottom: solid 1px #999
}

.sidebars p {
	margin-bottom: 13pt;
	font-size: 11pt;
	line-height: 130%;
}

/**/
.sidebars a {
	color: #000;
	text-decoration: underline;
}

/**/
.sidebars a:hover {
	color: #F60;
	text-decoration: none;
}

/**/
.sidebars ul {
	font-size: 13pt;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
}

.sidebars ul li {
	padding: 0px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*カレンダー*/
.sidebars table {
	margin: 10px;
	font-size: 11pt;
	width: 175px
}

.sidebars table th {
	padding: 2px;
}

.sidebars table td {
	padding: 2px;
	text-align: center;
}

/*検索フォーム*/
.sidebars form {
	margin: 10px;
	line-height: 150%
}

/**/
.sidebars div {}

/*お知らせ-----------------------------------------------------*/
#info {
	overflow: auto;
	width:100%;
	height: 150px;
	margin-left:0%;
	margin-right:0%;
	background-color:#FFF0FF;/*#FFF;*/
	border-radius:10px
}

#info dl {
	font-size:14pt;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 150%;
}

#info dt {
	font-weight: bold;
	color: #F00;
	padding-top:0px;
	margin: 0px;
}

#info dd {
	padding-left: 0px;
	margin: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 0px;
}

#info dd a {
	color: #00F;
}

#info dd a:hover {
	color: #F00;
}

/*----------------------------------------------------------------------
1列ボックス：青
------------------------------------------------------------------------*/
.col2_box1 {
	float: left;
	width: 94%;/*472px;*/
    margin-left:2%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #039;
}

.col2_box1 h2 {
	font-size: 16pt;
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #039;/*青*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box1 h3 {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box1 p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box1 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box1 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box1 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box1 ul li {
	margin: 0px;
	padding: 0px;
}

/*1列ボックス：赤*/
.col2_box {
	float: left;
	width: 96%;/*48%;472px;*/
    margin-left:1%;
	margin-right: 0%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 4px solid #F00;
}

.col2_box h2 {
	font-size: 16pt;/*18pt;*/
	color: #FFF;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #F00;/*赤*/
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 8px;
}

.col2_box h3 {
	font-size: 14pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box p {
	font-size: 14pt;
	font-weight:bold;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box ul li {
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------
1列ボックス：肌色
---------------------------------------------*/
.col2_box3 {
	float: none;
	width: 98%;/*48%;472px;*/
    margin-left:1%;
	margin-right: 1%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #FFF;/*白*/
	border: 1px solid #D2D200;/*茶*/
}

.col2_box3 h2 {
	font-size: 17pt;/*18pt;*/
	color: #000;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	background-color: #F2F200;/*茶*/
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
}

.col2_box3 h3 {
	font-size: 16pt;/*14pt;*/
	text-align:center;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 h4 {
	font-size: 14pt;/*14pt;*/
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box3 p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box3 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box3 a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box3 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type:disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 2em;
	list-style-position: outside;
}
.col2_box3 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------
2列ボックス左
-----------------------------------------*/

.col2_box2 {
	width: 98%;/*472px;*/
	margin-left: 1%;
	margin-right:1%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #E3FFFF;/*白*/
}

.col2_box2 h2 {
	font-size: 18pt;
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	border-bottom:1px dashed #999
}

.col2_box2 p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2 a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2 a:hover {
	color: #F00;
	text-decoration: none;
}

/*-----------------------------------------
2列ボックス右
-------------------------------------------*/
.col2_box2r {
	width: 98%;/*472px;*/
	margin-left:1%;
	margin-right: 1%;
	margin-bottom: 15px;
	border-radius: 8px;
	background-color: #E3FFFF;/*白*/
}
	
.col2_box2r h2 {
	font-size: 18pt;/*18pt;*/
	color: #000;
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 8px;
	border-bottom:1px dashed #999
}

.col2_box2 h3 {
	font-size: 14pt;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.col2_box2r p {
	font-size: 14pt;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col2_box2r a {
	color: #009;
	font-weight: bold;
	text-decoration: underline;
}
.col2_box2r a:hover {
	color: #F00;
	text-decoration: none;
}

.col2_box2 ul {
	font-size: 14pt;
	line-height: 150%;
	color: #000;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-position: outside;
}
.col2_box2 ul li {
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------
特養&料金 / 2列ボックス
-----------------------------------------*/
/*1列*/
.col_box1 {
	width: 98%;/*472px;*/
	margin-bottom: 15px;
	background-color: #FFF;/*白*/
}

.col_box1 img {
        width:94%;
        height:auto;
        margin-left:15px
}

.col_box1 p {
	font-size: 13pt;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col_box1 p a {
	color: #C30;
	font-weight: bold;
	text-decoration: underline;
}
.col_box1 p a:hover {
	color: #F09;
	text-decoration: none;
}

/*2列目*/
.col_box2 {
	width: 98%;/*472px;*/
	margin-bottom: 15px;
	background-color: #FFF;/*白*/
}

.col_box2 img {
        width:94%;
        height:auto;
        margin-left:15px;
}

.col_box2 p {
	font-size: 13pt;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

.col_box2 p a {
	color: #C30;
	font-weight: bold;
	text-decoration: underline;
}
.col_box2 p a:hover {
	color: #F09;
	text-decoration: none;
}

/*------------------------------------------
サブ・ナビゲーション 水平（PC）
------------------------------------------*/
#s_navi {
	width: 100%;
	float: none;
	clear: both;
	background-color: #FFF;/*#699*/
	height:76px;
}

#s_navi ul {
	color: #000;
	list-style-type: none;
	padding: 0px;
	line-height: 38px;
	width: 100%;
	margin: 0px
}

#s_navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 50%;
	display: inline
}

#s_navi li a {
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
        padding-left:20px;
	display: block;
	background-image: url(img/arrow_btn_off_sp.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;/*#699*/
	color: #000;
	line-height: 38px;
	margin-left:10px;
}

#s_navi li a:hover {
	background-image: url(img/arrow_btn_on_sp.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #33F;
	background-color: #FFF/*#099*/
}

#s_navi li a.stay {
	color: #FFF;
	background-image: url(img/arrow_btn_sp.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFF/*#099*/
}

/*-----------------------------------------------
社員紹介ナビ
-------------------------------------------------*/
.naviga{
	overflow: hidden;
	margin-left: 10px;
	margin-right:10px;
	margin-bottom: 10px;
}

.naviga .alignright {
	text-align: left;
	font-size: 14pt;
	font-weight:bold;
	width: 48%;/*330px*/
}
.naviga .alignleft {
	text-align: right;
	font-size: 14pt;
	font-weight:bold;
	width: 48%;/*330px*/
	float: right;
}
.naviga a {
	border: none;
	color: #00F;
	text-decoration: none;
}
.naviga a:hover {
	color: #F00;
}

/*-------------------------------
アコーデオンその参
--------------------------------*/
.accordion-006 {
    max-width: 98%;/*500px;*/
    margin-bottom: 7px;
    background-color: #93DCFF;/*#f2f2f2;*/
    border-radius: 5px;
}

.accordion-006 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #000;/*#333333;*/
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;/*#c2c2c2;*/
    border-right: 3px solid #000;/*#c2c2c2;*/
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #000;
    transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
    transform: none;
    opacity: 1;
}

/*新着情報*/
.news {
	background-color:#F0F0F0
}

/*メールフォームphp版・簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	font-size:13pt;
	width:auto;
	display:block;
}
table.formTable th {
	text-align:left;
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
	background-color:#39F;
	color:#FFF
}

}

/*-------------------------------------------------------------------
ここから基本設定・全スタイル適用
/*-------------------------------------------------------------------
向きを変えた場合のフォントサイズ変更禁止
---------------------------------------------------------------------*/
body{
  -webkit-text-size-adjust: none/*100%?*/
}

/*フォントファミリー*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------
画像の最適化
------------------------*/
img {
	max-width: 100%;
	height: auto;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	/* ie8 */
}

/*-----------------------
回り込み解除
-------------------------*/
.clear {
	clear: both;
	float: none;
	height: 0;
}

.clear10 {
	clear: both;
	float: none;
	height: 1em;
}

.clear20 {
	clear: both;
	float: none;
	height: 20px;
}

.clearh {
	clear: both;
	float: none;
	height: 70px;
}

.clear_half {
	clear: both;
	float: non;
	height: 0.5em;
}

/*------------------------------------------------------------
見出し、段落、他オプション
-------------------------------------------------------------*/
/*赤*/
.red {
	color: #F00;
}

/*青*/
.bl {
	color: #009;
}

/*緑*/
.gr {
	color: #090;
}

/*茶*/
.br {
	color:#C60;
}

.uli {
	line-height:180%;
	border-bottom:1px dashed #F00;
	margin-bottom:10px;
	margin-right:10px
}

/*中央揃え*/
.ctr {
	text-align: center;
}

/*右寄せ*/
.txtr {
	text-align: right;
	margin-right:10px
}

.min {
	font-family:"Times New Roman", Times, serif
}

/*行間*/
.lh {
	line-height: 130%;
}

.map {
	margin-left:10px;
	margin-right:10px
}

form text {
	margin-top:0px;
	margin-bottom:10px
}

/*画像、バナーマウスオンで半透明*/
.banner a:hover img  { filter: alpha(opacity=50); opacity: 0.5  }


/*----------------------------------------------------------
Facebook Like Box width: 100%
------------------------------------------------------------*/
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

/*--------------------------------------------------
印刷用
--------------------------------------------------*/
@media print{}