@charset "utf-8";

.contents .col {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contents .col2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 667px) {
.contents .col.col3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
}
.contents .image {
	text-align: center;
}
.sec_ttl {
	text-align: center;
}
	.sec_ttl p {
		margin: 20px auto 30px;
		color: #a5001e;
	}
.item_name h2 {
	border-top: 2px solid #222;
	padding: 5px 15px;
	font-size: 1.6rem;
	font-weight: bold;
}
.toprice a {
	display: block;
	padding: 5px;
	border: 3px solid #222;
	color: #222;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
	.toprice a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}
.sec_page {
	margin-top: 60px;
}
.sec_index {
	border-bottom: 2px solid #fabe00;
	margin-bottom: 10px;
	color: #fabe00;
	font-size: 2.0rem;
	text-align: center;
}
	.sec_index span {
		margin-right: 10px;
	}
.sec_index_txt {
	text-align: center;
}
.sec_body {
	margin-top: 25px;
}
label {
	font-size: 1.6rem;
	line-height: 1.2;
	cursor: pointer;
}
	label img {
		margin-bottom: 15px;
		text-align: center;
	}
	label input[type=radio] {
		margin-top: 0;
		margin-right: 6px;
	}
.radio_block {
	display: block;
	background-color: #f2f2f2;
	padding: 6px 10px 6px 6px;
}
.sec_page02 .radio_block {
	display: flex;
}
	.radio_block p {
		display: inline-block;
		font-size: 1.4rem;
		vertical-align: top;
	}
/* 
.option_box {
	background-color: #f2f2f2;
	margin-top: 10px;
	padding: 6px 10px;
	position: relative;
}
	.option_box input[type=radio] {
		position: absolute;
		top: 5px;
		left: 10px;
	}
	.option_box p {
		margin-left: 22px;
		text-align: left;
		line-height: 1.3;
	}
.box_note {
	margin-bottom: 50px;
}
 */
.box_order {
	margin: 20px 0;
	padding: 10px 15px;
}
	.box_order .title {
		font-size: 2.2rem;
	}
	.box_order .unit {
		display: inline-block;
		margin-left: 5px;
		line-height: 1.1;
		vertical-align: bottom;
	}
	.box_order .memo {
		margin-top: 5px;
	}
	.box_order .bl_pos {
		display: inline-block;
		font-size: 1.8rem;
		margin-right: 5px;
	}
