/* ************************************************ 
 *	共通設定
 * ************************************************ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color: #000000;
	font-size: 11px;
	font-family: "Istok Web", "Noto Sans", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.5em;
	background-color: #f8f8f8;
	text-align:center;
}
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
img {
	border: 0px;
}
div　 {
	white-space: nowrap;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Istok Web", "Noto Sans", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: none;
	font-style: normal;
	color: #000;
	text-rendering: optimizeLegibility;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 10px;
 text-shadow: 1px 1px 0 #FFFFFF;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	color: #333333;
 text-shadow: 1px 1px 0 #FFFFFF;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration:none;
}
h1 {
	font-size: 19px;
	line-height: 20px;
	margin-bottom: 12px;
}
h2 {
	font-size: 17px;
	line-height: 18px;
	margin-bottom: 8px;
}
.side h3 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	letter-spacing:0px
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	border-bottom-width: thin;
}
.side h3 {	font-size: 110%;}
h4 {
	font-size: 12px;
	line-height: normal;
	margin-bottom: 4px;
}
h5 {
	font-size: 12px;
	line-height: 27px;
  	display: inline-block;
}
h6 {
	font-size: 11px;
	line-height: 27px;
}
/*各リンク*/

a:link {
	color: #565656;
	text-decoration: none;
}
a:visited {
	color: #565656;
	text-decoration: none;
}
a:active {
	color: #565656;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
#header ul li a:link {
	color: #565656;
		background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
		-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;

}
#header ul li a:visited {
	color: #565656;
		background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
}
#header ul li a:active {
	color: #565656;
		background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
}
#header ul li a:hover {
	color: #000;
	text-decoration:underline;
	background-color: #fff;
	padding: 2px;
}


#header img a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#category a:link {
	color: #565656;
	text-decoration: none;
			-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	transition: all 0.9s;

}
#category a:visited {
	color: #565656;
	text-decoration: none;
}
#category a:active {
	color: #565656;
	text-decoration: none;
}
#category a:hover {
	color: #000000;
	text-decoration: none;
}
#copy a:link {
	color: #efefef;
	text-decoration: none;
}
#copy a:visited {
	color: #efefef;
	text-decoration: none;
}
#copy a:active {
	color: #fff;
	text-decoration: none;
}
#copy a:hover {
	color: #fff;
	text-decoration: none;
}
a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}
.boxlink {
	padding:0px;
	cursor: pointer;
	margin: 0px;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
	border: 1px solid;
	border-color: rgba(82, 168, 236, 0.8);
	color: #777;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
input[type="checkbox"] {
	display:inline;
}
form span, legend span {
	font-size:12px;
	color:#444;
	margin-bottom: 5px;
}
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 


/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:1030px;
	text-align:left;
	background-color: #f8f8f8;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: left;
}
/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	width:100%;
	clear:left;
	padding: 0px;
	color: #FFF;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aaa;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header ul {
	padding: 0px;
	width: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #aaa;
	float: left;
}
#header li {
	padding: 0px;
	font-size: 12px;
	line-height: 2;
	margin: 0px;
	text-align: left;
	text-indent: 10px;
}
#header form button {
	border-style: none;
	padding: 0px;
	width: 20px;
	border-width: 0px;
	cursor: pointer;
	height: 20px;
	background: url(https://img15.shop-pro.jp/PA01237/708/etc/seach.jpg);
	vertical-align: top;
	font-size: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#head {
	width: 1030px;
	padding:0;
	color: #000000;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#head #logo {
	float: left;
	text-align: left;
	height: auto;
	width: 370px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#head #logo img {
	margin: 0px;
	float: left;
}
#head #logo p {
	margin: 0px;
	float: left;
	font-size: 10px;
	line-height: 1.5;
	padding-top: 20px;
	padding-left: 10px;
}
#head #right {
	float: left;
	text-align: right;
	padding: 0px;
	width: 630px;
	color: #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
