@charset "UTF-8";

/* ---------------------------------------------------------------------
CSS

 File name:      content.css
 Create:         2008.10.20
 Update:         2008.10.20
 Style Info:     コンテンツページ
                 （扉ページ・詳細ページ）共通CSSファイ・E--------------------------------------------------------------------- */

/* ページトップへ */
.to-top {
  text-align: right;
  margin-top: 40px;
}

/* 見出しhn（扉ページ）
--------------------------------------------------------------------- */
h3.content-top {
  margin-bottom: 10px;
  padding: 30px 0 4px;
  background: url(../img/border_dotted_3.gif) bottom repeat-x;
  line-height: 1em;
}

/* 見出しhn（詳細ページ）
--------------------------------------------------------------------- */

h1.content {
  padding: 15px 0 9px 10px;
  border: 1px solid #8eb87f;
  background: #ddeada 0 0 no-repeat;
  line-height: 1em;
}
h2.content {
  padding: 14px 0 10px 8px;
  border: 1px solid #8eb87f;
  background: #ddeada 0 0 no-repeat;
  line-height: 1em;
}
h3.content {
  margin-bottom: 10px;
  padding: 20px 0 4px;
  line-height: 1.3em;
}
h3.content strong {
  display: block;
  height: 20px;
  padding-left: 10px;
  border-left: 5px solid #3e653c;
  font-weight: bold;
}
/* 2009.03.13 ﾂｲｶ(tokumaru) firefoxへの対応   */
h3.firefox strong {
  display: block;
  height: 40px;
  padding-left: 10px;
  border-left: 5px solid #3e653c;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  background: url(../img/border_dotted_green.gif) bottom repeat-x;
  line-height: 1.3em;
}
/* 2009.03.13                                 */

h4.content {
  margin-bottom: 10px;
  padding: 20px 0 0;
  border-bottom: 1px solid #3e653c;
}

/* breadcrumbs
--------------------------------------------------------------------- */
ul#breadcrumbs {
  margin-top: 2px;
  padding: 0 5px;
}
ul#breadcrumbs li {
  display: inline;
  margin-right: 3px;
  font-size: 85%;
}
ul#breadcrumbs li a {
  padding-right: 11px;
  background: url(../img/arrow_breadcrumbs.gif) right 4px no-repeat;
}

/* content-wrap
--------------------------------------------------------------------- */
#content-wrap {
  width: 68rem;
  margin: 10px auto 0;
}

/* left
--------------------------------------------------------------------- */
#left {
  float: left;
  width: 200px;
  display: none;
  /*margin-right: 40px;*/
  /*background-color: #CCC;*/
}
#left #banner li {
  margin-bottom: 10px;
}
#left-menu {
  border: 1px solid #ccc;
}
#left-menu * {
  line-height: 100%;
}
#left-menu h2 {
  padding: 10px 10px 7px;
  background: url(../img/bg_left_menu.gif) center repeat-x;
  border-bottom: 3px solid #3e653c;
}
#left-menu h3 {
  font-size: small;
  font-weight: normal;
}

/* ----- << 16.02.15 ADD BY TAKAHARA >> ----- */
#left-menu h4 a {
  background-image: url(../img/bg_list_submenu.gif);
  font-size: small;
  font-weight: normal;
  padding: 10px 10px 8px 50px;
}
#left-menu h4 a:hover {
  color: #fff;
  background-color: #3e653c;
  background-image: url(../img/bg_list_submenu_o.gif);
  border-top: 1px solid #3e653c;
  padding: 10px 10px 8px 50px;
}
#left-menu h5 a {
  background-image: none;
  font-size: small;
  font-weight: normal;
  padding: 10px 10px 8px 60px;
}
#left-menu h5 a:hover {
  background-image: none;
  color: #fff;
  background-color: #3e653c;
  border-top: 1px solid #3e653c;
  padding: 10px 10px 8px 60px;
}
/* ----- << 16.02.15 ADD BY TAKAHARA >> ----- */

