/* カスタマイズ用CSS */
.ec-headerTitle__title h1,
.ec-pageHeader,
.ec-headingTitle {
	font-family: "ten-mincho-text";
	color: #666;
}

.ec-productRole__title {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.ec-productRole__title h2 {
/*	text-decoration: underline; */
	padding-bottom: 10px;
	border-bottom: 2px #ccc dotted;
}

.footerlogo {
	margin: 0 auto 10px;
	width: 300px;
}
.footerlogo img {
	max-width: 300px;
}

.ec-newItemRole {
  padding: 0 0 30px; }

#category_extension_b_header_contents {
    display: block;
    margin: 0 2%;
    width: 96%;
    font-size: 1.2em;
}
.category_comment {
    width: 100%;
}
#category_extension_b_header_contents h3 {
	text-align: right;
}
#category_extension_b_header_contents ul {
    margin-top: 30px;
	text-align: center;
}
#category_extension_b_header_contents li {
  display: inline-block;
  margin-right: 20px;
}
#category_extension_b_header_contents li:before { 
    content: "\02665  ";
    color: #ff1493;
}
#category_extension_b_header_contents li.present_li:before { 
    content: "\02665  ";
    color: #9acd32;
}
#category_extension_b_header_contents li a {
	text-decoration: underline;
    color: #000;
}
.rc_logo_img img {
    width: 100%;
}

.soldout {
    opacity: 0.3;
    display: block;
}
.ec-shelfGrid__item p {
	margin-bottom: 0;
}
.price02-default,.ec-price {
    font-weight: bold;
    color: #dd193c;
    font-size: 1.2em;
}
.ec-shelfGrid__item .pname {
	word-break: break-all;
}
.ec-shelfGrid__item .tag4_tag_list li {
	margin-bottom: 4px;
}

.ec-blockBtn--cancel {
  background-color: #000;
  border-color: #000; }

button.ec-blockBtn--cancel:hover,
button.ec-blockBtn--cancel.disabled:focus,
button.ec-blockBtn--cancel:focus {
    background-color: #666;
    border-color: #666; }

.new_category_box {
  margin-top: 50px;
}
.new_category_list {
    display: flex;
    flex-wrap: wrap; 
}
.new_category_list ul {
    list-style: none;
}
.new_category_list li {
  display: inline-block;
}
.new_category_list a {
  margin-right: 20px;
  display: inline-block;
  color: #2e3233;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}

.guide_s {
	width: 98%;
	margin: 0 1%;
}
.guide_s h2 {
	margin-top: 50px;
	font-family: "ten-mincho-text";
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 4px double #4682b4;
}
.guide_s h2:before {
    content: "◆  ";
    color: #4682b4;
}
.guide {
	font-size: 1.15em;
	padding: 0;
}
.guide p {
	margin-bottom: 20px;
}
.guide dd {
	margin-bottom: 20px;
}
.guide dt {
	margin-left: 40px;
	margin-bottom: -10px;
}
.guide ul {
	margin-left: -40px;
	list-style: none;
}
.guide ol {
	margin-left: -40px;
	list-style: circle inside;
}
.guide ol.number {
	margin-left: -40px;
	list-style: decimal inside;
}
.guide li p {
	clear: both;
}
.guide h3 {
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 4px;
	border-bottom: 2px solid #808000;
}
.guide h3:before {
    content: "◎  ";
	color: #808000;
}
.guide h3 span {
	margin-left: 15px;
	font-size: 0.8em;
	color: #808000;
}
.guide_category_list li:before {
    content: "\02665  ";
    color: #ff1493;
}
.guide table {
	margin-left: 20px;
	margin-bottom: 10px;
	min-width: 40%;
	float: left;
	border: 1px solid #666;
}
.guide tr,.guide td,.guide th {
	padding: 5px 10px;
	border: 1px solid #666;
}

.obatop {
	margin-bottom: 30px;
}

.red {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}
.pinks {
	color: #ff0080;
}
.small {
	font-size: 0.9em;
	color: #333;
}

.ec-productRole__description p {
	margin-bottom: 0;
}

.ec-orderPayment .ec-radio div {
	padding-bottom: 10px;
}
.ec-orderPayment p {
	padding-bottom: 15px;
}

@media (max-width: 768px) {
	.sphide {
		display: none;
	}
}