/*=======================================================================*/
/* リセット用 */
/*=======================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;	
}

body {
	line-height: 1.6em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

html {
	height: 100%;
	font-family: Meiryo, "メイリオ", Tahoma, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
}

body {
	margin: 0 auto;
	font-family: Meiryo, "メイリオ", Tahoma, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	font-size: 100%;
	color: #000;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

rp, rt {
	background: #fff;
	color: #666666;
	font-size: 86%;
	font-weight: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


/*=======================================================================*/
/* 汎用 */
/*=======================================================================*/

a {
	color: #015b9d;
}

a:visited {
	color: #015b9d;
}

a:hover {
	color: #292929;
	text-decoration: none;
}

ul {
    list-style:none;
    margin: 0;
    padding: 0;
}

ol {
    margin: 0;
    padding: 0;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	*zoom: 1;
}

* html .clearfix {
	height: 1px;
	*zoom: 1;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.corpNum {
    cursor: default;
    pointer-events: none; 
}

/* アンケート */

.send input {
  cursor: pointer;
}

#wrap.map .inquiry-form .send,
#wrap.map .columns .send,
#wrap.map .form-login .send {
    padding-left: 0;
}

/* テーブル */

.page article table caption {
 	color: #000;
  	text-align: center;
}

/* フォーム：セレクトボックス */

select {
 width: 90%;
 padding: 5px;
}


/*=======================================================================*/
/* ユーザビリティメニュー 各パーツ */
/*=======================================================================*/

#tool {
 opacity: 0; 
}

#useNav01, #useNav02 {
  display: block;
  width: 100%;
  margin: 0;
  float: right;
}

#useNav01 {  padding: 0;  }
#useNav02 {  padding: 0; }

#tool nav #size, #tool nav #theme, #tool nav #ss-voice, #tool nav #ss-kana, #tool nav #info {
 border-left: none !important;
}

#tool nav #size span a {
  margin-left: 5px;
  padding: 3px 5px;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666666;
  text-decoration: none;
}

#tool nav a#info {
  padding: 3px 5px;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
  text-decoration: none;
}

#tool nav #ss-kana {
  padding: 3px 10px 3px 10px !important;  
}

#tool nav #ss-voice {
 padding: 3px 10px 3px 30px !important; 
}

#tool nav #google_translate_element {
    float: right;
    margin: 0 0 0 15px;
}

#tool nav #SearchArea {
    float: right;
    margin: 0 0 0 15px;
}

#tool nav #SearchArea form input[type="text"] {
    width: 200px;
    padding: 5px;
    margin: 0;
}

#tool nav #SearchArea form #search-button {
    margin: 0 0 0 -5px;
    padding: 7px 10px;
    text-align: center;
    border: none;
    cursor: pointer;
}

/*=======================================================================*/
/* カテゴリ／記事リストページ 各パーツ */
/*=======================================================================*/

/* カテゴリ所属最新記事リスト */

#recent-oshirase {
	box-sizing: border-box;
	width: 730px;
	margin: 0 0 20px 0;
}

#recent-oshirase header h2 {
	font-size: 1em;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	color: #333333;
	background: #eaeaea;
	border-left: none;
	border-bottom: 3px solid #58b65a;
}

#recent-oshirase article {
	width: 730px;
	border-bottom: 1px solid #CCC;
}

#recent-oshirase article time {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 130px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#recent-oshirase article h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #FFF;
	border: none;
	margin: 2px 0 0 0;
}

#recent-oshirase .feed {
	box-sizing: border-box;
	width: 730px;
}

#recent-oshirase .feed {
	width: 100%;
	padding: 10px 0;
}

#recent-oshirase .feed:before, #recent-oshirase .feed:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#recent-oshirase .feed:after {
	clear: both; 
}

#recent-oshirase .feed a.rss {
	font-size: 0.8em;
	float: left;
	display: block;
	width: 200px;
	background: url(../../img/icon_rss.png) 0 center no-repeat;
	padding: 0 0 0 21px;
}

#recent-oshirase .feed a.more {
	float: right;
	text-align: right;
	display: block;
	width: 200px;
}

