/* CSS Document */

/*■初期設定*/

@font-face {
    font-family: 'NotoSansCJKjp-Light-mini';
    src: url('./fonts/NotoSansCJKjp-Light-mini.woff'),url('./fonts/NotoSansCJKjp-Light-mini.eot');
}



body{
	font-family: 'NotoSansCJKjp-Light-mini';
	color:#666666;/*通常のテキストカラー*/
	font-size: 14px;
	text-align: center;
	background-image: url(img/bg_line.gif);
	background-repeat: repeat;
	line-height: 18px;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{
	border:0;
	display: block;
	padding-right: auto;
	padding-left: auto;
}
div{
	margin:auto;
	height: auto;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}
#bg {
	width:820px;
	text-align:center;
	background-image: url(img/bg_con.gif);
	background-repeat: repeat-y;
}

#bg_notfound/*■基本レイアウト*/
{
	width:820px;
	text-align:center;
	background-color: #FFFFFF;
	}
#container{
	width:800px;
	text-align:left;
	height: auto;
	padding-bottom: 0px;
	}
#head{
}
#head h1{
	line-height:16px;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	visibility: hidden;
	padding: 0px;
	height: 0px;
	}
#head h2{
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}


#head_menu{
	height:42px;
	zoom:100%;
	width: 100%;
	padding-left: 1px;
	}
#head_menu:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul *{
	list-style-type:none;
	display:block;
}	
#head_menu ul li{
	width:133px;
	height:42px;
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:133px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	line-height:42px;
	text-decoration:none;
	font-size: 12px;
	}
#head_menu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:133px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:133px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:133px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:133px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFDE6;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#FF6699;
	}

#head_menu ul li.a01 a{background:url(img/menu/mbg_s.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(img/menu/mbg_s_on.jpg) no-repeat;}
#head_menu ul li.a02 a{background:url(img/menu/mbg_s.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(img/menu/mbg_s_on.jpg) no-repeat;}
#head_menu ul li.a03 a{background:url(img/menu/mbg_s.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(img/menu/mbg_s_on.jpg) no-repeat;}
#head_menu ul li.a04 a{background:url(img/menu/mbg_s.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(img/menu/mbg_s_on.jpg) no-repeat;}
#head_menu ul li.a05 a{background:url(img/menu/mbg_s.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(img/menu/mbg_s_on.jpg) no-repeat;}
#head_menu ul li.a06 a{background:url(img/menu/mbg_s.jpg) no-repeat;}
#head_menu ul li.a06 a:hover{ background:url(img/menu/mbg_s_on.jpg) no-repeat;}


/*メインイメージ*/
#main_image{
	clear:left;
	width:800px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	}
#main_image div#main_img_txt h3{
	}

#contents{
	clear:left;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	zoom: 100%;
	}
#contents_notfound {
	clear:left;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	zoom: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot_up{
	background:url(img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#foot{
	clear:left;
	height:43px;
	margin-left:-10px;	
	background-image: url(img/bg_foot.gif);
	background-repeat: no-repeat;
	}
#copy{
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	padding: 2px;
	margin-right: 14px;
	margin-left: 14px;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}
	
/***トップ***/
#top{}
#top div#top_up{
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#top div#top_up div#left{
	float:left;
	width:535px;
	margin:0 0 0 0;
	}
#top div#top_up div#left p{
	margin:8px 0 0 0;
	}	
#top div#top_up div#right{
	float:left;
	width:225px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	}
	

#top div#top_up div#right h3{
	font-size:12px;
	}
#top div#top_up div#right div#info{
	background:url(img/top/bg_info.gif) no-repeat;
	width:360px;
	height:200px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:358px;
	height:198px;
	margin:0;
	}
#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#CC3366;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#btm{
	clear:both;
	padding: 0px;
	}
#top div#btm div#bnr_sps{
	}
#top div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}
#top div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#btm div#bnr_sps ul li{
 float:left;
 margin:0 8px 0 0;
 }

/***その他のページ***/
#other_page{
	background-position: left;
}
#other_page h3{
	background:url(img/bg_h2.jpg) no-repeat;
	font-size:18px;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:normal;
	vertical-align:bottom;
	text-indent:20px;
	}
#other_page h4{
	font-size:130%;
	line-height:1em;
	vertical-align:top;
	color:#666666;
	text-indent:5px;
	font-weight: normal;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0066;
	border-right-color: #FF0066;
	border-bottom-color: #FF0066;
	border-left-color: #FF0066;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#CC0066;
	}	
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#990033 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#990033 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#333333;
	text-align:center;
	}
#tbl_setA td{
	border:#990033 solid 1px;
	padding:6px;
	color:#333333;
	}
	
#half {
	width:380px;
	float: left;
}

#half_r {
	float: left;
	margin-left: 20px;
	width: 380px;
}

