@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {outline: 0;}
.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {
	font-weight: normal;
	/* [disabled]text-align: left; */
}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.pace-running .wrapper {
    display: none;
}
.blue_c { color:#03C;}
.red_c{ color:#F00;}
/* -------------------------------------------------------------- */

body{
	color: #000;
	line-height: 2;
	/*	border-left: 8px solid #134091;
	border-right: 8px solid #134091;*/
	-webkit-text-size-adjust: none;
	background-color: #FFFFFF;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
}
/*
html{
border-left:5px solid #2871d7;
border-right:5px solid #2871d7;
}*/


/* リンク設定
------------------------------------------------------------*/
a{
	color: #000066;
}
a:hover{
	color: #00FFFF;
}
a:active, a:focus{outline:0;}

p {
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}

#footer .inner .gridWrapper p {
	margin-left: 10px;
}

/* 全体
------------------------------------------------------------*/
#wrapper{
	width: 98%;
	position: relative;
	/* [disabled]margin-top: 5px; */
	margin-right: auto;
	/* [disabled]margin-bottom: 5px; */
	margin-left: auto;
	padding-top: 0;
	/* [disabled]padding-right: 1%; */
	padding-bottom: 0;
	/* [disabled]padding-left: 1%; */
}

.inner{
margin:0 auto;
width:100%;
}

.100p{
width:100%;
}
.blueb {
	color: #006;
}
.fontred { color:#F00; }
.content article {
	margin-bottom: 25px;
}
.left10 {
	margin-left: 10px;
}
#sub .grid.col1 ul li a {
	text-decoration: none;
	color: #006;
}
.Wrapper .inner iframe {
	border: 1px solid #E0E0E0;
	padding: 10px;
}
iframe {
	font-size: 12px;
	border: 1px solid #0073B0;
}
.floating {
	position: fixed;
	right: 90px;
	bottom: 85px;
	display: none;
}
.floating a {
	display: block;
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
	background-image: url(../images/contactl.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floating a:hover {
  opacity: 1;
}
.blue_t {
	color: #039;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	font-size: 18px;
}
.qtitle {
	color: #FFF;
	background-color: #0CF;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.atitle {
	color: #FFF;
	background-color: #F33;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*************
/* ヘッダー
*************/
h1{
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
}

#header{
	overflow: hidden;
	/* [disabled]background-color: #FFF; */
	padding-top: 7px;
}

* html #header{height:1%;}

header {
  padding:10px;
  background: skyblue;
}

#nav-drawer {
	margin: 10px;
	text-align: right;
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	/* [disabled]background: #fff; *//*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	background-color: #000066;
}

/**/
	ul#sidenav{
	clear:both;
	width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
	border-radius:0;
	}

	ul#sidenav li{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00BFFF;
	}

	ul#sidenav li:nth-child(3n){
	/*width: 100%;*/
}

	ul#sidenav li a{
	/*width: 100%;*/
	border: 0;
	background-color: #000066;
	color: #FFF;
	display: block;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	}
	
	ul#sidenav li a:hover{
	/*width: 100%;*/
	border: 0;
	background-color: #00BFFF;
	color: #FFF;
	display: block;
	}

	ul#sidenav li:first-child a,ul#sidenav li:last-child a{
	/*width: 100%;*/
	display: block;
}

#nav-content #sidenav li .densi {
	color: #FF0;
}
@media screen and (min-width:480px) {
  #nav-open {
    display:none;
  }
}
/*************
/* ロゴ
*************/
#header .logo{
	float: left;
}
h1 .logo a {
	text-decoration: none;
	font-weight: 400;
	color: #0073B0;
	font-size: 30px;
	line-height: 100%;
}
#header .logo img{
max-width:100%;
height:auto;
}

.logo span{
font-size:12px;
font-weight:normal;
}

.info{
	float: right;
	text-align: right;
	margin-top: -10px;
}

