/* font size */

#contents p, #contents th, #contents td,
p, th, td { font-size: 14px; line-height: 1.5; }

#contents h4,
h4 {
	font-size: 14.5px; 
}
#contents h3,
h3 {
	font-size: 138.5%;
	background: none;
}


/* item_wrap */
#contents .item_wrap,
.item_wrap {
	width: 100%;
	margin: 60px auto;
}
#contents .item_wrap img, 
.item_wrap img {
	display: block;
	max-width: 100%;
}

#contents .cflex,
.cflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* shop_inf */
#contents .shop_inf,
.shop_inf {
	width: 100%;
}
#contents .shop_inf h3,
.shop_inf h3,
#contents .other h3,
.other h3 {
	width: 100%;
	border-bottom: 1px solid #00244E;
    clear: both;
    color: #00244E;
    margin: 0 0 10px;
}
#contents .shop_inf .txt,
.shop_inf .txt {
	width: 420px;
}
#contents .shop_inf .txt p.caption strong,
.shop_inf .txt p.caption strong {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	color: #f00;
	margin-bottom: 10px;
}
#contents .shop_inf .txt table,
.shop_inf .txt table {
	width: 100%;
	margin-bottom: 10px;
}
#contents .shop_inf .txt table th,
.shop_inf .txt table th {
	width: 22%;
}
#contents .shop_inf .txt table td,
.shop_inf .txt table td {
	padding: 3px 3px 3px 5px;
	text-align: left;
}

#contents .shop_inf .img,
.shop_inf .img {
	width: 280px;
}
#contents .shop_inf .img img,
.shop_inf .img img {
	margin-bottom: 10px;
}

#contents .shop_inf p.long,
.shop_inf p.long {
	width: 720px;
}

/* img_box */
#contents .img_box .cflex,
.img_box .cflex {
	justify-content: center;
}
#contents .img_box ul li,
.img_box ul li {
	text-align: center;
	margin-bottom: 10px;
}
#contents .img_box ul li:nth-of-type(odd),
.img_box ul li:nth-of-type(odd) {
	margin-right: 20px;
}

/* other */
#RthCustomizeW #main #contents .img_box ul li h4,
#main #contents .img_box ul li h4 {
	background: none;
}


#contents .other .img_box .cflex,
.other .img_box .cflex {
	width: 100%;
}
#contents .other .img_box ul li,
.other .img_box ul li {
	width: 345px;
}

#contents .other .img_box ul li .txt p,
.other .img_box ul li .txt p {
	text-align: left;
}