@charset "utf-8";

body.commodityLh3 p.notify { color: #F00; 
}

/*
 *	サポート 原稿ページのデザイン定義 ▼
 */

body.commodityLh3 .content .question {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #93C6FF;
    padding-left: 8px;
    margin-bottom: 2em;
}

body.commodityLh3 .content .answer {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FB8166;
    padding-left: 8px;
    margin-bottom: 2em;
}

body.commodityLh3 .content .question .q, body.commodityLh3 .content .answer .a {
    margin: 0 0 0.3em;
    font-weight: bold;
    font-size: 1.6em;
}

body.commodityLh3 .content .answer img {
    border: 1px solid #999;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

body.commodityLh3 .content .answer ul, body.commodityLh3 .content .answer ol{
    margin:0.5em 0 0 0;
    padding: 0 0 0 1.5em;
}

body.commodityLh3 .content .answer ul li ul, body.commodityLh3 .content .answer ol li ol {
    padding: 0 0 0 1.5em;
}


body.commodityLh3 .content .answer table {
    border-collapse:collapse;
    border-spacing:0px;
    width:100%;
    border:1px solid #096;
    margin-bottom: 1em;
    margin-top: 8px;
}



body.commodityLh3 .content .answer caption {
    font-size:1em;
    margin-top: 1.5em;
}

body.commodityLh3 .content .answer .supplementary {
    padding: 5px;
    border-top: 2px solid #5084AD;
    border-right: 2px solid #5084AD;
    border-bottom: 2px solid #5084AD;
    border-left: 2px solid #5084AD;
    margin-top: 0.8em;
    margin-right: 0;
    margin-bottom: 1.8em;
    margin-left: 0;
}

body.commodityLh3 .content .answer .supplementary .title {
    color: #5084AD;
    text-align:left;
    line-height:2em;
    font: italic bold Arial, Helvetica, sans-serif;
    margin: 0px;
}

body.commodityLh3 .content .answer .supplementary p { margin-bottom: 0.8em; }

body.commodityLh3 .content .answer .supplementary ul { margin-bottom: 0.3em; }

body.commodityLh3 .content .question p { font-size: 1.5em; }

body.commodityLh3 .content .property {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #C6C6C6;
    padding-left: 8px;
}

body.commodityLh3 .content .property p { margin:0 0 0.2em; }

/*
 *	▼サンプルソースコード装飾用
 */

body.commodityLh3 .content .answer .sampleSourceCode {
    background-color: #E6F7FF;
    border: 1px dotted #CCC;
    margin-bottom: 2.5em;
}

/* キーワード */
body.commodityLh3 .content .answer .sampleSourceCode .src_keyword { color: blue; }

/* 型キーワード */
.src_typekeyword { color: blue; }

/* メタキーワード */
.src_metakeyword { color: #606060; }

/* 数字リテラル */
.src_digit { color: #c00040; }

/* 文字列リテラル */
.src_doublequotation { color: #c00040; }

/* 文字リテラル */
.src_singlequotation { color: #c00040; }

/* 演算子 */
.src_operator { color: #000000; }

/* プリプロセッサ */
.src_preprocessor {
    color: red;
    font-weight: bold;
}

/* 単行コメント */
.src_singlelinecomment { color: green; }

/* 複数行コメント */
.src_multilinecomment { color: green; }

/* ドキュメントコメント */
.src_documentcomment { color: green; }

/* XML などの属性名 */
.src_attributename { color: #606000; }

/* スクリプトレット */
.src_scriptlet { color: red; }

/* その他 */
.src_default { color: #000000; }

/*
 *	▲サンプルソースコード装飾用
 */


/*
 *	サポート 原稿ページのデザイン定義 ▲
 */
