@charset "UTF-8";


/*********
* 当院に見られる小児科疾患
*****************************/


#shikkan {
	width: 97%;
	margin: 0 auto;
}

#shikkan h3 {
	width: 100%;
	margin: 0 auto 50px auto;
}

.shikkan_box {
	width: 100%;
	margin: 0 auto -15px auto;
	padding-bottom: 60px;
}

.shikkan_minttl {
	background-image: url(/img/content/sub_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.shikkan_minttl h4 {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
}


.shikkan_subttl {
	text-align: left;
	margin-bottom: 15px;
}

.shikkan_subttl h5 {
	border-bottom: 1px dotted #C63272;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}


.shikkan_disc {
	width: 100%;
	margin: 0 auto;
	line-height: 29px;
	position: relative;
}

.shikkan_disc:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.shikkan_disc p {
	text-align: left;
	margin-bottom: 15px;
}


#shikkan_cale {
	width: 98%;
	margin: 0 auto 20px auto;
}

#shikkan_cale img {
	width: 100%;
}

#shikkan_cale_link {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}

#shikkan_cale_link:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.shikkan_cale_link_box {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.shikkan_cale_link_box_s {
}

.shikkan_cale_link_box_s a {
	display: block;
	width: 97%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #C63272;
	color: #fff;
	font-size: 90%;
}





#shikkan_menu {
	width: 98%;
	margin: 0 auto 60px auto;
}


#shikkan_menu-w {
	width: 98%;
	margin: 0 auto;
}

#shikkan_menu-w:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#shikkan_menu_l {
	width: 49%;
	float: left;
}

#shikkan_menu_r {
	width: 49%;
	float: right;
}

.shikkan_menu_box {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.shikkan_menu_box_w {
	width: 98%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #C63272;
}

.shikkan_menu_box_ttl {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #C63272;
}

.shikkan_menu_box_ttl:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.shikkan_menu_box_ttl h3 {
	text-align: left;
	color: #fff;
	float: left;
	padding-left: 5px;
}

.shikkan_menu_box_ttl h3 img {
	width: 80%;
}

.shikkan_menu_box_ttl i {
	display: block;
	float: right;
	text-align: right;
	color: #fff;
	padding-right: 5px;
	padding-top: 5px;
}

.shikkan_menu_box_menu {
	width: 99%;
	margin: 0 auto;
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.shikkan_menu_box_menu ul {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.shikkan_menu_box_menu ul li {
	text-align: left;
	background-image: url(/img/byouki_list_icon.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

/**
.shikkan_menu_box_menu ul li a {
	display: block;
	background-image: url(/img/byouki_list_icon.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.shikkan_menu_box_menu ul li a:hover {
	
}
 
.shikkan_menu_box_menu ul li:last-child a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
**/





