#str-main {
	width: 960px !important;
	margin: 0px !important;
}

.main-content-block:before,
.main-content-block:after {
	content:"";
	display:table;
}

.main-content-block:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.main-content-block {
	zoom:1;
	position:relative;
}

/* サイドバー */
#map-side-bar {
	display: block;
	top: 0px; /* sidebar-panelのmargin-topの高さ分設定しないとずれる */
	height: 515px;
	width: 0px;
	padding: 8px 6px;
	box-sizing: border-box;
	background: #f7f7f7;
	z-index: 100;
	border:1px solid #dfdfdf;
	overflow: scroll;
        overflow-x: hidden;
	position: absolute;
}

.hide-side-bar {
	display:none;
	width: 0px;
	padding: 0px !important;
	border: 0px solid #000 !important;
	overflow: hidden !important;
}

#sidebar-panel {
	width: 40px;
	height: 515px;
	float: left;
	background-color: #505050;
	margin-top: 0px;
}

.search-panel-close-box:before,
.search-panel-close-box:after {
	content: " ";
	display: table;
}

.search-panel-close-box:after {
	clear: both;
}

.search-panel-close-box {
	*zoom: 1;
	font-size: 16px;
}

#search-panel-toggle {
	cursor: pointer;
	height: 36px;
	background-color: #cc0000;
	text-align: center;
	color: white;
	padding-top: 6px;
}
#search-panel-toggle .find-icon {
	font-size: 28px;
}
.search-condition-box {
	display: none;
}
.close-btn-box {
	float: right;
}
.btn-search-panel-close {
	font-size: 18px;
	color: #999;
}

#search .ttl-h1 {
	border-left: 4px solid #cc0000;
	float: left;
	padding-left: 5px;
	font-size: 12.5px;
	margin-bottom: 4px;
}

.map-sidebar-submit{
	width:100px;
	color: #3c3c3c !important;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 8px 0 10px;
	border: solid 1px #b3b3b3;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefefe 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	margin: 0 auto;
}

#map-side-bar .map-sub-menu {
	padding-left: 1em;
	padding-bottom: 1.3em;
	clear: both;
	box-sizing: initial;
}

#map-side-bar .map-sub-menu.last{
	padding-bottom: 0.9em;
}

#map-side-bar .map-sub-menu ul li {
	margin-bottom: 0.5em;
}

#map-side-bar .find-box {
	margin-top: 1.5em;
	text-align: center;
}

a[id^="kl_check_"]{
        font-size: 13px;
        padding:1px 0;
        line-height: 1;
        cursor: pointer;
        color:#01559e;
}

#kl_check input{
	float: left;
}

div[id^="kl_m_"]{
	display: none;
	position: absolute;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	z-index: 200;
	text-align: left;
	border: solid 1px;
}

span.kakou_popup_body {
	display: inline-block;
	height: 450px;
	overflow: scroll;
	width: 920px;
	padding-top: 20px;
}

#kikai{
        display: none;
        position: absolute;
        top: 0px;
        margin-right: auto;
        margin-left: auto;
        background-color: white;
        z-index: 200;
        text-align: left;
        border: solid 1px;
}
span.kikai_popup_body {
	display: inline-block;
	height: 450px;
	overflow: scroll;
	width: 920px;
}

.kl_popup {
	margin: -10px 20px 10px;
	border-bottom: solid 0.2px #666;
}

.kl_popup p {
	font-weight: bold;
}

.kl_popup_label label {
	white-space: nowrap;
	padding: 3px;
	width: 22%;
	display: inline-block;
}

.kikai_popup_label label {
        white-space: nowrap;
        padding: 10px 1px 8px 20px;
        width: 22%;
        display: inline-block;
}

.employee_label label {
        white-space: nowrap;
        width: 40%;
        display: inline-block;
        padding: 2px;
        margin-bottom: 0px;
}

.kl_label {
	width: 48%;
	display: inline-block;
        white-space: nowrap;
	padding: 2px;
}

.kikai_label label {
        white-space: nowrap;
        width: 48%;
        display: inline-block;
        padding: 2px;
        margin-bottom: 0px;
}

