/* ヘッダー */

#header {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

#header .inner {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  width: 970px;
}

#header .logo {
  align-items: center;
  clear: both;
  display: flex;
  float: left;
  margin: 13px 0 0 0;
}

#header .logo a {
  display: flex;
  width: 104px;
  height: 22px;
  margin: 0 10px 0 0;
  background: url("./img/header/logo.svg") 0 0 no-repeat;
  text-indent: -9999px;
}

#header .service-list {
  float: left;
  display: flex;
  margin: 9px 0 0;
}

#header .service-list .service-item {
  align-items: center;
  display: flex;
  font-size: 18px;
}

#header .service-list .service-item a {
  align-items: center;
  background-color: #069CE9;
  border-top: solid 1px #069CE9;
  border-bottom: none;
  border-left: solid 1px #069CE9;
  border-right: solid 1px #069CE9;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  color: #fff;
  display: flex;
  margin: 0 10px 0 0;
  padding: 2px 15px;
  text-decoration: none;
}

#header .service-list .service-item a.comic {
  background-color: #fff;
  color: #069CE9;
}

#header .service-list .service-item a.comic:hover {
  background-color: #069CE9;
  color: #fff;
}

#header h1 {
  clear: both;
  float: left;
  width: auto;
  height: auto;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #333;
  padding: 6px 0 0 0;
}

#header .caption,
#header .caption strong {
  clear: both;
  float: left;
  width: auto;
  height: auto;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  color: #333;
  padding: 4px 0 0 0;
}

#header .caption strong {
  background: none;
  padding: 2px 0 0 0;
}

#header #top-page {
  border-top: 1px solid #069CE9;
  border-left: 1px solid #069CE9;
  border-right: 1px solid #069CE9;
  margin: 0 auto;
  padding: 0;
  width: 969px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #header #top-page {
    border-top: 1px solid #069CE9;
    border-left: 1px solid #069CE9;
    border-right: 1px solid #069CE9;
    margin: 0 auto;
    padding: 0;
    width: 969px;
    overflow: hidden;
  }
}

#header #anime, #documentary, #dorama, #cinema, #hobby, #fitness, #videxidol, #bbc, #ngc, #mytheater {
  border-top: 1px solid #069CE9;
  border-left: 1px solid #069CE9;
  border-right: 1px solid #069CE9;
  margin: 0 auto;
  padding: 0;
  width: 969px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #header #anime, #documentary, #dorama, #cinema, #hobby, #fitness, #videxidol, #bbc, #ngc, #mytheater {
    border-top: 1px solid #069CE9;
    border-left: 1px solid #069CE9;
    border-right: 1px solid #069CE9;
    margin: 0 auto;
    padding: 0;
    width: 969px;
    overflow: hidden;
  }
}

#header .subnavi {
  float: right;
  height: auto;
  margin: -19px 0 0 0;
/ margin: 2 px 0 0 0;
}

@media (max-width: 970px) {

  #header .subnavi {
    padding-right: 10px;
  }
}

#header .subnavi ul {
  list-style-type: none;
}

#header .subnavi ul.top {
  clear: both;
  font-size: 11px;
  margin: 0 0 0 0;
}

#header .subnavi ul.bottom li.beginner {
  background: url("./img/header/headmenu_line2.gif") no-repeat scroll 0 4px;
  font-size: 11px;
  padding: 0 0 0 14px;
  margin: 15px 15px 2px 0;
}

#header .subnavi ul.bottom li.help {
  background: url("./img/header/headmenu_line2.gif") no-repeat scroll 0 4px;
  font-size: 11px;
  padding: 0 0 0 14px;
  margin: 15px 15px 2px 0;
}

#header .subnavi ul.bottom li.regist {
  background: url("./img/header/headmenu_line2.gif") no-repeat scroll 0 4px;
  padding: 0 0 0 17px;
  font-size: 11px;
  margin: 15px 15px 2px 0;
}

#header .subnavi ul.bottom li.beginner a {
  background: url("./img/header/headmenu_line2.gif") no-repeat scroll right 4px;
  padding: 0 14px 0 0;
}

#header .subnavi ul.bottom {
  clear: both;
  font-size: 13px;
  margin: 0;
}


#header .subnavi li {
  float: right;
  padding: 0;
  margin: 0 0 0 15px;
  line-height: 20px;
}

