@charset "UTF-8";


#files_area {
	margin: 0 0 2em 0;
}
#files_area .fileslink {
	display: flex;
	align-items: center;
	gap: 5px;
}
#files_area .fileslink .ext {
	flex: 0 0 3em;
	border: 1px solid #CCC;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-family: 'Courier New', Courier, monospace;
	text-align: center;
}


.news_title_box_link {
	display: block;
    position: relative;
    width: 100%;
    
}
.news_title_box_link .date {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #555555;
    margin-right: 6px;
    vertical-align: middle;
    line-height: 100%;
    min-width: 80px;
    letter-spacing: normal;
}
.news_title_box_link .title {
    display: block;
    position: relative;
    padding-left: 120px;
    margin-top: -2.2rem;
    font-size: 1.5rem;
    color: #555555;
    line-height: 160%;
    letter-spacing: normal;
}
.news_title_box_link .title a:hover {
	color:#FFF;
}


/*
.news_page_content_box img {
	cursor: pointer;
}
*/

#view_image {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%!important;
	height: 100%;
	background: rgba(0,0,0,0.7);

}
#view_image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}
#view_image .imenu {
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	width: 80%;
	margin: auto;
	display:inline-flex;
	justify-content: center;
	gap: 1em 3em;

}
#view_image .itext {
	position: absolute;
	bottom: 18%;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
	display:inline-flex;
	justify-content: center;
	gap: 1em 3em;
	color: #FFF;
	background: rgba(0,0,0,0.7);

}
#view_image object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*max-width: 90%;*/
	width:50%;
	/*max-height: 90%;*/
	height:50%;
	background: #FFF;
}
#view_image .close_modal {
    position: sticky; /* 変更 */
    top: 0;
    height: 0; /* 追加 */
    text-align: right; /* 追加 */
}


/* ##################################################  ページャー  ########## */
#pagetext	{
	text-align:center;
	/*margin-top:30px;*/
}
#pagecss {
	display:inline-flex;
}
#pagecss ul	{
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 5px;
	list-style:none;
}
#pagecss .page_middle	{ 
	/*width: 4em;*/
	padding:2px;
	text-align:center;
}
#pagecss .page_firstlast	{
	/*width:5em;*/ 
	padding:2px;
	text-align:center;
}
#pagecss ul li a	{
	display:block; 
	/*background:#dee;*/ 
	padding:5px 0px;
	border-radius: 5px;
}
#pagecss .space1	{
	display:block; 
	background:#e2e2e2; 
	padding:5px 0px;
	border-radius: 5px;
}



/* ##################################################  コンテンツ内　共通  ########## */
.linkbox {
	margin: 1em 0 0 0;
	border-top: 1px solid #CCC;
}
.nowrap {
	white-space: nowrap;
}
.align_center {
	text-align: center;
}

.w25_percent {
	width: 25% !important;
}
.w100_percent {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
}
.w_auto {
	width: auto !important;
}
.w_100_h_auto {
	max-width: 100%;
	height: auto;
}
.required{
	font-size: 86%;
	color:#ff3333;
}
.block {
	display: block;
}
.inline_flex {
	display: inline-flex !important;
}
.flex_gap {
	gap: 5px;
}
.inline_block_middle {
	display: inline-block;
	vertical-align: middle;
}
.align_items_center {
	align-items: center;
}
.pointer {
	cursor: pointer;
}
.border1 {
	border-width:1px;
	border-style:solid;

}



.annotate {
	font-size: 1em;
}
.attention {
	font-size: 1.2em;
}
.caution {
	display: block;
	color: #ea5550;
}
.agreement_area {
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 640px) {
	
}

