﻿@charset "UTF-8";
/*index page setting*/

.section{
	margin:0 0 10px 0;
	background:#fff;
	border:1px solid #fff;
}
.section h2{
	border:1px solid #dcdcdc;
}

/* 新着情報・地図
------------------------------------ */
#news-searchArea{
	background:none;
	border:0;
    margin-top: 5px;
}
#newsArea{
	float:left;
	width:507px;
}
#freeWord,
#news{
	border:1px solid #fff;
}
#freeWord{
	margin:0 0 10px 0;
}
#freeWord form{
	display:block;
	padding:10px;
	border:1px solid #dcdcdc;
	border-top:none;
	background:#fff;
}
#freeWord form p{
/*	background:url(../../../../Content/images/pages/top/bg_freeword.jpg) top left no-repeat #fff;*/
}
#freeWord form p input[type="text"]{
	float:left;
	width:398px;
	height:22px;
/*	margin:5px 0 0 0;*/
	padding:0 10px;
	border:1px solid #cccccc;
/*	border-top:none;*/
	border-right:none;
/*	background:url(../../../../Content/images/pages/top/bg_freeword-input.jpg) left top no-repeat;*/
	outline:none;
}
#freeWord form p input[type="submit"]{
	display:block;
	width:64px;
	height:24px;
	background:url(../../../../Content/images/pages/top/btn_search_off.jpg) top left no-repeat;
	border:none;
	text-indent:999px;
	cursor:pointer;
}
#freeWord form input[type="submit"]:hover{
	background:url(../../../../Content/images/pages/top/btn_search_on.jpg) top left no-repeat;
}
#news .newsList{
	height:134px; height:132px\9;
	overflow-y:scroll;
	background:#fff;
	border:1px solid #dcdcdc;
	border-top:none;
}
#news ul{
}
#news ul li{
	padding: 0 5px 5px 0;
	line-height:1.6;
	background:url(../../../../Content/images/pages/top/dot_x.jpg) bottom left repeat-x;
}
#news ul li:last-child,
#news ul li.last{
	background:none;
}
#news ul li span{
	float:left;
	width:65px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 10px 0 0;
}
#news ul li p{
	float:left;
	width:auto;
}
#news ul li pre{
    margin:0px;
}
.newsRight{
	position:relative;
	float:right;
	width:475px;
        height:auto;
        overflow:hidden;
}
.newsRight h3{
    margin-top:0;
    width:100%;
    text-align:left;
}

/* 主要施設の位置を表示
------------------------------------ */
#majorLandmarkListArea {
    float:left;
    width:507px;
    border: 1px solid #fff;
    display:none;
}

#majorLandmarkListArea .mds-outer,
#myPointArea .mds-outer {
    height: 30px;
    padding: 1px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
#majorLandmarkListArea .mds-outer h2,
#myPointArea .mds-outer h2 {
    padding-left: 1em;
    background-color: #0e7bb3;
    border: 0;
    color: #fff;
    line-height: 30px;
}
#majorLandmarkListArea .majorLandmarkBox,
#myPointArea .myPointBox {
    height: auto;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 10px;
}
.majorLandmarkListArea {
    display:none;
}

/* レイヤ検索の位置を表示
------------------------------------ */

#LayerSearchArea {
	position:relative;
	float:right;
	width:475px;
    border: 1px solid #fff;
    /*display:none;*/
}

#LayerSearchArea .mds-outer {
    height: 30px;
    padding: 1px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
#LayerSearchArea .mds-outer h2 {
    padding-left: 1em;
    background-color: #0e7bb3;
    border: 0;
    color: #fff;
    line-height: 30px;
}
#LayerSearchArea .LayerSearchBox {
    height: auto;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 10px;
}

#skw 
{
    width:398px;
}

#layer_skw 
{
    width:358px;
}

#layerSearch {
    margin-left: 2px;
}


/* 登録した位置を表示
------------------------------------ */
#myPointArea {
    clear: left;
    width: auto;
    border: 1px solid #fff;
}
#myPointList {
    height: auto;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 968px;
 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
 
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
 .flex-container li {
  width: 193px;
  height: auto; 
  line-height: 1.4;
  padding: 0 1em 0 0;
  flex: 1 calc(100% / 5);
}
.flex-container li:nth-child(5n+2):last-child {
  flex-basis: calc((100% / 5) * 2);
}

/* マップ一覧から選ぶ（共通）
------------------------------------ */
#allMapArea{
display:none
}

#allMapArea h2,
#allMapArea_category h2{
	position:relative;
}
#allMapArea h2 span,
#allMapArea_category h2 span{
	position:absolute;
	top:0;
	right:0;
}
#allMapArea h2 span img,
#allMapArea_category h2 span img{
	border-left:1px solid #dcdcdc;
}

