/* css */
html {
     height: 100%;
     width: 100%;
}
body{
    overflow: auto;
    height:100%;
    max-height:100%;
    width:100%;
    padding:0;
    font-family:
        "游ゴシック",
        YuGothic,
        'Yu Gothic',
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 500;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution a {
    background:none;
    color:#fff;
}
.leaflet-container .leaflet-control-attribution img {
	width: 50px;
	margin-bottom: 2px;
}
.leaflet-top .leaflet-control {
	margin-top: 50px;
}
.leaflet-control-zoom {
    border: 3px solid #3394d2;
    box-shadow:none;
    }
.leaflet-control-zoom .leaflet-control-zoom-in,
.leaflet-control-zoom .leaflet-control-zoom-out,
a.leaflet-control-zoom-in:hover,
a.leaflet-control-zoom-out:hover,
a.leaflet-control-zoom-in:focus,
a.leaflet-control-zoom-out:focus{
    border:none;
    color: #3394d2;
}

.leaflet-touch .leaflet-control-zoom{
    border: 3px solid #3394d2;
    box-shadow:none;
}

#App{
    width:100%;
    overflow:auto;
    padding:0;
    margin:0;
    position:relative;
}
#MapPane{
    height:100%;
    width:100%;
    overflow:hidden;
    padding:0;
}

button.customBtn,
a.customBtn{
    height:44px;
    border-radius: 22px;
    box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.32);
}
button.customBtn:focus,
button.customBtn:active:focus,
button.customBtn.active:focus,
button.customBtn.focus,
button.customBtn:active.focus,
button.customBtn.active.focus{
    outline:none;
}
#MapInfoBtn{
    background-color:#fff;
    width:191px;
}

#TopRightButtonContainer .btn_account{
  margin-right:5px;
  background-color:#fff;
  border-color:#9fa0a0;

}
#TopRightButtonContainer{
  position:absolute;
  top:16px;
  right:31px;
  font-size:20px;
  z-index:999;
}
#TopRightButtonContainer img{
    width: 40px;
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}
#TopRightButtonContainer .button{
  cursor:pointer;
}
#TopLeftButtonsContainer{
  position:absolute;
  top:5px;
  left:27px;
  font-size:20px;
  padding-top:5px;
  z-index:999;
}
#TopLeftButtonsContainer .button{
  cursor:pointer;
}

#MapViewerContainer{
    /*height:0;*/
}
#MapViewerContainer.h_short{
    padding-right:0;
}
.v_full{
    height:100%;
}
.v_short{
    height:40%;
}
#MapContainer{
    width:100%;
    height:100%;
}
#LLMapContainer{
    width:100%;
    height:100%;
}
#LmContentContainerH .lmTitle  > .closeBtn{
    width: 25px;
    right:25px;
}
#LmContentContainerV .lmTitle  > .closeBtn{
    right:5px;
    width: 25px;
}
.lmContentContainer{
    overflow:hidden;
    padding-left:0px;
    padding-right:0px;
    background-color:#fff;
}
#LmContentContainerV .lmTitle,
#LmContentContainerH .lmTitle{
    position: relative;
    padding:7 10 7 10;
    color:#fff;
    width:100%;
    font-weight: bold;
  background-color:#a72e2a;
}
.lmTitle > .textWrapper{
    padding-left:0px;
    padding-right:42px;
}

.lmTitle > .closeBtn{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.lmContentWrapper{
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.lmContent{
    width:100%;
    height:100%;
    border:none;
}
#LmContentH {
    padding: 0 15px 0 0;
}
#SliderFromBelow{
    position:absolute;
    bottom:0;
    width:100%;
    z-index:500;
}
#OperationPane {
    position:relative;
    background-color:#fff; /*rgba(246 238 229 0.1);*/
    box-shadow: 0px -25px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -25px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -25px 4px 0px rgba(0, 0, 0, 0.2);
    z-index:500;
    width:100%;
    bottom:0;
}
#OperationPane .logoContainer{
    /*float:left;*/
    position:absolute;
    height:60px;
}
#OperationPane .logoContainer .logoWrapper{
    height:100%;
    width:100%;
    /*border-right:1px solid #C2C2C2;*/
    z-index:500;
    position:relative;
}
#OperationPane .logoContainer .logoWrapper img{
    position:absolute;
  top:8;
    bottom:0;
    left:15px;
    margin:0px auto auto auto;
    height: 45px;
