@charset "UTF-8";

/* フォントサイズ表 */
/*
10ピクセル⇒font-size: 77%
11ピクセル⇒font-size: 85%
12ピクセル⇒font-size: 92%
13ピクセル⇒font-size: 100%
14ピクセル⇒font-size: 107%
15ピクセル⇒font-size: 114%
16ピクセル⇒font-size: 122%
17ピクセル⇒font-size: 129%
18ピクセル⇒font-size: 136%
*/

/* レイアウト */
.details {
	margin-top: 15px;
}

/* ページヘッダー */
#page-head {
	width: 100%;
	overflow: hidden;
}

/* パンくずリスト */
ul.breadcrumbs {
	margin-top:5px;
}
ul.breadcrumbs li {
	display: inline;
	font-size: 77%;
	height: 16px;
	line-height: 16px;
}
ul.breadcrumbs li a {
	padding-right: 14px;
	background: url(../images/icon_link_crumb_20160926.gif) no-repeat right center;
}
ul.breadcrumbs2 {
	margin-bottom:2px;
	margin-left: 5px;
}
ul.breadcrumbs2 li {
	display: inline;
	font-size: 92%;
	line-height: 1.6;
}
ul.breadcrumbs2 li.parent a {
	padding-right: 14px;
	background: url(../images/icon_link_crumb_20160926.gif) no-repeat right center;
}

/* バックリンクリスト */
ul.backlinks {
	margin-top:5px;
}
ul.backlinks li {
	font-size: 77%;
	display: inline;
	height: 16px;
	line-height: 16px;
}
ul.backlinks li a {
	margin-right: 5px;
	padding-left: 12px;
	background: url(../images/icon_link_backlink_20160926.gif) no-repeat left center;
}

/* ページタイトル関連 */
.page-title-area {
	padding: 10px 0;
}
.page-title-area-others {
	margin-top: 21px;
}
h1.page-title {
	font-size: 122%;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}
.page-sub-title {
	margin-left: 10px;
	font-size: 85%;
	font-weight: normal;
}
.page-title-area .page-description {
	padding: 5px 0;
	font-size: 85%;
	line-height: 1.6;
}

.search-condition {
	padding: 2px 0 5px 0;
	font-size: 92%;
	font-weight: bold;
}


/* 切り替えタブ */
.tab-labels-wrapper {
	margin-bottom: 15px;
	border-bottom: 2px solid #c9baa5;
	height: 37px;
	width: 100%;
	text-align: center;
}
.tab-labels {
	display: inline-block;
	width: 95%;
}
.tab-labels li {
	margin-right: 2px;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	background-color: #e6dfd5;
}
.two-labels li {
	width: 49%;
}

.three-labels li {
	width: 33%;
}
.four-labels li {
	width: 25%;
}

