﻿/********** 青空に肉体を耕す **********/

/********** 背景 **********/
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}
                               /*ポイントカラー #B4CD5B*/

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

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

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

/********** タイトル **********/
section                       {width: 800px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 30px;
                               float: none;
                               padding: 40px;
                               padding-left: 70px;
                               padding-right: 70px;
                               background-color: #E0EABB;
                               border: solid 1px #B4CD5B/*#CCCCCC*/;
                               border-radius: 3px;
                               text-align: center}

section h1                    {font-size: 26px;
                               margin: 0;
                               padding: 0;
                               letter-spacing: 0.3em}

.main article                 {width: 800px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 70px;
                               float: none;
                               padding: 40px;
                               padding-left: 70px;
                               padding-right: 70px;
                               background-color: #F6F4F6;
                               border: solid 1px #B4CD5B/*#CCCCCC*/;
                               border-radius: 3px;
                               clear: both}

.main article p               {}

/********** インデックス **********/
.index_index                  {width: 800px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 70px;
                               padding: 40px;
                               padding-left: 70px;
                               padding-right: 70px;
                               background-color: #F6F4F6;
                               border: solid 1px #B4CD5B/*#CCCCCC*/;
                               border-radius: 3px;
                               clear: both}

.index_index h3               {font-size: 23px;
                               color: #333333}

.index_index p                {}

.link_link p                  {border: solid 1px #B4CD5B;
                               border-radius: 5px;
                               background-color: #E0EABB/*#DCE8B1*/;
                               padding: 25px;
                               text-align: center;
                               font-size: 19px;
                               font-weight: bold;
                               -ms-transition: 0.3s;
                               -webkit-transition: 0.3s;
                               transition: 0.3s}

.link_link p:hover            {background-color: #F9EDBB;
                               border: solid 1px #F4DE86;
                               -ms-transition: 0.3s;
                               -webkit-transition: 0.3s;
                               transition: 0.3s}

/********** ランニングクラブ・登山部 **********/
#nikutai_running_image01,
#nikutai_running_image02      {width: 500px;
                               height: 250px;
                               -webkit-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               box-sizing: border-box;
                               border: solid 1px #E1E1E1;
                               border-radius: 5px;
                               margin-left: auto;
                               margin-right: auto;
                               margin-bottom: 40px}

#nikutai_running_image01 img,
#nikutai_running_image02 img  {width: 498px;
                               height: 248px;
                               border-radius: 4px}

#run_title                    {background-color: #E0EABB;
                               padding: 10px;
                               text-align: center}

#run_title h3                 {font-size: 26px}

#run_summary a,
#run_summary a:visited,
#run_schedule a,
#run_schedule a:visited       {color: #333333;
                               text-decoration: underline}

#run_summary a:hover,
#run_schedule a:hover         {font-weight: bold}

#run_summary p,
#run_schedule p               {line-height: 2.1}

