.sp_box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding: 1%;
  border: 5px solid #00A78F;
}

p.tjTitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
  color: #00907B;
}

.sp_box table.tjName {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #5E5E5E;
}

.sp_box table.tjName th {
  width: 15%;
  text-align: left;
}

td.alC {
  text-align: center;
}

td.datetime span {
  display: inline-block;
  background-color: #DC0003;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.6em;
  vertical-align: top;
  margin-top: -1px;
}

.requestProductIdStatus {
  text-align: center;
}
.requestProductIdStatus span {
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #c00;
  font-size: 12px;
  padding: 3px 6px;
  margin-bottom: 5px;
}

.mypage_help {
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
}

.mypage_help img {
  margin-bottom: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border: 1px solid #C1C1C1;
}

tr.separate {
  border-top: 3px solid #666666;
}

.maker_inquiry_content input,
.maker_inquiry_title input,
.maker_inquiry_content textarea {
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.maker_mypage .columns2 .column input[type="submit"] {
  margin-left: 5px;
  background: #cc0000;
  border: 1px solid #cc0000;
}

.maker_mypage .submit, .maker_mypage .submit_noconfirm {
  cursor: pointer;
}
.maker_mypage .news_form .clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
.maker_mypage .news_form .newsBtns a {
  float: left;
}
.maker_mypage .news_form .newsBtns a:last-child {
  float: right;
}
.maker_mypage .news_form .newsSubmit {
  background: #f5f5f5;
  padding: 30px 0 20px 0;
  margin: 30px -100% 20px -100%;
}
.maker_mypage .news_form .newsSubmit button {
  background: none;
}
.maker_mypage .news_form .newsSubmit p {
  line-height: 1.4;
}
.maker_mypage .news_form .newsSubmit p span {
  font-size: 13px;
}
.maker_mypage .news_form .submit_noconfirm {
  background: none;
  cursor: pointer;
}

#mypage-info {
  border: 1px solid #cccccc;
  line-height: 1.3;
  margin-top: -20px;
  margin-bottom: 20px;
  overflow-y: auto;
  height: 180px;
  box-sizing: border-box;
}
#mypage-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mypage-info ul li {
  padding: 10px 20px;
  border-bottom: 1px dotted #cccccc;
}
#mypage-info ul li .myp_date {
  font-size: 14px;
}

.product_categories,
.product_name {
  line-height: 1.3;
  margin-bottom: 10px;
}

.product_categories {
  font-size: 13px;
}
.product_categories span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.product_categories ul {
  padding: 0;
  margin: 0;
}
.product_categories ul li {
  display: inline-block;
  margin: 0 4px 6px 0;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 11px;
  background-color: #f5f5f5;
  color: #555555;
  border: 1px solid #cccccc;
}

.maker_mypage .products .product_wrapper .product {
  display: inherit;
}

.maker_mypage .products .product_wrapper .product .product_image {
  float: left;
}

.maker_mypage .products .product_wrapper .product .product_descriptions {
  float: right;
  width: 70%;
}


.ctalogCsv {
	width: 40%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}