/*    width:200px;*/

}
@media only screen and  (max-width: 767px) {
#OperationPane .logoContainer .logoWrapper img{
  position:absolute;
  top:10;
  bottom:0;
  left:15px;
  margin:0px auto auto auto;
  /*height: 67px;*/
  width:150px;
  height: auto;
}
}
#OperationPane .logoContainer .lgoWrapper img.spNone{
    /*width:67px;*/
    height:55px;
}
#OperationPane .logoContainer .lgoWrapper img.pcNone{
    /*width:67px;*/
    height:55px;
}
#OperationPane .operationButtonContainer{
    position:relative;
    width:100%;
    height:60px;
    padding-top:9px;
    padding-bottom:5px;
}
#OperationPane .operationButtonContainer .buttonsWrapper{
    width:180px;
    position:absolute;
    top:9px;

    /*float: right;*/
}

#OperationPane .operationButtonContainer .buttonsWrapper .buttonCell{
    float:left;
    text-align:center;
    padding:0;
    font-size:9px;
    /*width:90px;*/
    margin-right:0px;
    margin-left:0px;
    cursor:pointer;
}

@media only screen and  (max-width: 767px) {
    #OperationPane .logoContainer{
        width:90px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper{
        right:0;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 40px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .spNone{
        display:none !important;
    }
}

/* media queries */
@media only screen and  (max-width: 480px) {
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 40px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .spNone{
        display:none !important;
    }
}

@media only screen and  (min-width: 768px) {
    #OperationPane .logoContainer{
        width:120px;
    }
    #OperationPane .logoContainer img{
        /*width:80px;*/
        height: 55px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper{
        right:0;
        left:0;
        margin:0 auto;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .buttonCell img{
        /*width: 32px;*/
        height: 40px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .switchButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .statusButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell {
        margin-right: 0px;
    }
    #OperationPane .operationButtonContainer .buttonsWrapper .moreButtonCell img{
    }
    .pcNone{
        display:none !important;
    }
}
.operationButtonIcon{
  width:44px;
}

/* top */

.TopContainer {
  width:95%;
  max-width:450px;
  margin-left:auto;
  margin-right:auto;
}

.TopContainer .TopTitle img {
  width:40%;
}
.shisho img {
    width: 60%;
    display: inline-block;
    margin-bottom: 1em;
}
.shisho img.tate {
    width: 20%;
}
.FunctionList h3 {
  font-size:12px !important;
  color: #000000 !important;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}

.TopDescription,
.FunctionListItem {
  margin: 30px 0px;
}

.TopDescription p {
  letter-spacing: 2px;
  line-height: 1.8em;
  text-indent: 0.5em;
}

.FunctionListItem img {
  width:60px;
  margin-bottom: 5px;
}

.FunctionListItem p {
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom:0px;
}

.FunctionListItem img.logo {
  height: 44px;
  width: auto;
  margin-left: 5px;
}

.FunctionListItem img.short {
  width: 100px;
  height: auto;
  margin-left: 5px;
}
.FunctionListItem img.now {
    margin-bottom: 0px;
    width: 60px;
    margin-left: 7px;
}
.FunctionListItem img.gps {
    width: 28px;
    margin-left: 15px;
}
.FunctionListItem img.share {
    width: 39px;
    margin-left: 8px;
}
.FunctionListItem img.onoff {
    width: 44px;
    margin-left: 5px;
}
.FunctionListItem img.list {
    width: 33px;
    margin-left: 5px;
}
.FunctionListItem img.more {
    width: 35px;
    margin-left: 10px;
}
.FunctionListItem img.language {
    width: 60px;
    margin-left: 5px;
}
.FunctionListItem img.switch {
  width:44px;
  margin-left:7px;
}
.
.FunctionListItem img.pointlist {
  width:200px;
  box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.4);
  margin-bottom: 10px;
}

.FunctionListItem img.pin01,
.FunctionListItem img.pin02 {
  width:40px;
  margin-left:10px;
}

.InnerBanner {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.InnerBanner h6 {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.InnerBanner a {
    text-align: center;
    display: inline-block;
}
.InnerBanner img {
    width: 65%;
}

.InnerBanner p {
    margin-top: 10px;
}


#languageListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#languageListModal .paneHead{
    font-size:12px;
    margin:10px 0px 10px 0px;
    color: #FFFFFF;
    text-align: center;
}
#languageListModal .paneHead img{
    margin-right: 10px;
}
#languageListModal .paneHead span{
    vertical-align: bottom;
    color: #000000;
    margin-right: -25px;
}
#languageListModal .modal-backdrop {
    opacity: 0.5;
}
#languageListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 280px;
    height: 175px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px auto auto;
    border: none;
    border-radius: 3px;
    background-color:#FFFFFF;
    font-weight: 600;
}
#languageListModal .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
#languageListModal .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
#languageListModal .modal-content .modal-header .close img {
  width: 15px;
  height: 15px;
}
#languageListModal .modal-content .modal-body {
    width: 100%;
    height: 155px;
    overflow: hidden;
    padding: 0;
    color: #000000;
    font-weight: 600;
}
#languageListModal .list-group {
}
#languageListModal .list-group .list-group-item {
  border: none;
  margin: 0 0 0;
}
#languageListModal .languageListItem{
  display: block;
  padding-left: 17px;
}
#languageListModal .languageListItem a{
    color: #000000;
}
@media only screen and  (max-width: 480px) {
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (max-width: 767px) {
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (min-width: 768px) {
    #languageListModal .modal-content {
        width: 560px;
        height: 175px;
    }
    #languageListModal .modal-content .modal-body {
        width: 100%;
        height: 155px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer {
        padding: 0px 0px 0px;
        letter-spacing: -0.4em;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem {
        letter-spacing: normal;
        margin-left: 10px;
        margin-right: 0px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem img {
        width: 260px;
    }
    #languageListModal .modal-content .modal-body .LanguageListContainer .LanguageListItem:last-child a {
        margin-bottom: 0px;
    }
}

#SharePannel{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10000;
}
#SharePannel .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.0);
}
#SharePannel > .pannel{
    z-index:10001;
}
#SharePannel .list-group .list-group-item{
    border:none;
    border-radius: 0;
}
#SharePannel > .pannel > .list-group > .list-group-item > .list-group{
    background-color: red;
    margin-bottom:100;
}

