@charset "utf-8";
/* CSS Document */

/*共通設定*/
.viewpc {
	display: block;
}
.viewsp {
	display: none;
}

body {
	background-color:#FFF5EC;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.5em;
}

/*カラー*/
.pink {color: hotpink;}
.midori {color: #396633;}
/.red {color: #cc0000;}
.aka {color: #FF0000;}
.blue {color: #0072a8}

/*フォントウェイト*/
strong {font-weight: bold;}

/*フォントサイズ*/
.fs_18 {
	font-size: 18px;
}
.fs_14 {
	font-size: 14px;
}
.fs_12 {
	font-size: 12px;
}

/*マージン*/
.mb15 {margin-bottom: 15px;}

/*イメージフロート*/
.fr {float: right; margin-left: 5px;}
.fl {float: left; margin-right: 5px;}

/*イメージ角丸*/
.kakumaru {border-radius: 10px;}

/*囲み*/
.border_box {
	border: solid 1px #C0C0C0;
	padding: 16px 28px;
}
.border_bottom {
	border-bottom: 2px solid #3399cc;
	margin-bottom: 5px;
}

/* ヘッダーエリア */
#header {
	width:100%;
	height:90px;
}
#header .inner {
	width:960px;
	margin:0 auto;
	height:67px;
	padding:23px 0 0 0;
}
#header h1 {
	float:left;
	width:260px;
}
#header .inner #top_nav ul li {
	float:right;	
	padding: 0px 10px;
	/*border-left:#666 1px solid;*/
	font-size:14px;
	line-height:1;
}
#header .inner #top_nav ul li:nth-child(2) {
	border-left:#666 1px solid;
}
#header .inner #top_nav ul li a {
	display: block;
	text-decoration:none;
	color:#333;
}
#header .inner #top_nav p {
	font-size: 14px;
	margin: 20px;
}

/* ナビエリア */
#nav {
	clear:both;
	width:100%;
	height:60px;
	background-color:#FFDFBF;
	margin-bottom:30px;
}
#nav .inner {
	width:960px;
	margin:0 auto;
	height:60px;
}
#gnav > li {
	position:relative;
	float:left;
	width:160px;
}
#gnav > li > a {
	display:block;
	text-indent:40px; /*text-indentはli a の後に*/
	color:#000;
	text-decoration:none;
	height:60px;
	line-height:60px;
	font-size:20px;
}
#gnav > li:hover > a {
	background-color:#FFF;
}
#gnav .subs {
	visibility:hidden;
	position:absolute;
	width: 576px;
	top: 100%;
	left:0;
	background-color: #FFF;
}
#gnav li:hover .subs {
	visibility:visible;
}
/*ナビのバックグラウンド*/
#gnav > li#nav_01 {
	background-image:url(../images2/nav_bg_home.png);
}
#gnav > li#nav_01:hover > a {
	background-image:url(../images2/nav_bg_home.png);
}
#gnav > li#nav_02 {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_02:hover > a {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_03 {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_03:hover > a {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_04 {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_04:hover > a {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_05 {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_05:hover > a {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_06 {
	background-image:url(../images2/nav_bg.png);
}
#gnav > li#nav_06:hover > a {
	background-image:url(../images2/nav_bg.png);
}
/*サブメニュー*/
#gnav .subs > li {
	float:left;
	width:288px;
}
#gnav .subs li span {
	font-size: 18px;
}

#gnav .subs li {
	padding-top:5px;
}
#gnav .subs li a {
	display:block;
	border-left:5px solid #39C;
	color:#333;
	padding:5px 0 5px 0;
	text-decoration:none;
	text-indent:5px;
	background-color:#FFF;
}
#gnav .subs li a:hover {
	border-left:7px solid #9CF;
	color: #FFF;
	background-color: #39C;
}

/*サブメニューの幅の指定*/
#gnav .col2 {
	width: 230px;
}
#gnav .col1 {
	width: 288px;
}

/*メインエリア*/
#main {
	width: 100%;
}
#main .inner {
	width: 960px;
	margin: 0 auto;
}

/*メインイメージエリア*/
#main_image {
	width: 100%;
	margin-bottom: 30px;
}
#main_image .inner {
	width: 960px;
	margin: 0 auto;
}
/*事業所の地図*/
#main_image .inner #top_gmap {
	width: 960px;
	height: 720px;
}
#main .inner #top_gmap_konohana {
	width: 960px;
	height: 720px;
}

/*ミドルイメージエリア*/
#middle_image {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
#middle_image .inner {
	width: 960px;
	margin: 0 auto;
}
#middle_image2 {
	width: 100%;
	padding: 0;
    margin-bottom: 5px;
}
#middle_image2 .inner {
	width: 960px;
	margin: 0 auto;
}

