@charset "utf-8";
/* CSS Document */

/*.cat-healthcheck  .sidebar>div:first-child>ul li:first-child+*+*+*,*/
.index .sidebar>div:first-child>ul li.sn_healthcheck,
/*.index .sidebar>div:first-child>ul ul li:first-child,*/
.heart_doc .sidebar>div:first-child>ul li.sn_healthcheck ul li:first-child,
.medical_examination .sidebar>div:first-child>ul li.sn_healthcheck ul li:first-child+*{
	background-color: #f4d4d4;
}

/********************
* ページタイトル
********************/

.site-header>ul+p {
	background-image:url(/healthcheck/images/healthcheck-bg-page.jpg);
}

/********************
* カテゴリトップ
********************/

.links .li01{
	background-image:url(/healthcheck/images/healthcheck-bg-nav01.jpg)
}
.links .li02{
	background-image:url(/healthcheck/images/healthcheck-bg-nav02.jpg);
}
.links .li01 ul,
.links .li02 ul{
/*	height:140px*/
}
/********************
* 病気についてサイドメニュー
********************/

.sidebar>div:first-child+* {
	margin-bottom: 30px;
}
.sidebar>div:first-child+*>p {/*カテゴリメニュー*/
	border-radius: 4px;
	background-color: #d35252;
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 1.285em;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar>div:first-child+* li {
	list-style-type: none;
	border-top: solid 1px #fff;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar>div:first-child+* a {
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 50px;
}
.sidebar>div:first-child+* ul {
	margin: 0;
	padding: 0;
}
.sidebar>div:first-child+*>ul>li {
	background-color: #fbeeee;
	background-image: url(/common/images/ico-arrow-r-trans.png);
	background-repeat: no-repeat;
	background-position: 211px 16px;
}
.sidebar>div:first-child+*>ul>li.has_child {
	background-image: url(/common/images/ico-plus-trans.png);
}
.sidebar>div:first-child+*>ul>li.has_child a.open {
	background-image: url(/common/images/ico-minus-trans.png);
	background-repeat: no-repeat;
	background-position: 186px 16px;
}
.sidebar>div:first-child+*>ul li.active, 
.sidebar>div:first-child+*>ul li:hover{
	background-color: #f4d4d4;
}
.sidebar>div:first-child+*>ul ul {
	margin-left: -25px;
	display: none;
}
.sidebar>div:first-child+*>ul ul li {
	background-color: #fff;
	background-position: 211px 16px;
	background-image: url(/common/images/ico-arrow-g-trans.png);
	background-repeat: no-repeat;
}
.sidebar>div:first-child+*>ul ul a:before {
	content: url(/common/images/ico-minus-r-trans.png);
	display: inline-block;
	margin-right: 11px;
	position: relative;
	top: -5px;
}


@media screen and (max-device-width:1000px){
/********************
* ページタイトル
********************/
	.site-header>ul+p {
		background-image:url(/healthcheck/images_sp/healthcheck-bg-page.jpg);
	}
.site-header>ul+p.page-title:before {
	content:url(/healthcheck/images_sp/healthcheck-ttl-page.png);
}

/********************
* カテゴリトップメイン
********************/
	.links li ul {
		height:auto !important;
	}
	.links .li01{
		background-image:url(/healthcheck/images_sp/healthcheck-bg-nav01.jpg);
	}
	.links .li02{
		background-image:url(/healthcheck/images_sp/healthcheck-bg-nav02.jpg);
	}
	.links .li01>a{
		background-image:url(/healthcheck/images_sp/healthcheck-txt-nav01.png);
	}
	.links .li02>a{
		background-image:url(/healthcheck/images_sp/healthcheck-txt-nav02.png);
	}

/********************
* 病気についてサイドメニュー
********************/

.sidebar>div:first-child+* {
	margin-bottom: 0px;
	width: 100%;
}
.sidebar>div:first-child+*>p {/*カテゴリメニュー*/
	border-radius: 12px 12px 0 0;
	width: 940px;
	height: 188px;
	font-size: 1.427em;
	padding-top: 58px;
	padding-right: 61px;
	padding-left: 61px;
	padding-bottom: 61px;
	line-height: 1.2em;
}
.sidebar>div:first-child+* li {
	border-top: 2px solid #fff;
	padding-left: 25px;
}
.sidebar>div:first-child+* a {
	text-decoration: none;
	padding: 72px 60px 69px 60px;
	line-height: 1.2em;
}
.sidebar>div:first-child+* ul {
}
.sidebar>div:first-child+*>ul>li {
	background-image: url(/common/images_sp/ico-arrow-r-trans.png);
	background-position: 840px 74px;
}
.sidebar>div:first-child+*>ul>li.has_child {
	background-image: url(/common/images_sp/ico-plus-tras.png);
}
.sidebar>div:first-child+*>ul>li.has_child.open {
	background-image: url(/common/images_sp/ico-minus-trans.png);
}
.sidebar>div:first-child+*>ul li.active, .sidebar>div:first-child+*>ul li:hover {
}
.sidebar>div:first-child+*>ul ul {
}
.sidebar>div:first-child+*>ul ul li {
	background-position: 840px 70px;
	background-image: url(/common/images_sp/ico-arrow-g-trans.png);
	border-bottom: solid 2px #e6e6e6;
}
.sidebar>div:first-child+*>ul ul a:before {
	content: url(/common/images_sp/ico-minus-r-trans.png);
	margin-right: 22px;
	position: relative;
	top: -10px;
}
}
