/* CSS Document */

/* ************************************************ 
 *	共通設定
 * ************************************************ */
.wrapper {
	margin-left: 30px;
padding-right:20px;
}
* {
	margin: 0px;
	padding: 0px;
}


body {
	padding-top: 0px;
	color: #333;
	font-size: 11px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	background-color: #FFFFFF;
	background-image: url(http://img02.shop-pro.jp/PA01009/845/etc/back00.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	background: #eeeeee;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}

img {
	padding: 1px;
	display: block;
	background: #FFF;
	border: 0px;
}

a:hover img {
	padding: 1px;
	display: block;
	background: #EEE;
}

li {
	list-style-type: none;
	margin-bottom:5px;
}

/*ショップ名文字サイズ*/
h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

/*ページタイトル部分*/
h2 {
	font-size: 13px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}


h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	margin-bottom: 15px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	line-height: 1.4em;
}
#main h2 {
	margin-bottom: 5px;
}


#side h2 {
	margin-bottom: 10px;
}

/*商品詳細ページの詳細テキストレイアウト*/
#detail h3 {
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
	font-weight: nomal;
	color: #333;
	line-height: 170%;
}

#detail h4 {
	margin: 20px 0px;
	font-size: 11px;
	line-height: 200%;
}

#detail .button {
	margin-top: 10px;
}

.footstamp {
	margin-top: 10px 0px;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#header {
}

/*　画面左側の幅　*/
#main {
}

/*　レイアウト調整　*/
#side {
	margin-top: 0px;
	margin-left: 240px;
}

/*　画面右側メニューの幅　*/
.side_in {
	width:200px;
	margin-top: 0px;
	margin-left:0px;
	float: left;
	padding-bottom: 20px;
	padding-top: 120px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P ゴシック";
	font-size: 12px;
	line-height: 1.5em;
	color: #CC0000;	
}

/*　フッター　*/
#footer {
	clear: both;
	margin: 30px 0px;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: 1px;
	line-height: 150%;
	padding-top: 10px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
}


/* ************************************************ 
 *	トップ
 * ************************************************ */
.itemarea {
	margin: 0px 20px 10px 0px;
	width:120px;
	float:left;
}
.item_thumbnail {
	margin: 0px 0px 5px 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 100px;
	height: 100px;
	}


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */

.category_items td {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	}

.category_items img {
	border: 1px solid #CCCCCC;
	}
	.list img {
	border: 1px solid #CCCCCC;
	}
	
.category_items p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
.list {


}

.list th {
	padding: 5px 20px 10px 0px;
}

.list td {
	padding: 5px 5px 10px 0px;
}

.list_price {
	padding-bottom:5px;
}

/*商品一覧：サブカテゴリーの表示*/
.subcategory {
	margin: 0px 20px 10px 0px;
	width:120px;
	float:left;
}

/*並べ替え条件指定*/
.sort {
	padding: 5px 0px;
	border-bottom: 1px dotted #CCC;
}

.pagenavi {
	padding: 10px 0px;
}

.sort_category {
	padding: 5px 0px;
	border-top: 1px dotted #CCC;
}

.sort_category ul {
margin-top:5px;
padding-top: 5px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
	border-top: 1px dotted #CCC;
}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.large {
	border: 1px solid #CCCCCC;
}

.small {
	width:150px ;
	margin:0px 10px 0px 0px;
	float:left;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 0px 20px 0px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}

#together .together_list {
	margin:10px 3px 3px 3px;
	float:left;
	width: 130px;
	text-align:left;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 0px 20px 0px;
}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
}

/*table レイアウト　商品詳細の価格表*/
.table {
	background: #CCC;
}

.table th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
}

.table td {
	background: #FFF;
	padding: 3px;
}


/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
	padding:0px 10px 10px 10px;
}

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#CCC;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	background-color:#EEE;
	padding: 5px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 5px;
}

.option_btn {
	margin-top:10px;
}

/* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
/*特定商取引表*/
.table_sk {
	background: #CCC;
}

.table_sk th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.table_sk td {
	background: #FFF;
	padding: 3px;
}

/*配送・支払方法*/
.terms {
	padding-top:10px;
	margin-bottom:20px;
	border-top: 1px dotted #CCC;
}

.payment_table{
	width:400px;
	margin:0px 0px 10px 0px;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}
/* ************************************************ 
 *	エントリー
 * ************************************************ */
#entry {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
	margin-bottom: 10px;
	}

.entry_navi {
	margin-bottom:20px;
	border-bottom:1px dotted #dddddd;
	padding: 5px 0px;
	}

.entry_state {
	text-align:right;
	margin-top:10px;
padding-right:10px;
	}

.entry_title {
	margin-top:10px;
	font-size: 13px;
	font-weight:bolder;
	}

.entry_body {
	margin:10px 0;
	line-height:170%;
	}

.entry_body .emoji {
	display: inline;	
	}

.entry_more {
	padding-top:10px;
	}

blockquote {
	color: #999;
	border-left:1px solid;
	margin: 10px 5px;
	padding:0px 5px;
	}

.pict { }ul {
}
li {
	list-style-type: circle;
	list-style-position: inside;
}

p.navi {
	font-size:13px;}

