@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
医療法人美郷会　西蒲中央病院　カスタム対応
	ver.2023.01.01.Custom-Misatokai
	掲示事項　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/notices.css
Editor:			TRUSTEC
Description:	掲示事項　スタイルシート。
────────────────────────────────────────
2025/09/16:		掲示事項の公開。
2025/08/04:		開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {
}





/* ::::: [OVER WRITE SETTING: STYLE] ::::: */





/* :::::  [OVER WRITE SETTING: COMMON-PARTS] ::::: */






/* :::::  [MAIN] ::::: */





/* ::::: [NOTICES-FEED] ::::: */

/* Setting
--------- --------- --------- ------- */
#notices-feed {
	--notices-background-color: rgba(0, 0, 0, 0.03);
	--notices-caption-color: #606060;

	--notices-pin-background-color: rgba(194, 213, 208, 0.5);
	--notices-pin-color: var(--common-pointed-color-1);
	--notices-pin-dropshadow: 0 0 0.5em rgba(0, 0, 0, 0);
	--notices-pin-dropshadow-hover: 0 0 0.5em rgba(0, 0, 0, 0.5);

	--notices-icon-pointed-color: var(--common-pointed-color-2);

	--notices-icon-pdf-color: #ff0000;
}

#notices-feed .notices-list-wrapper {
}

#notices-feed .notices-detail-wrapper {
}

/* Pin Data
--------- --------- --------- ------- */
#notices-feed .log-feed .log-feed-pin,
#notices-feed .log-feed-pin {
}

#notices-feed .log-feed-pin a {
	background-color: var(--notices-pin-background-color);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0);
	/*box-shadow: var(--notices-pin-background-color);*/
}
#notices-feed .log-feed-pin a:hover,
#notices-feed .log-feed-pin a:focus,
#notices-feed .log-feed-pin a:active {
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
	/*box-shadow: var(--notices-pin-dropshadow-hover);*/
}
.log-feed-pin a::before {
	color: var(--notices-pin-color);
}

#notices-feed .log-feed-pin .item-pin {
	color: var(--notices-pin-color);
}
#notices-feed .log-feed-pin .item-title {
}

/* List
--------- --------- --------- ------- */
#notices-feed .list-log-feed {
}

/*	List Item	*/
#notices-feed .list-log-feed-item {
}

#notices-feed .list-log-feed-item .item-date {
	color: var(--notices-caption-color);
}

#notices-feed .list-log-feed-item .item-icon {
	color: var(--notices-icon-pointed-color);
}

#notices-feed .list-log-feed-item .item-icon .new {
	background-color: var(--notices-icon-pointed-color);
}

#notices-feed .list-log-feed-item .item-icon .pdf {
	/*
	background-color: var(--notices-icon-pdf-color);
	color: #ffffff;
	font-size: 12px;
	font-weight: var(--common-font-weight-bold);
	font-style: var(--common-font-style);
	line-height: var(--common-lign-height);
	padding: 0.1em 0.2em;
	border-radius: 3px;
	*/
	color: var(--notices-icon-pdf-color);
}

/**	List Item Dummy(File Not Exists)	*/
#notices-feed .list-log-feed-item .dummy {
	color: #d0d0d0;
    width: 100%;
    padding: 1em;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0.5em 1em;
}

#notices-feed .list-log-feed-item .dummy .item-date, 
#notices-feed .list-log-feed-item .dummy .item-icon {
	color: #d0d0d0;
}
#notices-feed .list-log-feed-item .dummy .item-icon .new {
	background-color: #d0d0d0;
}
#notices-feed .list-log-feed-item .dummy .item-icon .pdf {
	color: #d0d0d0;
}


/* Detail
--------- --------- --------- ------- */
#notices-feed .detail-log-feed {
}

/*	Picture	*/
#notices-feed .detail-log-feed .feed-detail-picture {
	background-color: var(--notices-background-color);
	padding: 0.5rem;
}
#notices-feed .detail-log-feed .feed-detail-picture img {
	width: 100%;
	max-width: initial;
	aspect-ratio: 16 / 9;
}

/* Caption
--------- --------- --------- ------- */
#notices-feed .log-feed-caption {
	color: var(--notices-caption-color);
	font-size: inherit;
	line-height: var(--common-line-height);
}

/* Files
--------- --------- --------- ------- */
.notices-detail-files {
	background-color: var(--notices-background-color);
	font-size: var(--common-font-size-smaller);
	line-height: var(--common-line-height);
	padding: 1em;
	border-radius: 1em;
}

/*	Download & Related Links	*/
#notices-feed .notices-detail-files .log-file-link,
#notices-feed .notices-detail-files .log-related-link {
	font-weight: var(--common-font-weight-bold);
	line-height: var(--common-line-height);
}

/* Select Category
--------- --------- --------- ------- */
#select-category {
}

.selectbox-001 {
	--selectbox-background-color: #f0f0f0;
	--selectbox-color: #404040;
	--selectbox-font-size: var(--common-font-size);
	--selectbox-font-weight: var(--common-font-weight-bold);
	--selectbox-arrow-background-color: #404040;
	--selectbox-arrow-width: 2.5em;

	position: relative;
}

.selectbox-001::before,
.selectbox-001::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.selectbox-001::before {
	background-color: var(--selectbox-arrow-background-color);;
	width: var(--selectbox-arrow-width);
	height: var(--selectbox-arrow-width);
	border-radius: 0 3px 3px 0;
	display: inline-block;
	right: 0;
}

.selectbox-001::after {
	width: 0.5em;
	height: 0.5em;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	top: 50%;
	right: calc(var(--selectbox-arrow-width) / 2);
	transform: translate(50%, -50%) rotate(45deg);
}

.selectbox-001 select {
	appearance: none;

	background-color: var(--selectbox-background-color);
	color: var(--selectbox-color);
	font-size: var(--selectbox-font-size);
	font-weight: var(--selectbox-font-weight);

	min-width: 16em;
	height: var(--selectbox-arrow-width);
	padding: .4em 3.6em .4em .8em;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

.selectbox-001 select:focus {
	outline: 2px solid var(--selectbox-arrow-background-color);
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {
	/**		*/
	#select-category {
	}
	#select-category #code_category {
		width: 100%;
	}
}









.h-notices {
	font-size: 1.5rem;
	font-weight: var(--common-font-weight-bold);
	line-height: var(--common-line-height);
	letter-spacing: 0.05em;

	padding: 0 1rem 0.5rem 1rem;
	border-bottom: solid 0.5rem rgba(0, 0, 0, 0.1);
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {
	.h-notices {
		font-size: 1.2rem;
		font-weight: var(--common-font-weight-bold);
		line-height: var(--common-line-height);
		letter-spacing: 0.05em;
	}
}