.category-nodes {
	box-sizing: border-box;
	width: 730px;
	margin: 0 0 20px 0;
}

.category-nodes:before, .category-nodes:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.category-nodes:after {
	clear: both;
}

.category-nodes article {
	float: left;
	box-sizing: border-box;
	width: 360px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 3px solid #f0ebe1 !important;
}

.nezu-kinenkan article {
  border-radius: 10px;
}

.category-pages .new h2:after, 
.article-pages .new h2:after, 
.cms-pages .new h2:after, 
.faq-search .new h2:after{
	content: "";
}

/* お知らせリスト（日付+タイトル） */

.page .category-pages article,
.page .article-pages article,
.page .cms-pages article {

}

.page .category-pages article:before,
.page .article-pages article:before,
.page .cms-pages article:before,
.page .category-pages article:after,
.page .article-pages article:after,
.page .cms-pages article:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.page .category-pages article:after,
.page .article-pages article:after,
.page .cms-pages article:after {
	clear: both;
}

.page .category-pages article time,
.page .article-pages article time,
.page .cms-pages article time {
  	float: left;
    display: block;
    vertical-align: middle;
    width: 160px;
}

.page .category-pages article h2,
.page .article-pages article h2,
.page .cms-pages article h2 {
  width: 550px;
	font-size: 1.1em;
  display: block;
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
  background: none;
  font-size: 100%;
  font-weight: normal;
}

/* 万力公園 トップ見出し */

#body--citizen-gover-public-park-spa-manriki-park-index .category-nodes article {
	float: none !important;
	box-sizing: border-box;
	width: 720px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 3px solid #f0ebe1;
}

#body--citizen-gover-public-park-spa-manriki-park-index .category-nodes article h2 {
	width: 720px;
	height: 70px;
	box-sizing: border-box;
	font-size: 1.8em;
	padding: 20px 5px 20px 20px;
	margin: 0 auto 10px auto;
	border: none !important;
}


.category-nodes article:nth-child(even) {
	margin: 0 0 10px 0;
}

.category-nodes article h2 {
	width: 340px;
	min-height: 70px;
	box-sizing: border-box;
	font-size: 1.6em;
	padding: 15px 5px 20px 20px;
	margin: 0 auto 10px auto;
	/* border: 1px solid #CCC; */
    font-weight: normal;
}

.category-nodes article h2 a {
    line-height: 1.8em;
  	/* テキスト縁取り */

    filter:dropshadow(color=#FFFFFF,offX= 0,offY=-1)
    dropshadow(color=#FFFFFF,offX= 1,offY= 0)
    dropshadow(color=#FFFFFF,offX= 0,offY= 1)
    dropshadow(color=#FFFFFF,offX=-1,offY= 0);



    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
                 white 1px -1px 0px, white -1px -1px 0px;

  
}

/* フルーツ公園 トップページ */

#fruitpark_add {
  width: 730px;
  margin: 0;
  padding: 0;
}

#fruitpark_add:before, #fruitpark_add:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

#fruitpark_add:after {
	clear: both;
}

#fruitpark_add #parkmap {
  width: 270px;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

#fruitpark_add #parkmap img { max-width: 100%; }

#fruitpark_add #parkIllst {
  width: 450px;
  float: left;
  margin: 0;
  padding: 0;
}

/* 女子観光プロモーション */
.more-list {
    text-align: right;
    padding: 0 10px 0 0;
}

/*=======================================================================*/
/* 記事リスト（カテゴリリスト）ページ 各パーツ */
/*=======================================================================*/

.category-pages a {
	background: none;
}

.plist-01,
.plist-02 {
	width: 730px;
	margin: 0 0 20px 0;
}

.plist-01 h2 a:before,
.plist-01 h3 a:before,
.plist-01 h4 a:before,
.plist-02 h2 a:before,
.plist-02 h3 a:before,
.plist-02 h4 a:before {
	content: '';
	width: 9px;
	height: 9px;
	display: inline-block;
	border-radius: 100%;
	background: #017957;
	position: relative;
	left: -10px;
	top: 0px;
}

.plist-01 h2,
.plist-01 h3,
.plist-01 h4 {
	width: 720px;
	margin: 0 5px;
	border-bottom: 3px solid #f0ebe1;
}

.plist-01 h2 a,
.plist-01 h3 a,
.plist-01 h4 a {
	width: 100%;
	display: inline-block;
	padding: 15px 0 15px 10px;
	margin: 0 0 0 10px;
  	background: none;
}

.plist-02 h2,
.plist-02 h3, 
.plist-02 h4 {
	float: left;
	width: 350px;
	margin: 0 5px;
	border-bottom: 3px solid #f0ebe1;
  	box-sizing: border-box;
}

.plist-02 h3 a,
.plist-02 h4 a {
	width: 100%;
	display: inline-block;
	padding: 15px 10px;
	margin: 0 0 0 10px;
  	box-sizing: border-box;
    background: none !important;
}

.plist-02 h3,
.plist-02 h4 {
	float: left !important;
	width: 350px !important;
	margin: 0 5px !important;
  	padding: 0 !important;
	border-bottom: 3px solid #f0ebe1 !important;
  	box-sizing: border-box;
  	background: none !important;
}

.plist-02 h2 a,
.plist-02 h3 a,
.plist-02 h4 a {
  	/* font-size: 1.1em; */
	width: 100%;
	display: inline-block;
	padding: 10px 10px;
	margin: 0 0 0 10px;
  	box-sizing: border-box;
    background: none;
}

#spnav h1,
#spnav button {
    display: none;
}

