@charset "Shift_JIS";

/* boxレイアウト設定方法指定(CSS3) */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*, *::before, *:after {
  box-sizing: inherit;
}

#page-id {
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  width: auto;
}

/* ページカラー設定 */
BODY {
  color: black;
  background-color: #cadef0;
  font-family: sans-serif;
}

/* ハイパーリンクの色設定 */
a:link {
  color: #3e6e9a;
}
a:visited {
  color: #3e6e9a;
}
a:active {
  color: red;
}
a:hover {
  color: red;
}
/*レイアウト設定*/
* {
  line-height: 1.5;
}

TD {
  /*line-height: 1.5em;*/
}

.align_left{
  text-align : left;
}

.important{
  color: red;
}

/* 個別要素設定 */
#base{
  margin: 0 auto;
  width: 750px;
}

#body{
  background-color: #cadef0;
  vertical-align: top;
  text-align: left;
  margin: 20px;
}

#header{
  position: relative;
  width: 100%;
  height: 77px;
}
#left-column{
  position: relative;
  float: left;
  width: 195px;
}
#main-column{
  position: relative;
  margin-left: 195px;
  width: 555px;
  background-color: white;
  padding: 10px;
  
}

/* 左カラム要素  id="left-menu"*/
#left-menu{
  vertical-align: top;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#left-menu > *{
  line-height: inherit;
}

.left-menu-item{
}

/* 電話要求 */
.please-tel-container{
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}

.please-tel-strong-1{
  font-weight: bold;
}

.please-tel-strong-2{
  font-weight: bold;
  font-size: 1.4em;
  color: red;
  text-align: center;
}

.please-tel-strong-1 IMG{
  margin: 0 1.0em;
}

/* ページ下部 利用案内ボックス */
#usage-guidance-container{
  width: 493px;
  margin: 0 auto;
  border-collapse: collapse;
  display: table;
}

#usage-guidance-header{
  background-color: #79acdb;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  
  border: medium solid silver;
  border-collapse: collapse;
  display: table-row;
  height: 20px;
}

#usage-guidance-body{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  border: medium solid silver;
  border-collapse: collapse;
  display: table-row;
}

#usage-guidance-list{
  list-style-type: square;
  list-style-position: outside;
  margin: 1em;
  padding: 0 0 0 1.0em;
}

#usage-guidance-list > LI{
  margin-bottom: 1.0em;
}

/* ページ下部 事業内容ボックス */
#bisiness-outline-container{
  width: 493px;
  margin: 0 auto;
  border-collapse: collapse;
  display: table;
}

#bisiness-outline-header{
  background-color: #79acdb;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  
  border: medium solid silver;
  border-collapse: collapse;
  display: table-row;
  height: 20px;
}

#bisiness-outline-body{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  border: medium solid silver;
  border-collapse: collapse;
  display: table-row;
}

#bisiness-outline-item{
  list-style-type: square;
  list-style-position: outside;
  margin: 5px;
  padding: 0 0 0 1.0em;
}

#bisiness-outline-item > LI{
  height: 22.5px;
  vertical-align: middle;
}

#bisiness-denial-item{
  font-size: 15px;
  list-style-type: none;
  list-style-position: outside;
  margin: 0 5px;
  padding: 0 0 0 1.0em;
}

#bisiness-denial-item > LI{
  position: relative;
  left: -1.1em;
  height: 22.5px;
  vertical-align: middle;
}

#bisiness-denial-item > LI::before{
  content: '＊';
}

/* ページ下部 弊社へのアクセスボックス */
#bisiness-information-container{
  width: 493px;
  margin: 0 auto;
  border-collapse: collapse;
  display: table;
}

#bisiness-information-header{
  background-color: #79acdb;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  
  border: medium solid silver;
  border-collapse: collapse;
  display: table-row;
  height: 20px;
}

#bisiness-information-body{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  border: medium solid silver;
  border-collapse: collapse;
  display: table-row;
}

#bisiness-information-access{
  margin: 15px;
  display: grid;
  grid-template-columns: min-content auto;
}
#bisiness-information-access div{
  margin: 0.5 5px;
  /* border: thin solid red; */
}
.item-name
{
  white-space: nowrap;
}