#search {
	width: auto;
}
#search select {
	border: 0px solid #444;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px;
}
#search input {
	border: 0px solid #444;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px;
	height: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 180px;
}
/*　画面右側メニューの幅　*/
.side {
	background-color: #f8f8f8;
	float: left;
	width:230px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/*　画面左側の幅　*/
.main {
	background-color: #f8f8f8;
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#category {
	background-color: #f8f8f8;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 10px;
}
#category p {
	font-size: 12px;
	line-height: 1.8;
	text-indent: 3px;
	font-family: "Istok Web", "Noto Sans", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin: 0px;
	height: 18px;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	letter-spacing:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box {
	padding: 0px;
	border: thin solid #ddd;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	width: 230px;
	background-color: #FFFFFF;
}
#box img {
	padding: 0px;
	text-align: center;
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}
#box hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
		margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#box p {
	letter-spacing:0px
}
.box {
	text-align: left;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin: 0px;
}
#wrapping {
	padding: 0px;
	border: thin solid #ddd;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
	width: 230px;
	background-color: #FFFFFF;
}
#wrapping img {
	padding: 0px;
	text-align: center;
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: auto;
}
#wrapping p {
	letter-spacing:0px
}
#wrapping hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.wrapping {
	text-align: left;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin: 0px;
}
/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
p#sk_link_other a {
	font-size:12px;
}
/*　フッター（コピーライト）　*/
#footer {
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #353535;
	height: auto;
	clear: both;
	background-color: #efefef;
	padding: 0px;
}
#footer #guide {
	width: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #efefef;
	padding: 0px;
}
#footer #info {
	width: 950px;
	text-align: left;
	height: 130px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#info .info {
	float: left;
	text-align: left;
	height: 370px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 255px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#footer .info01 {
	margin: 0px;
	float: left;
	text-align: left;
	height: 370px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 255px;
}
#footer .info01 h4 {
	font-size: 140%;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	text-align: left;
	width: auto;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 1;
}
#footer img {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer h3 {
	font-size: 120%;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	width: 100%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
