@charset "UTF-8";

/* カウントダウン部スタイルシート */
p#cdown_str
{
	width:					240px;
	padding:				10px;
	font-weight:			bold;
	font-size:				130%;
	line-height:			1.9;
	background:				#ee3322;
	text-align:				center;
	vertical-align:			bottom;
	border-radius:			6px;
	box-shadow:				2px 2px 4px #666666;
}

span#cdown_days
{
	font-size:				220%;
	color:					#ffffff;
}

span#cdown_pre
{
	color:					#ffffff;
	text-shadow:			1px 1px 3px #000000;
}



div#cdown_pic_scrn
{
	margin-top:				10px;
	width:					265px;
	height:					195px;
	max-height:				195px;
	text-align:				left;
	overflow:				hidden;
/*	border-radius:			6px;*/
}

div#cdown_pic_scrn img
{
	border:					none;
	border-radius:			6px;
	box-shadow:				2px 2px 4px #666666;
}

