@charset "Shift_JIS";




/*##################################################
  TemplateID  ：interior
  TemplateName：インテリア 3列  
  CssName     ：style.css
  Update      ：2008/06/12
##################################################*/

/*############################################

全体設定/共通設定

############################################*/


/* -------------------------------------------
reset elements
------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}





/* -------------------------------------------
basic
------------------------------------------- */
body {
	background-color: #ffffff;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, address {
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

p, ul, ol, li, dl, dt, dd {
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

table, caption, th, td {
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

img {
	border: 0px;
}

hr {
	display: none;
}





/* -------------------------------------------
common
------------------------------------------- */
strong {
	font-style: normal;
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: normal;
}

a:link {
	color: #1BAE60;
	text-decoration: underline;
}
a:visited {
	color: #1BAE60;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8AD3AC;
	text-decoration: underline;
}

input, label {
	vertical-align: middle;
}





/* -------------------------------------------
misc
------------------------------------------- */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clearboth {
	clear: both;
	font-size: 1px;
}

.width100 {
	width: 100px;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.width250 {
	width: 250px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.required01 {
	color: #cc0000;
}





/* -------------------------------------------
container
------------------------------------------- */
.container {
	width: 790px;
	margin: 0 auto;
	background-color: #E4E9EE;
	text-align: left;
}





/* -------------------------------------------
ヘッダー
------------------------------------------- */
.header {
	width: 790px;
}

.header .maintenance {
	margin: 10px;
	margin: 10px;
	padding: 5px;
	background-color: #ff0000;
	border: 3px solid #cc3300;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.header table {
	width: 100%;
}


.headerImageArea {
	height: 180px;
	/* background-image: url(Images/header_bg.jpg); */
	background-image: url(/Images/Users/header_bg20100107.jpg); 
}

.header .shopLogo {
	padding: 100px 0 0 15px;
}


.header h1 {
	padding: 15px 0 0 15px;
	font-size: 24px;
	font-weight: bold;
}

.header h1 a:link,
.header h1 a:visited {
	color: #1BAE60;
	text-decoration: none;
}

.header h1 a:hover,
.header h1 a:active {
	color: #1BAE60;
	text-decoration: underline;
}

/*
.header p.description {
	width: 500px;
	padding: 15px 15px 10px 15px;
	font-size: 12px;
	line-height: 1.5;
}
*/



/*ヘッダーメニュー*/
.header_menu {
	width: 790px;
background-image: url(/Images/Users/headermenu_bg.jpg);
}

.header_menu ul {
color: #666666;
	list-style: none;
	padding: 5px 15px;
	/* background-color: #F8F4F2;  */
	text-align: right;
}

.header_menu li {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 12px;
}







/* -------------------------------------------
ナビゲーション
------------------------------------------- */
.navi {
	margin: 10px 15px;
	font-size: 12px;
}






/* -------------------------------------------
フッター
------------------------------------------- */
.footer {
	width: 790px;
	margin: 0px 0 0 0;
}

.footer_navi {
	border-bottom: 3px solid #F8F4F2;
}

.footer_navi ul {
	list-style: none;
	padding: 5px 0;
	line-height: 1.5;
	text-align: center;
}

.footer_navi li {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 12px;
}

.footer_copyright {
	padding: 10px;
	text-align: center;
	font-size: 12px;
}


.footer_copyright .onestyle{
	padding: 10px;
	text-align: right;
	font-size: 12px;
}


/* -------------------------------------------
メイン/サイド設定
------------------------------------------- */
.main {
	width:410px;
}

.side {
	width: 160px;
	padding: 0 15px;
}



/* -------------------------------------------
　サイド表示
------------------------------------------- */

/*サイド表示用
　商品名・カテゴリー名リスト
  カテゴリー/グループ/新着商品
------------------------------------------- */
.side .product_list_small {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .product_list_small h2 {
	padding: 7px;
	background-color: #999EAB;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .product_list_small ul {
	list-style: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

/*サイド表示用
　商品検索
------------------------------------------- */
.side .product_search {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .product_search h2 {
	padding: 7px 6px 7px 28px;
	background-color: #999EAB;
	background-image: url(Images/icon_product_search.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .product_search div {
	padding: 10px;
	text-align: center;
}

.side .product_search .searchboxLength {
	width: 125px;
}




/*サイド表示用
　カート(小)
------------------------------------------- */
.side .cart_small {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .cart_small h2 {
	padding: 7px 6px 7px 28px;
	background-color: #999EAB;
	background-image: url(Images/icon_cart.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .cart_small ul {
	list-style: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.side .cart_small div {
	padding: 5px 0 10px 0;
	text-align: center;
}


/* カート初期表示用(買い物かごに商品が入っていません。)*/
.side .cart_small p {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

/*サイド表示用
　ユーザログイン関連
------------------------------------------- */

.side .login {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #999EAB;
	background-color: #fffcea;
	font-size: 12px;
}

.side .login div{
	font-size: 12px;
	line-height: 1.5;
}

/*サイド表示用
　リンク集
------------------------------------------- */
.side .links {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .links h2 {
	padding: 6px;
	background-color: #999EAB;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .links ul {
	list-style: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

/*サイド表示用
　ウェルカムメッセージ
------------------------------------------- */
.side .welcome_message {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .welcome_message h2 {
	padding: 6px;
	background-color: #999EAB;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .welcome_message div {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}

/*サイド表示用
　商品一覧
------------------------------------------- */
.side .product_list {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .product_list h2 {
	padding: 7px;
	background-color: #999EAB;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .product_list .product {
	padding:10px 0;
	border-top:1px dashed #999EAB;
}

.side .product_list .productListItemArea {
	margin: 10px;
}

.side .product_list .productListItemArea table {
	width: 135px;
	margin: auto;
}

.side .product_list .productListItemArea td {
	text-align: center;
}

.side .product_list .productListItemArea td.productImgArea {
	width: 100px;
}

/* 商品メイン画像表示(必須表示) */
.side .product_list .product_img {
	text-align:center;
}

/* ---------------------------------------------------- 
>> 実験
 ---------------------------------------------------- */
.product_img img {
 /* width: 90px;*/
}
.product .productImgArea .product_img img {
    width : 120px;
    margin: 0px;
}

.side .product_list .product_name {
}

/* 商品名表示(必須表示) */
.side .product_list .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.side .product_list .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.side .product_list .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.side .product_list .product_price {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

/* 商品概要説明(必須表示) */
.side .product_list .product_summary {
	font-size: 12px;
	line-height: 1.5;
}

.side .product_list .productListItemArea .pager {
	font-size: 12px;
	line-height: 1.5;
}

.side .product_list .productListItemArea .kuchikomi .kensu {
	font-size: 12px;
	line-height: 1.5;
}



/*サイド表示用
　店長プロフィール
------------------------------------------- */
.side .manager_profile {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .manager_profile h2,
.side .cal h2 {
	padding: 7px 6px 7px 28px;
	background-color: #999EAB;
	background-image: url(/Images/Users/icon_offgrid.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .manager_profile .managerImage {
	margin: 10px 0;
	text-align: center;
}

.side .manager_profile div {
	padding: 0 5px 5px 5px;
	font-size: 12px;
	line-height: 1.5;
}


/*サイド表示用
　お知らせ一覧
------------------------------------------- */
.side .news_list {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 「お知らせ一覧」見出し */
.side .news_list h2 {
	padding: 6px;
	background-color: #999EAB;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .news_list .news{
	padding: 5px;
	margin: 5px 5px 0px 5px;
	border-top:1px dashed #999EAB;
}

/* 「お知らせ」日付 */
.side .news_list .news .date{
	font-size: 12px;
	text-align: right;
}

/* 「お知らせ」概要 */
.side .news_list .news .title{
	font-size: 12px;
	line-height: 1.4;
}

/* 「お知らせ」見出し */
.side .news_list .news .title h3{
	font-size: 12px;
}

/* 「お知らせ」ページャー */
.side .news_list .pager {
	font-size: 12px;
	line-height: 1.5;
}

/*サイド表示用
　RSS読込み表示
------------------------------------------- */
.side .rssreader {
	margin: 0 0 10px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.side .rssreader h2 {
	padding: 6px;
	background-color: #999EAB;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.side .rssreader ul {
	font-size: 12px;
	line-height: 1.5;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	padding: 5px 5px 5px 20px;
}

.side .rssreader li {
	padding-bottom: 8px;
}



/*サイド表示用
　　ショップの紹介表示
------------------------------------------- */
.side .manager_profile .managercontent {
font-size:12px;
line-height:1.5;
padding:12px 0 5px 4px;
}


/* -------------------------------------------
メイン表示
------------------------------------------- */

/*メイン表示用
　ウェルカムメッセージ
------------------------------------------- */
.main .welcome_message {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .welcome_message h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .welcome_message div {
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}

/*
商品リスト product_list
------------------------------------------- */
.main .product_list {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .product_list h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .product_list .productListItemArea {
	margin: 10px;
}

.main .product_list .productListItemArea table {
	width: 385px;
	margin: auto;
}

.main .product_list .productListItemArea td.product {
	width: 100%;
}

.main .product_list .productListItemArea .product {
	clear: both;
	padding: 10px 0px;
	margin: 0px;
	border-top: 1px dashed #999EAB;
	width: 372px;
}
.main .product_list .productListItemArea .product .productImgArea {
	float:left;
	margin: 0px;
	padding: 0px;
	width:121px;
}
.main .product_list .productListItemArea .product .detail {
	float:right;
	margin-left: 10px;
	padding: 0px;
	width:200px;
}

.main .product_list .productListItemArea .product .detail .stock {
	font-size: 12px;
	line-height: 1.5;
}

.main .product_list .productListItemArea .product .clearBoth {
	clear:both;
}
.main .product_list .productListItemArea .pager {
	font-size: 12px;
	line-height: 1.5;
}


/* 商品メイン画像表示(必須表示) */
.main .product_list .product_img {
	margin: 0 10px 10px 0;
/* width: 400px; */
}

.main .product_list .product_name {
}

/* 商品名表示(必須表示) */
.main .product_list .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}


/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.main .product_list .product_price {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

/* 商品概要説明(必須表示) */
.main .product_list .product_summary {
	font-size: 12px;	line-height: 1.5;
}

	
/*メイン表示用
　商品リスト product_list
------------------------------------------- */

/* クチコミ情報の表示 */
.main .product_list .productListItemArea .kuchikomi {
	margin: 10px 0;
}

.main .product_list .productListItemArea .kuchikomi .img_icon {
	float: left;
	margin: 0 5px 0 0;
}

.main .product_list .productListItemArea .kuchikomi .kensu {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}


/*メイン表示用
   商品リスト(複数列表示) product_list
------------------------------------------- */
.main .product_list .productListItemArea_M {
	margin: 5px 0;
}

.main .product_list .productListItemArea_M table {
	width: 385px;
	margin: auto;
}

.main .product_list .productListItemArea_M td.product {
	width: 100%;
}

.main .product_list .productListItemArea_M .product {
	width:120px;
	padding: 5px 0;
	margin: auto;
	text-align: center;
}

.main .product_list .productListItemArea_M .product .detail {
	text-align: center;
}

.main .product_list .productListItemArea_M.product .detail .stock {
	font-size: 12px;
	line-height: 1.5;
}

.main .product_list .productListItemArea_M .pager {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;

}

.main .product_list .productListItemArea_M .productImgArea {
	text-align:center;
}

/* 商品メイン画像表示(必須表示) */
.main .product_list .productListItemArea_M .product_img {
	margin: 0 5px;
}

/* 商品名表示(必須表示) */
.main .product_list .productListItemArea_M .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .productListItemArea_M .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_list .productListItemArea_M .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.main .product_list .productListItemArea_M .product_price {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

/* クチコミ情報の表示 */
.main .product_list .productListItemArea_M .kuchikomi {
	text-align: center;
	margin: 10px 0;
}

.main .product_list .productListItemArea_M .kuchikomi .kensu {
	font-size: 12px;
	margin: 2px 0 0 0;
}


/*メイン表示用
　商品名・カテゴリー名リスト
  カテゴリー/グループ/新着商品
------------------------------------------- */
.main .product_list_small {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .product_list_small h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


.main .product_list_small ul {
	list-style: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　商品検索
------------------------------------------- */
.main .product_search {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .product_search h2 {
	padding: 7px 6px 7px 28px;
	background-color: #999EAB;
	background-image: url(Images/icon_product_search.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .product_search div {
	padding: 10px;
	text-align: left;
}

.main .product_search .searchboxLength {
	width: 125px;
}




/*メイン表示用
　カート(小)
------------------------------------------- */
.main .cart_small {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .cart_small h2 {
	padding: 7px 6px 7px 28px;
	background-color: #999EAB;
	background-image: url(Images/icon_cart.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .cart_small ul {
	list-style: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

.main .cart_small div {
	padding: 5px 0 10px 10px;
	text-align: left;
}


/* カート初期表示用(買い物かごに商品が入っていません。)*/
.main .cart_small p {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　店長プロフィール
------------------------------------------- */
.main .manager_profile {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .manager_profile h2 {
	padding: 7px 6px 7px 28px;
	background-color: #999EAB;
	background-image: url(Images/Users/icon_offgrid.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .manager_profile .managerImage {
	margin: 10px 0;
	text-align: left;
}

.main .manager_profile div {
	padding: 0 5px 5px 5px;
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　ユーザログイン関連
------------------------------------------- */

.main .login {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #999EAB;
	background-color: #fffcea;
	font-size: 12px;
}

.main .login div{
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　リンク集
------------------------------------------- */
.main .links {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

.main .links h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .links ul {
	list-style: none;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}


/*メイン表示用
　お知らせ一覧
------------------------------------------- */
.main .news_list {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 「お知らせ一覧」見出し */
.main .news_list h2 {
	padding: 6px;
	margin: 0 0 5px 0;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .news_list .news{
	padding: 3px 5px;
	margin: 0px 10px 0px 10px;
	border-top:1px dashed #999EAB;
}

/* 「お知らせ」日付  */
.main .news_list .news .date{
	float:left;
	width:70px;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 1.4;
}

/* 「お知らせ」概要 */
.main .news_list .news .title{
	float:right;
	width:300px;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 1.4;
}

/* 「お知らせ」見出し */
.main .news_list .news .title h3{
	font-size: 12px;
}

/* 「お知らせ」ページャー */
.main .news_list .pager {
	font-size: 12px;
	line-height: 1.5;
}

/*メイン表示用
　RSS読込み表示
------------------------------------------- */
.main .rssreader {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 見出し */
.main .rssreader h2 {
	padding: 6px;
	margin: 0 0 5px 0;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .rssreader ul {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
	list-style-image: none;
	list-style-type: none;
}

.main .rssreader li {
	padding: 4px;
	border-top: 1px dashed #999EAB;
}


/*############################################

　商品カテゴリー/商品グループ/検索結果表示ページ

############################################*/

.main .cat_product_list {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

.main .cat_product_list h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}


.main .cat_product_list .cat_summary {
	padding: 10px;
}

.main .cat_product_list .cat_summary img {
	margin: 5px;
}

/* カテゴリー/グループ名見出し */
.main .cat_product_list .cat_summary h3 {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
}

/* カテゴリー/グループ 説明文 */
.main .cat_product_list .cat_summary p {
	margin: 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

.main .cat_product_list .cat_summary table {
	width: 385px;
}

.main .cat_product_list .productListItemArea {
	margin: 10px;
}

.main .cat_product_list .productListItemArea table {
	width: 385px;
	margin: auto;
}

.main .cat_product_list .productListItemArea td.product {
	width: 100%;
}

.main .cat_product_list .productListItemArea .product {
	padding: 10px 0;
	border-top: 1px dashed #999EAB;
}

.main .cat_product_list .productListItemArea .product .productImgArea {
	float:left;
	width:130px;
}

.main .cat_product_list .productListItemArea .product .detail {
	float:right;
	width:250px;
}

.main .cat_product_list .productListItemArea .product .detail .stock {
	font-size: 12px;
	line-height: 1.5;
}


.main .cat_product_list .productListItemArea .product .clearBoth {
	clear:both;
}

.main .cat_product_list .productListItemArea .pager {
	font-size: 12px;
	line-height: 1.5;
}


/* 商品メイン画像表示(必須表示) */
.main .cat_product_list .product_img {
	margin: 0 10px 10px 0;
}

.main .cat_product_list .product_name {
}


/* 商品名表示(必須表示) */
.main .cat_product_list .product_name h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .cat_product_list .product_outstock {
	margin: 5px 0 0 0;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .cat_product_list .product_icon {
	margin: 5px 0 0 0;
}

/* 値段表示(必須表示) */
.main .cat_product_list .product_price {
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 1.5;
}

/* 商品概要説明(必須表示) */
.main .cat_product_list .product_summary {
	font-size: 12px;
	line-height: 1.5;
}


/*  表示順序の選択 */
.main .cat_product_list .koujyunkensaku {
	margin: 10px 0;
}

.main .cat_product_list .koujyunkensaku table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	text-align: left;
}

.main .cat_product_list .koujyunkensaku th {
	padding: 5px;
	background-color: #F9F9F9;
	border-right: 1px solid #CCCCCC;
}

.main .cat_product_list .koujyunkensaku td {
	padding: 5px;
}

.main .cat_product_list .koujyunkensaku th a {
	padding-right: 5px;
}

/* クチコミ情報の表示 */
.main .cat_product_list .productListItemArea .kuchikomi {
	margin: 10px 0;
}

.main .cat_product_list .productListItemArea .kuchikomi .img_icon {
	float: left;
	margin: 0 5px 0 0;
}

.main .cat_product_list .productListItemArea .kuchikomi .kensu {
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}


/*############################################

　商品詳細ページ

############################################*/

.main .product_detail {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

.main .product_detail .productSpecArea {
	margin: 10px;
}

.main .product_detail .productSpecArea .stock {
	font-size: 12px;
	line-height: 1.5;
}

.main .product_detail .productSpecArea .detail_list_data {
	width: 375px;
	margin: auto;
}

/* 商品メイン画像表示(必須表示) */
.main .product_detail .product_img {
	text-align: center;
}


/* 商品名表示(必須表示) */
.main .product_detail .product_name h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

/* 在庫表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_detail .product_outstock {
	margin:0px 10px;
}

/* アイコン表示(非表示の場合もあるため、imgに直接class指定) */
.main .product_detail .product_icon {
}

/* 値段表示(必須表示) */
.main .product_detail .product_price {
	font-size: 12px;
	color: #990000;
}

/* 商品概要説明(必須表示) */
.main .product_detail .product_summary {
	font-size: 12px;
	line-height: 1.5;
}

/* 商品サブ画像 */
.main .product_detail .product_sub_img {
	margin: 10px 0;
	text-align: center;
}

.main .product_detail .product_sub_img img {
	margin: 5px;
      width: 333px;
}


/* 商品詳細説明 */
.main .product_detail .product_explain {
	padding: 5px 0 0 0;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	line-height: 1.5;
}

.main .product_detail .itemQuantity {
	margin: 5px 0;
	font-size: 12px;
}

.main .product_detail .bargain {
	margin: 5px 0;
	font-size: 12px;
}


/* 商品詳細リスト */
.main .product_detail .detail_list_data {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

.main .product_detail .detail_list_data td {
	padding: 5px;
	border-top: 1px solid #cccccc;
}


/* 割増区分情報のテキスト表示 */
.main .product_detail .warimashi {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* クチコミ情報の表示 */
.main .product_detail .kuchikomi {
	font-size: 12px;
	margin: 10px 0;
}

.main .product_detail .kuchikomi img {
	vertical-align: text-bottom;
}


/* 代替商品の紹介 */

.main .product_detail .substitution {
	margin: 10px;
}

.main .product_detail .substitution h2{
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .product_detail .substitution .productSpecArea{
	margin: 10px;
}

.main .product_detail .substitution .productSpecArea .product_name {
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
}

.main .product_detail .substitution .productSpecArea table {
	width: 300px;
	margin: auto;
}


/*############################################

　お知らせ詳細ページ

############################################*/
.main .news_detail {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

/* 「お知らせ」見出し */
.main .news_detail .title h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

/* 「お知らせ」日付 */
.main .news_detail .date {
	margin: 0 5px 5px 5px;
	padding: 5px;
	border-top: 1px dashed #999EAB;
	font-size:12px;
	text-align:right;
}

/* 「お知らせ」内容 */
.main .news_detail .content {
	margin: 10px 5px 30px 5px;
	font-size: 12px;
}

/* 「お知らせ」ページャー */
.main .news_detail .pager {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 12px;
	text-align: center;
}


/*############################################

　特定商取引法
  プライバシーポリシー
  ご利用案内ページ

############################################*/

.main .shop_basic_page {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

.main .shop_basic_page h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .shop_basic_page h3 {
	margin: 20px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
}

.main .shop_basic_page .info_text {
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}

/* 削除 
.main .shop_basic_page span {
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}
*/

.main .shop_basic_page .data_table {
	margin: 10px auto;
	width: 385px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 0px 1px;
	empty-cells: show;
}

.main .shop_basic_page .data_table .td_L {
	width: 140px;
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 1px 0px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.main .shop_basic_page .data_table .td_R {
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 1px 0px;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
}



/*############################################

　フリーページ

############################################

.main .free_page {
	margin: 0 0 20px 0;
	padding: 6px;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

.main .free_page h2 {
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

*/


/*############################################

　ショッピングカートページ

############################################*/

.main .cart {
	margin: 0 0 20px 0;
	border: 1px solid #999EAB;
	background-color: #ffffff;
}

.main .cart h2 {
	padding: 6px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.main .cart .page_info {
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.main .cart .data_table {
	margin: 10px auto;
	width: 360px;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 0px 1px;
	empty-cells: show;
}

.main .cart .data_table th {
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 1px 0px;
	background-color: #E4E9EE;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.main .cart .data_table td {
	padding: 5px;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 1px 1px 0px;
	font-size: 12px;
	line-height: 1.5;
}

/* メッセージ表示エリア */
.main .cart .original_message {
	margin: 10px;
	font-size: 12px;
	line-height: 1.5;
}


/*############################################

　クチコミ一覧ページのクチコミ表示

############################################*/

.kutikomi{
	background-color: #ffffff;
	font-size: 12px;
	margin: 0 10px;
	padding: 0 0 10px 0;
	border-top: 1px solid #999eab;
}

/* 投稿者名 */
.kutikomi_name{
	background-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 0px 0;
}

/* 投稿日時 */
.kutikomi_date{
	background-color: #ffffff;
	font-size: 12px;
	margin:10px 0px;
	text-align: right;
}

/* クチコミ内容 */
.kutikomi_comment{
	background-color: #ffffff;
	font-size: 12px;
	letter-spacing:1px;
	line-height : 160% ; 
	margin:10px 0px;
}

/* おすすめ度 ★ */
.kutikomi_rankmark{
	color:#f29100;
	margin: 5px 0;
}

/* おすすめ度文字 */
.kutikomi_rankmark .kutikomi_osusume{
	color:#666666;
	font-size: 12px;
	font-weight: bold;
}

/* クチコミ・ページャー */
.kutikomi_pager {
	font-size: 12px;
	line-height: 1.5;
}


/*############################################

　閉店ページ

############################################*/

.main .closed_page {
	margin: 50px 0;
	font-size: 20px;
	line-height: 1.5;
}


/*############################################

　エラー表示用

############################################*/

.error {
	margin: 10px;
}

.error ul {
	list-style-type: none;
	text-align: left;
}

.error li {
	background: url(Images/attention.gif) no-repeat 0px 40%;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-weight: bolder;
	color: #ff0000;
}




/*##################################################
#　フリーページの詳細設定(ネクサスオリジナル設定）
##################################################*/
.main .free_page {
	margin: 0 0 20px 0;
	background-color: #ffffff;
	border: 1px solid #999EAB;
padding:10px;
font-size:12px;
line-height:1.5;
}

.main .free_page h2 {
	padding: 3px 0 0px 3px;
margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom:1px solid #dddddd;
}
.main .free_page h3 {
	padding: 10px 0 3px 5px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
border-bottom:1px dashed #999999;
border-left: 6px solid #999999;
/*
	background-image:url(/Images/Users/gray-title.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
*/
}
.main .free_page ul {
	font-size: 14px;
	line-height: 18px;
	background-color: #EDF0F3;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #999999;
	margin-top: 10px;
}
.main .free_page li {
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 6px;
	margin-left: 6px;
}
.main .free_page .box1 {
	padding: 10px 10px 10px 15px;
	font-size: 14px;
	line-height: 18px;
}
.main .free_page .box2 {
	padding: 10px 10px 10px 15px;
	font-size: 14px;
	line-height: 18px;
	background-color: #E3ECF9;
	border: 1px solid #CCCCCC;
}
.main .free_page .box3 {
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #999999;
	background-color: #ECF4E1;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.main .free_page .box4 {
	padding: 10px 10px 10px 15px;
	font-size: 14px;
	line-height: 18px;
	background-color: #FEEEE2;
	border: 1px solid #CCCCCC;
}
.main .free_page tr {
	font-size: 14px;
	line-height: 18px;
}
.main .free_page .td1 {
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #999999;
	padding: 6px;
	background-color: #FFFFFF;
}
.main .free_page .td2 {
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #33CC00;
	padding: 6px;
}
.main .free_page .td3 {
	font-size: 12px;
	border: 1px solid #999999;
	padding: 2px;
}
.main .free_page .td3b {
	font-size: 12px;
	border: 2px solid #E3ECF9;
	padding: 2px;
	width: 50%;
}
.main .free_page .td3r {
	font-size: 12px;
	border: 2px solid #FEEEE2;
	padding: 2px;
	width: 50%;
}
.main .free_page .td4 {
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #999999;
	padding: 6px;
	font-weight: bold;
	color: #333333;
	background-color: #E0DFE3;
	text-align: center;
}
.main .free_page .td5 {
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #999999;
	padding: 6px;
	width: 50%;
}
.att1 {
	color: #FF0000;
}
.att2 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.att3 {
	font-size: 14px;
	font-weight: bold;
}
.resp {
	font-size: 12px;
}
.respb {
	font-size: 14px;
	font-weight: bold;
	background-color: #E0DFE3;
	padding: 2px;
	border: 1px solid #999999;
	width: 50%;
}
.side .cal {
	margin: 0 0 10px 0;
	background-color: #E4E9EE;
	width: 156px;
	text-align: center;
}
.side .cal h2 {
	background-color: #999EAB;
	background-image: url(Images/Users/icon_offgrid.gif);
	background-repeat:no-repeat;
	background-position: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 6px 7px 28px;
}
.holyday {
	clear: both;
	margin: 8px 0;
	padding: 0;
}
.holyday li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.example {
	background: #f997c6;
	border: 2px solid #eaeaea;
	padding: 0;
	width: 18px;
	height: 18px;
}
