@charset "UTF-8";
/* CSS Document */

BODY {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1000px;
	background-image: url(../img/back.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
p {
	font-size: 13px;
	line-height: 1.8em;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
header {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
hgroup {
	width: 1000px;
	margin: 11px auto 0;
	overflow: hidden;
	height: 89px;
}
header h1 {
	margin: 0;
	padding: 0;
	float: left;
	width:443px;
}
header h2 {
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
	width:338px;
}


nav {
	/*width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;*/
	overflow: hidden;
}
#menu {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999999px;
	background-image: none;
}
#menu li a {
	display: block;
	padding: 0 0 0 0;
	background-color: #2a83a2;
	height:35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom:1px solid #4baacb;
	text-indent:-99999999px;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
	background: #4baacb;
}
#toggle {
	display: none;
}
#menu li.m1 a {
	padding: 0;
	display: block;
	width: 101px;
	height: 60px;
	background: url(../img/nav_1.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m1 a:hover {
	background-position: 0 bottom;
}
#menu li.m2 a {
	display: block;
	width: 186px;
	height: 60px;
	background: url(../img/nav_2.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m2 a:hover {
	background-position: 0 bottom;
}
#menu li.m3 a {
	display: block;
	width: 192px;
	height: 60px;
	background: url(../img/nav_3.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m3 a:hover {
	background-position: 0 bottom;
}
#menu li.m4 a {
	display: block;
	width: 206px;
	height: 60px;
	background: url(../img/nav_4.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m4 a:hover {
	background-position: 0 bottom;
}
#menu li.m5 a {
	display: block;
	width: 137px;
	height: 60px;
	background: url(../img/nav_5.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m5 a:hover {
	background-position: 0 bottom;
}
#menu li.m6 a {
	display: block;
	width: 178px;
	height: 60px;
	background: url(../img/nav_6.gif) no-repeat 0 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li.m6 a:hover {
	background-position: 0 bottom;
}


#contents {
	width: 1000px;
	margin: 15px auto;
	overflow: hidden;
}
article {
	width: 680px;
	margin: 0 auto;
	padding: 9px;
	float: right;
	border:#ddd 1px solid;
	background-color:#fff;
}
article h1 {
	width:100%;
}
aside {
	width: 250px;
	float: left;
}
.post-edit-link {
	display: none;
}
aside ul {
}
aside li {
	margin: 0;
	padding: 0 0 10px 0;
	list-style:none;
}
aside li.fb {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	border:#FFBDCC 1px solid;
}
section#main {
	width: 100%;
	background-image: url(../img/main_back.png);
	background-position: center top;
	background-repeat: no-repeat;
}
section#main h1 {
	float: none;
	margin: 0 auto;
	padding: 300px 0 0 500px;
	width: 353px;
}
section#main h2 {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}
section#main ul {
	width: 1000px;
	margin: 15px auto;
	overflow: hidden;
}
section#main li {
	float: left;
	padding: 0 50px 0 0;
}
section#main li.last {
	float: right;
	padding: 0 0 0 0;
}
section#top1 {
	width: 700px;
	margin: 0 0 20px 0;
}
section#top1 h1 {
	margin: 0;
	padding: 0;
}
section#top2 {
	width: 680px;
	padding: 8px;
	border: #ddd 1px solid;
	margin: 0 0 20px 0;
	background-image: url(../img/happiness_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
section#top2 h1 {
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
}
section#top2 p {
	text-align: left;
	padding: 0 30px 15px 30px;
}
section#top2 p.hp1 {
	text-align: center;
	padding: 0 0 15px 0;
}
p.copy {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #999;
}
footer {
	width: 100%;
	height: 400px;
	background-image: url(../img/back_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
footer p {
	text-align: center;
	padding: 20px 0;
}
footer nav {
	width: 1000px;
	margin: 20px auto 0;
	padding: 15px 0;
}
footer nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
footer nav li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	color: #555;
	font-size: 11px;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
}
footer nav li.l1 {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
footer menu {
	width: 1000px;
	margin: 20px auto 0;
	padding: 15px 0;
}
footer menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
footer menu li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	color: #555;
	font-size: 11px;
	border-right: #CCC 1px solid;
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	float: none;
}
footer menu li.l1 {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	border-right: #CCC 1px solid;
	border-left: #CCC 1px solid;
}
footer menu li a:link {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
footer menu li a:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
footer menu li a:hover {
	color: #FF3B38;
	text-decoration: none;
	font-size: 11px;
}
footer menu li a:active {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 77%;
	z-index: 1000;
}
#page-top a {
	background: #FFBDCF;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#page-top a:hover {
	text-decoration: none;
	background: #FF3B38;
	color: #FFF;
}
a:link {
	color: #333;
	text-decoration:underline;
	font-size: 11px;
}
a:visited {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #FF3B38;
	text-decoration: none;
	font-size: 11px;
}
a:active {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}











section {
	margin:15px 0 0 0;
	overflow:hidden;
}
section h1 {
	width:680px;
	text-align:center;
	padding:15px 0 0 0;
	margin:0 0 10px 0;
	background-image:url(../img/title_back.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
	color:#FF342D;
	font-size:20px;
}
section h2 {
	text-align: center;
	
}
section h3 {
	border-left: #f38000 10px solid;
	padding: 5px 0 2px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 800;
	margin: 20px 0 15px 0;
}
section h4 {
	padding: 5px 0 3px 0;
	font-size: 14px;
	color: #008C46;
	border-bottom: #008C46 1px solid;
	margin:0 25px 10px 25px;
}
section p.un1 {
	color: #008C46;
	padding:0 0 5px 30px;
}

section p {
	padding:0 30px 15px 30px;
	margin:0;
}
/*訪問介護サービス*/
#home-visit-care {
}
#home-visit-care nav li.m2 a {
	background: url(../img/nav_2.gif) no-repeat 0 bottom;
	pointer-events:none;
}
#home-visit-care article h2 {
	width:604px;
	text-align:center;
	padding:20px 0;
	margin:0 auto;
}
#home-visit-care section h2 {
	border-left: #f38000 10px solid;
	padding: 5px 0 2px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 800;
	margin: 20px 0 15px 0;
	text-align:left;
}

