@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] フッターブロック内に関する指定
[5] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 85%;
  text-align: center;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

/*-- ヘッダー部分 --*/
#header {
    width: 100%;
    height: 170px;
    position: relative;
    background: url("img/bg-header-2025.jpg") no-repeat 0 0;
}

/*-- コンテンツ部分 740px --*/
#contents { 
	padding: 40px 30px; 
	position: relative;
}

.block {
    position: absolute;
    top: 2940px; /* #contents内の上から何pxか */
    left: 614px; /* #contents内の左から何pxか */
}

/*-- フッター部分 --*/
#footer {
  width: 802px;
  margin: 0 auto;
  padding: 2em 0 0.5em;
  background-color: #333;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */

h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
  position: absolute;
  top: 10px;
  left: 30px;
  color: #666;
}

/* サイトタイトル */
.logo {
    font-size: 160%;
    position: absolute;
    top: 52px;
    left: 29px;
    width: 672px;
}
.logo2 {
    font-size: 160%;
    position: absolute;
    top: 7px;
    left: 31px;
    width: 672px;
}

.logo a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.logo a:hover {
  color: #f00;
  text-decoration: none;
}

/* ページの概要 */
.description {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    top: 105px;
    left: 52px;
    height: 79px;
    width: 698px;
	
}

.description2 {
    font-size: 18px;
    color: antiquewhite;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 188px;
    left: 53px;
    height: 28px;
    width: 707px;
	
}

/*---------------------------------------グローバルナビ部分*/
#globalnavi {
    font-size: 95%;
    list-style-type: none;
    width: 800px;
    height: 40px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

#globalnavi li {
  width: 200px;
  float: left;
}

#globalnavi li a {
  text-align: center;
  text-decoration: none;
  width: 200px;
  height: 28px;
  display: block;
  padding-top: 12px;
  background-image: url(img/bg-globalnavi.jpg);
  background-repeat: no-repeat;
  color: #9f0
}

#category01 a { background-position: 0 0; }

#category02 a { background-position: -200px 0; }

#category03 a { background-position: -400px 0; }

#category04 a { background-position: -600px 0; }

#globalnavi li a:hover {
  text-decoration: none;
  background-image: url(img/bg-globalnavi.jpg);
  background-repeat: no-repeat;
  color: #fff;
}

#category01 a:hover { background-position: 0 -40px; }

#category02 a:hover { background-position: -200px -40px; }

#category03 a:hover { background-position: -400px -40px; }

#category04 a:hover { background-position: -600px -40px; }

/*--サブメニュー部分--*/

#globalnavi ul {
  list-style-type: none;
  width: 200px;
  height: auto;
  position: static;
}

#globalnavi ul li {
  width: 200px;
  float: none;
}

#globalnavi ul li a {
  text-align: left;
  text-decoration: none;
  width: 190px;
  height: auto;
  display: block;
  padding: 4px;
  border: 1px outset #690;
  background-image: none;
  background-color: #690;
  color: #000;
}

#globalnavi ul li a:hover {
  text-decoration: none;
  border: 1px outset #666;
  background-image: none;
  background-color: #666;
  color: #fff;
}

#globalnavi .menu ul { display: none; }

#globalnavi .menuOn ul { display: block; }

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */


h5,
h6 {
  font-size: 160%;
  font-weight:600;
  margin-bottom: 0.5em;
  padding: 3px 0 2px;
  color: #ffffff;
  background:#6ad48a; 
  border-top: 2px solid #1bc837;
  border-bottom: 1px solid #ccc;
}

h2 {
  font-size: 120%;
  color: #fff;
  padding: .5rem 2rem;
  border-top: 6px double #1e50a2;
  border-bottom: 6px double #1e50a2;
  background: #008dc4;
}

h3 {
  font-size: 140%;
  font-weight:400;
  margin-bottom: 0.5em;
  padding: 3px 0 2px;
  color: #2e2e2e;
  /* border-top: 2px solid #1bc837; */
  border-bottom: 2px solid #E69818;
}