#left-menu a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 10px 10px 8px 25px;
  background: #e7ffe5 url(../img/bg_list_menu.gif) left center no-repeat;
  border-top: 1px solid #ccc;
}
#left-menu a:hover {
  color: #fff;
  background-color: #3e653c;
  background-image: url(../img/bg_list_menu_o.gif);
  border-top: 1px solid #3e653c;
}
#left-menu li {
  display: inline;
  width: 198px;
}
#left-menu li a {
  padding: 10px 10px 8px 35px;
  background-image: url(../img/bg_list_submenu.gif);
}
#left-menu li a:hover {
  background-image: url(../img/bg_list_submenu_o.gif);
}

/* 2009.02.09 ﾂｲｶ(tokumaru)    */
#left-menu ul li ul li a {
  padding: 10px 2px 8px 53px;
  background-position: 15px 13px;
}
/* 2009.02.09                  */

/* content
--------------------------------------------------------------------- */

#content2 {
  float: right;
  width: 610px;
  overflow: hidden;
}
/*  2010.6.15 追加　半田 */
#content-th {
  float: right;
  width: 600px;
  overflow: hidden;
}
#content-th p {
  text-indent: 1em;
}

/* 左右寄せイメージ
--------------------------------------------------------------------- */
.img-float-left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-float-right {
  float: right;
  margin: 0 0 10px 20px;
}

/* 商品紹・E--------------------------------------------------------------------- */
.exp {
  margin-top: 20px;
}
.exp img {
  vertical-align: middle;
  margin-right: 2px;
}

.product-list {
  border-top: solid 1px #b2b2b2;
  /*border-collapse: collapse;
 border-spacing: 4px 4px;*/
}
.product-list td {
  padding: 2px 0;
  border-bottom: solid 1px #b2b2b2;
}
.product-list img {
  vertical-align: baseline;
}

#product-detail-head {
  margin-top: 20px;
  width: 100%;
}
#product-detail-head .f-left {
  width: 23rem;
}
#product-detail-head .f-right {
  width: 36rem;
}
#product-detail-head .price,
#product-detail-moviehead .price
 {
  float: right;
  width: 34.3rem;
  border: 1px solid #ccc;
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
/* 2011年2・E5・E“湘帖…媛通/
#product-detail-moviehead {
 margin-top: 20px;
	width: 600px;
}
#product-detail-moviehead .fm-left {
 float: left;
 width: 300px;
}
#product-detail-moviehead .fm-right {
 float: right;
 width: 270px;
}
#product-detail-moviehead .fm-price {
 float: right;
 width: 270px;
 border: 1px solid #CCC;
 margin-top: 10px;
 font-weight: bold;
}

.product-howto {
 margin-top: 10px;
 background-color: #CCC;
}
.product-howto td {
 background-color: #FFF;
 text-align: center;
}
.product-howto th {
 background-color: #E7FFE5;
 font-weight: normal;
 text-align: center;
}
.product-howto2 {
 margin-top: 10px;
 background-color: #CCC;
}
.product-howto2 td {
 background-color: #FFF;
}
.product-howto2 th {
 background-color: #E7FFE5;
 font-weight: normal;
 text-align: center;
}

/* 2011.01.18 追加(半田)  */
.product-cautionlist {
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #ccc;
}
.product-cautionlist td {
  background-color: #fff;
  text-align: left;
}
.product-cautionlist th {
  background-color: #fff;
  font-weight: normal;
  text-align: center;
}
/***********************/

/* 2009.03.30 ﾂｲｶ(tokumaru)  */
.product-howto2 {
  margin-top: 10px;
  background-color: #ccc;
}
.product-howto2 td {
  background-color: #fff;
  text-align: left;
}
.product-howto2 th {
  background-color: #e7ffe5;
  font-weight: normal;
  text-align: center;
}
/* 2009.03.30                */

.product-comp {
  margin-bottom: 5px;
}

#product-detail-foot {
  margin-top: 20px;
  border-top: 3px solid #3e653c;
}

