@charset "utf-8";

/*=====================================

common.css

=====================================*/
/*
基本サイズ14px
表示したいサイズ｜指定する値
10px  72%
11px  79%
12px  86%
13px  93%
14px  100%
15px  108%
16px  115%
17px  122%
18px  129%
19px  136%
20px  143%
21px  150%
22px  158%
23px  165%
24px  172%
25px  179%
26px  186%
*/


/*-------------------------------------
layout
-------------------------------------*/
.fltL { float: left !important; }
.fltR { float: right !important; }
.alignL { text-align: left !important; }
.alignC, .aly_tx_center { text-align: center !important; }
.alignR, .aly_tx_right { text-align: right !important; }
.valignT { vertical-align: top !important; }
.valignM { vertical-align: middle !important; }
.valignB { vertical-align: bottom !important; }

.strong { font-weight: bold; }

.color01 { color: #ee0019; }

.w30 { width: 30px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w280 { width: 280px; }
.w686 { width: 686px; }
.h386 { height: 386px; }

.

.form01 {
  width: 120px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.form02 {
  width: 310px;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  line-height:0;
  visibility: hidden;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  overflow: hidden;
}
.clear { clear: both; }


.section {
  clear: both;
  padding: 0 0 20px 0;
  zoom: 1;
}
.section:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*-------------------------------------
categoryList
-------------------------------------*/

/* categoryList
-------------------------------------*/
.categoryList {
  clear: both;
  padding: 0 0 20px 0;
  zoom: 1;
}
.categoryList:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.categoryList .categoryListL {
  float: left;
}
.categoryList .categoryListR {
  float: right;
}
.categoryList .categoryListL,
.categoryList .categoryListR {
  width: 49%;
}
.categoryList .categoryListL p,
.categoryList .categoryListR p {

}
.categoryList .categoryTitleWrapArea {
  margin: 0 0 5px 0;
  padding: 0 9px 0 0;
  background: url(/content/300065398.png) no-repeat right bottom;
}
.categoryList .categoryTitleWrapArea .categoryTitleWrap {
  padding: 0 0 9px 0;
  background: url(/content/300065340.png) no-repeat left bottom;
}
.categoryList .categoryTitleWrapArea .categoryTitleWrap h2,
.categoryList .categoryTitleWrapArea .categoryTitleWrap h3 {
  margin: 0 -9px 0 0;
  padding: 0 9px 0 0;
  background: url(/content/300065437.png) no-repeat right top;
  zoom: 1;
}
.categoryList .categoryTitleWrapArea .categoryTitleWrap h2 span,
.categoryList .categoryTitleWrapArea .categoryTitleWrap h3 span {
  display: block;
  padding: 10px 0 2px 21px;
  font-size: 115%;
  font-weight: bold;
  background: url(/content/300065352.png) no-repeat left top;
}
.categoryList .categoryText {
  padding: 0 3px;
}
.categoryList .categoryText ul {
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}

/* subCategoryList
-------------------------------------*/
.subCategoryList {
  zoom: 1;
}
.subCategoryList li {
  margin: 0 0 5px 0 !important;
  padding: 0 0 7px 10px !important;
  border-bottom: 1px dotted #999;
  background: url(/content/300065449.png) no-repeat 0 0.5em !important;
}


/*-------------------------------------
title
-------------------------------------*/

/* h1
-------------------------------------*/
.h1WrapArea {
  clear: both;
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 8px 0 0;
  background: url(/content/300065336.png) no-repeat right bottom;
}
.h1WrapArea .h1Wrap,
.h1WrapAreaPrint .h1Wrap {
  padding: 0 0 8px 0;
  background: url(/content/300065430.png) no-repeat left bottom;
}
.h1WrapArea .h1Wrap h1 {
  margin: 0 -8px 0 0;
  padding: 0 8px 0 0;
  background: url(/content/300065343.png) no-repeat right top;
  zoom: 1;
}
.h1WrapArea .h1Wrap h1 span {
  display: block;
  /*margin: 0 170px 0 0;*/
  font-size: 158%;
  font-family: 'メイリオ',Meiryo, Arial, sans-serif!important;
  font-weight: bold;
  padding: 20px 15px 10px 15px;
  background: url(/content/300065479.png) no-repeat left top;
}



/* プリント用 */
.h1WrapAreaPrint {
  clear: both;
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 8px 0 0;
  background: url(/content/300065336.png) no-repeat right bottom;
  zoom: 1;
}
.h1WrapAreaPrint .h1Wrap {
  zoom: 1;
}
.h1WrapAreaPrint:after,
.h1WrapAreaPrint .h1Wrap:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  line-height:0;
  visibility: hidden;
  overflow: hidden;
}
.h1WrapAreaPrint .h1Wrap h1 {
  float:left;
  width: 100%;
  margin: 0 -290px 0 0;
  background: url(/content/300065479.png) no-repeat left top;
  zoom: 1;
}
.h1WrapAreaPrint .h1Wrap span {
  display: block;
  margin: 0 300px 0 0;
  font-size: 158%;
  font-family:  Arial, sans-serif!important;
  font-weight: bold;
  padding: 20px 0 10px 15px;
}
.h1WrapAreaPrint .h1Wrap .printBtn {
  position: relative;
  float: right;
  width: 300px;
  margin: 0 -12px 0px 0;
  zoom: 1;
}
.h1WrapAreaPrint .h1Wrap .printBtn p {
  width: 266px;
  padding: 23px 16px 0 15px;
  background: url(/content/300065343.png) no-repeat right top;
  text-align: right;
}
.h1WrapAreaPrint .h1Wrap .printBtn p a {
  display: block;
  width: 116px;
  height: 29px;
  overflow: hidden;
}




/* PDF版用 */


.direct_pdf {
  margin:8px 22px 0px 15px;
  display: flex;
  justify-content: flex-end;
}
.direct_pdf img {
  margin-right: 5px;
  vertical-align: middle;
}





/* h2
-------------------------------------*/
.h2WrapArea {
  clear: both;
  position: relative;
  margin: 10px 0;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.h2WrapArea h2 {
  padding: 0 0 3px 22px;
  font-size: 129%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: url(/content/300065440.png) no-repeat 0 0.3em;
}

/* h3
-------------------------------------*/
.h3WrapArea {
  clear: both;
  position: relative;
  margin: 5px 0 10px 0;
  padding: 0 7px 0 0;
  background: url(/content/300065399.png) no-repeat right bottom;
  overflow: hidden;
}
.h3WrapArea .h3Wrap {
  padding: 0 0 7px 0;
  background: url(/content/300065324.png) no-repeat left bottom;
}
.h3WrapArea .h3Wrap h3 {
  margin: 0 -7px 0 0;
  padding: 0 7px 0 0;
  background: url(/content/300065322.png) no-repeat right top;
  zoom: 1;
}
.h3WrapArea .h3Wrap h3 span {
  display: block;
  padding: 6px 16px 0 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  background: url(/content/300065447.png) no-repeat left top;
}

/* h4
-------------------------------------*/
.h4WrapArea {
  clear: both;
  position: relative;
  margin: 5px 0 10px 0;
  padding: 0 7px 0 0;
  overflow: hidden;
}
.h4WrapArea .h4Wrap h4 {
  display: block;
  padding: 6px 16px 7px 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  background: url(/content/300094159.png) no-repeat left top;
  zoom: 1;
}

/*-------------------------------------
img
-------------------------------------*/
.imgC {
  padding: 0 0 10px 0;
  text-align: center;
  display: table;
  margin: 1em auto 0;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
.imgL {
  float: left;
  padding: 0 20px 10px 0;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}
.imgR {
  float: right;
  padding: 0 0 10px 20px;
  display: table;
  width: 160px; /* minimum width */
  *width: auto; /* for IE7 and below */
}

.imgListL {
  margin: 0 -19px 10px 0 !important;
  padding: 0 !important;
  letter-spacing: -0.4em;
}
.imgListL li {
  display: inline-block;
  /display: inline;
  margin: 0 !important;
  padding: 0 19px 10px 0 !important;
  letter-spacing: normal;
  vertical-align: top;
  background: none !important;
  zoom: 1;
}
.imgListC {
  margin: 0 -9px 10px -9px !important;
  padding: 0 !important;
  letter-spacing: -0.4em;
  text-align: center;
}
.imgListC li {
  display: inline-block;
  /display: inline;
  margin: 0 !important;
  padding: 0 9px 10px 9px !important;
  letter-spacing: normal;
  vertical-align: top;
  background: none !important;
  zoom: 1;
}
.imgC p,
.imgL p,
.imgR p,
.imgListL li p,
.imgListC li p {
  padding: 5px 0 0 0;
  font-size: 86%;
  text-align: center;
}

/*-------------------------------------
list
-------------------------------------*/
.sbList {
  padding: 0 0 5px 0 !important;
  text-align: right;
  overflow: hidden;
}
.sbList li {
  display: inline-block;
  /display: inline;
  padding: 0 !important;
  background: none !important;
  overflow: hidden;
  zoom: 1;
}
.sbList li.sbFacebook {
  width: 110px;
  margin: 0.3em 0 !important;
}
.sbList li.sbFacebook .fb_iframe_widget span {
  vertical-align: top !important;
}
.sbList li.sbTwitter {
  width: 95px;
  margin: 0.3em 0 !important;
  vertical-align: top !important;
}
.sbList li.sbTwitter iframe {
  vertical-align: top !important;
}
.sbList li.sbGoogle {
  margin: 0.3em 0 !important;
  vertical-align: top !important;
}
.sbList li.sbGoogle div {
  vertical-align: top !important;
}
.skipLink {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.skipLink a {
  position: absolute;
  top: -50rem;
}
.skipLink a:focus {
  position: relative;
  top: 0;
}

.arwList li {
  padding: 0 0 0 10px !important;
  background: url(/content/300065449.png) no-repeat 0 0.5em !important;
}
.arwList li.childlist {
  margin-left:30px!important;

}

.nbList li {
  padding: 0 0 0 10px !important;
  background: url(/content/300065411.png) no-repeat 0 0.5em !important;
}


.dateList li {
  clear: both;
  margin: 0 0 5px 0 !important;
  padding: 0 0 7px 0 !important;
  border-bottom: 1px dotted #999;
  background: none !important;
  overflow: hidden;
  zoom: 1;
}
.dateList span {
  display: block;
  float: left;
  width: 10em;
  color: #000;
}
.dateList p {
  padding: 0 0 0 10em;
  background: url(/content/300065449.png) no-repeat 9em 0.5em !important;
}
.dateList .line span {
  float: none;
  width: auto;
}
.dateList .line span .icn {
  margin: 0 0 0 13px;
}
.dateList .line p {
  padding: 0 0 0 1em;
  background: url(/content/300065449.png) no-repeat 0 0.5em !important;
}


/* 応用編リスト */

.dateList span.siteico_date{
  display: block;
  float: left;
  width: 8.5em;
  color: #000;
}

.dateList span.siteico{
  display: block;
  float: left;
  width: 10em;
  color: #000;
}


.dateList p.site_p{
  padding: 0 0 0 21em;
  background: url(/content/300065449.png) no-repeat 20em 0.5em !important;
}





.ancList {
  clear: both;
  letter-spacing: -0.4em;
}
.ancList li {
  display: inline-block;
  /display: inline;
  width: 185px;
  margin: 0.1em 0 !important;
  padding: 0 0 0 40px !important;
  letter-spacing: normal;
  vertical-align: top;
  background: url(/content/300072344.png) no-repeat 24px 0.5em !important;
  zoom: 1;
}

/*-------------------------------------
icn
-------------------------------------*/
.icn {
  display: inline-block;
  /display: inline;
  vertical-align: middle;
  margin: 0 4px 0 2px;
  zoom: 1;
}


/*-------------------------------------
box
-------------------------------------*/
.inquiry {
  margin: 10px 0 0 0;
  padding: 16px 16px 20px 16px;
  color: #000;
  border-top: 1px dotted #999;
}
.inquiry .inquiryTitle {
  font-weight: bold;
}

.relate {
  margin: 0 0 20px 0;
  padding: 11px 13px 0 13px;
  border: 1px solid #ccc;
}
.relate .relateTitle {
  padding: 1px 0 3px 30px;
  color: #000;
  font-weight: bold;
  background: url(/content/300065325.png) no-repeat 0 0;
}
.relate .relateTitle2 {
  padding: 1px 0 3px 30px;
  color: #000;
  font-weight: bold;
  background: url(/content/300107307.png) no-repeat 0 0;
}

/*-------------------------------------
nav
-------------------------------------*/
.pageNav01 {
  clear: both;
  margin: 0 0 10px;
  padding: 10px 10px 5px 10px;
  text-align: center;
}
.pageNav01 li {
  display: inline;
  margin: 0 5px !important;
  padding: 0 !important;
  background: none;
}
.pageNav01 li a {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 1px 8px;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #7D7D7D;
  background: #fff;
}
.pageNav01 li a:hover {
  color: #333333;
  border-color: #45648E;
  background: #EFEFEF;
}
.pageNav01 li span {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 1px 8px;
  color: #FFFFFF;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #7D7D7D;
  background: none repeat scroll 0 0 #7D7D7D;
}

/*-------------------------------------
jQuery Lightbox
-------------------------------------*/
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/*-------------------------------------
調達、イベント
-------------------------------------*/
.noticeIcon {
  margin-left: 10px;
  margin-top: 4px;
}

.form03 {
  margin-top: 5px;
  width: 240px;
}

.dscom {
  margin-left: 15px;
}



/*-------------------------------------
トップ緊急情報
-------------------------------------*/
#topVisualcaution .cautionBg{
  background-color:#FFFFFF;
  padding:12px 14px 50px;
}

#topVisualcaution .bottomBtn{
  position:absolute;
  bottom:8px;right:14px;
}


#topVisualcaution h2{
  padding: 0 0 3px 22px;
  font-size: 129%;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: url(/content/300065440.png) no-repeat 0 0.3em;

}

#topVisualcaution h3{
  display: block;
  padding: 6px 16px 10px 16px;
  color: #000;
  font-weight: bold;
  line-height: 130%;
  background: url(/content/300098500.png) no-repeat left top;
}

#topVisualcaution h4{
  display: block;
  padding: 6px 16px 7px 16px;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  background: url(/content/300094159.png) no-repeat left top;
  zoom: 1;

}

