@charset "UTF-8";
/****************************************************
* base 00基本スタイル *
*****************************************************/

/*基本?共通******************************************/
/*画像*/
img{
	vertical-align:top;
	margin:0;
	padding:0;
	border:none 0;
}
/*見出し*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/*文*/
p{
	margin:0 0 10px 0;
	padding:0;
}
/*大?小*/
big{
	font-size: 120%;
}
small{
	font-size:90%;
}
/*強調1*/
strong{
	font-size:100%;
	font-weight:bold;
}
/*強調2*/
em{
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}
b{
	text-decoration: none;
	font-size:100%;
	font-weight:bold;
}
/*リスト*/
ol, ul {
	margin: 5px 0px 5px 2em;
	padding: 0px;
}
li{
	margin:0px;
	padding:0px;
}
/*定義リスト*/
dl{
	margin:5px;
	padding:0;
}
dt{
	font-weight: bold;
}
dd{
	margin-left:2em;
	margin-bottom:5px;
}
/*表*/
table {
	padding: 0px;
	margin: 15px 0px;
	border-collapse:collapse;
}
caption{
	font-weight:bold;
}

th,
td{
	padding: 5px;
	vertical-align:top;
	overflow:visible;
	border-style:solid;
	border-width:1px;
}
th{
	font-weight: bold;
}
th[scope="row"]{
	text-align:left;
}
th[scope="col"]{
	text-align:center;
}

/*クリア*/
.clear{
	clear:both;
}
hr.clear{
	display:none;
}
/*フロート:右*/
.float_l{
	float:left;
}
/*フロート:左*/
.float_r{
	float:right;
}
/*中央寄せ*/
.center{
	text-align:center;
}
/*右寄せ*/
.right{
	text-align: right;
}
/*左寄せ*/
.left{
	text-align: left;
}
/*clearfix*/
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
} 
/*リンク*/
a {
	text-decoration:none;
}
/*読み上げ用隠し*/
.speech{
	margin:0;
	padding:0;
	display:block;
	width:1px;
	height:1px;
	position:absolute;
	left:-9999px ;
	overflow:hidden;
}
/*印刷のみ*/
.printOnly{
	display:none;
}

@media print{
/*印刷時*/
	.speech{
		display:none;
	}
	.printOnly{
		display:block;
	}
}
/*非表示*/
.noDisp{
	display:none;
}
/*ツールチップ*/
p#vtip {
	display: none;
	position: absolute;
	padding: 5px 10px;
	left: 5px;
	font-size: 0.8em;
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
	z-index: 9999;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*影*/
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#vtipArrow{
	display:none;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/hospital/mpc/gprbcn00000000dv/icon.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

/*ページ種別*******************************************************/
/*サイト?ホーム(トップページ)*/
body#homePage{}
/*目次*/
body#indexPage{}
/*一般コンテンツ*/
body#contentPage{}
/*サイト情報*/
body#infoPage{}
/*ニュース目次*/
body#newsIndex{}
/*ニュース目次*/
body#newsList{}
/*ニュース記事*/
body#newsPage{}

/*構造 レイアウト*******************************************************/
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	text-align: center;
	z-index: 1;
	word-break: break-all;
	position:relative;
}
#wrapper{
	clear:both;
	margin:0 auto;
	width: 1000px;
	overflow:hidden;
	border-width:0 1px 1px;
	border-color:#CCC;
	border-style:solid;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media print {
	/*印刷時*/
	body {
		width: auto;
		margin: 0;
		text-align: left;
		background-color: #ffffff !important;
	}
	#wrapper{
		width: 750px;
	}
}
/* new clearfix */
/*clearfix*/
#toolbar:after,
#header:after,
#footer:after,
#contents:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/*ツールバー*********************************************************/
#toolbar{
	position:relative;
	display:block;
	font-size:80%;
	padding: 5px 0;
}
#toolbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#toolbar ul li {
	display: inline;
}
#toolbar ul li a {
	display: inline-block;
}

