@charset "UTF-8";
@charrset "utf-8";
/*-------------------------------------------------------------------------------
 変数定義
 -------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
Font Awesome (アイコンフォント)
-----------------------------------------------------------------------------
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, div, ul, li, p, ol {
  box-sizing: border-box;
}

/*-------------------------------------------
グローバル設定（プログラマー向け）
---------------------------------------------
文字の大きさ */
body {
  font-size: 100%;
}

/*

ヘッダーの高さ */
header {
  height: 121px;
  margin: 0 0 20px 0;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  header:after {
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: rgba(115, 179, 176, 0.15);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  header {
    margin: 0;
    margin-left: 0px;
    padding: 3px 0 0 0;
    height: 61px;
  }
}
/*
-------------------------------------------*/
/*-------------------------------------------
 カラー設定（置換する事で色を変更できます）
---------------------------------------------

  メイン（青）
--濃い--
 #059
 #39c
 #7cd
 #bee
--薄い--

  サブ（灰）
--濃い--
 #444
 #777
 #ccc
 #eee
--薄い--

  背景
#5b5b6a
#f9f9f4

-------------------------------------------*/
/*-------------------------------------------------------------------------*/
#codeigniter_profiler {
  background-color: #111 !important;
  color: #ddd !important;
}
#codeigniter_profiler fieldset, #codeigniter_profiler table td, #codeigniter_profiler legend {
  background-color: #111 !important;
  color: #ddd !important;
}

html {
  background: #fff;
  height: 100%;
  margin: 0px auto;
  font-family: "Helvetica Neue", "Lucida Grande", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "segoe UI", 游ゴシック, Meiryo, メイリオ, sans-serif;
  font-weight: normal;
  text-align: center;
}

body {
  height: 100%;
  margin: 0px auto;
  font-family: "Helvetica Neue", "Lucida Grande", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "segoe UI", 游ゴシック, Meiryo, メイリオ, sans-serif;
  font-weight: normal;
  text-align: center;
}

#wrap {
  position: relative;
  margin: 0px auto;
  text-align: left;
  height: auto;
  /*min-width: 1000px;*/
  /*max-width: 1000px;*/
  background: #fff;
  /*box-shadow: 0 0 10px 0 hsla(0, 0%, 0%, 0.1);*/
}
#wrap #MainForm {
  min-height: calc(100vh - 246px);
}

/*------------------------------------------------------------
 Site Grobal
 ------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.btn-main {
  color: #fff;
  background-color: #36509f;
  border-color: #36509f;
}
.btn-main:hover {
  color: #fff;
}

button:hover {
  opacity: 0.7;
}

dt, dd {
  margin: 0;
}

/*
table {
  width: 90%;
  clear: both;
  margin: 0 auto;
}
table tr th, table tr td {
  border: 1px solid #999;
  padding: 4px;
}
table tr:nth-of-type(odd) td { background: #f3f3f3; }
*/
/* メトリクス調整用汎用定義クラス（プログラマー向け） */
.width_66percent {
  width: 66%;
}

.width_50percent {
  width: 50%;
}

.width_40percent {
  width: 40%;
}

.width_33percent {
  width: 33%;
}

.width_25percent {
  width: 25%;
}

