@charset "utf-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
* {padding: 0;margin: 0;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img{
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}
ul {	display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}

a {
	color: #1967d2;
	transition: 0.5s;
}
a:hover {color: #e53900;}
a img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}

a:hover img,
#sbmt01:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	line-height: 1.8;
	font-size: 18px;
}
header {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.8);
	display: block;
	position:absolute;
	top: 0;
	overflow: hidden;
}
h1 {
	float: left;
	font-weight: bold;
}
h1 img {
	width: 150px;
	height: auto;
	margin-right: 20px;
}
header .ficonlist {
	float: right;
	margin: 11px 70px 0 0;
}
header .ficonlist li {
	display: inline-block;
	padding-left: 20px;
}
header .ficonlist li:first-child {padding-left: 0;}
header .ficonlist li img {
	margin-right: 5px;
	width: 20px;
	height: auto;
}



.rightlink {
	margin-top: 37px;
	float: right;
}
@media screen and (max-width: 480px) {
	.rightlink {margin-top: 0;}
	h1 img {display: block;}
}


#map_canvas {
	position:relative;
	width: 100vw;
	height: 100vh;
}
.maplink {overflow: hidden;}
.maplink img {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto 5px auto;
	border-radius: 6px;
}
select {
	border:0;
	margin: 20px 0 0 20px;
	width: 10em;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: right;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 2px rgba(0, 0, 0, 0.1);
	border-radius: 25px 0 0  25px;
	-webkit-border-radius: 25px 0 0  25px;
	-moz-border-radius: 25px 0 0  25px;
	font-size: 1em;
}
.f_icon {
	overflow: hidden;
	list-style-type: none!important;
	margin: 0!important 0!important 10px!important 0!important;
	padding: 0!important
}
.f_icon li {
	font-size: 0.8em;
	text-align: center;
	padding: 1px 6px;
	margin-right: 5px;
	color: #fff;
	float: left;
	border-radius: 6px;
	text-shadow:2px 2px 3px #000;
	paddding: 0!important;
}
.f_icon li:nth-child(1) {background: #c23685;}
.f_icon li:nth-child(2) {background: #45a1cf;}
.f_icon li:nth-child(3) {background: #8666b8;}
.f_icon li:nth-child(4) {background: #4bb413;}
.f_icon li:nth-child(5) {background: #e06d15;}
.f_icon li:nth-child(6) {background: #00a3a3;}
.f_icon li:nth-child(7) {background: #bcc835;}
.f_icon li.f_icon_empty {
	background: #fff;
	width: 2.8em;
}
.f_icon li:last-child {margin-right: 0;}

#listup i {
	font-size: 2.4em;
	position: absolute;
	right: 20px;
	top: 25px;
	cursor: pointer;
}
#listup i:hover {color: #666;}
#dlist {
	position: absolute;
	top: 84px;
	right: -300px;
	height: calc(100% - 84px);
	width: 254px;
	background-color:rgba(0,0,0,0.6);
	overflow-y: scroll;
}
#dlist li {overflow: hidden;}
#dlist li a {
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	padding: 10px;
	display: block;
	border-bottom: 1px dotted #fff;
	overflow: hidden;
	
}
#dlist li img {
	border-radius: 6px;
	display: block;
	width: 80px;
	height: auto;
	float: left;
}
#dlist li div {
	margin-left: 90px;
}
#dlist .f_icon li.f_icon_empty {display: none;}
#dlist li:last-child a {
	border: 1px solid #fff;
	background: #666;
	text-align: center;
	padding: 8px 0;
	border-radius: 6px;
	margin: 10px;
}

.outfmap p {line-height: 1.2;}
.outfmap .sml {
	margin-top: 5px;
	font-size: 0.9em;
}

@media screen and (max-width: 964px){
	body {font-size: 0.9em;}
	select {margin-top: 25px;}
	#listup i {top: 31px;}
	header .ficonlist {margin-top: 23px;}
	header .ficonlist li {margin-left: 0;}
	header .ficonlist li img {width: 15px;}
}
@media screen and (max-width: 860px) {
	header .ficonlist {
		margin: 10px 0 0 0!important;
		float: none;
	}
}
@media screen and (max-width: 455px){
	h1 img {margin-right: 0;}
	select {margin: 24px 0 0 10px;}
	header .ficonlist li {padding-left: 5px;}
	header .ficonlist li img {
		width: 12px;
		margin-right: 2px;
	}
}
