@charset "UTF-8";
* {
  box-sizing : content-box;
}
div.content {
  font-size : small !important;
}
div.listgrid {
  width : auto !important;
}
div.item > table {
  box-sizing : border-box;
}
/* --------------------------------------
html editor
---------------------------------------*/
div#signature_html_container * {
  box-sizing : content-box;
}
div#signature_html_container {
  margin-top : 5px;
}
div#signature_html_container * {
  box-sizing : border-box;
}
div.article_outline,
.cke_editor_signature_html_contain {
  overflow : visible !imporatnt;
  box-shadow : none !important;
}
table.cke_editor {
  border : none !important;
  border-collapse : separate !important;
}
td.cke_top {
  border : 1px solid #333333 !important;
  border-bottom : none !important;
  padding : 0 !important;
}
span.cke_top * {
  box-sizing : content-box !important;
}
div.cke_toolbox {
  overflow : visible;
}
td.cke_contents {
  display : block;
}
textarea.cke_source {
  overflow : auto;
}
.cke_editor_signature_html_contain {
  width : 100% !important;
}
div.tool_main_column div.item table.cke_editor tr td {
  padding : 0;
}
.cke_skin_v2 a.cke_dialog_tab {
  height : auto !important;
}
.cke_dialog_body * {
  box-sizing : content-box;
  overflow : visible;
}
.cke_dialog_body label {
  line-height : 1.3;
}
.cke_skin_v2 input.cke_dialog_ui_input_text,
.cke_skin_v2 input.cke_dialog_ui_input_password {
  padding : 2px 0 1px 0 !important;
}
.cke_skin_v2 .cke_button .cke_label {
  vertical-align : baseline !important;
}
.amvpop_content {
  box-sizing : border-box;
}
.cke_combo__fontsize .cke_combo_text {
  width: 50px !important;
}

/* --------------------------------------
general settings
---------------------------------------*/
div.tool_main_column div.item table tr td table.color {
  margin : 4px 0 3px 3px;
  width : auto;
}
option_mailform.mailsettings {
  width : 95%;
}
.required {
  color: red;
  font-size: 15px;
  font-weight: bold;
}
div.tool_main_column div.item p.required_notes {
  font-size: 90%;
  margin-bottom: 5px;
  text-align: right;
  margin-right : 15px;
}

/* --------------------------------------
common
---------------------------------------*/

h3.am6 {
  margin-bottom : 1em;
  width : 80%;
}

/* --------------------------------------
common left part
---------------------------------------*/

div.tool_menu {
  padding : 0;
  width : 27%;
  height : 100%;
  float : left;
  overflow : hidden;
}
div.column_border {
  padding : 4px;
  border : 2px solid #808080;
}
div.tool_menu_column {
  background-color : #FFFFFF;
  height : 100%;
  margin-right : 3px;
  overflow-y : auto;
  box-sizing : border-box;
}
div.tool_menu_column h4 img {
  margin-right : 0.4em;
  position : relative; 
  top : 2px;
}
div.tool_menu_column ul {
  margin : 5% 6% 6% 6%;
  vertical-align : baseline;
}
div.tool_menu_column ul li {
  margin-bottom : 0.9em;
  list-style : none;
}
h4 a {
  color : #0000FF;
  text-decoration : underline;
}

