/*********************************************
**
** 第57回1000万人ラジオ体操・みんなの体操祭
** Modal Window
**
*********************************************/
#radio-modal {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#radio-modal #wrapper {
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 60px;
	text-align: center;
	/*overflow-x: hidden;*/
}

#radio-modal .__tag {
	color: rgba(162,49,132,1.0);
	font-size: 130%;
	font-weight: 700;
	margin-bottom: 15px;
}
#radio-modal .__nam {
	font-size: 200%;
	font-weight: 700;
	margin-bottom: 25px;
}
#radio-modal .__pht {
	margin-bottom: 25px;
}
#radio-modal .__txt {
	
}
#radio-modal .__date {

}


/*********************************************
**
** Poster Modal Window
**
*********************************************/
#radio-modal .__poster {
	max-width: 75%;
	margin: 0 auto 25px;
}
#radio-modal .__poster img,
#radio-modal .__pos-photo img {
	max-width: 100%;
}
#radio-modal .__poster img {
	border: 1px solid rgba(0,0,0,1.0);
}
#radio-modal .__pos-nam {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 5px;
}
#radio-modal .__pos-tag {
	font-size: 90%;
	font-weight: 700;
	margin-bottom: 25px;
}
#radio-modal .__pos-photo {
	max-width: 100%;
	margin: 0 auto 10px;
}
#radio-modal .__kobore {
	background: rgba(245,235,242,1.0) url(../img/poster/tx-koborebanashi.png) 10px center no-repeat;
	background-size: 140px auto;
	border-radius: 5px;
	padding: 10px 10px 10px 170px;
	text-align: left;
}


@media print, screen and (max-width: 640px) {
	#radio-modal .__tag {
		font-size: 110%;
	}
	#radio-modal .__nam {
		font-size: 140%;
	}
	#radio-modal .__kobore {
		background: rgba(245,235,242,1.0) url(../img/poster/tx-koborebanashi.png) center 10px no-repeat;
		background-size: 140px auto;
		border-radius: 5px;
		padding: 50px 10px 10px 10px;
		text-align: left;
	}
}