@charset "utf-8";
/* CSS Document */

/*********************************
 * 基本スタイルのリセット
 *********************************/
ol, ul {
	list-style: none;
	padding: 0;
}

/*********************************
 * 
 *********************************/
a {
	color: #333;
	text-decoration: none;
	/*border-bottom: 1px #af1655 solid;*/
}
a:hover {
	color: #af1655;
}

body {
	margin: 0;
	background-color: #FFF;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 10pt;
	color: #333;
}
.page-general {
	margin: auto 0 auto;
}

/* 解除 */
.clearfix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

input[type="text"], input[type="password"]
{
	height: 25px;
	padding: 0px 5px;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
textarea
{
	width: 95%;
	height: 200px;
}

/*********************************
 * ヘッダ 最上部メニュー
 *********************************/
#header {
	background-color: #FFF;
	color: #af1655;
	font-weight: bold;
	padding-bottom: 10px;
}
#header a {
	color: #af1655;
	text-decoration: none;
	border-bottom: none;
}
#header .menu_l {
	float: left;
	margin-top: 16px;
	margin-left: 20px;
}
#header .box_r {
	float: right;
}
#header .box_r .settingbox {
	display: none;
	padding: 0px;
	margin: 0px;
}
#header .box_r .settingbox li {
	margin-top: 14px;
	margin-right: 20px;
}
#header .menu_r1 {
	float: left;
	margin-top: 16px;
	margin-right: 40px;
}
#header .menu_r2 {
	float: left;
	margin-top: 11px;
	margin-right: 40px;
}
.menu_r2 img {
	vertical-align:bottom;
	margin-right: 6px;
}
.menu_r2 .text {
	float: right;
	margin-top: 5px;
}

@media (max-width: 860px) {
	#header .box_r .menubox {
		display: none;
	}
	#header .box_r .settingbox {
		display: block;
		position: relative;
	}
	#header .box_r .settingbox ul {
		display: none;
		border: 3px solid #b8335c;
		background-color: #FFF;
		width: 180px;
		padding: 0px;
		margin: 0px 10px 0px 0px;
	}
	#header .box_r .settingbox ul img {
		cursor: pointer;
	}
	#header .box_r .settingbox li:hover ul { /* 下層メニュー可視 */
		display: block;
		position: absolute;
		right: 0px;
		z-index: 100;
	}
	#header .box_r .settingbox ul a {
		display: block;
	}
	#header .box_r .settingbox ul li {
		padding: 5px 10px;
	}
	#header .box_r .settingbox ul li img {
		vertical-align:bottom;
		margin-right: 6px;
		display: inline-block;
	}
	#header .box_r .settingbox ul li .text {
		display: inline-block;
	}
}

@media (max-width: 630px) {
	#header div.menu_r1+div.menu_r2 {
		clear: both;
	}
}


/*********************************
 * ロゴ、検索のナビゲーションバー 
 *********************************/
.navbar {
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	background-color: #af1655;
}
.navbar ul {
	padding: 0px;
	margin: 0px;
}
.logo {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}
.logo img {
	border-style: none;
}
.line {
	float: left;
	height: 50px;
	border-left: solid 2px #FFF;
}

/* カテゴリから探す */
#search1 {
	float: left;
	width: 260px; /* 260px + 30px */
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#search1 a {
	color: #333;
	text-decoration: none;
}
#search1 a:link,
#search1 a:visited {
	background-color: #FFF;
}
#search1 a:hover,
#search1 a:active {
	background-color: #fff1f7;
}
#search1 li {
	float: left;
	position: relative;
}
#search1 li div {
	cursor: pointer;
}
#search1 li img { /* arrow.png */
	border-style: none;
	margin-right: 3px;
}
#search1 li a {
	display: block;
	width: 274px; /* 274px + 10px */
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 10px;
    border-left: 3px solid #b8335c;
    border-right: 3px solid #b8335c;
    font-weight: normal;
}
#search1 li.bottom {
    border-bottom: 2px solid #b8335c;
}
#search1 .category {
	width: 290px; /* 284px + 3px + 3px */
	padding-top: 18px; /* marginでは駄目 */
	margin-left: -30px;
}
#search1 li ul { /* 下層メニュー不可視 */
	display: none;
}
#search1 li:hover ul { /* 下層メニュー可視 */
	display: block;
	position: absolute;
	z-index: 100;
}
#search1 li ul li {
	float: none;
	margin: 0;
}
/* キーワードから探す */
#search2 {
	float: left;
	width: 130px;
	padding-top: 15px;
	padding-left: 40px;
}
input.textbox { /* 検索ボックス */
	float: left;
	margin-top: 10px;
	font-size: 10pt;
	color: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border: #d3d3d3 1px solid;
}