.item-name::before
{
  content: '■';
}

.bisiness-information-detail-list{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bisiness-information-detail-list>LI
{
  margin-bottom: 0.5;
}

.bisiness-information-detail-list>LI::before
{
  content: '●';
}

.bisiness-information-detail-child-list{
  list-style-type: disc;
  list-style-position: inside;
  margin: 5px 0;
}

li.refmark{
  list-style-type: none;
  margin: 10px 0;
  text-indent: -1.4em;
}
li.refmark::before{
  content: '※ ';
}

#bisiness-information-manufacture-list
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.spot-mini{
  font-size: 0.7em;
}

#bag-making-content-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#bag-making-content-list > LI{
  margin: 0 0 0.5em;
}

/* メインカラム最下部 */
#main-column-fotter-container{
  text-align: left;
  font-size: 13px;
  margin: 1.0em auto;
  display: inline-block;
}

#main-column-fotter-strong-area{
  font-weight: bold;
  font-size: 16px;
}

#main-column-fotter-container .reception-name{
  color: red;
}

.mituwa-cm-1{
  display: inline-block;
  text-align: left;
  margin: 0.5em 1.0em;
}

.memo {
  text-align: center;
}
.copyright {
  font-size: 0.8em;
}

#bag-name {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  margin: 0 20px;
}

#footer{
  clear: left;
  width: 100%;
  bottom: 0px;
  text-align: center;
}

.left-pickup {
  margin-top : 150px;
  font-size : 14px;
  color : #0080c0;
  text-align : center;
}

#nobrand_cm {
  margin: 0 auto;
  padding: 1px;
  outline: solid 1px black;
  width: 360px;
  background-color : #ffffcc;
  text-align : left;
}

#nobrand_catch_phrase {
  font-size : 40px;
  font-family : "HGS創英角ﾎﾟｯﾌﾟ体","ＭＳ Ｐゴシック","sans-serif";
  font-weight : bold;
  color : red;
  text-align : center
}

#search-guide {
  color: red;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1.35em;
}
#search-guide > A {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
#search-guide:first-letter {
}
#search-guide::before {
  content: "※ ";
}



#feature {
  background-color: #ffffd0;
}
#bag-spec {
}

.bordered-box {
  border: medium ridge silver;
}

/* フッタ要素 */
/* 末尾のリンク集の改行設定 */
#footer_link SPAN {
  white-space: nowrap;
  font-weight: normal;
  font-size: 90%;
}
#footer_link {
  font-size : 14px;
  font-weight : bolder;
  line-height : 140%;
  width : 100%;
}

#copyright {
  
}

.dont-undertake-fill {
  font-size: small;
  font-weight: bold;
  margin: 10px auto;
}

/* 枠線設定 */
.bordered {
  border : medium ridge black;
  width : 95%;
  margin: 10px auto;
  padding : 0 5px;
  text-align: left;
}

.bordered_table {
  border : medium solid black;
}

.bordered_table TD, .bordered_table TH{
  border : thin solid black;
  padding : 3px 10px;
}

.bordered > H3 {
  display: block;
  text-align : center;
  margin: 5px auto;
}

.bg_pink{
  background-color : pink;
}
.bg_lightyellow{
  background-color : lightyellow;
}
.bg_palegreen{
  background-color : palegreen;
}
/*
table {
  border: solid thin red;
}
*/
/* 特定要素セット */
.strong_block {
  font-weight: bold;
  font-size: 135%;
  text-align: center;
  width: 85%;
  margin :0 auto;
}

/* デバッグ用 */
.test_border_r {
  border : thin solid red;
}
.test_border_g {
  border : thin solid green;
}
.test_border_b {
  border : thin solid blue;
}



#brand-verify {
  border: thin solid red;
  text-align: left;
  font-size: 80%;
}
#brand-verify .note {
  list-style-type: none;
  padding: 5px;
}

#brand-verify .note > .li-sq::before {
  content: '■';
}

#brand-verify .note > .li-dt::before {
  content: '・';
}

#brand-verify .note > .li-rs::before {
  content: '※';
}