/*在宅ケア右表示用*/
#top div#top_up div#homecare_left{
	float:left;
	width:60%;
	margin:0;
	box-sizing: border-box;
	padding-left: 20px;
	}

/*在宅ケア右表示用*/
#top_up #homecare_right {
	float:left;
	top: 10px;
	box-sizing: border-box;
	background-color: #FDE4BF;
	margin: 0px;
	width: 40%;
	height: auto;
	padding-top: 30px;
}

#hc_right_step1{
	background-image: url(img/aboutus/step1.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -20px;

}

#hc_right_step2{
	background-image: url(img/aboutus/step2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -20px;
}

#hc_right_step3{
	background-image: url(img/aboutus/step3.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -20px;

}

#hc_right_step4{
	background-image: url(img/aboutus/step4.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -20px;

}

#hc_right_step5{
	background-image: url(img/aboutus/step5.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -20px;

}
#homecare_right .step_middle {
	background-image: url(img/aboutus/step_text_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

#homecare_right .step_low {
	background-image: url(img/aboutus/step_low_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}

#check_list {
	background-color: #FFF;
	border: 1px solid #F32C78;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#homecare_left #check_list ul{
	list-style-position: inside;
	list-style-image: url(img/aboutus/check.png);
	padding-left: 30px;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	text-indent: -1.5em;
}
#homecare_left #list {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#homecare_left #number_list {
	padding-right: 30px;
	padding-bottom: 20px;
}
#homecare_left #number_list ol {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	list-style-position: inside;
	text-indent: 1.5em;
}
#homecare_left #number_list ol li ol {
	list-style-type: none;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	text-indent: -0.08em;
	margin-left: 60px;
	margin-top: 5px;
}

#homecare_left #q_and_a {
	padding-right: 30px;
	padding-bottom: 20px;
}
#homecare_left #q_and_a ol {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	list-style-position: inside;
	list-style-image: url(img/aboutus/women_q.png);
}
#homecare_left #q_and_a ol li ol {
	list-style-type: none;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	text-indent: -0.08em;
	margin-left: 60px;
	margin-top: 5px;
	list-style-image: none;
}


/******************************************************************************************************/


/***↓著作権表示※削除しないでください↓***/

#p-copy{
	float:right;
	margin-top:30px;
	color: #FFFFFF;
	}

#copy_box {
	width:40px;
	height:13px;
	}

#p-copy .p_01 a{
	background:url(img/logo_01.gif) no-repeat;
	display:block;
	width:28px;
	height:13px;
	text-indent:-9999px;
	float:left;
	color: #FFFFFF;
	}
#p-copy .p_02 a{
	background:url(img/logo_02.gif) no-repeat;
	display:block;
	width:12px;
	height:13px;
	text-indent:-9999px;
	float:right;
	}

*:first-child+html #copy_box {
	float:right;
	}

/*** ここまで ***/


@media print{
}			
.dot {
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center center;
}
#left ul {
	list-style-position: inside;
	list-style-image: url(img/access/list_maru.gif);
}
#left li {
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pink_text {
	color: #FF0099;
}
.font333333 {color: #333333}
#left #gray_zone {
	background-color: #DEDEDE;
	padding: 10px;
	width: 500px;
}
.font12color666666 {
	font-size: 12px;
	color: #666666;
}

div.baloon {
	font-size: 11px;
	position: absolute;
	padding-left: 5px;
	z-index: 1;
	background-image: url(img/baloon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff0099;
}

div.baloon a {
	color: #55AEDD;
	text-decoration: none;
	padding: 2px;
	margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}
.qarea_top img      {
	float: left;
	padding-right: 10px;
}
.qarea_bottom img {
	float: left;
	padding-right: 10px;
}
.qarea_top h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
	display: block;
	font-size: 120%;
}
.qarea_top h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
	color: #F39;
	line-height: 22px;
}
.qarea_bottom h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
	color: #F39;
	line-height: 22px;
}

div.baloon div {
	padding: 7px 7px 14px 0;
	white-space: nowrap;
	background-image: url(img/baloon_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#other_page td {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.qarea_top {
	background-image: url(img/usersvoice/frame_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 380px;
	font-size: 120%;
	line-height: 1.3em;
}
.qarea_bottom {
	background-image: url(img/usersvoice/frame_02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 35px;
	padding-left: 40px;
	padding-bottom: 50px;
	font-size: 120%;
	line-height: 1.3em;
}
.clear {
	clear: both;
}
.orange_text {
	color: #EC6519;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
}
.text14px {
	font-size: 14px;
	line-height: 23px;
}
#left img {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text16pxblack {
	font-size: 16px;
	color: #000;
	font-weight: bold;
    line-height: 20px;
}

.image_center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.text24blackcenter {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.text20black {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
#users_voice td {
	font-size: 90%;
	line-height: 1.3em;
}
.text16pt {
	font-size: 16px;
	line-height: 20px;
}
