﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------*/
/*#detail 施設詳細  detail.html                                                    */
/*--------------------------------------------------------------------------------*/
#img-file-detail{
	background: #FFFFFF;
	height: 100%;
	width: 100%;
	float: left;
	clear: both;
	/*position: relative;*/
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:scroll;
	z-index: 501;
}
#detail_back img{
    width: 20px;
    height: 20px;
	margin: 6px;
}
#detail #detail_head {
	height: 29px;
	padding: 3px 7px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #999999;
	padding: 3px 7px;
	position: fixed !important;
	top: 0;
	width: 98%;
	z-index: 9999;
}

#img-file-detail #img-detail_head {
	height: 29px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #999999;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#detail #scrSite_detail_body
,#img-file-detail #img-scrSite_detail_body,
#detail #detail_body
,#img-file-detail #img-detail_body  {
	/*height: 90%;*/
	height: auto;
	width: 100%;
	margin-top: 36px;
	float: left;
	clear: both;
	position: relative;
	overflow: auto;
}
#detail #detail_head img {
	float:right;
}

#detail #detail_head .btn-simple{
	padding: 0 5px;
	font-size:10px;
	line-height:14px;
	text-align:center;
	/*height:29px;*/
	overflow:hidden;
	display:block;
	float:left;
	margin-left:0px;
	margin-right: 6px;
	background-color: #FFFFFF;
}

#detail h1 {
/*
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(64, 134, 220)),color-stop(1, rgb(137, 187, 253)));
	background-image: -moz-linear-gradient(-90deg,rgb(64, 134, 220) 0%,rgb(137, 187, 253) 100%);
	background-image: linear-gradient(-90deg,rgb(64, 134, 220) 0%,rgb(137, 187, 253) 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight:bold;
	height:40px;	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #2b2b2b),color-stop(0.4, #2b2b2b),color-stop(0.5, #2b2b2b),color-stop(1, #2b2b2b));
	background-image: -moz-linear-gradient(-90deg,#2b2b2b 0%,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
	background-image: linear-gradient(-90deg,#2b2b2b 0%,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
*/
	
    background-color: #2b2b2b;
	text-align:center;
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height:24px;
	font-weight:bold;
	height:24px;
	overflow:hidden;
    margin-top: 6px;
}
#img-file-detail h1{
    background-color: #2b2b2b;
	text-align:center;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height:37px;
	font-weight:bold;
	height:36px;
	overflow:hidden;
	position:absolute;
	width:100%;
    /* margin-top: 6px; */
}

#img-detail_back{
	position:absolute;
	display:block;
	height:32px;
	width:32px;
	padding: 2px 0 0 5px;
}

#detail #detail-img {
	margin: 10px auto;
	text-align:center;	
}
#detail #detail-img:empty {
	display: none;	
}
#detail #detail-img img {
	border: 1px solid #02029B;
}

#detail #detail-text ul {
    display: flex;
    flex-wrap: wrap;
}

#detail #detail-text .detail-item {
	line-height: 15px;
	border-top: 1px solid #CCCCCC;
	/*height: 30px;*/
	padding: 5px;
	color: #333333;
}

/*
#detail #detail-text .detail-item span {
	color: #395587;
	font-weight: bold;
	display: block;
}
*/




.image-file-li {
    display:block !important;
}
#detail #detail-text .image-file-li a {
    color: #000099;
    text-decoration: underline;
    display:block;
}
#img-file-detail #imgs-files-body div {
    float:left;
    padding:10px;
}
#detail #detail-text li {
    font-weight:bold;
    border-bottom:1px solid #CCCCCC;min-height:49px;padding:0 5px;width:100% ;display:-moz-box;display:-webkit-box;display:-o-box;display:-ms-box;-moz-box-align:center;-webkit-box-align:center;-o-box-align:center;-ms-box-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;
    width: 65%;
}

#detail #detail-text li.first{
    border-bottom: 1px solid #CCCCCC;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    background-color:#eee;
    width: 35%;
}



#detail #mapsave_body {
	height: 90%;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}

#detail #mapimg-save {
	margin: 5px auto;
	text-align:center;	
}

#detail #mapimg-save img {
	width: 100%;
	height: 100%;
}
#detail {
    background: rgba(255,255,255,1);
    width: 100%;
    height: 40%;
    float: left;
    clear: both;
    position: fixed;
    top: 60%;
    left: 0px;
    overflow: scroll;
    z-index: 500;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, 0.5);
}

#detail li.first span{background-size: contain !important;}   /*22px以上のアイコン対応*/

#detail .value{
    margin: 6px 10px 10px 10px;
    text-align: left;
    font-size: .85em;
}
#detail .value a{
    color: #000099;
    text-decoration: underline;
    display: block;
}
#detail #detail_head {
    height: 32px;
    padding: 3px 7px;
    background-color: #EFEFEF;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #999999;
    padding: 3px 7px;
    position: fixed !important;
    top: 60%;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
}
#detail #detail_head a#detail_back {
    order: 4;
    margin-left: auto;
    margin-right: 12px;
}
#detail #scrSite_detail_body {
    height: auto;
    width: 100%;
/*    width: calc(100vw - 10px);*/
    margin: 40px auto 0;
    position: relative;
    overflow: auto;
}

#detail #scrSite_detail_body .fname {
    background-color: #dfdfdf;
    border-radius: 2px;
    padding: 0 0 0 .5em;
    font-size: .85em;
}
    
#detail #scrSite_detail_body table td{
    padding-left: 10px;
}
#detail #scrSite_detail_body .fname {
    position: relative;
}
#detail #scrSite_detail_body .fname .iconList{
    /*padding-left:25px;*/
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    width: auto;
    height: 23px;
    padding: 0 0.5em;
    text-align: center;
    background-color: #1976d2;
    border: 1px solid #1565c0;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#detail #scrSite_detail_body table {
    width: calc(100vw - 24px);
    margin: 4px auto 8px;
}
#detail #scrSite_detail_body table td {
    padding: 2px 4px;
}
#iconInfo{
    background: rgba(255,255,255,1);
    float:left;
    clear:both;
    position:absolute;
    top: 0px;
    left: 0px;
    z-index:600;
    overflow:auto;
    width:100%;
    height:100%;
}
#iconInfo .icon_head{
    height:29px;/*padding:3px 7px;*/
    position:absolute;
    width:100%;
    z-index:10;
}
#iconInfo .icon_body{
    width: 100%;
    height:100%;
    margin: 0 auto;
    position:relative;
}
#iconInfo h1 {
    background-image: linear-gradient(-90deg,#2b2b2b 0,#2b2b2b 49%,#2b2b2b 50%,#2b2b2b 100%);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    text-align: center;
    padding: 3px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    height: auto;
    width:100%;
}
#iconInfo .icon_body h3 {
    text-align: center;
}

#iconInfo table{
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

#iconInfo table tr td{
    border: 1px  solid #CCCCCC;
    padding: 2px;
}

#iconInfo  .imgTd{
    text-align:center; 
}

#iconInfo  .imgTd img {
    vertical-align: middle;
}

#iconInfo table .title {
    border-bottom: 1px solid #CCCCCC;
    background-color: rgb(216, 249, 249);
}

#iconInfo table .title td {
    text-align: center;
    font-size: 1.2rem;
}