* {
	margin:0px;
	padding:0px;
}
body{
	-webkit-text-size-adjust: 100%;
	margin:0px;
	padding:0px;
	font-size: 11px;
	font-family: "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 160%;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

a:link    {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active  {
	color: #FF6600;
	text-decoration: underline;
}
a:hover   {
	color: #000000;
	text-decoration: underline;
}

/*ショップタイトル-リンク色指定*/
/*#title a:link    {color: #000; text-decoration: none;}*/
/*#title a:visited {color: #000; text-decoration: none;}*/
/*#title a:active  {color: #000; text-decoration: none;}*/
/*#title a:hover   {color: #666; text-decoration: none;}*/

/*セール-リンク色指定*/
#sale a:link    {color:#FF0000; text-decoration: none;}
#sale a:visited {color:#FF0000; text-decoration: none;}
#sale a:active  {color:#FF0000; text-decoration: underline;}
#sale a:hover   {color:#FF0000; text-decoration: underline;}

/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	width:920px;
	background:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width:100%;
	padding:30px 0px 10px 0px;
}

#header2 {
	width:680px;
	margin:20px auto 40px auto;
	padding:0px 0px 0px 0px;
	text-align : center;
}

#header2 ul {
	margin:0px auto;
	text-align : center;
}

#header2 ul li {
	float:left;
	display:inline;
	border-right:1px solid #CCC;
	padding:0px 4px 0px 4px;
}

#header2 ul li.right {
	float:left;
	display:inline;
	border-right:0px solid #CCC;
}
#body {
	padding:40px 0px 0px 0px;

}

#body .margin {
	margin:10px 10px 30px 10px;
}

#side {
	width:170px;
	float:left;
}

#main {
	width: 680px;
	float: right;
	}

#footer {
	width:100%;
	padding-bottom:30px;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 30px;

}


/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px solid #999999;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	border:1px solid #999999;
	margin-bottom:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:100px;
}

img {border:none;}
.small {font-size:10px;}
.right {text-align:right;}
.center {text-align:center;}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

/*ヘッダーメニューの背景*/
#header_menu {
	text-align:right;
	font-size: 10px;
	vertical-align: bottom;
	padding-top: 30px;
	padding-bottom: 10px;
}

/*検索ボックス*/
#search {
	float:right;
	padding-bottom:10px;
	border: 1px solid #E8E8E8;
	width: 100%;
}

#title {
	background-color: #000000;
	height: 92px;
	width: 185px;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#FFFFFF;
	font-size:10px;
  text-align: center;
}
h2 {
	margin-top: 30px;
	padding-bottom: 10px;
	border-top:1px #999999 solid;

}
h3 {
	padding-bottom: 5px;

}
h4 {
	font-size: 12px;
	padding-bottom: 10px;

}

/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:12px;
	margin-right:5px;
}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
	height:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/search_title.gif) no-repeat;
	background-position:left top;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	margin-bottom:10px;
	padding-top:10px;
	float: left;
}
#footer_info {
	text-align: left
	clear: both;
	float: left;
	padding-top: 0px;
	padding-bottom: 30px;
}

#footer_info .title {
	text-align:left;
	font-size: 11px;
	font-weight:bolder;
	line-height: 200%;
}
#footer_info p {
	text-align:left;
	font-size: 10px;
	line-height: 150%;
}

address {
	font-style:normal;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 

/* ------------------------------------- 
 *	灰色の部分（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

#grayzone {
	margin-bottom:10px;
}

#grayzone .top {
	background:url(https://img.shop-pro.jp/tmpl_img/17/grayzone_top.gif) no-repeat;
	background-position:left top;
}
#grayzone .bottom {
	background:url(https://img.shop-pro.jp/tmpl_img/17/grayzone_bottom.gif) no-repeat;
	background-position:left bottom;
}
#grayzone .title {
	margin-top: 5px;
	border-top:1px #999999 solid;
}

#grayzone dl {
	margin:0px;
}

#grayzone dt img {
}

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	margin-bottom:5px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */

#grayzone dd {
	margin-bottom:3px;
	font-size: 10px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 10px;
}