/*文字サイズ/背景色*/
#toolbar ul#t_jtools {
	display: block;
	float: left;
	margin: 0;
}
#t_jtools li ,
#t_jtools ul {
	display: inline;
}
#t_jtools li ul li {
	margin: 0;
}
#t_fsize,
#t_color,
#t_reset {
	min-height: 20px;
	display: inline-block !important;
	vertical-align: middle;
	padding-left: 15px;
}
#t_fsize ul,
#t_color ul{
	padding-left:3px;
}

/*ツールボタン*/
#t_jtools li.btn a {
	display: inline-block;
	margin: 1px;
	padding: 2px 5px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#t_jtools li#t_black a {
	color: #FFF;
	background-color: #222;
}
#t_jtools li.btn a:hover,
#t_jtools li.btn a:active {
	color: #FFF;
	background-color: #0052A4 !important;
}
/*検索窓*/
#toolbar form {
	float:right;
	margin:0 10px 0 40px;
	padding: 3px;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #999;
	-webkit-box-shadow: inset 0px 0px 5px 2px #ebebeb;
	-moz-box-shadow: inset 0px 0px 5px 2px #ebebeb;
	box-shadow: inset 0px 0px 5px 2px #ebebeb;
	-webkit-border-radius:3px ;
	border-radius:3px ;
}
#toolbar form input {
	margin: 0 2px;
	outline: none;
}
#toolbar form #q {
	float: left;
	padding: 3px;
	width: 130px;
	background-color: transparent;
	border: none !important;
}
#toolbar form input#sa {
/*	float: left;*/
	height: 14px;
	width: 14px;
	background-color: transparent;
	border: none;
	padding:2px 2px 0 0;
}

@media print {
	/*印刷時*/
	#toolbar{
		display: none;
	}
}

/*ヘッダー*******************************************************/
#header{
	padding: 10px 0;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h1 {
	float:left;
}
#header h1 a{
	display:block;
	padding:5px;
	margin:0px 5px 24px;
}
#header h1 a:hover{
	background-color:transparent;
}

#header #telNo{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 15px;
	padding: 5px;
	margin: 0;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header #telNo strong{
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
}
#header #telNo .icon{
	width:27px; 
	height:25px; 
	background-position:-15px -132px;/*telNum*/
}

/*フッター詳細*******************************************************/
#footer{
	font-size: 90%;
	padding: 10px 5px;
}
/*基本情報*/
#OficeAddress {
	clear: both;
	display: block;
	margin: 0;
	padding:5px;
	text-align: center;
}
#OficeAddress dd, #OficeAddress ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#OficeAddress dt{
	margin:0 15px 0 0;
	padding:0;
	display: inline;
}
#OficeAddress ul {
	list-style: none;
}
#OficeAddress ul li {
	display:inline-block;
	padding:0 5px 0;
}
#copyright {
	font-size:90%;
	clear:both;
	margin: 5px 0;
	text-align: center;
}

/*clearfix*/
#OficeAddress:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
@media print {
/*印刷時*/
	#footer{
		width:720px;
		padding-left:15px;
		padding-right:15px;
	}
	#OficeAddress dt,
	#OficeAddress dt{
		text-align:left;
		display:block;

	}

}

/*コンテンツ部********************************************************/
#contents{
	position:relative;
	text-align:left;
	padding: 10px 20px;
}

@media print {
/*印刷時*/
	#contents{
		width:720px;
	}
}

/*パン屑********************************************************/
#route {
	text-align: left;
	line-height: 1.2;
	font-size: 80%;
	clear: both;
	padding: 0 0 8px 0px;
}
#route ol {
	margin: 0px;
	padding: 0px 3px;
}
#route li {
	display: inline;
	margin: 0px;
}
#route li a{
	font-weight:bold;
}
#route li .icon{
	width:13px; 
	height:18px; 
	background-position:-168px -170px;/*arrow_s*/
}
/*clearfix*/
#route ul:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*コンテンツ分割****************************************************/
#main {
	float: left;
	width: 680px;
}
#side {
	float: right;
	width: 260px;
}