#footer h4 {
	font-size: 130%;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	text-align: left;
	width: auto;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer h5 {
	font-size: 115%;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	text-align: left;
	width: auto;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 1.2;
}
#footer p {
	margin: 0px;
}
#footer .right {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.2;
}
#footer .red {
	background-color: #FD4044;
	color: #FFFFFF;
	font-weight: bolder;
	height: 13px;
	margin: 0;
	width: auto;
}
#copy {
	width:100%;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	color: #ffffff;
	background-color: #111;
	clear: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #aaa;
	padding: 0px;
	height: auto;
}
#copy .info {
	margin: 0px;
	float: left;
	text-align: left;
	height: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copy .info01 {
	margin: 0px;
	float: left;
	text-align: right;
	height: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 0px 0px;
}
/*　送料無料表示　*/
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	margin:0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}
.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	padding:5px 0;
	list-style-type:none;
	margin-bottom:5px;
}
.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}
.viewcart {
	padding:5px 0;
	text-align:center;
}
/*　装飾　*/
.dotwaku {
	text-align: left;
	padding: 5px;
	height: auto;
	width: auto;
	border: thin dotted #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
	border-collapse:collapse;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#option_tbl th {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#option_tbl td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
/* -------------------------------------
*     トップスライダー
* ------------------------------------- */
#doc {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#content {
	margin: 0 auto;
	min-width: 1030px;
	max-width: 1030px;
}
.blueberry {
	max-width: 1030px;
}
.blueberry {
	margin: 0 auto;
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active {
	display: block;
	position: relative;
}
.blueberry .crop li img {
	width: auto;
}
.blueberry .pager {
	height: 20px;
	text-align: center;
}
.blueberry .pager li {
	display: inline-block;
}
.blueberry .pager li a, .blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span {
	background: #404040;
}
.m_top_5 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_10 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_15 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_20 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_25 {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_30 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_35 {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_top_40 {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.m_bot_5 {
	padding: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_10 {
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_20 {
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_25 {
	padding: 0px;
	margin-bottom: 25px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_30 {
	padding: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_35 {
	padding: 0px;
	margin-bottom: 35px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_40 {
	padding: 0px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_45 {
	padding: 0px;
	margin-bottom: 45px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.m_bot_50 {
	padding: 0px;
	margin-bottom: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
/*パンくず*/
#pan {
	border-bottom: thin solid #DDDDDD;
	border-top: thin solid #DDDDDD;
	height: 20px;
	margin: 20px 0;
	padding: 2px 0;
	text-align: left;
	text-indent: 3px;
	width: 100%;
}
/*ページトップ*/
#pagetop {
	width: 100%;
	text-align: right;
	height: 30px;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#toTop {
	text-align: right;
	margin: 0px;
	width: 1030px;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*フェードイン*/
#wrap {
	margin: 0px;
	padding: 0px;
}
/*最近チェックした商品*/
.check_item {
	width: 100%;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.check_item h3 {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.check_item h5 {
	font-weight: normal;
	text-align: left;
	padding: 0px;
	height: auto;
	width: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.check_item p {
	font-weight: normal;
	text-align: left;
	padding: 0px;
	height: auto;
	width: 70px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 1.3;
}
/*fb */
.likeCount span {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #ddd;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	display: inline-block;
	font-family: Helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	margin-left: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
.likeCount span:after {
	content: "";
	display: block;
	height: 20px;
	left: 2px;
	position: absolute;
	top: -5px;
	width: 25px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(https://img15.shop-pro.jp/PA01237/708/etc/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	bottom: 0px;
}
/* free page001 */
#top_main {
	padding: 0px;
	height: auto;
	width: 750px;
	margin: 0px;
	float: left;
}
#artist_th {
	width: 100%;
	height: auto;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#artist_th h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-top: 20px;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 730px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0px;
}
#artist_th span {
	font-size: 110%;
}
#artist_th div img {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	width: 153px;
}
#artist_th div {
	width: 170px;
	padding: 0px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#artist_th h2 {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 50px;
	width: auto;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
#artist_th p {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 50px;
	width: auto;
	float: left;
}

/* -------------------------------------
*    商品一覧サブをトップに表示
* ------------------------------------- */

#sub_group {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	height: auto;
	width: 730px;
	clear: left;
	float: left;
}
#sub_group h3 {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#sub_group span {
	font-size: 110%;
}
#sub_group img {
	border: 1px solid #ccc;
	margin: 0px;
	padding: 5px;
	width: auto;
	height: auto;
}
#sub_group div {
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	padding: 0px;
	height: auto;
	float: left;
	margin-right: 8px;
	margin-left: 0px;
}


#sub_group p {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 80px;
	width: auto;
	float: left;
}
/* ページナビ */
.page_navi {
    display: block;
    font-size: 12px;
    height: 50px;
    margin: 15px 0 0;
    text-align: right;
    width: auto;
}
#page_narabi {
	background-color: #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	font-size: 12px;
	height: 55px;
	margin: 0;
	padding: 5px 8px 3px;
	text-align: left;
	vertical-align: middle;
	width: 684px;
}
#page_narabi a:link {
	color: #353535;
	text-decoration: none;
}
#page_narabi a:visited {
	color: #353535;
	text-decoration: none;
}
#page_narabi a:active {
	color: #353535;
	text-decoration: none;
}
#page_narabi a:hover {
	color: #353535;
	text-decoration:underline;
}
table tr .number {
    font-size: 13px;
    font-weight: bold;
}
table tr .number p {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    color: #111111;
    display: inline-block;
    margin-right: 4px;
    padding: 7px;
    text-align: center;
    width: auto;
}
table tr .number a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    color: #000000;
    display: inline-block;
    margin-right: 4px;
    padding: 7px;
    text-align: center;
    width: auto;
}