#grayzone dd.sp {
	background:none;
	border-top:2px #FFF dotted;
	padding:0px;
	margin:3px;
}

/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	border-bottom:2px #CC3300 solid;
}

dl#cart dt {
	background:#CC3300 url(https://img.shop-pro.jp/tmpl_img/17/round_cart.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	border-left:2px #CC3300 solid;
	border-right:2px #CC3300 solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	店主のコーナー
 * ------------------------------------- */

dl#owner {
	border-bottom:2px #8F826C solid;
}

dl#owner dt {
	background:#8F826C url(https://img.shop-pro.jp/tmpl_img/17/round_owner.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding:5px 0;
}

dl#owner dd {
	border-left:2px #8F826C solid;
	border-right:2px #8F826C solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:0px;
	margin-bottom:3px;
}

div.border {
	border-top:2px #8F826C dotted;
	padding-bottom:5px;
	background:none;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	border:1px #8F826C solid;
}

dl#mailmaga dt {
	border-bottom:1px #8F826C dotted;
	margin:5px;
	font-weight:bolder;
}

dl#mailmaga dd {
	text-align:center;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:left;
        paddng-top:30px;
	}
#feed img {
	width:57px;
	height:15px;
	margin-right:10px;
	margin-top:30px;
	}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:99.5%;
	margin:0px auto 20px auto;
	}

table.box_view {
	border-top:1px #999999 solid;
	width:99.5%;
	padding:10px 0px 20px 0px;
	margin:0px auto 20px auto;
	}


/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:27px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title.gif) repeat-x;
	background-position:left;
}

.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title_point.gif) no-repeat;
	background-position:left;
}

.main_title .title {
	height:27px;
	margin-left:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	color:#000000;
	margin-bottom:20px;
}
div.info p {
	margin-left: 10px;
	color:#000000;
	margin-bottom:10px;
	padding-left: 0px;
}

div.info p.recruit {
	margin-left: 10px;
	color:#000000;
	margin-bottom:10px;
	padding-left: 0px;
	padding-top: 20px;
}

/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:2px #CCC solid;
	padding:10px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {
	margin-bottom:20px;
	font-size: 10px;
}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	font-size: 10px;
	width:150px;
	float:left;
	text-align:left;
	margin-top: 5px;
	padding-right: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}


/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

/* 並び順 */
.sort {
	font-size: 10px;
	text-align:left;
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:1px #999999 solid;
}
.sort span,strong {
	padding:0px 0px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
	font-size: 10px;
	margin:5px 0;

}

.pagenavi span {
	padding:0px 7px;
	color:#333333;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	color: #000000;
	font-size: 14px;
	font-weight:bolder;
	border-top:1px #999999 solid;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 680px;
	height: 28px;
	color: #222222;
	font-size: 10px;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 170px;
	text-align: left;
	padding:0px 0px 40px 0px;
	}


.product_item {
	text-align: left;
	width:175px;
	margin: 0px auto;
	}

.product_item img {
	padding: 0px;
	border:1px #CCCCCC solid;
	}

.product_item .name {
	width: 150px;
	font-weight: bolder;
	line-height: 140%;
	margin:10px 0px 5px 0px ;
	padding:0px 20px 0px 0px;
	}

.product_item .price {
	color: #000000;
	}

.product_item .expl {
	width: 150px;
	color: #222222;
	font-size: 10px;
	line-height:140%;
	text-align: left;
	margin:5px 0;
	padding:0px 20px 0px 0px;
	}

.product_item .expl .forsale {
	font-size: 11px;
	text-align: left;
	padding:0px 0px 10px 0px;
	}

.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active, {
	text-decoration:underline;
	}
.product_list a:hover {
	text-decoration:underline;
	}


/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:0px 0;}

div.main_img {text-align:left;}

div.detail_img {
	vertical-align: top;
	text-align:left;
	padding-left:20px;
	padding-bottom:10px;
	}
.itemtitle {
	font-size: 12px;
	font-weight:bolder;
	margin-right:80px;
	}
.itemtextdetail {
	font-size: 12px;
	margin-right:80px;
	}