.textbox2 { /* テキストボックス */
	color: #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border: #d3d3d3 1px solid;
}
input.btn_search { /* 検索ボタン */
	float: left;
	margin-top: 10px;
	margin-left: 12px;
}
/* キャンペーンバナー */
.line.search3 {
	border-left: none;
}
#search3 {
	float: left;
	padding-top: 15px;
	padding-left: 40px;
}
#search3 li {
	display: inline-block;
	list-style: none;
	margin: -15px 0px 0px 0px;
	padding: 0px;
}
#search3 li p {
	margin: 0px;
	padding: 0px;
}
#search3 li .period {
	display: none;
}

@media (max-width: 520px) {
	.logo {
		padding-left: 0px;
	}
	.navbar #search1 {
		padding-left: 0px;
	}
	.navbar #search1 ul {
		padding-left: 30px;
	}
	.navbar #search2 {
		padding-left: 0px;
		float: none;
		display: block;
	}
	.line.search1 {
		clear: both;
		height: 1px;
		width: 100%;
		display: block;
		border-left: none;
		border-bottom: solid 2px #FFF;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.line.search2 {
		clear: both;
		height: 1px;
		width: 100%;
		display: block;
		border-left: none;
		border-bottom: solid 2px #FFF;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.navbar .searchbox {
		padding-left: 0px;
	}
	.navbar .searchbox .textbox {
		width: 60%;
	}
}
@media (min-width:481px) and (max-width: 610px) {
	.navbar #search2 {
		display: block;
		float: none;
	}
	.navbar .searchbox {
		padding-left: 40px;
	}
	.line.search2 {
		clear: both;
		height: 1px;
		width: 100%;
		display: block;
		border-left: none;
		border-bottom: solid 2px #FFF;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
	}
}
@media (min-width: 611px) and (max-width: 1100px) {
	.navbar #search2 {
		display: block;
		clear: left;
	}
	.line.search2 {
		clear: both;
		height: 1px;
		width: 100%;
		display: block;
		border-left: none;
		border-bottom: solid 2px #FFF;
		margin-bottom: 10px;
	}
}

@media (max-width: 610px) {
	#search3 {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin: 50px -5px -5px -5px;
		padding: 0px 5px;
		background-color: #5f5;
	}
	#search3 li {
		margin: 0px;
		display: block;
		padding: 5px 0px;
	}
	#search3 li+li {
		border-top: 1px solid #fff;
	}
	#search3 li .banner {
		display: table-cell;
		padding: 0px 5px 0px  0px ;
		border-right: 2px solid #fff;
	}
	#search3 li .period {
		vertical-align: middle;
		display: table-cell;
		padding: 0px 5px;
	}
}
@media (min-width: 611px) and (max-width: 860px) {
	.line.search3 {
		clear: both;
		float: none;
		height: 1px;
		width: 100%;
		display: block;
		border-left: none;
	}
	#search3 {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin: 15px -5px -5px -5px;
		padding: 0px 5px;
		background-color: #fff;
	}
	#search3 li {
		margin: 0px;
		padding: 5px 0px;
	}
}
@media (min-width: 1101px) and (max-width: 1400px) {
	#search3 {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin: 0px -5px -5px -5px;
		padding: 0px 5px;
		background-color: #fff;
	}
	#search3 li {
		margin: 0px;
		padding: 5px 0px;
	}
}


/*********************************
 * フッタ 
 *********************************/
