@charset "UTF-8";
/* CSS Document */
.mm_btm05 {
	margin-bottom: 05px;
}
.mm_btm10 {
	margin-bottom: 10px;
}
.mm_btm15 {
	margin-bottom: 15px;
}
.mm_btm20 {
	margin-bottom: 20px;
}
.mm_btm30 {
	margin-bottom: 30px;
}
.mm_top05 {
	margin-top: 5px;
}
.mm_top10 {
	margin-top: 10px;
}
.mm_top20 {
	margin-top: 20px;
}
.mm_left10 {
	margin-left: 10px;
}

.mm_left20 {
	margin-left: 20px;
}
.mm_right10 {
	margin-right: 10px;
}

.waku01 {
    margin: 10px 10px 15px;
}

.waku_gry01 {
    border:1px solid #ccc;
	padding: 4px 7px 3px;
}

.waku_gry02 {
    border:2px solid #ccc;
	padding: 4px 7px 3px;
	background: #F0F0F0;
}

.waku_gry03 {
    border:1px solid #666;
	padding: 10px;
}

.waku_gry04 {
    border-top:1px solid #CCC;
	background: #F0F0F0;
	padding: 10px;
}

.waku_blue01 {
	border: 3px double #B0CCDD;
	padding: 4px 7px 3px;
}

.waku_blue02 {
	background-color: #D6E2F0;
	padding: 3px 8px 2px;
}

.waku_blue01a {
	border: 3px double #B0CCDD;
	padding: 15px 30px 14px;
	background: #FFF;
}

.waku_pink03 {
	border: 3px double #ff1493;
	padding: 3px 8px 2px;
}



.waku_yellow01 {
	padding: 10px 10px 9px;
	background: #FCE7BA;
}

.waku_pink01 {
	border: 2px solid #F9D1E3;
	background-color: #FFF;
	padding: 10px 14px 9px;
}

.waku_red01 {
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px 5px 0px;
	font-weight: normal;
	color: #000;
	vertical-align: 1px;
}

.waku_pink02 {
    border:3px solid #e17b34;
	padding: 4px 7px 3px;
	background: rgba(255,230,206,0.6);
}

.abst_poster img {
    width: 100%;
    height: auto;
    max-width: 800px;
}

.tooltip {
display:inline-block;
position:relative;
text-decoration:none;
}           

.box22 {
    padding: 0.2em 2em;
    background: #A7B0B1;
    border-radius: 30px;
    color: #FFF;
    line-height: 1;
}

.shadow {
	-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;
}

/* 画像の回り込み */
div.imagebox_left {
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span {
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_right {
	float: right;
	padding: 0 5px 5px 5px;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}
div.clear{
	clear: both;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

/* 写真フレーム */
.frame01,
.frame01a {
	display: inline-block;
	position: relative;
	box-shadow: 0 2px 6px #999;
	padding: 6px;
}
.frame01 {
	margin-left: 60px;
}
.frame01a {
	margin-left: 10px;
}
.frame01a img {
	border-radius: 5px;
}
.frame01:after,
.frame01a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#abst_reg_txt div { position: relative; }

span.arrow_box {
	display: none;
	padding: 7px 5px;
	width: 200px;
	background: #F16084;
	color: #fff;
	z-index: 10;
	/* 以下追加 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.tooltip:hover span.arrow_box {
display:inline;
position:absolute;
top:25px;
left:-100px;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #F16084;
	border-width: 7px;
	margin-left: -7px;
}

.flex01 {
	display: flex;
	justify-content: space-around;
}
.flex02 {
	display: flex;
	justify-content: center;
}

.btn_reg01 a,
.btn_reg02 a,
.btn_reg03 a,
.btn_reg04 a {
	margin: 5px;
  display: inline-block;
  padding: 0.8em 2em 0.7em;
  text-decoration: none;
  color: #FFF;
  border-radius: 3px;
	text-align: center;
	font-size: 1.6rem;
}

.btn_pgm01 a {
	margin: 5px 15px;
  display: inline-block;
  padding: 1em 2em 0.9em;
  text-decoration: none;
  color: #FFF;
  border-radius: 3px;
	text-align: center;
	font-size: 2.0rem;
}
.btn_pgm01 i {
	font-size: 2.6rem;
}


.btn_reg01 a {
  background: #0F74D9;
  border-bottom: solid 4px #0066CC;
}
.btn_reg02 a {
  background: #982298;
  border-bottom: solid 4px #800080;
}
.btn_reg03 a {
  background: #288F28;
  border-bottom: solid 4px #008000;
}
.btn_reg04 a {
  background: #FF7E00;
  border-bottom: solid 4px #ED6700;
}

.btn_pgm01 a {
  background: #FF8721;
  border-bottom: solid 4px #FF7600;
}


.btn_reg01 a:hover {
  background: #1481EE;
}
.btn_reg02 a:hover {
  background: #AD41AD;
}
.btn_reg03 a:hover {
  background: #479E47;
}
.btn_reg04 a:hover {
  background: #FF8916;
}

.btn_pgm01 a:hover {
  background: #FF963E;
}

.btn_reg01 a:active,
.btn_reg02 a:active,
.btn_reg03 a:active,
.btn_reg04 a:active,
.btn_pgm01 a:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.btn_movie01 a {
  display : inline-block;
	font-size: 2.0rem;
  text-align: center;      /* 文字位置   */
  cursor: pointer;     /* カーソル   */
  padding: 20px;   /* 余白       */
  background: #F26522;     /* 背景色     */
  color: #FFF;     /* 文字色     */
  line-height: 1em;         /* 1行の高さ  */
  transition: .3s;         /* なめらか変化 */
  box-shadow: 2px 2px 1px #666;  /* 影の設定 */
  border: 2px solid #F26522;    /* 枠の指定 */
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 15px;
}
.btn_movie01 a:hover {
  box-shadow: none;        /* カーソル時の影消去 */
  color: #F26522;     /* 背景色     */
  background: #FFF;     /* 文字色     */
}
.btn_movie01 a i {
	font-size: 3rem;
	margin-top: 0.4em;
}


a.btn03 {
  position: relative;
  display: inline-block;
  margin-top:2px;
  margin-bottom: 2px;
  padding: 0.3em 0.5em 0.1em;
  text-decoration: none;
  margin-left: 2em;
	border: 2px solid #FF7E00;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	color: #fff;
	background: #FF7E00;
	line-height: 1.8em;
}
a.btn03 i {
	font-size: 2.0em;
}
a.btn03:hover {
	border: 2px solid #FF7E00;
	background: #FFF;
	color: #FF7E00;
  box-shadow: none;
  text-shadow: none;
}
/* 表示領域が575.98px以下の場合に適用するスタイル */
@media screen and (max-width: 575.98px) {
	.flex01,
	.flex02 {
		flex-direction: column;
	}
	.btn_reg01 a,
	.btn_reg02 a,
	.btn_reg03 a,
	.btn_reg04 a,
	.btn_pgm01 a {
		display: block;
	}
	
	a.btn03 {
		text-shadow: none;
		font-size: 2rem;
		font-weight: 700;
	}
}
