@charset "UTF-8";

/********************************************************************************

	SYNCER 〜 知識、感動をみんなと同期(Sync)するブログ

	* 配布場所
	https://syncer.jp/jquery-modal-window

	* 最終更新日時
	2015/08/17 15:38

	* 作者
	あらゆ

	** 連絡先
	Twitter: https://twitter.com/arayutw
	Facebook: https://www.facebook.com/arayutw
	Google+: https://plus.google.com/114918692417332410369/
	E-mail: info@syncer.jp

	※ バグ、不具合の報告、提案、ご要望など、お待ちしております。
	※ 申し訳ありませんが、ご利用者様、個々の環境における問題はサポートしていません。

********************************************************************************/

.modal-content {
  /*   height: 80%;
    width: 80%; */
  margin: 0;
  padding: 20px;
  border: 2px solid #aaa;
  background: #fff;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  position: absolute;
  right: 1.5%;
  top: 1.5%;
  font-size: xx-large;
  cursor: pointer;
}

.tayori-content {
  height: 100%;
  width: 100%;
}

.tayori-title {
  margin-bottom: 10px;
}

.tayoriContainerA,
.tayoriContainerB {
  width: 100%;
  height: calc(97% - 70px);
}

.tayori-image {
  border: 1px solid #dfdfdf;
  overflow: scroll;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.tayoriA1,
.tayoriA2,
.tayoriB1,
.tayoriB2 {
  width: 1500px;
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}
