/*カテゴリー大ページ*/
.product_category_list {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product_category_list .pname {
	margin: 15px 0;
}
.product_category_list .pname span {
	font-size: 15px;
    color: #39f;
}
.product_category_list .pname h2 {
    font-size: 32px;
    font-weight: bold;
    color: #3399ff;
    margin: 10px 0;
}
.product_category_list .pname p {
    font-size: 13px;
    background-color: #ebf5fa;
    padding: 10px;
    margin: 0;
}
.product_category_list {
	margin-top: 20px;
}
.product_category_list .bt {
	width: 100%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	background-image: url(https://img10.shop-pro.jp/PA01046/326/etc/group_bt.jpg?cmsp_timestamp=20190624100822);
    background-repeat: repeat;
	background-position: center;
    background-size: contain;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.product_category_list .bt a {
	display: block;
	padding: 15px 7px 15px 15px;
	color: #fff;
	text-shadow: 0 2px 0 rgba(34,85,136,0.2);
	font-size: 16px;
    font-weight: bold;
}
.product_category_list .bt:hover {
	opacity: 0.7;
}

/*カテゴリー小ページ*/
.product_area_liset {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product_area_liset p {
	margin: 0px;
}
.product_det {
	width: 590px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: -moz-wrap; /* Firefox 1.0-2.0 */
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
}
.product_det .left {
	width: 265px;
}
.product_det .left img {
	width: 100%;
}
.product_det .left .pname {
	margin: 15px 0;
}
.product_det .left .pname span {
	font-size: 15px;
    color: #39f;
}
.product_det .left .pname h2 {
    font-size: 31px;
    font-weight: bold;
    color: #3399ff;
    margin: 10px 0;
}
.product_det .left .pname p {
    font-size: 13px;
    background-color: #ebf5fa;
    padding: 7px;
    margin-top: 15px;
}
.product_det .left .pname02 {
	border: 1px solid #FF0000;
	border-radius: 5px;
	padding: 5px;
}
.product_det .left .pname02 a {
    font-size: 17px;
    font-weight: bold;
    color: #f54140;
}
.product_det .left .pname02 a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
.product_det .right {
	width: 300px;
    margin-right: 10px;
}
.product_det .right .area_bt_list p {
    margin: 0px;
    margin-bottom: 20px;
    color: #0331a0;
    font-size: 15px;
    text-align: center;
    padding: 20px 5px 5px 0;
    padding: 20px 5px 15px 0;
    border-bottom: 1px solid #ddd;
}
.product_det .right .area_bt_list {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-bottom: 5px;
}
.product_det .right .area_bt {
	width: 260px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	background-image: url(https://img10.shop-pro.jp/PA01046/326/etc/group_bt.jpg?cmsp_timestamp=20190624100822);
    background-repeat: repeat;
	background-position: center;
    background-size: contain;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.product_det .right .area_bt a {
	display: block;
	padding: 15px 7px 15px 15px;
	color: #fff;
	text-shadow: 0 2px 0 rgba(34,85,136,0.2);
	font-size: 16px;
    font-weight: bold;
}
.product_det .right .area_bt:hover {
	opacity: 0.7;
}
.haisou_cm {
	text-align:center;
	margin-top:15px;
	font-size: 16px;
}
.haisou_cm a {
	color:#1aa39c;
	text-decoration: underline;
}

/*商品一覧レイアウト*/
.product_list_box IMG{
	margin: 10px 5px 10px 5px;
}
.product_list_box P{
	margin: 5px 10px 10px 10px;
}
.product_list_boxm .product_list_inner_button IMG {
   margin-left: 0px;
}
.product_list_boxm {
    width: 590px;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-orient: horizontal;
	-moz-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-direction: row;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-wrap: -moz-wrap; /* Firefox 1.0-2.0 */
	flex-wrap: wrap;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
}
.product_list_innerm {
    width: 185px;
    border: 1px solid #CCCCCC;
    padding-top: 0px;
    margin-bottom: 15px;
}
.product_list_innerm h3 {
    font-size: 13px;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.product_list_innerm table {
    margin-left: auto;
    margin-right: auto;
}
.product_list_boxm:after {
    content: "";
    display: block;
    width: 31.5%;
}

/*見出し*/
.abg_tit {
    width: 590px;
    border-bottom: 1px solid #3399ff;
	margin-bottom: 10px;
}
.abg_tit h2 {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 19px;
    border-left: 5px solid #3399ff;
	color: #3399ff;
}

/*送料表・エリア別価格表*/
#abg_soryo {
	margin-top: 20px;
}
#abg_soryo p {
	margin: 0;
}
#abg_soryo .souryo_cau {
   font-size: 15px;
   font-weight: bold;
   line-height: 1.5em;
}
#abg_soryo .souryo_cau span{
	text-decoration: underline;
    color: #FF0000;
}
#abg_soryo .souryo_cau02 {
   color: #FF0000;
   font-size: 13px;
   text-align: right;
}
#abg_soryo .souryo_cau03 {
   color: #898989;
   font-weight: normal;
}
#abg_soryo .souryo_cau04 {
   color: #00305f;
   font-weight: normal;
   font-size: 13px;
}
#abg_soryo .souryo_cau05 {
   color: #fff;
   font-weight: normal;
   font-size: 13px;
}
#abg_soryo table {
    width: 590px;
	margin: 0;
	font-size: 14px;
}
#abg_soryo table tr td.tit {
	font-weight: bold;
	text-align:center;
	color: #00305f;
	padding: 15px 15px;
	background: #84b9ee;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #c4def9, #84b9ee);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #c4def9, #84b9ee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 	line-height: 120%;
	text-align: center;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#abg_soryo table tr td.tit02 {
	font-weight: bold;
	text-align:center;
	color: #fff;
	padding: 15px 15px;
	background: #F2994A;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #F2C94C, #F2994A);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #F2C94C, #F2994A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 	line-height: 120%;
	text-align: center;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	border: 1px solid #f39c49;
}
#abg_soryo table tr td.area_tit02 {
   font-weight: bold;
   font-size: 15px;
   width: 71px;
}
#abg_soryo table tr td.area_tit {
   font-weight: bold;
}
#abg_soryo table tr td {
	padding: 3px;
}
#abg_soryo table tr td span {
	font-size: 11px;
	font-weight: normal;
}
#abg_soryo table tr td.p_price {
	width: 90px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
    border-right: 1px solid #f39c49;
}
#abg_soryo table tr td.p_set {
	background-color: #fff7e7;
    border: 1px solid #f39c49;
}
#abg_soryo table tr td.p_price a,#abg_soryo table tr td.p_set a {
	color: #333;
}
#abg_soryo table tr td.p_price a:hover,#abg_soryo table tr td.p_set a:hover {
	text-decoration: underline;
}
#abg_soryo table {
  border-spacing: 0;
  font-size:14px;
  border:1px solid #258;
  /*border-collapse: separate;*/
  border-radius: 5px;
 }
#abg_soryo table th {
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#abg_soryo table tr td {
  padding: 10px 10px;
  border: 1px solid #84b2e0;
}
#abg_soryo table tr {
  background: #fff;
}
#abg_soryo table tr.cb {
  background: #f1f6fc;
}
#abg_soryo table th:first-child {
  border-radius: 5px 0 0 0;	
}
#abg_soryo table th:last-child {
  border-radius:0 5px 0 0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#abg_soryo table tr td:last-child {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#abg_soryo table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#abg_soryo table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
#abg_soryo table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