.box_order01 {
	background-color: #fabe00;
}
.box_order02 {
	background-color: #355689;
	color: #fff;
}
.box_order03 {
	background-color: #A5A5A5;
	color: #fff;
}
.box_order .col {
	margin-top: 0;
	margin-bottom: 0;
}
.cat-list li {
	position: relative;
    padding-left: 14px;
}
.cat-list li:before {
	content:"※";
	font-weight: bold;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.8;
	position: absolute;
    left: 0;
}
.ps-t {
    font-size: 7px;
    vertical-align: text-top;
}
.option_title {
	background-color: #fabe00;
    margin: 0 auto 20px;
    width: 400px;
	padding: 10px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
@media (max-width: 667px) {
	.option_title {
		width: 95%;
		font-size: 1.8rem;
	}
}
.option_title::before {
	content: "";
    display: inline-block;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fabe00;
    position: absolute;
    left: 50%;
    bottom: -23px;
}
.form_control {
	border: 1px solid #999;
	padding: 6px 12px;
	height: 34px;
	font-size: 1.6rem;
	color: #555;
	line-height: 1.4;
}
.w100 {
	width: 100px;
}
input[type=button] {
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 1.8rem;
	cursor: pointer;
}
label {
	cursor: pointer;
}
.box {
	border: 5px solid #f2f2f2;
	padding: 10px 30px 10px 30px;
}
.box.bgc_gray {
	background-color: #f2f2f2;
}
.box_red {
	border: 3px solid #a5001e;
	padding: 30px;
}
.box .icn,.box_red .icn {
	display:block;
	padding:0 0 5px 0;
}
@media (max-width: 667px) {
.box {
	padding: 10px 15px;
}
.box.h-wide {
	padding: 15px 15px;
}
.box_red {
	padding: 15px;
}
}
@media screen and (max-width:667px){

.item_np_box .col {
	margin: 0;
}
.toprice {
	margin-top: 20px;
}
.sec_page {
	margin-top: 30px;
}
.sec_index {
	padding-bottom: 5px;
	font-size: 1.6rem;
}
	.sec_index span {
		display: block;
		margin-right: 0;
	}
.sp_pd_t {
	padding-top: 20px;
}
}
.btn_area {
	margin: 0 auto;
	width: 380px;
}
	.btn_area a {
		display: block;
		border: 3px solid #222;
		padding: 6px 10px;
		width: 100%;
		color: #222;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
		.btn_area a i { margin-left: 10px; }
@media (max-width: 667px) {
.btn_area {
	width: 100%;
}
}
.ttl_dline {
  background: url(https://www.diy-shop.jp/base/img/common/bg_stripe_gray.gif) repeat;
  margin-bottom: 10px;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.3;
  width: auto;
  font-weight: bold;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.ttl_dline span {
  display: table-cell;
  vertical-align: middle;
  color: #292E3B;
}
.ttl_dline span span {
	display:block;
	font-size:14px;
	font-weight:normal;
}
.cd_size .about {
	display: inline-block;
	margin-right: 5px;
	line-height: 1.1;
	vertical-align: bottom;
}
.cd_size .unit {
	display: inline-block;
	margin-left: 5px;
	line-height: 1.1;
	vertical-align: bottom;
}
.bl_price {
	margin: 0 auto 20px;
}
.bl_price th {
	background-color: #F2F2F1;
}
.bl_price th,.bl_price td{
	border: solid 1px #222;
	vertical-align: middle;
}
.bl_price td {
	text-align: center;
}
@media (min-width: 646px){
.bl_price {
	width: auto;
}
.bl_price th {
	text-align: left;
}
.bl_price .bl_size {
	width: 115px;
}
.bl_price th,.bl_price td {
	padding: 3px 12px;
}
.bl_price thead th,.bl_price thead td,.bl_price tbody th,.bl_price tbody td vat {
	font-size: 1.6rem;
}
}
@media (max-width: 667px) {
.bl_price {
	width: 80%;
	font-size: 1.4rem;
}
  .bl_price tr {
    display: block;
    float: left;
  }
.bl_price tr th {
	text-align: center;
}
  .bl_price tr td, 
  .bl_price tr th {
    display: block;
	padding: 3px 5px;
  }
  .bl_price thead {
    display: block;
    float: left;
    width: 50%;
  }
  .bl_price thead tr {
    width: 100%;
  }
  .bl_price tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .bl_price th,.bl_price td{
    border-bottom: none;
	text-align: center;
  }
  .bl_price tbody tr {
    width: 100%;
  }
  .bl_price tbody tr th,.bl_price tbody tr td {
	border-left: none;
  }
  .bl_price th:last-child,.bl_price td:last-child {
    border-bottom: solid 1px #222;
  }
}

.bl_size .unit {
	display: inline-block;
	margin-left: 5px;
	line-height: 1.1;
	vertical-align: bottom;
}

/* カート
----------------------------------------------------*/
.estimate {
	border-top: 5px solid #f2f2f2;
	margin-top: 60px;
	padding-top: 30px;
}
	.estimate .estimateButton {
		border: 2px solid #222;
		background-color: #fff;
		color: #222;
		cursor: pointer;
	}
		.estimate .estimateButton:hover, .estimate .estimateButton:focus {
			border-color: #a5001e;
			background-color: #fff;
			color: #a5001e;
		}
	.estimate p {
		margin-top: 15px;
		line-height: 1.3;
	}

.cart_box {
	margin-top: 50px;
}
.cart_box .item_img {
	text-align: center;
}
.cart_box .item_detail .itemName {
	font-size: 1.6rem;
	font-weight: bold;
}

#summary {
	background-color: #f2f2f2;
	margin-top: 15px;
	padding: 10px 15px;
}
.multi_message {
	margin-left: 20px;
}

.cart_box .value01 {
	margin-top: 15px;
}
	.cart_box .value01 p {
		display: inline-block;
		color: #a5001e;
		font-size: 1.8rem;
	}
	.cart_box .value01 #utiwake {
		display: block;
	}

.cart_box .value02 {
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}
	.cart_box .value02 select {
		min-width: 80px;
	}
	.cart_box .value02 .qty label {
		margin-right: 15px;
	}
	.cart_box .value02 p {
		margin-top: 6px;
		color: #a5001e;
	}
	.cart_box .value02 .total {
		background-color: #fde8e8;
		margin-top: 15px;
		padding: 12px 20px;
		text-align: right;
	}
		.cart_box .value02 .total #totalprice {
			display: inline-block;
			margin: 0 10px;
			color: #222;
			font-size: 3.6rem;
			font-weight: bold;
			line-height: 1.0;
		}
		.cart_box .value02 .total .soryohosoku {
			font-size: 1.1rem;
		}

.cart_box .cartNote {
	border: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.2rem;
}


.cart_box .intoCart {
	margin-top: 20px;
}
	.cart_box .intoCart .cartButton {
		border: 1px solid #d58512;
		background-color: #ec971f;
		width: 100%;
		color: #fff;
	}
		.cart_box .intoCart .cartButton:hover, .cart_box .cartButton:focus {
			border-color: #ec971f;
			background-color: #985f0d;
		}
		.cart_box .intoCart .cartButton[disabled] {
			border-color: #9fa0a0;
			background-color: #9fa0a0;
			cursor: not-allowed;
		}
			.cart_box .intoCart .cartButton[disabled]:hover,
			.cart_box .intoCart .cartButton[disabled]:focus {
				border-color: #9fa0a0;
				background-color: #9fa0a0;
			}
.cart_box .again {
	margin: 20px 0;
}
	.cart_box .again .againButton {
		border: 1px solid #8c8c8c;
		background-color: #fff;
		width: 100%;
	}
		.cart_box .again .againButton:hover, .cart_box .againButton:focus {
			border-color: #8c8c8c;
			background-color: #e6e6e6;
		}




@media screen and (max-width:667px){
.completion-att {
	padding: 30px;
}

	input[type=button] {
		padding: 8px 10px;
		font-size: 1.6rem;
		width: 100%;
	}
	.cart_box .value02 .total{
		padding: 6px;
		text-align: center;
	}
		.cart_box .value02 .total #totalprice {
			font-size: 2.8rem;
			margin: 0 5px;
		}
}
/* 
ul#non-kakou_type, ul.non-kakou_type, ul.non-kakou_type-size {
	list-style: none;
}
ul#non-kakou_type li, ul.non-kakou_type li, ul.non-kakou_type-size li {
	font-size: 1.8rem;
	margin-bottom: 30px;
	text-align: center;
}


.auto-size_box {
	padding: 10px 0 0 0;
}
@media (max-width: 667px) {
.auto-size .input_area {
	width: 100%;
}
}
.auto-size_title {
	padding-top:5px;
	background-color: #a5001e;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.auto-size_txt {
	border: 3px solid #a5001e;
	padding: 15px 10px;
	margin-bottom: 5px;
	width: 100%;
	line-height: 1.2;
}
*/