/*－－－－－－－－－　診療科目　－－－－－－－－－*/

/*
.kamoku_title font {
	font-family: 'Meiryo', 'メイリオ', "ヒラギノ角ゴ ProN", sans-serif;
	font-size: 110%;
	font-weight: 550;
	vertical-align: baseline;
}
*/

#kamoku_header {
	width: 530px;
	height: 80px;
}

/*－－－－－－－－－　診療科目の見出し・左　－－－－－－－－－*/
#kamoku_head_l {
	width: 258px;
	height: 400px;
	float: left;
}
#kamoku_list_l {
	width: 120px;
	height: 440px;
	margin: 0px 5px 5px 0px;
	float: left;
}
#kamoku_list_l ul{
	list-style: none;
	float: left;
}
#kamoku_list_l li{
	width: 120px;
	height: 41px;
	margin: 0 5px 10px 5px;
	background-color: #e9e29d;
	float: left;
}
#kamoku_list_l li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px 0;
	/*　科目名のフォントの色　*/
	font-weight: 550;
	color: #604730;
	line-height: 1;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#kamoku_list_l li:hover > a{
	height: 14px;
	background: #f7fc7c;
/*	マウスを合わせた時の色　ex.fc8475*/
	color: #aaa;
}


/*－－－－－－－－－　診療科目の見出し・右　－－－－－－－－－*/
#kamoku_list_r {
	width: 120px;
	height: 440px;
	margin: 0px 5px 5px 0px;
	float: left;
}
#kamoku_list_r ul{
	list-style: none;
}
#kamoku_list_r li{
	width: 120px;
	height: 41px;
	margin: 0 5px 10px 25px;
	background-color: #e9e29d;
}

#kamoku_list_r li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px 0;
	/*　科目名のフォントの色　*/
	font-weight: 550;
	color: #604730;
	line-height: 0.5;
	height: 14px;
	display: flex;
	justify-content:center;
	align-items: center;
	text-decoration: none;
}
#kamoku_list_r li:hover > a{
	height: 14px;
	background: #f7fc7c;
/*	マウスを合わせた時の色　ex.fc8475*/
	color: #aaa;
}


/*－－－－－－－－－　診療科目のタイトル　－－－－－－－－－*/
.kamoku_title {
	position: relative;
	padding: 0.3em 0.3em 0.3em 0.8em;
	-webkit-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	color: #ffffff;
	border-radius: 5px;
	background-color: #ffb300;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.kamoku_title span {
	display: block;
	-webkit-transform: skewX(15deg);
	        transform: skewX(15deg);
}
.kamoku_title::after {
	position: absolute;
	width: 515px;
	height: 20px;
	content: '';
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #ffecb3;
	border-radius: 0 0 3px 0;
}
.kamoku_title::after {
	right: 3px;
	bottom: 3px;
}
