body {
	margin:0 ;
}

/* font-family */
html, input, select, textarea, table, th, td, li, a {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', "Avenir Next","Avenir", sans-serif;
}

/* font-style */
html {
  line-height: 1.5;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
//  background-image: url("img/shiba.jpg");
  background-size:cover;
}

/* base font color */
html, input, select, textarea {
  color: #000000;
}

table {
	border-collapse: collapse;
}
th,td {
	border:1px solid #aaa;
	padding:0.5em;
}

/* normalize size */
input, select, textarea {
  font-size: 100%;
}

hr {
 height: 1px;
 background-color: #333;
 width: 100%;
 border: none;
}

/* normalize style & weight */
strong, em, small {
  font-style: normal;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  border-style:none;
}

.border {
  border: #ccc 1px solid;
}

.round {
	moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.shadow {
	box-shadow: 3px 3px 6px #888;
}
.opa20 {
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
	opacity: 0.2;
}

.get_gps , .reload_map , .submit_param , .submit_blur { cursor:pointer ; }

.company_name {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	color:#33CCFF;
	font-size:1.5em;
	font-weight:bold;
}

.edit_list {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.5em;
	border-collapse:collapse;
}

.dynamic_list {
	margin-left:auto;
	margin-right:auto;
	font-size:1.5em;
	border-collapse:collapse;
}

.edit_list th,.dynamic_list th{
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.edit_list td,.dynamic_list td{
border: 1px solid #b9b9b9;
}

.edit_list tr,.dynamic_list tr {
background-color: #fff;
}

.edit_list tr:hover {
background-color: #FFCC99;
}

.left_corner {
background-color: #ffefd5 !important;;
border-color: #ffefd5 #b9b9b9 #ffefd5 #ffefd5 !important;;
}

.left_corner2 {
background-color: #ffefd5 !important;;
border-color: #ffefd5 #b9b9b9 #b9b9b9 #ffefd5 !important;;
}

#lock {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	text-align: center;
	display: none;
	opacity: 0.7;
}

.border_solid {
	border: 1px solid #e9e9e9;
	padding: 1px 1px 1px 1px;
}

#DialogFrame {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-320px; /*widthの半分にする*/
	margin-top:-100px;/*heightの半分にする*/
	
	padding:16px;
	
	border:3px solid #E0E0E0;
	
	width:640px;
	min-height:100px;
	background-color:#FFFFFF;
	z-index:10000;
	
	font-size:1.8em;
}

#top-menu-wrap {
	width:100% ;
	background-color:#111e6c ;
	color:#fff;
	height:80px;
}

#top-menu {
	width:1100px;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
}
#top-menu2 {
	width:1100px;
	background-color:#fff ;
	color:#000;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
}

.main_imgBox {
    height: 330px;
    overflow: hidden;
    position: relative;
}

.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: img_anime 30s 0s infinite;
    animation: img_anime 30s 0s infinite;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}

@keyframes img_anime {
  0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    37% {
        opacity: 1;
    }
    63% {
        opacity: 0;
//        transform: scale(1.1) ;
         z-index:9;
    }
    100% { opacity: 0 }
}

.top-image-block {
	width:1100px;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
	position: relative;
}
.top-image {
	width:1100px;
	background-color:#fff ;
	color:#333;
	margin:0 ;
	padding:0 ;
	text-align:center ;
}
.slick-dots {
	background-color:#fff ;
}

.top-block {
	width:1100px;
	background-color:#fff ;
	color:#333;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
}

.top-block3 {
	width:450px;
	min-height:900px;
	background-color:#fff ;
	color:#333;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
	float: left;
}
.top-block32 {
	width:600px;
	min-height:900px;
	background-color:#fff ;
	color:#333;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
	float: right;
}

.player-block {
	border: solid 2px #aaa ;
	width:250px;
	height:190px;
	background-color:#fff ;
	color:#333;
	text-align:center ;
	float: left;
	padding: 10px;
	margin:4px;
}

.result-block {
	border: solid 2px #aaa ;
	width:250px;
	height:190px;
	background-color:#fff ;
	color:#333;
	text-align:center ;
	float: left;
	padding: 10px;
	margin:4px;
}

.result-block:hover {
	background-color : #FFCC99 ;
	color:#EF8700 ;
}