.width_20percent {
  width: 20%;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

/*
input[type="button"], input[type="submit"], input[type="radio"] + label {
  display: block;
  float: left;
  cursor: pointer;
  border: none;
  width: 144px;
  margin: 10px;
  padding: 10px;
  background: #83C434;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: .2s;
  border-radius: 8px;
}
*/
/*------------ フォームパーツ ここから ------------*/
input, select {
  margin: 0 0.4em 0 0;
  font-family: "Helvetica Neue", "Lucida Grande", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "segoe UI", 游ゴシック, Meiryo, メイリオ, sans-serif;
}

h1, h2, h3, h4, h5 {
  padding: 5px 10px;
}

/*
input[type="button"],
input[type="submit"],
input[type="button"],
input[type="submit"],
button {
  /*#background: #059 linear-gradient(to bottom,#059,#39c);* /
    background: #66AEF3 linear-gradient(to bottom, #6F6E77, #4F4E57)
  color: #fff;
  border: 0;
  margin: 0 10px 0 0;
  padding: 4px 10px;

    /* flat design * /
  /*box-shadow:  0 2px 5px 0 hsla(0,0%,0%,0.4);* /
  border-radius: 10px;
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  background: #ccc linear-gradient(to bottom,#777,#eee);
  box-shadow: none;
}
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
button:disabled:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"],
input[type="radio"] + label,
input[type="checkbox"] + label,
input[type="color"] + label {
  cursor: pointer;
}
*/
* + label {
  padding: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
*:checked + label > span.name {
  background: #afa;
  border-radius: 5px;
  /*color: #fff;*/
}
*:checked + label {
  background: #afa;
  border-radius: 5px;
}
* + label:hover {
  background: #efe;
  border-radius: 5px;
}
* + label > span.name {
  padding: 5px;
}

/*
*:checked + label:hover {
  background: #fff;//#afa;
  border-radius: 5px;
}
*/
label.checkbox {
  display: inline-block;
  margin: 0px 10px 0 20px;
  padding: 0px;
  border-radius: 5px;
}

/*
label.checkbox input[type="checkbox"]:checked {
  background: #4caaed;
}
*/
/*
label.checkbox:hover input[type="checkbox"] {
  background: #d5f2f5;
  border-radius: 5px;
}
*/
textarea:focus {
  background: #bee;
}

input[type=text]:focus, input[type=password]:focus {
  background: #bee;
}
input[type=button]:focus, input[type=submit]:focus, input[type=button]:active, input[type=submit]:active {
  background: #bee;
  outline: none;
}
input[type=checkbox] {
  /*display: none;*/
}
input[type=radio] {
  /*display: none;*/
}
input[type=radio] + label:before {
  /*content: "\f10c";*/
}
input[type=radio]:checked + label:before {
  /*content: "\f192";*/
}
input[type=checkbox] + label:before {
  /*content: "\f096";*/
}
input[type=checkbox]:checked + label:before {
  /*content: "\f046";*/
}

/***
input[type="checkbox"] + label,
input[type="radio"] + label {
  padding: 5px 13px 5px 10px;
  margin: 0 10px 0 0;
}
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  background: #BEE;
}
input[type="checkbox"]:checked + label:hover,
input[type="radio"]:checked + label:hover {
  background: #d5f2f5;
    color:#000;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  padding: 2px 7px 2px 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.33333333em;
  text-align: center;
  display: inline-block;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -10%;
}
***/
.nomark input[type=checkbox], .nomark input[type=radio] {
  display: none;
}

input.date_input {
  width: 100px;
}

select.input-sm {
  padding: 0 8px;
}

/*
textarea, input[type="text"], input[type="password"] {
  margin: 0 0 20px 0;
}
*/
/*------------ フォームパーツ ここまで ------------*/
/*------------------------------
 header
 ------------------------------*/
/*----- header タイトルロゴ -----*/
.authentication header {
  margin: 0 0 0 0;
  position: relative;
  background-position: center;
}
.authentication header h1 {
  width: 500px;
  margin: 0 auto;
}
.authentication header h1 a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100px;
  margin: 0;
  position: relative;
  z-index: 100;
}

header {
  /*  margin: 0 0 20px 0;
    padding: 20px;*/
  position: relative;
  background-position: center;
}
header h1 {
  width: 500px;
  height: 100px;
  margin: 0;
  padding: 0;
}
header h1 a {
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100px;
  margin: 0;
  position: relative;
  z-index: 100;
}
header h1 a:after {
  content: "";
  font-size: 50%;
}
header h1 a img {
  width: 411px;
  margin-left: -36px;
}
@media screen and (max-width: 1070px) {
  header h1 a img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  header h1 a img {
    max-width: 284px;
    width: 100%;
    margin-left: 10px;
  }
}

.sys-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.sys-nav button {
  display: block;
  float: right;
  height: 50px;
  width: 120px;
  line-height: 50px;
  /*color: #fff;*/
  background: #ddd;
  border: 0;
  border-radius: 10px;
  margin: 20px 20px 20px 0;
  padding: 0;
  font-weight: normal;
}
.sys-nav button.logout:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f09c";
  color: #666;
  font-size: 12pt;
  margin-right: 0px;
}