/*事業所メニュー*/
#main .q_nav h2 {
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	background-image:url(../images2/top_qnav_open.png);
}
#main .q_nav .subs {
	width: 900px;
	height: 100%;
	padding:20px 0 20px 58px;
	background-color:#FFF5EC;
	overflow: hidden;
	border: solid 1px #D1BD03;
	border-radius: 10px;
	background: no-repeat url("../images2/top_qnav_bg.png");
	background-position: right bottom;
}
#main .q_nav .subs li {
	float: left;
	width: 280px;
	margin-right: 20px;
}
#main .q_nav .subs li span {
	display: block;
	margin: 0 0 5px 10px;
	border-bottom: 1px dotted #999;
	width: 80px;
}
#main .q_nav .subs li a {
	display: block;
	color: #000;
	text-decoration: none;
	border-left:5px solid #39C;
	border-bottom: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	background-color: #fff;
	margin: 3px 0;
	text-indent: 10px;
	line-height: 45px;
}
#main .q_nav .subs li.red  a {
	border-left:5px solid #FF5926;
}
#main .q_nav .subs li.green  a {
	border-left:5px solid #00A003;
}
#main .q_nav .subs li.orange  a {
	border-left:5px solid #FFB46A;
}
#main .q_nav .subs li a:hover {
	background-color:#fff;
	border-left: 7px solid #D1BD03;
	//text-indent: 6px;
}
/*介護事業共通list*/
 #main .q_nav .subs li.kaigokyotsu a {
	text-align: center;
	text-indent: 0px;
	border-left: 5px solid #FFB46A;
	border-right: 5px solid #FFB46A;
}
#main .q_nav .subs li.kaigokyotsu a:hover {
	border-left: 5px solid  #D1BD03;
	border-right: 5px solid #D1BD03;
}

/*トピックエリア*/
#main .inner .topic {
	margin-top: 30px;
	overflow: hidden;
}
#main .inner .topic section {
	position: relative;
	width: 300px;
	height:100%;
	float: left;
	margin-right: 30px;
	border-top:1px solid #D1BD03;
	border-bottom:1px solid #D1BD03;
	padding: 10px 0;
	text-align: center;
}
#main .inner .topic section h3{
	font-size: 20px;
	color: darkgoldenrod;
}
#main .inner .topic section#muryo{
	margin-right: 0;
}
#main .inner .topic section:hover{
	background-color:#FFF;
}
#main .inner .topic section a {
	position: absolute;
	top: 0;
	left: 0;;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*お知らせエリア*/
#main .inner .info {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
#main .inner .info_line {
	width: 630px;
	margin-right: 30px;
	float:left;
}
#main .inner .info_line h2 {
	border-bottom: solid 1px #D1BD03;
	text-indent:3px;
}
#main .inner .info_line dl {
	border-bottom: solid 1px #D1BD03;
	padding:10px 0;
	display: block;
	position: relative;
	background-image:url(../images2/main_infoline_arrow.png);
	background-repeat: no-repeat;
	background-position: 9em 14px;
}
#main .inner .info_line dl:hover {
	background-color: #fff;
}
#main .inner .info_line dt {
	float: left;
}
#main .inner .info_line dd {
	margin-left: 10em
}
#main .inner .info_line dl a {
	color: #000;
	text-decoration: none;
}
#main .inner .info_line dd.title {
	/color:#00698C;

}

#main .inner .info_banner {
	width: 300px;
	float: right;
}
#main .inner .info_banner h2 {
	border-bottom: solid 1px #D1BD03;
	text-indent:3px;
}
#main .inner .info_banner section {
	position: relative;
	width: 300px;
	height: 100%;
	float: left;
	border-bottom:1px solid #D1BD03;
	padding: 10px 0;
	text-align: center;
}
#main .inner .info_banner section h3{
	font-size: 20px;
	color: #336600;
}
#main .inner .info_banner section:hover{
	background-color:#FFF;
}
#main .inner .info_banner section a {
	position: absolute;
	top: 0;
	left: 0;;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.info_banner_img {
	border-bottom: solid 1px #D1BD03;
}
.info_banner_img:hover img {
	background-color:#FFF;
}
.info_banner_img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*ネットワークエリア*/
#main .inner .network {
	margin-bottom: 30px;
	overflow: hidden;
}
#main .inner .network section {
	width: 465px;
	height: 70px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	border-top:1px solid #D1BD03;
	border-bottom:1px solid #D1BD03;
	padding: 5px 0;
	position: relative;
}
#main .inner .network section.iryo{
	border-color:cornflowerblue;
}
#main .inner .network section.kaigo{
	border-color:darksalmon;
}
#main .inner .network section.kenkyu{
	border-color:#28CB00;
}
#main .inner .network section h3{
	font-size: 20px;
	color: darkgoldenrod;
}
#main .inner .network section h3.iryo{
	color:#00698C;
	/*color: #0003A1;*/
}
#main .inner .network section h3.kaigo{
	color:#ED0051;
}
#main .inner .network section h3.kenkyu{
	color:#00A003;
}
#main .inner .network section.rm0 {
	margin-right: 0;
}
#main .inner .network section:hover{
	background-color:#FFF;
}
#main .inner .network section a {
	/position: absolute;
	/top: 0;
	/left: 0;;
	/width: 100%;
	/height: 100%;
	/text-indent: -9999px;
	text-decoration: none;
	color: #000;
}
#main .inner .network section img {
	float:left;
	margin-right: 5px;
}

