﻿/********** ハイパーデナイテキスト **********/

/********** 背景 **********/
body                          {background-image: url(../images/background-mono.svg)}

/********** ヘッダー **********/
header                        {border-top: solid 0px #B3B3B3;
                               border-bottom: solid 5px #B3B3B3;
                               border-left: solid 1px #B3B3B3;
                               border-right: solid 1px #B3B3B3}
                               /*ポイントカラー #E24848*/

#header2 h1                   {border-bottom: solid 3px #B3B3B3}

#breadcrumbs ul               {border-top: solid 1px #B3B3B3}

/********** ナビメニュー **********/
nav .child li                  {border: solid 1px #B3B3B3}

/********** 二段組み **********/
/********** メイン記事 **********/
section,
.deny-title                   {width: 870px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               border: solid 1px #BF8C24;
                               border-top: solid 8px #BF8C24;
                               border-left: double 13px #808080;
                               border-right: solid 10px #CCCCCC;
                               border-radius: 2px 0 0 0;
                               margin-left: 15px;
                               margin-bottom: 7px}

.deny-title                   {border-left: double 13px #4E839B;
                               border-right: solid 10px #86A9B8;
                               border-top: solid 8px #956D19}

section h1                    {line-height: 1.6;
                               margin-top: 6px;
                               margin-right: 530px;
                               text-align: right}

.deny-title h1                {margin-left: 40px;
                               margin-bottom: 6px;
                               color: #3C0808}

.main article,
.deny-content                 {float: left;
                               width: 500px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               margin-left: 15px;
                               margin-bottom: 70px;
                               padding: 18px;
                               padding-top: 9px;
                               padding-bottom: 10px;
                               border: solid 1px #808080;
                               border-bottom: solid 8px #808080;
                               border-left: double 13px #808080;
                               border-radius: 2px;
                               background-color: #FFFFF0}

.deny-content                 {border: solid 1px #BF8C24;
                               border-bottom: solid 8px #BF8C24;
                               border-left: double 13px #4E839B}

.main h4,
.deny-content h4              {color: #222222;
                               line-height: 0.8;
                               margin-bottom: -3px}

.main p,
.deny-content p               {margin-left: 22px}

.articlelink,
.denylink                     {float: right;
                               width: 355px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               margin-right: 15px;
                               padding-left: 25px;
                               border: solid 1px #CCCCCC;
                               border-right: solid 10px #CCCCCC;
                               border-radius: 2px;
                               background-color: #FFFFF0}

.denylink                     {border-right: solid 10px #86A9B8}

.articlelink h4,
.denylink h4                  {font-size: 15px}

.articlelink p,
.denylink p                   {margin-left: 8px}

.articlelink a,
.denylink a                   {color: #000080}
.articlelink a:visited,
.denylink a:visited           {color: #000080}

.articlelink a:hover,
.denylink a:hover             {text-decoration: underline;
                               font-weight: bold}

/********** サブ記事 **********/
.sub-article                  {clear: both;
                               width: 870px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 70px;
                               padding: 15px;
                               padding-left: 55px;
                               padding-right: 50px;
                               border-top: solid 8px #956D19;
                               border-bottom: solid 8px #808080;
                               border-left: double 13px #808080;
                               border-right: solid 10px #CCCCCC;
                               border-radius: 2px;
                               background-color: #FFFFF0}

/********** ハイパーデナイリンクウインドウ **********/
.content a                    {color: #000080;
                               text-decoration: underline}
.content a:visited            {color: #000080}

.content a:hover              {font-weight: bold}

/********** リンク **********/
.links                        {border-top: solid 5px #BF8C24;
                               border-bottom: solid 2px #BF8C24}

.links h2                     {border-top: solid 2px #BF8C24;
                               border-bottom: solid 1px #C3C3C3;
                               background-color: #F2F2F2}

/********** soon **********/
#soon,
#continue                     {width: 870px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               clear: both;
                               border: solid 1px #808080;
                               border-bottom: solid 8px #808080;
                               border-left: double 13px #808080;
                               border-right: solid 10px #CCCCCC;
                               border-radius: 2px;
                               background-color: #FFFFF0;
                               padding-left: 43px;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 70px}

#continue                     {float: right;
                               margin-top: -35px;
                               margin-right: 15px;
                               margin-bottom: 70px/*7px*/}

/********** 更新 **********/
.new                          {margin-bottom: -5px}