/* マップ一覧から選ぶ（A1-全てのバナー）
------------------------------------ */
#allMapArea .tabList{
	position:relative;
	white-space:nowrap;
}
#allMapArea .tabList span{
	display:inline-block;
	/* min-height:357px; */
	margin:0 1px 0 0;
	cursor:pointer;
	z-index:0;
}
#allMapArea .tabList span strong{
	display:inline-block;
	width:235px;
	text-align:center;
	line-height:2.5;
	font-weight:normal;
	color:#fff;
	font-size:1.167em;
	text-shadow:1px 1px 1px #666;
	background:url(../../../../Content/images/pages/top/bg_tab_off.jpg) bottom left repeat-x #cccccc;
}
#allMapArea .tabList span.current strong,
#allMapArea .tabList span.over strong{
	background:url(../../../../Content/images/pages/top/bg_tab_on.jpg) bottom left repeat-x #2ba0d8;
}
#allMapArea .tabList .detail{
	position:absolute;
	top:35px;
	left:0;
	display:none;
	width:917px;
	margin:1px 0 0;
	padding:10px 12px 10px 12px;
	border:1px solid #dcdcdc;
	background:#fff;
}
#allMapArea .tabList .current .detail{
	display:block;
}
#allMapArea .tabList .detail ul{
	width:920px;
	overflow:hidden;
}
#allMapArea .tabList .detail li{
	position:relative;
	float:left;
	margin:4px 6px 6px 4px;
	box-shadow:0 0 4px #dcdcdc;
	background:#fff;
	behavior:url(Scripts/pages/top/pie/PIE.htc);
}
.msie9 #allMapArea .tabList .detail li{
	box-shadow:0 0 6px #dcdcdc;
}

/* マップ一覧から選ぶ（B1 - カテゴリごと）
------------------------------------ */
#allMapArea_category .jcarousel-prev,
#allMapArea_category .jcarousel-next{
	top:0;
	/*height:366px;*/
	height:190px;
}
#allMapArea_category .jcarousel-skin .jcarousel-clip ul#allMapCarousel {
	/*height:366px!important;*/
	height:190px!important;
}
#allMapArea_category .jcarousel-skin .jcarousel-item {
	height:auto;
}
#allMapArea_category ul .bannerList{
	width:182px;
	box-shadow:none;
	/*margin:0 7px 0 0;*/
	margin:0;
}
#allMapArea_category ul .bannerList h3{
	margin:0 4px 6px;
	padding:3px 2px 2px;
	text-align:center;
	color:#fff;
	background:#5a5a5a;
	font-size:1.167em;
}
#allMapArea_category ul .bannerList ul{
	height:auto!important;
}
#allMapArea_category ul .bannerList ul li{
	position:relative;
	width:174px;
	/*margin:4px 6px 12px 4px;*/
	margin:4px 6px 6px 4px;
	box-shadow:0 0 4px #dcdcdc;
	background:#fff;
	behavior:url(Scripts/pages/top/pie/PIE.htc);
}
.msie9 #allMapArea_category ul .bannerList ul li{
	box-shadow:0 0 6px #dcdcdc;
}
#allMapArea_category ul .bannerList p{
	text-align:center;
}


/* マップ一覧から選ぶ（A2-テキスト）
------------------------------------ */
.textList{
	padding:12px 0 0 12px;
	overflow:hidden;
	border:1px solid #dcdcdc;
	border-top:0;
}
.textList h3{
	padding:3px 2px 2px;
	text-align:center;
	color:#fff;
	background:#5a5a5a;
	font-size:1.167em;
}
.listWrapper ul{
	margin:3px 0 6px 0;
	overflow:hidden;
}
.listWrapper ul li{
	float:left;
	width:250px;
	margin:6px 5px 0 10px;
}
.listWrapper ul li a{
	display:inline-block;
	margin:0 0 0px 0;
	padding:3px 0 3px 10px;
	font-size:120%;
}
.textList a{
	color:#0099cc;
}
.textList a:hover{
	text-decoration:none;
}
.textList .list-2,
.textList .list-4{
	float:left;
	margin:0 12px 0 0;
}
.textList .list-2{
	width:492px;
}
.textList .list-2 ul{
	width:508px;
}
.textList .list-4{
	width:240px;
}
#list-iryo{
	width:998px;
	overflow:hidden;
}
#list-iryo ul{
	width:1022px;
}
#list-iryo ul li a{
	background:url(../../../../Content/images/pages/top/ico_iryo.png) left center no-repeat;
}
#list-toshi ul li a{
	background:url(../../../../Content/images/pages/top/ico_toshi.png) left center no-repeat;
}
#list-hanzai ul li a{
	background:url(../../../../Content/images/pages/top/ico_hanzai.png) left center no-repeat;
}
#list-kokyo ul li a{
	background:url(../../../../Content/images/pages/top/ico_kokyo.png) left center no-repeat;
}
#list-bosai ul li a{
	background:url(../../../../Content/images/pages/top/ico_bosai.png) left center no-repeat;
}
#list-bunka ul li a{
	background:url(../../../../Content/images/pages/top/ico_bunka.png) left center no-repeat;
}
#list-kanko ul li a{
	background:url(../../../../Content/images/pages/top/ico_kanko.png) left center no-repeat;
}

