@charset "utf-8";
/* CSS Document */

/*================================================
　　　　* よく登場する要素のリセット
================================================*/

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* 画像の下にできる隙間をなくす */
img {vertical-align: bottom;}

a img {	cursor: pointer;}
a img.png {	cursor: pointer;}
img {border: none;}
ul,li {list-style: none;}


/* iOSの角丸撤去 */
body input[type="button"],
body input[type="submit"], 
body input[type="image"]
{
	-webkit-appearance: none;
}

/*
============================================================================
 レスポンシブデザイン用　共通スタイルシート
 ----------------------------------------------------------
 概要：MediaQueriesでモバイル機器向けのサイト内共通スタイルを記述する
============================================================================


/*--------------------------------------------------------------------------
// ■初期設定
--------------------------------------------------------------------------*/

/* 表示・非表示設定 */
.sp-inline         {display:none;	/* スマホ版のみ表示(@media使用時) */}
.sp-block          {display:none;	/* スマホ版のみ表示(@media使用時) */}


/*==============================================================================
// ###ブレークポイント（768px）###
==============================================================================*/
/*
@media (min-device-width:1024px) and (max-width: 650px),
        (max-width: 650px) and (orientation:landscape),
        (max-width: 450px) and (orientation:portrait)
*/
@media screen and (max-width: 768px){
	
	/*--------------------------------------------------------------------------
	// ■基本設定
	--------------------------------------------------------------------------*/
	/* フォント */
	body {font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;}
	
	/* スマホの縦横を切り替えた時に文字サイズを固定にする */
	html body {-webkit-text-size-adjust: 100%;} 	/* この指定と同時にHTMLヘッダでinitial-scaleかmaximum-scaleを指定する必要がある */
	
	/* 全体サイズ */
	html body {min-width: 0; width: 100%;}
	
	/* 非表示要素 */
	nav,
	#tool,
	#sub #gNavi,
	#main_top,
	#cityMenu,
	#FMenuConts ul
	{
		display: none;
	}
	
	/* width: 100% */
	#header_inner,
	#headTitle,
	#footer,
	#wrap #main 
	{
		width: 100% !important;
		min-width: inherit;
		margin: 0;
		padding: 0;
	}
	
	#main {
		float: none !important;
	}
	
	#header_inner{
		padding:0;
		position: relative;
	}
  
	#headTitle{
		padding:0;
		position: absolute;
	    top: 0;
	    left: 0;
		width : 250px !important;
		z-index: 9999;
	}
	#header_inner .subWrap{
		width : 250px;
	}
	
	#itemNav {
	    position: relative;
	    height: 75px;
	}
	
	#spmenu,
	.slicknav_menu {
		/* display: block; */
	}
	
	#itemNav {
		display: block;
	}
	
	.slicknav_btn {
		width: 62px;
    	height: 62px;
		background-color: #13B5B1 !important;
		-webkit-border-radius: 4px !important;
	    -moz-border-radius: 4px !important;
	    border-radius: 4px !important;
	    padding: 0px 10px !important;
	    margin: 10px 5px 3px !important;
	    text-align: center;
	    border : 2px solid #ccc;
	}
	
	.slicknav_btn.slicknav_open {
		padding: 8px 10px 5px 10px!important;
	}
	
	.slicknav_menu {
		display: inline-block;
	    margin: 0;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    right: 0;
	    background: none !important;
	    padding: 0 !important;
	    z-index: 9995;
	}
	
	.slicknav_nav {
		background: #FFFFFF;
		border-bottom : 2px solid #CCC;
	}
	
	.slicknav_nav li.spsearch {
		background: #FDECD3;
		padding: 5px;
		text-align: center;
	}
	
	.slicknav_nav li.spsearch dl.spsearch_inner {
	    width: 100%;
	}
	
	.slicknav_nav li.spsearch dd.spsearchbox {
		display: block;
	    width: 90%;
	    margin: 10px auto;
	}
	
	.slicknav_nav li.spsearch dd.spsearchbox form {
		text-align: center;
	}
	
	.slicknav_nav li.spsearch .spsearchbox input[type="text"] {
	    //width: 70%;
	    padding: 0 10px;
	    border: 1px solid #000;
	    margin: 0;
	    height: 30px;
	    display: table-cell;
	    font-size: 1.0em;
	    vertical-align: middle;
	    -webkit-border-top-right-radius: 0;  
	    -webkit-border-bottom-right-radius: 0;  
	}
	
	.slicknav_nav li.spsearch .spsearchbox input[type="submit"] {
	    margin: 0 0 0 -7px;
	    background: #22AC38;
	    color: #FFF;
	    text-align: center;
	    border: none;
	    cursor: pointer;
	    width: 60px;
	    height: 30px;
	    font-size: 1.0em;
	    border: 1px solid #000;
	    vertical-align: middle;
	    -webkit-border-top-left-radius: 0;  
	    -webkit-border-bottom-left-radius: 0;  
	}
	
	
	#sns_search .SearchBox p {
	    display: block;
	    text-align: center;
	    margin: 5px auto;
	    vertical-align: middle;
	}

	
	.slicknav_nav li.spsearch dd  {
	    width: 90%;
	    margin: 10px auto 10px auto;
	    text-align : right;
	}
	
	.slicknav_nav li.splink {
		background: #ffffff;
	}
	
	.slicknav_nav li.splink a{
		color: #0079D2;
		text-decoration: underline;
	}
	
	.slicknav_nav li.splink a:hover {
		background: none !important;
	}
	
	.slicknav_nav li.splink dl dd {
	    float: left;
	}
	
	.slicknav_nav li.spmnlink {
		width : 50%;
		float : left;
	}
	
	.slicknav_nav li.spmnlink:not(.caution) {
	    border-bottom: 1px solid #999;
	}
	
	.slicknav_nav li.spmnlink:not(.caution):nth-child(even) {
	    border-right: 1px solid #999;
	}
	
	.slicknav_nav li.spmnlink a {
	    display : block;
		background: #EEEEEE;
    	background-image: linear-gradient(to bottom, #FEFEFE, #DDD);
	    color: #000;
	    padding: 15px;
	    margin: 0;
	    font-size: 0.9em;
	    font-weight: bold;
	    text-align : center;
	}
	
	.slicknav_nav li.spmnlink a:hover {
	    -webkit-border-radius: 0px !important;
	    -moz-border-radius: 0px !important;
	    border-radius: 0px !important;
	}
	
	.slicknav_nav li.spmnlink.caution a {
	    color: #FFF;
	    background: #E60012;
	    background-image: none;
	}
	
	.slicknav_nav li.spmnlink.caution {
		margin-top: -1px;
	    border-top: 1px solid #E60012;
	    border-bottom: 1px solid #E60012;
	}
  
  	.slicknav_nav li.spmnlink.caution.chui a {
      background: #E64A19;
    }
  
  	.slicknav_nav li.spmnlink.caution.emr a {
      background: #d32f2f;
    }
	
	.slicknav_nav li.spmnlink.caution:nth-child(even) {
	    border-right: 1px solid #E60012;
	}
	
	.slicknav_nav li.transrate {
		clear: both;
		text-align: center;
		padding : 14px;
		width: 100%;
		background: #FDECD3;
	}
	
	.slicknav_menu .slicknav_menutxt {
	    display: block;
	    font-size: 0.75em;
	    font-weight: normal !important;
	    text-shadow: none !important;
	    float: none !important;
	}
	
	.slicknav_menu span.icon-menu {
	    font-size: 2.2em;
	    display: block;
	    text-align: center;
	    margin: 7px auto 2px auto;
	}
	
	.slicknav_menu span.icon-cross {
		font-size: 2.0em;
		display: block;
	    text-align: center;
	    margin: 0 auto;
	}
	
	.slicknav_menu .slicknav_icon {
		display: none !important;
	}
	
	.slicknav_menu span.close_text {
	    font-size: 0.8em;
	    display: block;
	    margin: 3px auto;
	}
	
	.pagetop {
		bottom: 30px;
    	right: 15px;
	    left: inherit;
	}
	
	.pagetop a {
	    padding: 5px 9px 5px 9px;
	}
	
	.pagetop a span {
	    font-size: 30px;
	}
	
	footer {
		background-size: 200%;
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    margin-top : 15px;
	}
	
	footer .footerLine {
	    width: 100%;
	    margin-bottom: 10px;
	    border-bottom: 5px solid #D8C3A7;
	    z-index: 100;
	}
	
	footer div#page_top a {
	    margin: 0 10px 10px 0;
	}
	
	.FLogo a {
		margin-left : 10px;
	}
	
	
	#sp_footer_menu {
		width: 95%;
		margin : 20px auto;
		display : block;
	}
	
	#sp_footer_menu ul{
		width : 100%;
		margin : 0 auto;
		text-align : center;
	}
	
	#sp_footer_menu ul li {
		display : block;
		width : 100%;
		font-size : 1.1em;
		text-align : center;
		margin : 5px 0;
		padding : 5px 0;
		border : 1px solid #0080C5;
	}
	#sp_footer_menu ul li a {
		display : block;
		width : 100%
		text-align : center;
		color : #000;
		text-decoration : none;
	}
	
	#sp_footer_menu ul li.inq  {
		background :  #549CBD;
	}
	#sp_footer_menu ul li.inq  a{
		color :  #fff;
		font-weight : 900;
		filter:dropshadow(color=#0080C5,offX= 0,offY=-2)
		dropshadow(color=#0080C5,offX= 2,offY= 0)
		dropshadow(color=#0080C5,offX= 0,offY= 2)
		dropshadow(color=#0080C5,offX=-2,offY= 0);
		 
		text-shadow: #0080C5 2px 2px 0px, #0080C5 -2px 2px 0px,
		             #0080C5 2px -2px 0px, #0080C5 -2px -2px 0px;
	}
	
	
	/* 左右余白付きメイン部 */
	#header,
	#wrap {
		width: 100%;
	}
	
	#wrap {
		//overflow: hidden;
	}

	/* 画像 */
	img {
		max-width: 100%;
	}
	
	/*--------------------------------------------------------------------------
	// ■市民向けトップページ
	//                                                                          
	--------------------------------------------------------------------------*/
	
	/* 996px固定解除 */
	body.top #main ,
	body.top div#page ,
	#header_inner ,
	#sub #gNavi ,
	#sub #gNaviArea ,
	#sub #gNaviArea ul ,
	div#top_panel_slide ,
	div#top_panel  , 
	#wrap ,
	#infoAll ,
	#main_nav ,
	div#top_banner ,
	#infoTab ,
	#infoTab2 ,
	#sns_search_inner ,
	div#top_banner span ,
	.main_bottom_inner,
	footer div#page_top,
	footer .footerLine ,
	#footerMenuArea,
	#LogoAddArea 
	{
		width: 100%;
		max-width: 100%;
		min-width: 1px;
		float: none;
	}
	
	body.top div#page {
		background : #fff;
		overflow : hidden ;
	}
	
	#headTitle {
	    z-index: 9999;
	}
	
	header#header {
	    margin-bottom: 10px;
	}
	
	.sitelogo a {
		margin : 1px 4px;
	    background: url(../../img/gyosei/logo_city_sub.png) 0 0 no-repeat;
      	background-size: cover;
	    width:247px;
	    height:63px;
	}
	
	.subWrap a {
		width: 247px;
	    height:63px;
	}
	
	#FMenuConts {
	    width: 100%;
	    padding: 0;
	}
	
	#headMenu {
		display: none;
	}
	
	
	div#top_panel_slide {
		margin-bottom: 10px;
      	background: none;
	}
	
	div#top_panel {
		width: 98%;
		text-align: center;
		margin: 0 auto;
	}
	
	div#top_slide {
		margin-bottom: 5px;
      	background: url(/img/gyosei/logo-TopSlideBack.jpg) center center no-repeat;
	}
	
  	span.sp-slide img {
     width: 100%;
     height: auto;
    }
  	
  
	.slider-pro .sp-buttons {
		position: absolute;
		top   : 84%;
		right : 5;
		text-align: right;
	}	
	
	#infoAll{
		 float: inherit;
	}
	
	#infoEmr {
	    width: 95%;
	    margin: 20px auto;
	}
	
	#infoTab {
	    margin: 20px auto;
	    width: 100%;
	}
	
	#infoTab #tab li{
	    font-size: 1.0em;
	    font-weight: bold;
	    margin-left: 4px;
	    margin-right:0px;
		width : 27%;
		padding: 10px 0;
	}
	
	#infoTab #tab_contents{
		height: auto;
		border: none;
	    border-top: 3px solid #71B164;
	}
	
	#infoTab #tab_contents ul.tab_content dl {
		height: 230px;
	}
	
	#infoTab #tab_contents ul.tab_content p {
		margin-top : 10px;
		height: auto;
		border-top:    1px dashed #999;
		border-bottom: 1px dashed #999;
	}
	
	#infoTab #tab_contents li dt {
	  float:none;
	  display: block;
	  width: 100%;
	}
	
	#infoTab #tab_contents li dt span {
	  margin-right: 5px;
	}

	#infoTab #tab_contents li dd {
	  margin-left: 0px;
	  padding-left: 20px;
	  padding-top   : 5px;
	  padding-bottom: 8px;
	  line-height: 1.3em;
	  display: block;
	  width: 100%;
	}

	
	
	#infoTab2 {
	    margin: 20px auto;
	    width: 100%;
	}
	
	#infoTab2 #tab2 li{
	    font-size: 1.0em;
	    font-weight: bold;
	    margin-left: 4px;
	    margin-right:0px;
		width : 30%;
		padding: 10px 0;
	}
	
	#infoTab2 #tab_contents2 {
		height: auto;
		border: none;
	    border-top: 3px solid #71B164;
	}
	
	#infoTab2 #tab_contents2 ul.tab_content2 dl,
	#infoTab2 #tab_contents2 ul.tab_content2 div.ev-calendar {
		height: 230px;
	}
	
	#infoTab2 #tab_contents2 ul.tab_content2 p {
		margin-top : 10px;
		height: auto;
		border-top:    1px dashed #999;
		border-bottom: 1px dashed #999;
	}
	
	#infoTab2 #tab_contents2 li dt {
	  float:none;
	  display: block;
	  width: 100%;
	}
	#infoTab2 #tab_contents2 li dt span {
	  margin-right: 5px;
	}

	#infoTab2 #tab_contents2 li dd {
	  margin-left: 0px;
	  padding-left: 20px;
	  padding-top   : 5px;
	  padding-bottom: 8px;
	  line-height: 1.3em;
	  display: block;
	  width: 100%;
	}
	
	
	#easySearch {
	    float: inherit;
	    width: 95%;
	    height: auto;
	    margin: 30px auto;
	}
	
	#easySearch li {
	    width: 20%;
	    height: auto;
	}
	
	#easySearch li a {
	    width: 100%;
	    font-size:0.8em;
	}
	
	#accessBusyo {
	    float: inherit;
	    width: 95%;
	    margin: 0 auto;
	}
	
	#accessBusyo li:last-child {
	    margin-left: 3%;
	}
	
	#accessBusyo li {
	    width: 48%;
	}
	
	#accessBusyo li a {
	    width: 100%;
	    height: auto;
	}
	
	#main_nav {
	    width: 100%;
	    margin: 0 auto;
	    border: none;
	}
	
	#main_nav li {
	    width: 48%;
	    margin: 1%;
	}
	
	#main_nav li a {
	    width: 100%;
	    height: auto;
	}
	
	#main_nav li:last-child {
	    margin: 1%;
	}
	
	#main_nav ul li .title,
	#main_nav ul li .title_rows {
		margin: 0;
		width: 100%;
		font-size: 1.0em;
	}
	
	#main_nav ul li .pict {
	    float: none;
	    width: 100%;
	    display: block;
	    padding: 0;
	    margin: 0;
	}
	
	#main_nav ul li img {
		position: static;
	}
	#main_nav ul li .comment_rows {
		font-size: 0.8em;
	    /*height: auto;*/
	    min-height : 80px;
	}
	
	#infoLink {
	    border: none;
	    width: 95%;
	    margin: 0 auto;
	    float: inherit;
	}
	
	#infoLink .infoLink_inner {
	    width: 95%;
	    margin: 0 auto;
	    height: auto;
	}
	
	#infoLink .infolink_left {
	    float: left;
	    margin-right: 2%;
	}
	
	#infoLink .infolink_left, 
	#infoLink .infolink_right {
	    width: 49%;
	}
	
	#infoLink .infolink_left li a, #infoLink .infolink_right li a {
	    width: 100%;
	    height: auto;
	}
	
	#outerLink {
	    width: 95%;
	    margin: 0 auto;
	    float: inherit;
	    height: auto;
	}
	
	#outerLink ul {
	    width: 100%;
	}
	
	#outerLink ul li {
	    width: 33%;
	    text-align: center;
	    margin: 0;
	}
	
	#outerLink ul li a {
	    width: 100%;
    	height: auto;
	}
	
	#main_bottom {
		width : 100%;
		margin: 10px 0;
	}
	
	#main_bottom .main_bottom_inner {
	    width: 100%;
	    height: auto;
	    margin: 20px auto;
	}
	
	#main_bottom #relationLink span a, 
	#main_bottom #bnrLink span a {
	    width: 100%;
	    height: auto;
	}
	
	#main_bottom #relationLink span, 
	#main_bottom #bnrLink span {
	    width: 48%;
	    margin: 2px 1%;
	}
	
	#main_bottom #relationLink img, 
	#main_bottom #bnrLink img {
	    width: 100%;
	    margin: 0;
	}
	
	#main_bottom #relationLink li:nth-child(even),
	#main_bottom #bnrLink li:nth-child(even){
		
	}
	
	#main_bottom #relationLink ul,
	#main_bottom #bnrLink ul {
	    width: 100%;
	    margin: 0 auto;
	}
	
	#main_bottom #bnrLink p.title {
		margin-left : 10px;
	}
	
	#footerMenuArea {
		width: 100%;
	}
	
	#footerCreditArea {
		margin-top: 30px;
	}
	
	#LogoAddArea {
		font-size : 0.9em;
	}
	
	#LogoAddArea .FLogo a {
	    float: inherit;
	    margin: 35px auto;
	}
	
	#LogoAddArea .Fadd {
    	width: 95%;
	    margin: 0 auto;
	    font-size: 0.9em;
	}
	
	#LogoAddArea .Fadd p {
	    text-align: left;
	}
	
	#sns_search {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	
	#sns_search_inner {
		width: 95%;
		margin:0 auto;
		height: auto;
	}
	
	#sns_search_inner .SearchBox {

	}
	
	#sns_search .SearchBox p {
	    display: block;
	    text-align: center;
	    margin: 5px auto;
	    vertical-align: middle;
	}
	
	#sns_search .SearchBox #Sform form input.text {
	    width: 70%;
	    height: 30px;
	    border: 1px solid #000;
	    padding: 0 4px;
	    box-sizing: border-box;
	    font-size : 16px;
	    vertical-align: middle;
	    -webkit-border-top-right-radius: 0;  
	    -webkit-border-bottom-right-radius: 0;  
	}
	#sns_search .SearchBox #Sform form input[type="image"] {
	    margin-left : -7px;
	    vertical-align: middle;
	    -webkit-border-top-left-radius: 0;  
	    -webkit-border-bottom-left-radius: 0;  
      width: auto;
	}
	
	
	div#top_panel ul {
		width: 100%;
	}

	div#top_panel ul li{
		width: 49.5%;
		margin: 0;
		margin-bottom: 1%;
		float: left;
	}
	
	div#top_panel ul li:nth-child(even) {
		float: right;
	}
	
	
	div#top_panel ul li img{
		width: 100%;
	}

	div#top_panel ul li p.sp-layer.sp-black.sp-padding {
	    font-size: 1.2em;
	    bottom : 2px;
	}
	
	div#top_panel ul li .caption {
		font-size:		0.9em;
		color:			#fff;
		border : 1px solid #fff;
		width:			88%;
		height:			90%;
		margin: 4% auto;
		background-color:	rgba(255,255,255,0.2);	/* マスクは半透明 */
		position : relative;
	}
	
	div#top_banner {
		width: 95% !important;
		margin: 0 auto;
		margin-bottom: 8px;
		text-align: center;
	}
	
	div#top_banner span {
		float: none;
		margin-bottom : 5px;
	}
	
	div#top_banner span:nth-child(even) {
		margin-left: 0;
	}


	
	/*--------------------------------------------------------------------------
	// ■市民向け記事ページ
	//                                                                          
	--------------------------------------------------------------------------*/
	
	body.category_top div#page,
	body.category_middle div#page,
	body.category_pages div#page,
	body.article  div#page {
		width: 100%;
		max-width: 100%;
		min-width: 1px;
		float: none;
		background : #fff;
		overflow : hidden ;
	}
  	
  	#main #content {
    	width: 98%;
      	margin: 0 auto;
    }
	
	
	body.article div#content {
		font-size: 0.9em;
	}
	
	.pages table td, 
	.nodes table td {
		width : 100%;
		display: block;
		text-align: left;
	}
	article.body th{
		word-break: break-all;
	}
  	#document{
		margin-left: 5px;
  	}
	/* パンくずと検索フォーム */
	#pan_search {
		font-size: 0.8em;
		width: 95%;
		margin: 0 auto;
		margin-top : 14px;
	}
	
	#pan_search #pan {
		width : 100%;
		float : none;
	}
	#pan_search #search_inner {
		display: none;
	}
	
	body.category_top #main,
	body.category_middle #main,
	body.category_pages #main,
	body.article  #main {
		float: none;
		width: 100%;
		overflow : hidden ;
	}
	
	#sidebar {
		float: none;
		width: 100%;
		overflow : hidden ;
	}
	
	#sidebar .sidebar_content {
		width : 95%;
		margin: 0 auto;
	}
	
	#sidebar .sidebar_content img {
		display: block;
		width : 100%;
		margin: 0 auto;
		display: none;	/* ダミー要素とりあえず非表示 */
	}
	
	#sidebar .sidebar_menu {
		width : 95%;
		margin: 20px auto;
	}
	
	#sidebar .sidebar_menu li {
		width : 49%;
	    display : table;
	    font-size: 1.0em;
	    float: left;
	}
	
	#sidebar .sidebar_menu li:nth-child(even) {
		margin-left: 2%;
	}
	
	#sidebar .sidebar_menu li a {
		display : table-cell;
		vertical-align: middle;
		padding: 0 2px 0 60px;
	}
	
	#sidebar #sidebar_banner {
		width : 95%;
		margin: 10px auto;
	}
	
	#sidebar #sidebar_banner img {
		width : 100%;
	}
	
	#main .sns_button {
		width : 95%;
		margin: 0 auto;
	}
	
	#main .cms-sns_share {
	    text-align: left;
	}
	
	#main .honbun .pict {
	    float: none;
	    display: block;
	    max-width : 98%;
	    margin : 10px auto;
	}
	
	body.category_top #main h1,
	body.category_middle #main h1,
	body.category_pages #main h1,
	body.article #main h1 {
		margin: 5px auto;
        width: 98%;
	}
	
	body.article  div#content {
		width : 95%;
		margin : 0 auto;
	}
	
	#main .honbun {
	    width: 95%;
	    margin: 0 auto;
	}
	
	#main .honbun p {
	    padding: 0;
	}
	
	body.article #main ul {
	    width: 90%;
	    margin: 0px 10px 10px 18px;
	}
	body.article #main p,
	body.article #main address,
	body.article #main ul,
	body.article #main ol,
  	body.article #main table{
	    margin-bottom: 1em;
    }
  
  
  

	
	#question {
		width: 95%;
		margin: 20px auto;
	}
	
	#rside {
	    float: none;
	    width: 95%;
	    margin: 20px auto;
	}
	
	.information {
	    float: none;
	    width: 95%;
	    margin: 30px auto;
	}
	
	#map-canvas {
		width: 100%;
		height: 250px !important;
	}
	
    /* 記事内テーブル */
    article.body table{
        max-width : 96% !important;
    }
  

  

	/*--------------------------------------------------------------------------
	// ■市民向けカテゴリーページ
	//                                                                          
	--------------------------------------------------------------------------*/
	/*
	.tbl_row {
		width: 95%;
	    margin: 20px auto;
	}
	
	.tbl_row .tbl_row_title {
		width: 100%;
	    margin: 0px auto;
	}
	
	.tbl_row table {
		width: 100%;
		margin:10px auto;
	}
	*/
    body #main .article-pages #topics article header h2,
		.cms-tabs article header h3,
		#document .cms-group-pages article header h2 {
		display: block;
    }
	body #main .disaster_radio-pages > article {
		padding-top: 0;
		margin-top: 0;
	}

	#topics{margin: 0px 10px 0px 10px;}
	.tbl_row {
		width: 95%;
		margin: 10px auto;
	    padding : 0;
	}
	.tbl_caption {
		width: 95%;
		margin: 10px auto;
	    padding : 0;
	}
	
	/* カテゴリーリスト */
	#info_list {
		font-size: 0.9em;
		margin-bottom: 40px;
	}
	#info_list dt {
		font-weight: bold;
		float:none;
		display: block;
		width: 100%;
	}
	#info_list dd {
		margin-left: 0;
		margin-bottom : 10px;
		display: block;
		width: 100%;
	}

	.category_box {
		width: 100%;
		display: block;
		float: none;
		margin: 10px auto;
		margin-bottom: 20px;
	}

	.category_box:nth-child(even){
		margin: 10px auto;
		margin-bottom: 20px;
	}

	.category_box .sub_list  {
		padding : 10px 0;
	}
  
    /*=======================================================================*/
    /* 記事詳細（組織別 新着記事 レイアウト名：「記事-組織」） */
    /*=======================================================================*/

    .cms-tabs {
      width: 98%;
      margin: 10px auto;
    }
  
  	.cms-tabs nav {
      display: block;
    }

    .cms-tabs .pages {
      margin: 5px 0;
    }

    .cms-tabs nav.names a {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
  
  .pagination {
    display: block;
      margin: 20px 0;
      text-align: center;
  }
  
  /*=======================================================================*/
  /* うえのはらマップ */
  /*=======================================================================*/
  body.map {
    width: 100%;
  }

  body.map h1 {
      font-size: 1.5em;
      font-weight: 900;
      padding: 8px;
      padding-left: 28px;
      background: #71B164;
      color: #ffffff;
      margin: 0 0 10px 0;
      position: relative;
  }


  body.map h1:before {
      content:''; 
      height:100%; 
      width:9px; 
      display:block; 
      position:absolute; 
      top:0px; 
      left:10px; 
      background-color:#FFFFFF;
  }

  body.map h1:after {
      content:''; 
      height:100%; 
      width:3px; 
      display:block; 
      position:absolute; 
      top:0px; 
      left:13px; 
      background-color:#CCE198;
  }

  body.map form h2 {
      clear: both;
      margin-bottom: 6px;
      padding: 0 10px;
      border-bottom: 2px solid #4d380d;
      color: #000000;
      font-size: 115%;
      font-weight: bold;
  }
  body.map .cms-nodes h2 {
      margin: 0;
      border: none;
  }
  body.map #side-menu h2 {
      margin-bottom: 0;
  }

  body.map .keyword input {
      width: 100%;
      padding: 4px;
      font-size: 1.2em;
  }
  body.map .keyword,
  body.map .category,
  body.map .service,
  body.map .location {
      zoom: 1;
      margin-bottom: 12px;
  }
  body.map .keyword:before,
  body.map .keyword:after,
  body.map .category:before,
  body.map .category:after,
  body.map .service:before,
  body.map .service:after,
  body.map .location:before,
  body.map .location:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }
  body.map .keyword:after,
  body.map .category:after,
  body.map .service:after,
  body.map .location:after {
      clear: both;
  }
  body.map .keyword div,
  body.map .category div,
  body.map .service div,
  body.map .location div {
      float: left;
      min-width: 177px;
      min-height: 20px;
      margin-bottom: 3px;
  }
  body.map .keyword div.three,
  body.map .category div.three,
  body.map .service div.three,
  body.map .location div.three {
      margin-right: 12px;
  }
  footer.send {
      margin-bottom: 24px;
      text-align: center;
      background-image: none!important;
  }

  body.map .send input {
      padding: 6px 12px;
      border: 1px solid #cccccc;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #eeeeee;
  }
  body.map .send input:hover {
      background: #f48b22;
  }
  body.map .condition {
      zoom: 1;
  }
  body.map .condition:before,
  body.map .condition:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }
  body.map .condition:after {
      clear: both;
  }
  body.map .condition dt {
      clear: both;
      width: 100%;
      float: none;
      margin-right: 24px;
      padding: 3px 10px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #a18b74;
      color: #fff;
  }
  body.map .condition dd {
      float: left;
      margin-bottom: 6px;
      padding: 3px 0;
  }
  .service{
  display: none;
  }
  body.map .settings {
      zoom: 1;
      margin-bottom: 35px;
  }
  body.map .settings:before,
  body.map .settings:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }
  body.map .settings:after {
      clear: both;
  }
  body.map .settings .ajax-box {
      display: block;
      padding: 6px 12px;
      border: 1px solid #cccccc;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #eeeeee;
      color: #333333;
      text-decoration: none;
      text-align: center;
  width: 12em;
  margin: 0px auto;
  }
  
  nav.settings {
   display: block; 
  }
  
  body.map .settings .ajax-box:hover {
      background: #f48b22;
  }
  body.map .result {
      float: left;
  }
  body.map .result h2 {
      border: none;
      font-size: 100%;
      font-weight: normal;
  }
  body.map .tabs {
      zoom: 1;
      border-bottom: 2px solid #a18b74;
  }
  body.map .tabs:before,
  body.map .tabs:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }
  body.map .tabs:after {
      clear: both;
  }
  body.map .tabs ul {
      zoom: 1;
      float: right;
      margin: 0 !important;
  }
  body.map .tabs ul:before,
  body.map .tabs ul:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
  }
  body.map .tabs ul:after {
      clear: both;
  }
  body.map .tabs ul li {
      float: left;
  }
  body.map .tabs ul li a {
      display: block;
      margin-left: 12px;
      padding: 3px 30px;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px;
      background: #cccccc;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JiYmJiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
      background-image: -moz-linear-gradient(top, #cccccc, #bbbbbb);
      background-image: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
      background-image: linear-gradient(to bottom, #cccccc, #bbbbbb);
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDQ0NDQ0MiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzIpIiAvPgo8L3N2Zz4=);
      color: #666666;
      text-decoration: none;
  }
  body.map .tabs ul .current a {
      background: #a18b74;
      color: #ffffff;
  }
  body#body--map-map	#map-sidebar {
      float: none;
      width: 98%;
      height: 260px !important;
      padding: 9px;
    margin: 10px auto;
      border: 1px solid #ccc;
      overflow-y: scroll;
  }
  body#body--map-map #map-sidebar .column {
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc;
  }
  body#body--map-map #map-sidebar .column:last-child {
      margin-bottom: 0;
      border-bottom: none;
  }
  body#body--map-map #map-canvas {
      position: relative;
      width: 98% !important;
      height: 300px !important;
      overflow: hidden;
      margin-bottom: 12px;
    	margin: 0 auto;
  }
  body#body--map-map #map-canvas {
	width: 94% !important;
    margin: 0 auto;
  }
  body#body--map-map #map-canvas .maker-info {
      width: 200px;
  }
  
  body.map dl.see dt {
      float: none;
  }
}
/*==============================================================================
// ###ブレークポイント（400px）###
==============================================================================*/
@media screen and (max-width: 400px){
	
	/* [MEMO:]さらにiPhone4,5の縦表示(320px)など、一部文字サイズが小さくなりすぎるものはここで大きく微調整 */
	
	.sitelogo {
		width: 215px;
	    height: 52px;
	    background-size: contain;
	}
	
	#headTitle{
		width : 215px !important;
	}
	
	#header_inner .subWrap {
		width: 215px;
	    height: 52px;
	}
	
	#header_inner .subWrap a {
		width: 215px;
	    height: 52px;
	}
	
	#itemNav {
		height: 60px;
	}
	
	.slicknav_btn {
		width: 50px;
    	height: 50px;
    	padding: 0px 5px !important;
	}
	
	.slicknav_menu span.icon-menu {
		font-size: 1.6em;
		margin : 5px auto;
	}
	
	.slicknav_menu 
	span.open_text {
	    font-size: 0.75em;
	    margin: -2px 0 5px 0;
	    display: block;
	}
	
	.slicknav_menu span.icon-cross {
		font-size: 1.5em;
	}
	
	.slicknav_menu span.close_text {
		font-size: 0.7em;
	}
	
	.slicknav_btn.slicknav_open {
	    padding: 6px 5px 5px 5px !important;
	}
	
	div#top_panel ul li p.sp-layer.sp-black.sp-padding {
		//bottom : -5px;
	    font-size: 1.0em;
	}
	
	#footerCreditArea {
		margin-top: 20px;
	}
	
	#LogoAddArea {
		font-size : 0.8em;
	}
		
	/*--------------------------------------------------------------------------
	// ■市民向けトップページ
	//                                                                          
	--------------------------------------------------------------------------*/
	

	
	#main_nav ul li .title, #main_nav ul li .title_rows {
		font-size: 1.0em;
	}
	
	#main_nav ul li .comment_rows {
		font-size : 0.725em;
		/*height: auto;*/
		min-height : 78px;
		padding : 8px;
	}
	
	#accessBusyo li.access a,
	#accessBusyo li.busyo a {
	    font-size: 0.7em;
	}
	
	#main_nav li a {
	    padding: 0;
	    height : auto;
	}
	
	#easySearch li a {
		font-size: 0.65em;
	}
	
	
	#infoLink .infolink_left li a, #infoLink .infolink_right li a {
		padding: 5px;
		font-size: 0.8em;
	}
	
	/*--------------------------------------------------------------------------
	// ■市民向けカテゴリページ
	//                                                                          
	--------------------------------------------------------------------------*/
	
	#sidebar .sidebar_menu li {
	    font-size: 0.9em;
	}
	
	.tbl_row {
		font-size: 0.9em;
	}
}