#home-visit-care section ul {
}
#home-visit-care section li {
	font-size:13px;
	line-height:1.8em;
	color:#333;
	list-style:circle;
	margin:0 0 0 30px;
	padding:0 30px 10px 0;
}
.rr1 {
	background-color:#FFEEF2 !important;
	text-align:center !important;
}
.rr2 {
	text-align:right !important;
}
.rr3 {
	text-align:right !important;
	color:#d90000 !important;
}


/*障がい福祉サービス*/
#welfareservices {
}
#welfareservices nav li.m3 a {
	background: url(../img/nav_3.gif) no-repeat 0 bottom;
	pointer-events:none;
}



/*介護保険サービス*/
#uninsurede {
}
#uninsured nav li.m4 a {
	background: url(../img/nav_4.gif) no-repeat 0 bottom;
	pointer-events:none;
}
section p.hp2 {
	padding:0;
}
ul {
}
li {
	list-style:circle;
	padding:0 0 0 0;
	line-height:1.6em;
	font-size:13px;
	color:#333;
	margin:0 0 0 50px;
}
section#uninsurede h2 {
	text-align:center;
	font-size:16px;
	color:#FF342D;
}
/*求人情報*/
#recruit {
}
#recruit nav li.m5 a {
	background: url(../img/nav_5.gif) no-repeat 0 bottom;
	pointer-events:none;
}

#recruit section h2 {
	border-left: #f38000 10px solid;
	padding: 5px 0 2px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 800;
	margin: 20px 0 15px 0;
	text-align:left;
}

#recruit section ul {
}
#recruit section li {
	font-size:13px;
	line-height:1.8em;
	color:#333;
	list-style:circle;
	margin:0 0 0 30px;
	padding:0 30px 10px 0;
}
	
table.hh2 {
	width: 670px;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	color: #333;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.7em;
}
table.hh2 th {
	background-color: #EBEBEB;
	padding: 10px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 13px;
	font-weight:normal;
	text-align: center;
}
table.hh2 td {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}
table.hh2 td.hh21 {
	background-color: #fff;
	background-color: #F7EFDF;
	text-align: center;
	vertical-align: middle;
	font-weight: 800;
	font-size: 14px;
}
table.hh2 td.hh2-1 {
	background-color:#FFBDCF;
	font-size:14px;
	color:#000;
}


.rec1 {
	background-color:#F7B1B1 !important;
	text-align:center !important;
}