h4 {
    font-size: 120%;
    font-weight: 400;
    margin-bottom: 1em;
    padding: 3px 0 2px;
    color: #2e2e2e;
    /* border-top: 2px solid #1bc837; */
    border-bottom: 2px dotted #1e50a2;
    border-left: 5px solid #1e50a2;
    margin-top: 1em;
}

h5,
h6 { margin-top: 2em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: .5em;
}

.hyohosoku {
  text-align: right;
  text-weight: 0.5;
  margin-right: 6.5em;
}

.shosaititle {
  text-weight: 700;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  color: #fff;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}

/* table */

table {
    border-collapse: collapse;
    border: solid 0.5px #8F8F8F;
	margin: 0 auto;
    padding: 0;
    width: 740px;
}
table.aaa {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 93%;
}
table.ccc {
    border-collapse: collapse;
    border: solid 2px #fff;
	margin: 0 0;
    padding: 0;
    width: 93%;
}
table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff; 
}
table tr:nth-child(even){
  background-color: #eee;
}
table th,
table td {
  padding: .3em .5em;
}
table thead th {
    font-size: 1.0em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
}
table thead th.ggg {
    text-align: center;
}
table thead tr{
    background-color: #70C2EB;
    color: #000;
}
table tbody th {
    text-align: left;
    font-size: 1.0em;
}
table td.fff {
    background-color: #CFF19B;
    color: #000;
    font-weight: bold;
}

table td.bkwhite {
    background-color: #fff;
    color: #000;
}

table tr.midashi {
  border-bottom: solid 2px white;
}

table tr.midashi:last-child{
  border-bottom: none;
}

table th.midashi{
    background-color: #0068b7;  /* 背景色指定 */
    color: #fff;               /* 文字色指定 */
    font-weight: 600;       /* 文字の太さ指定 */
    font-size: 1.3em;
    position: relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
}


table td.midashi2{
    background-color: #bcddff;  /* 背景色指定 */
    color: #000;               /* 文字色指定 */
	font-weight: 400;
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */}

table td.midashi3{
    background-color: #bcddff;  /* 背景色指定 */
    color: #000;               /* 文字色指定 */
    position:  relative;        /* 位置指定 */
    text-align: center;
    z-index: 10;                /* 重なり調整 */}


table th.midashi_green{
    background-color: #65ab31;  /* 背景色指定 */
    color: #fff;               /* 文字色指定 */
    font-weight: 600;       /* 文字の太さ指定 */
    font-size: 1.3em;
    position: relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
}


table td.midashi2_green{
    background-color: #d6e9ca;  /* 背景色指定 */
    color: #000;               /* 文字色指定 */
	font-weight: 400;
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */}

table td.midashi3_green{
    background-color: #d6e9ca;  /* 背景色指定 */
    color: #000;               /* 文字色指定 */
    position:  relative;        /* 位置指定 */
    text-align: center;
    z-index: 10;                /* 重なり調整 */}

table td.midashi{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px;
}

.txt{
    text-align: left;
    font-size: 0.9em;
    line-height: 1.5;
}
.price{
  text-align: right;
  color: #FF7043;
  font-weight: bold;
}

/*ブロック横並び*/
.contents3 {
    overflow: hidden;
    padding-bottom: 10px;
}
.item {
    float: left;
    padding: 10px 20px 0px ;
    text-align: center;
    background-color: #354CAD;
    color: #ffffff;
	margin-right: .5em;
	width: 50px;
}
.item2 {
    float: left;
    padding: 10px 20px 0px ;
    text-align: center;
    background-color: #354CAD;
    color: #ffffff;
	margin-right: .5em;
	width: 80px;
}
.item3 {
    float: left;
    padding: 10px 20px 0px ;
    text-align: center;
    background-color: #354CAD;
    color: #ffffff;
	margin-right: .5em;
	width: 140px;
}
.addborder {
    border-bottom: solid 0.5px #8F8F8F;
}

/*TOPへ戻るボタン*/
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    background: rgb(188 221 255);
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    border-radius: 100%;
}
#pagetop a:hover {
    opacity: .3;
}
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
}

