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

/* ---初期設定--- */

body {
	padding: 0;
	text-align: center;
	margin: 0;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 86%;
	color: #444;
	line-height: 1.6em;
	background-color: #edf3ff;
	background-image: url(../img2/bk_body2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

fieldset { 
	border:none; 
}

dl, ul, ol, blockquote, table, caption, td, th, dt, dd, address{
	letter-spacing: 0.03em;
	margin: 0; padding: 0;
}

h1, h2, h3, h4, h5, h6, p{
	letter-spacing: 0.03em;
	margin: 0px;
}

li{
	list-style: none;
}

input,textarea{
	font-size: 12px; 
	text-align: left; 
	margin: 0; 
	padding: 3px; 
}

input{
	vertical-align: middle;
}

img{
	border:0px;
}

table { border: 0; }

a:link{
	color: #003399;
	text-decoration: underline;	
}

a:visited{
	color: #003399;
	text-decoration: underline;	
}

a:hover, a:active{
	color: #003399;
	text-decoration: underline;	
}

.hidden { visibility: hidden; }

.end { font-size: 0; line-height: 0; clear: both; }

#plist {
	text-align: left;
	padding-left: 280px;
	padding-top: 15px;
}

#plist_full {
	text-align: left;
	padding-left: 25px;
	padding-top: 15px;
}

.pointer { cursor:pointer; /* カーソルオーバー */}

/* ---基本レイアウト--- */


#header {
	height: 101px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header .logo {
	float: left;
}

#header h1 {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	text-align: right;
	padding-right: 30px;
}

#navi {
	height: 61px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img2/bk_navi.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 3px;
}

#navi ul {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 50px;
	padding-left: 0px;
}

#navi li {
	float: left;
	width: 180px;
}

#contents {
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#contents_right {
	float: right;
	width: 650px;
	height: auto;
	text-align: left;
	padding-bottom: 10px;
}

#contents_right h2 {
	background-image: url(../img2/bk_contents_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	width: 580px;
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 17px;
	padding-left: 40px;
	padding-top: 18px;
	color: #505050;
	line-height: 18px;
	background-color: #FFF;
}

#contents_left {
	float: left;
	width: 250px;
	height: auto;
}
#contents_cent {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 870px;
	height: auto;
}

.pagetop {
	clear: both;
	text-align: right;
}

.pagetop img {
	margin-left: auto;
	padding-right: 15px;
}

#fnavi {
	margin-left: auto;
	margin-right: auto;
	background-color: #1839a5;
	color: #FFF;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 14px;
}
#fnavi a {
	color:#FFFFFF;
}

#banner {
	margin-left: auto;
	margin-right: auto;
	background-color: #1839a5;
	color: #FFF;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 6px;
}

#banner a {
	color: #FFF;
	text-decoration: none;
}

.banner_box {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#footer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #1839a5;
	padding-top: 10px;
}

#footer table {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .copy {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ---共通メニュー--- */

.infomation {
}

.menu {
	background-image: url(../img2/bk_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 480px;
	width: 228px;
	text-align: left;
	padding-left: 22px;
	padding-top: 5px;
	color: #666;
	padding-bottom: 15px;
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu a:hover {
	color: #666;
	text-decoration: underline;
}


.menu dt {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	height: 42px;
}

.menu dd {
	padding-bottom: 0px;
	padding-right: 28px;
	padding-left: 12px;
	padding-top: 0px;
	
}

.menu dd div {
	font-weight: bold;
	height: 68px;
	padding-top: 2px;
}

.menu dd p {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding-top: 2px;
}

.other {
}


/* ---コンテンツ--- */

/* ---トップ--- */

.top {
	width: 870px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top_slider01 {
	width: 870px;
	height: 380px;
}
#top_slider02 {
	width: 870px;
	height: 380px;
}
#top_slider03 {
	width: 870px;
	height: 380px;
}
#top_slider04 {
	width: 870px;
	height: 380px;
}
.top td {
	background-color: #FFFFFF;
}