.tab-labels li .l-text {
	display: block;
	color: #2b2927;
	font-size: 107%;
	font-weight: bold;
	white-space: nowrap;
	outline: none;
	text-align: center;
}
.tab-labels li,
.tab-labels li .l-text {
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.tab-labels li.active {
	border-top: 2px solid #c9baa5;
	border-right: 2px solid #c9baa5;
	border-left: 2px solid #c9baa5;
	background-color: #fff;
	height: 37px;
}
.tab-labels li a:hover,
.tab-labels li a:active {
	background-color: #dcd3c5;
	text-decoration: none;
	color: #ff5649;
}

/* 検索レコード数 */
.resultnum {
	font-size: 85%;
	clear: both;
}

/* ページボタン関連 */
.change-display {
	margin: 10px 0;
	background-color: #f0ebe5;
	overflow: hidden;
}
.display-method {
	float: left;
}
/* 表示方法＆ソート方法 */
dl.sort-by,
dl.display-style {
	margin-right: 5px;
	float: left;
}
dl.sort-by dt,
dl.display-style dt {
	padding: 9px 2px 9px 10px;
	font-size: 85%;
	white-space: nowrap;
	float: left;
}
dl.sort-by dd,
dl.display-style dd {
	font-size: 92%;
	white-space: nowrap;
	float: left;
}
dl.sort-by .bgcolor,
dl.display-style .bgcolor {
	padding: 9px 10px 9px 7px;
	display: block;
	float: left;
	color: #2b2927;
}
dl.sort-by dd.active .bgcolor,
dl.display-style dd.active .bgcolor {
	background-color: #dcd3c5;
	font-weight: bold;
}
dl.sort-by .icon,
dl.display-style .icon {
	margin-top: 1px;
	width: 15px;
	height: 12px;
	display: block;
	float: left;
	overflow: hidden;
}
/* for IE7 */
*+html dl.sort-by .icon,
*+html dl.display-style .icon {
	margin-top: 2px;
}
dl.sort-by .icon {
	background: url(../images/icon_rslt_sort.png) left 0 no-repeat;
}
dl.sort-by .active .icon {
	background-position: left 0;
}
dl.display-style .det {
	background: url(../images/icon_rslt_detail_20160926.png) left 0 no-repeat;
}
dl.display-style .pic {
	background: url(../images/icon_rslt_picture_20160926.png) left 0 no-repeat;
}
dl.display-style .lis {
	background: url(../images/icon_rslt_list_20160926.png) left 0 no-repeat;
}
dl.sort-by a:hover,
dl.sort-by a:active,
dl.display-style a:hover,
dl.display-style a:active {
	background-color: #e6dfd5;
	color: #ff5649;
	text-decoration: none;
}
dl.sort-by a:hover .icon,
dl.sort-by a:active .icon,
dl.display-style a:hover .icon,
dl.display-style a:active .icon {
	background-position: left -12px;
}
dl.sort-by dd a span,
dl.display-style dd a span {
	cursor: pointer;
}


/* ページ分割部 */
.pagination-wrapper {
	margin: 10px 0;
	background-color: #f0ebe5;
	overflow: hidden;
}
.pagination {
	float: right;
}
ul.pagination li {
	white-space: nowrap;
	float: left;
	font-family: Verdana, sans-serif;
}
ul.pagination li.page-nums ul li {
	float: left;
}
ul.pagination li.page-nums ul li .bgcolor {
	padding:7px 9px;
	font-size: 107%;
}
ul.pagination .bgcolor {
	display: block;
	white-space: nowrap;
	color: #2b2927;
}
ul.pagination li.prev-page .bgcolor {
	padding: 5px 10px 5px 7px;
	font-size: 129%;
}
ul.pagination li.next-page .bgcolor,
ul.pagination li.next-page-no-parameters {
	padding: 5px 7px 5px 10px;
	font-size: 129%;
}
ul.pagination li.prev-page .text,
ul.pagination li.next-page .text {
	display: block;
	float: left;
}
ul.pagination li.prev-page .icon {
	width: 20px;
	height: 23px;
	background: url(../images/icon_prev_20160926.png) left -3px no-repeat;
	display: block;
	float: left;
	overflow: hidden;
}
ul.pagination li.next-page .icon {
	width: 20px;
	height: 23px;
	background: url(../images/icon_next_20160926.png) left -3px no-repeat;
	display: block;
	float: left;
	overflow: hidden;
}
ul.pagination li.next-page-no-parameters .icon {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 23px;
	background: url(../images/icon_next_20160926.png) left -3px no-repeat;
	display: block;
	float: right;
}
ul.pagination li.active .bgcolor {
	background-color: #dcd3c5;
	font-weight: bold;
}
ul.pagination a:hover,
ul.pagination a:active {
	background-color: #e6dfd5;
	color: #ff5649;
	text-decoration: none;
}
ul.pagination li.prev-page a:hover .icon,
ul.pagination li.prev-page a:active .icon {
	background-position: left -33px;
}
ul.pagination li.next-page a:hover .icon,
ul.pagination li.next-page a:active .icon,
ul.pagination li.next-page-no-parameters a:hover .icon,
ul.pagination li.next-page-no-parameters a:active .icon {
	background-position: left -33px;
}
ul.pagination a span  {
	cursor: pointer;
}


/* データ無しメッセージ表示部分 */
.none-message,
.deleted-message {
	margin: 0 0 30px 0;
	padding: 40px;
	background-color: #eef0f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.deleted-message {
	margin-top: 30px;
	margin-right: 300px;
}
.deleted-title {
	margin: 0 0 50px 0;
	font-size: 136%;
}
.destination-url {
	margin-top: 10px;
	display: block;
}
.help-list a {
	margin-left: 5px;
	font-size: 92%;
	line-height: 2;
}

/* 検索フォーム表示部分（左ナビ） */
form#nav-search input#kw2 {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
	height: 21px;
	line-height: 18px;
	border: 1px solid #c9baa5;
	color: #2b2927;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	display: block;
}
form#nav-search .submit-button {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 92%;
	width: 66px;
	height: 31px;
	display: block;
	font-weight: bold;
	cursor: pointer;
}