@media print {
/*印刷時*/
	#main {
		clear: both;
		float: none;
	}
	#side {
		display: none;
	}
}
/*clearfix*/
#main:after,
#side:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*サイド*******************************************************/
.sideBox {
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sideBox h3{
	font-size:90%;
	padding:10px 5px;
	overflow:hidden;

}
.sideBox ul,
.sideBox li {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sideBox li a{
	display: block;
	font-size: 80%;
	padding: 8px 10px;
	border-top: 1px solid #CCC;
}
.sideBox li a .icon{
	width:22px; 
	height:22px; 
	background-position:-57px -130px; /*bg_sB*/
}
/*メニュー*/
#navi h3{
	border-top: 1px solid #CCC;
	padding:0;
}
#navi h3.first-child,
#navi h3:first-child{
	border-top: none;	
}
#navi h3 a{
	display:block;
	padding:10px 5px;
}

/*関連サイト*/
#bnLinks h3{
	border-bottom: 1px solid #CCC;
}
#bnLinks li a{
	padding:0;
	margin: 10px 0;
	border:none;
	text-align:center;
}
#bnLinks li a:hover{
	background-color:transparent;
	opacity:0.8;
	filter: alpha(opacity=80);
}
/*メイン********************/
#main{
	font-size:90%;
}
#main h2{
	clear:both;
	font-size:200%;
	font-weight:bold;
}
#main h3{
	clear:both;
	font-size:170%;
	font-weight:bold;
}
#main h4{
	clear:both;
	font-size:130%;
	font-weight:bold;
}
#main h5{
	clear:both;
	font-size:120%;
	font-weight:bold;
}
#main h6{
	font-size:100%;
	font-weight:bold;
}
/*本文*************************************/
#mainText{
	clear:both;
}

/*clearfix*/
#mainText:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*見出し*/
#mainText h2 {
	clear: both;
	margin: 0 0 10px 0;
	padding: 7px 15px;
	border-style: solid;
	border-width: 1px;
	border-color:#CCC;
}
#contentPage #mainText h2,
#newsList #mainText h2,
#newsPage #mainText h2{
	padding: 7px 10px 3px 35px;
	background-image: url(/hospital/mpc/gprbcn00000000dv/h2_bg.gif);	
	background-repeat: repeat-y;
	background-position: left ;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#mainText h3 {
	display: block;
	clear: both;
	padding:7px 10px 4px 35px;
	margin: 10px 2px;
	line-height:1.3;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(/hospital/mpc/gprbcn00000000dv/h3_bg.gif);
}
#mainText h3 .icon{
	width:25px; 
	height:18px; 
	margin-left: -25px;
	background-position:-81px -204px;/*bg_h3*/
}

#mainText h4 {
	clear: both;
	margin: 15px 5px 10px;
	padding: 3px 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image:url(/hospital/mpc/gprbcn00000000dv/h4_bg.gif);
}
#mainText h5 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	border-bottom: 1px dotted #CCC;
}
#mainText h5 .icon{
	width:18px; 
	height:18px; 
	background-position:-48px -203px;/*bg_h5*/
}
#mainText h6 {
	clear: both;
	padding-left: 5px;
	margin-bottom: 5px;
}
#mainText p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/*indexPage****************/
#newsIndex #mainText h2,
#indexPage #mainText h2{
	font-size: 220%;
	font-weight:normal;
	color: #000;
	padding: 0;
	vertical-align: middle;
	background-image: url(/hospital/mpc/gprbcn00000000dv/title_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	border-width:1px 1px 5px 1px;
	border-style:solid;
	border-color:#CCC #CCC #E998B2 #CCC;
}
#newsIndex #mainText h2 .head ,
#indexPage #mainText h2 .head {
	display: block;
	padding: 15px 20px 9px;
	border-bottom: 1px solid #FFF;
}
#newsIndex #mainText h2 .title ,
#indexPage #mainText h2 .title{
	text-shadow: 0px 1px 2px #ffffff,1px 0px 2px #ffffff,0px -1px 2px #ffffff,-1px 0px 2px #ffffff;
	filter:progid:DXImageTransform.Microsoft.Glow(Color='#ffffff', Strength=3);zoom:1;
}


