@charset "Shift_JIS";

#dropinboxv2cover{
	/* ----------------------------------- original by Kawashima
	width: 260px;
	position:absolute;
	--------------------------------------------------------- */
	/* --- "fixed" - the box stays when scrolling ----------- */
	/* --- "absolute" - the box disappears when scrolling --- */
	position:abosolute; right:0px; top:0px; width:260px;
	z-index:100;
	overflow:hidden;
	visibility:hidden;
}

#dropinboxv2{
	font-size:14px;
	text-align:left;
	background:#ffffff;
	border:#ff0000 solid 1px;
	/* ----------------------------------- original by Kawashima
	position:absolute;
	left: 0;
	top: 0;
	--------------------------------------------------------- */
	/* --- "fixed" - the box stays when scrolling ----------- */
	/* --- "absolute" - the box disappears when scrolling --- */
	position:absolute; right:0px; top:0px; width:260px;
}
#dropinboxv2wrap{
	margin:20px;
}

#dropinboxv2 h6{
	color:#ff0000;
	text-align:center;
	font-size:18px;
	font-weight;bold;
	line-height:180%;
}
#dropinboxv2 p{
	text-align:center;
	font-size:14px;
	font-weight;bold;
	line-height:175%;
	text-indent:0px;
	padding:0 0 5px 0;
}
#dropinboxv2 small {
	color:#333333;
	font-size:10px;
	line-height:150%;
}