/* 検索フォーム表示部分（メイン） */
form#main-search {
	margin-top: 5px;
}
form#main-search dl dt {
	margin-bottom: 1em;
	font-weight: normal;
	white-space: nowrap;
	float: left;
	width: 7em;
}
form#main-search dl dt .label {
	font-size: 100%;
}
form#main-search dl dd {
	margin-left: 7em;
	margin-bottom: 1em;
}
form#main-search select#cat2 {
	padding: 5px 20px 5px 10px;
	font-size: 100%;
	width: 170px;
	height: 31px;
	line-height: 18px;
	display: block;
	border: 1px solid #c9baa5;
	color: #2b2927;
	background: url(../images/icon_navi_tri_d_20160926.png) 150px 5px no-repeat;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

form#main-search input#kw2 {
	padding: 5px 10px;
	width: 95%;
	height: 21px;
	line-height: 18px;
	font-size: 107%;
	border: 1px solid #c9baa5;
	color: #2b2927;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	display: block;
}
form#main-search .submit-button {
	font-size: 92%;
	width: 66px;
	height: 31px;
	display: block;
	font-weight: bold;
	cursor: pointer;
}


/* 注目＆取扱ショップ! */
li.sub-list-shop {
	padding: 4px 5px;
}

li.sub-list-shop h3 {
	font-size: 92%;
}
li.sub-list-shop p {
	margin-bottom: 5px;
	font-size: 77%;
}

/* アイテム詳細部分 */
.details-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.details-image-wrapper {
	margin-right: -300px;
	width: 300px;
	float: left;
	position: relative;
	z-index: 2;
}
.details-image a {
	width: 224px;
	height: 224px;
	display: block;
	overflow: hidden;
	background-color: #fff;
}
.image-courtesy {
	width: 250px;
	font-size: 77%;
	text-align: right;
}
.image-courtesy a {
	padding-right: 15px;
	background: url("../images/icon_external_blockquote_20160926.png")  right 0 no-repeat;
	color: #2b2927;
}
.details-information-wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.details-information {
	margin-left: 300px;
}
.details-title {
	font-size: 129%;
}
.details-title-appendix {
	margin-top: 5px;
	font-size: 70%;
	font-weight: normal;
	color: #79756e;
	display: block;
}
table.details-section {
	margin-top: 10px;
	width: 100%;
}
table.details-section td {
	padding: 7px 0;
	border-top: 1px solid #e6dfd5;
	font-size: 92%;
	line-height: 1.6;
}
table.details-section td.t-header {
	vertical-align: top;
	width: 28%;
	white-space: nowrap;
}

/* 詳細/アイコン表示部分 */
/* アイコン */
.icon-details {
	margin-left: 5px;
	font-weight: bold;
	font-size: 11px;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	vertical-align: text-top;
	line-height: 1;
}
.details-information .icon-new {
	padding: 1px 10px;
	color: #dc143c;
	border: #dc143c 1px solid;
}
.details-information .icon-rearrival {
	padding: 1px 4px;
	color: #ee7800;
	border: #ee7800 1px solid;
}
.details-price #loading {
	padding: 20px 0;
}
.price {
	margin-left: 28%;
	font-size: 107%;
	font-weight: bold;
	color: #a92731;
	font-family: Verdana, sans-serif;
}

