@charset "utf-8";

/* ************************************************
Title: business.css
Created: 2018-01-15
Company: Matsue Joho Center Inc.
************************************************ */

/* ----------------------------------------------

 日常生活自立支援事業

------------------------------------------------ */
table.shien {
	border-collapse: collapse;
	border: #999 1px solid;
	width: 100%;
	margin: 2em 0 2em;
	}
table.shien th ,
table.shien td {
	border: #999 1px solid;
	padding: 10px 10px;
	vertical-align: middle;
	}
table.shien th {
	font-weight: normal;
	text-align: center;
	background: #eee;
	white-space: nowrap;
}


/* ----------------------------------------------

施設等の管理・運営

------------------------------------------------ */

dl.kanri {
	display: block;
	margin: 2em 0;
	border-bottom: #ccc 1px solid;
	}
dl.kanri dt {
	display: block;
	font-weight: bold;
	padding: 1em 0 0;
	border-top: #ccc 1px solid;
}
dl.kanri dd {
	display: block;
	margin: 0 0 1em 1em;
}

dl.kanri dt span{
	font-size: 0.83em;
	font-weight: normal;
	margin: 0 5px;
}


/* ----------------------------------------------

地域福祉計画

------------------------------------------------ */
.keyword {
	display: block;
	margin: 1em 0 1em;
	padding: 1em ;
	border: #0fa4e8 3px double;
	}
.keyword_ttl {
	display: block;
	font-weight: bold;
	}

/* ----------------------------------------------

広報「まつえ社協だより」

------------------------------------------------ */
ul.newsletter_list {
	display: block;
	margin: 2em 0 2em;
	padding: 0;
	list-style-type: none;
}
ul.newsletter_list li {
	display:list-item;
}

ul.newsletter_list li.pdf {
	margin: 0;
	padding: 0 0 8px 32px;
	background: url(../img/ic_pdf_s.png) no-repeat left top;
}

ul.newsletter_list li.local {
	margin: 0;
	padding: 0 0 8px 32px;
	background: url(../img/arrow_3.png) no-repeat left top;
}

ul.newsletter_list li.hp {
	margin: 0;
	padding: 0 0 8px 32px;
	background: url(../img/ic_link.png) no-repeat left top;
}

ul.newsletter_list li.blnk {
	margin-bottom: 1em;
}


table.summary {
	border-collapse: collapse;
	border: #999 1px solid;
	width: 100%;
	margin: 1em 0 2em;
	}
table.summary td {
	border: #999 1px solid;
	padding: 5px 10px;
	}
table.summary th {
	border: #999 1px solid;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px;
	background: #eee;
	white-space: nowrap;
	width: 17%;
}

.guide_imgs {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.guide_imgs p {
	width: calc(50% - 10px);
	margin: 0;
}
.guide_imgs p img {
	vertical-align: bottom;
}


/* ----------------------------------------------

2025.03.07　追加
なごやか寄り合い事業

------------------------------------------------ */
.borderBox {
	border: 1px solid #000;
	padding: 1em 1.5em;
}
a.pdf {
	padding: 0 0 0 32px;
	background: url(../img/ic_pdf_s.png) no-repeat left 50%;
}

/*================================================================================================*/

@media only screen and (max-width: 767px) {

/*================================================================================================*/

/*=================================================

日常生活自立支援事業

==================================================*/
table.shien {
	border-collapse: collapse;
	border: #999 1px solid;
	border-bottom: none;
	width: 100%;
	margin: 2em 0 2em;
	}
table.shien th ,
table.shien td {
	display: block;
	border: none;
	border-bottom: #999 1px solid;
	padding: 10px 10px;
	vertical-align: middle;
	}
table.shien th {
	display: block;
	font-weight: normal;
	text-align: center;
	background: #eee;
	white-space: nowrap;
	}




/*=================================================

広報「まつえ社協だより」

==================================================*/
ul.newsletter_list {
	display: block;
	margin: 2em 0 2em;
	padding: 0;
	list-style-type: none;
}
ul.newsletter_list li {
	display:list-item;
}

ul.newsletter_list li.pdf {
	margin: 0;
	padding: 0 0 8px 32px;
	background: url(../img/ic_pdf_s.png) no-repeat left top;
}

ul.newsletter_list li.local {
	margin: 0;
	padding: 0 0 8px 32px;
	background: url(../img/arrow_3.png) no-repeat left top;
}

ul.newsletter_list li.hp {
	margin: 0;
	padding: 0 0 8px 32px;
	background: url(../img/ic_link.png) no-repeat left top;
}

ul.newsletter_list li.blnk {
	margin-bottom: 1em;
}

table.summary {
	border-collapse: collapse;
	border: 1px solid #999;
	border-top: none;
	margin: 1em 0 1em;
	width: 100%;
}
table.summary td {
	display: block;
	border: none;
	padding: 5px 10px;
}
table.summary th {
	display: block;
	border: none;
	border-top: 1px solid #999;
	font-weight: normal;
	text-align: center;
	padding: 5px 10px;
	background: #eee;
	vertical-align: middle;
	width: auto;
}
.guide_imgs {
	gap: 10px;
}
.guide_imgs p {
	width: calc(50% - 5px);
}

/* ----------------------------------------------

2025.03.07　追加
なごやか寄り合い事業

------------------------------------------------ */
.borderBox {
	padding: 0.8em 1.2em;
}

/*================================================*/
}