#header .subnavi li.sokmil {
  border: 1px #d7dada solid;
  float: right;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 21px;
  width: 110px;
}

#header .subnavi li.sokmil a {
  background: url("./img/header/toSOKMIL_20180618.gif") no-repeat 0 0;
  border: none;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-indent: -9999;
  height: 21px;
  width: 116px;
}

#header .subnavi li.mypage {
  float: right;
  padding: 0;
  margin: 6px 0 0 5px;
/ width: 120 px;
}

#header .subnavi li.cart {
  float: right;
  padding: 0;
  margin: 6px 0 0 5px;
/ width: 120 px;
}

#header .subnavi li a {
  color: #0066e3;
  text-decoration: none;
}

#header .subnavi li a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#header .subnavi li.mypage a {
  background: url("./img/itemdetail/mypageicon.png") no-repeat scroll 5px 0 #A9DF0D;
/ background: url("./img/itemdetail/mypageicon.gif") no-repeat scroll 5 px 0 #A9DF0D;
  display: block;
  border: 2px solid #A9DF0D;
  color: #fff;
  height: 20px;
  text-align: center;
  padding: 0 10px 0 35px;
}

#header .subnavi li.mypage a:hover {
  color: #ff0000;
  background: url("./img/itemdetail/mypageicon2.png") no-repeat scroll 5px 0 #fff;
/ background: url("./img/itemdetail/mypageicon2.gif") no-repeat scroll 5 px 0 #fff;
  text-decoration: none;
}

#header .subnavi li.cart a:hover {
  color: #ff0000;
  background: url("./img/itemdetail/head_carticon2.png") no-repeat scroll 5px 0 #fff;
/ background: url("./img/itemdetail/head_carticon2.gif") no-repeat scroll 5 px 0 #fff;
  text-decoration: none;
}

#header .subnavi li.cart a {
  background: url("./img/itemdetail/head_carticon.png") no-repeat scroll 5px 0 #ff8000;
/ background: url("./img/itemdetail/head_carticon.gif") no-repeat scroll 5 px 0 #ff8000;
  display: block;
  border: 2px solid #ff8000;
  color: #fff;
  height: 20px;
  text-align: center;
  padding: 0 10px 0 35px;
}

#header .underline {
  clear: both;
  height: 5px;
  font-size: 0;
}

/* 検索エリア */


.header-menu-item-link {
  display: none;
}

.search {
  clear: both;
  margin: 0;
  padding: 7px 0 7px 0;
  background: #069CE9;
  min-width: 970px;
  width: 100%;
}

@media (max-width: 970px) {

  .search {
    padding: 7px 10px 7px 10px;
  }
}

.search .select {
  color: #069CE9;
  float: left;
  height: 25px;
  padding: 2px 0;
  margin-right: 5px;
  font-size: 14px;
}

.search .select, x:-moz-any-link {
  padding: 3px 2px 0;
}

.search fieldset.field {
  background: #069CE9;
  border: none;
  margin: 0 auto;
  width: 970px;
}

#searchform {
  background: none repeat scroll 0 0 #069CE9;
  clear: both;
  display: block;
  min-width: 970px;
  width: 100%;
  margin: 0 auto;
}

.search .field input {
  font-size: 14px;
  border: none;
}

.search .field input {
  float: left;
  width: 300px;
  height: 19px;
  line-height: 1.2;
  padding: 2px 5px 2px 5px;
  margin-right: 5px;
  background: #fff;
  border: #c0c0c0 1px solid;
  color: #000;
}

.search .field input.input-box-inactive {
  float: left;
  width: 300px;
  height: 19px;
  line-height: 1.2;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  background: #fff;
  color: #c0c0c0;
}

.search .field input.input-box-active {
  float: left;
  width: 300px;
  height: 19px;
  line-height: 1.2;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 0;
  background: #fff;
  border: #c0c0c0 1px solid;
  color: black;
}

.search .field input.input-box-inactive, #header .search .field input.input-box-active, #header .search .field input, #header x:-moz-any-link {
  height: 19px;
  padding: 2px 5px 2px 5px;
}

.search .field a.btn {
  color: #fff;
  float: left;
  display: block;
  width: 41px;
  height: 17px;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
  text-align: center;
  background: /*url("./img/header/btn_search.gif")*/ #069CE9 0 0 no-repeat;
  border: #fff 1px solid;
}

