@charset "utf-8";

/**
 * 抽選申込み
 *
 * CSS versions	3
 *
 * @category   Web Application
 * @package    Argus
 * @copyright  Polaris, Inc.
 *
 */
.BLK100501
{
	position:relative;
	width:100%;
}
.BLK100501 div.frame
{
	padding:2rem 2rem;
}
.BLK100501 div.frame.entry div.selectbox.quantity
{
	float:left;
	width:7rem;
}
.BLK100501 div.frame.entry p.unit
{
	float:left;
	margin-top:1rem;
	margin-left:1rem;
}
.BLK100501 div.note
{
	margin-bottom:2rem;
}
.BLK100501 div.frame.entry div.image
{
	padding:1rem;
	width:50%;
	max-width:200px;
	background-color:#fff;
	border:solid 1px #ccc;
}
.BLK100501 div.frame.entry div.image img
{
	width:100%;
}
.BLK100501 div.frame dl
{
	margin-top:2rem;
}
.BLK100501 div.frame dt
{
	float:left;
	margin-bottom:1rem;
	padding:0.7rem 1rem;
	width:100%;
	background-color:#d3d3d3;
	border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}
.BLK100501 div.frame dd
{
	float:left;
	margin-bottom:2rem;
	word-break:break-all;
}
.BLK100501 div.frame div.attention
{
	clear:both;
	padding:1.5rem;
	background-color:#fff;
}
.BLK100501 div.frame div.attention pre
{
	display:inline;
	word-break:break-all;
}
.BLK100501 div.frame div.section.operation,
.BLK100501 div.frame div.section.operation2
{
	clear:both;
	padding-top:2rem;
}
.BLK100501 div.frame div.section.operation2
{
	width:95%;
}
.BLK100501 div.frame div.section.operation a
{
   max-width:30rem;
}
.BLK100501 div.frame div.section.operation2 a.dummy_button
{
	max-width:25rem;
	background-color:#ccc;
}
.BLK100501 div.wait
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:9;
}
.BLK100501 div.wait div.message
{
	position:fixed;
	padding:1.5rem 2rem;
	width:80%;
	max-width:40rem;
	top:30%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	font-size:1.1rem;
	background-color:#fff;
	border:solid 5px #f86a6a;

	/* 背景（下影付き） */
	box-shadow:5px 5px 3px -2px #333;
	-webkit-box-shadow:5px 5px 3px -2px #333;
	-moz-box-shadow:5px 5px 3px -2px #333;

}
.BLK100501 div.wait div.message div
{
	margin:1.5rem auto 0;
	width:100px;
}
