@charset "UTF-8";

/* ############################################################
   全般
   ############################################################ */
.wpx-article-checker,
.wpx-article-checker:before,
.wpx-article-checker:after,
.wpx-article-checker *,
.wpx-article-checker *:before,
.wpx-article-checker *:after
{
    box-sizing: border-box;
}

/* ############################################################
   入力キー
   ############################################################ */
.wac-keys
{
    overflow: hidden;
    padding: 4px 4px 0 4px;
    border: 1px solid #606060;
    border-radius: 4px;
    height: 32px;
    font-size: 16px;
    line-height: 1;
}

.wac-key
{
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0 8px;
    border: 1px dashed #a0a0a0;
    border-radius: 3px;
    text-align: center;
    font-family: monospace;
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
}

/* ############################################################
   フォームセクション
   ############################################################ */
.wac-form-section
{
}

.wac-form-section-header
{
}

.wac-form-section-h1
{
}

.wac-form-section-body
{
}

/* **************************************************
   カウンター
   ************************************************** */
.wac-counter-message
{
}

.wac-counter
{
    font-family: monospace;
}

/* **************************************************
   フォーム
   ************************************************** */
.wac-form-container
{
}

.wac-form
{
}

/* ========================================
   テキストエリア
   ======================================== */
.wac-textarea-container
{
    margin-top: .625rem;
}

.wac-textarea
{
	width: 780px;
}

.wac-textarea-footer:before,
.wac-textarea-footer:after
{
    content: " ";
    display: table;
}

.wac-textarea-footer:after
{
    clear: both;
}

.wac-show-config
{
    float: left;
    margin: 15px 15px 15px 0;
}

.wac-yahoo-credit
{
    float: right;
    text-align: right;
}

/* ========================================
   設定
   ======================================== */
.wac-config
{
    display: none;
}

.wac-counter-config-list,
.wac-filter-config-list
{
    list-style: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.wac-counter-config-message
{
}

.wac-filter-config-message
{
}

/* ------------------------------
   設定テーブル
   ------------------------------ */
.wac-config-table
{
    margin-top: .625rem;
}

.wac-config-table th,
.wac-config-table td
{
    vertical-align: top;
}

.wac-rules-config-row
{
}

.wac-rules-config-row label
{
    display: block;
}

.wac-basic-rules-config-row
{
}

.wac-unusual-rules-config-row
{
}

.wac-quality-rules-config-row
{
}

.wac-counter-config-row
{
}

/* ========================================
   ボタン
   ======================================== */
.wac-button-container
{
    margin-top: .625rem;
    text-align: center;
}

.wac-button
{
    padding: .625rem 10px;
    background: #fff;
    border: solid 1px #eee;
}

/* ############################################################
   結果セクション
   ############################################################ */
.wac-result-section
{
}

.wac-result-section-header
{
}

.wac-result-section-h1
{
}

.wac-result-section-body
{
}

.wac-result-message
{
}

.wac-result-table
{
}

.wac-ng-result-row
{
    background: url(../images/highlight.jpg) repeat 0 0;
}

.wac-result-correction
{
    overflow: scroll;
    margin-top: .625rem;
    padding: .625rem 10px;
    background: #eeeeee;
    border: solid 1px #ccc;
}

.wac-result-sentence
{
    margin-top: .625rem;
}

/* **************************************************
   校正対象
   ************************************************** */
.wac-ng
{
    background: #ffa;
}