/* --------------------------------------
common right part
---------------------------------------*/
div.tool_main {
  margin-left : 27%;
  padding : 0;
  height : 100%;
  overflow : hidden;
}
div.tool_main_column {
  width : auto;
  height : 100%;
  overflow : auto;
  background-color : #FFFFFF;
  box-sizing : border-box;
}
div.tool_main_column div.item {
  margin : 0 4% 10px 4%;
  overflow : auto;
}
div.tool_main_column div.item table {
  border-collapse : collapse;
  border : 1px solid #333333;
  font-size : 100%;
  width : 100%;
  overflow : visible;
}
div.tool_main_column div.item table table {
}
div.tool_main_column div.item table tr th {
  padding : 7px 7px 4px 2px;
  border : 1px solid #333333;
  width : 12.5em;
  background-color : #dddddd;
  font-size : 100%;
  text-align : right;
}
div.tool_main_column div.item table tr td {
  padding : 5px 5px 5px 7px;
  border : 1px solid #333333;
}
div.tool_main_column div.item table tr td table.color tr td {
  padding : 2px 0 1px 0;
}
div.tool_main_column div.item table tr td table.color tr th {
  padding : 2px 4px 3px 4px;
  width : 6em;
  text-align : center;
}
div.tool_main_column div.item table tr td table.noborder {
  margin : 4px 0 3px 3px;
  border : none;
  width : 99%;
}
div.tool_main_column div.item table tr td table.noborder tr td {
  padding : 2px 0 1px 5px;
  border : none;
}
div.tool_main_column div.item table tr td table.noborder tr th {
  padding : 2px 0.6em 3px 0;
  border-right : solid #666666;
  border-width : 0px 3px 0px 0px;
  width : 11em;
  background : transparent;
  text-align : right;
}
table.no_border {
  border : none;
  width : 100%;
}
table.no_border td {
  padding-right : 0.3em;
  border : none;
  overflow : visible;
}
div.tool_main_column div.option_add {
  margin : 1em 5%;
  padding : 0;
  text-align : center;
}
div.tool_main_column div.option_add input {
  margin : 6px 1em;
}
button {
  padding : 2px 1em;
}
div.article_outline {
  margin-top : 5px;
}
div.article_outline textarea {
  width : 99% !important;
  overflow : auto;
}

/* from editor_iequirks.css */
.cke_notifications_area{pointer-events:none}
.cke_notification{pointer-events:auto;position:relative;margin:10px;width:300px;color:#333;text-align:center;opacity:.95;filter:alpha(opacity = 95);-webkit-animation:fadeIn .7s;animation:fadeIn .7s}
.cke_notification_message a{color:#12306f}
@-webkit-keyframes fadeIn{
  from{opacity:.4}to{opacity:.95}
}
@keyframes fadeIn{
  from{opacity:.4}to{opacity:.95}
}
.cke_notification_success{background:#eee;border:1px solid #333;}
.cke_notification_warning{background:#eee;border:1px solid #333;}
.cke_notification_info{background:#eee;border:1px solid #333;}
.cke_notification_info span.cke_notification_progress{background-color:#0f74a8;display:block;padding:0;margin:0;height:100%;overflow:hidden;position:absolute;z-index:1}
.cke_notification_message{position:relative;margin:4px 23px 3px;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:18px;z-index:4;text-overflow:ellipsis;overflow:hidden}
.cke_notification_close{background-image:url(../../js/lib/ckeditor4/skins/office2013/images/close.png);background-repeat:no-repeat;background-position:50%;position:absolute;cursor:pointer;text-align:center;height:20px;width:20px;top:1px;right:1px;padding:0;margin:0;z-index:5;opacity:.7;filter:alpha(opacity = 70)}
.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}
.cke_notification_close span{display:none}
.cke_notification_warning a.cke_notification_close{opacity:.8;filter:alpha(opacity = 80)}
.cke_notification_warning a.cke_notification_close:hover{opacity:1;filter:alpha(opacity = 100)}
div.items {
  margin : 0 20px;
  padding : 0;
  border-width : 0 1px 1px 1px;
  border : solid #666666;
  clear : left;
  background-color : #dddddd;
}
div.items.noborder {
  margin : 0 20px 14px 20px;
  border : none;
  background-color : transparent;
  overflow : visible !important;
}
div.listgrid div#divListGrid table.hdr div.hdrcell,
div.listgrid div#divListGrid table td,
div.listgrid div#divListGrid div.objbox table.obj tr td {
  font-size : small !important;
  line-height : 1.4;
}
div.listgrid div#divListGrid table {
  overflow : visible !important;
}
div#divListForm {
  overflow : visible !important;
}

