@charset "utf-8";


.thumb_selected {
	border-bottom-color:#D46C19;
	border-bottom-width:5px;
	border-bottom-style:solid;
	box-sizing:border-box;
}
.thumb_image, .accordion_title {
	cursor:pointer;
}
.accordion_com {
}
.accordion_btn {
	float:right;
}


.button1 {
	color:#FFF;
	background-color:#D46D19;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	font-size:14px;
	font-weight:bold;
	border:none;
}

.button1_a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFF !important;
	background-color:#D46D19;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	font-size:14px;
	font-weight:bold;
	border:none;
}

.attribute_selected {
	border-color:#D46C19;
	border-width:3px;
	margin-right:2px;
	border-style:solid;
	width:64px;
	height:64px;
}
.attribute_link {
	margin-right:2px;
}

/* for Smart Phone */
@media screen and (max-width:1020px) {

.attribute .item {
	flex-basis: 48%;
}

}


/* for Tablet & PC */
@media screen and (min-width:1021px) {

.attribute .item {
	flex-basis: 100%;
}

}



.table1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #703F25;
	border-bottom-color: #703F25;
	color: #703F25;
}
.table1 th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #703F25;
	border-left-color: #703F25;
	font-weight: normal;
	padding: 9px;
	text-align: center;
}
.table1 td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #703F25;
	padding: 9px;
	border-left-color: #703F25;
}