.itemtextprofile {
	font-size: 11px;
	margin-right:80px;
	}

.thumnail border {
	padding-bottom:10px;
	}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

table.spec {
	width:600px;
}

table.spec th {
	padding:5px 0px;
	width:100px;
	font-weight:normal;
	text-align:left;
}

table.spec td {
	padding:5px;
}

table.spec table.num td 
	{padding:0px;}

table.spec td.sales {
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	margin-top:30px;
	margin-left:0px;
	padding-left:0px;

}

/* 商品の説明 */
div.explain {
	margin:10px 0;
	padding-bottom:20px;
	clear:both;
	width:680px;
}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:left;
	margin-top:10px;
}
div.etc img {
margin:0px;
	}


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

div.tb {margin-bottom:20px;}

div.tb div.title {
	color:#000000;
	font-size:14px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #000000;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#8F826C;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #000000;
	font-weight:bolder;
	padding:5px 0;
}


/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.search_result {
	margin:5px 20px 20px 0px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#333333;
}


/* ************************************************ 
 *	その他のページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	margin:10px 50px 40px 0px;
}

table#shop td,th {padding:10px 0px 10px 0px;}

table#shop th {
	font-size: 10px;
	font-weight: bolder;
	border-top:1px #CCCCCC solid;
	vertical-align: top;
	width:180px;
	text-align:left;
	margin-right:20px;
}
table#shop td {
	border-top:1px #CCCCCC solid;
	text-align:left;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

/* ------------------------------------- 
 *	プライバシーポリシー
 * ------------------------------------- */

div#privacy {
	margin:10px 60px 20px 0px;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bolder;
}


div#privacy .note {
	font-size: 10px;
	padding-bottom:20px;
}







#wrapper #body #main li {
	padding-left: 0px;
	margin-left: 40px;
}


hr {
	clear: both;
	visibility: hidden;
}
.txt_gray {
	color: #333333;
	padding-top: 5px;
	padding-bottom: 15px;
}
.ph-left {
	float: left;
	margin-right: 30px;
}
.ph-right {
	float: right;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;

}

.ph-right2 {
	float: right;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 5px;

}

