@charset "UTF-8";

/* ~~ スクロールPOPアップ ~~ */
#pop_up {
  position: fixed;
  z-index: 99999;
  top:0;
  right:-32%;
  width: 32%;
  min-width:280px;
  margin:5% 0;
  background: rgba(0,0,0,.7);
  transition: 0.8s;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  color:#FFFFFF;
}
.side_pop section{
  margin: 0 0 15px 0;
  padding:0 5%;
  width:280px;
  color:#FFFFFF;
}

.side_pop img{
	width:35%;
	margin-right:10px;
}
.side_pop div{
	display:inline-block;
	vertical-align:top;
}
.side_pop h2{
	font-size:140%;
	margin:5%;
}
.side_pop h3{
	font-size:100%;
	display:inline;
	margin:0 0 10px 0;
	padding:0;
}
.side_pop ul{
	list-style:none;
	padding:0;
	margin:5px 0 0 0;
}
.side_pop a{
	color:rgba(255,255,255,1.00);
}
.side_pop a:hover{
	text-decoration:none;
}
.side_pop li{
	width:100%;
	margin:6% 0;
	padding:3%;
	background: rgba(7,178,138,1.00);
	text-align:center;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.side_pop li:hover{
	background:rgba(100,100,100,1.00);
}