.supplier-ra {
	padding-left: 18px;
	background: url(../images/icons_supplier.png) 0 -50px no-repeat;
}
.supplier-ya {
	padding-left: 18px;
	background: url(../images/icons_supplier.png) 0 -100px no-repeat;
}
.supplier-am {
	padding-left: 18px;
	background: url(../images/icons_supplier.png) 0 0 no-repeat;
}
/* リンク切れメッセージ */
.mess-broken-link {
	padding: 10px;
	background-color: #eef0f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* 詳細/ショップボタン部分 */
.link-state {
	min-height: 40px;
}
.details-button a {
	padding: 10px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	float: right;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color:#5e5b56;
}
.details-button a .of-shop {
	font-size: 85%;
	line-height: 1;
	
}
.details-button a .go-page {
	margin-left: 3px;
	font-size: 107%;
	
}

.details-button a:hover,
.details-button a:active {
	text-decoration: none;
	background-color:#ff5649;
}

.details-description {
	margin-bottom: 1em;
	line-height: 1.6;
}

/* 詳細-詳細情報リンク */
.link-details-wrapper h2 {
	float: left;
}
.link-details-wrapper a.link-details {
	margin-top: 7px;
	margin-left: 10px;
	padding: 0 10px 0 18px;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	display: block;
	color: #2b2927;
	font-weight: normal;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	background: url("../images/icon_link_link_20160926.png") 6px 0 no-repeat;
	background-color: #e6dfd5;
	float: left;
}
.link-details-wrapper a.link-details:hover,
.link-details-wrapper a.link-details:active {
	background-position: 6px -18px;
	text-decoration: none;
	background-color: #dcd3c5;
	color: #ff5649;
}
/* 詳細-続きを読むリンク */
.truncate-more-link {
	margin-left: 5px;
	white-space: nowrap;
	font-weight: bold;
	
}
.hidden {
	display:none;
}
/* 詳細-参考元 */
.reference {
	margin-top: 5px;
	text-align: right;
}
.reference a {
	padding-right: 15px;
	background: url("../images/icon_external_blockquote_20160926.png")  right 0 no-repeat;
	font-size: 77%;
	color: #2b2927;
}

/* 詳細-引用部分 */
blockquote.details-quote {
	margin: 15px 0;
	padding: 12px 2px;
	background: url(../images/back_blockquote_20160926.png) no-repeat 2px 2px;
	line-height: 1.6;
	border-top: 1px dashed #e6dfd5;
	border-bottom: 1px dashed #e6dfd5;

}
blockquote .origin {
	margin-top: 5px;
	text-align: right;
}
blockquote .origin a {
	padding-right: 15px;
	background: url("../images/icon_external_blockquote_20160926.png")  right 0 no-repeat;
	font-size: 77%;
	color: #2b2927;
}

/* 詳細-リスト部分 */
.details-list li a {
	padding-left: 5px;
	font-size: 92%;
	line-height: 1.8;
	
}
/* 詳細-言語コード部分 */
.language-name {
	font-size: 85%;
	color: #79756e;
}
/* 詳細-ソーシャルアイコン部分 */
a.details-social-fb {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_facebook_small.gif) top right no-repeat;
}
a.details-social-tw {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_twitter_small.gif) top right no-repeat;
}
a.details-social-mx {
	padding-right: 17px;
	color: #2772a9;
	background: url(../images/social/ico_mixi_small.gif) top right no-repeat;
}
a.details-social-gp {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_google_plus_small.gif) top right no-repeat;
}
a.details-social-tr {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_tumblr_small.gif) top right no-repeat;
}
a.details-social-yt {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_youtube_small.gif) top right no-repeat;
}
a.details-social-wk {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_wikipedia_small.gif) top right no-repeat;
}
a.details-social-ig {
	padding-right: 16px;
	color: #2772a9;
	background: url(../images/social/ico_instagram_small.png) top right no-repeat;
}

/* 詳細-API取得アイテム表示部分 */
#items-area #loading {
	padding: 40px 0;
}
#items-area-carousel {
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #c9baa5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#items-area-carousel .link-see-list-wrapper {
	margin-bottom: 10px;
	padding: 0 15px;
	background-color: #f0ebe5;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#items-area-carousel h2 {
	margin: 5px 0;
	color: #2b2927;
}
#items-area-carousel a.link-see-list {
	margin-top: 3px;
	padding: 0 10px 0 18px;
	font-size: 85%;
	height: 22px;
	line-height: 22px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: right;
}
#items-area-carousel a.link-see-list:link,
#items-area-carousel a.link-see-list:visited {
	background: url("../images/icon_link_link_b_20160926.png") 6px 1px no-repeat;
	background-color: #e6dfd5;
}
#items-area-carousel a.link-see-list:hover,
#items-area-carousel a.link-see-list:active {
	background-position: 6px -17px;
	text-decoration: none;
	background-color: #dcd3c5;
	color: #ff5649;
}
#items-area {
	padding: 0 15px 15px 15px;
}
#items-area .terms {
	margin-top: 15px;
	font-size: 85%;
}
/* APIカルーセル表示 */
#items-area .list-in-images li {
	height: 155px;
}
#items-area .list-in-images .list-price,
#items-area .list-in-images .list-shop {
	margin: 0 5px;
	display: block;
}
#items-area .list-in-images .list-price {
	font-size: 122%;
	font-weight: bold;
	color: #a52a2a;
	font-family: Verdana, sans-serif;
}