.cap-right {
	font-size: 10px;
	line-height:25px;
	padding-top: 10px;
	padding-bottom: 15px;
	clear:both;

}
.artist-title {
	font-size: 14px;
	font-weight:bolder;
	line-height: 160%;
	padding-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.artist-intro {
	font-size: 12px;
	line-height: 160%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.artist-catch {
	border-top: 1px solid #999999;
	font-size: 12px;
	font-weight:bolder;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.artist-text {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.artistinfo {
	border: 1px solid #999999;
	padding: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	clear:both;
}

.artistinfo2 {
	border: 1px solid #999999;
	padding: 20px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear:both;
}

.artistview_n {
	font-size: 12px;
	padding-top: 10px;
}

.artistview_tagboat {
	font-size: 12px;
	vertical-align:middle;
	padding: 15px 0px;
	border-bottom:1px solid #EEE;
}

.artistview_tagboat_img {
	font-size: 12px;
	vertical-align:middle;
	padding: 15px 0px;
	border-bottom:1px solid #EEE;
}

.artistview_e {
	font-size: 10px;
}

.artistview_p {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}


#artist-text {
	font-size: 11px;
	line-height: 170%;
}
#artist-text dt {
        float: left;
        width: 2.5em;
}
#artist-text dd {
        margin-left: 3em;
}



* ------------------------------------- 
 *	スタッフ募集
 * ------------------------------------- */

.category_title {
	font-size: 12px;
	font-weight: bolder;
	margin:10px 60px 20px 0px;
}

.note1 {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height:20px;
}


.recruit_title2 {
	font-weight: bolder;
	font-size: 12px;
	padding:30px 0px 10px 0px;
	clear:both;
	}

.recruit_title {
	font-weight: bolder;
	font-size: 11px;
	padding:5px 0px 5px 10px;
	margin:10px 0px 0px 0px;
	clear:both;
	display:inline;
	float:left;
	border-top:1px solid #CCCCCC;
	width:680px;
	}

.recruit_note {
	padding:5px 0px 5px 30px;
	font-size: 11px;
	line-height:20px;
	width:450px;
	clear:both;
	display:inline;
	float:left;

}

.informatiom_recruit {
	padding:30px 0px 5px 10px;
	font-size: 11px;
	line-height:20px;
	width:600px;
	clear:both;
	display:inline;
	float:left;
}

.topics {
	padding:0px 0px 10px 0px;
	margin:0px 10px 30px 0px;
	line-height:20px;
	width:216px;
	clear:none;
	display:inline;
	float:left;
	border-bottom:1px solid #CCCCCC;
}

.topics_img {
	padding:0px 0px 10px 0px;
	width:216px;
}

.topics_date {
	padding:0px 20px 10px 0px;
	width:200px;
	font-size: 10px;
	line-height:20px;
}

.topics_title {
	padding:0px 20px 10px 0px;
	width:200px;
	font-size: 11px;
	line-height:20px;
	height:65px;
}

.tv {
	padding:0px 0px 10px 0px;
	margin:0px 0px 30px 0px;
	line-height:20px;
	width:680px;
	height:200px;
	clear:both;
	display:block;
	border-bottom:1px solid #CCCCCC;
}

.tv_left {
	padding:0px 0px 10px 0px;
	margin:0px 0px 30px 0px;
	line-height:20px;
	width:340px;
	clear:both;
	display:inline;
	float:left;
}

.tv_right {
	padding:0px 0px 10px 20px;
	margin:0px 0px 30px 0px;
	line-height:20px;
	width:320px;
	clear:none;
	display:inline;
	float:right;
}

.tv_title {
	padding:0px 20px 10px 0px;
	font-size: 14px;
	line-height:20px;
}

.tv_text {
	padding:0px 20px 10px 0px;
	font-size: 11px;
	line-height:20px;
}

.tv_link {
	padding:10px 20px 10px 0px;
	font-size: 10px;
	line-height:20px;
}

.about_txt {
	padding:10px 0px 10px 0px;
	font-size: 11px;
	line-height:20px;
}
.about_txt_line {
	margin:20px 0 0 0;
	padding:10px 0px 10px 0px;
	font-size: 11px;
	line-height:20px;
	border-top:1px solid #CCC;
}
.about_cap {
	padding:0px 0px 10px 0px;
	font-size:9px;
	line-height:20px;
	text-align:right;
}
.contact_area {
	padding:30px;
	border:1px solid #CCC;
	margin:10px 0px 30px 0px;
}
.contact_txt {
	padding:10px 0px 10px 0px;
	font-size: 11px;
	line-height:20px;
	text-align:center;
}

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 18px;
margin-bottom: 20px;
border-top:0px;
}

div.product_detail_area {
margin-bottom: 0px;
position: relative;
width: 680px;
}

div.product_images {
width: 450px;
float: left;
display: block;
z-index:10;
}

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 300px;
float: left;
margin-top: 20px;
clear:none;
}

div.product_ex {
width: 320px;
float: right;
clear:none;
}