.topix {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.topix h2 {
	margin-bottom: 10px;
}
.topix h2 span {
	font-size: 14px;
	padding-left: 200px;
}

.topix h3 {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 18px;
	padding-top: 11px;
	padding-bottom: 2px;
}

.topix h3 a {
	color: #336699;
	text-decoration: underline;
}

.topix p {
	font-size: 12px;
	line-height: 1.3em;
	padding-right: 15px;
	padding-left: 18px;
	color: #666;
}

.topix .td1 {
	background-image: url(../img2/bk_topix1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 205px;
	height: 290px;
}

.topix .td2 {
	background-image: url(../img2/bk_topix2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 205px;
	height: 290px;
}

.topix .td3 {
	background-image: url(../img2/bk_topix3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 205px;
	height: 290px;
}

.topix .info {
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 32px;
	color: #666;
}


.jigyo_no {
}
.jigyo_no table {
	width: 100%;
	margin-bottom: 2%;
	padding-bottom: 0.5%;
	border-bottom: 1px dotted #606060;
}
.jigyo_no th {
	text-align: left;
	width: 60%;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	vertical-align: top;
}
.jigyo_no th span {
	font-weight: bold;
}
.jigyo_no td {
	width: 40%;
	font-size: 13px;
	line-height: 1.6em;
}


.news {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.news table {
	margin-right: 10px;
	margin-left: 10px;
}

.news th {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	width: 70px;
	font-size: 12px;
	line-height: 1.5em;
}

.news td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: left;
	vertical-align: top;
	background-image: url(../img2/ar_news.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 24px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

.sakoju {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-bottom: 25px;
}
.sakoju h2 {
	margin-bottom: 10px;
}
.sakoju_news {
	float:right;
	margin-left:20px;
	margin-right:5px;
}
.sakoju p {
	margin-left:15px;
	line-height:1.6em;
	font-size:12px;
}


/* ========== banner========== */
#banner {
	border-top:1px solid #003559;
	padding-top:20px;
	padding-bottom:20px;
}
#banner h2 {
	text-align:center;
	width:100%;
	font-size:1.2rem;
	padding-top:15px;
	padding-bottom:10px;
	margin-bottom:5px;
}
#banner h2 span {
	font-size:1.0rem;
	margin-left:20px;
}
#banner h2 br {
	display:none;
}
#banner ul {
}
#banner ul li {
	float:left;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
}

/* ---会社概要--- */