.jp-audio .jp-controls button {
    display: block !important;
}

/* ライフシーン */

#tabArea-dust,
#tabArea-preg,
#tabArea-entrance,
#tabArea-house,
#tabArea-job,
#tabArea-marriage,
#tabArea-okuyami,
#tabArea-old,
#tabArea-parent,
#tabArea-sick {
  display: none;
}

/* 組織別記事リスト */

#alist-estate,
#alist-tax,
#alist-citizen_life,
#alist-management-personnel,
#alist-audit_committee,
#alist-fair_committee,
#alist-fixed_assets,
#alist-secretary,
#alist-general,
#alist-community-development-policy,
#alist-finance,
#alist-welfare_office,
#alist-child-care-support,
#alist-health,
#alist-care,
#alist-environment,
#alist-tourism,
#alist-shokorosei,
#alist-agriculture,
#alist-building,
#alist-city_administrative,
#alist-seifuen,
#alist-sewer,
#alist-accounts,
#alist-assembly_secretariat,
#alist-water,
#alist-school_education,
#alist-lifelong_study,
#alist-makioka,
#alist-mitomi,
#alist-election_admin,
#alist-agriculture_committee_01,
#tabArea-lf-various-certificates {
  display: none;
}

/* カテゴリ—リスト */
#tabArea-bn-water,
#tabArea-cp-cooperation,
#tabArea-cp-water,
#tabArea-ec-parent,
#tabArea-ec-youth,
#tabArea-ec-petition,
#tabArea-ht-insurance,
#tabArea-ht-medical,
#tabArea-ht-welfare,
#tabArea-lf-eco,
#tabArea-lf-tax,
#tabArea-lf-water,
#tabArea-gv-finance,
#tabArea-gv-ls-select,
#tabArea-gv-promotion,
#tabArea-gv-assembly,
#tabArea-gv-senkyo,
#tabArea-bn-kensa,
#tabArea-gv-hall,
#tabArea-ht-petition,
#tabArea-lf-petition,
#tabArea-lf-proof,
#tabArea-pt-cityplan,
#tabArea-pt-health,
#tabArea-pt-life,
#tabArea-cp-house-road,
#tabArea-cp-petition,
#tabArea-cp-iju,
#tabArea-gv-magazine,
#tabArea-gv-public,
#tabArea-gv-activity-report,
#tabArea-gv-confidence,
#tabArea-gv-ftax,
#cultural-assets {
  display: none;
}

/* 緊急災害情報タブのみ適用 */

