.cross_line{
    display: inline-block;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    text-decoration: none;
    font-weight: bold;
    color: #03A9F4;
}
.cross_line:before, .cross_line:after{
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: white;
  transition: .3s;
}
.cross_line:before {left: 7px;}
.cross_line:after {right: 7px;}
.cross_line:hover:before{
  top: 0px;
  left:0;
  height: 100%;
}
.cross_line:hover:after{
  top: 0px;
  right: 0;
  height: 100%;
}


#site-box {
          width : 800px;
		  margin: 0 auto;
}

#a-box {    }

#b-box {
          float: left;
          width: 500px;
}

#c-box {
		  margin: 0 auto;
width : 750px;
border: 5px solid #808080;  
padding: 10px;

}

#c-box.ask {
		  margin: 0 auto;
width : 600px;
border: 5px solid #808080;  
padding: 25px;

}

#d-box {
		padding : 10px;
		 /* background-color: #1a1a1a; */

    }

#news_list ul { 
margin: 0px; 
padding: 0px;
list-style-type : none;
}
#news_list li {
position: relative;
width: 700px;
height: auto;
list-style: none;
padding: 3px;
}
#news_list li .data {
position: absolute;
left: 0px;
width: 100px;
font-weight: bold;
color: #FF3900;
}

#news_list li .info {
display: block;
margin-left: 150px;
}

#result_list ul { 
margin: 0px; 
padding: 0px;
list-style-type : none;
}
#result_list li {
position: relative;
width: 300px;
height: auto;
list-style: none;
padding: 3px;
}
#result_list li .data {
position: absolute;
left: 0px;
width: 40px;
font-weight: bold;
color: #FF3900;
}
#result_list li .info {
display: block;
margin-left: 105px;
}

#top-title {
	display: block;
	position: fixed;
  top: 0;
  left: 250;
  padding: 10px 0 0 0;
  background-color: #f4f4f4;
  /*以下装飾*/
  width: auto;
  z-index: 2;
}

#top-main {
	display: block;
	position: relative;
	top: 80px;
    width: 950px;
	margin: 0 auto;
}

#top-main-result {
	display: block;
	position: relative;
	top: 80px;
    width: 900px;
	margin: 0 auto;
}

#top-main-index {
	display: block;
	position: relative;
	top: 80px;
    width: 950px;
	margin: 0 auto;
}

.square_btn {
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
	font-size: small;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}
.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.square_btn_sel {
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
	font-size: small;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    background: #67c5ff;
    color: white;
}

.square_btn_kskb {
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
	font-size: small;
    color: #E6E600;
    border: solid 2px #E6E600;
    border-radius: 3px;
    transition: .4s;
}
.square_btn_kskb:hover {
    background: #E6E600;
    color: white;
}

.square_btn_kskb_sel {
    display: inline-block;
    padding: 0.1em 0.5em;
    text-decoration: none;
	font-size: small;
    border: solid 2px #E6E600;
    border-radius: 3px;
    background: #E6E600;
    color: white;
}


.arrow3{
  margin: 0 0 10px 10px;
  width: 25px;
  height: 25px;
  border: 3px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(45deg);
  transition: .5s;
}

.arrow3:hover{
	border-color: transparent transparent red blue;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.title_icon_l {
  display: inline-block;
  color: #000;
  position: relative;
  margin-left: 2px;
  margin-top: 6px;
  width: 55px;
  height: 30px;
  border-radius: 3px;
  border: solid 1px currentColor;
  background-color: currentColor;
}

.title_icon_l:before {
  content: '';
  position: absolute;
  right: -4px;
  top: 4px;
  width: 4px;
  height: 22px;
  border-radius: 0 2px 2px 0;
  background-color: currentColor;
}

.title_icon_l:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 1px;
  color: white;
  border-radius: 1px 0 0 1px;
  background-color: currentColor;
}

.battery-solid-3.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 6px;
  width: 13px;
  height: 7px;
  border-radius: 2px;
  border: solid 1px currentColor;
  background-color: currentColor;
}

.battery-solid-3.icon:before {
  content: '';
  position: absolute;
  right: -3px;
  top: 1px;
  width: 3px;
  height: 5px;
  border-radius: 0 2px 2px 0;
  background-color: currentColor;
}

.battery-solid-3.icon:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 7px;
  width: 13px;
  color: white;
  border-radius: 1px;
  background-color: currentColor;
}

#map-canvas {
	width: 600px ;
	height: 600px ;
}

td.pad0{
padding: 0;
}

ul.usage, ol.usage {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
  list-style-type: none!important
}

ul li.usage, ol li.usage {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

body{
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

a:not(.square_btn .square_btn_kskb) {
font-weight:Medium;
text-decoration:none;
}

a:not(.square_btn .square_btn_kskb):link {
color:#0000FF;
}

a:not(.square_btn .square_btn_kskb):visited {
color:#0000FF;
}

a:not(.square_btn .square_btn_kskb):hover {
color:#FF0080;
text-decoration:underline;
}

a:not(.square_btn .square_btn_kskb):active {
color:#FF0000;
}



/*
#top-main_20171123 {
/*Androidブラウザフォントバグ対策*/
	display: block;
	position: relative;
	top: 80px;
	width: 800px;
	margin: 0 auto;
	max-height: 999999px;
}
*/

