@charset "UTF-8";

/*----------------------------
 共通
------------------------------ */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

body {
	color: #333;
	font-family:Century Gothic, Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*----------------------------
 レイアウト共通
------------------------------ */
header {
	width: 100%;
	border-bottom: 1px solid #666;
}

.head {
	width: 1000px;
	margin: 0 auto;
}
.head .logo {
	float: left;
	margin-top: 30px;
	margin-bottom: 45px;
}
.head .tel {
	float: right;
	padding: 17px 25px;
	background-color: #009abf;
	color: #fff;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow:3px 3px 0px 0px #e5e5e5;
	-webkit-box-shadow:3px 3px 0px 0px #e5e5e5;
	box-shadow:3px 3px 0px 0px #e5e5e5;
	letter-spacing:0.1em;
}
.tel span {
	letter-spacing:0.2em;
	margin-left: 10px;
}
.head .spTel {
	display: none;
}


/* トグルボタン */
#menubtn {
	display: none;
}
@media (min-width:769px) {
	.gNavi {
		display: block !important;
	}
}
.gNavi {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.gNavi li a {
	display: block;
	padding: 16px 10px 10px;
	border-bottom: 2px solid transparent;
	text-align: center;
	text-decoration: none;
	color: #333;
	transition: background-color 0.4s linear 0.05s;
}
.gNavi li.active a {
	border-bottom: 2px solid #333;
}
.gNavi li a span {
	display: block;
	padding-top: 10px;
	letter-spacing: 1px;
}
.gNavi li a:hover {
	background-color: #e6f5f8;
}
.gNavi li {
	float: left;
	width: 140px;
}


article {
	width: 1000px;
	margin: 0 auto;
}

footer {
	width: 100%;
	margin-top: 80px;
	border-top: 1px solid #666;
	padding-top: 20px;
	padding-bottom: 30px;
}

.foot {
	width: 1000px;
	margin: 0 auto;
}
.foot a {
	text-decoration: none;
	color: #333;
}
.foot a:hover {
	color: #009abf;
}
.foot p {
}
.foot .logo {
	float: left;
	margin-right: 60px;
}
.foot .logo span {
	font-size: 150%;
	line-height: 1.6;
}
.foot .address{
	float: left;
	line-height: 1.5;
}
.foot .link {
	float: right;
	text-align: right;
	margin-top: 20px;
}
.foot .link ul {
	margin-bottom: 5px;
}
.foot .link a {
	font-size: 88%;
}

.head:after,
.gNavi:after,
footer:after {
	content:"";
	display: block;
	clear: both;
}


/*----------------------------
 ページ共通
------------------------------ */
h1 {
	margin: 0;
	padding: 0;
}

.catTitle {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.spOnly {
	display: none;
}

.breadcumb {
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}
.breadcumb img {
	float: left;
	width: 60px;
	height: auto;
	margin-right: 10px;
}
.breadcumb:after {
	content:"";
	display: block;
	clear: both;
}
.breadcumb ul {
	padding-top: 20px;
}
.breadcumb li {
	float: left;
	margin-right: 7px;
}
.breadcumb li:after {
	content:"\003e";
	margin-left: 7px;
	color:#808080;
}
.breadcumb li:last-child:after {
	content:none;
	margin-left: 0;
}
.breadcumb li a {
	text-decoration: none;
	color:#333;
}
.breadcumb li a:hover {
	color: #009abf;
}

.contents:after {
	content:"";
	display: block;
	clear: both;
}
.contents .main {
	float: left;
}
.contents .pict {
	float: right;
}
.contents .sub {
	float: right;
}

.telNumber a {
	text-decoration: none;
	color: #333;
}
.telNumber a:hover {
	color: #009abf;
}

p.lead {
	padding: 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
p.txt {
	padding: 0 10px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
h2 {
	font-weight: normal;
	padding-bottom: 3px;
	margin-top: 50px;
	margin-bottom: 0;
	line-height: 1.5;
}

.contentsList {
	margin-top: 40px;
}
dl.contentsList dt {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 113%;
}
dl.contentsList dd {
	margin-left: 0;
	margin-bottom: 2em;
	padding: 1em 10px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}


/*----------------------------
 TOP
------------------------------ */
/* .bl_slide */
.bl_slide {
	width: 100%;
	margin-bottom: 30px;
}
.bl_slide_inner {
	width: 1000px;
	margin: 0 auto;
}
.bl_slide_inner img {
	 width: 100%;
}
.bl_slide .slick-slide {
  outline: none;
}

/* TOPメインビジュアル */
.mainVisual {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}
/* TOPリンクボタン */
.topBtn li {
	float: left;
	margin-right: 8px;
	margin-bottom: 30px;
	width: 180px;
}
.topBtn li:last-child {
	margin-right: 0;
	width: auto;
}
.topBtn li a:hover {
	opacity: 0.7;
}

.topBtn ul:after {
	content:"";
	display: block;
	clear: both;
}

/* お知らせ */
.top .info .title h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 119%;
	display: inline-block;
	float: left;
	letter-spacing: 0.1em
}
.top .info .title .listPc {
	float: right;
	font-size: 88%;
	display: inline-block;
	margin: 5px 5px 0 0;
}
.top .info .title .listPc a {
	text-decoration: none;
	color:#333;
}
.top .info .title .listPc a:hover {
	color: #009abf;
}

.top .info .title:after,
.top .infoBox:after {
	content:"";
	display: block;
	clear: both;
}
.top .info {
	float: left;
	width: 660px;
	font-size: 113%;
}
.top .info ul {
	border: 2px solid #cbcbcb;
	border-radius: 10px;
	padding: 15px 30px 15px;
	letter-spacing: 0.1em
}
.top .topics {
	border: none;
}
.top .info time {
	line-height: 1;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 88%;
}
.top .info p {
	margin: 0;
	line-height: 1.5;
	font-size: 113%;
}
.top .info li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 15px 5px;
	border-top: 1px solid #cbcbcb;
}
.top .info li:first-child a {
	border-top: none;
}
.top .info li a:hover {
	background-color: #e6f5f8;
}
.top .info .list {
	text-align: right;
	margin-top: 20px;
}
.top .info .list a {
	text-decoration: none;
	color: #333;
}
.top .info .list a:hover {
	color: #009abf;
}

.top .info a:after {
	content:"";
	display: block;
	clear: both;
}

/* その他リンク */
.top .etc {
	float: right;
	width:295px;
	margin-top:55px;
}
.top .bl_etc_link li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

.bl_link_home {
	text-align: center;
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}
.bl_link_home li:not(:last-of-type) {
	margin-bottom: 15px;
}

.top .etc a:hover {
	opacity: 0.7;
}


/*----------------------------
 当病院について .about
------------------------------ */

.about h2 {
	border-bottom: 2px solid #8ba500;
}
.about h3.read {
	padding: 10px 10px 0;
	font-size: 150%;
	font-weight: normal;
}
.about p.greeting {
	padding: 10px;
	line-height: 2.2;
	letter-spacing: 0.12em;
}

.about .history {
	padding: 20px 10px 0;
}
.about .history li {
	margin-bottom: 20px;
}
.about .history time {
	float: left;
	line-height: 1.7;
}
.about .history p {
	margin: 0 0 0 130px;
	line-height: 1.7;
}

.about p.position {
	font-size: 75%;
	line-height: 1.4;
}
.about p.name {
	margin-top: -10px;
}
.about .contents .main {
	width: 690px;
}
.about .contents .pict {
	width: 225px;
	text-align: right;
	margin-top: 35px;
}
.about .contents .pict img {
	width: 100%;
	height: auto;
}
.about .philosophy_wrap {
	display: flex;
	justify-content: space-between;
}
.about .philosophy {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS 明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 188%;
	letter-spacing: 0.1em
	padding: 0 10px;
}
.about .philosophy_pict {
	width: 650px;
	padding-top: 30px;
}
.about .policy {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS 明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding-left: 3em;
	list-style: decimal;
}
.about .policy li {
	line-height: 1.4;
	margin-bottom: 20px;
	font-size: 125%;
	letter-spacing: 0.1em
}
.about p.medium {
	font-size: 125%;
	padding: 0 10px;
}
.about .contentsList {
	margin-top: 40px;
}
.about dl.contentsList dt {
	background-color: #8ba500;
}


/*----------------------------
 病院部門 .hospital
------------------------------ */

.hospital h2 {
	border-bottom: 2px solid #F7931E;
}
.hospital .contentsList {
	margin-top: 40px;
}
.hospital dl.contentsList dt {
	background-color: #F7931E;
}
.hospital .hp_center {
	text-align: center;
}
.hospital .hp_center img {
	max-width: 650px;
	width: 100%;
}

/*TOP
------------------------------ */
.hospital ul.btn {
}

.hospital ul.btn:after{
	content:"";
	display: block;
	clear: both;
}

.hospital ul.btn li {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.hospital ul.btn li:last-child {
	margin-right: 0;
}
.hospital ul.btn li a {
	position: relative;
	display: block;
	background-color: #F7931E;
	padding: 21px 20px 19px;
	border-radius: 5px;
	text-decoration: none;
	color:#fff;
	font-size: 113%;
	line-height: 1.5;
	height: 90px;
}
/*
.hospital ul.btn li:first-child a {
	padding: 32px 20px 32px;
}
*/
.hospital ul.btn li a:before {
	position: absolute;
	right: 10px;
	top:50%;
	content:'\f105';
	font-family: 'FontAwesome';
	margin-top: -10px;
	line-height: 1;
	font-size: 125%;
}
.hospital ul.btn li a:hover {
	opacity: 0.8;
}
.hospital .flow {
	margin-top: 50px;
	text-align: center;
}

.hospital table.ward {
	margin: 20px 0;
}
.hospital table.ward td {
	padding: 3px 5px;
}

/*外来
------------------------------ */
h2 span {
	font-size: 75%;
}
.hospital table.clinic {
	width: 100%;
	border: 2px solid #F7931E;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	margin-top: 30px;
}
.hospital table.clinic th {
	width: 15%;
	background-color: #F7931E;
	color: #fff;
	border-right: 2px solid #fff;
	font-size: 113%;
	font-weight: normal;
	padding: 5px 10px;
}
.hospital table.clinic th:first-child {
	width: 10%;
}
.lengthways {
	width:1em;
	line-height: 1.2;
}
.hospital table.clinic th:last-child {
	border-right: none;
	border-bottom: none;
}
.hospital table.clinic td {
	background-color: #fff;
	text-align: center;
	padding: 5px 5px;
	border-right: 2px solid #F7931E;
	border-bottom: 2px solid #F7931E;
}
.hospital table.clinic td.partition {
	border-bottom: 2px solid #999;
}
.hospital table.clinic td.bn {
	border-bottom: none;
}
.hospital table.clinic td.tal {
	text-align: left;
	padding-left: 2em;
}
.hospital table.clinic td:last-child{
	border-right: none;
}
.hospital table.clinic tr:last-child td {
	border-bottom: none;
}

.hospital ul.list {
	list-style: disc;
	padding-left: 1.5em;
}
.hospital ul.list li {
	margin-bottom: 5px;
	line-height: 1.6;
}

/*リハビリテーション
------------------------------ */
.hospital .contents .main {
	width:670px;
}
.hospital .contents .pict {
	width: 300px;
	text-align: right;
	padding-top: 40px;
}
.hospital .contents .pict img {
	margin-bottom: 20px;
}
.hospital a.link {
	text-decoration: none;
	color:#333;
}
.hospital a.link:hover {
	color: #009abf;
}
.hospital .contentsList02 {
	margin-top: 40px;
}
.hospital dl.contentsList02 .bl_explain {
	margin-top: 15px;
	display: flex;
}
.hospital dl.contentsList02 .bl_explain_title {
	white-space: nowrap;
}

.hospital dl.contentsList02 dt .therapy {
	float: left;
	display: inline-block;
	padding: 5px 10px;
	background-color: #F7931E;
	border-radius: 5px;
	color: #fff;
	font-size: 113%;
}
.hospital dl.contentsList02 dt .abbreviation {
	float: left;
	display: inline-block;
	padding: 7px 10px 0px;
	color: #F7931E;
	font-size: 113%;
}
.hospital dl.contentsList02 dd {
	clear: both;
	margin-left: 0;
	margin-bottom: 2em;
	padding: 1em 10px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}


/* 人間ドック・各種検診のご案内
------------------------------ */
.hospital p.emphathis {
	font-size: 125%;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 0 10px;
	color:#F7931E;
}

/* 入院のご案内
------------------------------ */
.hospital p.head {
	font-size: 125%;
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-bottom: -10px;
	color:#F7931E;
}

.hospital table.period {
	width: 100%;
	border: 2px solid #F7931E;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 30px;
}
.hospital table.period th {
	background-color: #F7931E;
	color: #fff;
	text-align: left;
	font-size: 113%;
	font-weight: normal;
	padding: 5px 15px;
}
.hospital table.period th:first-child {
	border-right: 2px solid #fff;
	white-space: nowrap;
}
.hospital table.period td {
	background-color: #fff;
	padding: 10px 20px;
	border-right: 2px solid #F7931E;
	border-bottom: 2px solid #F7931E;
	line-height: 1.8;
}
.hospital table.period td span {
	color: #F7931E;
}
.hospital table.period td:first-child {
	text-align: center;
}
.hospital table.period td:last-child {
	border-right: none;
}
.hospital table.period tr:last-child td {
	border-bottom: none;
}


/*----------------------------
 在宅・介護部門 .care
------------------------------ */

.care h2 {
	border-bottom: 2px solid #f47066;
}
.care .heading {
	display: inline-block;
	padding: 5px 10px;
	background-color: #f47066;
	border-radius: 5px;
	color: #fff;
	font-size: 113%;
}
.care dl.contentsList:first-child {
	margin-top: 30px;
}
.care dl.contentsList dt {
	background-color: #f47066;
}

.care .contents .main {
	width:680px;
}
.care .contents .pict {
	width: 300px;
	text-align: right;
	padding-top: 40px;
}
.care .contents .pict img {
	margin-bottom: 20px;
}

.care ul.list {
	list-style: disc;
	padding-left: 1.5em;
	margin-top: 1em;
}
.care ul.list li {
	margin-bottom: 5px;
	line-height: 1.6;
}
.care ul.list.home {
	padding-left: 2em;
}
.care ul.list li span {
	font-size: 82%;
}
.care .service ul.list {
	padding-left: 1.5em;
}


.mtXsmall {
	margin-top: 20px;
}
.mtSmall {
	margin-top: 30px;
}
.mtMedium {
	margin-top: 50px;
}

/*TOP
------------------------------ */
.care ul.btn{
}

.care ul.btn:after{
	content:"";
	display: block;
	clear: both;
}

.care ul.btn li {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.care ul.btn li:last-child {
	margin-right: 0;
}
.care ul.btn li a {
	position: relative;
	display: block;
	background-color: #f47066;
	padding: 20px;
	border-radius: 5px;
	text-decoration: none;
	color:#fff;
	font-size: 113%;
	padding: 20px;
	border-radius: 5px;
	line-height: 1.5;
	height: 90px;
}
.care ul.btn li a:before {
	position: absolute;
	right: 10px;
	top:50%;
	content:'\f105';
	font-family: 'FontAwesome';
	margin-top: -10px;
	line-height: 1;
	font-size: 125%;
}
.care ul.btn li a:hover {
	opacity: 0.8;
}

/*居宅介護支援事業所のご案内
------------------------------ */
.care span.small {
	font-size: 88%;
}

.care .service {
	margin-top: 30px;
}

.care .service:after {
	content:"";
	display: block;
	clear: both;
}
.care .service .box {
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 2px solid #f47066;
	border-radius: 5px;
	margin-bottom: 20px;
}
.care .service .box:nth-child(3) {
	margin-right: 0;
}
.care .service .box dl {
	margin: 0;
}
.care .service .box dt {
	padding: 5px 10px;
	text-align: center;
	background-color: #f47066;
	color: #fff;
	font-size: 113%;
}
.care ul.box dl:after {
	content:"";
	display: block;
	clear: both;
}
.care .service .box dd {
	padding: 0 10px 10px;
	margin: 0;
}

/*通所リハビリテーションのご案内
------------------------------ */

.care p.thead {
	font-size: 113%;
	margin: 10px 0 5px;
}
.care table.price {
	width: 100%;
	border: 2px solid #f47066;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
	background-color: #f47066;
}
.care table.price th {
	width: 17%;
	background-color: #f47066;
	color: #fff;
	padding: 5px 10px;
	border-right: 2px solid #fff;
	font-size: 113%;
	font-weight: normal;
}
.care table.price th:first-child {
	width: 15%;
}
.care table.price th:last-child {
	border-right: none;
}
.care table.price td {
	background-color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 113%;
	border-right: 2px solid #f47066;
}
.care table.price td:last-child {
	border-right: none;
}
.care table tr:first-child td:last-child {
border-radius: 0 5px 0 0;
}
.care table tr:last-child td:first-child {
border-radius: 0 0 0 5px;
}
.care table tr:last-child td:last-child {
border-radius: 0 0 5px 0;
}
.care table.price.half {
	width: 50%;
}

.care table tr.bbLine td {
	border-bottom: 2px solid #f47066;
}

.care table.multi th {
	white-space: nowrap;
}
.care table.multi td {
	font-size: 16px;
	white-space: nowrap;
}
.care table.multi thead tr:nth-child(2) th {
	font-size: 16px;
	background-color: #fac1be;
	color: #333;
}

.care table.multi td:nth-of-type(n+1) {
	border-bottom: 2px solid #f47066;
}
.care table.multi tr:last-child td {
	border-bottom: none;
}

/*訪問リハビリテーションのご案内
------------------------------ */
.care ul.list.inner {
	padding-left: 2.7em;
	margin-bottom: 2em;
}


/*グループホーム「のぞみ」のご案内
------------------------------ */
.care table.price.oneThird {
	margin-top: 30px;
	width: 32%;
}

/*介護老人保健施設　長寿園のご案内
------------------------------ */
.care .contents .main.about {
	width:750px;
}
.care .contents .pict.about {
	width: 200px;
	text-align: right;
	padding-top: 20px;
}
.care .contents .pict.about img {
	margin-bottom: 0px;
}
.care .contents .pict.about p span {
	font-size: 75%;
	line-height: 2;
}
.care p.att {
	display: inline;
}


/*----------------------------
 患者支援相談室 .regional
------------------------------ */
.regional h2 {
	border-bottom: 2px solid #be90b1;
}
.regional dl.contentsList dt {
	background-color: #be90b1;
}

.regional ul.list {
	list-style: disc;
	padding-left: 1.5em;
}
.regional ul.list li {
	margin-bottom: 5px;
	line-height: 1.6;
}

/*----------------------------
 関連施設一覧 .facility
------------------------------ */
.facility h2 {
	border-bottom: 2px solid #C69C6D;
}

.facility .heading {
	display: inline-block;
	padding: 5px 10px;
	background-color: #C69C6D;
	border-radius: 5px;
	color: #fff;
	font-size: 113%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.facility ul.facilityList li {
	float: left;
	width: 48%;
	margin-bottom: 30px;
}
.facility ul.facilityList li a {
	display: block;
	color:#333;
	text-decoration: none;
}
.facility ul.facilityList li a:hover {
	background-color: #e7d8c6;
}

.facility ul.facilityList li:nth-child(odd) {
	margin-right: 2%;
}
.facility ul.facilityList li:nth-child(even) {
	margin-left: 2%;
}
.facility ul.facilityList:after {
	content:"";
	display: block;
	clear: both;
}

.facilityList .box .pict {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.facilityList .box .info {
	float: left;
	width: 250px;
	padding-top: 5px;
}
.facilityList .box .info p {
	margin-top: 0;
	font-size: 82%;
	padding-left: 5px;
	line-height: 1.4;
}
.facilityList .box .info p.name {
	font-size: 113%;
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
	margin-top: -7px;
	margin-bottom: 10px;
}
.facilityList .box .info p:last-child {
	margin-bottom: 0;
}

.facilityList .box:after {
	content:"";
	display: block;
	clear: both;
}



/*----------------------------
 アクセス .access
------------------------------ */
.access h2 {
	border-bottom: 2px solid #39a5a0;
}
.access .contents {
	margin-top: 30px;
}
.access .contents .main {
 float: left;
 width: 540px;
 margin-right: 30px;
}
.access .contents .sub {
	width: 430px;
}

.access h3 {
	border-bottom: 1px solid #999;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 88%;
	letter-spacing: 0.1em;
}
.access h3:not(:first-child) {
	margin-top: 30px;
}
.access .contents .sub p {
	font-size: 88%;
	letter-spacing: 0.1em;
}

.access .contents .sub a {
	text-decoration: none;
	color: #333;
}
.access .contents .sub a:hover {
	color: #009abf;
}

/*----------------------------
 採用情報 .recruit
------------------------------ */
.recruit h2 {
	border-bottom: 2px solid #009ABF;
}

.recruit dl.contentsList dt {
	background-color: #009ABF;
}

.recruit .contactBtn {
}

.recruit .contactBtn a {
	display: inline-block;
	background-color: #009ABF;
	color:#fff;
	border-radius: 5px;
	padding: 10px 60px;
	text-align: center;
	text-decoration: none;
}
.recruit .contactBtn a:hover {
	opacity: 0.7;
}
.recruit .recruitBtn {
	text-align: center;
	margin-top: 40px;
}



/*----------------------------
 病院からのお知らせ一覧 .topics
------------------------------ */
.topics h2 {
	text-align: center;
	margin-bottom: 10px;
}
/* お知らせ */
.topics .infoBox:after {
	content:"";
	display: block;
	clear: both;
}
.topics .info {
	float: left;
	width: 100%;
}
.topics .info ul {
	border:1px solid #cbcbcb;
	padding: 40px 100px;
	letter-spacing: 0.1em
}
.topics .info time {
	float: left;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 88%;
}
.topics .info p {
	margin: 0 0 0 110px;
	line-height: 1.5;
	font-size: 88%;
}

.topics .info p.title {
	font-size: 113%;
	text-decoration: underline;
	margin-bottom: 10px;
}
.topics .info li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 20px 15px 15px;
	border-bottom: 1px solid #cbcbcb;
}
.topics .info li a:hover {
	background-color: #e6f5f8;
}
.topics .info .list {
	text-align: right;
	margin-top: 20px;
}
.topics .info .list a {
	text-decoration: none;
	color: #333;
}
.topics .info .list:last-child a {
	border: none;
}
.topics .info .list a:hover {
	color: #009abf;
}

.topics .info a:after {
	content:"";
	display: block;
	clear: both;
}
/* .pagination ページネーション */
.topics .pagination {
	text-align: center;
	margin-top: 30px;
}
.topics .pagination ul {
	display: inline-block;
}
.topics .pagination li a {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 4px;
	text-decoration: none;
	color: #666;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 50%;
	line-height: 1;
	padding-top: 10px;
}
.topics .pagination li.leftArrow a,
.topics .pagination li.rightArrow a {
	color: #666;
	background-color: transparent;
	border:none;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
}

.topics .pagination li a:hover {
	color: #fff;
	background-color: #5698BC;
}

.topics .pagination li.leftArrow a:hover,
.topics .pagination li.rightArrow a:hover {
	color: #666;
	background-color: transparent;
}
.topics .pagination li {
	float: left;
	width: auto;
}
.topics .pagination ul:after {
	content: "";
	display: block;
	clear: both;
}

/*----------------------------
 病院からのお知らせ　詳細 .topicsDetail
------------------------------ */
.topicsDetail .topicsTitle {
	border-bottom: 2px solid #ccc;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	margin-top: 50px;
}
.topicsDetail .topicsTitle h2 {
	width: 660px;
	margin: 0 auto;
}
.topicsDetail .topicsTitle time {
	position: absolute;
	right: 5px;
	top: 10px;
	font-size: 88%;
}
.topicsDetail .topicsTitle:after {
	content: "";
	display: block;
	clear: both;
}
.topicsBox {
	width: 660px;
	margin: 0 auto;
	line-height: 1.8;
	text-align: center;
}
.topicsBox p {
	text-align: left;
}
.topicsBox img {
	margin-top: 30px;
}

.topicsBox a.pdf {
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	margin-top: 15px;
}
.topicsBox a.pdf:hover {
	background-color: #e6f5f8;
}
.topicsBox a.pdf:after {
	content:'\f1c1';
	font-family: 'FontAwesome';
	font-size: 125%;
	margin-left: 5px;
	color:#B51413;
}


.bl_topics_qa {
	width: 100%;
	text-align: left;
}
.bl_topics_qa_time {
	text-align: right;
}
.bl_topics_question {
}
.bl_topics_table {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
.bl_topics_table thead {
	text-align: right;
}
.bl_topics_table thead td {
	border: none !important;
}
.bl_topics_table th {
	white-space: nowrap;
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #ccc;
	width: 100px;
}
.bl_topics_table .bl_topics_question {
background-color: #0099c0;
color: #fff;
}
.bl_topics_table .bl_topics_answer {
background-color: #F7931E;
color: #fff;
}

.bl_topics_table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.pageNav {
	width: 660px;
	margin: 0 auto;
	margin-top: 50px;
}
.pageNav a {
	padding: 5px 10px;
	border: 2px solid #ccc;
	border-radius: 5px;
	color:#666;
	text-decoration: none;
	font-weight: bold;
}
.pageNav a:hover {
	background-color: #e6e6e6;
}
.pageNav .topicsList {
	float: left;
}
.pageNav ul {
	float: right;
}
.pageNav ul li {
	display: inline-block;
}
.pageNav .next a {
	margin-left: 15px;
}
.pageNav:after {
	content: "";
	display: block;
	clear: both;
}


/*----------------------------
 病院公報誌 .pr
------------------------------ */
.pr h2 {
	text-align: center;
	margin-bottom: 10px;
}
.pr .prBox:after {
	content:"";
	display: block;
	clear: both;
}
.pr h3 {
	text-align: center;
	font-size: 150%;
	margin-top: 30px;
	margin-bottom: 0;
	padding:3px 0;
	background-color: #009abf;
	color: #fff;
	font-weight: normal;
}
.pr h3:first-child {
	margin-top: 20px;
}
.pr .prList ul {
	border:1px solid #cbcbcb;
	padding: 30px 100px;
	letter-spacing: 0.1em
}
.pr .prList p {
	margin: 0;
	line-height: 1.5;
}
.pr .prList .time {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 113%;
}
.pr .prList li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 20px 15px 15px;
	border-bottom: 1px solid #cbcbcb;
}
.pr .prList li:last-child a {
	border: none;
}
.pr .prList li a:hover {
	background-color: #e6f5f8;
}

.pr .prList a:after {
	content:"";
	display: block;
	clear: both;
}

.pr .prList p.title:after {
	content:'\f1c1';
	font-family: 'FontAwesome';
	font-size: 125%;
	margin-left: 5px;
	color:#B51413;
}

/*----------------------------
 プライバシーポリシー .plivacy
------------------------------ */

.plivacy h2 {
	border-bottom: 2px solid #39A6A1;
}

.plivacy dl.purpose {
	padding: 10px 10px 0 10px;
}

.plivacy dl.purpose dt {
	font-size: 113%;
}

.plivacy dl.purpose dd {
	padding: 10px 0 20px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.plivacy article a {
	color: #333;
	text-decoration: none;
}

.plivacy article a:hover {
	background-color: #e6f5f8;
}

/*----------------------------
 患者さまへ .patient
------------------------------ */

.patient h2 {
	border-bottom: 2px solid #39A6A1;
}

.patient article ol {
	padding: 10px 10px 0px 2.5em;
	margin-top: 1em;
	list-style: decimal;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.patient article  li {
	margin-bottom: 10px;
}