body#body--citizen-sonae-emr-dinfo-index .cms-tabs {
	border-bottom: none !important;
}



/*=======================================================================*/
/* 記事詳細ページ 各パーツ */
/*=====================================================*/

/*=============== メインエリア ===============*/

/* SNSシェアボタンエリア */
.cms-sns_share {
	opacity: 0;  
}

/* 公開日時 */
.released {
  opacity: 0; 
}

.released .event-dates time:before {
  content: "開催日:";
  margin: 0 10px 0 0;
}

#ss-page-name {
	border-left: none;
  	background: #eff6e8 !important;
  filter: none !important;
}

#main h1 {
	width: 730px;
	box-sizing: border-box;
	padding: 5px 5px 5px 15px;
	margin: 0 0 20px 0;
	background: #eff6e8 !important;
	color: #017957;
	font-size: 1.4em;
	font-weight: bold;
}



.map #main h2,
#main article.body h2,
#main article.sitemap-body h2,
h2.ls-child-cat {
	width: 730px;
	box-sizing: border-box;
	border-top: 1px dotted #208dc3;
	border-bottom: 1px dotted #208dc3;
  	border-left: none !important;
  	border-right: none !important;
	background: #f1f9fc url(../../img/citizen/back_ttl_h2_02.png) 5px 13px no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 28px;
	margin: 0 0 20px 0;
}


.map #main h3,
#main article.body h3,
#main article.sitemap-body h3,
h3.ls-child-cat {
	width: 730px;
	box-sizing: border-box;
	font-size: 1em;
	font-weight: bold;
	color: #000 !important;
	background: #FFF !important;
	border-top: 1px solid #017957;
	border-left: 1px solid #017957;
	border-right: 1px solid #017957;
	border-bottom: 3px solid #017957 !important;
	padding: 3px 5px 3px 10px !important;
	margin: 0 0 20px 0 !important;
  	float: none;
}

#main h3 {
    width: 730px;
    box-sizing: border-box;
    padding: 4px 5px 4px 15px;
    margin: 0 0 20px 0;
    background: #eaeaea;
    border-bottom: 4px solid #58b65a;
}

#main h3 .rss {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    background: url(../../img/ic-rss.png) no-repeat left center;
    margin: 0 10px;
}

#main article.body h4,
#main article.sitemap-body h4 {
	width: 730px;
	box-sizing: border-box;
	padding: 3px 3px 3px 10px;
	margin: 0 0 20px 0;
    border-left: none !important;
	background: #f0ebe1;
	color: #000;
	font-size: 1em;
}

#main article.body p {
	margin: 0 0 20px 0;
}

#main article.body p.float-left,
#main article.body p.float-right {
	
}

#main article.body p.float-left img {
 margin: 0 30px 0 0; 
}

#main article.body p.float-right img {
 margin: 0 0 0 30px; 
}

#main article.body ul {
	margin: 0 0 20px 30px;
}

#main article.body ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #017957;
	position: relative;
	left: -10px;
	top: -3px;
}

#main article.body p.float-left ul li:before,
#main article.body p.float-right ul li:before {
	left: 0 !important;
	top: -3px !important;
}

#main article.body table {
	border-collapse: collapse;
}

#main article.body table th {
	font-weight: bold;
	background: #eeeeee;
}

#main article.body table th,
#main article.body table td {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #999999;
    word-wrap: break-word; /* IE11用 */
    overflow-wrap: break-word;
}

.page article ul li {
	background: none;
}


#main article.body img {
  margin: 0 3px;
}
  
/* テンプレート 画像2列 */

.pictArea02 {
	width: 730px;
	margin: 5px 0;
}

.pictArea02 .box {
	float: left;
	width: 48%;
	margin: 0 5px;
}

.pictArea02 .box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pictArea02:before, .pictArea02:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.pictArea02:after {
	clear: both;
}

/* テンプレート 画像3列 */

.pictArea03 {
	width: 730px;
	margin: 5px 0;
}

.pictArea03 .box {
	float: left;
	width: 32%;
	margin: 0 5px;
}

