@charset "utf-8";
@import url("../../common/css/common.css");

/* 医院のお知らせ */
/*	border: 1px solid red;*/


/*一覧*/
.section {
	margin: 0 auto;
	width: 1000px;
}
.cp_tabpanels{
	background-color: #fff;
	padding-bottom: 20px;
}
#newslist {
	width: 96%;
	margin: 0 auto;
}
.year {
	margin: 20px 0 10px 0;
	padding-left: 40px;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	background-image: url(../../common/img/year_mark.gif) ;
	background-repeat: no-repeat;
	background-position: 10px;
}


.year_btn {
	width: 100%;
	margin-bottom: 25px;
/*	display: table;
	border-collapse: separate;
	border-spacing: 3px 0;*/
}
.year_btn li {
	width: 49%;
	height: 40px;
	background-image: url(../../common/img/stitle_bg.gif) ;
	background-repeat: repeat-x;
	background-position: center;
	margin:0.5%;
/*	display: table-cell;
	text-align: center;
	vertical-align: middle;*/
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.year_btn li a {
	display:block;
	text-decoration: none;
	color: #000;
}



/*#newslist table {
	width: 100%;
	margin: 10px 0 ;
	border-collapse: collapse;
}
#newslist table td,
#newslist table th {
	font-size: 0.88em;
	line-height: 1.50em;
	font-weight: normal;
}
#newslist table tr {
	border-bottom: 1px dashed #bbbbbb;
}
#newslist table th {
	padding: 5px 10px 15px 10px;
	width: 120px;
	vertical-align: top;
}
#newslist table td {
	padding: 5px 15px 15px 10px;
}
#newslist table td a {
	text-decoration: none;
	color: #e73462;
	font-weight: bold;
}
*/



#newslist ul {
	width: 100%;
	margin: 10px 0 ;
	border-collapse: collapse;
	border-bottom: 1px dashed #bbbbbb;
}
#newslist ul li {
	font-size: 0.88em;
	line-height: 1.50em;
	font-weight: normal;
}
#newslist ul li.none {
	padding: 0px 10px 15px 10px;
	float: none;
}
#newslist ul li.date {
	width: 120px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	float: left;
}
#newslist ul li.title {
	padding: 5px 15px 5px 10px;
}
#newslist ul li a {
	text-decoration: none;
	color: #e73462;
	font-weight: bold;
}





/*詳細*/
#contents {
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0;
	background-color: #fff;
/*	border: 1px solid red;*/
}
#newstitle {
	margin: 20px;
	padding-bottom: 8px;
	margin-bottom: 1em;
	border-bottom: 1px solid #d4b572;
	font-size: 18px;
	font-weight: bold;
	color: #e73462;
}
#newstitle span {
	display: block;
	margin-bottom: .2em;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
#newsdetail {
	margin: 20px;
}
#link {
	font-size: 14px;
	padding-bottom: 20px;
}
#bodynews {
	font-size: 18px;
}
#pdf {
	font-size: 14px;
	padding-bottom: 20px;
}
.flex_detail-box {
	padding: 10px 0px;						/* 余白指定 */
	display: flex;						/* フレックスボックスにする */
}
.flex_detail-item {
	margin: 5px;							/* 外側の余白 */
	border-radius: 5px;				/* 角丸指定 */
	background-color: #fff;	/* 背景色指定 */
	width: 25%;							/* 幅指定 */
	box-shadow: 0px 3px 5px rgba(0,0,0,.3)
}
.flex_detail-item img {
	border-radius: 5px;				/* 角丸指定 */
	width: 100%;							/* 幅指定 */
}
.flex_detail-item a {
	color: #fff;
}
.flex_detail-item a:hover {
	opacity: 0.7;
}


/* ▼表示領域が750px未満の場合 */
@media screen and (max-width: 749px) {
	.section {
		width: 96%;
	}
	#contents {
		width: 96%;
	}

#newslist ul li.date {
	width: 120px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	float: none;
}
#newslist ul li.title {
	padding: 0px 0px 0px 10px;
}

.flex_detail-box {
		display: block;
}
.flex_detail-item {
	width: 100%;
}
.year {
	margin: 0px 0 10px 0;
}


}



/* clearfix */
#newslist:after,
.year_btn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#newslist {zoom:100%;}