/* APIリスト表示 */
#list-price {
	width: 100%;
}
#list-price td {
	padding: 5px;
	border-bottom: 1px solid #e6dfd5;
}
#list-price .list-image {
	width:110px;
	height: 100px;
	overflow: hidden;
	background-color: #fff;
}
#list-price .list-title {
	display: block;
	font-size: 92%;
	font-weight: bold;
}
#list-price .list-shop-wrapper {
	margin-top: 5px;
	display: block;
}
#list-price .list-shop-label {
	font-size: 77%;
	color: #79756e;
}
#list-price .list-shop {
	font-size: 92%;
	color: #79756e;
}

#list-price .list-price-wrapper {
	width: 150px;
	white-space: nowrap;
	text-align: right;
}
#list-price .list-price {
	font-size: 122%;
	font-weight: bold;
	color: #a92731;
	font-family: Verdana, sans-serif;
}
#list-price .list-postage {
	font-size: 85%;
	color: #79756e;
	display: block;
}
#list-price .list-point {
	font-size: 85%;
	color: #a92731;
	display: block;
}

#list-price .list-price-button a {
	margin-left: 10px;
	padding: 10px;
	display: block;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color:#a92731;
}
#list-price .list-price-button a .of-shop {
	font-size: 77%;
	line-height: 1;
	display: block;
}
#list-price .list-price-button a .go-page {
	font-size: 100%;
	display: block;
}

#list-price .list-price-button a:hover,
#list-price .list-price-button a:active {
	text-decoration: none;
	background-color:#ff5649;
}

/* APIリスト形式で一覧表示 */
#change-format-wrapper {
	
}
#change-format-list {
	padding: 0 10px 0 23px;
	font-size: 77%;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: right;
}
#change-format-list:link,
#change-format-list:visited {
	background: url("../images/icon_format_list_20160926.png") 6px 1px no-repeat;
	background-color: #e6dfd5;
}
#change-format-list:hover,
#change-format-list:active {
	background-position: 6px -17px;
	text-decoration: none;
	background-color: #dcd3c5;
	color: #ff5649;
}
/* 最新の情報に更新 */
#update-all {
	margin-top: 5px;
	padding: 0 10px 0 20px;
	float: right;
	display: block;
	font-size: 82%;
	height: 22px;
	line-height: 22px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#update-all:link,
#update-all:visited {
	background: url("../images/icon_link_reload_20160926.png") 6px 2px no-repeat;
	background-color: #e6dfd5;
}
#update-all:hover,
#update-all:active {
	background-position: 6px -16px;
	text-decoration:none;
	background-color: #dcd3c5;
	color: #ff5649;
}


/* 絞込リンク */
.refine-results-wrapper {
	padding: 10px 0;
	border-bottom: 1px solid #e6dfd5;
}
a.refine-results {
	margin-right: 15px;
	font-size: 85%;
	font-weight: bold;
	white-space: nowrap;
}

/* API元の形式で表示 */
a.change-format-crsl {
	padding: 0 10px 0 23px;
	font-size: 77%;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: left;
}
a.change-format-crsl:link,
a.change-format-crsl:visited {
	background: url("../images/icon_format_crsl_20160926.png") 6px 1px no-repeat;
	background-color: #e6dfd5;
}
a.change-format-crsl:hover,
a.change-format-crsl:active {
	background-position: 6px -17px;
	text-decoration: none;
	background-color: #dcd3c5;
	color: #ff5649;
}