.pictArea03 .box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pictArea03:before, .pictArea03:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.pictArea03:after {
	clear: both;
}

/*=============== サイドエリア ===============*/

#side h2 {
	width: 230px;
	box-sizing: border-box;
	padding: 10px;
	background: #eff6e8;
	color: #017957;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1px 0;
  	border: none;
}

#side #sidemenu {
	margin: 0 0 20px 0;
}

#side h2 {
	width: 230px;
	box-sizing: border-box;
	padding: 10px;
	color: #017957;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1px 0;
  	background: #eff6e8 url(../../img/citizen/side/btn_list_close01.png) right 10px center no-repeat;
  	cursor: pointer;
}

#side h2.nonactive {
    background: #eff6e8 url(../../img/citizen/side/btn_list_open01.png) right 10px center no-repeat;
}

#side h3 a {
	display: block;
	width: 230px;
	box-sizing: border-box;
	padding: 10px;
	background: #f0ebe1;
	color: #000;
	font-size: 1em;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#side h3 a:hover {
	color: #FFF;
	background: #017957;
}

#side .EmrcontsBox {
	width: 230px;
	box-sizing: border-box;
	border: 3px solid #faecee;
	padding: 10px;
	margin: 0 0 20px 0;
}


#side .contsBox {
	width: 230px;
	box-sizing: border-box;
	border: 3px solid #f0ebe1;
	padding: 10px;
	margin: 0 0 20px 0;
}

#side .contsBox h3,
#side .EmrcontsBox h3{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#side .btnArea {
  width: 230px;
  margin: 0 0 20px 0;
}

#side .btnArea a {
  display: block;
  width: 230px;
  height: 70px;
  margin: 0 0 10px 0;
  text-indent: -9800px;
}

#side .btnArea a.map {  background: url(../../img/citizen/side/btn_side_map_off.png) 0 0 no-repeat; }
#side .btnArea a.map:hover { background: url(../../img/citizen/side/btn_side_map_on.png) 0 0 no-repeat; }

#side .btnArea a.consult {  background: url(../../img/citizen/side/btn_side_consult_off.png) 0 0 no-repeat; }
#side .btnArea a.consult:hover { background:url(../../img/citizen/side/btn_side_consult_on.png) 0 0 no-repeat; }

#side .btnArea a.shinsei {  background: url(../../img/citizen/side/btn_side_shinsei_off.png) 0 0 no-repeat; }
#side .btnArea a.shinsei:hover { background:url(../../img/citizen/side/btn_side_shinsei_on.png) 0 0 no-repeat; }

#side .contsBox ul,
#side .EmrcontsBox ul {
	margin: 0 0 0 20px;
}

#side .contsBox ul li {
	
}

#side .EmrcontsBox ul li a { color: #d04356; }

#side .contsBox ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #017957;
	position: relative;
	left: -10px;
	top: -3px;
}

#side .EmrcontsBox ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #d04356;
	position: relative;
	left: -10px;
	top: -3px;
}



#Calbox {
	box-sizing: border-box;
	width: 230px;
	/* border: 3px solid #1f8cc3; */
  border: 3px solid #005e8d;
	background: #FFF;
	margin: 0 0 20px 0;
}

#Calbox h2 {
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	/*  background: #1f8cc3 url(../../img/citizen/side/ttl_side_eventcal_close.png) center center no-repeat; */
 background: #005e8d url(../../img/citizen/side/ttl_side_eventcal_close.png) center center no-repeat;
	text-indent: -9800px;
  	color: #FFF !important;
}

#Calbox h2.nonactive {
/* background: #1f8cc3 url(../../img/citizen/side/ttl_side_eventcal_open.png) center center no-repeat; */
  background: #005e8d url(../../img/citizen/side/ttl_side_eventcal_open.png) center center no-repeat;
}

#CalArea {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	margin: 0 0 20px 0;
	background: #FFF;
	
}

/* お問い合わせエリア */

footer.contact {
	border: 2px solid #bfaa95;
}

footer.contact h2 {
	padding: 10px;
	background: #f3efeb;
}