/* share */

#SharePannel .pannel .modal-content {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#SharePannel .pannel .modal-content .modal-header {
  height: 40px;
  padding: 0;
  border-bottom: solid 0px white;
}

#SharePannel .pannel .modal-content .modal-header h2 {
  display: inline-block;
  margin: 13px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1px;
  margin-right: -25px;
}

#SharePannel .pannel .modal-content .modal-header .close {
  margin-top: 10px;
  margin-right: 10px;
  opacity: 1.0;
}

#SharePannel .pannel .modal-content .modal-header .close img {
  width: 15px;
  height: 15px;
}

#SharePannel .pannel .modal-content .modal-body {
  padding:0px 0px;
  font-size:12px;
  letter-spacing:1px;
  width: 100%;
  height: 100%;
}
#SharePannel .pannel .modal-content .modal-body ul{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#SharePannel .pannel .modal-content .modal-body li{
    filter: drop-shadow(6px 6px 12px rgba(0,0,0,0.3));
}

#SharePannel .pannel .modal-content .modal-body img {
  width:70px;
}

#SharePannel .jsShareLink {
  font-weight: 600;
}

#MessageBalloonSelector{
    position:fixed;
    height:158px;
    max-height:158px;
    width:100%;
    background-color:rgba(255,255,255,0.6);
    top:0;
    left:0;
    z-index:9999;
}

#MessageBalloonSelector .wrapperContainer{
    width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
}

#MessageBalloonSelector .wrapper{
    width:765px;
}

.balloon.nm{
    width:135px;
    height:78px;
}
.balloon.nl{
    width:254px;
    height:110px;
}
.balloon.rm{
    width:147px;
    height:103px;
}
.balloon.rl{
    width:292px;
    height:191px;
}

.balloon-sample.nm{
    width:86px;
}
.balloon-sample.nl{
    width:167px;
}
.balloon-sample.rm{
    width:98px;
}
.balloon-sample.rl{
    width:194px;
}