a.box-link:hover .list-shop,
a.box-link:active .list-shop {
	text-decoration: underline;
}
/* APIエラー表示 */
.api-response-message {
	padding: 20px;
	background-color: #eef0f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


/* メインナビゲーションのブランドインデックス部分 */
.index-wrapper {
	margin: 15px 0;
	clear: both;
}
.index-wrapper p.label {
	line-height: 22px;
	float: left;
}
.index-alphabet,
.index-gyou {
	margin-left: 5.5em;
	overflow: hidden;
}
.index-kana {
	margin-right: 2em;
	float: left;
}
.index-gyou li {
	display: block;
}
.index-alphabet li,
.index-kana li {
	font-size:92%;
	text-align: center;
	line-height: 22px;
	white-space: nowrap;
	display: inline;
}
.index-alphabet li a,
.index-alphabet li span,
.index-kana li a,
.index-kana li span {
	padding: 5px;
}
.index-alphabet li a:hover ,
.index-alphabet li a:active,
.index-kana li a:hover ,
.index-kana li a:active {
	text-decoration: none;
	background-color: #f0ebe5;
}
.index-alphabet li .alphabet,
.index-kana li .kana {
	font-size:100%;
}
.index-alphabet li span,
.index-kana li span {
	color: #bfbdb9;
}

/* 言語切換ボタン */
.index-wrapper a.Lang-switch {
	padding: 0 10px 0 18px;
	font-size: 85%;
	height: 20px;
	line-height: 20px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: right;
}
.index-wrapper a.Lang-switch:link,
.index-wrapper a.Lang-switch:visited {
	background: url("../images/icon_link_link_20160926.png") 6px 1px no-repeat;
	background-color:#e6dfd5;
}
.index-wrapper a.Lang-switch:hover,
.index-wrapper a.Lang-switch:active {
	background-position: 6px -18px;
	text-decoration:none;
	background-color:#dcd3c5;
	color:#ff5649;
}
.nav-area-wrapper a.Lang-switch {
	margin-top:5px;
	padding: 0 10px 0 18px;
	font-size: 77%;
	height: 18px;
	line-height: 18px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.nav-area-wrapper a.Lang-switch:link,
.nav-area-wrapper a.Lang-switch:visited {
	background: url("../images/icon_link_link_20160926.png") 6px 0 no-repeat;
	background-color: #e6dfd5;
}
.nav-area-wrapper a.Lang-switch:hover,
.nav-area-wrapper a.Lang-switch:active {
	background-position: 6px -18px;
	text-decoration: none;
	background-color: #dcd3c5;
	color: #ff5649;
}

/* メインナビゲーションのブランド一覧 */
.index-title {
	padding: 10px 0 10px 5px;
	font-size: 107%;
	clear: both;
}
.brands-wrapper {
	margin-bottom: 10px; 
	border-top: 1px solid #e6dfd5;
	clear: both;
}
.brands-wrapper ul {
	width: 50%;
	float: left;
}

.brands-wrapper ul li a {
	padding: 5px;
	font-size: 92%;
	display: block;
}
.brands-wrapper ul li a:hover ,
.brands-wrapper ul li a:active {
	text-decoration: none;
	background-color: #f0ebe5;
}
.brands-wrapper ul li h4 {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 85%;
	line-height: 1;
	display: block;
}

/* インデックスへボタン */
a.back-top {
	padding: 0 10px 0 18px;
	font-size: 77%;
	height: 18px;
	line-height: 18px;
	display: block;
	color: #2b2927;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: right;
}
a.back-top:link,
a.back-top:visited {
	background: url("../images/icon_link_tri_u_20160926.png") 6px 0 no-repeat;
	background-color:#e6dfd5;
}
a.back-top:hover,
a.back-top:active {
	background-position: 6px -18px;
	text-decoration:none;
	background-color:#dcd3c5;
	color:#ff5649;
}
.back-top-wrapper {
	margin: 2px 0;
}

.quantity {
	margin-left: 5px;
	font-size: 85%;
	color: #79756e;
	font-weight: normal;
}

/* ナローページ */
.page-title-area-narrow {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
	width: 728px;
}
/* アバウト */
#about {
	margin-right: auto;
	margin-left: auto;
	width: 728px;
}
#about h2 {
	margin: 20px 0 5px 0;
	font-size:100%;
}
#about .long-txt {
	font-size:92%;
	line-height:1.6;
}
#about ul {
	list-style-type: square;

}
#about ul li{
	margin: 0 0 8px 17px;
}