.page footer.contact p {
	padding: 10px;
}

.page footer.contact dl {
	padding: 0 10px 5px 10px;
}

/* ミニアンケートエリア */

section#feedback {
	background: #FFF;
	padding: 10px;
}

section#feedback h2 {
	background: #f8f8f8 !important;
  color: #000 !important;
}

.inquiry-form .send input {
	margin-right: 12px;
	padding: 15px 30px;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-image: none !important;
	background-size: 100%;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff2f2', endColorstr='#fff2f2');
	background: #fff2f2 !important;
  	cursor: pointer;
  	border: 2px solid #e53935;
}

.inquiry-form .send input:disabled {
  	background: #BDBDBD !important;
	border: 2px solid #9E9E9E;
}

/* 閲覧履歴・レコメンドエリア */

h2.rlist {
	background: none !important;
	margin: 0 0 10px 0 !important;
	border-bottom: 3px solid #97cae3 !important;
	padding: 4px 5px 4px 10px !important;
  	border:none;
}

.recommend-history {
  width: 730px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.recommend-history h3 {
  margin: 2px 0 3px 0 !important;
  padding: 3px 0 0 20px !important;
  background: url(../../img/citizen/mark-list02-small.png) 2px 8px no-repeat !important;
  border-bottom: none !important;
}

.recommend-history h3 a {
  font-size: 0.9em;
  font-weight: normal;
}


/* お問い合わせフォーム */

.inquiry-form dl dd, .columns dl dd,
.form-login dl dd {
    float: left;
    width: 460px;
    padding: 0 12px;
}

.inquiry-form dl dt,
.columns dl dt,
.form-login dl dt {
    clear: both;
    float: left;
    width: 200px;
    padding: 6px 15px;
    font-weight: bold;
    background: #f0ebe1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.inquiry-form dl dd input[type="text"],
.columns dl dd input[type="text"],
.form-login dl dd input[type="text"] {
    width: 250px;
  	padding: 5px;
  	margin: 5px 0 10px 0;
}

.inquiry-form dl dd input[type="email"],
.columns dl dd input[type="email"],
.form-login dl dd input[type="email"] {
    width: 350px;
  	padding: 5px;
  	margin: 5px 0 10px 0;
}

.inquiry-form dl dd textarea,
.columns dl dd textarea,
.form-login dl dd textarea {
    width: 460px;
    min-height: 200px;
  padding: 5px;
}

/* 組織別 & カテゴリ用パーツ新着記事リストタブ */

body.body--citizen-docs .cms-tabs {
  
}

#tabArea-gv-public .cms-tabs .names {
  display: none !important;
}

body.body--citizen-docs .cms-tabs .names .name:last-child,
#tabArea-bn-kensa .cms-tabs .names .name:last-child,
#tabArea-gv-promotion .cms-tabs .names .name:last-child,
#tabArea-lf-tax .cms-tabs .names .name:last-child,
#tabArea-lf-proof .cms-tabs .names .name:last-child{
	width: 100%;
}

body.body--citizen-docs .cms-tabs article,
#tabArea-bn-kensa .cms-tabs article,
#tabArea-gv-promotion .cms-tabs article,
#tabArea-lf-tax .cms-tabs article,
#tabArea-lf-proof .cms-tabs article{
	border-bottom: none !important;
    margin: 0 0 5px 0;
}

body.body--citizen-docs .cms-tabs article:before,
body.body--citizen-docs .cms-tabs article:after,
#tabArea-bn-kensa .cms-tabs article:before,
#tabArea-bn-kensa .cms-tabs article:after,
#tabArea-gv-promotion .cms-tabs article:before,
#tabArea-gv-promotion .cms-tabs article:after,
#tabArea-lf-tax .cms-tabs article:before,
#tabArea-lf-tax .cms-tabs article:after,
#tabArea-lf-proof .cms-tabs article:before,
#tabArea-lf-proof .cms-tabs article:after{
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