/* サイドバー 会社情報*/
#map-side-bar-right {
        display: block;
        top: 0px; /* sidebar-panelのmargin-topの高さ分設定しないとずれる */
        height: 515px;
        width: 250px;
	right: 0px;
        padding: 8px 6px;
        box-sizing: border-box;
        background: #f7f7f7;
        z-index: 100;
        border:1px solid #dfdfdf;
        /*overflow: scroll;*/
        position: absolute;
}
.search-condition-rightbox {
        overflow: scroll;
        overflow-x: hidden;
        height: 460px;
}
div#toggle-rightbar {
        position: absolute;
        right: 12px;
        top: 40px;
        font-size: 32px;
        z-index: 99;
        color: #cc0000;
}


.hide-side-bar-right {
	display:none;
	width: 0px;
	padding: 0px !important;
	border: 0px solid #000 !important;
	overflow: hidden !important;
}
.search-panel-close-rightbox:before,
.search-panel-close-rightbox:after {
	content: " ";
	display: table;
}

.search-panel-close-rightbox:after {
	clear: both;
}

.search-panel-close-rightbox {
	*zoom: 1;
	font-size: 16px;
}
.btn-search-panel-close-right {
        font-size: 18px;
        color: #999;
}

#toggle-rightbar .find-icon {
        font-size: 28px;
}
.search-condition-box-rightbox {
        display: none;
}
.close-btn-rightbox {
        float: right;
        margin-right: 1.3em;
}
.btn-search-panel-close-right {
        font-size: 18px;
        color: #999;
}

button#btn-search-right {
            width: 40px;
            float: right;
            font-size: 11px;
            padding: 3px;
            margin-right: 20px;
            font-weight: 500;
}

div#sidebar-page {
            padding: 5px;
            margin-left: 45px;
}
button.pagebtn {
           width: 30px;
           color: #01559e;
           cursor: pointer;
}
button.pagebtn-left {
           background-color: transparent;
           border: none;
           cursor: pointer;
           outline: none;
           padding: 0;
           appearance: none;
           width: 11px;
           height: 11px;
           border: 2px solid;
           border-color: #01559e #01559e transparent transparent;
           transform: rotate(225deg);
}
button.pagebtn-right {
           background-color: transparent;
           border: none;
           cursor: pointer;
           outline: none;
           padding: 0;
           appearance: none;
           width: 11px;
           height: 11px;
           border: 2px solid;
           border-color: #01559e #01559e transparent transparent;
           transform: rotate(45deg);
}

#btn-search-hidden{
           background-color: transparent;
           border: none;
           cursor: pointer;
           outline: none;
           padding: 0;
           appearance: none;
           display: none;
}

div#sidebar-page-no {
           margin-left: 120px;
}

span.id-content {
           display: none;
}
span.lat-content {
           display: none;
}
span.lng-content {
           display: none;
}




/* GoogleMap表示 */
#map {
	width: 920px;
	height: 515px;
	position: relative;
	margin-top: 0px; /* sidebar-panelクラスのmargin-topの同じ高さを設定する */
}

/* 地域選択時に裏画面を操作できないように黒い画面で覆う */
.cover {
	display: none;
	position: absolute;
	top: 125px;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: black;
	opacity: 0.5;
	z-index: 150;
}

/* 地域選択時ポップアップ画面 */
.map-search {
	display: none;
	position: absolute;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	z-index: 200;
	text-align: left;
}

.map-caption {
	background: #cb0000;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 12px 0 10px 12px;
	margin: 0;
}
.map-selectbox-content {
	margin: 10px 20px 10px;
        padding-bottom: 3px;
	border-bottom: solid 0.2px #666;
}
.regionl {
	font-weight: bold;
}
.regions {
	display: inline-block;
	width: 13%;
}
.map-selectbox-content:last-child {
	border-bottom: none;
}

/*アイコン説明*/
.icon-description{
  margin-bottom: 0px !important;
}

.icon-description table{
	margin:0;
	padding:0;
}
.icon-description table th{
	font-weight:bold
}
.icon-description table th{
	font-weight:bold
}

.icon-description table .list-dot-02{
	margin:0;
}
.icon-description table .list-dot-02 li{
	margin-bottom:0px;
	background-position: 0px 3px;
	padding-left:15px;
}


.icon-description .icon-description-label {
  font-weight: bold;
  padding-right: 2em;
}

.icon-description .icon-pin {
}