.company {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.company h2 {
	margin-bottom: 10px;
}

.company h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

.company_list1 table {
	margin-left: 30px;
	width: 560px;
}

.company_list1 th {
	background-color: #CCC;
	padding: 5px;
}

.company_list1 td {
	background-color: #F1F1F1;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.accessmap {
	margin-left: 30px;
	border: 3px double #CCC;
	padding: 5px;
	height: auto;
	width: 544px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.company_list2 {
	margin-bottom: 15px;
}
.company_list2 table {
	margin-left: 30px;
	width: 560px;
	margin-bottom: 2%;
	padding-bottom: 0.5%;
	border-bottom: 1px dotted #606060;
}
.company_list2 th {
	text-align: left;
	width: 60%;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	vertical-align: top;
}
.company_list2 th span {
	font-weight: bold;
}
.company_list2 td {
	width: 40%;
	font-size: 13px;
	line-height: 2.0em;
}


.company_list3 {
	margin-bottom: 15px;	
}
.company_list3 table {
	margin-left: 30px;
	width: 560px;
	margin-bottom: 2%;
	padding-bottom: 0.5%;
	border-bottom: 1px dotted #606060;
}
.company_list3 th {
	text-align: left;
	width: 34%;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6em;
	vertical-align: top;
}
.company_list3 th span {
	font-weight: bold;
}
.company_list3 td {
	width: 66%;
	font-size: 13px;
	line-height: 2.0em;
}


/* ---サービス--- */

.service {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.service_navi {
	background-color: #FFC;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
}

.service h3 {
	margin-right: 25px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #930;
	border-left-color: #930;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.service h4 {
	margin-right: 25px;
	margin-left: 35px;
	margin-bottom: 10px;
}

.service p {
	margin-right: 25px;
	margin-left: 35px;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.sv_img1 {
	margin-left: 15px;
}

.sv_img2 {
	float: right;
}


/* ---髪結--- */
.kamiyui {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.kamiyui h2 img {
	float: right;
}

.kamiyui h3 {
	padding-left: 90px;
	padding-top: 14px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-image: url(../img2/bk_kamiyui_h3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 31px;
	width: 530px;
	font-size: 16px;
	line-height: 16px;
}

.kamiyui p {
	font-size: 13px;
	line-height: 1.6em;
	padding-right: 20px;
	padding-left: 15px;
}

.kamiyui_box span {
	text-decoration: underline;
}

.kamiyui_box {
	background-color: #fff3e6;
	border: 8px solid #f8dec1;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.kamiyui_box ul {
	padding-top: 10px;
	padding-right: 20px;
}

.kamiyui_box li {
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 8px;
}

.kamiyui td {
	font-size: 13px;
	line-height: 1.6em;
}



/* ---よくある質問--- */

.qanda {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.qanda dl {
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.qanda dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.qanda dd {
	padding-bottom: 2px;
	padding-top: 5px;
}

.qanda p {
	text-align: left;
}

.accordionPart {
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.accordionPart div {

	border-bottom: solid 1px #e8e8e8;

	padding-bottom: 12px;

	margin-top: 12px;

}

.accordion_toggle {
	font-size: 14px;
	line-height: 1.5em;
	background: url(../img2/qanda/icn_q.gif) no-repeat 0 0.1em;
	padding-left: 28px;
	color: #1186ec;
	font-weight: bold;
}

.accordion_toggle:hover {
}

.accordion_content {
	font-size: 13px;
	line-height: 1.6em;
	background: url(../img2/qanda/icn_a.gif) no-repeat 0px 0.5em;
	padding-left: 28px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
}

.accordion_content span {

	margin: 5px;

	margin-left: 0;

	display: block;

}

/* ---求人情報--- */
.recruit_box {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 4%;
padding-bottom: 2%;
padding-top: 2%;
background-color:#E4E4E4;
border-radius: 14px;
}
.recruit_box_left {
float: left;
width: 60%;
height: auto;
padding-left: 2%;
}
.recruit_box_right {
float: right;
width: 32%;
height: auto;
padding-right: 3%;
}
.recmap {
	width: 100%;
	height: 280px;
	border: solid #FFFFFF 2px;
	background-color: #FFFFFF;	
	margin-bottom: 1%;
}
.recruit_box h3 {
margin-bottom: 2%;
color: #666666;
font-size: 18px;
}
.recruit_box table {
width: 100%;
border-collapse: separate;
border-spacing: 1px 1px;
}
.recruit_box table th {
background-color: #FFFFFF;
text-align: center;
line-height: 1.6em;
padding: 5px;
}
.recruit_box table td {
background-color: #FFFFFF;
text-align: left;
line-height: 1.6em;
padding: 5px;
}
.bt_recruit_cont {
padding-top: 2%;
padding-bottom: 2%;
}
.bt_recruit_cont p {
	font-size: 13px;
	margin-bottom: 1%;
}
.bt_recruit_cont p span {
	color: #D63E41;
	font-size: 18px;
	font-weight: bold;
}
.bt_recruit_cont a {
display: block;
color: #FFFFFF;
font-size: 14px;
font-weight: normal;
text-decoration: none;
background-color: #909090;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
border-radius: 8px;
}
/* ---ご利用規約・プライバシー--- */

.policy {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}

.policy table {
	margin-left: 30px;
}

.ktitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.klist {
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
}

.kinfo {
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 1.7em;
}

/* ---介護タクシー--- */
#taxi {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#taxi h2 {
	text-align: center;
	padding-top: 4%;
	padding-bottom: 1%;
	margin-bottom: 2%;
	font-size: 26px;
	color: #e13d3f;
	border-bottom: 1px solid #e13d3f;
}
#taxi h3 {
	background-color:#EF8E8F;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-top: 1.8%;
	padding-bottom: 1.2%;
	color: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 6%;
}
.taxi_info {
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2%;
}
#taxi ul {
	margin-top: 1%;
	margin-bottom: 2%;
}
#taxi li {
	float: left;
	text-align: left;
	width: 45%;
	margin-right: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-top: 2%;
	background-color: #FFFAEE;
}
.li_end {
	margin-right: 0 !important;
}
#taxi li p {
	font-size: 13px;
	line-height: 1.7em;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2%;
	text-indent: -1em;
	padding-left: 1em;
}

/* ---シンセリティー--- */
#sincerity {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: left;
}
#sincerity h2 {
	text-align: center;
	padding-top: 4%;
	padding-bottom: 1%;
	margin-bottom: 2%;
	font-size: 26px;
	color: #e13d3f;
	border-bottom: 1px solid #e13d3f;
}
#sincerity h3 {
}
.sin_info {
	text-align: left;
	font-size: 15px;
	line-height: 1.7em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.sin_info span {
	font-weight: bold;
	font-size: 16px;
}
.sin_sbox {
	float: left;
	width: 45%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 2%;
	background-color: #FFFAEE;
	height: auto;
	min-height: 160px;
}
.sin_sbox h3 {
	background-color:#EF8E8F;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 1.5%;
	padding-bottom: 1%;
	color: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 3%;
}
.sin_sbox p {
	font-size: 13px;
	line-height: 1.7em;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
.sbox_img {
	float: right;
	margin-left: 10px;
}
.sin_mbox {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-top: 1%;
	background-color: #FFFAEE;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #BDA283;
}
.sin_mbox img {
	width: 100%;
}

#sincerity ul {
	margin-top: 1%;
	margin-bottom: 2%;
}
#sincerity li {
	float: left;
	text-align: left;
	width: 45%;
	margin-right: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-top: 2%;
	background-color: #FFFAEE;
}
.li_end {
	margin-right: 0 !important;
}
.sin_contact h3 {
	background-color:#EF8E8F;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 1.5%;
	padding-bottom: 1%;
	color: #FFFFFF;
	border-radius: 15px;
	margin-bottom: 3%;
}
.sin_contact dl {
	clear: left;
	margin-left: 15px;
	margin-right: 15px;
}
.sin_contact dt {
	color: #FFFFFF;
	background-color: #BDA283;
	font-size: 16px;
	float: left;
	width: 175px;
	height: 27px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 9px;
}
.sin_contact dd {
	padding-right: 15px;
	border: 1px solid #BDA283;
	height: 40px;
	padding-top: 15px;
	line-height: 15px;
}
.sin_contact p {
	font-size: 15px;
	line-height: 1.7em;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 20px;
}
.sin_contact table {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 35px;
}
.sin_contact  tr {

}
.sin_contact  th {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #E16264;
	font-size: 18px;
	background-color: #FDEAEA;
}
.sin_contact  th span {
	font-size: 14px;
}
.sin_contact td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0EAE3;
}
