@charset "UTF-8";
/* CSS Document */
a img:hover { opacity: .8; }

/*プレミアムファンサイトバナー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.funsite{
	margin-top: 30px;
}


.fun-banner { max-width: 740px; width: 100%; margin: 0 auto;}
@media screen and (max-width: 959px) { .fun-banner { max-width: 100%; width: 80%; } }
@media screen and (min-width: 960px) { .fun-banner a:hover { opacity: .8; } }


.fun-banner img{
	margin-bottom: 20px;
}

/*プレミアムファンサイトへのリンクボタン＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
a.fun-button {
  background-color: #e3e3e3;
  border: 2px solid #7d7d7d;
	border-radius: 5px;
  color: #3B3B3B;
  line-height: 38px;
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  outline: none;
}
a.fun-button:hover {
  background-color:rgba(125,125,125,0.1);
  border-color: #fff;
  color: #FFF;
}

.fun-button::before,
.fun-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.fun-button,
.fun-button::before,
.fun-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
	margin-bottom: 20px;
}


/*covit19＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.covid19{
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: center; 
	margin: 0 auto; 
	padding: 60px 40px;
	max-width: 960px;
	min-width: 320px;
}

/*タイトル部分＝＝＝＝＝＝＝＝＝＝＝＝*/
.covid19-headline {
	position: relative; 
	display: inline-block;
	margin-bottom: 10px; 
	border-bottom: #fff 2px solid;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	font-style: oblique;
	text-shadow:1px 1px 10px #1C8A01;
}

p.sub{
	position: relative; 
	display: inline-block;
	margin-bottom: 10px; 
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	border-bottom: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.tearai{
	margin: 0 auto;
	padding: 0;
}
.tearai img{
	padding: 10px;
	}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*768以上用（PC用）の記述（タブレット／スマートフォン用/PC）の記述*/
@media screen and (min-width: 768px) {
	.tearai img{width: 25%; }
}

/* 320px - 767px用（タブレット／スマートフォン用）の記述 */
@media screen and (min-width: 320px) and (max-width: 767px)  {
	.covid19-headline {font-size: 20px;}
	p.sub{font-size: 16px;}
	
}


/*Twitter＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.twitter{
	display: inline-block;
	display: -webkit-inline-block;
	justify-content: center; 
	margin: 0 auto;
	
	padding: 0px 20px;
	max-width: 960px;
	min-width: 320px;
}

.twitter-headline {
	position: relative; 
	display: inline-block;
	margin-bottom: 10px; 
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	font-style: oblique;
	text-shadow: 1px 1px 2px #008AFF, -1px 1px 2px #008AFF
		, 1px -1px 2px #008AFF,-1px -1px 2px #008AFF;
	
}





