@charset "UTF-8";

#pop{
	text-align:left;
	border-top:5px solid #b42231;
}
#pop #cnt{
	width:500px;
	margin:0 auto;
	text-align:left;
}
img {
	line-height: 1;
	vertical-align: bottom;
}
#pop #cnt .fBox{
	padding:25px 0;
	margin-top:0 !important;
	border-bottom:1px solid #ddd;
}
#pop #cnt h1{
	font-size:21px;
	line-height:1.414;
	border-bottom:1px solid #ddd;
	padding-bottom:13px;
	margin-bottom:21px;
	color:#961220;
	margin-top:8px;
	font-weight:bold;
}
#pop #cnt p{
	line-height:1.618;
	color:#333;
	margin-top:13px;
	font-size:100%;
}
#pop .icon{
	padding:0 8px 0 0;
	line-height:1;
}
#pop .date{
	font-size:93%;
	font-weight:bold;
	padding-bottom:50px;
	color:#555;
	line-height:1;
}
#pop #cnt p.close{
	text-align:center;
	border-top:1px solid #ddd;
	padding-top:13px;
	margin-top:34px;
	clear:both;
}
#pop #cnt p.copy{
	text-align:center;
	font-size:77%;
	color:#999 !important;
	margin:34px 0 13px;
}
#pop em {
	font-style: italic;
}

/* Images */
.alignleft {
	float: left;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-bottom: 15px;
}
.aligncenter,
.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/* add 2016.06.10 */
/* 行間を揃える <p></p>なしの行も行間指定を有効に */

#pop #cnt div.txt {
	line-height: 1.618;
}

/* add 2016.06.13 */
/* フォント指定を無効化 MS-Office文書等のコピペ対策 */

#pop #cnt div.txt p, 
#pop #cnt div.txt span, 
#pop #cnt div.txt font {
	font-family:"Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','ＭＳ Ｐゴシック',"MS PGothic",sans-serif !important;
}

/* add 2017.02.24 */
/* FBいいねボタンの位置合わせ */

.fb_iframe_widget span {
	vertical-align: baseline !important;
}

/* スマホ対応 */
@media screen and (max-width: 624px) {
	#pop #cnt {
		width: 80%;
	}

	#pop #cnt .txt img.size-large {
		width: 96%;
		height: auto;
	}

	#pop #cnt .txt img.size-medium {
		width: 48%;
		height: auto;
		
	}
}
/* 2021.05.06 css追加 */
#pop #cnt img {
	max-width: 100%;
	height: auto;
}
