@charset "utf-8";

.title_area01 {
	text-align: center;
}
	.title_area01 p {
		margin: 20px 0 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: 2px solid #222;
	color: #222;
	font-size: 2.0rem;
	text-align: center;
}
	.toprice a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}

.btn_wrap {
	margin-top: 40px;
	text-align: center;
}
	.btn_wrap p {
		margin-bottom: 30px;
	}
.btn_area {
	margin: 0 auto;
	width: 420px;
}
	.btn_area a {
		display: block;
		border: 2px solid #222;
		padding: 6px 10px;
		width: 100%;
		color: #222;
		font-size: 2.0rem;
		text-align: center;
	}
		.btn_area a i { margin-left: 10px; }
		.btn_area a:hover, .btn_area a:focus {
			border-color: #a5001e;
			color: #a5001e;
		}

.form_control {
	border: 1px solid #999;
	padding: 6px 12px;
	height: 34px;
	font-size: 1.6rem;
	color: #555;
	line-height: 1.4;
}
input[type=button] {
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 1.8rem;
	cursor: pointer;
}
label {
	font-size: 1.4rem;
	line-height: 1.2;
	cursor: pointer;
}
	label img {
		margin-bottom: 8px;
	}

.sec_page {
	margin-top: 60px;
}

.sec_index {
	margin-bottom: 20px;
	font-size: 2.0rem;
	border-bottom: 2px solid #fabe00;
	color: #fabe00;
	text-align: center;
}
	.sec_index span {
		margin-right: 10px;
	}
.sec_body {
	margin: 20px 10px;
}