#footer {
	padding-top: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #efeadb;
}
.link a {
	color: #af1655;
	font-weight: bold;
	border-bottom: none;
}
.copyright {
	margin-top: 13px;
	font-size: 11px;
}
.usable {
}
.usable li {
	margin-top: 5px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.usable li.banner p {
	display: none;
}
.usable li+li {
	margin-left: 5px;
}
.calendar {
}
@media (max-width: 500px) {
	.usable .usable img {
		width: 95%;
	}
	.usable {
		display: block;
	}
	.usable li {
		display: block;
		margin-top: 5px;
		padding: 5px 0px;
		border-top: dotted 1px #000;
	}
	.usable li+li {
		margin-top: 0px;
		margin-left: 0px;
	}
	.usable li.banner {
		text-align: left;
	}
	.usable li.banner img {
		float: left;
		height: 55px;
		margin-right: 10px;
		width: auto;
	}
	.usable li.banner p {
		display: table-cell;
		vertical-align: middle;
		height: 55px;
		text-align: left;
	}
	.calendar {
		border-top: dotted 1px #000;
	}
	.calendar img {
		width: 95%;
	}
}

/*********************************
 * メインコンテンツ
 *********************************/
.main {
	margin: auto 0 auto;
	padding: 10px 80px;
	position: relative;
}
@media (max-width: 1100px) {
	.main {
		padding: 10px 10px;
	}
}
.popup {
	margin: auto 0 auto;
	padding: 10px 10px;
	position: relative;
}

.title {
	min-height: 36px;
	color: #af1655;
	font-size: 17pt;
	border-bottom: 3px solid #b8335c;
	font-weight: bold;
}

.title-cap {
	float: right;
	margin-top: -36px;
	line-height: 36px;
	vertical-align: bottom;
	color: #af1655;
	font-weight: bold;
	font-size: 12pt;
}
@media (max-width: 730px) {
	.title-cap {
		float: none;
		display: block;
		margin-top: 0px;
		text-align: right;
		height: auto;
	}
}

.error_outer
{
	border: solid 2px #CC0000;
	color: #CC0000;
	margin: 10px 0;
}

.error_inner
{
	padding: 10px 10px 10px 10px;
	line-height: 130%;
	background-color: #ffffEE;
}

.error_inner li
{
	margin-left: 10px;
	padding: 0;
}

.message_outer
{
	border: solid 2px #000;
	color: #000000;
	margin: 10px 0;
}

.message_inner
{
	padding: 10px 10px;
	line-height: 130%;
	background-color: #ffffee;
}

.message_inner li
{
	margin-left: 10px;
	padding: 0;
}

.ex {
	font-size: 10pt;
	line-height: 1.2em;
}
.ex_b {
	color: #b8335c;
	font-size: 11pt;
	margin-bottom: 5px;
	font-weight: bold;
}

.link_help {
	margin-bottom: 10px;
}
.link_help img {
	margin-right: 3px;
}
.link_help a {
	margin-right: 16px;
}
@media (max-width: 640px) {
	.link_help a {
		display: block;
		border-bottom: none;
		text-decoration: underline;
	}
}
.subtitle {
	height: 34px;
	color: #FFF;
	font-size: 15pt;
	margin-bottom: 30px;
	padding-top: 6px;
	padding-left: 16px;
	background-color: #b8335c;
	border-top-left-radius: 6px; /* 上のみ角丸 */
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.boxtitle
{
	background-color: #af1656;
	color: #ffffff;
	padding: 10px 20px;
}


.product a
{
	border-bottom: none;
}

.product .price .cur {
  color: #c40332;
  font-weight: bold;
	margin-right: 5px;
}

.product .price .total {
  color: #c40332;
  font-weight: bold;
}

.product .price .cap {
  display: block;
}

.product .details-expand {
  color: #fff;
  background-color: #af1655;
}
.product .details-expand:hover {
	background-color: #b8335c;
}
.product .details-expand.expanded {
	background-color: #b8335c;
}

.btn {
  background-color: #af1655;
  cursor: pointer; }
  .btn:hover, .btn:focus {
    background-color: #b8335c; }

.product
{
	margin-bottom: 10px;
}
.product .media {
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 400px) {
	.product.large .media img {
		width: 90%;
		height: auto;
	}
	.product.medium .media img {
		width: 90%;
		height: auto;
	}
}
@media (min-width: 768px) {
	.product.large .media img {
		min-width: 350px;
		height: auto;
	}
	.product.medium .media img {
		width: 150px;
		height: auto;
	}
}

.btn_login
{
	display: inline-block;
	width: 164px;
	height: 46px;
	line-height: 46px;
	background-color: #af1656;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
a.btn_login:link,
a.btn_login:visited,
a.btn_login:hover,
a.btn_login:active
{
	color: #ffffff;
	text-decoration: none;
}

.btn_next
{
	display: inline-block;
	width: 200px;
	height: 54px;
	line-height: 54px;
	background-color: #af1656;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
a.btn_next:link,
a.btn_next:visited,
a.btn_next:hover,
a.btn_next:active
{
	color: #ffffff;
	text-decoration: none;
}

.btn_back
{
	display: inline-block;
	width: 200px;
	height: 54px;
	line-height: 54px;
	background-color: #e3d9b5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #502a13;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
a.btn_back:link,
a.btn_back:visited,
a.btn_back:hover,
a.btn_back:active
{
	color: #502a13;
	text-decoration: none;
}

.btn_accordion {
	position: relative;
	color: #FFF;
    font-size: 15pt;
    margin: 0 10px 30px;
    padding: 10px;
    background-color: #b8335c;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.btn_accordion:after {
	content: "";
    position: absolute;
    right: 18px;
    top: -6px;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate( 135deg );
}
.btn_accordion.close:after {
    top: 6px;
    transform: rotate( -45deg );
}
.btn_catch {
	margin: 20px 10px 5px;
	font-size: 11pt;
	font-weight: bold;
}
.amazonpay_explanation {
	position: relative;
	padding: 10px 15px;
	margin: 20px 10px;
	background-color: #f1da9c;
	border-radius: 4px;
}
.amazonpay_explanation:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom: 12px solid #f1da9c;
}

.buttonarea
{
	margin: 20px 0px;
	text-align: center;
}

.disable
{
	cursor: default;
}

.link-question
{
	border-bottom: 1px solid #af1656;
	cursor: pointer;
	position: relative;
	margin-left: 15px;
}

.link-question::before {
	position: absolute;
	left: -15px;
	top: 2px;
	content: ' ';
	background: url(../../img/main/icon/img_help.gif) no-repeat center center;
	-webkit-background-size: 10px 13px;
	background-size: 10px 13px;
	width: 10px;
	height: 13px;
}

.link-arrow
{
	border-bottom: 1px solid #af1656;
	cursor: pointer;
	position: relative;
	margin-left: 15px;
}

.link-arrow::before {
	position: absolute;
	left: -15px;
	top: 3px;
	content: ' ';
	background: url(../../img/main/icon/arrow.png) no-repeat center center;
	-webkit-background-size: 10px 12px;
	background-size: 10px 12px;
	width: 10px;
	height: 12px;
}

.listbox {
	margin-top: 20px;
	display: table;
	width: 100%;
}
.listbox .row-header {
	background-color: #e3d9b5;
	display: table-row;
}
.listbox .row-header div {
	display: table-cell;
	color: #502a13;
	font-weight: bold;
	padding: 10px 30px;
}
.listbox .row-header div+div {
	border-left: 2px solid #ffffff;
}
.listbox .row-contents {
	display: table-row;
	border-bottom: 1px solid #999;
}
.listbox .row-contents div {
	display: table-cell;
	padding: 10px 30px;
}
.listbox .cell-no {
	width: 20%;
	min-width: 80px;
}
.listbox .cell-date {
	width: 20%;
	min-width: 120px;
}
.listbox .cell-payment {
	width: 20%;
	min-width: 80px;
}
.listbox .cell-item {
	width: 10%;
	min-width: 70px;
}
.listbox .cell-amount {
	width: 10%;
	min-width: 80px;
}
.listbox .cell-price {
	width: 10%;
	min-width: 70px;
}
.listbox .row-contents a {
	color: #af1656;
}

@media (max-width: 450px) {
	.btn_next
	{
		width: 45%;
	}
	.btn_back
	{
		width: 45%;
	}
}
@media (max-width: 960px) {
	.listbox {
		display: block;
	}
	.listbox .row-header {
		display: block;
		width: 100%;
	}
	.listbox .row-header:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	.listbox .row-header div {
		float: left;
		display: inline-block;
		color: #502a13;
		font-weight: bold;
		padding: 10px 20px;
	}
	.listbox .row-header div+div {
		border-left: none;
	}
	.listbox .row-contents {
		display: block;
		width: 100%;
		border-bottom: 1px solid #999;
	}
	.listbox .row-contents:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
	}
	.listbox .row-contents div {
		float: left;
		display: inline-block;
		padding: 10px 20px;
	}
	.listbox .cell-item {
		display: none;
	}
}


.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.strong_text
{
	font-weight: bold;
}
.no_text {
	color: #ccc;
}


.ex_au {
	margin-top: 10px;
	color: #f49600;
	font-size: 11pt;
	margin-bottom: 5px;
	font-weight: bold;
}


/*
* Generic Elements 
*/
#product-board {
  margin: 20px auto; }

.product {
  float: left;
  margin: 5px 1% 5px 1%;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.38); }
  .product.medium {
    width: 47%; }
  .product.large {
    width: 97%; }
  .product .text {
    padding: 15px; }
    .product .text h1 {
      margin-top: 0; }
  .product .media {
    padding: 5px 5px 0 5px;
    border-bottom: solid 1px #efefef;
    position: relative; }
    .product .media a {
      display: block;
      width: 100%;
      margin: 0 auto; }
  .product .plabel {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -5px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    box-shadow: rgba(255, 255, 255, 0.8) 0 1px 0, inset rgba(0, 0, 0, 0.05) 0 1px 0;
    color: white; }
  .product .details {
    background-color: #f6f6f6;
    padding: 10px 0;
    position: relative; }
    .product .details p {
      padding: 0 10px;
      margin: 0;
      font-size: 14px; }
      .product .details p.name {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700; }
  .product .details-expand {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    .product .details-expand:hover {
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      transition: background-color 0.5s; }
  .product .details-extra {
    display: none;
    border-top: solid 1px #efefef;
    background-color: #f6f6f6;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
    .product .details-extra form {}
      .product .details-extra form div {
        margin: 10px 20px 10px 10px; }
      .product .details-extra form label {
        width: 65px;
        text-align: right;
        padding-right: 10px; }
  .product.cta {
    font-family: 'Montserrat', sans-serif;
    text-align: center; }
    .product.cta h3 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 28px;
      line-height: 1.5; }
    .product.cta .content {
      margin: 10px; }
    .product.cta .poff {
      text-transform: uppercase;
      line-height: 1;
      font-size: 48px; }
  .product .quantity {
    color: inherit;
    background-color: #fff;
    width: 40%; }
    .product .quantity:hover {
      color: inherit;
      background-color: #fff; }
  .product select {
    width: 40%; }
  .product label {
    font-weight: normal; }

@media (min-width: 520px) {
  .product.medium {
    width: 31%; }
  .product.large {
    width: 64%; } }
@media (min-width: 768px) {

  #product-board {
    width: 724px;
    margin: 20px auto; }

  .product {
    margin: 5px; }
    .product.medium {
      width: 31%; }
    .product.large {
      width: 64%; }
}

.breadcrumb
{
	
}
.breadcrumb li
{
	display: inline-block;
}


/* ORD追記　注文確認画面 */
.re_settlementtitle {
	position: relative;
    text-align: center;
    font-size: 13pt;
    margin: 20px auto 0;
    padding: 3px;
    width: 200px;
    color: #af1654;
	background-color: #f7f7f3;
    border: 1px solid #af1654;
	z-index: 0;
}
.re_settlementtitle:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #f7f7f3;
	z-index: 1;
}
.re_settlementtitle:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 9px solid #af1654;
    z-index: -1;
}
.re_paybox {
	width: 100%;
    display: block;
	background-color: #f4eddd;
	min-height: 250px;
	outline: 10px solid #f4eddd;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.re_paybox dd {
	margin-left: 0 !important;
}
.re_shippingbox {
	width: 100%;
    display: block;
	background-color: #f4eddd;
	min-height: 250px;
	outline: 10px solid #f4eddd;
	margin: 25px 0 40px;
	padding-bottom: 15px;
}
.re_boxtitle {
	color: #333;
    padding: 10px 0;
    font-size: 13pt;
    font-weight: bold;
}
.re_informationbox {
	padding: 10px 10px 15px;
	background-color: #fff;
}
.re_informationbox li {
	margin-left: 0;
}
.re_informationbox a {
	text-decoration: none !important;
	color: #af1654 !important;
}
.re_informationbox dl {
	display: flex;
	flex-wrap: wrap;
	margin: 5px;
}
.re_informationbox dl dt {
	width: 25%;
	color: #777;
    font-weight: normal;
}
.re_informationbox dl dd {
	width: 70%;
}
.re_help_alert {
	font-size: 9pt;
    padding-left: 5px;
    color: #666;
    margin-top: 10px;
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}
.re_help_alert_red {
	font-size: 9pt;
    padding-left: 5px;
    color: #db4f43;
    margin-top: 10px;
	margin-bottom: 0;
	text-indent: -1em;
	padding-left: 1em;
}
.re_radiobtn {
	position: relative;
    display: block;
    margin-bottom: 10px;
}
.re_radiobtn>input[type="radio"] {
    position: absolute;
    top: 15px;
    left: 10px;
    margin: 0;
}
.re_radiobtn>input[type="radio"]+* {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 9px 11px 34px;
    font-size: 11pt;
    line-height: 1.4;
    text-align: justify;
    color: #000;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.re_radiobtn>input[type="radio"]:checked+* {
    padding: 9px 7px 9px 32px;
    border: 3px solid #af1654;
}
#credit_tr dl dt {
	font-weight: normal;
	margin: 15px 0 5px;
	font-size: 11pt;
}
.re_textbox {
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px !important;
    width: 100%;
    height: 40px !important;
    font-size: 11pt;
    line-height: 1;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: rgb(113 135 164 / 20%) 0px 2px 3px 0px inset;
    box-shadow: rgb(113 135 164 / 20%) 0px 2px 3px 0px inset;
}
.re_textboxpoint {
	width: 30%;
	display: inline-block;
}
.re_selectbox {
	font-size: 11pt;
    font-weight: normal;
    line-height: 1.4;
    text-align: justify;
    color: #333;
	margin-bottom: 5px;
}
.re_selectboxcredit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
	width: 70px;
    max-width: 100%;
	background: #fff;
    font-size: 12pt;
    line-height: 1;
}
.re_supplementtext {
	font-size: 11pt;
}
.re_noline {
	text-decoration: none !important;
	color: #af1656 !important;
	border: none;
}
.re_itemamount {
	text-align: right;
}
.re_totalbox {
    background-color: #f4eddd !important;
	margin-top: 15px !important;
	padding: 15px !important;
}
.re_totalbox dl {
	display: flex;
	flex-wrap: wrap;
	margin: 2px;
}
.re_totalbox dl dt {
	width: 49%;
	color: #777;
    font-weight: normal;
	text-align: left;
}
.re_totalbox dl dd {
	width: 46%;
}
.re_person {
	text-align: center;
	font-size: 13pt;
}
.re_changebtn {
	text-align: center;
}
.re_btn_shipping {
	border: 1px solid #af1654;
    background-color: #ffffff;
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 5px 10px;
    width: 150px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}