#topVisualcaution .caution{
  width:90%;
  margin:15px auto;
  padding:10px;
  color:#f00;
  background-color:#fee;
  border:2px solid #f00;
  line-height:150%;
}

#topVisualcaution p{
  width:85%;
  margin:10px 10px 10px 15px;
  padding:5px;
}

#topVisualcaution b{
  font-weight:bold;
}

#topVisualcaution ul.{
  padding: 0 0 15px 0;
}

#topVisualcaution li{
  margin: 0.3em 0;
  padding: 0 0 0 23px;
  background: url(/content/300065411.png) no-repeat 5px 0.5em;

}

#topVisualcaution table{
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border: 1px solid #bfbfbf;

}



#topVisualcaution th{
  padding: 5px 9px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #ebebeb;

}



#topVisualcaution td{
  padding: 5px 9px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bfbfbf;

}
.siteCatalyst img {
  display: none;
}
.sectionItemWrap1 {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  vertical-align: top;
}

.sectionItem1 {
  display: table-cell;
  border: none;
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

.sectionItemWrap1 + .sectionItemWrap1 > .sectionItem1 {
  border: none;
}

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.border1 {
  border: 1px solid #bfbfbf;
  padding: 10px;
  margin-bottom: 20px;
}
.border1 p {
  margin: 15px 0;
}

.border2 {
  padding: 5px 9px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #F5F5F5;
}

.border3 {
  border: 2px solid;
  padding: 7px;
  margin: 20px 0;
}

.border3 p.title {
  font-size:1.25em; font-weight:bold;
}
.sectionItemWrap2 {
  display: inline-table;
  table-layout: fixed;
  width: 49%;
  border-collapse: collapse;
  vertical-align: top;
}

.sectionItem2Img {
  display: table-cell;
  border: none;
  padding: 10px 10px 10px 0;
  width: 100px;
  text-align: left;
  vertical-align: top;
}
.sectionItem2Txt {
  display: table-cell;
  border: none;
  padding: 10px 15px 10px 0;
  text-align: left;
  vertical-align: top;
}

.sectionItemWrap2 + .sectionItemWrap2 > .sectionItem2Img,
.sectionItemWrap2 + .sectionItemWrap2 > .sectionItem2Txt {
  border: none;
}

.sectionItemWrap3 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
}

