@charset "UTF-8";

/****************************************
* Bangkok Good Goods Japan 
****************************************/

/* leaf page */
.goodgoods {
    position: relative;
}
.goodgoods .eventlogo {
    position: absolute;
    top: -10px;
    right: 20px;
    width:50px;
}

span.s {
   background: none repeat scroll 0 0 #cdcdcd;
    padding: 1px 10px;
    margin-left: 7px;
}
.company .elem_text_list {
   border-bottom: 1px solid #666;
   width: max-content;
   max-width: 800px;
}

.logo {
   min-height: 100px;
   padding: 8px 0;
}

.elem_flex_justify.link .elem_text_list {
   width: 420px;
}
@media screen and (max-width: 640px) {
.goodgoods {
    width:100%;
}
.goodgoods p {
    width:85%;
}
.logo {
     width: 80%;
}
.goodgoods .eventlogo {
    right: 0px;
    width:38px;
}
.company .elem_text_list {
   width: auto;
   max-width: 100%;
}
.company .elem_text_list li.pic_links,
.company .elem_text_list li.pic_movie, 
.company .elem_text_list li.pic_sns {
   word-break: break-all;
}
.elem_flex_justify.link .elem_text_list {
   width: 50%;
}
.elem_flex_justify.link .check {
   width: 50%;
}
}
.elem_heading_lv2.var_ac_border {
   margin-bottom: 20px;
}
.elem_heading_lv2.var_ac_border h2 {
    border-bottom: solid 5px #000; 
    padding-bottom: 7px;
}
.checkb {
  display: none;
}
.checkb-text {
  padding-left: 25px;
  position:relative;
  font-size: 1.5em;
}
.checkb-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 4px;
   background-color: #fff;
}
.checkb:checked + .checkb-text {
  color: #A90000;
}
.checkb:checked + .checkb-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #A90000;
  border-right: 3px solid #A90000;
}

/*------------form----------*/
.elem_list_news li  .title {
   width: 540px;
}
@media screen and (max-width: 640px) {
.elem_list_news li  .title {
   width: auto;
}
}
.elem_list_news li .btn_delete {
   display: table-cell;
   vertical-align: middle;
   padding-left: 10px;
 }
.elem_list_news li .btn_delete span {
    background: #656565 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 0.85em;
    margin-top: 2px;
    min-width: 40px;
    padding: 6px 5px;
    text-align: center;
}
