@charset "euc-jp";

body {
	background: #faf3de;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn:hover {
    color: #fff;
    background-color: #b43b30;
}
.btn:focus, .btn:active {
    color: #fff;
    background-color: #b43b30;
}

.btn-osama {
color: #fff;
    background-color: #a82b20;
    border-color: #a82b20;
}

.btn-osama:hover {
color: #fff;
    background-color: #b43b30;
    border-color: #a82b20;
}

ol.commentlist {
	padding: 0;
}

.commentlist li {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	list-style: none;
	padding: 15px;
	margin-bottom: 10px;
}

.commentlist .fn {
	font-style: normal;
	float: left;
	margin-right: 12px;
	line-height: 1.8em;
}

.commentlist .fn:after {
	content: ' さん';
}

.commentlist .avatar {
	display: none;
}

.commentlist .says {
	display: none;
}

.commentlist .comment-body p {
	margin-top: 10px;
	margin-bottom: 0;
}

.commentlist .commentmetadata {
	border-bottom: 2px solid #d4620c;
	line-height: 1.8em;
}

ol.commentlist .mrp {
	margin-bottom: 0 !important;
	margin-top: 5px !important;
}

#comments .panel .mrp-star-rating:before {
	content: '総合評価';
	font-size: 14px;
}

.panel {
  margin-top: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin-bottom: 10px;
}

.panel h1{
	border-bottom: 2px solid #d4620c;
	padding-bottom: 8px;
}

.before_content {
	font-size: 16px;
}

.panel .fa {
	font-size: 22px;
}

.panel .row img {
	margin-bottom: 7px;
}

.mrp-star-rating + .star-result, .mrp-star-rating + .stat-result, .rating-result a + *, .rating-result > .count {
    color: #d4620c;
}

.comment-form-url,
.comment-form-email,
.form-allowed-tags {
	display: none;
}

.comment-form-author label:before {
	content: 'お';
}

.comment-respond textarea, .comment-respond input {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.comment-respond input.submit {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
	height: 40px;
}
.comment-respond input.submit:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

.comment-respond h3#reply-title {
	display: none;
}

#comments-pagination li {
	list-style: none;
}

.pager li > a, .pager li > span {
    border-radius: 5px;
}

.btn__addcart, .btn__soldout {
padding: 16px 12px;
}


margin-bottom: 20px;


/*
ランキングページ
*/

.page-id-100 li {
	width: 180px;
}
.page-id-100 img{
	max-width: 180px;
}
.page-id-100 a img.img-responsive:hover {
	opacity: 0.8;
}
.page-id-100 a { 
font-weight: bold;
font-size;16px;
}
.page-id-100 ol{
  counter-reset:number; /* 名前を付けたカウンターをリセット */
  list-style:none; /* olが数字を付けることをキャンセル */
  margin:0;
  padding:0;
}
.page-id-100 ol li{
  margin-bottom: 10px;
}
.page-id-100 ol li:after{
	/* カウンタ（数字になる部分） */
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	position: absolute;
	left: 0;
	background: #fff;
	min-width: 2em;
	text-align: center;
	height: 2em;
	line-height: 2;
	border-radius: 50%;
	margin: -193px 0 0 7px;
}
.page-id-100 ol li:nth-child(1):after{
	background: #ffea22;
}
.page-id-100 ol li:nth-child(2):after{
	background: #cbcbcb;
}
.page-id-100 ol li:nth-child(3):after{
	background: #d9a300;
}

/*
Thanksページ
*/

.page-id-127 .panel h1 {
	border:none;
}

/*
border
*/

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 0px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.table-bordered {
    border: 1px solid #ddd;
    border-left: 0;
}



