@charset "UTF-8";

/**************************************************************/
/*
	DDマップのファイルドラッグ時におけるドロップ領域に関する設定
*/
/**************************************************************/
#drop	{
		background			: rgba( 255, 0, 0, 0.5 ) no-repeat url('../img/drop_ja.png') 50% 50%;
		position			: absolute;
		top					: 0;
		left				: 0;
		z-index				: 100000;
	}

#ddmap dl, #ddmap dt, #ddmap dd	{
		box-sizing: border-box;
	}
#ddmap dl	{
	}
#ddmap dt, #ddmap dd	{
		font-size: 12px;
	}
#ddmap dt	{
		width: 120px;
		padding-right: 10px;
		float: left;
	}
#ddmap dd	{
		margin-left: 120px;
		padding-bottom: 10px;
	}
#ddmap dd:after	{
		content: '';
		display: block;
		clear: both;
	}

.no-close .ui-dialog-titlebar-close {
	display: none;
}