@charset "UTF-8";

body {
 color: #333;
 font-size: 13px;
 font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS UI Gothic", Osaka, "MS PGothic", Arial, Helvetica, sans-serif;
 letter-spacing: 0.05em;
 line-height: 150%;
 width: 100%;
}

.wrapper {
 width: 750px;
 margin: 0 auto;
}

.contentWrapper {
 width: 700px;
 margin: 0 auto;
}

.contentBox {
 width: 680px;
 margin: 0 auto;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

ul {
 list-style: none;
}

figure {
 margin: 0;
 padding: 0;
}

p.left {
 text-align: left;
}

.flexBox {
 display: flex;
 justify-content: space-between;
 margin-top: 20px;
 flex-wrap: wrap;
}

/*****============================================================================
header
============================================================================*****/

header {
 width: 100%;
 height: 114px;
 background: url(../image/header_back_green.jpg);
}

header .wrapper {
 position: relative;
 width: 750px;
}

header .headerBack {
 position: absolute;
 height: 114px;
 width: 750px;
 left: -92px;
 background: url(../image/header_back02.jpg) no-repeat;
}

header .headerFlex {
 position: relative;
 z-index: 100;
 width: 750px;
 height: 114px;
 display: flex;
 justify-content: space-between;
 top: 0;
}

header .headerFlex h1 {
 margin-top: 30px;
}

header .headerFlex form .header-select,
header .headerFlex form .header-kensaku,
header .headerFlex form .header-bottun {
 margin-top: 30px;
 vertical-align: top;
 height: 28px;
 box-sizing: border-box;
}

header .headerFlex form .header-kensaku {
 width: 100px;
}

header .headerFlex a {
 margin-top: 20px;
}

header nav ul {
 margin: 0;
 padding: 0;
}

header nav ul li {
 width: 110px;
 height: 30px;
 position: absolute;
 bottom: 0;
 z-index: 200;
}

/*****============================================================================
TOPページ
============================================================================*****/

/***
パンくず
----------------------------------------------------------------------------------****/
ul.pan {
 margin: 20px 0;
 display: flex;
}

ul.pan li {
 margin-right: 10px;
}

ul.pan li a {
 color: #0058b0;
 text-decoration: none;
}

ul.pan li a:hover {
 text-decoration: underline;
}


h2.title {
 background: url(../image/bar_brown.jpg);
 width: 700px;
 height: 50px;
 color: #FFF;
 font-size: 20px;
 line-height: 50px;
 box-sizing: border-box;
 padding-left: 20px;
}

.text p {
 margin: 20px 0;
 padding: 0 15px;
}

.text a {
 text-decoration: none;
 color: #0058b0;
 line-height: 1.8em;
}

.text a:hover {
 text-decoration: underline;
}

.howto {
 width: 700px;
 display: flex;
 justify-content: space-between;
 margin: 30px 0;
}

.howto p {
 color: #666666;
 margin-top: 10px;
 font-size: 10px;
}

.howto a {
 color: #666666;
 margin-top: 10px;
 font-size: 10px;
}

/***
imageArea
----------------------------------------------------------------------------------****/

.imageArea {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.imageArea figure {
 width: 215px;
 height: 175px;
 background: url(../image/photoflame.jpg);
 background-size: contain;
 text-align: center;
 padding: 8px 0;
 padding-right: 6px;
 box-sizing: border-box;
 margin-bottom: 30px;
}

.imageArea figure a {
 display: block;
}

.imageArea figure a img {
 width: 190px;
 height: 120px;
 margin: 0;
}



/*****============================================================================
footer　フッター
============================================================================*****/
#footerNAVI {
 display: flex;
 justify-content: space-between;
 margin-top: 100px;
 margin-bottom: 10px;
}

#footerNAVI li {
 width: 94px;
 text-align: center;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
}

#footerNAVI a {
 color: #0058b0;
 text-decoration: none;
 font-size: 13px;
}

#footerNAVI a.Gotop {
 position: relative;
}

#footerNAVI a:hover {
 text-decoration: underline;
}

#footerNAVI a.Gotop::before {
 content: '';
 display: block;
 width: 15px;
 height: 12px;
 background: url(../image/paagetop.jpg) no-repeat;
 background-size: contain;
 position: absolute;
 top: 2px;
 left: -20px;
}