.search .field a:hover.btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: /*url("./img/header/btn_search.gif")*/ #3598DB 0 0 no-repeat;
}

.emergency {
  clear: both;
  max-width: 970px;
  margin: 10px auto 0;
  border: #e90129 1px solid;
  text-align: center;
  color: #000;
  line-height: 1.4em;
/ margin: 10 px 0 10 px 0;
  padding: 10px 0;
}

.emergency p {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.infotitle {
  font-size: 12px;
  font-weight: bold;
}

.emergencymessage {
  color: #39F;
}

.topwarning {
  clear: both;
  color: #39F;
  margin: 0 0 10px 0;
  border: #f30000 1px solid;
  padding: 5px;
  text-align: center;
  line-height: 160%;
}

.topwarning span {
  color: #f30000;
}


/*=================================================================================
	dropdown menu
=================================================================================*/

#header ul.dropdown li {
  list-style: none;
}

/*=================================================================================
	level 1
=================================================================================*/

ul.dropdown {
  clear: both;
  position: relative;
  width: 970px;
}

ul.dropdown li {
  float: left;
  zoom: 1;
}

ul.dropdown li a.navi {
  background: url("./img/header/headmenu_line.gif") right 3px no-repeat;
  color: #0066e3;
  display: block;
  width: auto;
  height: 23px;
  overflow: hidden;
  outline: none;
  font-size: 13px;
  padding: 6px 0 0 0;
  text-decoration: none;
  z-index: -9999;
}

ul.dropdown li a.navi:hover {
  background: url("./img/header/headmenu_line.gif") right 1px 3px no-repeat;
  color: #0066e3;
  display: block;
  width: auto;
  height: 23px;
  outline: none;
  font-size: 13px;
  margin: 0 0 0 -1px;
  padding: 6px 0 0 1px;
  text-decoration: none;
  z-index: 9999;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.dropdown li a.navi {
    background: url("./img/header/headmenu_line.gif") right 3px no-repeat;
    color: #0066e3;
    display: block;
    width: auto;
    height: 23px;
    outline: none;
    font-size: 13px;
    padding: 6px 0 0 0;
    text-align: center;
    text-decoration: none;
  }
}

ul.dropdown li.top a.navi {
  color: #fff;
  width: 103px;
  font-size: 13px;
  padding: 8x 0 0;
  text-align: center;
  text-decoration: none;
}