/*コーナー別背景---------------*/

/*00 医療連携福祉センターについて*/
#mainText h2#c_b1h64000000005j1{
	background-image:url(/hospital/mpc/about/b1h64000000005j1-img/b1h64000000005j6.jpg);
}





/*clearfix*/
#mainText h2:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/*共通パーツ**************************************/
.about{
	margin:10px;
}
.section {
	padding:0 10px 10px;
}
.article{
	padding:10px;
}
.article p{
	font-size:100%;
}

#mainText .section {
	margin-bottom: 10px;
}
#mainText .section h3 {
	margin-left: -8px;
	margin-right: -8px;
}
#mainText .section h4 ,
#mainText .section h5 {
	margin-left: -5px;
	margin-right: -5px;
}
#mainText .about p,
#mainText .section p {
	margin-left: 0px;
	margin-right: 0px;
}
#mainText .section table {
	margin: 5px;
}
.txtPart {
	margin-bottom: 10px;
	clear: both;
}

/*clearfix*/
.txtPart:after,
.article:after,
.section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*リンク*/
.iLinks a,
a.iLinks{
	display: block;
	padding-left:20px;
	font-weight:bold;
	vertical-align:middle;
	word-break: break-all;
}

ul.iLinks{
	/*clear:both;*/
	clear:left;
	list-style-type:none;
	margin-left:15px;
	line-height:1.8em;
}
ul.iLinks li{
	list-style-type:none;
	vertical-align:middle;
}
ul.iLinks li .icon{
	margin-left:-20px;
	width:20px; 
	height:18px; 
	background-position:-15px -203px;
}
/*別ウィンドウアイコン*/
a img.nw{
	vertical-align: middle;
	margin: -3px 0 0 4px;
}

/*外部*/
ul.iLinks li a.outside{
}
@media print{
	/*印刷*/
	ul.iLinks li a.outside:after{
	   content: " (" attr(href) ") ";
  	   font-size:80%;
	   display:block;
	   padding-left:2em;
	}
}


/**添付画像*/
/*添付画像:1枚(右)*/
div.iFigureR{
	clear:both;
	float:right;
	padding-left:10px;
	padding-right:5px;
	margin-bottom:10px;
	width:300px;
	text-align:center;
}
/*添付画像:1枚(左)*/
div.iFigureL{
	clear:left;
	float:left;
	padding-left:5px;
	padding-right:10px;
	margin-bottom:10px;
	width:300px;
	text-align:center;
}

/*添付画像:1枚(中央)*/
div.iFigureC{
	clear:both;
	text-align:center;
	padding:0;
	margin:10px 0;
	text-align:center;
}
div.iFigureR p,
div.iFigureL p,
div.iFigureC p{
	margin:3px 0;
	font-size:80%;	
}


/*添付画像:複数左から配置*/
div.iFigure{
	clear:both;
	margin:5px 0;
	padding:0;
	text-align:center;
	width: auto;
}
.iFigure ul{
	list-style-type:none;
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}
.iFigure ul li{
	margin:2px 0;
	padding:0 2px;
	list-style-type:none;
	display:block;
	float:left;
}
.iFigure ul li img{
	margin:0;
}
.iFigure ul li span{
	display:block;
	margin:3px 0;
	font-size:90%;
}

/**ブロック化*/
.iFigure ul li.row{
	margin:0;
	padding:0;
	float:none;
	clear:both;
	width:inherit !important;
	overflow:hidden;
}
/*clearfix*/
.iFigure ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/**添付書類*/
ul.iPapers{
	/*clear:both;*/
	clear:left;
	list-style-type:none;
	line-height:1.8em;
	margin-left:15px;
}
ul.iPapers li{
	list-style-type:none;
}
ul.iPapers li img{
	vertical-align: text-top;
}

