@charset "UTF-8";
/* CSS Document */
/*医療関係者の方　index
*****************************************************/
.index .bg_pagettl {
	background:url(../images/concerned/bg_concerned_00.jpg) no-repeat center center;
	background-size:cover;
}
.photomenu li span {
	border-bottom:3px solid #ff6a54;
}
.photomenu li.menu01 span {
	background:url(../images/c_menu01.jpg) no-repeat center center;
}
.photomenu li.menu02 span {
	background:url(../images/c_menu02.jpg) no-repeat center center;
}
.photomenu li.menu03 span {
	background:url(../images/c_menu03_2.jpg) no-repeat center center;
}
.photomenu li h3 {
	background:url(../images/menu_icon_02.png) no-repeat right center;
}
/*医療関係者の方 concerned 共通
*****************************************************/
#bConcerned .mainColumn .text01 {
	margin-bottom:50px;
}
#bConcerned .mainColumn .text02 {
	margin-bottom:15px;
}
#bConcerned .mainColumn .text03 {
	margin-bottom:0;
}

/*ご紹介患者さんのお手続きついて　cooperation
*****************************************************/

/*地域医療センターニュース　news
*****************************************************/
#bConcerned.news .mainColumn p.lead {
	line-height:1.8;
	margin-bottom:50px;
}
#bConcerned.news .news-list {
	border-top:1px solid #999;
	margin-bottom:60px;
}
#bConcerned.news .news-list li {
	border-bottom:1px solid #999;
	padding:20px 0 20px 30px;
	line-height:1.8;
	position:relative;
}
#bConcerned.news .news-list li::before {
	content:"";
	display:block;
	position:absolute;
	width:22px;
	height:28px;
	background:url(../images/icon_pdf.png) no-repeat 0 0;
	top:22px;
	left:0;
}
#bConcerned.news .news-list li a:hover {
	text-decoration:none;	
}
#bConcerned.news .news-list li a.new::after {
	content:"［NEW］";
	display:inline;
	position:absolute;
	color:#d90000;
}
#bConcerned.news .news-list li a span.month {
	font-weight:bold;
	display:block;
	font-size:112.5%;
}
#bConcerned.news .pager {
	text-align:center;
}
#bConcerned.news .pager li {
	border:1px solid #888;
	width:32px;
	height:32px;
	text-align:center;
	line-height:35px;
	margin:0 3px;
	display:inline-block;
}
#bConcerned.news .pager li.current {
	border:1px solid #008ac6;
	background:#008ac6;
	color: #FFF;
}
#bConcerned.news .pager li.first,
#bConcerned.news .pager li.previous,
#bConcerned.news .pager li.next,
#bConcerned.news .pager li.last {
	width:auto;
	border:none;
	margin:0 5px;
}
#bConcerned.news .pager li.first,
#bConcerned.news .pager li.previous {
	margin: 0 14px 0 0;
}
#bConcerned.news .pager li.next,
#bConcerned.news .pager li.last {
	margin: 0 0 0 14px;
}
#bConcerned.news .pager li.first:hover,
#bConcerned.news .pager li.previous:hover,
#bConcerned.news .pager li.next:hover,
#bConcerned.news .pager li.last:hover {
	background:none;
	border:none;
}
#bConcerned.news .pager li.first:hover a,
#bConcerned.news .pager li.previous:hover a,
#bConcerned.news .pager li.next:hover a,
#bConcerned.news .pager li.last:hover a {
	color:#888;
	text-decoration:underline;
}
#bConcerned.news .pager li a {
	text-decoration:none;
	color:#888;
}
#bConcerned.news .pager li.current a {
	color:#FFF;
}
#bConcerned.news .pager li:hover {
	border:1px solid #008ac6;
	background:#008ac6;
}
#bConcerned.news .pager li:hover a {
	color:#FFF;
}
ul.kome li {
	padding-left: 1.5em;
	position: relative;
	line-height:1.5;
	margin-bottom:1em;
}
ul.kome li::before {
	content:"※";
	display:block;
	position:absolute;
	left:0;
}
ol.flow li {
	background-image: url(../images/clinic/img_renkei_flow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
ol.flow li:last-child {
	background-image: none;
	padding-bottom: 0px;
}
/*DPCデータによる病院指標　data
*****************************************************/

/*サイドメニュー*/
#sNavi ul li {
	border-bottom:1px solid #EEE;
}
#sNavi ul li a {
	background:url(../images/menu_icon_01.png) no-repeat 12px center;
	display: table-cell;
	width:210px;
	padding:8px 0 5px 40px;
	height:60px;
	text-decoration:none;
	color:#333;
	vertical-align: middle;
	line-height:1.2;
	font-size:112.5%;
}
.cooperation #sNavi ul li:nth-child(1) a,
.news #sNavi ul li:nth-child(2) a,
.data #sNavi ul li:nth-child(3) a {
	font-weight:bold;
	color:#008ac6;
}
#sNavi ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
