/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}


body {
	color: #333333;
	font-size: 100%;
	font-family: "'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo, sans-serif";
	line-height: 140%;
background-color:#D2EDAF;
}

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

/*ページ全体の幅、レイアウトをセンタリング*/

#container {
margin:0 auto;
padding:40px 20px;
width:1000px;
border-right:1px solid #cccccc;
background-color:#ffffff;
background-image:url("https://muhiryou.com/colorme/hbg.gif");
background-repeat: no-repeat;
}

#wrapper {
width:640px;
padding:0 20px 0 30px;
float:left;
}


#header {
width:640px;
padding:0 0 10px;
border-bottom:3px solid #ffcc66;
}

#main {
margin:20px 0;
}


#footer {
clear:both;
text-align:center;
padding:20px 20px 0;
margin:20px 0 0;
}

#side {
width:230px;
padding:0px 30px 0 40px;
float:right;
border-left:1px dotted #d2c4b3;
}
.sideup{
margin:-30px 0 0;
}




/*ショップ名文字サイズ*/
h1, h1 a:link, h1 a:visited {
	font-size:138.5%;
	margin-top: 5px;
text-decoration:none;
font-weight:bolder;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color:#ffff33;
	text-decoration: none;
}

a:hover {
	color: #ff9933;
	background:#ebebeb;
	text-decoration: none;
}

img {
	margin:0 10px 5px 0;
	display: block;
	background: #FFF;
	border:none;
}

a:hover img {
	display: block;
	background: #ebebeb;
}

li {
	list-style-type:none;
	margin-bottom:5px;
}


/*ページタイトル部分*/
h2 {
	font-size: 116%;
	padding-top: 5px;
	margin-bottom: 20px;
}


h3 {
	font-size:108%;
	margin-bottom: 5px;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.bold {font-weight:bolder;}


#header h1, #header h1 a:link, #header h1 a:visited  {
font-weight:normal;
margin:10px 0 10px;
text-decoration:none;
}

#header h2 {
font-weight:normal;
margin:-25px 0 0 160px;
padding:0;
}



#top{
width:640px;
margin:-5px 0px 0;
}

#top img{
float:left;
margin:0;
padding:2px;
overflow:hidden;
}

#top a img,#top a{
float:left;
margin:0;
padding:2px;
overflow:hidden;
}


#top a:hover { 
outline: 1px solid #ffcc66;
overflow:hidden;
}


#main h2 {
	margin:0px;
	font-size:116%;
	font-weight:bolder;
	padding: 10px 0px;
	border-top: 1px dotted #d2c4b3;
}



#side h2 {
background-image:url("https://muhiryou.com/colorme/sideh2.gif");
background-repeat: no-repeat;
margin: 30px 0 5px;
padding-left:2px;
padding-bottom:5px;
}

#side a img {
margin:0 0 -15px;

}

#side ul {
margin-left:8px;
}

#side ol {
margin-left:8px;
}

#side ol li {
margin-left:15px;
font-size:93%;
list-style-type:circle;
}

.decimal ul li {
margin-left:22px;
list-style-type:decimal;
}


/*商品詳細ページの詳細テキストレイアウト*/
#detail h3 {
	margin: 0px 0;
	padding: 10px 0px;
	border-top: 1px dotted  #d2c4b3;
	border-bottom: 1px dotted  #d2c4b3;
	font-size:108%;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
}

#detail h4 {
	margin: 20px 0px;
	font-size:100%;
	line-height: 170%;
}

#detail .button {
	margin-top: 10px;
}

.footstamp {
	margin-top:10px;
}

blockquote {
margin:10px 15px;
padding:15px 20px;
border:2px solid  #d2c4b3;
background:#fcfcfc;
}

/* ************************************************ 
 *	トップ
 * ************************************************ */
.itemarea {
	margin: 0px 10px 15px 0px;
	width:118px;
	float:left;
}
.itemarea img {
margin:0 auto -10px;
}

/*会員専用ページ*/
#btn_members_login,
#btn_members_logout {
	margin:0px 0px 15px;
}

#btn_members_signup span,
#btn_members_logout span {
	margin:0px 0px 3px;
	display:block;
	font-size:100%;
	line-height:1.1em;
}

/*会員専用価格 トップページ用*/
.regular_price_top {
	padding:0px 0px 2px;
	font-size:100%;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
}

.discount_rate_top {
	padding:2px 0px 0px;
	color:#ff0000;
}


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */
.list {

}

.list th {
text-align:center;
	border-top: 1px dotted #d2c4b3;
	padding: 10px 20px 20px 5px;
}

.list td {
	border-top: 1px dotted #d2c4b3;
	padding: 10px 5px 20px 5px;
}

.list_price {
	padding-bottom:5px;
}

/*商品一覧：サブカテゴリーの表示*/
.subcategory {
	margin: 0px 30px 30px 0;
	width:120px;
	float:left;
}

/*並べ替え条件指定*/
.sort {
	padding: 5px 0px;
	border-top: 1px dotted #d2c4b3;
	border-bottom: 1px dotted #d2c4b3;
}

.pagenavi {
	padding: 10px 0px;
}

#group-list {
	border-top:1px dotted #d2c4b3;
	padding-top:5px;
	margin-top:10px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/*会員専用価格 商品一覧用*/
.regular_price_all {
	padding:0px 0px 2px;
	font-size:100%;
	text-decoration:line-through;
	color:#666666;
}

.price_all {
	padding:0px;
}

.discount_rate_all {
	padding:0px 0px 0px 5px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.large {
}

.small {
	width:150px ;
	margin:0px 10px 0px 0px;
	float:left;
}

/*会員専用価格 商品詳細用*/
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

.discount_rate_detail {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:108%;
}

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	margin: 0px 0px 20px 0px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 2px solid #d2c4b3;
	}

#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: 2px solid #d2c4b3;
}

#trackback .tb_url {
	font-size:100%;
	padding: 5px 10px 5px 10px;
}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #d2c4b3;
	border-left: 1px solid #d2c4b3;
	border-right: 1px solid #d2c4b3;
	border-bottom: 1px solid #d2c4b3;
}

#trackback .tb_date {
	font-size:93%;
	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: 1px dotted #d2c4b3;
	border-bottom: 1px dotted #d2c4b3;
}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
}

/*table レイアウト　商品詳細の価格表*/
.table {
	background: #ebebeb;
}

.table th {
	font-weight: bolder;
	background: #ebebeb;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

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

/* ************************************************ 
 *	商品検索ページ
 * ************************************************ */
/*会員専用価格 商品検索結果用*/
.regular_price_search {
	padding:0px 0px 2px;
	font-size:100%;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

.discount_rate_search {
	padding:0px 0px 0px 5px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
	padding:0px 10px 10px 10px;
}

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#cccccc;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	background-color:#cccccc;
	padding: 5px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 5px;
}

.option_btn {
	margin-top:10px;
}

/*会員専用価格の表示 オプション用*/
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:100%;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

.discount_rate_stock {
	padding:2px 0px;
	color:#ff0000;
}

/* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
/*特定商取引表*/
.table_sk {
	background: #ebebeb;
}

.table_sk th {
	font-weight: bolder;
	background: #ebebeb;
	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 #d2c4b3;
}

.payment_table{
	width:400px;
	margin:0px 0px 10px 0px;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}