/* 2009.01.18 ﾂｲｶ(tokumaru)  */
h4.pink-line {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border-bottom: 1px solid #ff6699;
}

h4.rbrown-line {
  margin-bottom: 10px;
  padding: 10px 0 0;
  border-bottom: 1px solid #993333;
}

/* 2009.01.18                */

h5.content {
  color: #000;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*2011年1・E9・E媛鎚半田）*/
h5.content2 {
  color: #000;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 0px;
}
/************************/

.product-caution {
  margin-left: 2.5em;
}
.product-caution li {
  text-indent: -1.8em;
}

/*2011年1・E9・E媛叩僻湘帖面/
.product-caution2 {
 margin-left: 2.5em;
}
.product-caution2 ul {
 margin-bottom: 0px;
}
.product-caution2 li {
 text-indent: -1.8em;
 margin-bottom: 0px;
}
/************************/

table.product-caution {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-caution td {
  vertical-align: top;
}

.product-detail-box {
  margin-left: 10px;
}

/* 2009.01.05 ﾂｲｶ(tokumaru)  */
.product-kiso-box {
  width: 600px;
}
.product-kiso-box .f-left {
  width: 300px;
}
.product-kiso-box .f-right {
  width: 300px;
}
.product-kiso2-box {
  width: 530px;
}
.product-kiso2-box .f-left {
  margin-left: 20px;
  width: 230px;
}
.product-kiso2-box .f-right {
  margin-left: 20px;
  width: 230px;
}
.product-kiso3-box {
  width: 600px;
}
.product-kiso3-box .f-left {
  width: 100px;
}
.product-kiso3-box .f-right {
  width: 500px;
}
.product-kiso4-box {
  width: 600px;
}
.product-kiso4-box .f-left {
  width: 500px;
}
.product-kiso4-box .f-right {
  width: 100px;
}
.product-illust-box {
  width: 600px;
}
.product-illust-box .f-left {
  width: 200px;
}
.product-illust-box .f-right {
  width: 400px;
}
.product-illust-box .f-r-left {
  width: 200px;
  float: left;
}
.product-illust-box .f-r-right {
  width: 200px;
  float: right;
}

.corn1 {
  background-color: #fee6db;
}
.corn3 {
  background-image: url(../img/corner3.gif);
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.corn4 {
  background-image: url(../img/corner4.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.corn4 img {
  margin: 0 0 10px 30px;
}
.corn4 dl {
  margin: 0;
  width: 560px;
}
.corn4 dl dt {
  font-size: 1.25em;
  font-weight: bold;
  color: blue;
  padding-left: 20px;
}
.corn4 dl dd {
  padding-left: 40px;
}
/* 2009.01.05                */
/* 2009.01.21 ﾂｲｶ(tokumaru)  */
ul.magazine li {
  width: 600px;
  margin-top: 15px;
  background: url(../img/border_dotted_gray.gif) bottom repeat-x;
}
/* 2009.01.21               */

/* 2009.02.23 ﾂｲｶ(tokumaru)  */
.product-column {
  border: solid 1px #77b60a;
  padding-bottom: 20px;
}
.product-column h4 {
  padding: 10px 10px 10px 10px;
  color: #ffffff;
  background-color: #228b22;
}
.product-column h5 {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 30px;
  border-bottom: dotted 1px #77b60a;
}
.product-column-list {
  margin-top: 10px;
  margin-left: 15px;
  background-color: #ccc;
}
.product-column-list td {
  background-color: #fff;
}
.product-column-list th {
  padding-left: 25px;
  background-color: #e7ffe5;
  background-image: url(../img/arrow01.gif);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  vertical-align: top;
}
/* 2009.02.23                */

/* 漢方情・E--------------------------------------------------------------------- */
.kampo-kiso-box {
  width: 600px;
}
.kampo-kiso-box .f-left {
  width: 100px;
}
.kampo-kiso-box .f-right {
  width: 500px;
}
.kampo-kiso-box ul {
  float: right;
  width: 500px;
}
.kampo-kiso-box li {
  float: left;
  padding-left: 15px;
  width: 235px;
  background: url(../kampo/kiso/img/bg_list_kampo_kouza.gif) left center
    no-repeat;
}

/* 2008.12.14 ﾂｲｶ(tokumaru)  */
.kampo-kouza-box {
  width: 600px;
}
.kampo-kouza-box .f-left {
  width: 100px;
}
.kampo-kouza-box .f-right {
  width: 500px;
}
.kampo-kouza-box ol li ol li {
  padding-left: 30px;
}

.kampo-kouza-list {
  margin-top: 10px;
  background-color: #ccc;
}
.kampo-kouza-list td {
  background-color: #fff;
  text-align: center;
}
.kampo-kouza-list th {
  background-color: #e7ffe5;
  font-weight: normal;
  text-align: center;
}
/* 2008.12.14                 */
/* 2009.3.7 ﾂｲｶ(tokumaru)     */
.kouza-item li {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
/* 2008.3.7                  */
/* 2008.12.23 ﾂｲｶ(tokumaru)  */
.hatena ul li {
  padding-left: 40px;
  background-image: url(../kampo/kiso/img/list_hatena.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border-bottom: dashed 1px #808080;
  vertical-align: top;
  line-height: 2.5em;
}
/* 2008.12.23                 */
/* 2009.03.08 ﾂｲｶ(tokumaru)  */
.qa-box dl dt {
  margin-top: 20px;
  padding-left: 35px;
  background-image: url(../img/question.gif);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  border: solid 1px #d3d3d3;
  background-color: #f9f9f9;
  line-height: 35px;
}
.qa-box dl dd {
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 35px;
  background-image: url(../img/answer.gif);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  line-height: 25px;
}
/* 2009.03.08                */

/* 2009.01.31 ﾂｲｶ(tokumaru)  */
.kampo-syouyaku-box {
  width: 600px;
}
.kampo-syouyaku-box .f-left {
  width: 250px;
  margin-top: 25px;
}
.kampo-syouyaku-box .f-right {
  width: 350px;
  margin-top: 25px;
}
.kampo-syouyaku-box ul {
  width: 320px;
}
.kampo-syouyaku-box ul li {
  float: left;
  text-align: center;
  width: 120px;
  padding-left: 40px;
}
.syouyaku-list {
  margin-top: 10px;
  background-color: #ccc;
}
.syouyaku-list td {
  background-color: #fff;
}
.syouyaku-list th {
  background-color: #8fbc8f;
  font-weight: normal;
}
/* 2009.01.31                */

/* 2009.11.05 ﾂｲｶ(tokumaru)  */
.kampo-syouyaku-box2 {
  width: 480px;
  margin-left: 90px;
}
.kampo-syouyaku-box2 ul {
  width: 480px;
}
.kampo-syouyaku-box2 ul li {
  float: left;
  text-align: center;
  width: 120px;
  padding-left: 40px;
}
/* 2009.11.05                */

/* 2009.02.05 ﾂｲｶ(tokumaru)  */
.kampo-season-box {
  width: 600px;
}
.kampo-season-box .f-left {
  width: 160px;
}
.kampo-season-box .f-right {
  width: 440px;
}
/* 2009.02.05                */
/* 2009.02.06 ﾂｲｶ(tokumaru)  */
.kampo-season2-box {
  width: 600px;
}
.kampo-season2-box .f-left {
  width: 440px;
}
.kampo-season2-box .f-right {
  width: 160px;
}
/* 2009.02.06                */
/* 2009.02.17 ﾂｲｶ(tokumaru)  */
.kampo-shohou-box {
  width: 600px;
}
.kampo-shohou-box .f-left {
  width: 160px;
}
.kampo-shohou-box .f-right {
  width: 440px;
}
/* 2009.02.17                */

/*2010.06.15 追加　半田  */
.kampo-syouyaku-3horizontallinebox {
  float: left;
  width: 600px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ks3-left {
  float: left;
  width: 152px;
}
.ks3-center {
  float: left;
  width: 162px;
  margin-left: 35px;
}
.ks3-right {
  float: left;
  width: 230px;
  margin-left: 20px;
}
/*2010.11.1 追加　半田  */
.kampo-syouyaku-2horizontallinebox {
  float: left;
  width: 600px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ks2-left {
  float: left;
  width: 230px;
}
.ks2-right {
  float: left;
  width: 230px;
  margin-left: 40px;
}

/* お店紹・E--------------------------------------------------------------------- */
#store-map {
  text-align: center;
  margin: 20px 0 0;
}

#store-top {
  margin-top: 10px;
  width: 600px;
}
#store-top .f-left {
  width: 100px;
}
#store-top .f-right {
  width: 500px;
}

h2.color-black span {
  font-size: small;
  margin-right: 20px;
}

.store-list {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}

#aruki-head {
  margin-bottom: 25px;
  width: 600px;
}
#aruki-head .f-left {
  width: 360px;
}
#aruki-head .f-right {
  width: 225px;
}
#aruki-head #store-info {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
#aruki-head #store-info th {
  background-color: #e7ffe5;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 3px 5px;
}
#aruki-head #store-info td {
  border-bottom: 1px solid #ccc;
  padding: 3px;
}