.icon-description .icon-pin img {
  border: 0;
  vertical-align: top;
  height: 12px;
  padding-top: 4px;
  box-sizing: initial;
}

.icon-description .icon-map-other {
  width: 660px !important;
  padding-left: 2em;
}

.icon-description .icon-map-other img {
  border: 0;
  vertical-align: bottom;
  font-size: 13px;
  height: 20px;
}

.icon-description table .list-dot-02 .icon-map-f{
	width:75px;
	background-image:url(//www.nc-net.or.jp/images/ja/icon-map-f.png)
}
.icon-description table .list-dot-02 .icon-map-2{
	width:250px;
	background-image:url(//www.nc-net.or.jp/images/ja/icon-map-2.png)
}
.icon-description table .list-dot-02 .icon-map-10{
	width:200px;
	background-image:url(//www.nc-net.or.jp/images/ja/icon-map-10.png)
}
.icon-description table .list-dot-02 .icon-map-100{
	width:200px;
	background-image:url(//www.nc-net.or.jp/images/ja/icon-map-100.png)
}


/* 地図内を移動 */

.place-search{
	margin-bottom:9px;
}

.place-search-label {
	font-weight: bold;
	color: #000;
}

.place-search input {
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
	height: 24px;
	border: 2px #333 solid;
	font-size: 1em;
	padding: 5px 6px;
}

.place-search .place-search-button {
	display: inline-block;
	box-sizing: border-box;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: #333;
	border: 2px #333 solid;
	padding: 0 6px;
	vertical-align: middle;
	margin-left: -4px;
	font-size: initial;
	border-radius: .0rem;
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

/* マーカークリック時の会社情報 */
.map-validator {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
	width: 390px;
	padding: 8px 16px;
}

.map-validator img {
	border-style:none;
}

.map-validator a {
	text-decoration: none;
}

.map-validator .map-vali-contents {
      	width: 390px;
      	font-size: 12px;
      	padding: 0;
}

.map-validator .map-vali-contents div.lay-image.image-L.image-split {
      	margin-bottom: 0px;
}

.map-validator .map-vali-contents .map-vali-image img {
	width: 120px;
}

.map-validator .map-vali-contents .map-vali-title {
      	margin-bottom: 1em;
}

.map-validator .map-vali-contents .map-vali-address {
	
}

.map-validator .map-vali-contents .map-vali-member-icon {
      	height: 20px;
      	vertical-align: middle;
}

.map-validator .map-vali-contents .map-vali-company-name {
      	font-size: 14px;
      	vertical-align: middle;
}

.map-validator .map-vali-contents .link-definition-01 dd {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 6px;
}

.map-validator .map-vali-contents .map-vali-items .link-definition-01 {
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

.noborder {
	border: 0px solid #ccc;
}
.map-validator .map-vali-contents {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	z-index: 0;
}

.map-validator .map-vali-image img {
	height: 100px;
	min-height: 100px;
}

.map-validator .map-vali-title {
	font-size: 1.2em;
	mrgin: 0 0 5px;
}

.map-validator .map-vali-items {
	clear: left;
	margin: 0 0 10px;
}

.map-validator .map-vali-items .items-title {
	background: #d0d0d0;
	padding: 4px 5px;
}

/* 右サイドバーの会社情報 */
.map-validator-right {
	font-family: Arial, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
	width: 235px;
	padding: 8px 16px;
}

.map-validator-right img {
	border-style:none;
}

.map-validator-right a {
	text-decoration: none;
}

.map-validator-right .map-vali-contents-right {
      	width: 235px;
      	font-size: 12px;
      	padding: 0;
}

.map-validator-right .map-vali-contents-right div.lay-image.image-L.image-split {
      	margin-bottom: 0px;
}

.map-validator-right .map-vali-contents-right .map-vali-image-right img {
	width: 120px;
}

.map-validator-right .map-vali-contents-right .map-vali-title-right {
      	margin-bottom: 1em;
}

.map-validator-right .map-vali-contents-right .map-vali-address {
	
}

.map-validator-right .map-vali-contents-right .map-vali-member-icon-right {
      	height: 20px;
      	vertical-align: middle;
}

.map-validator-right .map-vali-contents-right .map-vali-company-name-right {
      	font-size: 14px;
      	vertical-align: middle;
}

.map-validator-right .map-vali-contents-right .link-definition-01 dd {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 6px;
}

.map-validator-right .map-vali-contents-right .map-vali-items-right .link-definition-01 {
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
}

.noborder {
	border: 0px solid #ccc;
}
.map-validator-right .map-vali-contents-right {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	z-index: 0;
}

.map-validator-right .map-vali-image-right img {
	height: 100px;
	min-height: 100px;
}

.map-validator-right .map-vali-title-right {
	font-size: 1.2em;
	mrgin: 0 0 5px;
}

.map-validator-right .map-vali-items-right {
	clear: left;
	margin: 0 0 10px;
}

.map-validator-right .map-vali-items-right .items-title {
	background: #d0d0d0;
	padding: 4px 5px;
}

.map-vali-items-right {
        width: 250px;
}

.column-right {
        width: 115px;
}

/* 設備 | 条件をすべて表示*/
.more-list {
	text-align: right;
	padding: 10px 10px 0 0;
}

input#keyword {
        width: 200px;
        padding: 1px;
        font-family: Arial, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}
input#keyword2 {
        width: 200px;
        padding: 1px;
        margin-left: 2px;
        font-family: Arial, "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
        box-sizing: initial;
        line-height: normal;
}

span.search_list {
	display: inline-block;
	overflow: hidden;
	height: 20px;
	position: absolute;
	width: 380px;
	padding: 0 15px;
}

/* 選択した検索条件 */
.search_list_title {
	font-weight: bold;
	display: inline-block;
	width: 120px;
	margin-left: 20px;
	/*display: none;*/
}

.more-arrow {
	position: relative;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.more-arrow::before {
	position: absolute;
	top: 1px;
	left: -11px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.search_list_open {
	display: inline-block;
	font-weight: bold;
	width: 100px;
	float: right;
        cursor: pointer;
}

#all_results {
	display: inline-block;
	width: 380px;
	overflow: hidden;
	height: 14px;
	/*display: none;*/
}

#results_popup {
	/*display: none;*/
}

#all_results_pupup{
        display: none;
        position: absolute;
        top: 0px;
        margin-right: auto;
        margin-left: auto;
        background-color: white;
        z-index: 200;
        text-align: left;
        border: solid 1px;
}

.all_results_pupup_body {
        display: inline-block;
        height: 230px;
        overflow: scroll;
        width: 920px;
}

#kakou_results_popup {
	padding: 10px;
}

#kikai_results_popup {
	padding: 10px;
}

#employee_results_popup {
	padding: 10px;
}