#MessageBalloonSelector li  a{
    height:128px;
    padding-bottom:0px;
    border-radius:0;
}
#MessageBalloonSelector li.active a{
    background-color:rgba(51,148,210,0.6);
}
#MessageBalloonSelector li a.nm{
     padding-top:38px;
}
#MessageBalloonSelector li a.nl{
     padding-top:27px;
}
#MessageBalloonSelector li a.rm{
     padding-top:29px;
}
#MessageBalloonSelector li a.rl{
     padding-top:0px;
}

#MessageBalloonSelector .sampleText{
    position: absolute;
    color:#000;
    font-size:13px;
}
#MessageBalloonSelector .sampleText.nm{
    top:43px;
    left:20px;
    width:75px;
}
#MessageBalloonSelector .sampleText.nl{
    top:34px;
    left:21px;
    width:155px;
}
#MessageBalloonSelector .sampleText.rm{
    top:42px;
    left:25px;
    width:78px;
}
#MessageBalloonSelector .sampleText.rl{
    top:35px;
    left:40px;
    width:150px;
}

#BalloonInputContainer{
    position:absolute;
    left:0;
    right:0;
    bottom:50%;
    margin:auto;
    z-index:9999;
    padding:0;
}

#BalloonInputContainer textarea{
    position:absolute;
    resize: none;
    font-size:18px;
    border:none;
    background:none;
}
#BalloonInputContainer textarea.nm{
    top:4px;
    left:5px;
    width:122px;
    height:55px;
}
#BalloonInputContainer textarea.nl{
    top:4px;
    left:5px;
    width:240px;
    height:80px;

}
#BalloonInputContainer textarea.rm{
    top:21px;
    left:10px;
    width:120px;
    height:50px;
}
#BalloonInputContainer textarea.rl{
    top:55px;
    left:35px;
    width:234px;
    height:83px;
}

#BalloonButtonContainer{
    position:absolute;
    width:254px;
    left:0;
    right:0;
    margin:auto;
    bottom:120px;
    z-index:9999;
}

#BalloonButtonContainer .list-group-item{
    border:none;
}


.messageBalloonMarker{
    padding:0;
}
.messageBalloonMarker .balloonText{
    position: absolute;
    color:#000;
    font-size:18px;
}
.messageBalloonMarker .balloonText.nm{
    top:6px;
    left:7px;
    width:120px;
    height:55px;
}
.messageBalloonMarker .balloonText.nl{
    top:6px;
    left:7px;
    width:240px;
    height:80px;

}
.messageBalloonMarker .balloonText.rm{
    top:20px;
    left:12px;
    width:120px;
    height:50px;
}
.messageBalloonMarker .balloonText.rl{
    top:50px;
    left:35px;
    width:230px;
    height:83px;
}

#BalloonMenu {
    position:absolute;
    bottom:20px;
    width:300px;
    left:0;
    right:0;
    margin:auto;
    z-index:9999;
}

#BalloonMenu .list-group-item{
    border:none;
}

.mainNav{
    z-index: 99999;
}
.has-menu-above{
  margin-top:50px;
}