.result-block2 {
	border: solid 1px #333 ;
	width:830px;
	height:300px;
	background-color:#fff ;
	color:#333;
	text-align:center ;
	float: left;
	padding: 10px;
	margin-bottom:8px;
}

.info-block {
	width:800px;
	border: solid 1px #333 ;
	background-color:#fff ;
	color:#333;
	margin:16px auto ;
	padding: 12px ;
	text-align:left ;
}

.info-name-block {
	border: solid 2px #aaa ;
	width:230px;
	background-color:#fff ;
	color:#333;
	text-align:left ;
	padding: 10px;
	margin:4px;
	float: left;
}

.header-wrap {
	min-width: 1100px;
	clear: both;
/*	background: rgba(0,0,0,.9); */
}

.header-wrap.fixed {
	z-index: 100;
}

.footer-wrap {
	min-width: 1100px;
/*	background: rgba(0,0,0,.9); */
	background-color:#111e6c ;
	height: 110px;
	color:	#fff;
	text-align:center ;
}

nav {
	width:1100px;
/*	background-color:#696969 ; */
	color:#666;
	margin:0 auto ;
	padding:0 ;
	text-align:center ;
}

.nav,.nav2 {
	width:1100px;
	margin:0 auto ;
	list-style: none;
	display: flex;
	padding:0 ;
	text-align:center ;
}

.nav li {
	width: 155px;
	text-align: center;
/*	background-color: #696969; */
	height: 25px;
//  line-height: 50px;
	margin-right: 2px;
	font-size:18px;
}

.nav2 li {
	width: 160px;
	text-align: center;
/*	background-color: #696969; */
	height: 20px;
	margin-right: 2px;
	font-size:12px;
}

.pointer {
cursor:pointer ;
}

.underbar:hover {
	border-bottom : solid 4px #1034A6;
}

.underbar2:hover {
	border-bottom : solid 4px #1034A6;
}

.underbar_on {
	border-bottom : solid 4px #1034A6;
	color:#000;
}

.title_big {
	font-size:24px;
	color:#333 ;
}
.title_small {
	font-size:11px;
	color:#333 ;
}
.message_big {
	font-size:18px;
	color:#333 ;
}
.message_small {
	font-size:16px;
	color:#333 ;
}

.message_first_big {
	font-size:24px;
	color:#EF8700 ;
}

.link_a_target {
	padding:4px;
	color: #333;
	text-decoration:none;
}

.is-fixed {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.opa_hover:hover {
   opacity: 0.5;
}

.move_fuwafuwa:hover{
    animation-name: fuwafuwa;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.2s;
}

@keyframes fuwafuwa {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.dog_move{
    animation: dog_pyoko 7s forwards;
}
@keyframes dog_pyoko {
0% { transform: translateX(0px) }
40% { transform: translateX(0px) }
50% { transform: translateX(-30px) }
60% { transform: translateX(-10px) }
70% { transform: translateX(-41px) }
100% { transform: translateX(-38px) }
}

.circle_on {
  width: 1.5em;
  height: 1.5em;
  text-align:center;
  border-radius: 50%;
  color:#fff;
  background-color: #0183ff;
  border : solid 1px #fff;
  padding:0.2em;
}

.circle_off {
  width: 1.5em;
  height: 1.5em;
  text-align:center;
  border-radius: 50%;
  color:#0183ff;
  background-color: #fff;
  padding:0.2em;
  text-decoration: none;
}

.under_anime {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.under_anime::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #1034A6;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.under_anime:hover::after {
  transform: scale(1, 1);
}

.marker_triangle {
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.marker_on,.marker_off {
	z-index:100;
	position:absolute;
	width: 20px;
	text-align: center;
	color: #fff;
	margin:0 auto;
	font-size:1.2em;
}

.select_button_on {
	display:inline-block;
	text-align: center;
	padding: 10px 20px;
	background-color: #1034A6;
	color: #fff;
	margin:0 auto;
	cursor: pointer;
}

.select_button_off {
	display:inline-block;
	text-align: center;
	padding: 10px 20px;
	background-color: #fff;
	color: #1034A6;
	margin:0 auto;
	cursor: pointer;
	border: solid 2px;
}