table.add_cart_table {
width: 320px;
border-top: 1px solid #ccc;
margin-bottom: 30px;
}
table.add_cart_table th {
width: 90px;
border-bottom: 1px solid #ccc;
padding: 7px 20px 7px 0px;
font-size: 11px;
vertical-align:top;
}
table.add_cart_table td {
width: 230px;
border-bottom: 1px solid #ccc;
padding: 7px 0px 7px 0px;
vertical-align:top;
}
table.add_cart_table td input {
width: 30px;
font-size: 12px;
}
table.add_cart_table td strong.price {
font-size: 12px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
margin-bottom: 0px;
padding-bottom: 0px;
clear: none;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 0px;
}
div.product_image_extra img.item {
margin-bottom: 0px;
float:left;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: none;
margin-top: 0px;
margin-right: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

.spec {
padding: 0px 0px 0px 0px;
margin: 0px 0px 40px 0px;
float:left;
}

.spec .item {
font-size:11px;
width: 80px;
padding: 0px 0px 10px 0px;
float:left;
clear:both;
}

.spec .text {
font-size:11px;
width: 300px;
padding: 0px 0px 10px 0px;
float:left;
}

.comment {
width:640px;
padding: 0px 0px 0px 0px;
clear:both;
}

.item_comment {
font-size:12px;
line-height:22px;
padding: 0px 0px 20px 0px;
}

.item_comment2 {
font-size:11px;
line-height:20px;
padding: 20px;
margin: 0px 0px 20px 0px;
border:1px solid #CCC;
}

.item_comment3 {
font-size:11px;
line-height:20px;
padding: 0px 0px 20px 0px;
}

.item_comment4 {
font-size:11px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.item_comment5 {
font-size:11px;
line-height:20px;
padding: 20px;
margin: 20px 0px 20px 0px;
border:1px solid #CCC;
}

.item_comment6 {
font-size:14px;
text-align:center;
line-height:20px;
padding: 0px 0px 20px 0px;
}

.item_comment7 {
font-size:10px;
line-height:20px;
padding: 0px 0px 10px 0px;
}

.item_btn {
font-size:12px;
line-height:10px;
text-align:center;
padding: 20px;
margin: 10px 0px 15px 0px;
border:1px solid #CCC;
}

.item_limited {
color:#FF0000;
font-size:12px;
line-height:22px;
padding: 20px 20px 20px 20px;
margin: 10px 0px 20px 0px;
border:1px solid #FF0000;
}

#sk_link_other {
font-size:10px;
padding: 10px 0px 20px 0px;
}

div.product_ex .item_price {
padding: 10px 0px 20px 0px;
}

.add_cart_table p{
padding: 0px 0px 5px 0px;
}

div.title_related_item {
width:680px;
font-size:13px;
border-top:1px solid #DDDDDD;
padding: 5px 0px 20px 0px;
margin: 40px 0px 10px 0px;
}

.webshop-contents {
		padding-bottom: 30px;
}

.webshop-contents .col2-01 {
		width: 100%;	
}

.webshop-contents .col2-01 .col2-01-1 {
	width: 465px;
	float: left;	
}
.webshop-contents .col2-01 .col2-01-2 {
	width: 465px;
	float: right;
	height:698px;
}

body.sp .webshop-contents .col2-01 .col2-01-1 {
	width: auto;
	padding: 0;
	float: left;
	margin: 0 auto;
	height:auto;
}
body.sp .webshop-contents .col2-01 .col2-01-2 {
	width: auto;
	padding: 0;
	float: left;
	margin: 0 auto;
	height:auto;
}
body.sp .webshop-contents .col2-01 img {
	width: 100%;
	height:auto;
}

.webshop-contents .col2-01 .category {
	width: 465px;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;	
	line-height: 1.6;
}
.webshop-contents .col2-01 .category span {
	display: block;
	text-align: center;
	font-size: 12px;	
}
.webshop-contents .col2-01 img {
	width: 100%;
	height: auto;
	
}

body.sp .webshop-contents .col2-01 .category {
	width: 100%;
	padding: 30px 0;
	display: block;
}


/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 1px solid #888;
margin:-1px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:0px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 1px solid #000;
overflow:hidden;
width: 450px;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:0px;
border:1px solid #000;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
width: 680px;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 10px;
padding-bottom:0px;
width: 450px;
float: left;
margin-top: 0px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
border: 1px solid #CCC;
}
.cloud-zoom {
margin-bottom: 0px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

.photo_extend {
font-size:10px;
padding:0 0 30px 0;
}


/* Feature descriptions in ZoomEngine page */
.zoom-desc {
width: 120px;
float: left;
margin-left: 0px;
}

a.cloud-zoom-gallery {
display: block;
margin: 0 0 0px 0;
cursor: pointer;
}
.zoom-tiny-image {
width: 100px;
margin-left: 25px;
margin-bottom: 10px;
clear:none;
border: 1px solid #CCC;
float:left;
}
.zoom-tiny-image.selected {
background: #333;
border: 1px solid #000;
}
.zoom-tiny-image:hover {
border: 1px solid #000;
}




