@charset "UTF-8";

/* ==========================================================

title : 施設検索ホームメイトリサーチ
scope : 動画fullscreen

memo :

last modify :

2018/02/07 新規作成

========================================================== */


/* ---------------------------------------
 動画fullscreen
---------------------------------------- */
.btn_movie_close {
  background: #eeeeee;
  background: -webkit-linear-gradient(top, #eeeeee 50%, #e2e2e2 50%);
  background: linear-gradient(to bottom, #eeeeee 50%, #e2e2e2 50%);
  border: 1px solid #cbcbcb;
  border-bottom: 1px solid #b2b1b1;
  box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-sizing: content-box;
  color: #333;
  cursor: hand;
  cursor:pointer;
  display: block;
  font-size:18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0px #fafafa;
  width: 120px;
}

.movie_panel {
  background: #000;
  display: none;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999999999;
}
.start_movie {
  background: #000;
  height: 100%;
  width: 100%;
}