.sec_block { margin-top: 50px; }
.sec_block01 { margin-top: 0; }
.sec_block_title {
	color: #fabe00;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.sec_block_title02 {
	background: url(../../../../base/img/common/bg_ptn_gray.gif);
	padding: 4px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.sec_block_body { margin-top: 20px; }
.sec_block_body_lead {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.sec_elem {
	margin-top: 40px;
}
	.sec_elem_title {
		color: #fabe00;
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
	}
	.sec_elem_index {
		margin-top: 20px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}

/* ラジオボタンリスト（背景黄色） */
.ctr li {
	margin-bottom: 30px;
	text-align: center;
}
	.ctr li .t_box label {
		display: block;
		background-color: #f2f2f2;
		margin-top: 10px;
		padding: 4px 6px;
		text-align: left;
	}
		.ctr li .t_box.off label {
			background-color: #9fa0a0;
		}
	.ctr li .t_box label:after {
		content: "";
		clear: both;
		display: block;
	}
		.ctr li .t_box label input { float: left; }
		.ctr li .t_box label p {
			float: left;
			padding-top: 2px;
			width: calc(100% - 24px);
		}

/* スタイルをお選びください */
.ctr-style li .text {
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: left;
}
.ctr-style label span {
	display: block;
}

/* デザインをお選びください */
#non-style-color li {
	font-size: 1.8rem;
}

/* 取付方法をお選びください */
.ctr-mount li .t_box label span {
	margin-left: 10px;
	color: #a5001e;
}
.ctr-mount li .text {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: left;
}
.ctr-mount .memo_area {
	border: 3px solid #a5001e;
	padding: 20px;
}
	.ctr-mount .memo_area .text01 {
		color: #a5001e;
		font-size: 2.0rem;
		text-align: center;
	}
	.ctr-mount .memo_area .text02 {
		margin: 15px 10px 0;
	}
	.ctr-mount .memo_area table {
		margin: 10px auto 0;
	}
		.ctr-mount .memo_area table th {
			padding: 4px;
			width: 80px;
			font-size: 1.6rem;
		}
		.ctr-mount .memo_area table td {
			padding: 4px;
			font-size: 1.6rem;
		}

/* レール（ポール）のサイズをお選び下さい */
.ctr-size .memo_area {
	border: 3px solid #e55c5c;
	margin-bottom: 60px;
	padding: 20px;
}
	.ctr-size .memo_area .text01 {
		color: #e55c5c;
		font-size: 2.0rem;
		text-align: center;
	}
	.ctr-size .memo_area .text02 {
		margin-top: 10px;
		font-size: 1.6rem;
		text-align: center;
	}
.ctr-size .image {
	text-align: right;
}
.ctr-size .s-sl {
	margin-top: 15px;
}
.ctr-size li {
	margin-bottom: 20px;
}
	.ctr-size li .t_box label span {
		margin-left: 10px;
	}
	.ctr-size li .t_box label .red {
		color: #a5001e;
	}
.ctr-size .text {
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: left;
}

/* オーダーレール（ポール）寸法をご入力下さい */
.ctr-size-od {
	margin-top: 40px;
}
	.ctr-size-od table {
		margin: 15px auto 0;
	}
		.ctr-size-od table th {
			padding: 4px;
			width: 120px;
			text-align: left;
		}
		.ctr-size-od table td {
			padding: 4px;
		}
			.ctr-size-od table td .size_area {
				display: inline-block;
				width: 80px;
				font-size: 1.6rem;
				text-align: center;
			}
			.ctr-size-od table td .unit {
				margin-left: 5px;
			}
	.ctr-size-od .memo {
		margin-top: 15px;
		color: #a5001e;
		text-align: center;
	}

.about_size_area {
	border: 5px solid #f2f2f2;
	margin-top: 60px;
	padding: 20px;
}
	.about_size_area .about_size_area_title {
		font-size: 2.0rem;
		font-weight: bold;
		text-align: center;
	}
	.about_size_area .image {
		margin-top: 30px;
	}
	.about_size_area .text {
		margin-top: 30px;
		font-size: 1.4rem;
	}
		.about_size_area .text .text01 {}
		.about_size_area .text .text02 {
			display: inline-block;
			background-color: #fabe00;
			margin-top: 15px;
			padding: 6px 10px;
			color: #fff;
			font-size: 1.6rem;
		}
		.about_size_area .text .text03 {
			margin-top: 15px;
		}
		.about_size_area .text .text04 {
			background-color: #a5001e;
			margin-top: 15px;
			padding: 6px 10px;
			color: #fff;
			font-size: 1.6rem;
		}
	.about_size_area .about_product_size {
		background-color: #F6F4EE;
		margin-top: 30px;
		padding: 20px;
	}
		.about_size_area .about_product_size .text01 {
			font-size: 2.0rem;
		}
		.about_size_area .about_product_size .text02 {
			margin-top: 10px;
		}
		.about_size_area .about_product_size span {
			color: #a5001e;
		}
	.about_size_area table {
		margin: 30px auto 15px;
	}
		.about_size_area table thead tr {
			border-bottom: 1px solid #ddd;
		}
			.about_size_area table thead th {
				padding: 0 4px;
			}
				.about_size_area table thead th p {
					background-color: #a5001e;
					color: #fff;
				}
		.about_size_area table tbody tr {
			border-bottom: 1px solid #ddd;
			font-size: 1.6rem;
		}
			.about_size_area table tbody th {
				padding: 0 10px;
				text-align: left;
				vertical-align: middle;
			}
			.about_size_area table tbody td {
				padding: 0 10px;
				vertical-align: middle;
			}
			.about_size_area table tbody tr td:first-child {
				text-align: right;
			}
			.about_size_area table tbody tr td:nth-child(3),
			.about_size_area table tbody tr td:nth-child(4) {
				padding: 0 15px;
			}

/* オプション */
.sec_option .sec_option_title {
	background-color: #fabe00;
	margin: 0 auto 20px;
	padding: 10px;
	max-width: 400px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
	.sec_option .sec_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;
	}
.sec_option_elem {
	margin-top: 40px;
}
.sec_option_elem_title {
	color: #fabe00;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.sec_option_elem_index {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sec_option_elem_lead {
	margin-top: 10px;
	font-size: 1.2rem;
	text-align: center;
}
	.sec_option_elem .price_area {
		margin-top: 10px;
		margin-bottom: 20px;
		text-align: center;
	}
		.sec_option_elem .price_area .price {
			margin-right: 5px;
			color: #a5001e;
			font-size: 2.0rem;
		}
		.sec_option_elem .price_area .set {
			margin-left: 10px;
			color: #a5001e;
		}
		.sec_option_elem .price_area .memo {
			margin-left: 10px;
			color: #a5001e;
		}

/* 房掛け（ビス付き） */
.ctr-tassel_yn {
	margin-top: 40px;
	text-align: center;
}
	.ctr-tassel_yn ul {
		display: inline-block;
	}
	.ctr-tassel_yn li {
		display: inline-block;
		margin: 0 5px;
	}
		.ctr-tassel_yn li label {
			display: block;
			background-color: #f2f2f2;
			padding: 5px 15px;
			min-width: 100px;
			text-align: left;
		}

/* 房かけ */
.tassel_ct {
	margin-top: 15px;
	text-align: center;
}
	.tassel_ct .input_box {
		margin-top: 10px;
	}
		.tassel_ct .input_box span {
			margin-left: 5px;
		}

/* 後付けリングランナーマグネット */
.ctr-option_yn {
	margin-top: 40px;
	text-align: center;
}
	.ctr-option_yn ul {
		display: inline-block;
	}
	.ctr-option_yn li {
		display: inline-block;
		margin: 0 5px;
	}
		.ctr-option_yn li label {
			display: block;
			background-color: #f2f2f2;
			padding: 5px 15px;
			min-width: 100px;
			text-align: left;
		}

.about_ops_rrm {
	border: 5px solid #f2f2f2;
	margin-top: 60px;
	padding: 20px;
}
	.about_ops_rrm_title {
		font-size: 2.0rem;
		font-weight: bold;
		text-align: center;
	}
		.about_ops_rrm_title span {
			font-size: 1.6rem;
		}
	.about_ops_rrm .text {
		margin-top: 30px;
	}
		.about_ops_rrm .text p + p {
			margin-top: 20px;
		}
	.about_ops_rrm .image {
		margin-top: 30px;
	}
	.ops_rrm_txt {
		margin-top: 30px;
		color: #a5001e;
	}


.w80 { width: 80px; }
.w120 { width: 120px; }

.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 .item_img {
	text-align: center;
}
.cart_box .item_detail .copy {
	font-size: 1.2rem;
}
.cart_box .item_detail .itemName {
	font-size: 1.6rem;
	font-weight: bold;
}

#summary {
	background-color: #f2f2f2;
	margin-top: 15px;
	padding: 10px 15px;
}

