@charset "utf-8";
/* ページ全体を印刷させない場合 */
@media print {
    body { display: none !important; }
}
#special .ttl {
	margin: 20px 10px 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
	color:#333;
	font-size:16px;
	line-height: 1.2em;
	text-align: center;
}
#special p {
	padding-bottom:20px;
	color:#333;
	font-size:15px;
	line-height: 1.7em;
}
#special .read p {
	width:94%;
	margin:0 auto;
}
#special .ph01 {
	width: 220px;
	height: 312px;
	float:right;
	margin: 0 10px 20px;
	background:#fff url(img/ph01.jpg) left top no-repeat;
	background-size: 220px 312px;
}
#special .ph02 {
	width: 94%;
	height: 220px;
	float:right;
	margin: 0 3% 20px;
	background:#fff url(img/ph02.jpg) left top no-repeat;
	background-size: 100% auto;
}
#special .ph03 {
	width: 94%;
	height: 220px;
	float:right;
	margin: 0 3% 20px;
	background:#fff url(img/ph03.jpg) left top no-repeat;
	background-size: 100% auto;
}
#special .ph04 {
	width: 94%;
	height: 220px;
	float:right;
	margin: 0 3% 20px;
	background:#fff url(img/ph04.jpg) left top no-repeat;
	background-size: 100% auto;
}
#special .ph05 {
	width: 94%;
	height: 220px;
	float:right;
	margin: 0 3% 20px;
	background:#fff url(img/ph05.jpg) left top no-repeat;
	background-size: 100% auto;
}
#special .info {
	border: 1px solid #E9536B;
	padding:10px 10px 0;
	margin:20px 10px 0;
}
#special .info p {
	color:#666;
	margin-bottom:10px;
	font-size:13px;
	padding-bottom: 0;
}
#special .info p span {
	color:#E9536B;
}
#special .info h4.ttl {
	margin:10px 0;
	padding-bottom:3px;
	font-size:16px;
	color:#E9536B;
	font-weight:bold;
	border: none;
}
#special .info .day {
	font-size:1.1em;
	color:#E9536B;
	margin-bottom:0;
	padding-bottom:0;
	font-weight: 600;
}
#special .info .c {
	font-size:11px;
	color:#afacac;
}
.font-cg {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}


/* clearfix
------------------------------------------*/
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
/* start commented backslash hack \*/ 
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}