/*ハピネスグループ*/
#happiness {
}
#happiness nav li.m6 a {
	background: url(../img/nav_6.gif) no-repeat 0 bottom;
	pointer-events:none;
}
#happiness article h2 {
	width:561px;
	margin:0 auto;
}
table {
	border-collapse : collapse;
}
td {
	border : 1px solid #ccc;
	padding : 5px;
	font-size : 90%;
	color : #666;
}
td.l_Cel {
}
table.hh3 th {
	color: #000;
	padding: 10px 0;
	background: #F8E2CB;
	/*  background:-moz-linear-gradient(#F8E2CB, #F1C596 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#F8E2CB), to(#F1C596));*/
	font-weight: nomal;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #EBEBEB;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	/*  text-shadow:0 -1px 0 rgba(255,255,255,0.9);*/
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.hh3 th:first-child {
	border-left: 1px solid #aaa;
	border-radius: 5px 0 0 0;
	border-top: 1px solid #aaa;
}
table.hh3 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.hh3 tr td {
	padding: 8px 15px;
	text-align: left;
	border-left: 1px solid #EBEBEB;
	vertical-align: top;
	line-height: 1.5em;
}
table.hh3 tr td:first-child {
	border-left: 1px solid #aaa;
	color: #F60;
	font-weight: bold;
}
table.hh3 tr td:last-child {
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.hh3 tr {
	background: #fff;
}
table.hh3 tr:nth-child(2n+1) {
	background: #f7f7f7;
}
table.hh3 tr:last-child td {
	border-bottom: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.hh3 tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
table.hh3 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
table.hh3 tr:hover {
	background: #FEE6CA;
	color: #333;/*cursor:pointer;*/
}
table.hh3 {
	width: 678px;
	border-spacing: 0;
	font-size: 12px;
	margin: 10px auto;
	text-align: left;
	border-top: 1px solid #aaa;
}
#happiness dl {
	width: 90%;
	margin: 0 auto 15px;
	font-size: 13px;
	overflow: hidden;
	background-color: #eee;
	border-bottom: #DDD 1px solid;
}
#happiness dt {
	float: left;
	width: 30%;
	padding: 10px;
}
#happiness dd {
	float: left;
	width: 50%;
	padding: 10px;
	background-color: #f7f7f7;
}
#happiness dd.hp1 {
	float: left;
	width: 10%;
	padding: 10px;
	background-color: #eee;
	text-align: center;
	color: #D9A300;
}
.hp99 {
	display: block;
	width: 100%;
	color: #D9A300;
}
.hp99 a:link {
	display: block;
	background-color: #eee;
	text-decoration: none;
	color: #D9A300;
	padding: 10px 10px;
}
.hp99 a:hover {
	background-color: #D9A300;
	text-decoration: none;
	color: #fff;
}
.hp99 a:active, .hp99 a:visit {
 color:#D9A300;
}
/*お問い合わせ*/
#contact {
}
.contact_style1 {
	color:#d90000;
}
#contact_box {
	background-color: #efefef;
	width: 94%;
	margin: 0 auto;
}
#contact_box dl {
	width: 90%;
	padding: 30px 0;
	margin: 0 auto;
	font-size: 13px;
	overflow: hidden;
}
#contact_box dt {
	clear: left;
	float: left;
	width: 10em;
	padding: 5px 10px;
	color: #000;
	font-weight: normal;
	background-color: #f7f7f7;
	margin: 0 15px 10px 0;
	text-align: right;
}
#contact_box dd {
	width: 25em;
	margin-left: 12em;
	margin: 0;
	float: left;
	padding: 5px 10px;
	line-height: 1.8em;
	background-color: #fff;
	margin: 0 15px 10px 0;
	font-size: 14px;
	line-height: 1.7em;
}
.wpcf7-submit {
	text-align: center;
	font-size: 20px;
	padding: 5px 20px;
	color: #FFF;
	background-color: #f39;
	cursor: pointer;
	border: #FFF 1px solid;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 90%;
	border: none;
	padding: 5px 10px;
}
.contact_style1 {
	color: #d90000;
}
p.call {
	width: 680px;
	margin: 0 auto;
}

#contact_pc {
	width:1000px;
	text-align: center;
	padding: 20px 0;
	margin:0 auto;
}
#contact_sp {
	display:none;
}