#keyword_results_popup {
	padding: 10px;
}


/* ラベル設定によりリンク押下でチェックされてしまうため、使用不可に設定 */
span.hide {
	display: none;
}

/* 検索時のローディング画面設定 */
#loader-bg {
	display: none;
	position: absolute;
	width: 960px;
	height: 515px;
	top: 0px; /* sidebar-panelのmargin-topの高さ分設定しないとずれる */
	left:0;
	background: #000;
	opacity: 0.5;
	z-index: 100;
}
#loader {
	display: none;
	position: absolute;
	top: 295px;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 200;
}

/* 条件表示リンクを指マークに設定 */
.all_open {
	cursor: pointer;
}

/* ポップアップ | 閉じるボタン */
.icon_close {
        position: absolute;
        right: 10px;
        width: 15px;
        height: 15px;
	cursor: pointer;
	font-size: 18px !important;
}

/* ズームレベル0~2で注意書き表示 */
#zoom_notice {
	position: absolute;
	z-index: 10;
	left: 720px;
	width: 150px;
	font-size: 13px;
	padding: 15px;
	background-color: #FFF;
	opacity: 0.9;
	margin: 30px;
	display: none;
}

.small-categories-box {
  padding-left: 12px;
  padding-bottom: 6px;
}

.attention-shadow {
  box-shadow: 0 1px 15px 1px #cc0000;
}

.active-sub-items {
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}

.active-btn {
  background: -moz-linear-gradient(top, #fe9972 0%, #e6352e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fe9972 0%, #e6352e 100%);
  background: linear-gradient(#fe9972, #e6352e);
  color: white !important;
}

.active-btn-small {
  padding: 4px;
}

.kl_label label {
    display: inline-block;
    margin-bottom: 0px;
}

a:not([href]):not([tabindex]) {
  color: #01559e;
}
