/**
 * Magic3画面編集用CSS
 *
 * LICENSE: This source file is licensed under the terms of the GNU General Public License.
 *
 * @package    Magic3 Framework
 * @author     平田直毅(Naoki Hirata) <naoki@aplo.co.jp>
 * @copyright  Copyright 2006-2013 Magic3 Project.
 * @license    http://www.gnu.org/copyleft/gpl.html  GPL License
 * @version    SVN: $Id$
 * @link       http://www.magic3.org
 */
img.m3icon {
	border: none;
}
/* ウィジェットハイライト用アウトライン */
.m3_widget_highlight {
/*	background-color:#FFFF88;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	outline: 3px solid #FFE14F;
	outline-offset:-3px;
}
/* 設定画面閉じるアイコン */
.m3configclose {
	position:fixed;
	top:0;
	right:0;
	margin:10px;
	padding:0;
	width:32px;
	height:32px;
	z-index:1002;
}
.m3configclose img {
	border:0;	/* for IE */
}
/* 設定画面「前へ」アイコン */
.m3configprev {
	position:fixed;
	bottom:100px;
	left:50px;
	margin:5px;
	padding:0;
	z-index:2;
}
/* 設定画面「次へ」アイコン */
.m3confignext {
	position:fixed;
	bottom:100px;
	right:50px;
	margin:5px;
	padding:0;
	z-index:2;
}
/* ツールチップ */
.m3_widget > .m3tooltip {
	background-color:#FFF;
	padding: 1px;
	border: 2px solid #ccc;
	z-index:1000000;
}
.m3_widget > .m3tooltip img {
	margin:3px;
	border:0;
	vertical-align: top;
}
/* コンテンツ編集用ボタンリスト */
.m3edittool {
	position:relative;
	z-index:1000;
	margin:0;
	padding:0;
	height:0;
	text-align:right;
}
.m3edittool img.m3icon {
	margin:3px 5px;
	padding:0;
	border:0;
	vertical-align: top;
}
/*** CKEditor用 ***/
.ui-dialog *, .ui-dialog *:after, .ui-dialog *:before{
	box-sizing: content-box;
}