body.body--citizen-docs .cms-tabs article:after,
#tabArea-bn-kensa .cms-tabs article:after,
#tabArea-gv-promotion .cms-tabs article:after,
#tabArea-lf-tax .cms-tabs article:after,
#tabArea-lf-proof .cms-tabs article:after {
	clear: both;
  	border-bottom: 1px dotted #CCC;
}

body.body--citizen-docs .cms-tabs article header,
#tabArea-bn-kensa .cms-tabs article header, 
#tabArea-gv-promotion .cms-tabs article header,
#tabArea-lf-tax .cms-tabs article header,
#tabArea-lf-proof .cms-tabs article header,
#tabArea-gv-public .cms-tabs article header{
 border-bottom: none !important; 
}

body.body--citizen-docs .cms-tabs article time,
#tabArea-bn-kensa .cms-tabs article time,
#tabArea-gv-promotion .cms-tabs article time, 
#tabArea-lf-tax .cms-tabs article time,
#tabArea-lf-proof .cms-tabs article time,
#tabArea-gv-public .cms-tabs article time{
	float: left;	
  	width: 130px;
  	margin: 0 10px 0 0;
}

body.body--citizen-docs .cms-tabs article h3,
#tabArea-bn-kensa .cms-tabs article h3,
#tabArea-gv-promotion .cms-tabs article h3,
#tabArea-lf-tax .cms-tabs article h3,
#tabArea-lf-proof .cms-tabs article h3,
#tabArea-gv-public .cms-tabs article h3{
	float: left;
  	width: 580px !important;
  	margin: 0 !important;
  	padding: 0 !important;
  	background: #FFF !important;
  	border-bottom: none !important;
  	font-weight: normal !important;
    font-size: 100%;
}

.rh-business,
.rh-cityplan,
.rh-educat,
.rh-gover,
.rh-health,
.rh-life,
.rh-sonae{
	display: none; 
}

.recommend-history div {
	display: block; 
}


/*=============== イベントカレンダーパーツ ===============*/

.TopEventCal {
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	padding: 10px;
}

.calendar-nav {
 width: 100%; 
  font-size: 0.9em;
}

.calendar-nav:before, .calendar-nav:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.calendar-nav:after {
	clear: both; 
}

.calendar-nav ul {
  float: right;
}

.calendar-nav ul li {
  margin: 0 3px;
  display: inline-block;
}

.calendar-nav ul li.prev,
.calendar-nav ul li.next{}
.calendar-nav ul li.current {}

.unit { display: none; }

table.calendar {
 width: 100%; 
}

table.calendar tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.calendar tr:nth-child(even) { 
  background-color:#f3f3f3;
}
table.calendar tr:nth-child(odd) { 
  background-color:#fafafa;
}

table.calendar tr th {
  background: #FFF !important;
}

table.calendar tr td {
  font-size: 0.9em;
  text-align: center;
  padding: 3px 0;
}

.sat { background: #ecffff !important; }
.sun,
.holiday { background: #fff2f2 !important; }

table.calendar tr td a {
  font-weight: bold;
  color: #01528d !important;
}

.TopEventCalBtn {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}

.TopEventCalBtn a {
	display: block;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	background: #f3f3f3;
	border: 2px solid #dddddd;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	color: #292929;
	text-decoration: none;
}

.TopEventCalBtn a:hover {
	background: #dddddd;
	border: 2px solid #dddddd;
}

/*=======================================================================*/
/* 地図 */
/*=======================================================================*/

.map .keyword input {
   width: 710px;
   padding: 5px; 
}

#colorbox .category div, #colorbox .service div, #colorbox .location div {
    float: none !important;
    min-width: 177px;
}

.map .keyword div,
.map .category div,
.map .service div,
.map .location div {
    float: left;
    min-width: 180px;
    min-height: 30px;
    margin-bottom: 3px;
}

#sResultMapArea {
 width: 730px;
 margin: 20px 0;
}

.gmnoprint div img,
.gm-svpc div img {
  max-width: none !important;
}

#sResultMapArea:before, #sResultMapArea:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sResultMapArea:after {
  clear: both;
}

#sResultMapArea #map-sidebar  {
 	float: left;
	width: 180px;
	height: 480px !important;
	padding: 9px;
	border: 1px solid #ccc;
	overflow-y: scroll; 
}

