@charset "utf-8";

/* PC/スマホ共通表示 */
.-----PC_MOBILE_COMMON_CSS_START----- {}

html,body {
	height: 100%;
	width: 100%;
}
.index_btn {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}
.index_btn .item {
	width: 330px;
	background-color: #000;
	background-image: url(../img/arrow01.png);
	height: 330px;
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor:pointer;
	transition:0.4s;
}
.index_btn .item:hover {
	opacity:0.7;
}
.index_btn .item .name {
	color: #333;
	font-size: 33px;
	line-height: 120%;
	background-color: #F1C619;
	text-align: center;
	height: 174px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}
.index_btn .item .name strong {
	margin-left:0.5em;
}
.index_btn .item .caption {
	font-size: 15px;
	line-height: 120%;
	color: #FFF;
	text-align: center;
	height: 110px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
}
.index_btn .item .caption a {
	color: #FFF;
	text-decoration: none;
}
.index_btn .item .caption a:hover {
	color: #FFF;
	text-decoration: none;
}


#public_notice_detail .table_02 .subject_table tr th {
	width:220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#public_notice_detail .table_02 .subject_table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#public_notice_detail .table_02 table tr td.dl {
	width:220px;
	text-align:center;
}
#public_notice_detail .form_header_text {
	margin-top: 10px;
	margin-bottom: 10px;
}
#public_notice_detail .form_footer_text {
	margin-top: 10px;
	margin-bottom: 10px;
}

#public_notice_detail .btn_003 a {
	width: 220px;
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #F1BD3D;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #505050;
	text-decoration: none;
	line-height: 40px;
	transition: 0.4s;
	margin-top: 30px;
}
#public_notice_detail .btn_003 a:hover {
	opacity:0.7;
}
#public_notice_detail #dl_ready_msg {
	font-weight: bold;
	margin-bottom: 10px;
	display: none;
}



#input_form input[type="text"],
#input_form textarea {
	border-radius:4px;
}
#input_form input[type="text"]:focus,
#input_form textarea.full:focus {
	background-color: #FFFFDD;
}

#input_form .button input {
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #505050;
	background-color: #505050;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
	font-size: 100%;
	width: 15em;
	color: #F1C619;
	font-weight: bold;
	letter-spacing: 0.5em;
}

#input_form select {
	background-color: #FFF;
	border: 1px solid #BBB;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#input_form select option {

}
#input_form textarea.full {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
#input_form input.full {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
}
#input_form input.long {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 80%;
	box-sizing: border-box;
}
#input_form input.mid {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 50%;
	box-sizing: border-box;
}
#input_form input.short {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 30%;
	box-sizing: border-box;
}
#input_form input.min {
	background-color: #FFF;
	border: 1px solid #BBB;
	padding: 7px;
	width: 15%;
	box-sizing: border-box;
}

#input_form table tr th {
	widows:220px;
}
#input_form table tr td.sup {
	font-size: 90%;
	width: 350px;
	line-height: 120%;
}
#input_form table tr:first-child td {
	border-top-style: none;
}

#loading_screen {
	background-image: url(../img/loading.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999999;
	left: 0px;
	top: 0px;
	display:none;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


.index_btn .item {
	width: 100%;
	height:186px;
	margin-bottom:20px;
}
.index_btn .item .name {
	height: 80px;
}
.index_btn .item .name strong {
	margin-left:0.5em;
}
.index_btn .item .caption {
	font-size: 24px;
	height: 60px;
}

#public_notice_detail .btn_003 a {
	width: 400px;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
}
#input_form table tr td.sup {
	display:none;
}

.-----MOBILE_ONLY_CSS_END----- {}

	
}



/* 印刷用CSS */
@media print {
	
table tr {
	page-break-inside: avoid !important;
}
.content {
	page-break-inside: auto !important;
}
	
}