/*外部などコード埋め込み*/
div.gCode{
	clear:both;
	overflow:hidden;
	margin:10px;
        text-align:center;
}
div.gCode iframe,
div.gCode object{
	margin:0 auto;
        text-align:left;
}

/*clearfix*/
.gCode:after{  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}

/*データ表*/
table.dataList{
}
table.dataList tbody th{
	width:20%
}


/*目次BOX*/
.idxBox {
	clear: both;
	margin: 10px;
	padding: 10px 5px;
	overflow: hidden;
}

.idxBox ul {
	margin: 0;
	list-style-type: none;
}

.idxBox ul li {
	padding: 10px;
	display: block;
	line-height: 1.7;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.idxBox .thumb {
	display: block;
	width: 115px;
	background-image:none;
}
.idxBox .thumb img {
	border: 1px solid #CCC;
}

.idxBox .discription {
	float: right;
	width: 500px;
	margin: 0;
}

.idxBox li .discription h3 ,
#mainText .idxBox li .discription h3 {
	margin:0 0 5px;
	padding:0 3px;
	display: block;
	font-size: 120%;
	border:none;
	background-color:transparent;
	background-image: none;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}
.idxBox li .discription h3 a .icon,
#mainText .idxBox li .discription h3 a .icon{
	margin-left:0;
	width:20px; 
	height:18px; 
	background-position:-135px -170px; /*arrow_m*/	
}

.idxBox li .discription p {
	margin: 5px 0;
}
.idxBox li .discription ul{
	margin:0 5px 10px 30px ;
}
.idxBox li .discription ul li {
	padding: 0;
	margin: 0;
	border:none;
	line-height:1.5;
	display:block;
	-webkit-border-radius:0;
	border-radius: 0;
}
.idxBox li .discription ul a {
	border: none;
}
.idxBox li .discription ul a .icon {
	width:13px; 
	height:18px;
	background-position:-168px -170px;/*arrow_s{*/
}
/*ページ目次*/
#subContentList{
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#subContentList ul li{
	margin:0;
	padding:0;
	border:none;
}
#subContentList ul li span,
#subContentList ul li a{
	padding:0 5px;
}
#subContentList ul li span .icon,
#subContentList ul li a .icon{
	width:13px; 
	height:18px; 
	background-position:-168px -170px; /*arrow_s*/
}
#subContentList ul li ul{
	margin-left:20px;
}
/*clearfix*/
.idxBox ul li:after,
.idxBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*ページ内ショートカットリスト**************/

ul.idxInter {
	margin: 5px;
	padding-left: 10px;
	list-style-type: none;
}
ul.idxInter li {
	display: inline-block;
	padding: 3px 10px 0;
	list-style-type: none;
}
ul.idxInter li a{
	font-weight:bold;
}
.idxInter .icon{
	width:18px; 
	height:18px; 
	background-position:-160px -130px;/*idxinter*/
}
/*上へリンク*/
.up_link{
	clear:both;
	text-align:right;
	font-size:80%;
}
.up_link a{
	font-weight:bold;
}
.up_link a .icon{
	 width:18px; 
	 height:18px; 
	 background-position:-127px -130px;/*up_links*/
}
@media print{
/*印刷時*/
	.up_link {
		display:none;
	}
}