.tel strong{
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	color: #000066;
	/* [disabled]letter-spacing: 1px; */
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{
	clear: both;
	overflow: hidden;
	/*border-radius: 5px;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #000099;
}

* html ul#topnav{height:1%;}

ul#topnav li{
	float: left;
	text-align: center;
}

ul#topnav a{
	width: 166px;
	font-size: 16px;
	display: block;
	color: #fff;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

ul#topnav li:first-child a{border:0;}

ul#topnav li:last-child a{
	width: 164px;
	/* [disabled]border-left-width: 1px; */
	/* [disabled]border-left-style: solid; */
	/* [disabled]border-left-color: #FFF; */
}

ul#topnav li.active a,ul#topnav a:hover{
	background-color: #000066;













	//*border-radius: 5px;*//
;
}
/*******************************************/

ul#topnav > li.menu_single {
    /*position: relative;*/
}

ul#topnav .menu_single .menu_second-level li a {
	border: none;
}
li.menu_single ul.menu_second-level {
	position: absolute;
	width: 200px;
	[disabled]background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu_single:hover ul.menu_second-level a{
	border:none;
}

li.menu_single:hover ul.menu_second-level {
	top: 110px;
	visibility: visible;
	opacity: 1;
	z-index: 30;
	background-color: #000099;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	clear: both;
	line-height: 0;
	margin-bottom: 15px;
	/* [disabled]background-color: #000066; */
}

#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
	/* [disabled]position: absolute; */
	max-width: 100%;
	height: auto;
	line-height: 1.4;
	/* [disabled]z-index:100; */
	/* [disabled]background: url(images/tp2.png); */
	font-size: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000066;
}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#ccc;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
	clear: both;
	overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}
.gline{
	border: 1px solid #66A3E0;
}
.colDark,.colLight{
	color: #fff;
	line-height: 100%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #0066FF;
}

.colLight{
	background-color: #00A3D8;
	/* [disabled]font-size: 16px; */
}
.colDark h3,.colLight h2{
	font-size: 16px;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.colDark h3,.colLight h3{
	font-size: 16px;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.colDark a,.colLight a{
	display: block;
	color: #CFF;
}

.grid p{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.grid ul{
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 8px;
}

.grid li{
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-position: inside;
	list-style-type: none;
}

.grid li:first-child{border-top:0;}
.grid li:last-child{border-bottom:0;}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
background:transparent;
}

#footer ul{
	/* [disabled]text-align: center; */
	padding-left: 5px;
}

#footer li{
	list-style: none;
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0BED2;
}


#footer ul li a {
	color: #FFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 7px;
}
#footer ul li a:hover {
	color: #00FFFF;
}
/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:20px;
font-size:14px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content p{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: -0.02em;
}
h2.heading {
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bolder;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #009;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(../images/titlebg.png);
	background-position: right center;
	background-color: #000;
}
#sub .grid h2{
	font-size: 14px;
	color: #FFFFFF;
	/* [disabled]border-radius: 8px; */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 5px;
	/* [disabled]border: 2px solid #00BFFF; */
	/* [disabled]font-weight: 800; */
	background-color: rgba(0,102,204,0.6);
}
h3.heading,#sub .grid h3{
	font-size: 16px;
	color: #000099;
	/* [disabled]border-radius: 8px; */
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	border: 1px solid #000099;
}
h4.heading,#sub .grid h3{
	color: #0066FF;
	/* [disabled]border-radius: 8px; */
	margin-bottom: 5px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	margin-left: 10px;
}
#sub .Wrapper h5 {
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background-color: #0073B0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0073B0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#sub .grid h3{
	margin-right: 5px;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
	float: right;
	clear: right;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 7px;
}

img.frame,#gallery img{

}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}


/*************
テーブル
*************/
table.table{
	border-collapse: collapse;
	width: 95%;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BACAD8;
}

table.table th,table.table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BACAD8;
}
table.table2{
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BACAD8;
}
.table2.tbl-r02 tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DB1F9;
	padding-right: 10px;
	padding-left: 10px;
}
.table3.tbl-r02 tr td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #D3DEFC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.table4.tbl-r03 tr td {
	padding-right: 10px;
	padding-left: 10px;
}
table.table tr:first-child th,table.table tr:first-child td{

}

table.table th{
	letter-spacing: 1px;
	white-space: nowrap;
}

.table tr td {
	padding-right: 7px;
	padding-left: 7px;
}
.tbl-r02 th {
  padding: 10px;
}

