@charset "utf-8";

#item_basic,
#item_cordura {
	margin: 0 0 30px;
}
.readBx {
	overflow: hidden;
}
.readBx img {
	margin-bottom: 15px;
}
.readBx p {
	margin: 0 10px;
}
.readBx p.btn {
	margin: 15px 0;
}

.point_st {
	background-color: #CA4846;
	color: #fff;
	padding: 5px 10px;
}


.bnr_img {
	margin-bottom: 10px;
}


.bnr_links {
	margin: 0 0 20px;
	text-align: center;
}
.bnr_links li {
	display: inline-block;
    width: 49%;
    box-sizing: border-box;
	padding: 5px 0;
}
/*.bnr_links li:nth-child(odd){
	padding-right: 5px;
}
.bnr_links li:nth-child(even){
	padding-left: 5px;
}*/
.bnr_links li img {
	width: 100%;
}
.st_dtl {
	font-weight: bold;
	color: #333333;
	border-left: 4px solid #333;
	padding-left: 5px;
	margin: 15px 0 5px;
}
.wrapping {
	overflow: hidden;
	border: 1px solid #2E9AB8;
	padding: 10px;
	margin: 10px 0 30px;
}
.wrapping dl {
}
.wrapping dt {
	display: block;
	color: #777;
	margin-left: 0;
	width: 4em;
	float: left;
	clear: left;
	font-weight: bold;
}
.wrapping dd {
	margin-left: 0.5em
}

.item_info {
	margin: 5px 0 15px;
	border: 1px solid #333;
	border-collapse: collapse;
}
.item_info th {
	border-bottom: 1px solid #777;
	padding: 5px 10px;
	background-color: #333333;
	color: #fff;
	width: 6em;
}
.item_info td {
	border-bottom: 1px solid #777;
	padding: 10px 10px 0;
}
.imgWF {
	margin-bottom: 15px;
}
.imgHF {
	width: 45%;
}
.mL10 {
	margin-left: 10px;
}
.floatL {
	float: left;
	width: 55%;
}
.floatR {
	float: right;
}
.imgSt {
	overflow: hidden;
	padding-bottom: 10px;
}
.st_item {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.item_ga {
	margin:15px 10px;
  padding: 0 2px;
}
.item_ga .slider {
	margin: 0 10px;
}
.item_ga .bg_img {
	width: 100%;
	height: auto;
	border: 1px solid #777;
	margin-bottom: 15px;
}
.item_ga .bx-pager {
	display: table;
	text-align: center;
}
.item_ga .bx-pager li {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	box-sizing: border-box;
}
.item_ga .bx-pager img {
	width: 100%;
	height: auto;
	border: 1px solid #777;
}
.item_ga .att {
	color:#0684AC;
}
.item_Bx h3{
	margin: 30px 10px 0;
	font-size: 16px;
	
}
.item_Bx .item_name{
	font-size: 14px;
	margin: 0 10px 10px;
}
.item_Bx .item_name li{
	margin-bottom: 5px;
}
.item_Bx .item_name .b15{
	font-weight: bold;
	font-size: 15px;
	color: #777;
}
.item_Bx .item_name .price{
	font-size: 16px;
	font-weight: bold;
}
.anc_btn {
	overflow: hidden;
	text-align: center;
	margin: 15px auto;
    display: -webkit-flex;
    display: flex;
}
.anc_btn li {
	width: 31.3%;
	margin: 0 1%;
	text-align: center;
}
.anc_btn li a {
    display: block;
	background-color: #333;
	text-decoration: none;
	color: #FFF;
	border-radius: 8px;
}
.anc_btn li a span {
	display: block;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
	}

.anc_btn2 li a {
	display: block;
	background-color: #333;
	text-decoration: none;
	color: #fff;
	border-radius: 8px;
}
.anc_btn2 li a span {
	}
.anc_btn2 li img {
	width: 90%;
	height: auto;
	margin-bottom: 5%;
}
#safety dl {
	margin: 5px auto 10px;
}
#safety dl dt {
	font-weight: bold;
}
#safety dl dd {
	margin-bottom: 10px;
}


/* カート周り */

.fm {
}
.fm input[type=submit]{
font-family: FontAwesome /*FontAwesomeをフォント指定*/;
}
.fm_bg {
	background-color: #178BB0;
    width: 100%;
	height: auto;
}
.fm_box {
	padding: 10px;
    overflow: hidden;
}
.fm .cargo-count {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.fm input[type=submit] {
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    margin: 0 0 0 20px;
    padding: 6px 5px;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    color: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
.fm .checkCart {
    margin: 10px 0 0;
    padding: 0 10px 0 0;
    text-align: right;
}
.fm .fwhite {
	color: #fff;
	padding: 5px 10px 5px 0;
	font-size: 14px;
}
.fm td {
	padding: 5px 0;
}
select {
	width: 100%;
}
}
.info_table {
	border: 1px solid #333;
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
	
}
.info_table th {
	border-bottom: 1px solid #777;
	padding: 5px 10px;
	background-color: #333333;
	color: #fff;
	width: 4.5em;
}
.info_table td {
	border-bottom: 1px solid #777;
	padding: 5px 10px;
}
.info_table td li {
	margin-bottom: 5px;
	font-size: 13px;
}

.tk{
  margin-left: 1em;
  margin-bottom: 1em;
}

.tk li{
  margin-left: 1em; 
text-indent: -1em; 
  margin-bottom: 0.5em;
}

.stT{
  font-weight: bold;
  margin-bottom: 0.5em;
  border-left: #c00 solid 5px;
  padding-left: 0.5em;
}

.fm_box .tbl01{
  border-bottom: #fff dotted 1px;
  width: 100%;
}

.fm_box .tbl01 tr td:first-child{
  min-width:10em;
}