/* 登録情報を検索
------------------------------------ */
#data-searchArea{
	margin-bottom:15px;
}
#data-searchArea .formWrapper{
	padding:12px 15px;
	border:1px solid #dcdcdc;
	border-top:0;
}
#data-searchArea .formWrapper span{
	margin:0 5px 0 0;
}
#data-searchArea .formWrapper select{
	width:217px;
	/*margin:0 20px 0 0;*/
	margin:0 13px 0 0;
}
#data-searchArea .formWrapper input[type="text"]{
	width:350px;
	/*margin:0 20px 0 0;*/
	margin:0 13px 0 0;
/*	padding:2px 1px;*/
}
#data-searchArea .formWrapper p{
	text-align:right;
	padding:13px 0 0 0;
}
#data-searchArea .formWrapper p input{
	height:32px;
	margin:0 0 0 1px;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
}
#data-searchArea .formWrapper p input#btn_searchAll{
	width:168px;
	background:url(../../../../Content/images/pages/top/btn_search_all_off.jpg) top left no-repeat;
}
#data-searchArea .formWrapper p input#btn_searchAll:hover{
	background:url(../../../../Content/images/pages/top/btn_search_all_on.jpg) top left no-repeat;
}
#data-searchArea .formWrapper p input#btn_searchOther{
	width:197px;
	background:url(../../../../Content/images/pages/top/btn_search_other_off.jpg) top left no-repeat;
}
#data-searchArea .formWrapper p input#btn_searchOther:hover{
	background:url(../../../../Content/images/pages/top/btn_search_other_on.jpg) top left no-repeat;
}
#majorLandmarkList li {
    width:50%;
    display:inline-block;
    vertical-align:top;
}
.carouselWrapper p {
    text-align:center;
}

/* レイヤ検索
------------------------------------ */

.h3-outer {
    border: 1px solid #fff;
}

.h3-outer h3 {
    margin: 0 0;
    padding-left: 1em;
    /*background: #d55514;*/
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    line-height: 3;
}

#ctrl0, #ctrl1 {
    padding: 5px 0;
    text-align: center;
    background: #fff;
    margin:0 2px;
}
        
#ctrl0 {
    float:right
}

#ctrl1 {
    float:left
}

.MapLayerList table tr th {
    background: #676767;
    font-size: 85%;
    line-height: 2;
    color: #fff;
}

.MapLayerList table tr td {
}

.MapLayerList select {
    height: 230px;
}

#LCategoryList,#SCategoryList{
    width:170px;
}


#MapList{
    width:370px;
}

#SectionList{
    width:370px;
}

#LayerList{
    width:370px;
}

.empty {
    background: none !important;
    border: 0 !important;
}

#MapButtonList {
    height: 180px;
    overflow: auto;
}

#ctrl0 input.ButtonSelect,
#ctrl0 input.buttonType,
#ctrl1 input.buttonType,
#MapButtonList input {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    padding: 0 4px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

#selectMapList {
    width:232px;
    height:216px;
}

.carouselWrapper {
    float:left;	
}

#SelectList{
    width:auto;
    float:left;
    display:none;
}

#ctrl0 input.ButtonSelect,
#ctrl0 input.buttonType,
#ctrl1 input.buttonType {
    vertical-align: middle;
    line-height: 1.6em;
    height: 1.6em;
    width: 65px;
}

#MapButtonList input{
    min-width: 500px;
    max-width: 600px;
    height: 40px;
    line-height: 38px;
    margin-bottom: 3px;
    width: auto;
}

input.ButtonSelect {
    /*設定色は仮*/
    /*background: #ff6600;
    color: #fff;*/
    color: #ff6600;
}

#closeBtn {
    padding: 0 20px;
    text-align: right;
}

#closeBtn span {
    background: url(../../../../Content/images/pages/top/btn_close_off.jpg) repeat-x scroll left bottom #999999;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.167em;
    padding: 5px 12px;
    text-shadow: 1px 1px 1px #666;
}
