﻿@charset "UTF-8";

/* ----検索エンジン向けH1タグ---- */

.optimaized-h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: none;
}

/* ----ヘッドライン---- */

h1,
.h1 {
	padding: 30px 0 0 0;
	margin: 0 0 30px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
}

h2 {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background: none;
}

h3 {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.english-ttl {
	font-family: 'Montserrat', sans-serif;
}

/* ----入力フォームタイトル---- */
.legend {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin: 20px 0 10px;
	padding: 5px 0;
	border-bottom: 2px solid #444;
}

/* ----タイトルヘッドライン---- */
.block-inquiry-completed--header,
.block-update-member-password--header,
.block-quick-member-registration-completed h1,
.block-withdrawal--header {
	padding: 0 15px;
	margin: 30px 0 20px;
	text-align: center;
}

/* ----タイトル下コメント---- */
.block-inquiry-completed--message,
.block-reset-password-completed--message,
.block-reset-new-password--completed-message,
.block-member-password--update-completed-message,
.block-user-review-completed--message,
.block-member-registration-completed p,
.block-member-id--completed-message,
.block-logout--message,
.block-withdrawal--completed-message,
.block-order-cancellation-completed--message {
	text-align: center;
	line-height: 2.0;
}
.block-mail-address--update-completed-message {
	margin: 20px 0;
	text-align: center;
}
.block-member-info--form,
.block-member-info-confirmation--message,
.block-shipping-address-confirmation--message,
.block-shipping-address-registration--message {
	margin: 20px 0;
}
.block-mail-address--mypage-link {
	margin-top: 10px;
}
.block-mail-address--mypage-link a {
	color: #999999;
	text-decoration: underline;
}

/* ----コンテンツフレーム---- */
.block-inquiry-completed,
.block-update-member-password,
.block-quick-member-registration-completed,
.block-withdrawal {
	margin: 0 10px;
}

/* ----ページャー---- */

.pager {
	margin-bottom: 10px;
	text-align: center;
}
.pager.block-topic-details--pager-bottom {
	margin: 10px 0;
}
.pager > * {
	display: inline-block;
	vertical-align: top;
}
.pager-scope {
	padding: 3px;
	margin: 0 10px;
	text-align: center;
	display: block;
}
.pager-total {
	margin: 10px -15px 15px;
	padding: 5px 15px;
	display: block;
	text-align: right;
	background: #f7f7f7;
}
.pager-total span {
	margin: 0 2px;
}
.pager-count span {
  font-weight: bold;
}
.pagination > li {
  min-width: 28px;
}
.pagination {
  display: inline-block;
}
.pagination > * {
	width: 30px;
	height: 30px;
	padding: 0;
	list-style-type: none;
	float: left;
	background-color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: none;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin: 0 1px;
}
.pagination > .disabled {
	color: #333333;
}
.pager-current {
	color: #ccc;
	background: none;
	border: none;
}
.pager-current span {
	font-weight: 300;
}

/* ----画像センタリング配置---- */
.img-center {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-center img {
	text-align: center;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: top;
}

/* ----パンくず---- */
.block-topic-path {
	padding: 10px 0 10px 10px;
	background-color: #F7F7F7;
	margin: 0 0 10px 0;
	overflow-x: scroll;
}
.page-goods .block-topic-path {
	margin: 0;
}
.page-goods .block-topic-path.bottom {
	margin: 20px 0;
	padding: 10px 15px 0;
	background: #ffffff;
}
.page-goods .block-topic-path.bottom ul {
	margin-bottom: 8px;
}
.block-topic-path ul.block-topic-path--list {
	word-break: keep-all;
	white-space: nowrap;
}
.block-topic-path--list li {
	font-size: 9px;
	font-weight: 300;
	line-height: 1.8;
	color: #999999;
	word-break: keep-all;
	white-space: nowrap;
}
.block-topic-path a {
	text-decoration: none;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #999999;
}

/* ----ボタン---- */
.action-buttons {
	margin: 20px 0;
}
.action {
	text-align: center;
}
.action .btn {
	width: 80%;
	margin: 0 auto 10px;
	padding: 10px 0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border-bottom-width: 1px;
}
.btn-default {
	color: #333;
	border: solid 1px #707070;
	background-color: #ffffff;
}
.btn-primary {
	color: #ffffff;
	border: solid 1px #666666;
	background-color: #666666;
}
.btn-secondary {
	color: #ffffff;
	border: solid 1px #333333;
	background-color: #666666;
}
.btn-danger {
	color: #666666;
	border: solid 1px #EEEEEE;
	background-color: #EEEEEE;
}

/* ----デザインボタン---- */
.block-more-btn a {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	border: #666666 1px solid;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	line-height: 40px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #666666;
	display: block;
	position: relative;
	transition: 0.3s;
}
.block-more-btn.width-arrow a::before {
	content: '';
	width: 12px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 50%;
	right: 14px;
}
.block-more-btn.width-arrow a::after {
	content: '';
	width: 4px;
	height: 1px;
	background: #666;
	position: absolute;
	top: calc(50% - 2px);
	right: 14px;
	transform: rotate(45deg);
}

/* ----縦型入力フォーム---- */
.fieldset-vertical {
	margin-top: 10px;
	margin-bottom: 10px;
	border: #dddddd 1px solid;
	background: #F7F7F7;
}
.fieldset-vertical .form-group {
	margin: 0;
}
.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
	padding: 8px 10px 4px 10px;
	line-height: 1.2;
	float: left;
}
.fieldset-vertical .form-label {
	padding: 8px 0 4px 10px;
}
.fieldset-vertical .form-label label {
	font-weight: bold;
}
.fieldset-vertical .form-control {
	padding: 5px 10px;
	background: #FFFFFF;
	clear: both;
}

.center {
  text-align: center;
}