ul.dropdown li.top a.navi {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.top a.navi:hover {
  background: #069CE9;
  color: #fff;
}


ul.dropdown li.anime {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 98px;
}

ul.dropdown li.anime a.navi:hover {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.documentary {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 14%;
}

@-moz-document url-prefix() {
  ul.dropdown li.documentary {
    width: 136px;
  }
}

ul.dropdown li.documentary a.navi:hover {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.dorama {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 98px;
}

ul.dropdown li.dorama a.navi:hover {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.cinema {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 98px;
}

ul.dropdown li.cinema a.navi:hover {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.hobby {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 106px;
}

ul.dropdown li.hobby a.navi:hover {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.fitness {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 106px;
}

ul.dropdown li.fitness a.navi:hover {
  background: #069CE9;
  color: #fff;
}

ul.dropdown li.videxidol {
  background: #fff;
  display: block;
  color: #069CE9;
  margin: 0 0 0 0;
  text-align: center;
  width: 102px;
}

ul.dropdown li.videxidol a.navi:hover {
  background: #069CE9;
  color: #fff;

}

ul.dropdown li.bbc {
  background: url("./img/header/headmenu_line.gif") right 3px no-repeat #FFF;
}

ul.dropdown li.bbc:hover {
  background: url("./img/header/headmenu_line.gif") right -1px 3px no-repeat #FFF;
}


ul.dropdown li.bbc a.navi {
  background: url("./img/header/menu_bbc.png") center 8px no-repeat;
  overflow: hidden;
  color: #fff;
  text-indent: -9999px;
}

ul.dropdown li.bbc a.navi:hover {
  background: url("./img/header/menu_bbc2.png") #069CE9 center 9px no-repeat;
  color: #fff;
}

ul.dropdown li.ngc {
  background: #fff;
  color: #069CE9;
  margin: 0 0 0 0;
  width: 10%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.dropdown li.ngc {
    background: url("./img/header/headmenu_line.gif") right 3px no-repeat #FFF;
    color: #069CE9;
    margin: 0 0 0 0;
    width: 101px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.dropdown li.ngc {
    background: url("./img/header/headmenu_line.gif") right -1px 3px no-repeat #FFF;
    color: #069CE9;
    margin: 0 0 0 0;
    width: 101px;
  }
}


ul.dropdown li.ngc {
  background: url("./img/header/headmenu_line.gif") right 3px no-repeat #FFF;
}

ul.dropdown li.ngc:hover {
  background: url("./img/header/headmenu_line.gif") right -1px 3px no-repeat #FFF;
}

ul.dropdown li.ngc a.navi {
  background: url("./img/header/ngc_menu.png") center 0 no-repeat;
/ background: url("./img/header/ngc_menu.gif") center 0 no-repeat;
  overflow: hidden;
  color: #fff;
  text-indent: -9999px;
}

ul.dropdown li.ngc a.navi:hover {
  background: url("./img/header/ngc_menu2.png") #069CE9 center 0 no-repeat;
/ background: url("./img/header/ngc_menu2.gif") #069CE9 center 0 no-repeat;
  color: #fff;
}


ul.dropdown li.mytheater {
  background: #fff;
  color: #069CE9;
  width: 122px;
}

ul.dropdown li.mytheater:hover {
  background: #069CE9;
  color: #069CE9;
  width: 122px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.dropdown li.mytheater {
    background: #fff;
    color: #069CE9;
    margin: 0;
    padding: 0;
    width: 123px;
    overflow: hidden;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.dropdown li.mytheater:hover {
    background: #fff;
    color: #069CE9;
    margin: 0;
    padding: 0;
    width: 123px;
    overflow: hidden;
  }
}

ul.dropdown li.mytheater a.navi {
  background: url(./img/header/mytheater_menu.png) center 5px no-repeat;
/ background: url(./img/header/mytheater_menu.gif) center 5 px no-repeat;
  overflow: hidden;
  color: #fff;
  text-indent: -9999px;
}

ul.dropdown li.mytheater a.navi:hover {
  background: url(./img/header/mytheater_menu2.png) #069CE9 center 5px no-repeat;
/ background: url(./img/header/mytheater_menu2.gif) #069CE9 center 5 px no-repeat;
  color: #fff;
  overflow: hidden;
  text-indent: -9999px;
}


/*=================================================================================
	level 2
=================================================================================*/

ul.dropdown ul {
  position: absolute;
  top: 100%;
  _top: 25px;
  left: 0;
  width: 161px;
  visibility: hidden;
  padding: 0;
}

ul.dropdown ul li {
  margin: 0 1px 1px 0;
  background: #fff; /* リスト初期の色 */
  display: inline;
  font-size: 11px;
  font-weight: bold;
}

/* 1列 */

ul.dropdown ul li a {
  display: inline-block;
  width: 144px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}

ul.dropdown2 ul {
  width: 302px;
}

/* 2列 */

ul.dropdown2 ul li {
  float: left;
}

ul.dropdown2 ul li a {
  width: 134px;
}

/* 線色・背景色 */

ul.dropdown ul li a:hover {
  background: #ddd; /* リストマウスオーバーの色 */
  text-decoration: underline;
}

ul.dropdown ul li a img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

ul.dropdown li.anime ul {
  border: #1591E8 5px solid;
  border-right: #1591E8 4px solid;
  border-bottom: #1591E8 4px solid;
  background: #1591E8;
}

ul.dropdown li.documentary ul {
  border: #01396B 5px solid;
  border-right: #01396B 4px solid;
  border-bottom: #01396B 4px solid;
  background: #01396B;
}

ul.dropdown li.dorama ul {
  border: #FF780A 5px solid;
  border-right: #FF780A 4px solid;
  border-bottom: #FF780A 4px solid;
  background: #FF780A;
}

ul.dropdown li.cinema ul {
  border: #4B5656 5px solid;
  border-right: #4B5656 4px solid;
  border-bottom: #4B5656 4px solid;
  background: #4B5656;
}

ul.dropdown li.hobby ul {
  border: #30C510 5px solid;
  border-right: #30C510 4px solid;
  border-bottom: #30C510 4px solid;
  background: #30C510;
}

ul.dropdown li.fitness ul {
  border: #26B9BD 5px solid;
  border-right: #26B9BD 4px solid;
  border-bottom: #26B9BD 4px solid;
  background: #26B9BD;
}

ul.dropdown li.videxidol ul {
  border: #FF42A0 5px solid;
  border-right: #FF42A0 4px solid;
  border-bottom: #FF42A0 4px solid;
  background: #FF42A0;
}

/*=================================================================================
	level 3
=================================================================================*/

ul.dropdown ul ul {
  left: 100%;
  top: 0;
}

ul.dropdown li:hover > ul {
  visibility: visible;
}

* html ul.dropdown li:hover ul {
  visibility: visible;
}

/*=================================================================================
	underline color
=================================================================================*/

#header .underline {
  clear: both;
  height: 0;
  font-size: 0;
  margin: 0;
}

#header #top-page .underline {
  background: /*url("./img/header/bg_underline.gif")*/ 0 center no-repeat;
}

.underline2 {
  clear: both;
  height: 1px;
  font-size: 0;
  margin: 0;
  min-width: 990px;
  width: 100%;
}

.underline2 {
  background: /*url("./img/header/bg_underline.gif")*/ #069CE9 0 center no-repeat;
}

#header #anime .underline {
  background: #1591E8;
}

#header #documentary .underline {
  background: #01396B;
}

#header #dorama .underline {
  background: #FF780A;
}

#header #cinema .underline {
  background: #4B5656;
}

#header #hobby .underline {
  background: #30C510;
}

#header #fitness .underline {
  background: #26B9BD;
}