#sResultMapArea #map-canvas {
    float: right;
    position: relative;
    width: 530px !important;
    height: 500px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.map .filters {
 margin: 20px 0; 
}

.map .see dt,
.map .condition dt {
  background: #eff6e8;
}

.map .filters li a.clicked {
    background-color: #0086ab;
    color: #fff;
}

.map .tabs {
    zoom: 1;
    border-bottom: 2px solid #0086ab;
}

#body--citizen-gover-public-search-result h2 {
    width: 730px;
    box-sizing: border-box;
    border: none !important;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    padding: 5px;
    margin: 20px 0;
  	background: #e6f3e3;
}

.body--citizen-gover-public-search #main table {
 width: 720px;
 margin: 10px;
}

.body--citizen-gover-public-search #main table caption {
  text-indent: -9999px;
}

.body--citizen-gover-public-search #main table th,
.body--citizen-gover-public-search #main table td {
	padding: 5px;
	
}

.body--citizen-gover-public-search #main table th {
 background: #d0ead6;
  border-collapse: separate;
  border-spacing: 1px;
}

/*=======================================================================*/
/* 動画 */
/*=======================================================================*/

article.body iframe {
 max-width: 730px !important;
}

/*=======================================================================*/
/* リストページ記事埋め込み */
/*=======================================================================*/

#mayor-greeting,
#promo-top {
  display: none;
}

/*=======================================================================*/
/* サイトマップページ */
/*=======================================================================*/

article.sitemap-body h3,
article.sitemap-body h4 {
 clear: both; 
}

article.sitemap-body h4 {
 background: #FFF !important;
 font-weight: normal;
 margin: 0 0 10px 15px !important;
}

article.sitemap-body h5 {
 background: #FFF !important;
 font-weight: normal;
 margin: 0 0 10px 30px !important;
}

/*=======================================================================*/
/* 空き店舗・空き家バンク */
/*=======================================================================*/

.akiyaListArea {
 margin: 20px 0; 
}

/* リストレイアウト */

.AkiListBlc {
	width: 100%;
	margin: 0 0 20px 0;
  display: block;
}

.AkiListBlc:before, .AkiListBlc:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.AkiListBlc:after {
	clear: both; 
}

.AkiPicArea {
  float: left;
  display: block;
  width: 220px;
  margin: 0 10px 0 0;
}

.AkiSumArea {
  width: 500px;
  float: left;
  display: block;
  margin: 0;
}

.AkiPicArea img {
  max-width: 220px !important;
  height: auto !important;
}

.AkiSumArea h3 {
  margin: 0 0 10px 0 !important;
  width: 100% !important;
  font-weight: bold;
  background: #f7f5f5 !important;
}

.AkiSumArea h3 a {
  padding: 0 !important;
}

/* テーブルレイアウト */

table.akiya {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  
}

table.akiya th,
table.akiya td {
  font-size: 0.9em;
  line-height: 1.4em;
  
}

table.akiya th {
	text-align: left;
  	background: #e9eaf6;
	border-bottom: 2px solid #464689;
	padding: 3px;
	vertical-align: middle;
}

table.akiya td {
  padding: 5px 3px;
	border-bottom: 1px solid #CCC;
  vertical-align: middle;
}

/*=======================================================================*/
/* ページアンケート */
/*=======================================================================*/

#feedback {
  
}

#feedback .inquiry-form dl {
    zoom: 1;
    clear: both;
    width: 100%;
    margin-bottom: 24px;
}

#feedback .inquiry-form dl dt {
    clear: both;
    float: left;
    width: 30%;
    padding: 6px 15px;
    font-weight: bold;
    background: #fcfaf7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#feedback .inquiry-form dl dd {
    float: left;
    width: 64%;
    padding: 10px 0 10px 10px;
}

/*=======================================================================*/
/* タブ */
/*=======================================================================*/

.cms-tabs .names .name:hover, .cms-tabs .names .current {
    background: #017957 !important;
    color: #fff;
}