.sectionItem3Img {
  display: table-cell;
  border: none;
  padding: 10px 10px 10px 0;
  width: 235px;
  text-align: left;
  vertical-align: top;
}
.sectionItem3Txt {
  display: table-cell;
  border: none;
  padding: 10px 15px 10px 0;
  text-align: left;
  vertical-align: top;
  vertical-align: top;
}

.sectionItem4Img {
  display: table-cell;
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.sectionItem4Txt {
  display: table-cell;
  border: none;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}


.tar {
  text-align: center !important;
}
.tac {
  text-align: center !important;
}

.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}

#contents ul li.sbFacebook {
  margin: 0;
  vertical-align: top !important;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100% !important;
}
.w670per {
  width: 67% !important;
}
.w80per {
  width: 80% !important;
}
.w66per {
  width: 66% !important;
}
.w53per {
  width: 53% !important;
}
.w50per {
  width: 50% !important;
}
.w40per {
  width: 40% !important;
}
.w34per {
  width: 34% !important;
}
.w33per {
  width: 33% !important;
}
.w30per {
  width: 30% !important;
}
.w25per {
  width: 25% !important;
}
.w23per {
  width: 23% !important;
}
.w20per {
  width: 20% !important;
}
.w18per {
  width: 18% !important;
}
.w12per {
  width: 12% !important;
}
.w10per {
  width: 10% !important;
}
.w8per {
  width: 8% !important;
}
#contents .leadArea_link {
  padding: 10px 20px 10px;
}
#contents .leadArea_text p {
  margin-bottom: 20px;
}