.commonModalPane {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.commonModalPane .commonModalPaneTitle {
    display: inline-block;
    margin: 13px;
    font-weight: 600;
}
.commonModalPane .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 0px;
    background-color: #FFFFFF;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.commonModalPane .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
.commonModalPane .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
.commonModalPane .modal-content .modal-header .close img {
    width: 15px;
    height: 15px;
}
.commonModalPane .modal-content .modal-body {
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
    padding: 0;
    overflow-y: auto;
}

.commonModalPane .ImgList01 {
    padding-left: 0px;
    margin: 0;
    float: none;
    width: 100%;
}

.commonModalPane h1 {
    font-weight: 700;
    margin-bottom: 0;
    text-align:center;
}

.commonModalPane h1 img {
    vertical-align: middle;
    margin-right: 1em;
}

.commonModalPane h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

.commonModalPane img.contents{
    margin: 0 auto;
    display: block;
}
.commonModalPane .modal-content .modal-body .ModalContainer {
  margin-bottom: 50px;
}

@media only screen and  (min-width: 768px) {
    .commonModalPane .modal-content {
        width: 723px;
        height: 95%;
    }
    .commonModalPane .ImgList01 {
        float: right;
        width: 230px;
    }
}

#mapListModal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#mapListModal .modal-content {
    z-index: 2000;
    overflow: hidden;
    width: 280px;
    height: 420px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: none;
    border-radius: 3px;
}
#mapListModal .modal-content .modal-header {
    height: 40px;
    padding: 0;
    border-bottom: solid 0px white;
}
#mapListModal .modal-content .modal-header .close {
    margin-top: 10px;
    margin-right: 10px;
    opacity: 1.0;
}
#mapListModal .modal-content .modal-header .close img {
    width: 15px;
    height: 15px;
}
#mapListModal .modal-content .modal-body {
    width: 100%;
    height: 380px;
    overflow: hidden;
    padding: 0;
}
#mapListModal .modal-content .modal-body .MapListTitleContainer {
    height: 29px;
    width: 204px;
    border-bottom: solid 1px black;
    margin: 0 auto 19px;
    text-align: center;
}
#mapListModal .modal-content .modal-body .MapListTitleContainer span {
    font-size: 16;
    font-weight: 600;
}
#mapListModal .modal-content .modal-body .MapListTitleContainer img {
}
#mapListModal .modal-content .modal-body .MapListContainer {
    width: 100%;
    height: 100%;
    padding: 0px 2px 0px;
    margin: 0;
    overflow-y: scroll;
}
#mapListModal .modal-content .modal-body .MapListContainer .MapListItem a {
    padding: 0;
}
#mapListModal .modal-content .modal-body .MapListContainer .MapListItem:last-child a {
    margin-bottom: 0px;
}
#mapListModal .MapListItem{
    margin-bottom:20px;
    position: relative;
}
#mapListModal .MapThumbnail{
    position: relative;
    width: 260px;
}
#mapListModal .MapThumbnail img{
    width: 260px;
    height: 120px;
}
/*#mapListModal .mapListItem img{
    position: absolute;
}
*/
#mapListModal .mapListItem .mapTitleContainer{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
}
#mapListModal .mapListItem .mapTitleLink{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px 5px;
    min-height: 30px;
    width: 100%;
}
#mapListModal .mapListItem .mapTitleLink .mapTitleText {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
}

/* media queries */
@media only screen and  (max-width: 480px) {
    #mapListModal .modal-content .modal-body .MapListContainer {
        padding: 0px 10px 0px;
    }
}
@media only screen and  (min-width: 768px) {
    #mapListModal .modal-content {
        width: 560px;
        height: 486px;
    }
    #mapListModal .modal-content .modal-body {
        width: 100%;
        height: 446px;
    }
    #mapListModal .modal-content .modal-body .MapListContainer {
        padding: 0px 0px 0px;
        letter-spacing: -0.4em;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListTitleContainer span {
        letter-spacing: normal;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListItem {
        letter-spacing: normal;
        display: inline-block;
        margin-left: 10px;
        margin-right: 0px;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListItem img {
        width: 260px;
    }
    #mapListModal .modal-content .modal-body .MapListContainer .MapListItem:last-child a {
        margin-bottom: 0px;
    }
}


#categoryListModal .modal-body .SwitchAllCategoryContainer {
  padding-bottom: 10px;
  padding-left: auto;
  padding-right: auto;
}
#categoryListModal .modal-body .SwitchAllCategoryContainer h6 {
    display: inline-block;
    width: 300px;
    font-size: 120%;
    margin-left: 20px;
}
#categoryListModal .modal-body .SwitchAllCategoryContainer img {
    width: 30px;
    position: absolute;
    right: 10px;
    margin-top: 10px;
}
#categoryListModal .modal-body .CategoryGroupList {
    padding-left: 30px;

}
#categoryListModal .modal-body .CategoryGroupList .CategoryGroupListItem {
    list-style: none;
    position: relative;
}
#categoryListModal .modal-body .CategoryGroupList .CategoryGroupListItem h6 {
    display: inline-block;
    width: 285px;
    font-size: 120%;
}
#categoryListModal .modal-body .CategoryGroupList .CategoryGroupListItem img {
    display: inline-block;
    /*vertical-align: middle;*/
    position: absolute;
    right: 15px;
    top: 37%;
    width: 30px;
}
#categoryListModal .modal-content {
    width: 90%;
}
#categoryListModal .modal-body {
    height: calc(100% - 100px);
}
#categoryListModal .modal-body hr {
    border-top: solid 1px #A3E22C;

}
#categoryListModal .CategoryListContainer {
    width: 95%;
    max-width: 450px;
    margin-left:auto;
    margin-right:auto;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem {
    margin-top: 20px;
}
#categoryListModal .CategoryGroupList .CategoryGroupItem:last-child {
    margin-top: 50px;
}
#categoryListModal .CategoryGroupItem .categoryGroupName {
    margin-left: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
