@charset "utf-8";
/*------------------------------------------------------------------------------
[1] レイアウト[ 配置 + 書式設定その他 ]
[2] 詳細デザイン
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] レイアウト[ 配置 + 書式設定その他 ]
*******************************************************************************/
/*==============================================================================
	配置　独自の設定
==============================================================================*/
#wrap{
	margin:0px auto;
    min-width: 1260px;
}
#headerbg, #topheaderbg{
	min-height: 75px;
}
#header{
	margin:10px auto;
}
#guide{
	padding:20px 0px;
}
#footer{
	padding:35px 0px;
	box-sizing: border-box;
}
/*==============================================================================
	書式設定その他
==============================================================================*/
body{
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
	color:#000;
}
input,select,textarea{
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:100%;
	font-weight:500;
	color:#000;
}
#wrap{
	font-size:90%;
}
#gnavibg{
	padding:5px 0px;
	background:#d7effe;
}
#content,#content2,#content3{
	background:#FFFFFF;
}
#content,#content2,#content3{
	background:#FFFFFF;
}
#topguidebg,#guidebg{
	background:#d7effe url(images/guide/guide_bg.png) repeat-x left top;
}
.guide{
	line-height:1.0;
}
#footerbg,#topfooterbg{
	background:#d7effe url(images/footer/footer_bg.png) no-repeat center bottom;
}
/*******************************************************************************
[2] 詳細デザイン
*******************************************************************************/
/*==============================================================================
	ヘッダ
==============================================================================*/
#tlogo{
	width:300px;
	float:left;
	margin-top: 6px;
}
#util{
	width:650px;
	float:right;
}
/*------------------------------------------------------------------------------
	util
------------------------------------------------------------------------------*/
#util ul{
	margin-top:5px;
	margin-bottom:15px;
	display:inline-block;
	list-style-type:none;
}
#util li{
	margin-left:5px;
	display:inline-block;
}
#util li a{
	padding:5px 8px 5px 20px;
	background:#d7effe url(images/header/mark_util.png) no-repeat 8px center;
	box-sizing:border-box;
	color:#000;
	text-decoration:none;
	border-radius:3px;
	box-shadow:0px 2px #CCC;
}
/*------------------------------------------------------------------------------
	検索
------------------------------------------------------------------------------*/
#sitesearch form{
	display:inline;
}
#sitesearch input{
	vertical-align:middle;
}
#sitesearch img{
	vertical-align:middle;
}
#sitesearch label{
	margin-right:3px;
	font-size:110%;
}
#sitesearch input.submit,
#sitesearch #key{
	padding:3px;
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
	font-size:110%;
	border-style:none;
	border:1px solid #CCCCCC!important;
	border-right:none!important;
	vertical-align:middle;
	-webkit-appearance:none;
	border-radius:3px 0px 0px 3px;
}
#sitesearch input.submit{
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	font-size:110%;
	color:#FFFFFF;
	background:#2d7bb7;
	border:none!important;
	border-radius:0px 3px 3px 0px;
}
@-moz-document url-prefix() {
	#sitesearch input.submit{
		border:none;
	}
}
#sitesearch #key{
	width:160px;
	border-right:none;
}
#sitesearch p.howto{
	margin-left:15px;
	display: inline-block;
	font-size: 90%;
	vertical-align:middle;
}
#sitesearch p.howto a{
	padding:5px 0px 5px 25px;
	color:#000;
	background:url(images/header/howto.png) no-repeat left center;
}
/*==============================================================================
	フロートメニュー
==============================================================================*/
#target{
	position: fixed;
	top: 45px;
	left: 0;
	z-index:998;
}
@media screen and (max-width:500px) {
	#target{
		top:220px;
		position:absolute;
	}
}
#target ul li{
	margin-bottom:15px;
	position:relative;		/* ボックスの配置を指定する */
}
#target ul li:before {
	z-index:-1;			/* 擬似要素の重なり順序を指定する */
	position:absolute;		/* 擬似要素の配置を指定する */
	content: '';			/* 擬似要素	*/
	bottom:25px;			/* 下からの配置位置を指定する */
	right:8px;			/* 左からの配置位置を指定する */
	top:88%;			/* 上からの配置位置を指定する */
	width:100%;			/* 要素の横幅を指定する */
	max-width:100%;			/* 横幅の最大値を指定する */
	background:#FFF;		/* 擬似要素の背景色を指定する */
	box-shadow:0 15px 0px 2px #CCC;/* 影を指定（[右][下][ぼかし][広がり][影の色]） */
	transform:rotate(2.7deg);	/* 擬似要素を回転させる　*/
}
#target ul li a img{
	vertical-align:bottom; 
}
/*==============================================================================
	グローバルナビ
==============================================================================*/
#gnavi ul{
	background:#FFF;
	border-radius: 5px;
	padding: 5px;
}
#gnavi ul li{
	margin-right:5px;
	font-size: 115%;
	font-feature-settings: "palt";	
}
#gnavi ul li.gnavi7{
	margin-right:0px;
}
#gnavi ul li.gnavi5{
	letter-spacing:-2px;	
}
#gnavi ul li a{
	box-sizing:border-box;
	padding:20px 2px;
	border-top:2px solid #CCC;
	width:130px;
	color: #000;
}
#gnavi ul li.gnavi1 a{
	border-color:#ffeaed;
	background:url(images/gnavi/gnavi01.png) no-repeat center bottom;
}
#gnavi ul li.gnavi2 a{
	border-color:#def1e8;
	background:url(images/gnavi/gnavi02.png) no-repeat center bottom;
}
#gnavi ul li.gnavi3 a{
	border-color:#ffeedd;
	background:url(images/gnavi/gnavi03.png) no-repeat center bottom;
}
#gnavi ul li.gnavi4 a{
	border-color:#f5f6d1;
	background:url(images/gnavi/gnavi04.png) no-repeat center bottom;
}
#gnavi ul li.gnavi5 a{
	border-color:#fbf2e6;
	background:url(images/gnavi/gnavi05.png) no-repeat center bottom;
}
#gnavi ul li.gnavi6 a{
	border-color:#e9f3fa;
	background:url(images/gnavi/gnavi06.png) no-repeat center bottom;
}
#gnavi ul li.gnavi7 a{
	border-color:#f1f1f1;
	background:url(images/gnavi/gnavi07.png) no-repeat center bottom;
}
#gnavi ul li.gnavi1 a:hover{
	border-color:#ffeaed;
	background:#ffeaed url(images/gnavi/gnavi01.png) no-repeat center bottom;
}
#gnavi ul li.gnavi2 a:hover{
	border-color:#def1e8;
	background:#def1e8 url(images/gnavi/gnavi02.png) no-repeat center bottom;
}
#gnavi ul li.gnavi3 a:hover{
	border-color:#ffeedd;
	background:#ffeedd url(images/gnavi/gnavi03.png) no-repeat center bottom;
}
#gnavi ul li.gnavi4 a:hover{
	border-color:#f5f6d1;
	background:#f5f6d1 url(images/gnavi/gnavi04.png) no-repeat center bottom;
}
#gnavi ul li.gnavi5 a:hover{
	border-color:#fbf2e6;
	background:#fbf2e6 url(images/gnavi/gnavi05.png) no-repeat center bottom;
}
#gnavi ul li.gnavi6 a:hover{
	border-color:#e9f3fa;
	background:#e9f3fa url(images/gnavi/gnavi06.png) no-repeat center bottom;
}
#gnavi ul li.gnavi7 a:hover{
	border-color:#f1f1f1;
	background:#f1f1f1 url(images/gnavi/gnavi07.png) no-repeat center bottom;
}
#gnavi ul li a:hover,#gnavi ul li em{
	font-style: normal;
}
/*--スマホワンソースの場合のメニュー非表示--*/
#gnavibg p.hnplus, #gnavibg p.hnminus{
	display:none;
}
/*==============================================================================
	左メニュー
==============================================================================*/
/*--スマホワンソースの場合のメニュー非表示--*/
#lnavi p.hnplus, #lnavi p.hnminus{
	display:none;
}
#menu{
	width:200px;
	box-shadow:0px 1px 2px #999;
}
#menu a{
	color:#000;
}
#menu ul li:last-child a,
#menu ul.lmenu li:last-child a,
#menu ul li:last-child a:hover,
#menu ul.lmenu li:last-child a:hover{
	border-bottom:none;
}
/*------------------------------------------------------------------------------
	見出しh2
------------------------------------------------------------------------------*/
#menu h2{
	padding:25px 5px 45px 5px;
	width:200px;
	box-sizing:border-box;
	display:block;
	background:#d7effe url(images/lnavi/h2_lnavi_bg.png) no-repeat left bottom;
}
#menu h2 span span{
	padding:0px;
	background:none;
}
#menu h2.choice{
	background:#d7effe url(images/lnavi/h2_lnavi_bg.png) no-repeat left bottom;
}
/*------------------------------------------------------------------------------
	リンクなし　セパレータ
------------------------------------------------------------------------------*/
#menu h3.separator{
	padding:10px 5px 10px 10px;
	width:200px;
	box-sizing:border-box;
	border-top: 2px solid #CCC;
	border-bottom:1px dashed #CCC;
}
#menu h4.separator,#menu h5.separator,#menu h6.separator{
	margin: 0px 0px 0px 10px;
	padding: 10px;
	width: 190px;
	box-sizing:border-box;
	border-bottom:1px dashed #CCC;
	border-top: 2px solid #CCC;
}
/*------------------------------------------------------------------------------
	詳細メニュー　h3 h4 ul 同じリスト風デザイン
------------------------------------------------------------------------------*/
#menu h3{
	border-bottom:none;
}
#menu h4{
	font-weight:normal;
	border-bottom:none;
}
#menu h5{
	margin-left:10px;
	font-weight:normal;
	border-bottom:none;
}
#menu h3 a{
	padding: 10px 5px 10px 10px;
	width:200px;
	box-sizing:border-box;
	border-bottom:1px dashed #CCC;
}
#menu h4 a{
	padding:10px 5px 10px 23px;
	width:200px;
	box-sizing:border-box;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 10px 17px;
	border-bottom:1px dashed #CCC;
}
#menu h4 a:hover{
	background:#faf5ec url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 17px;
}
#menu h5 a{
	padding:10px 5px 10px 23px;
	width: 190px;
	box-sizing:border-box;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 10px 17px;
	border-bottom:1px dashed #CCC;
}
#menu h5 a:hover{
	background:#F1F2F3 url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 17px;
}
#menu ul{
	background:#FFF;
}
#menu ul li a{
	padding:10px 5px 10px 23px;
	width:200px;
	box-sizing:border-box;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 10px 17px;
	border-bottom:1px dashed #CCC;
}
#menu ul li a:hover{
	background:#faf5ec url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 17px;
	border-bottom:1px dashed #CCC;
}
#menu ul li.choice{
	padding:10px 5px 10px 23px;
	width:200px;
	box-sizing:border-box;
	display:block;
	background:#faf5ec url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 17px;
	border-bottom:1px dashed #CCC;
}
/*------------------------------------------------------------------------------
	入れ子リスト
------------------------------------------------------------------------------*/
#menu ul.lmenu li{
	margin-left:10px;
}
#menu ul.lmenu li a{
	width:190px;
	box-sizing:border-box;
	background:url(images/lnavi/mark_slnavi.png) no-repeat 9px 20px;
	border-bottom:1px dashed #CCC;
}
#menu ul.lmenu li a:hover{
	background:#F1F2F3 url(images/lnavi/mark_slnavi_o.png) no-repeat 9px 20px;
}
#menu ul.lmenu li.choice{
	display:block;
	width:190px;
	box-sizing:border-box;
	background: #faf5ec url(images/lnavi/mark_slnavi_o.png) no-repeat 9px 20px;
	border-bottom:1px dashed #CCC;
}
/*==============================================================================
	ページ遷移
==============================================================================*/
#guide ul,#guide ul li{
	display:inline;
}
/*------------------------------------------------------------------------------
	このページのトップへ
------------------------------------------------------------------------------*/
#guide p.pagetop{
    display: block;
    clear: both;
    text-align: right;
    position: fixed;
    right: 30px;
    bottom: 25px;
    z-index: 10000;
}
#guide p.pagetop a{
	padding-left:18px;
}
/*------------------------------------------------------------------------------
	ページ戻り
------------------------------------------------------------------------------*/
#guide ul li a.pageback{
	margin-right:15px;
	padding-left:20px;
	background:url(images/page/mark_pageback.png) no-repeat left center;
}
#guide ul li a.pagehome{
	padding-left:20px;
	background:url(images/page/mark_pagehome.png) no-repeat left center;
}
/*------------------------------------------------------------------------------
	表示切替
------------------------------------------------------------------------------*/
#guide .viewmode{
	display:inline;
	font-size:95%;
}
#guide .viewmode dl,#guide .viewmode dt,#guide .viewmode dd{
	display:inline-block;
	*display:inline;
    *zoom:1;
}
#guide .viewmode dl:after{
	content:"";
	display:block;
	clear:both;
}
#guide .viewmode dl{
	margin-left:20px;
	overflow:hidden;
	vertical-align:middle;
}
#guide .viewmode dt{
	padding:5px 10px 5px 10px;
	display:inline-block;
	*display:inline;
    *zoom:1;
	vertical-align:middle;
}
#guide .viewmode dd{
	vertical-align:middle;
	border:2px solid #FFF;
    border-radius: 3px;
}
#guide .viewmode ul{
    display:table;
	list-style-type:none;
}
#guide .viewmode ul li{
    display: table-cell;
	text-align:center;
	white-space: nowrap;
}
#guide .viewmode dd a{
	padding:8px 25px 8px 25px;
	display:block;
	text-decoration: none;
}
#guide .viewmode a#viewmode_pc{
	background:#2d7bb7;
	color: #FFF;
	border-radius: 3px 0px 0px 3px;
}
#guide .viewmode a#viewmode_smp{
	border: none;
	background:#CCC;
	color: #000;
	border-radius: 0px 3px 3px 0px;
}
/*==============================================================================
	フッタ
==============================================================================*/
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
#fmenu{
	padding:10px 0px;
	width:100%;
	background:#FFF;
}
#fmenu ul{
	margin:0px auto;
	width:950px;
	list-style-type:none;
	text-align:center;
}
#fmenu ul li{
	margin-right:18px;
	display:inline-block;
}
#fmenu ul li a{
	padding-left:15px;
	background:url(images/footer/mark_footer.png) no-repeat left 5px;
}
/*------------------------------------------------------------------------------
	市役所
------------------------------------------------------------------------------*/
#add{
	width:650px;
	float:left;
	font-size:95%;
}
#add h2{
	margin-bottom:15px;
	font-size:170%;
	text-align:left;
	line-height: 1.0;
}
#add ul{
	margin-top:15px;
	list-style-type:none;
}
#add ul li{
	margin-right:10px;
	display:inline-block;
}
#add ul li a{
	padding:10px 8px;
	display:block;
	box-sizing:border-box;
	color:#000;
	background:#faf5ec;
	text-decoration:none;
	border-radius:3px;
	box-shadow:0px 2px #c6c6b5;
}
/*------------------------------------------------------------------------------
	磐田市のいま
------------------------------------------------------------------------------*/
#current{
	padding:10px 20px;
	width:300px;
	float:right;
	box-sizing:border-box;
	background:#FFF;
	border-radius:5px;
}
#current h2{
	margin-bottom:15px;
	padding-bottom:5px;
	font-size:110%;
	text-align:center;
	border-bottom:2px solid #d7effe;
}
/*　人口・世帯
------------------------------------------------------------------------------*/
#current .population{
	width:45%;
	float:left;
	text-align:center;
	line-height: 1.2;
}
#current .household{
	width:45%;
	float:right;
	text-align:center;
	line-height: 1.2;
}
#current .population em,
#current .household em{
	font-weight:bold;
	font-style:normal;
	font-size: 160%;
}
/*　女男
------------------------------------------------------------------------------*/
#current .man{
	clear:both;
	text-align: center;
}
#current .man h3{
	margin: 5px 3px 5px 10px;
	display:inline-block;
}
#current .man h3 img{
	vertical-align: middle;
}
#current .man p{
	margin-right: 10px;
	display:inline-block;
}
#current em{
	font-weight:bold;
	font-style:normal;
	font-size: 120%;
}
#current p.textcenter{
	clear:both;
	font-size:90%;
}
/*------------------------------------------------------------------------------
	コピーライト
------------------------------------------------------------------------------*/
#copy{
	padding:5px 0px;
	font-size:85%;
	color:#FFF;
	background:#2d7bb7;
	text-align:center;
}
/*==============================================================================
	共通
==============================================================================*/
.mayor #guidebg,
.gikai #guidebg,
.education #guidebg,
.fire #guidebg,
.kosodate #guidebg{
	background:#FFFFFF;
}
/*==============================================================================
	議会
==============================================================================*/
.gikai #util li a{
	background:url(images/header/mark_util_gikai.png) no-repeat 8px center;
}
.gikai #sitesearch input.submit{
	color:#000;
	background:#a9d784;
}
.gikai #sitesearch p.howto a{
	background-image:url(images/header/howto_gikai.png);
}
.gikai #menu h2{
	background-color:#e5fad4;
}
.gikai #menu h2.choice{
	background-color:#e5fad4;
}
.gikai #menu h4 a:hover,
.gikai #menu h5 a:hover,
.gikai #menu ul li a:hover,
.gikai #menu ul li.choice{
	background-image:url(images/lnavi/mark_lnavi_o_gikai.png);
}
.gikai #menu ul.lmenu li a:hover,
.gikai #menu ul.lmenu li.choice{
	background-image:url(images/lnavi/mark_slnavi_o_gikai.png);
}
.gikai #footerbg{
	background:#e5fad4 url(images/footer/footer_bg_gikai.png) no-repeat center bottom;
}
.gikai #copy{
	color:#000;
	background:#a9d784;
}
/*==============================================================================
	教育
==============================================================================*/
.education #util li a{
	background:url(images/header/mark_util_education.png) no-repeat 8px center;
}
.education #sitesearch input.submit{
	color:#000;
	background:#ffb380;
}
.education #sitesearch p.howto a{
	background-image:url(images/header/howto_education.png);
}
.education #menu h2{
	background-color:#fbefad;
}
.education #menu h2.choice{
	background-color:#fbefad;
}
.education #menu h4 a:hover,
.education #menu h5 a:hover,
.education #menu ul li a:hover,
.education #menu ul li.choice{
	background-image:url(images/lnavi/mark_lnavi_o_education.png);
}
.education #menu ul.lmenu li a:hover,
.education #menu ul.lmenu li.choice{
	background-image:url(images/lnavi/mark_slnavi_o_education.png);
}
.education #footerbg{
	background:#fbefad;
}
.education #copy{
	background:#ffab7d;
	color:#000;
}
/*==============================================================================
	消防
==============================================================================*/
.fire #util li a{
	background:url(images/header/mark_util_fire.png) no-repeat 8px center;
}
.fire #sitesearch input.submit{
	background:#8f191c;
}
.fire #sitesearch p.howto a{
	background-image:url(images/header/howto_fire.png);	
}
.fire #menu h2{
	background-color:#f6e6c0;
}
.fire #menu h2.choice{
	background-color:#f6e6c0;
}
.fire #menu h4 a:hover,
.fire #menu h5 a:hover,
.fire #menu ul li a:hover,
.fire #menu ul li.choice{
	background-image:url(images/lnavi/mark_lnavi_o_fire.png);
}
.fire #menu ul.lmenu li a:hover,
.fire #menu ul.lmenu li.choice{
	background-image:url(images/lnavi/mark_slnavi_o_fire.png);
}
.fire #footerbg{
	background:#f6e6c0;
}
.fire #copy{
	background:#a53d53;
}
/*==============================================================================
	子育て
==============================================================================*/
.kosodate #util li a{
	background:#fff0f5 url(images/header/mark_util_kosodate.png) no-repeat 8px center;
}
.kosodate #sitesearch input.submit{
	color:#333;
	background:#f8d3e3;
}
.kosodate #sitesearch p.howto a{
	background-image:url(images/header/howto_kosodate.png);	
}
.kosodate #menu h2{
	background-color:#fff0f5;
}
.kosodate #menu h2.choice{
	background-color:#fff0f5;
}
.kosodate #menu h4 a:hover,
.kosodate #menu h5 a:hover,
.kosodate #menu ul li a:hover,
.kosodate #menu ul li.choice{
	background-image:url(images/lnavi/mark_lnavi_o_kosodate.png);
}
.kosodate #menu ul.lmenu li a:hover,
.kosodate #menu ul.lmenu li.choice{
	background-image:url(images/lnavi/mark_slnavi_o_kosodate.png);
}
.kosodate #footerbg{
	background:#fff0f5;
}
.kosodate #add ul li a{
	background:#FFF;
}
.kosodate #copy{
	color:#000;
	background:#f4b6d1;
}
/*==============================================================================
	遊ゴシックIE対策
==============================================================================*/
/* IE10以上に適用 */
@media all and (-ms-high-contrast: none){
	#menu h3 a,
	#menu h4 a,
	#menu h5 a,
	#menu ul li a,
	#menu ul li.choice,
	#menu h3.separator,
	#menu h4.separator,
	#menu h5.separator,
	#menu h6.separator{
		padding-top:14px;
	}
	#util li a{
		padding:8px 8px 5px 20px;
	}
}
/* Edgeのみに適用 */
@supports (-ms-ime-align: auto) {
	body,input,select,textarea{
		font-weight:normal;
	}
}