/*subメニューがあるメインエリア　２コラム*/
#main .inner .sub {
	width: 204px;
	margin-right:40px;
	border: 3px solid #99ccff;
	border-radius: 10px;
	padding: 10px;
	float: left;
}
#main .inner .sub li {
	width: 200px;
	line-height: 40px;
	display: block;
	margin-bottom: 4px;
}
#main .inner .sub li a {
	display: block;
	text-decoration: none;
	text-indent: 10px;
	border-left: solid 4px #99ccff;
	color: #000000;
}
#main .inner .sub li a:hover {
	background-color: #FFFFFF;
	border-left: solid 5px #99ccff;
}

#main .inner .main {
	width: 690px;
	float: right;
}
#main .inner .main h3.title{
	background-image: url(../images2/title_image_bg.png);
	line-height: 50px;
	font-size: 23px;
	text-indent: 50px;
	color: #3399cc;
	margin-bottom: 15px;
}
#main .inner .main h4 {
	font-size: 18px;
	border: solid 1px #C2C2C2;
	margin: 20px 0;
	padding: 20px 10px;
}
#main .inner .main ol {
	list-style-type: decimal;
	margin-left: 30px;
}
#main .inner .main ol li {
	margin-bottom: 20px;
}
#main .inner .main ol.teikan {
	list-style-type: decimal;
}
#main .inner .main ol.teikan li {
	margin-bottom: 0px;
	margin-left: 30px;
}
#main .inner .main ul {
	margin: 0 0 20px 50px;
}
#main .inner .main ul li {
	line-height: 40px;
	text-indent: 20px;
	list-style:disc
}
#main .inner .main ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}
#main .inner .main ul li a:hover {
	text-decoration: underline;
}
#main .inner .main ul ul li{
	list-style: circle;
}
#main .inner .main li.rinen {
	list-style: none;
	text-indent: -2em;
}
/*リストマークを前に　インデントなし　例えば熱中症２０２０*/
#main .inner .main ul.listmae li {
	line-height: 40px;
	text-indent: 0px;
	list-style:disc
}
#main .inner .main ul.listmae2 li {
	line-height: 40px;
	text-indent: -20px;
	list-style:disc
}


#main .inner .main table.care {
	border: solid 1px #C2C2C2;
	border-collapse: collapse;
}
#main .inner .main table.care tr th {
	border: solid 1px #999999;
	/font-size:16px;
	line-height:150%;
	padding:10px;
}
#main .inner .main table.care tr td {
	border: solid 1px #999999;
	/font-size:16px;
	line-height:150%;
	padding:10px;
}

/*バス時刻表*/
table.bus {
	border:solid 1px #999999;
	border-collapse:collapse;
	cursor: default;
}
table.bus tr th {
	border: solid 1px #999999;
	font-size:13px;
	font-weight:normal;
	line-height:140%;
	background-color:#F2F2F2;
	padding:1px;
}
table.bus tr td {
	border: solid 1px #999999;
	font-size:13px;
	line-height:140%;
	padding:1px;
}
table.bus tr:hover {
	background-color: #FF9;
}
table.bus tr td:hover {
	background-color:#FC9;
}
table.bus tr td.empty:hover {
	background-color:#CCCCCC;
}
table.yakuin {
	border:solid 1px #999999;
	border-collapse:collapse;
	cursor: default;
}
table.yakuin tr th {
	border: solid 1px #999999;
	font-size:16px;
	line-height:140%;
	padding:4px;
	font-weight: bold;
}
table.yakuin tr td {
	border: solid 1px #999999;
	font-size:16px;
	line-height:140%;
	padding:4px;
	text-align: center;
	vertical-align: middle;
}

/*フッターエリア*/
#footer {
	clear: both;
	width:100%;
	background-image:url(../images2/footer_bg.png);
	margin-top: 30px;
}
#footer .inner {
	width:960px;
	height:330px;
	margin:0 auto;
	background-image:url(../images2/footer_inner_bg.png);
	padding-top:20px;
}
#footer .inner address {
	width:300px;
	float: left;
	font-style: normal;
}
#footer .inner .ft_name{
	font-size: 20px;
	margin-bottom: 15px;
}
#footer .inner .ft_nav {
	margin:25px 0 0 300px ;
}
#footer .inner .ft_nav ul li {
	width: 120px;
	float: left;
	text-align: center;
}
#footer .inner .ft_nav a{
	text-decoration: none;
	color: #000000;
}
#footer .inner .ft_nav a:hover{
	text-decoration:underline;
}
#footer p.copyright {
	clear: both;
	text-align: center;
	line-height: 1.5em;
	background-color: #A3D900;
}