/* 画面サイズが480px以下の場合に適用===================================================================================== */
@media only screen and (max-width: 480px) {
	
	
BODY {
	background-image: url(../img/back_sp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 100%;
}
header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
hgroup {
	width: 100%;
	margin: 11px auto 0;
	overflow: hidden;
	height: auto;
}
header h1 {
	margin: 0 auto ;
	padding: 0;
	float: none;
	width:90%;
}
header h2 {
	margin: 0 auto ;
	padding: 9px 0 0 0;
	float: none;
	width:80%;
}

#menu {
	display: none;
	width:100%;
}
#menu li {
	width: 50%;
	float: left;
}
#menu li a {
	text-indent: 0;
}
#menu li a {
	display: block;
	padding: 15px 0 0 0;
	background-color: #2a83a2;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #4baacb;
	text-indent: 0;
}
#menu li:last-child a {
	border: none;
}
#menu li a:hover {
	background: #4baacb;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #ddd;
}
#toggle a {
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #fff;
	color: #333;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #ddd;
}
#toggle a:before {
	margin-top: -9px;
}
#toggle a:after {
	margin-top: 3px;
}
#menu li.m1 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #000;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}
#menu li.m2 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m3 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m4 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m5 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li.m6 a {
	background-image: none;
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	background-color: #000;
	height: 35px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	text-indent: 0;
}
#menu li a:hover {
	background: #d90000;
}	
	
	footer {
	width: 100%;
	height: auto;
	background-image: url(../img/back_footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding:0 0 30px 0;
}

footer menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #efefef;
}
footer menu li {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	color: #555;
	font-size: 14px;
	border-bottom: #ccc 1px solid;
	border-left: none;
	border-right: none;
	display: block;
}
footer menu li.rr3 {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	color: #555;
	font-size: 14px;
	border-bottom: #ccc 1px solid;
	border-left: none;
	border-right: none;
	display: block;
}
footer menu li a:link {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}
footer menu li a:visited {
	color: #333;
	text-decoration: none;
}
footer menu li a:hover {
	color: #B28500;
	text-decoration: none;
}
footer menu li a:active {
	color: #333;
	text-decoration: none;
}
#contact_sp {
	width:90%;
	text-align: center;
	padding: 20px 0;
	margin:0 auto;
	display:block;
}
#contact_pc {
	display:none;
}
p.copy {
	text-align: center;
	margin: 15px 0;
	padding: 0;
	font-size: 10px;
	color: #999;
}

#contents {
	width:100%;
	margin:15px auto;
}
article {
	width:90%;
	margin:0 auto;
	float:none;
}


	aside {
		display:none;
}

section {
	margin:15px 0 0 0;
	overflow:hidden;
}
section h1 {
	width:100%;
	text-align:center;
	padding:15px 0 0 0;
	margin:0 0 10px 0;
	background-image:url(../img/back01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
	color:#FF342D;
	font-size:20px;
}
section h2 {
	text-align: center;
	
}
section h3 {
	border-left: #f38000 10px solid;
	padding: 5px 0 2px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 800;
	margin: 20px 0 15px 0;
}
section h4 {
	padding: 5px 0 3px 0;
	font-size: 14px;
	color: #008C46;
	border-bottom: #008C46 1px solid;
	margin:0 25px 10px 25px;
}
section p.un1 {
	color: #008C46;
	padding:0 0 5px 30px;
}

section p {
	padding:0 30px 15px 30px;
	margin:0;
}
/*訪問介護サービス*/
#home-visit-care {
}
#home-visit-care nav li.m2 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #f39;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}
#home-visit-care article h2 {
	width:96%;
	text-align:center;
	padding:20px 0;
	margin:0 auto;
}
#home-visit-care section h2 {
	border-left: #f38000 10px solid;
	padding: 5px 0 2px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 800;
	margin: 20px 0 15px 0;
	text-align:left;
}

#home-visit-care section ul {
}
#home-visit-care section li {
	font-size:13px;
	line-height:1.8em;
	color:#333;
	list-style:circle;
	margin:0 0 0 30px;
	padding:0 30px 10px 0;
}
.rr1 {
	background-color:#FFEEF2 !important;
	text-align:center !important;
}
.rr2 {
	text-align:right !important;
}
.rr3 {
	text-align:right !important;
	color:#d90000 !important;
}


/*障がい福祉サービス*/
#welfareservices {
}
#welfareservices nav li.m3 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #f39;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}
p.welf01 {
	width:100%;
	margin:0 auto;
	padding:0;
}
table.hh1 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	color: #333;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.7em;
}
table.hh1 th {
	background-color: #EBEBEB;
	padding: 10px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 13px;
	font-weight:normal;
	text-align: center;
	width: 30%;
}
table.hh1 td {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;

}


