@charset "utf-8";

/* PC：style-care-pc.css
 * おまかせプラン ver.6
 * 介護保険制度
 * **************************************************
 * Global Navigation (Nav) ★グローバルナビゲーションが上部の場合削除
 * Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}
/* 2階層：グローバルナビゲーション6番目を表示 */
#globalNav nav #navG06 .sec {
	overflow-y: auto;
	position: absolute; top: 0px; left: 250px;
	padding-top: 136px; /* ロゴ画像の高さに合わせて調整 */
	height: 100%;
	width: 250px;
	display: none;
}
#globalNav nav li#navG06 > .sec li,
#globalNav nav li#navG06:hover > .sec {
	display:none;
}

#subPage #content .main .inner {
    background-color: #fff;
	margin: 0 0 0 0;
	padding-top:60px;
}

#subPage #content .main .inner section {
    display: block;
    width: 770px;
    margin: 0 auto;
}

#subPage .side{
	margin-top:107px;
}



/* Elements
------------------------------------------------------------------ */
/* List：要介護認定（順番：dl） */
#subPage .main dl.certification {
	list-style-type: none;
}
#subPage .main dl.certification dt {
	font-size: 1.6em;
	font-weight: bold;
}
#subPage .main dl.certification dd {
	font-size: 1.6em;
}
#subPage .main dl.certification dd + dt {
	margin: 1.0em 0 0 0;
}

/* 地域密着型サービス */
#subPage .main .regionalServices {
}
#subPage .main .regionalServices dt {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF6E80;	
}
#subPage .main .regionalServices dt ~ dt {
	margin: 20px 0 0 0;
}
#subPage .main .regionalServices dd {
	font-size: 1.6em;
}

/* List：自己負担 */
#subPage .main .selfPay {
	margin-bottom: -20px;
}
#subPage .main .selfPay:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#subPage .main .selfPay > li {
	float: left;
	border: 2px solid #c1c1c1;
	width: 47%;
}
#subPage .main .selfPay > li:first-child {
	margin: 0 4% 0 0;
}
/* Media Queries 切替 */
@media all and (max-width: 1180px) {
	#subPage .main .selfPay > li {
		float: none;
		width: auto;
	}
	#subPage .main .selfPay > li:first-child {
		margin: 0 0 15px 0;
	}
}
#subPage .main .selfPay dl {
	padding: 10px;
}
#subPage .main .selfPay dt {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #c1c1c1;
	font-size: 1.6em;
	font-weight: bold;
	color: #FF6E80;	
}
#subPage .main .selfPay dd span {
	font-size: 1.6em;
}
#subPage .main .selfPay dd ul.notes {
	margin-bottom: 3px;
}

/* List：自己負担 ：注釈 */
#subPage .main ul.notes.own {
	margin: 0 auto;
	width: 590px;
}
/* Media Queries 切替 */
@media all and (max-width: 1180px) {
	#subPage .main ul.notes.own {
		width: auto;
	}
}
#subPage .main ul.notes.own strong {
	font-weight: bold;
}
#subPage .main ul.notes.own + ul.notes.own {
	margin-top: 15px;
}

/* Table：要介護度と支給限度額 */
#subPage .main .creditLimit th {
	width: 50%;
}
#subPage .main .creditLimit td {
	text-align: center;
}

/* Table：利用できるサービス */
#subPage .main .serviceUse th {
	width: 15%;
}
#subPage .main .serviceUse td {
	text-align: left;
}

/* Img
------------------------------------------------------------------ */
/* Img：要介護認定 */
#subPage .main p .flow {
	float: right;
	margin: 0 0 0 1.0em;
}

/*タブ*/
#content .cntTab > li.active{
	background-color: #E2B02F;
    color: #fff;
    position: relative;
    z-index: 99;
}

/*カテゴリ別menuアクティブマーク*/
#subPage .localNav li span.side-active:before {
    position: absolute;
    top: 4px;
    left: -10px;
    content: "";
    border-radius: 100%;
    z-index: 9999;
    width: 10px;
    height: 10px;
    background: #962980;
    box-shadow: inset 0 0 15px 15px #962980;
    filter: blur(1px);
    display: block;
}

/*リスト●*/
#subPage .main ul.discList li:before {
    color: #962980;
}