.displayN {
  display: none;
}

.ac_results .by_any_chance_title, .suggest_category_title {
  font-size: 69.23% !important;
}

.ac_results .by_any_chance_price, .suggest_price{
  font-size: 84.61 !important;
}

.ac_results .by_any_chance_send_detail{
  font-size: 69.23% !important;
}

.suggest_detail {
  font-size: 69.23% !important;
}

.text_style1{
  padding: 5px 0px;
  clear: both;
  font-size: 90%;
}
.text_style2{
  margin-bottom:10px;
}
.text_style3{
  margin-bottom: 2em;
}
.text_style4{
  text-indent: -3em; margin-bottom: 2em; margin-left: 3em;
}
.text_style5{
  text-indent: -4.3em; margin-bottom: 2em; margin-left: 4.3em;
}

.list_style1{
  list-style-type: lower-roman;
}

.div_style1{
  width:608px;
  height:428px;
  display:inline-block;
}
.div_style2{
  width:608px;
  height:347px;
  display:inline-block;
}
.label_posi1{
  position:absolute;
  margin-top: 155px;
  margin-left: 50px;
  display:none;
}
.label_posi2{
  position:absolute; margin-top: 235px; margin-left: 570px; display:none;
}
.label_posi3{
  position:absolute;margin-top: 185px; margin-left: 550px; display:none;
}
.label_posi4{
  position:absolute; margin-top: 185px; margin-left: 410px; display:none;
}
.label_posi5{
  position: absolute; margin-top: 95px; margin-left: 410px; display:none;
}
.label_posi6{
  position:absolute; margin-top: 85px; margin-left: 420px; display:none;
}
.label_posi7{
  position:absolute; margin-top: 55px; margin-left: 470px; display:none;
}
.label_posi8{
  position:absolute; margin-top: 235px; margin-left: 310px; display:none;
}
.label_posi9{
  position: absolute; margin-top: 185px; margin-left: 250px; display:none;
}
.label_posi10{
  position:absolute; margin-top: 85px; margin-left: 280px; display:none;
}
.label_posi11{
  position: absolute; margin-top: 215px; margin-left: 80px; display: none; display:none;
}
.label_posi12{
  position:absolute; margin-top: 135px; margin-left: 160px; display:none;
}
.label_posi13{
  position:absolute; margin-top: 58px; margin-left: 150px; display:none;
}
.label_posi14{
  position:absolute; margin-top: 34px; margin-left: 41px; display:none;
}