.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: 6px 20px;
		text-align: right;
	}
		.cart_box .value02 .total #totalprice {
			display: inline-block;
			margin: 0 10px;
			color: #222;
			font-size: 3.6rem;
			font-weight: bold;
		}
.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-top: 20px;
}
	.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 (max-width: 667px) {

.toprice {
	margin-top: 20px;
}
.sec_page {
	margin-top: 30px;
}

.sec_index {
	font-size: 1.6rem;
	padding-bottom: 5px;
}
	.sec_index span {
		display: block;
		margin-right: 0;
	}
.sec_body {
	margin: 20px 0;
}

.sec_block { margin-top: 30px; }
.sec_block01 { margin-top: 0; }
.sec_block_title { font-size: 1.8rem; }

	.sec_elem_title {
		font-size: 1.6rem;
	}


#non-style-color li {
	font-size: 1.4rem;
}

/* 取付方法をお選びください */
.ctr-mount .memo_area {
	padding: 10px;
}
	.ctr-mount .memo_area .text01 {
		font-size: 1.6rem;
		text-align: left;
	}
	.ctr-mount .memo_area .text02 {
		margin-left: 0;
		margin-right: 0;
	}
		.ctr-mount .memo_area table th {
			width: 60px;
			font-size: 1.4rem;
		}
		.ctr-mount .memo_area table td {
			font-size: 1.4rem;
		}

/* レール（ポール）のサイズをお選び下さい */
.ctr-size .memo_area {
	margin-bottom: 15px;
	padding: 10px;
}
	.ctr-size .memo_area .text01 {
		font-size: 1.6rem;
	}
	.ctr-size .memo_area .text02 {
		font-size: 1.4rem;
		text-align: left;
	}
.ctr-size .image {
	margin-top: 30px;
}
.ctr-size li {
	margin-bottom: 15px;
}
.ctr-size-od table th {
	width: 80px;
}

.about_size_area {
	padding: 10px;
}
	.about_size_area .about_size_area_title {
		font-size: 1.6rem;
	}
	.about_size_area .about_product_size .text01 {
		font-size: 1.8rem;
	}
	.about_size_area .about_product_size .text02 {
		margin-top: 5px;
	}
	.about_size_area table tbody tr {
		font-size: 1.4rem;
	}
		.about_size_area table tbody th {
			padding: 0 5px;
		}
		.about_size_area table tbody td {
			padding: 0 5px;
		}
		.about_size_area table tbody tr td:first-child {
			padding: 0;
			width: 40px;
		}
		.about_size_area table tbody tr td:nth-child(3),
		.about_size_area table tbody tr td:nth-child(4) {
			padding: 0 5px;
		}

.sec_option .sec_option_title {
	font-size: 1.8rem;
}
.sec_option_elem02 {
	margin-top: 20px;
}
.sec_option_elem_title {
	font-size: 1.6rem;
}

.ctr-tassel_yn li {
	display: block;
	margin-bottom: 15px;
	width: 200px;
}

/* 後付けリングランナーマグネット */
.ctr-option_yn li {
	display: block;
	margin-bottom: 15px;
	width: 200px;
}

.about_ops_rrm {
	margin-top: 40px;
	padding: 10px;
}
	.about_ops_rrm_title {
		font-size: 1.6rem;
	}
		.about_ops_rrm_title span {
			font-size: 1.4rem;
		}
	.about_ops_rrm .text {
		margin-top: 20px;
	}
	.ops_rrm_txt {
		margin-top: 20px;
	}

.cart_box {
	margin-top: 50px;
}
.cart_box .item_img { margin-top: 30px; }
	.cart_box .value02 .total{
		padding: 6px;
		text-align: center;
	}
		.cart_box .value02 .total #totalprice {
			font-size: 2.8rem;
			margin: 0 5px;
		}

}