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

h2.h2_careroom {
	width: 90%;
	font-size: 1.6em;
	font-weight: bold;
	background: #7cb7ff;
	color: #ffffff;
	text-shadow: -1px -1px 1px #666666;
	padding: 10px 20px;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	margin: 0 0 30px 10px;
}

h2.h2_riyo {
	background: #F78E26;
}

h2.h2_mochimono {
	background: #4A89ED;
}

h2.h2_mendan {
	background: #42BC74;
}

h3.h3_careroom {
	background: url(../img/h3_back.png) no-repeat;
	height: 40px;
	padding-left: 55px;
	font-size: 1.6em;
	color: #725975;
	letter-spacing: 0.1em;
	margin: 0 20px 25px 10px;
	text-shadow: 1px 1px 1px #ffffff; 
}

h4.h4_careroom {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}

/* --- ケアルームナビ --- */
.careroom_navi {
	width: 600px;
	margin: -10px auto 30px;
}
.careroom_navi li {
	display: inline-block;
	width: 190px;
	height: 190px;
	margin-right: 5px;
	background: #cccccc;
} 

.careroom_navi li.riyo {
	background:url(../img/careroom_navi_riyo_over.svg) no-repeat;
}

.careroom_navi li.mochimono {
	background:url(../img/careroom_navi_mochimono_over.svg) no-repeat;
}

.careroom_navi li.mendan {
	background:url(../img/careroom_navi_mendan_over.svg) no-repeat;
}

.careroom_navi li a {
	display: block;
}

.careroom_navi li a img {
	width: 190px;
	height: 190px;
}

.careroom_navi li a:hover img {
	visibility: hidden;
}

/*選択中*/
.careroom_navi li.current a img {
	visibility: hidden;
}

/* --- ケアルームナビここまで --- */


body.div9{
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color:#6f4175;
	background:url(../img/bg/bg_body01.gif) repeat-x 0 80px;
}

#main.div8 {
	width:670px;
	margin: 0 auto;
	text-align: left;
	background:#faf7f4;
}

#main.div8 p{
	font-size: 1.2em;
	line-height: 24px;
}

div.div6{
	width:590px;
	margin-left:10px;
     padding: 20px;
     border-radius:4px;
     border:1px solid #cfb18f;
     box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
	 background-color:#fff;
}
div.div7{
	 width: 380px;
     margin-left: 10px;
     padding: 10px 10px 10px 40px;
     border-radius:4px;
     border:1px solid #cfb18f;
     box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
	 background-color:#fff;
}
/* --- 新着情報エリア --- */
div.update {
width: 630px; /* 新着情報エリアの幅 */
margin-left:10px;
font-size: 100%;
border-radius:4px;
border:1px solid #cfb18f;
box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.4);
background-color:#fff;
}



/* --- 新着リスト --- */
div.update dl {
margin: 20px 30px 20px 30px;
}

/* --- 日付エリア --- */
div.update dt {
width: 10em; /* 日付エリアの幅 */
float: left;
padding: 7px 7px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 7px; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFixxx:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

.Purple{
	color:#6f4175;
	}
	
.Purple a{
	color:#6f4175;
	}
	
.div7 li{
	list-style-type : disc; 
	}

.ul_disc {
	list-style-type:disc;
	margin:5px 0 0 15px;
}
	.ul_disc li {
		margin:4px 0 0;
	}

/* --- table--- */
.table_care {
	border-left:1px solid #cfb18f;
	border-top:1px solid #cfb18f;
	margin-bottom:12px;
}
	.table_care th,
	.table_care td {
	border-right:1px solid #cfb18f;
	border-bottom:1px solid #cfb18f;
	padding:8px 12px;
	}
	.table_care th {
		background:#91500f;
		color:#fff;
		text-align: center;
	}
	.table_care td {
		background:#ffffff;
	}

/* --- list--- */

.care_list_number {
	list-style-type: decimal;
	font-size: 1.2em;
}

.care_list_disc {
	list-style-type: disc;
}

.care_list_number , .care_list_disc {
	margin-left: 20px;
}

.care_list_number>li {
	margin-bottom: 22px;
}

.ul_mochimono {
	margin-left: 30px;
	margin-bottom: 20px;
}

/* --- お知らせ--- */

.careroom_info {
	width: 570px;
	margin: 0 0 40px 15px;
	background: #ffffff;
	padding: 16px 20px;
	font-size: 1.2em;
	border: 2px solid #ccbfb2;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.careroom_info h3 {
	border-left:4px solid #e46987;
	font-size: 1.4em;
	padding-left: 10px;
	margin-bottom: 20px;
	color: #7c6c5b;
}

.careroom_info dl {
	height: 200px;
	padding: 10px 0;
	overflow-y: scroll; 
	overflow-x: hidden;
}

.careroom_info dl dt {
	clear: both;
	float: left;
	color: #e46987;
}

.careroom_info dl dd {
	border-bottom: 1px dotted #999999;
	margin: 0 0 10px 0;
	padding-left: 100px;
	padding-bottom: 10px;
}

/*地図*/
.map_img {
	width: 610px;
	margin: -30px 0 0 30px;
}

/*GoogleMap*/
#map {
	width: 610px;
	height: 400px;
	margin: 5px auto 25px;
	border: 1px solid #eeeeee;
}

.em1 {text-indent:1em !important;}
.plem1 {text-indent:-1em; padding-left: 1em;}