dt.re_subtitle {
	font-weight: normal !important;
	margin: 0 0 5px;
	font-size: 11pt;
}
dl.re_daybox {
	margin-bottom: 20px;
}
.re_daybox dd {
	margin-left: 0 !important;
}
.re_selectboxtime {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
	width: 100%;
	background: #fff;
    font-size: 12pt;
    line-height: 1;
}
.re_fift-name {
	margin-bottom: 10px;
}
.remarks_accordion {
	position: relative;
    color: #333;
    font-size: 12pt;
    font-weight: bold;
    padding: 15px;
    background-color: #f4eddd;
    text-align: left;
}
.remarks_accordion:after {
    content: "";
    position: absolute;
    right: 18px;
    top: -6px;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate( 135deg );
}
.remarks_accordion.close:after {
    top: 6px;
    transform: rotate( -45deg );
}
.re_operationbox {
	margin-top: 50px;
}
.re_operationbox dl {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    padding: 2px 7px 5px;
    border-bottom: 1px dotted #777;
}
.re_operationbox dl dt {
	width: 46%;
    font-weight: normal;
}
.re_operationbox dl dd {
	width: 49%;
	text-align: right;
    font-weight: bold;
}
.re_moneybox {
 	margin-bottom: 20px;
}
.payment_emphasis {
	color: #af1654;
}
.btn_next_b {
	width: 100% !important;
}