/*介護保険サービス*/
#uninsurede {
}
#uninsured nav li.m4 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #f39;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}
section p.hp2 {
	padding:0;
	width:90%;
	margin:0 auto;
}
ul {
}
li {
	list-style:circle;
	padding:0 0 0 0;
	line-height:1.6em;
	font-size:13px;
	color:#333;
	margin:0 0 0 50px;
}
section#uninsurede h2 {
	text-align:center;
	font-size:16px;
	color:#FF342D;
}
/*求人情報*/
#recruit {
}
#recruit nav li.m5 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #f39;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}

#recruit section h2 {
	border-left: #f38000 10px solid;
	padding: 5px 0 2px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 800;
	margin: 20px 0 15px 0;
	text-align:left;
}

#recruit section ul {
}
#recruit section li {
	font-size:13px;
	line-height:1.8em;
	color:#333;
	list-style:circle;
	margin:0 0 0 30px;
	padding:0 30px 10px 0;
}
	
table.hh2 {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	color: #333;
	font-size: 13px;
	border-collapse: collapse;
	line-height: 1.7em;
}
table.hh2 th {
	background-color: #EBEBEB;
	padding: 10px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 13px;
	font-weight:normal;
	text-align: center;
}
table.hh2 td {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}
table.hh2 td.hh21 {
	background-color: #fff;
	background-color: #F7EFDF;
	text-align: center;
	vertical-align: middle;
	font-weight: 800;
	font-size: 14px;
}
table.hh2 td.hh2-1 {
	background-color:#FFBDCF;
	font-size:14px;
	color:#000;
}


.rec1 {
	background-color:#F7B1B1 !important;
	text-align:center !important;
}




/*ハピネスグループ*/
#happiness {
}
#happiness nav li.m6 a {
	background-image: none;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
    background-color: #f39;
    height: 35px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    text-indent: 0;
}
#happiness article h2 {
	width:96%;
	margin:0 auto;
}
table {
	border-collapse : collapse;
}
td {
	border : 1px solid #ccc;
	padding : 5px;
	font-size : 90%;
	color : #666;
}
td.l_Cel {
}
table.hh3 th {
	color: #000;
	padding: 10px 0;
	background: #F8E2CB;
	/*  background:-moz-linear-gradient(#F8E2CB, #F1C596 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#F8E2CB), to(#F1C596));*/
	font-weight: nomal;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #EBEBEB;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
	/*  text-shadow:0 -1px 0 rgba(255,255,255,0.9);*/
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.hh3 th:first-child {
	border-left: 1px solid #aaa;
	border-radius: 5px 0 0 0;
	border-top: 1px solid #aaa;
}
table.hh3 th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.hh3 tr td {
	padding: 8px 15px;
	text-align: left;
	border-left: 1px solid #EBEBEB;
	vertical-align: top;
	line-height: 1.5em;
}
table.hh3 tr td:first-child {
	border-left: 1px solid #aaa;
	color: #F60;
	font-weight: bold;
}
table.hh3 tr td:last-child {
	border-right: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.hh3 tr {
	background: #fff;
}
table.hh3 tr:nth-child(2n+1) {
	background: #f7f7f7;
}
table.hh3 tr:last-child td {
	border-bottom: 1px solid #aaa;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.hh3 tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
table.hh3 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
table.hh3 tr:hover {
	background: #FEE6CA;
	color: #333;/*cursor:pointer;*/
}
table.hh3 {
	width: 678px;
	border-spacing: 0;
	font-size: 12px;
	margin: 10px auto;
	text-align: left;
	border-top: 1px solid #aaa;
}
#happiness dl {
	width:98%;
	margin:0 auto 15px;
	
	overflow:hidden;
	background-color:#eee;
	border-bottom:#DDD 1px solid;
}

#happiness dt {
	float:none;
	width:100%;
	padding:10px;
	font-size:14px;
}

#happiness dd {
	float:left;
	width:60%;
	padding:10px;
	background-color:#f7f7f7;
	font-size:14px;
}
#happiness dd.hp1 {
	float:left;
	width:25%;
	padding:10px;	
	background-color:#eee;
	text-align:center;
	font-size:14px;
}

.hp99 {
	display: block;
	width: 100%;
	color: #D9A300;
}
.hp99 a:link {
	display: block;
	background-color: #eee;
	text-decoration: none;
	color: #D9A300;
	padding: 10px 10px;
}
.hp99 a:hover {
	background-color: #D9A300;
	text-decoration: none;
	color: #fff;
}
.hp99 a:active, .hp99 a:visit {
 color:#D9A300;
}
/*お問い合わせ*/
#contact {
}
.contact_style1 {
	color:#d90000;
}
}