﻿@import "/sale-event/1504_library/event_style.css";

body{
	font-family:"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",sans-serif !important;
}
article.shtml{
	font-size:11pt;
}
.shtml .lead{
	color:#f44;
	font-size:14pt;
	border:2px dotted #f44;
}
.shtml .lead2{
	font-size:90%;
}
.lead > *{
	margin:1em;
}
.lead h2{
	text-align:center;
	color:#ff0 !important;
}
/*.lead p span{
	display:block;
}
*/
span.rsvd{
	text-decoration:line-through;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.promo strong{
	display:block;
	font-size:120%;
	color:#000;
}
.promo .eend,
.promo .eend strong{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.profile{
	padding:0.6em;
	border:2px dotted #f44;
}
img.prf{
	width:45%;
	float:left;
	margin:0 10px 10px 0;
}
.atten{
	font-size:80%;
	color:#090;

}
.soldout{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.buybtn{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
@media only screen and (max-width:640px){
	.shtml .lead{font-size:11pt;}
	.lead p{line-height:1.4 !important;}
	.lead > *{margin:1em;}
	.lead p{font-size:90%;}
	.lead p span{display:inline;}
	img.prf{width:40%;}
}