/* ユーザー情報 */
header .login-user-info {
  margin-top: -10px;
  color: #333;
  float: right;
}
header .login-user-info dt, header .login-user-info dd {
  display: inline;
}
header .login-user-info dt {
  clear: both;
}
header .login-user-info dt:after {
  content: ": ";
}

header #site-menu {
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 260px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: 0;
  top: 60px;
  right: 0;
}
header #site-menu .nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #73b3b0;
}
header #site-menu .nav > li a {
  color: #ffffff;
}
header #site-menu ul.nav.menu-for-sp-child {
  border-top: 1px dotted #ccc;
  padding-left: 15px;
  background-color: #fff;
}
header #site-menu ul.nav.menu-for-sp-child li:last-child {
  border-bottom: none;
  border-right: none;
}

/*------------------------------
 article
 ------------------------------*/
article {
  padding: 20px;
  min-height: 400px;
  overflow: hidden;
}

.in-iframe article {
  padding: 5px;
}

header + article {
  margin: -20px 0 0 0;
}

article section {
  clear: both;
  overflow: hidden;
  padding: 10px;
}
article h1, article h2, article h3, article h4, article h5 {
  margin: 0 0 20px 0;
}
article h1 {
  letter-spacing: 0.2em;
  text-align: center;
  background: #ccc;
  font-size: 1.5em;
}
article > h1:first-of-type {
  margin: 0 0 20px 0;
}
article h2 {
  font-size: 1.2em;
}
article h3 {
  font-size: 1em;
}
/*------------------------------
 footer
 ------------------------------*/