#enq select,
#enq option,
#enq textarea,
#enq input,
#btnArea input,
.search_form input,
.narrowDownDate input,
.narrowDownText input,
.conditionSelecter input {
  font-size: 100% !important;
}
input.search_query:-moz-placeholder-shown {
  color: #333333 !important;
}
input.search_query:placeholder-shown {
  color: #333333 !important;
  opacity: 1;
}
input.search_query::-webkit-input-placeholder {
  color: #333333 !important;
  opacity: 1;
}
input.search_query:-moz-placeholder {
  color: #333333 !important;
  opacity: 1;
}
input.search_query::-moz-placeholder {
  color: #333333 !important;
  opacity: 1;
}
input.search_query:-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1;
}
input.search_query::-ms-input-placeholder {
  color: #333333 !important;
  opacity: 1;
}
input.search_query::placeholder {
  color: #333333 !important;
  opacity: 1;
}
.txt_form_red {
  color: #cc0000;
}
.btn_form1 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
}
.btn_form1 img {
  margin: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}

ul.nodisc li{
  list-style: none !important;
  background: none !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr1rem {
  margin-right: 1rem !important;
}
.mb00{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.mb1em {
  margin-bottom:1em !important;
}
.mb2em {
  margin-bottom:2em !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml3em {
  margin-left: 3em !important;
}
.text_indent-3em {
  text-indent: -3em !important;
}

.fwB {
  font-weight: bold;
}
.borderBox1 {
  padding: 5px 9px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
}
.pr20 {
  padding-right: 20px !important;
}
.indentation1 {
  text-indent: 1rem !important;;
}
.imgRight1 {
  float: right;
}
#ui-datepicker-div{
	min-height:auto;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	font-size:0.9em;
}
.width110{
	width: 110px;
}
.width80per{
	width: 80%;
}
.width70per{
	width: 70%;
}
.width48per{
	width: 48%;
}
.width46per{
	width: 46%;

}
.width50per{
	width: 50%;
}
.width35per{
	width: 35%;
}
.width28per{
	width: 28%;
}
.width20per{
	width: 20%;
}
.width15per{
	width: 15%;
}
.width8per{
	width: 8%;
}

.ml15{
	margin-left: 15px;
}
.notDisplay{
	display: none;
}

.bgColor1 {
	background-color: #f5f5f5;
}
.listType1,
#contents .listType1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listType1 li,
#contents .listType1 li {
  margin: 0 0 20px;
}

#contents .tableNoStyle {
  border: none !important;
  background: none !important;
  padding: 0;
}

.pd1em {
   padding: 1em !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}

/* 202203 */

.lineup1 {
 display: flex;
 justify-content: space-around;
}

.mt1em { margin-top: 1em !important; }
.mb1em { margin-bottom: 1em !important; }
.mr1em { margin-right: 1em !important; }
.ml1em { margin-left: 1em !important; }
.pt1em { padding-top: 1em !important; }
.pt2em { padding-top: 2em !important; }
.pb1em { padding-bottom: 1em !important; }
.pr1em { padding-right: 1em !important; }
.pl1em { padding-left: 1em !important; }
.prl2em { padding-right: 2em; padding-left:2em; }
.ml1emIndent { margin-left: 1em !important; text-indent: -1em; }
.pd0 {padding: 0 !important; }
.pb0 {padding-bottom: 0 !important; }
.pl10 {padding-left: 10px !important;}
.mt5em { margin-top: 5em !important; }