/*記事末での横リンク*/
.gIdxBox {
	clear: both;
	padding: 10px;
	margin: 10px 0;
	font-size: 80%;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#main .gIdxBox h3 ,
.gIdxBox h3 {
	font-size: 110%;
	padding: 0 0 3px 5px;
	margin: 0 0 5px;
	border-width: 0 0 1px;
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	background:none;
}
#main .gIdxBox h3 .icon,
.gIdxBox h3 .icon{
	 width:20px; 
	 height:18px; 
	 background-position:-135px -170px;/*arrow_m*/
	 margin:0 !important;
}
.gIdxBox ul li {
	display:inline-block;
	margin:0;
	padding:0 3px;
}
.gIdxBox ul a {
	font-weight:bold;
}
.gIdxBox ul a ,
.gIdxBox ul span {
	display: inline-block;
	padding: 3px 3px 0px;
}
.gIdxBox ul .icon{
	width:13px; 
	height:18px; 
	background-position:-168px -170px;/*arrow_s*/
	padding:0;
}
/* clearfix */  
.gIdxBox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}




/*最終更新日*/
#LastUpDate {
	text-align: right;
	padding: 5px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

/*トピックス*******************************/
.topicList {
	overflow: hidden;
	margin: 10px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.topicList .head{
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#mainText .topicList h3 {
	font-size: 110%;
	font-weight:bold;
	padding: 5px 10px;
	margin: 0;
	border:none;
	float:left;
	background:none;
}

#mainText  .topicList p{
	margin:10px;
}

.topicList ul.headline{
	padding:0;
	margin:0;
	list-style-type: none;
	overflow:hidden;
}
.topicList .headline li{
	line-height:1.2;
	list-style-type:none;
	border-top: 1px dotted #CCC;
	margin-top:-1px;
}
.topicList .headline li a {
	display: block;
	clear: both;
	padding: 10px;
}
.topicList .headline li .tDate {
	display: block;
	float: left;
	font-size: 85%;
	width: 100px;
	padding-top:3px;
}
.topicList .headline li .tMsg {
	display: block;
	width:505px;
	padding-left: 33px;
	float: left;
	line-height:1.5;
}
.topicList .headline li .tMsg .icon{
	width:25px; 
	height:18px; 	
	margin-left:-25px;
	background-position:-15px -170px; /*bg_news*/
}
#topic_info.topicList .headline li .tMsg .icon{
	background-position:-55px -170px; /*bg_info*/
}
#topic_em.topicList .headline li .tMsg .icon{
	background-position:-95px -170px; /*bg_em*/
}

/*ニュース記事/他の記事*/
#newsPage .topicList{
	margin: 10px;
}
#newsPage #mainText .topicList h4{
	font-size: 110%;
	margin: 0;
	padding:5px 10px;
	background-image:none;
}
#newsPage .topicList .all_list{
	margin:0 0 -3px;
}


/*clearfix*/
.topicList .headline li a:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/*RSS/一覧*/
.all_list {
	display:block;
	list-style-type: none;
	text-align:right;
	padding:0 5px;
}
.topicList  .all_list li{
	display:inline;
	margin:0 5px;
}
.all_list li a {
	display: inline-block;
}
.all_list li a .icon{
	width:13px; 
	height:18px; 
	background-position:-168px -170px; /*arrow_s*/
}
.all_list li.rss {
	padding: 0;
	margin-right: 10px;
}
.all_list li.rss a {
	background-repeat: no-repeat;
	background-position: left center;
}
.all_list li.rss a .icon{
	width:18px; 
	height:18px; 
	background-position:-94px -130px;/*rss*/
}
.topicList .head .all_list {
	float:right;
	padding-right:10px;
}

/*問い合わせメール*************************************/
#vMailPost {
	text-align: center;
	margin: 30px;
}
#vMailPost a {
	font-size: 110%;
	padding:10px 20px 10px 55px;
	background-image: url(/hospital/mpc/gprbcn00000000dv/mail.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3),inset 0px 0px 0px 1px #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3),inset 0px 0px 0px 1px #FFF;
}
#vMailPost a:active{
	/* Firefox v3.5+ */
	-moz-box-shadow:inset 0px 7px 4px rgba(0,0,0,0.2);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:inset 0px 7px 4px rgba(0,0,0,0.2);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:inset 0px 7px 4px rgba(0,0,0,0.2);
}