footer {
 width: 100%;
 height: 70px;
 background: url(../image/footer_green.jpg);
}

footer .wrapper {
 display: flex;
 justify-content: space-between;
 padding-top: 30px;
}

footer .wrapper p {
 color: #FFF;
 margin-top: 5px;
 font-size: 10px;
}

/*****============================================================================
help このコーナーの上手な使い方
============================================================================*****/

#help {
 width: 520px;
 border: 1px solid #115D2D;
 margin: 0 auto;
 background: url(../image/back.gif);
 background-repeat: repeat-y;
 text-align: center;
}


#help .mainArea {
 width: 450px;
 padding: 5px;
 box-sizing: border-box;
 margin-left: 65px;
 text-align: left;
}

#help .mainArea h1 {
 width: 448px;
}

#help .mainArea p {
 text-indent: 1em;
 margin: 10px 0;
 font-size: 12px;
}

#help .mainArea ul li {
 margin-bottom: 10px;
 text-indent: -1.5em;
 margin-left: 1.5em;
}

#help .mainArea ul li::before {
 content: '■';
}

#help p {
 font-size: 14px;
}

#help a {
 display: inline-block;
 margin: 10px 5px 20px;
 color: #0C3F1D;
 line-height: 16px;
 font-size: 12px;
 text-decoration: none;
 font-weight: bolder;
}

#help a:hover {
 color: #9C2617;
 text-decoration: underline;
}

/***
詳細ページ #itempage
----------------------------------------------------------------------------------****/

#itempage h3 {
 border-left: 3px solid #663515;
 margin: 20px 0;
 width: 700px;
 height: 40px;
 line-height: 40px;
 padding-left: 10px;
 color: #663515;
 font-size: 16px;
 background-position: bottom;
 position: relative;
}

#itempage h3::after {
 content: '';
 background: url(../image/shadow_brown.jpg);
 width: 700px;
 height: 8px;
 position: absolute;
 bottom: -8px;
 left: 0;
 display: block;
}

#itempage p {
 margin: 20px 0;
 line-height: 1.8em;
}

#itempage .image {
 display: flex;
 flex-wrap: wrap;
}

#itempage .image figure {
 width: 320px;
 margin-bottom: 30px;
 margin-right: 20px;
 position: relative;
}

#itempage .image figure img {
 width: 180px;
}

#itempage .image figure figcaption {
 display: block;
 position: absolute;
 top: 0;
 right: -3px;
 width: 135px;
 border-bottom: 1px solid #999;
 padding-left: 5px;
 font-size: 12px;
}

#itempage table.profile {
 width: 370px;
 border: #175612 solid 1px;
 text-align: left;
 margin: 0 auto;
}

#itempage table.profile th {
 width: 90px;
 border-bottom: #175612 solid 1px;
 background: #E7F2DF;
 padding: 10px;
 box-sizing: border-box;
}

#itempage table.profile td {
 border-bottom: #175612 solid 1px;
 padding: 10px;
 box-sizing: border-box;
}

#itempage table.profile td a {
 color: #0058b0;
 text-decoration: none;
}

#itempage table.profile td a:hover {
 text-decoration: underline;
}

#itempage h4 {
 margin: 20px 0;
 background: #f0eae7;
 font-size: bold;
 padding-left: 10px;
 height: 30px;
 line-height: 30px;
}

#itempage ul.action li {
 list-style: disc;
 margin-left: 1.5em;
}

#itempage ul.text {
 margin-left: 1em;
 margin-top: 0;
}

#itempage ul.text li {
 text-indent: -1em;
 margin-bottom: 5px;
}

#itempage ul.text li::before {
 content: '・';
}

#itempage .contentBox.flexBox {
 width: 550px;
 margin: 0 auto;
}

#itempage dl.text {
 text-align: left;
}

#itempage dl.text dt {
 width: 10em;
 display: inline-block;
 vertical-align: top;
}

#itempage dl.text dd {
 width: 540px;
 display: inline-block;
 margin-bottom: 10px;
}


.search-list {
 padding: 0 10px;
}

.search-list a {
 text-decoration: none;
 color: #0058b0;
}

.search-list dt {
 margin-top: 20px;
}