#header #videxidol .underline {
  background: #FF42A0;
}

#header #bbc .underline {
  background: url("./img/header/bg_bcc_line.jpg") 0 0 no-repeat;
}

#header #ngc .underline {
  background: #000000;
}

#header #mytheater .underline {
  background: url("./img/header/bg_mytheater_line.jpg") 0 0 no-repeat;
}

/*-- レスポンシブ --*/

@media (max-width: 640px) {

  /*-----------------------  header -----------------------*/
  #header {
    background: #ddd;
    border-top: 8px solid #069CE9;
  }

  .header-menu-item-link {
    display: block;
  }

  #header .inner {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
    width: 100%;
  }

  #header .logo {
    clear: both;
    float: left;
    margin: 4px 0 10px 50px;
  }

  #header .caption, #header .caption strong {
    display: none;
    width: auto;
    height: auto;
    padding: 8px 0 0 25px;
  }

  #header #anime, #documentary, #dorama, #cinema, #hobby, #fitness, #videxidol, #bbc, #ngc, #mytheater {
    display: none;
  }

  #header h1 {
    clear: both;
    float: left;
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    color: #333;
    margin: 0 0 0 50px;
    padding: 6px 0 0 0;
  }

  #header #top-page {
    display: none;
  }

  .search {
    display: none;
  }

  .search fieldset.field {
    background: #069CE9;
    border: none;
    margin: 0 auto;
    width: 100%;
  }

  .search .field input.input-box-inactive {
    float: left;
    width: 125px;
    height: 17px;
    line-height: 1.2;
    padding: 3px 0 3px 3px;
    margin-right: 5px;
    background: #fff;
    color: #c0c0c0;
  }

  /*-----------------------  header -----------------------*/
  .underline2 {
    display: none;
  }

  #build-menu-page {
    left: 0;
    position: relative;
    background-color: #fff;
  }

  #build-menu {
    visibility: visible;
    z-index: 0;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    width: 260px;
    padding: 0;
    position: static;
    top: 0;
    height: 100%;
    overflow-y: auto;
    left: 0;
  }

  .build-menu-animating #build-menu-page {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
  }

  .build-menu-animating.build-menu-close #build-menu-page,
  .build-menu-animating.build-menu-open #build-menu-page {
    -webkit-transition: -webkit-transform 250ms;
    -moz-transition: -moz-transform 250ms;
    -o-transition: -o-transform 250ms;
    -ms-transition: -ms-transform 250ms;
    transition: transform 250ms;
  }

  .build-menu-animating.build-menu-open #build-menu-page {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .build-menu-animating #build-menu {
    display: block
  }

  .build-menu-open #build-menu {
    display: block;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    -ms-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
  }

  .build-menu-open #build-menu,
  .build-menu-close #build-menu {
    -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
  }

  .emergency {
    margin: 10px 3px 0;
  }

}