/*=======================================================================*/
/*
layout.css
レイアウト用のCSS
*/
/*=======================================================================*/

/*=======================================================================*/
/* 共通設定（ヘッダー・フッター） */
/*=======================================================================*/

html,body {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1270px) {
  html,body {
    min-width:initial;
  }
}


/*=======================================================================*/
/* 共通設定（ヘッダー） */
/*=======================================================================*/

header {
	width: 100%;
	margin: 0;
	padding: 0;
}

#uNav {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #333333;
    height: 40px;
}

#uNav:before, #uNav:after,
#hNav:before, #hNav:after,
#gNav:before, #gNav:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#uNav:after,
#hNav:after,
#gNav:after {
	clear: both;
}


#hNav {
	width: 1200px;
	margin: 10px auto;
	display: table;
}
/*プレビュー対応*/
#hNav .ss-preview-part{
	display: inline;
}
#hNav .Logo {
	width: 250px;
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}

#hNav .CatchTxt {
	/*width: 400px;*/
    width: 340px;
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}

#hNav .CatchEco {
    display: table-cell;
    vertical-align: middle;
}
#hNav .CatchEco a{
    text-indent: -9800px;
    display: block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    background: url(../../img/header_brlogoc.png) center center no-repeat;
    background-size: contain;
}
#hNav .CatchEco .icon-new-tab{
	display : none;
}

#hNav .SiteMenu {
	/*width: 550px;*/
	width: 495px;
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
#hNav .SiteMenu.SiteMenuNew {
	width: 550px;
	display: table-cell;
	margin: 0;
	vertical-align: middle;
  	float: none;
}

@media screen and (min-width: 769px) and (max-width: 1270px) {
  #hNav {
    right: 70px;
  }
}
@media screen and (min-width: 769px) {
  #hNav .SiteMenu {
    display: block!important;
  }
  #hNav .SiteMenu.SiteMenuNew{
    display: table-cell!important;
  }
}

#gNav {
	width: 1200px;
	padding: 10px 0;
	margin: 0 auto;
}


/*=======================================================================*/
/* 共通設定（フッター） */
/*=======================================================================*/

footer {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #DDDDDD;

}

#fWrap {
	width: 1200px;
	margin: 0 auto;
	padding: 20px auto;
	background: url(../../img/citizen/back_footer.png) center right no-repeat;
}

#fWrap:before, #fWrap:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#fWrap:after {
	clear: both;
}

#fCredit {
	width: 100%;
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #333333;
	box-sizing: border-box;
}

#fCredit span{
	color: #FFF;
}

/*=======================================================================*/
/* カテゴリーページ */
/*=======================================================================*/

#category {
	width: 100%;
	margin: 0;
}

#category:before, #category:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#bodyWrap {
	width: 1200px;
	margin: 20px auto;
}

#bodyWrap:before, #bodyWrap:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#bodyWrap:after {
	clear: both;
}

#bodyWrap #main {
	float: left;
	width: 890px;
	margin: 0 10px 0 0;
}

#bodyWrap #side {
	float: right;
	width: 260px;
	margin: 0 0 0 40px;
}
#bodyWrap #main.column01{
	float: unset;
	width: auto;
}

/*=======================================================================*/
/* 詳細ページ */
/*=======================================================================*/

#page {
	width: 100%;
	margin: 0;
}

/* ページ本文エリア  {{yield}} */

#documant {
  width: 1080px;
  margin: 20px auto;
  word-wrap:break-word;
}

/* ページ本文エリア(シティプロモーション)  {{yield}} */
#documant.citypromotion-content{
  max-width: 960px;
}

#documant.citypromotion-content img {
    max-width: 80%;
}

/*=======================================================================*/
/* 緊急情報 */
/*=======================================================================*/
#topImportant{
    max-width: 1160px;
    margin: 20px auto;
    background-color: #d04255;
    border-radius: 10px;
    padding: 5px;
  display: none;
}
#topImportant div{
    background-color: #fff;
    display : table;
    padding: 5px;
  	width : 99%;
}
#topImportant time{
  	width : 180px;
}

#topImportant time,#topImportant a{
  display : table-cell;
  vertical-align: top;
  float: none;
}
#topImportant a{
    font-size: 0.9em;
    color: #005e94;
}
#topImportant h2{
    font-size: 1.0em;
    color: #fff;
}



/*=======================================================================*/
/* コロナ関連情報リンク */
/*=======================================================================*/
/*ボタンが一つのバージョン*/
.covidLinkBut a{
	max-width: 1160px;
	margin: 20px auto;
	background-color: #534e79;
	border-radius: 10px;
	padding: 5px;
	display: block;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	border-style: solid;
	border-color: #534e79;
	border-width: 2px;
  	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.covidLinkBut a:hover{
	color: #534e79;
	background-color: #fff;
}

/*ボタンが2つのバージョン*/
.covidLinkBut02{
	max-width: 1200px;
	margin: 20px auto;
}
@media screen and (max-width: 767px) {
	.covidLinkBut02{
		font-size: 0.8em;
	}
}
.covidLinkBut02 h2{
	width: 90%;
	margin: 0px auto 20px auto;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #096dc6;
}
.covidLinkBut02 div{
	display: flex;
	flex-wrap: wrap;
}
.covidLinkBut02 div p{
	width: 50%;
}
@media screen and (max-width: 767px) {
	.covidLinkBut02 div p{
		width: 100%;
	}
	.covidLinkBut02 div p.covidLink01{
		margin-bottom: 10px;
	}
}
.covidLinkBut02 div p a{
	width : 90%;
	margin: 0px auto;
	background-color: #534e79;
	border-radius: 10px;
	padding: 15px 5px;
	display: block;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	border-style: solid;
	border-color: #534e79;
	border-width: 2px;
  	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.covidLinkBut02 div p.covidLink01 a{
	background-color: #ffd79b;
	border-color: #fc9700;
	color: #000;
}
.covidLinkBut02 div p.covidLink01 a:hover{
	background-color: #fc9700;
	color: #fff;
}
.covidLinkBut02 div p.covidLink02 a{
	background-color: #a9dff9;
	border-color: #085d86;
	color: #000;
}
.covidLinkBut02 div p.covidLink02 a:hover{
	background-color: #085d86;
	color: #fff;
}