#categoryListModal .categoryList {
    padding-left: 25px;
}
#categoryListModal .categoryListItem {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
#categoryListModal .categoryListItem h6 {
    display: inline-block;
    margin-left: 5px;
}
#categoryListModal .categoryListItem .categoryIcon {
    max-height: 34px;
    max-width: 27px;
}
#categoryListModal .categoryListItem .categoryName {
    display: inline-block;
    margin-left: 5px;
    /*font-weight: 600;*/
    width: 270px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelected {
    position: absolute;
    right: 45px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle;
}
#categoryListModal .categoryListItem .categorySelectedIcon {
    position: absolute;
    right: 10px;
    margin-right: 10px;
    width: 30px;
    top: 37%;
}
@media only screen and  (max-width: 768px) {
    #categoryListModal .categoryListItem .categoryName {
        max-width: 420px;
        /*font-weight: 600;*/
    }
}
@media only screen and  (max-width: 480px) {
    #categoryListModal .categoryListItem .categoryName {
        max-width: 110px;
        /*font-weight: 600;*/
    }
}
@media only screen and  (min-width: 768px) {
    #categoryListModal .modal-content {
        width: 723px;
        height: 95%;
    }
    #categoryListModal .categoryListItem .categoryName {
        max-width: 300px;
        /*font-weight: 600;*/
    }
}

#spotListModal .modal-content .modal-header {
    height: auto;
}
#spotListModal .modal-content .modal-header .commonModalPaneTitleContainer {
    text-align: center;
    display: inline-block;
    width: 90%;
}
#spotListModal .modal-content .modal-header button {
    clear: right;
}
#spotListModal .modal-content .modal-header .tabArea {
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
    font-size:0;
}
#spotListModal .modal-content .modal-header .tabArea .tab1Container img{
    height: 20px;
}
#spotListModal .modal-content .modal-header .tabArea .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #057521 transparent transparent transparent;
}
#spotListModal .modal-content .modal-header .tabArea .for1{
    margin-left: 70px;
}
#spotListModal .modal-content .modal-header .tabArea .for2{
    margin-left: 250px;
}

#spotListModal .modal-content .modal-header .tabArea .tab1Container,.tab2Container{
    display: inline-block;
    width: 50%;
    max-width: 185px;
    text-align: center;
    overflow: hidden;
    border: solid 1px #000000;
    font-size: 14px;
    padding-top: 6px;
}
#spotListModal .modal-content .modal-header .tabArea .active {
    border: solid 1px #057521;
    background-color: #057521;
    color: #FFFFFF;
}
#spotListModal .modal-content .modal-body{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#spotListModal .modal-content .modal-body .panelArea .lmInfoContainer{
    display: inline-block;
    width: 180px;
}
#spotListModal .modal-content .modal-body .panelArea .shopContainer{
    margin-left: 20px;
}
#spotListModal .modal-content .modal-body .panelArea .lmInfoContainer .lmInfoTitle{
    font-weight: 600;
}
#spotListModal .modal-content .modal-body .panelArea .shopContainer img{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 20px;
    float: right;
}
#spotListModal .modal-content .modal-body .panelArea .panel1,.panel2{
    display: none;
    margin-top: 30px;
    margin-bottom: 70px;
}
#spotListModal .modal-content .modal-body .panelArea .active{
    display: block;
}
#spotListModal .modal-content .modal-body .panelArea .bullet{
    background-color: #DDDDDD;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #057521;
    vertical-align: top;
    margin-top: 5px;
}
#spotListModal .modal-content .modal-body .panelArea .lmDescription{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#spotListModal .modal-content .modal-body .panelArea .lmInfoTitle{
    padding-bottom: 40px;
}