.aruki-box {
  margin-top: 20px;
  width: 600px;
}

h3.aruki {
  color: #8c3f48;
  margin-bottom: 10px;
}

.aruki-back {
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
}
.aruki-back span {
  font-size: large;
}

img.aruki-next {
  vertical-align: middle;
}
/* 2009.1.21 ﾂｲｶ(tokumaru)  */
.shop-list {
  margin-top: 10px;
  background-color: #ccc;
}
.shop-list td {
  background-color: #fff;
}
.shop-list th {
  background-color: #ffe5e5;
  font-weight: normal;
}
/* 2010.4.13  ﾂｲｶ(tokumaru)  */
.delline {
  text-decoration: none;
}
/* 2010.4.13                      */

/* 会社案・E--------------------------------------------------------------------- */
#company-top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 600px;
  background: url(../company/img/bg_company_head.gif) bottom repeat-x;
}
#company-top .f-left {
  width: 400px;
  margin-top: 10px;
}
#company-top .f-right {
  text-align: center;
  width: 182px;
  margin-top: 10px;
}

#company-intro {
  margin: 20px 0 10px;
  padding-bottom: 10px;
  width: 600px;
  height: 177px;
}
#company-intro .f-left {
  width: 150px;
}
#company-intro .f-right {
  width: 425px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
}
#company-sign {
  text-align: right;
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: 3px solid #000;
}
.recruit-list {
  background-color: #ccc;
}
.recruit-list td {
  background-color: #fff;
  font-size: 16px;
}
.recruit-list .left-item {
  background-color: #e7ffe5;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#toiawase {
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .recruit-list {
    background-color: #ccc;
  }
  .recruit-list td {
    background-color: #fff;
    font-size: 13px;
  }
  .recruit-list .left-item {
    background-color: #e7ffe5;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  #toiawase {
    font-size: 13px;
    margin-left: 15px;
  }
}
/* 2019.02.15 ohashi  */
.recruit-list2 {
  background-color: #fff;
  border-collapse: collapse;
}
.recruit-list2 .midashi-item {
  text-align: center;
  font-weight: bold;
}
.recruit-list2 .top-item {
  background-color: #e7ffe5;
  text-align: center;
  font-weight: bold;
}
.recruit-list2 .left-item {
  background-color: #e7ffe5;
  text-align: center;
}
.recruit-list2 .left-item2 {
  background-color: #fff;
  text-align: center;
}
.recruit-list2 .left-item2_a {
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* 2008.12.28 ﾂｲｶ(tokumaru)  */
.gaiyou-kiso-box {
  width: 600px;
}
.gaiyou-kiso-box .f-left {
  width: 250px;
}
.gaiyou-kiso-box .f-right {
  width: 350px;
}
/* 2008.12.28                */
/* 2008.12.30 ﾂｲｶ(tokumaru)  */
.history-kiso-box {
  width: 600px;
}
.history-kiso-box .f-left {
  width: 300px;
}
.history-kiso-box .f-right {
  width: 300px;
}
.safety-kiso-box {
  width: 600px;
}
.safety-kiso-box .f-left {
  width: 280px;
}
.safety-kiso-box .f-right {
  width: 300px;
  padding-left: 20px;
}
/* 2008.12.30                */

/* 2008.12.29 ﾂｲｶ(tokumaru)  */
.jigyou-list {
  margin-top: 10px;
  background-color: #ccc;
}
.jigyou-list td {
  background-color: #fff;
}
.jigyou-list th {
  background-color: #8fbc8f;
  font-weight: normal;
}
/* 2008.12.29                */

/* 2013.11.27 takeshi.handa */
#sky {
  line-height: 1;
  background-image: url(../img/sky.jpg);
  background-repeat: no-repeat;
  width: 840px;
  margin: 10px 5px 0;
  color: #ffffff;
}
.dokkatu-title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "HGS創英角ゴシックUB", Meiryo, verdana, "MS Pゴシック",
    HirakakuPro-W3, "Lucida Grande", Verdana, Osaka;
  font-weight: bold;
  text-align: center;
}
.dokkatu-title1 {
  font-size: 64px;
}
.dokkatu-title2 {
  font-size: 32px;
}
.dokkatu-title3 {
  font-size: 48px;
}
.dokkatu-title4 {
  font-size: 24px;
}
.dokkatu-title5 {
  font-size: 16px;
}
.dokk-left1 {
  float: left;
  width: 420px;
}
.dokk-right1 {
  float: left;
  width: 420px;
}
.dokk-left2 {
  float: left;
  width: 630px;
}
.dokk-right2 {
  float: left;
  width: 210px;
  font-size: 18px;
}
.freedial {
  color: #3e653c;
  font-size: 24px;
}
#dok-jin {
  line-height: 1;
  height: 200px;
  font-size: 22px;
  font-weight: bold;
}
#dok-jin ul {
  line-height: 1.5;
  font-size: 12px;
}
#dok-jin li {
  display: list-item;
  list-style-type: disc;
}
.dok-jin1 {
  float: left;
  color: #000000;
  width: 240px;
  height: 200px;
  background-image: url(../img/qes.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.dok-jin2 {
  color: #ffffff;
  float: left;
  width: 200px;
  height: 200px;
  background-image: url(../img/jin1.gif);
}
.dok-jin3 {
  color: #ffffff;
  float: left;
  width: 200px;
  height: 200px;
  background-image: url(../img/jin2.gif);
}
.dok-jin4 {
  color: #ffffff;
  float: left;
  width: 200px;
  height: 200px;
  background-image: url(../img/jin3.gif);
}
.dok-jin5 {
  color: #ffffff;
  height: 50px;
  background-image: url(../img/jinbar.gif);
  background-repeat: no-repeat;
}
.dok-jin6 {
  float: left;
  width: 420px;
  height: 100px;
}
.dok-jin7 {
  float: left;
  width: 200px;
  height: 100px;
}
.dok-jin8 {
  float: left;
  width: 200px;
  height: 100px;
}
.dok-graf {
  line-height: 1.5;
  width: 840px;
  height: 550px;
  background-image: url(../img/jingraf.gif);
}
#dok-prod {
  height: 100px;
}
.mexperience {
  display: block;
  height: 90px;
  background: url(../company/recruit/img/men_of_experience.gif) left bottom
    no-repeat;
  padding-left: 100px;
  font-weight: bold;
  font-size: 24px;
}
.wexperience {
  display: block;
  height: 90px;
  background: url(../company/recruit/img/women_of_experience.gif) left bottom
    no-repeat;
  padding-left: 100px;
  font-weight: bold;
  font-size: 24px;
}

.red {
  color: red;
}

.blue {
  color: blue;
}
#recruit-head {
  font-size: 24px;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", Meiryo, monospace;
  font-weight: 500;
  color: #3e653c;
  background: url(../img/border_dotted_green.gif) bottom repeat-x;
}
.recruit-sub-head {
  font-size: 18px;
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", Meiryo, monospace;
  font-weight: 500;
  /*	color:#3e653c;	*/
  color: #696969;
  margin-top: 10px;
}
.recruit-fc {
  color: #444444;
}
/*-------------2021/02/25 T.HANDA--------------*/
@media screen and (min-width: 640px) {
  #philosophy {
    padding-left: 260px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 30px;
    background-image: url(../company/img/philosophy.gif);
    background-repeat: no-repeat;
    background-color: rgba(217, 228, 189, 1);
  }
}
@media screen and (max-width: 640px) {
  #philosophy {
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "Meiryo", monospace;
    background-image: url(../company/img/philosophy.gif);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
}
/*-------------2021/02/25 END--------------*/