footer {
  padding: 26px 0 20px;
  width: 100%;
  background: #36509f;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 499px) {
  footer .container {
    width: 100%;
  }
}
@media screen and (max-width: 787px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 500px) and (max-width: 1119px) {
  footer .container {
    width: auto;
  }
}
footer .fLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
footer .fLeft .coName {
  margin: 5px 0;
  color: #ffffff;
  font-size: 16px;
}
footer .fLeft .fAddress {
  margin: 0;
  padding: 0;
}
footer .fLeft .fAddress dd {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #ffffff;
}
footer .fRight {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footList li {
  margin: 0 20px;
  list-style: none;
}
footer .footList li a {
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
footer .copy {
  margin-top: 30px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
}
footer .copy small {
  font-size: 12px;
  color: #ffffff;
}

footer ul.links {
  padding-left: 0px;
}
footer ul.links li {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
footer ul.links li a {
  color: #fff;
}

@media (max-width: 768px) {
  footer ul.links li {
    display: block;
    text-align: left;
  }
}
footer .pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
footer .pagetop a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5E72B1;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
footer .pagetop a i {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin: 0;
}

/*------------------------------
 汎用パーツ
 ------------------------------*/
/* dl形式　ラジオボタン＆チェックボックス */
.select_conditions dt {
  background: #eee;
  display: block;
  clear: both;
  margin: 0 0 10px 0;
}
.select_conditions dd div {
  overflow: hidden;
  clear: both;
  margin: 0 0 10px 0;
}
.select_conditions dd div:last-of-type {
  margin: 0 0 20px 0;
}
.select_conditions dd:last-of-type div:last-of-type {
  margin: 0;
}
.select_conditions dd label {
  display: block;
  float: left;
}

/* ポップアップツール */
.popup_tools {
  position: fixed;
  background: #ddd;
  padding: 20px;
  box-shadow: 0 0 20px 0 #000;
  z-index: 20000;
}

/* カラー設定 input[type="color"] */
.color_graph_conditions div {
  padding: 10px;
}
.color_graph_conditions input[type=checkbox] + label {
  float: none;
  display: inline-block;
  margin: 0 0 0 10px;
}
.color_graph_conditions input[type=color] {
  border: 0;
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.2);
  padding: 0;
  outline: 2px solid #ccc;
}
.color_graph_conditions input[type=color]:hover {
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.4);
  outline: 4px solid #39c;
}
.color_graph_conditions input[type=color]:disabled {
  box-shadow: none;
  border-radius: 5px;
  outline: none;
}

/* amcharts グラフビュー */
.graph_view > div {
  margin: 0 0 20px 0;
}
.graph_view .btn_sortable {
  text-align: center;
}
.graph_view .btn_sortable button {
  width: 35%;
}

.graph_view_indv {
  margin: 0 0 40px 0;
}
.graph_view_indv .btn_sortable {
  text-align: center;
}
.graph_view_indv h3 {
  overflow: hidden;
  background: #eee;
  padding: 5px;
}
.graph_view_indv h3 .title_graph {
  float: left;
  padding: 4px 10px;
  width: 75%;
}
.graph_view_indv .tool-button {
  float: right;
}
.graph_view_indv .table_graph_data table {
  margin: 0;
}

/*
dl {
    margin: 0;
}

dt {
  float:left;
  width: 100px;
  padding: 2px 12px;
  margin-right: 8px;
  background: #d5f2f5;
    color: #444;
    font-weight:bold;
}

dd {
  margin-top: 2px;
}
*/
/* tablesorter */
table.tablesorter {
  width: 100%;
  margin: 10px 0pt 15px;
}
table.tablesorter thead tr th {
  background-repeat: no-repeat;
  background-position: center right;
  font-weight: normal;
  height: 30px;
  padding: 0 0 0 4px;
  background-color: #e1edf5;
}
table.tablesorter thead tr .header {
  background-image: url(../../img/tablesorter/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  font-weight: normal;
  height: 30px;
  padding: 0 0 0 4px;
  background-color: #e1edf5;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(../../img/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../../img/tablesorter/desc.gif);
  background-color: #8dbdd8;
}
table.tablesorter thead tr .headerSortUp {
  background-color: #8dbdd8;
}
table.tablesorter tbody tr.tr_selected td {
  background: #b1d6f0;
}

div.results table tbody tr:hover td {
  background: #ffffaa !important;
}
div.err_msg {
  background: #f77;
  color: #ffffff;
  padding-left: 10px;
}

.fll {
  float: left;
}

.ui-sortable-helper {
  list-style-type: none;
}

.cb {
  clear: both;
}

#error {
  margin: 0 50px;
  padding: 20px;
  border: 2px solid #f66;
  border-radius: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/*
  multiselect 関連のcss.
 */
.ui-multiselect-filter {
  margin-bottom: 3px;
}
.ui-multiselect-filter input[type=search] {
  width: calc(100% - 4px);
  font-weight: normal;
  -webkit-appearance: textfield;
}

.ui-multiselect-header .ui-icon + span {
  font-size: 13px;
  font-weight: normal;
}

.ui-multiselect-checkboxes label {
  margin: 0;
  font-weight: normal;
}
.ui-multiselect-checkboxes label span {
  margin-left: 5px;
}

ul.nav.menu-for-sp-child {
  border-top: 1px dotted #ccc;
  padding-left: 15px;
}

/*fLink*/
.fLink {
  padding: 0 15px;
  margin-top: 20px;
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F7F8F8;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #73b3b0;
}
@media screen and (max-width: 499px) {
  .fLink {
    padding: 40px 15px;
    height: auto;
  }
}
@media screen and (min-width: 500px) and (max-width: 787px) {
  .fLink {
    height: 520px;
  }
}
.fLink:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(247, 248, 248, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.fLink * {
  position: relative;
  z-index: 1;
}
.fLink .container {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}
@media screen and (max-width: 499px) {
  .fLink .container {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 1119px) {
  .fLink .container {
    width: auto;
  }
}
.fLink .fLink__hl {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
  text-align: center;
}
.fLink .fLink__hl:before {
  margin-left: -30px;
  content: "";
  width: 60px;
  height: 3px;
  background: #364F9D;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.fLink .rowBox__3elem {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fLink .rowBox__3elem .boxInner {
  margin: 10px 0;
  width: calc(33.333% - 30px);
}
@media screen and (max-width: 499px) {
  .fLink .rowBox__3elem .boxInner {
    margin: 10px auto;
    width: 80%;
  }
}
@media screen and (min-width: 500px) and (max-width: 787px) {
  .fLink .rowBox__3elem .boxInner {
    width: calc(50% - 20px);
  }
}
.fLink .rowBox__3elem:after {
  content: "";
  width: calc(33.333% - 30px);
  display: block;
}
.fLink .banner {
  box-shadow: 0 0 8px #808080;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=module.css.map */
