@charset "utf-8";
#top_btn {
	float: left;
	padding: 8px;
	background-image: url(../img/back.png);
	width: 245px;
}

/* jury-rig */
/*#main {
	margin-bottom: 20px;
}*/

#shuffle  {
	height: 286px;
	width: 688px;
	/*margin-left: 261px;*/
	background-image: url(../img/index/list_back.png);
	background-repeat: repeat-y;
	background-position: right;
/* jury-rig */
	margin: 20px 0 0 261px
}
#shuffle li {
	list-style-type: none;
}
#shuffle #ban_list {
	float: left;
	height: 286px;
	width: 668px;
	overflow: hidden;
}
#shuffle #tag_list {
	padding-top: 10px;
}
#shuffle #tag_list li {
	margin-bottom: 5px;
}

#left .news {
	margin-bottom: 20px;
}

#prod_list {
	margin-bottom: 20px;
}
#prod_list td {
	padding-right: 5px;
	padding-bottom: 5px;
}

td#2 {
	padding-bottom: 5px;
}

.news h3 {
	margin-bottom: 10px;
}
#left .news .news_com {
	clear: both;
	margin-bottom: 0px;
}
.news_com img {
	float: left;
	margin-right: 20px;
}
.news .news_com p {
	margin-left: 80px;
}

.news hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
/* jury-rig */
#shop h3 {
	margin-bottom: 20px;
}
/* jury-rig */
/*#contact {
	margin-bottom: 20px;
}*/

#contact h3 {
	margin-bottom: 20px;
}
#contact .btn {
	background-color: #f2f2f2;
	padding: 10px;
}
#contact .btn img {
	margin-bottom: 5px;
}

/* jury-rig */
#contact .btn_b {
	margin-top: 5px;
}

#contact .btn p {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

/* jury-rig */
#contact .btn_t {
	margin-top: 10px;
}

#contact .btn a {
	text-decoration: none;
}
.centering {
	text-align: center;
}

/* side_banner */
.side_banner_img {
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center;
}

/* win11_btn */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #DF0629;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #fE42D4A;
}

a.btn--radius {
   border-radius: 100vh;
}