#voice_box2 {
  height: 150px;
}
/*-------------2021/02/25 T.HANDA--------------*/
@media screen and (max-width: 640px) {
  #recruit {
    font-size: 16px;
    /*	height:200px; */
    background-image: url(../company/img/recruit.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  #getready {
    padding-right: 0px;
  }
  #application {
    font-size: 16px;
    background-image: url(../company/img/application.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  #voice {
    font-size: 16px;
    background-image: url(../company/img/voice.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  .voice li {
    margin-right: 50px;
    padding-left: 25px;
    list-style: url("../img/arrow01.gif") inside;
    font-size: 20px;
  }
  #voice_box {
    height: auto;
  }
  #voice_boxl {
    float: none;
  }
  #voice_boxr {
    float: none;
  }
  .voice {
    float: none;
  }
  .voice_name {
    display: inline-block;
    position: relative;
    width: 80px;
  }
  .voice_work {
    display: inline-block;
    position: relative;
    width: 150px;
  }
  .voice_year {
    display: inline-block;
    position: relative;
  }
  #paisen h4 {
    font-size: 18px;
  }
  #paisen p {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  #recruit-mid {
    border-top: outset rgba(227, 249, 284, 1) 6px;
    border-bottom: outset rgba(153, 255, 255, 0.2) 6px;
    border-left: outset rgba(227, 249, 284, 1) 6px;
    border-right: outset rgba(153, 255, 255, 0.2) 6px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: rgba(197, 219, 254, 1);
  }
  #recruit-shin {
    font-size: 16px;
    /*  height:200px; */
    background-image: url(../company/img/recruit.jpg);
    background-color: rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-size: cover;
    /*  background-blend-mode:lighten; */
  }
  #getready {
    padding-right: 320px;
  }
  /* 2021.01.21 ohashi add */
  #application {
    font-size: 16px;
    height: 115px;
    background-image: url(../company/img/application.jpg);
    background-repeat: no-repeat;
  }
  #voice {
    font-size: 16px;
    background-image: url(../company/img/voice.jpg);
    background-repeat: no-repeat;
  }
  #voice_box {
    width: 600px;
  }
  #voice_boxl {
    float: left;
  }
  #voice_boxr {
    float: left;
  }
  .voice_box {
    float: none;
  }
  .voice li {
    margin-right: 50px;
    padding-left: 25px;
    background-image: url(../img/arrow01.gif);
    background-repeat: no-repeat;
    background-position: 4px 4px;
  }
  .voice_name {
    display: inline-block;
    position: relative;
    width: 50px;
  }
  .voice_work {
    display: inline-block;
    position: relative;
    width: 100px;
  }
  .voice_year {
    display: inline-block;
    position: relative;
  }
  #paisen h4 {
    font-size: 15px;
  }
  #paisen p {
    font-size: 13px;
  }
  /* 2010.03.18                */
  /* 2021.01.21 ohashi add */
}
/* 2016.12.06 Revision by Takeshi.handa */
#radioactive-news1 {
  padding-top: 10px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
