<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 98%;
	height: 300px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-image: linear-gradient(90deg, rgba(255, 175, 0, 1), rgba(255, 125, 0, 1));
}
#mimg .p1 {
	position: relative;
	width: 100%;
	height: 55px;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: 100px;
	float: left;
}
#mimg .p2 {
	position: relative;
	width: 100%;
	height: 25px;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	float: left;
}
.breadcrumb {
  width: 1100px;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  content: '&gt;';
  padding: 0 4px;
  color: #FF9600;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  background: #aaa;
  font-size: 12px;
  line-height: 12px;
  transition: 0.4s;
}

.breadcrumb li a:hover {
  background: #FF9600;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentsmenu {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#contentsmenu:after{
	content: "";
	clear: both;
	display: block;
}
#contentsmenu .cmenu{
	width: 100%;
	height: auto;
	display: flex;
	flex-derection:row;
	flex-wrap: wrap;
	justify-content:flex-start;
}
#contentsmenu .cmenu li a{
	display: block;
	width: 200px;
	height: 30px;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #000;
	padding: 0px 0px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFF;
	border-radius: 15px;
	outline: 1px solid #666;
	outline-offset: -1px;
	margin-top: 10px;
	transition: 0.4s;
}
#contentsmenu .cmenu li a:hover{
	color: #FFF;
	background-color: #FF9600;
	outline: 1px solid #FF9600;
}
#contentsmenu .first{
	display: block;
	width: 200px;
	height: 30px;
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 0px 0px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 15px;
	margin-top: 10px;
	transition: 0.4s;
	color: #FFF;
	background-color: #FF9600;
	outline: 1px solid #FF9600;
	outline-offset: -1px
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 70px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: relative;
	width: 1070px;
	height: 40px;
	padding: 15px 0 15px 30px;
	z-index: 1;
	border-radius: 35px;
	background-color: #FF9600;
}
h2 p{
	width: auto;
	height: 40px;
	font-size: 35px;
	line-height: 35px;
	text-align: left;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 3px;
	float: left;
}
.h2ac {
	width: auto;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: left;
	margin-top: 11px;
	margin-left: 20px;
	float: left;
}
#officebox01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
}
#officebox02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
}
#txtbox {
	width: 650px;
	height: auto;
	font-size: 16px;
	line-height: 35px;
	text-align: left;
	letter-spacing: 1px;
}
#Imgbox {
	position: relative;
	width: 400px;
	height: 300px;
}
#Imgbox .bgImg{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime2 12s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
}
#Imgbox .src1{
	display:block;
	background-image: url(../web/office/livelihood_support_center_maniwa/img01.jpg);
}
#Imgbox .src2{
	background-image: url(../web/office/livelihood_support_center_maniwa/img02.jpg);  
	animation-delay: 6s;
}
#Imgbox .src3{
	display:block;
	background-image: url(../web/office/livelihood_support_center_maniwa/img03.jpg);
}
#Imgbox .src4{
	background-image: url(../web/office/livelihood_support_center_maniwa/img04.jpg);  
	animation-delay: 6s;
}
@keyframes bgAnime2 {
   0% { opacity: 0; }
   10% { opacity: 1; }
   50% { opacity: 1; }
  65% { opacity: 0; }
}

h3{
	width: 300px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 500;
	background-color: #FF9600;
	border-radius: 20px;
	margin-top: 70px;
	float: left;
	clear: both;
}
#schedule {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
	border-bottom: 1px dotted #999;
}
#schedule .clock {
	width: 70px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	float: left;
}
#schedule .txt {
	width: 980px;
	padding: 0 10px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	float: left;
	margin-left: 30px;
}
#contents01 .tblBox {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 22px;
	letter-spacing:1px;
	text-align: left;
	margin-top: 30px;
	margin-left: 0px;
	word-break: break-all;
}
#contents01 .tblBox table {
	min-width: 700px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents01 .tblBox td {
	min-width: 100px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 10px 15px;
}

#pamphlet {
	width: 100%;
	height: auto;
	float:left;
	margin-top: 30px;
}
#pamphlet img{
	width: 1100px;
	height: auto;
	outline: 1px solid #CCC;
	outline-offset: -1px;
}

@media screen and (min-width:768px){

}
</pre></body></html>