.tbl-r02 td {

}
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 85px;
	opacity: 0.6;
	border-radius: 20%;
	margin-right: 20px;
	background-color: #00FFFF;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f102';
	font-size: 30px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	line-height: 28px;
}



/*************
/* フッター
*************/
#footer {
	color: #D7D7D7;
	/* [disabled]text-align: center; */
	font-size: 12px;
	line-height: 100%;
	/* [disabled]background-color: #00004D; */
	margin-top: 65px;
}

#footer .inner{
	clear: both;
	overflow: hidden;
	background-color: #00004D;
	/* [disabled]text-align: center; */
	/* [disabled]width: 1000px; */
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 15px;
}

* html #footer{height:1%;}

#footer .copyright{font-size:11px;}


/* PC用 */
@media only screen and (min-width:960px){
	#wrapper,.inner,ul#topnav{
	width: 1000px;
	}
	
	#wrapper{
	padding-bottom: 15px;
}
	#header .logo{
	/* [disabled]padding-top: 30px; */
	font-size: 24px;
	text-decoration: none;
	font-family: "メイリオ", Meiryo,;
	color: #009;
}
	#header .info{
	/* [disabled]padding-top: 30px; */
	line-height: 130%;
	/* [disabled]padding-bottom: 30px; */
	color: #00659B;
}
	
	#main{
	width: 100%;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	}
	
	/* グリッド */
	.grid{
	width: 255px;
	margin-right: 5px;
	margin-left: 5px;
}
	.col2{
	width: 490px;
}
.col1 {
	width: 480px;
}

	.col3{
	width: 775px;
}
	#gallery .grid{
	width: 260px;
}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}
	
	.colDark{
	border-radius: 6px;
}
  .colLight{border-radius:6px;}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	body{
	/* [disabled]background-image: url(../images/bgsp.png); */
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
	h1 p.inner{padding:0 2%;width:96%}
	#header .logo{padding-left:0;}
	#header .info{padding-right:10px;}
	
	ul#topnav{
	clear:both;
	width:100%;
	border-radius:0;
	}

	ul#topnav li{
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	}

	ul#topnav li:nth-child(3n){
	width: 50%;
}

	ul#topnav li a{
	width:100%;
	border:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	li.menu_single ul.menu_second-level { display:none;}
	.grid{
	width:50%;
	margin:2px 0;
	}
	
	.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
	}
	
	.grid img{
	/* [disabled]float:left; */
	margin-right: 5px;
	}
	
	#gallery .grid{
	width:31%;
	margin:0 1%;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	}
	
	section.content{padding:0 10px;}
	
	section.content img{
	/* [disabled]max-width:90%; */
	height: auto;
	}
	
	#sub .grid{padding-bottom:20px;}
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	p {
	padding: 0;
}
	.grid{width:100%;}
	
	.grid img{
	float: none;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	}
	
	.grid p{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#footer .grid p{text-align:center;}
  .frame {
	width: 100%;
}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	body{
	background-image: url(../images/bgsp.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;}
	#header h1 .logo {
	float: left;
	}
	.info{display:none;}
	ul#topnav li{
    display:none;}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #FF;
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	.slogan{
	/* [disabled]position: absolute; */
	max-width: 100%;
	height: auto;
	line-height: 1.4;
	/* [disabled]z-index:100; */
	/* [disabled]background: url(images/tp2.png); */
	font-size: 20px;
}
h2.heading {
	font-size: 18px;
	color: #FFFFFF;
	/* [disabled]border-radius: 4px; */
	margin-bottom: 20px;
	font-weight: bolder;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006;
	background-color: #FCFCFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
h3.heading,#sub .grid h3{
	font-size: 14px;
	color: #000099;
	/* [disabled]border-radius: 8px; */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	border: 1px solid #000099;
}
.tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
  .frame {
	width: 100%;
}
.floating {
	position: fixed;
	right: 0;
	bottom: 0;
	display: none;
}
.floating a {
	display: block;
	color: #FFF;
	text-decoration: none;
	opacity: 0.8;
	background-image: url(../images/contactl.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floating a:hover {
  opacity: 1;
}
.floating {
	position: fixed;
	right: 0;
	bottom: 50px;
	display: none;
}
#footer {
	margin-top: 85px;
	display: block;
	line-height: 100%;
}
#footer p {
}
}