#radioactive-news2 {
  padding-right: 10px;
  font-size: 16px;
  white-space: nowrap;
}
#radioactive-news3 {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
/* 2017/.05.29 Revision by Takeshi.Handa */
#jijint-back {
  line-height: 1;
  background: #f0f8ff; /* fallback for old browsers */
  background: -webkit-radial-gradient(
    #f0f8ff,
    #00bfff
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: radial-gradient(circle at 400px 800px, #f0f8ff, #00bfff);
  /*  	background: linear-gradient(to right, #c0c0aa, #1cefff); /* W3C, */
  background-repeat: no-repeat;
  width: 840px;
  margin: 10px 5px 0;
  color: #ffffff;
}
.jijint-title1 {
  font-size: 20px;
}
.jijint-title2 {
  font-size: 23px;
}
.jijint-title3 {
  font-size: 25px;
}
.jijint-p1 {
  background: #ffff00;
  /*	background: -webkit-radial-gradient(#F0F8FF, #FFFF00);
  	background: radial-gradient(#F0F8FF, #FFFF00); */
}
#jijint1 {
  margin-top: 10px;
}
#jijint1 ul {
  margin-left: 30px;
}
#jijint1 li {
  display: list-item;
  list-style-type: disc;
}
.jijint-p2 {
  background: #fffacd;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.jijint-p3 {
  /*	background: #ffff00; */
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}
.jijint-p4 {
  background: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px; /* CSS3草・*/
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

/* 2018.07.13 T.Handa */
@media screen and (max-width: 640px) {
  #left {
    visibility: hidden;
    width: 0px;
  }
  #content {
    float: left;
  }
  #content-wrap {
    width: 640px;
    background: none;
  }

  h2.content {
    padding: 14px 0 10px 8px;
    border: 1px solid #8eb87f;
    background: #ddeada 0 0 no-repeat;
    line-height: 1em;
    font-size: 30px;
  }
  h3.content {
    margin-bottom: 10px;
    padding: 20px 0 4px;
    background: url(../img/border_dotted_green.gif) bottom repeat-x;
    line-height: 1.3em;
    font-size: 24px;
  }
  h3.content strong {
    display: block;
    height: 30px;
    padding-left: 10px;
    border-left: 5px solid #3e653c;
    font-weight: bold;
    font-size: 24px;
  }
  h4.content {
    margin-bottom: 25px;
    padding: 20px 0 0;
    border-bottom: 1px solid #3e653c;
    font-size: 36px;
  }

  h5.content {
    margin-bottom: 20px;
    border-bottom: 1px solid #3e653c;
    font-size: 26px;
  }

  .shop-list th {
    font-size: 25px;
  }

  .shop-list td {
    font-size: 20px;
  }

  #text {
    margin-bottom: 3px;
    padding: 20px 5px;
    border-bottom: 1px solid #3e653c;
    font-size: 20px;
  }
  #text2 {
    margin-bottom: 3px;
    padding: 20px 5px;
    border-bottom: 1px solid #3e653c;
    font-size: 18px;
  }

  #text3 {
    margin-bottom: 3px;
    padding: 20px 5px;
    border-bottom: 1px solid #3e653c;
    font-size: 18px;
  }
}

ul#breadcrumbs {
  font-size: 27px;
  padding: 5px 10px;
}
table.product-caution,
table.product-cautionlist {
  border: 1px solid;
}

table.product-caution td,
table.product-cautionlist td,
table.product-caution th,
table.product-cautionlist th {
  border: 1px solid;
  padding: 3px;
}
table.product-howto td {
  vertical-align: middle;
}
table.price tr:nth-child(2) td:nth-child(1),
table.price tr:nth-child(2) td:nth-child(2),
table.price tr:nth-child(4) td:nth-child(1),
table.price tr:nth-child(4) td:nth-child(2) {
  color: transparent;
}

#content-th p {
  text-indent: 0 !important;
}
@media screen and (max-width: 400px) {
  .spNone {
    display: none;
  }
}
