@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-decoration: none;
	list-style: none;
}

/*border-box*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*ボディ*/
#wrap {
	width: 100%;
}

.wrap2 {
	width: 900px;
	margin: auto;
}

a:link {
	color: #6bb;
}



h3 {
	margin: 20px 0 10px;
	color: #6bb;
	font-size: 18px;
	border-bottom: solid 2px #6bb;
}

.square {
	color: #bdd;
	font-size: 20px;
}

/*ヘッダ*/
h1 {
	text-indent: -9999px;
	background-image: url("../images/topomage_sunrise.jpg");
	height: 102px;
}

/*ナビ*/
#navi {
	width: 100%;
	background-color: #acc;
	position: relative;
}

#navi ul {
	overflow: hidden;
	
}

#navi li {
	float: left;
}

#navi li a {
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 5px 0 5px;
	color: #499;
	background-color: #bdd;
	width: 150px;
	height: 56px;
	border-left: solid 1px #acc;
	border-top: solid 10px #acc;
	border-right: solid 1px #acc;
	border-bottom: solid 10px #acc;
}

#navi li a:hover {
	background-color: #fff;
	border-bottom: solid 5px #fff;
}

li#current a {
	background-color: #fff;
	border-bottom: solid 5px #fff;
}
 
/*190412 パンフリンク*/
.panflink {
	width: 900px;
	padding: 10px 0px;
	margin: auto;
	text-align: center;
}


/*sub menu*/

.sub_menu {
	display: none;
	position: absolute;
	top: 100%;
  	left: 0;
 	width: 150px;
	background: white;
	clear: both;
}

.menu-item-has-children:hover {
  cursor: pointer;
}

li.menu-item-has-children:hover .sub-menu {
  display: block;
}

/*content-0*/
#content-0 {
	clear: both;
} 

/*slider*/
.flex-caption {
	display: none;
}


/*space-1*/
.space-1 {
	width: 100%;
	height: 40px;
	border-bottom: solid 5px #85b6e4;
	border-top: solid 5px #a2ce93;
}

/*menu*/
.menu {
	background-image: url("../images/back194.jpg");
	background-repeat: no-repeat;
}

.menu ul {
	text-align: center;
}
.menu ul li {
	display: inline-block;
	padding: 15px;
}

/*content-1*/

.content-1 {
	padding: 20px;
}

/*news*/

.news-top {
	padding: 20px 0;
}

.news-top h4 {
	clear: both;
	text-align: left;
	float: left;
	padding-left: 5px;
	border-left: solid 10px #6bb;
}
.news-top p {
	text-align: right;

}

.top-3 {
	clear: both;
	border: solid 1px #6bb;
	padding: 10px 20px;
	margin-top: 10px;
}


.top-3 dt {
	float: left;
}

.top-3 dd {
	margin-left: 130px;
}

.new-mark {
	color: #fff;
	background-color: red;
	border-radius: 8px;
	border: solid 4px;
	border-color: red;

}

.ijikanri {
	margin-top: 10px;
	border-bottom: solid 1px #6bb;
	border-top: solid 1px #6bb;
	padding: 5px 20px;
}

.ijikanri dt {
	float: left;
}

.ijikanri dd {
	margin-left: 130px;
}



.calendar-top p {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	background-color: #ff8;
}


/*フッタ*/
.footer-2 {
	margin-top: 50px;
	text-align: center;
}

#footer-1 {
	width: 100%;
	height: 46px;
	background-color: #6bb;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}


/*施設概要*/

table.gaiyo2 {
	
	border-collapse: collapse;
	border: solid 1px #6bb;

}


.gaiyo2 th {
	border: solid 1px #6bb;
	padding-left: 20px;
	background-color: #bdd;
	vertical-align: top;
}


.gaiyo2 td {
	border: solid 1px #6bb;
	padding-left: 20px;
	vertical-align: top;
}


table.gaiyo {
	
	border-collapse: collapse;
	border: solid 1px #6bb;

}


.gaiyo th {
	background-color: #bdd;
	border: solid 1px #6bb;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}


.gaiyo td {
	border: solid 1px #6bb;
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}



.fig_flow {
	text-align: center;
	color: #f00;
}



.fig_flow img {
	border: solid 1px red;
}

a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}


/*施設所在地*/

.box-address {
	width: 100%;
	height: 60px;
	padding: 5px 10px;
	background-color: #bdd;
	margin-bottom: 20px;
}


.address {
	text-align: center;
}

iframe {
	margin: 30px;
}

/*ごみの持ち込み*/

h5 {
	font-size: 18px;
	color: #6bb;
}

.mochikomi a:hover {
	text-decoration-line: underline;
}


#hannyu th,td {
	border: solid 1px #9ac;
}

table#hannyu {
	border: solid 1px #9ac;
	border-collapse:collapse;
}

.mochikomi table {
	margin: 20px 0;
	table-layout: fixed;
}

.mochikomi th {
	text-align: center;
	color: #fff;
	background-color: #9ac;
}

.mochikomi td {
	vertical-align: top;
}

.text-indent {
	padding-left: 30px;
}

.box-mochikomi1 {
	width: 100%;
	text-align: center;
	border: solid 1px #6bb;
}

.box-mochikomi2 {
	background-color: #ffc;
	margin: 20px 0;
	padding: 5px 10px;
}

.chui {
	font-weight: bold;
	color: #f00;
}

.qrcode td,th {
	border: none;
}

.box-mochikomi2 th {
	color: #fff;
	background-color: #07b;
}

.box-mochikomi2 td {
	background-color: #fff;
}

.text-center {
	text-align: center;
}


/*お知らせ*/

div.news {
	margin: 20px 0;
}

.news dl {
	border-bottom: dashed 1px #499;
	padding: 10px 0;
	color: #808;
}

.news dt {
	float: left;
}

.news dd {
	margin-left: 240px;
}



.text-right {
	text-align: right;
}

.news_one div {
	width: 800px;
	padding: 10px 50px 20px 10px;
	word-wrap: break-word;
}


div.news_ijikanri {
	border-top: solid 1px #499;
}


div.news_ijikanri {
	margin: 20px 0;
}

.news_ijikanri dl {
	border-bottom: dashed 1px #499;
	padding: 10px 0;
	color: #808;
}

.news_ijikanri dt {
	float: left;
}

.news_ijikanri dd {
	margin-left: 240px;
}


/*お問い合わせ先*/

table.contact {
	border: solid 1px #499;
	border-collapse:collapse;
	margin: 30px 0;
}


.contact th {
	border: solid 1px #499;	
}


.square-small {
	color: #acc;
	font-size: 18px;
}

.text-tel {
	color: #f00;
	font-size: 20px;
}


.contact-small {
	font-size: 14px;
	font-weight: normal;
}

.circle-gray {
	font-size: 15px;
	color: #888;
}

.contact td {
	border: solid 1px #499;	
	padding: 10px;
	background-color: #ffc;
}

.contact th {
	border: solid 1px #499;	
	padding: 10px;
	text-align: left;
}

/**維持管理更新　お知らせ*/
.old_ijikanri {
    margin: 30px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* 折返し可 */ 
    justify-content: center;
	
}

.ijikaniri_box {
    width: 28%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: #6bb;
    margin: 15px;
    padding-top: 28px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 28px;

}

.ijikaniri_box a{
   color: #ffffff;
   display: block;
}

.old_ijikanri :hover {
   background-color: #43BAD2;
}
