@charset "euc-jp";

/*  DDD STORE ショップサーブ Default CSS 
=================================================================== */


/* ==============================================================

　　Style Reset

 ============================================================= */

* {
  margin: 0;
  padding: 0;
}

html {
  color: #221814;
  background: #fff;
  font-size: 62.5%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  container: '';
}

abbr,acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,button,textarea,select,optgroup,option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,button,textarea,select {
  *font-size: 100%;
}

address {
  font-style: normal;
}

input[type*="button"] {
  cursor: pointer;
}


/* clearfix 設定
-------------------------- */

.clearfix:after {
  display: block; 
  clear: both; 
  visibility: hidden;
  height: 0; 
  font-size: 0;
  content: "."; 
}

.clearfix {
  min-height: 1px;
  clear: both;
}

* html .clearfix {
  height: 1px;
}



/* ==============================================================

　　ベース・レイアウト設定

 ============================================================= */

/* ------------------------------------------------------------

　　全体 基本設定

 ----------------------------------------------------------- */

html,
body {
	height: 100%;
}

body {
	text-align: center;
 	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
	font-size: 1.3em;
 	line-height: 20px;
 	letter-spacing: 0.5px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}


/* ------------------------------------------------------------

　　画像 基本設定

 ----------------------------------------------------------- */

img {
  vertical-align: middle;
  border: none;
}


/* ------------------------------------------------------------

　　リンク 基本設定

 ----------------------------------------------------------- */

a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	text-decoration: underline;
	opacity: 0.5;
	filter: alpha(opacity=50);
	filter: none\9;
	color: #888\9;
}

#header a,
#footer a {
	display: inline-block;
}


/* ------------------------------------------------------------

　　フォーム 基本設定

 ----------------------------------------------------------- */

input,
select {
	padding: 2px;
}

textarea {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	width: 100%;
}

input[type="image"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input.text1,
textarea,
select {
	outline: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input.text1,
textarea {
	-webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input.text1,
textarea,
select {
	border: 1px solid #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: #fff;
}

input[type="text"],
input[type="password"],
input.text1,
textarea {
	padding: 4px;
}

input[type="button"],
input[type="submit"] {
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #333;
	color: #fff;
}

input[type="button"] {
	padding: 6px 10px;
}

input[type="submit"] {
	padding: 6px 8px;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 4px;
}




/* ------------------------------------------------------------

　　コンテナー　設定

 ----------------------------------------------------------- */

#container {
	position: relative;
	width: 100%;
 	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#container > tbody > tr > td {
	vertical-align: top;
}


/* --- ボックス真ん中寄せ設定 --- */

#header .boxInner,
#center1 > table,/* IE用 */
#boxTopMain .boxSlideTop .boxInner,
#boxTopMain .boxSlideBtm .boxInner,
#footer .boxInner {
	display: block;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


/* --- 非表示設定 --- */

#leftSide,
#rightSide,
.header_area {
	display: none;
}


/* --- ボタン要素 --- */

.btnLine li {
	border-right: 1px solid #ccc;
}

.btnLine li:first-child {
	border-left: 1px solid #ccc;
}

.btnLine a:hover {
	text-decoration: none;
}


/* --- フロート --- */

.boxRight {
	float: right;
}

.boxLeft {
	float: left;
}


/* ------------------------------------------------------------

　　ヘッダー　設定

 ----------------------------------------------------------- */

#container > tbody > tr:first-child {
	height: 167px;
}

#header {
	margin-bottom: 40px;
	letter-spacing: 0;
	font-size: 12px;
}

#header #headerTop,
#header #headerBtm {
	border-bottom: 1px solid #ccc;
}

#headerTop #boxSiteLogo,
#headerTop .boxUserNav li,
#headerBtm #boxGlobalNav > ul > li > span,
#headerBtm .boxSearch,
#headerBtm .boxGuideNav {
	display: table;

}

#headerTop #boxSiteLogo p,
#headerTop #boxSiteLogo h1,
#headerTop .boxUserNav li a,
#headerBtm #boxGlobalNav > ul > li > span > a,
#headerBtm .boxSearch form,
#headerBtm .boxGuideNav li {
	display: table-cell;
	vertical-align: middle;
}


/* 　ヘッダー上部
---------------------------------------------*/

#headerTop #boxSiteLogo,
#headerTop .boxUserNav li {
	float: left;
}

#headerTop #boxSiteLogo p,
#headerTop #boxSiteLogo h1,
#headerTop .boxUserNav li a {
	height: 113px;
}

/* --- サイトロゴ --- */

#headerTop #boxSiteLogo h1 {
	padding: 0 0 0 25px;
	color: #888;
	font-size: 0.95em;
	letter-spacing: 0.5px;
}

#headerTop #boxSiteLogo p a,
#headerTop #boxSiteLogo h1 span {
	position: relative;
}

#headerTop #boxSiteLogo p a {
	top: 4px;
}

#headerTop #boxSiteLogo h1 span {
	top: 11px;
}


/* --- ユーザーナビ --- */

#headerTop .boxUserNav {
	float: right;
}

#headerTop .boxUserNav li {
	border-right: none;
	border-left: 1px solid #ccc;
}

#headerTop .boxUserNav li a {
	width: 135px;
	text-align: center;
}


#headerTop .boxUserNav li a img,
#headerTop .boxUserNav li a span {
	position: relative;
	top: 6px;
}

#headerTop .boxUserNav li a span {
	display: block;
	padding: 7px 0 0;
}


/* 　ヘッダー下部
---------------------------------------------*/

#headerBtm,
#headerBtm #boxGlobalNav > ul > li > span > a,
#headerBtm .boxSearch form,
#headerBtm .boxGuideNav li {
	height: 53px;
}

/* --- グローバルナビ --- */
#headerBtm #boxGlobalNav ul li {
	position: relative;
}

#headerBtm #boxGlobalNav ul li a {
	padding: 0 18px;
	font-size: 1.2em;
}

#headerBtm #boxGlobalNav ul li a:hover {
	background: #ededed;
	opacity: 1;
	filter: none;
	color: #333\9;
}

#headerBtm #boxGlobalNav > ul > li {
	float: left;
}

/* --- プルダウンメニュー --- */
#headerBtm #boxGlobalNav > ul > li ul {
	display: none;
	position: absolute;
	z-index: 900;
	width: 200px;
}

#headerBtm #boxGlobalNav > ul > li > ul {
	top: 54px;
	left: -1px;
}

#headerBtm #boxGlobalNav > ul > li > ul > li > ul {
	border-top: solid 1px #ccc;
	top: -1px;
	left: 198px;
}

#headerBtm #boxGlobalNav > ul > li > ul li {
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #fff;
}

#headerBtm #boxGlobalNav > ul > li > ul li a {
	display: block;
	padding: 8px 12px;
}



/* --- 検索フォーム --- */

#headerBtm .boxSearch {
	float: left;
}

#headerBtm .boxSearch form {
	padding: 0 0 0 30px;
}

#headerBtm .boxSearch form label,
.boxGuideNav li a {
	position: relative;
	top: 3px;
}

#headerBtm .boxSearch form label {
	display: block;
}

#headerBtm .boxSearch #txtSearch {
	border: none;
	border-bottom: 1px solid #ccc;
	width: 154px;
	padding: 0 30px 5px 3px;
	color: #ccc;
}

#headerBtm .boxSearch #btnSearch {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	background: url(https://ddd-store.jp/img/header/bg-search.gif) no-repeat;
	width: 20px;
	height: 17px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}


/* --- ガイドナビ --- */

.boxGuideNav {
	float: right;
}

.boxGuideNav li {
	padding-right: 10px;
}

.boxGuideNav li:first-child {
	padding-right: 13px;
}

.boxGuideNav li a {
	position: relative;
	top: 2px;
}

.boxGuideNav li a img {
	margin-right: 4px;
	vertical-align: -2px;
}



/* ------------------------------------------------------------

　　コンテンツ　設定

 ----------------------------------------------------------- */


/* センター td （2列）*/
#center1 { 
	padding: 0 0 410px;
	vertical-align: top;
}

 /* センターtd （3列）*/
#center2 {
	min-width: 520px;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

 /* センターtd （装飾用）*/
#center3 {
	width: 980px;
	vertical-align: top;	
}

/* 表組みセンタリング */
#center3 table {
	margin: 0 auto;
}

#center3 table table.bordlayoutp3 {
	margin: 0;
}

/* ヘッダのフリーエリア */
.header_area { 
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

 /* フッタのフリーエリア */
.footer_area {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* サイド用ブロック（幅設定） */
.sidebox {
	border: 1px #ddd solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

/* センター用ブロック（幅設定） */
.centerbox { 
	width: 980px;
	margin: 0 0 60px;
	padding: 0;
	text-align: left;
}

.centerbox:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size: 0;	
  clear: both; 
  visibility: hidden;
}



/*  基本商品テキスト設定
---------------------------------------------*/

h2.goods,
.price,
.expl {
	padding: 8px 5px 5px;
	text-align: left;
}

/* 商品名 （商品一覧）*/
h2.goods a {
}

h2.goods a:hover {
	text-decoration: underline;
}

/* 商品価格 */
.price {
	padding-top: 0;
	color: #d80000;
	text-align: left;
}

/* 商品価格 （商品詳細） */
.price.zoom { 
	font-size: 140%;
	font-weight: bold;
}

/* 商品説明文 */
.expl {
	padding-top: 0;
}

.expl a {
	text-decoration: none;
}

.expl a:hover {
	text-decoration: underline;
}

/* 商品定価 */
.fixed { 
	font-size: 120%;
	text-align: left;
}


/*  センターコンテンツ
---------------------------------------------*/

/* トップイメージ 外枠設定 */
.topIMG { 
	margin: 0;
	padding: 0;
}

.topIMG td {
	margin: 0;
	padding: 0;
}

/* サイト説明 */
.shopCopy { 
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 110%;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
}

/* メインコンテンツ */
.mainCont {
	margin: 0;
	padding: 0;
	width: auto;
}

/* メインコンテンツ内項目ボックス*/
.contbox { 
	padding:10px 0px;
	margin: 0;
	width: auto;
}



/*  タイトルデザイン
---------------------------------------------*/

 /* タイトル1 h3 */
.free_title {
	width: auto;
	margin: 0;
	padding: 15px 0px 12px 8px;
	font-weight: bold;
}

/* タイトル2 h1 */
.title1 { 
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.title1 a {
	text-decoration: underline;
}

.title1 a:hover {
	text-decoration: underline;
}

 /* タイトル2 h1 */
.title2 {
	width: auto;
	margin: 0;
	padding: 15px 0px 12px 8px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.title2 a {
	text-decoration: underline;
}

.title2 a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* タイトル2 h1 */
.title3 { 
	margin: 0;
	padding: 15px 0px 12px 8px;
}

.title3 a {
	text-decoration: underline;
}

.title3 a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*  アイコン
---------------------------------------------*/

/* ランキングアイコン */
.rank {
	text-align: left;
}



/*  リスト
---------------------------------------------*/

/* 最新情報リスト設定 */
ul.news { 
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
}

li.p3 {
	padding: 3px;
}

 /* リスト設定 */
ul.free_list {
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	list-style: square;
	color: #333;
}

/* リスト設定 */
ul.list{ 
	text-align: left;
	padding: 5px 10px;
	margin: 0;
	list-style: square;
	color: #333;
}


/*  テーブル
---------------------------------------------*/

/* テーブル余白設定  （固定） */

/* 余白5px */
.layoutp5  {
	padding: 5px 0px;
}

.layoutp5 th {
	padding: 5px;
}

.layoutp5 td {
	padding: 5px;
}

.layoutp5 .border {
	border: 1px solid #ccc;
}

.layoutp3 table{
	text-align: left;
	width: 100%;
}

.layoutp3  {
	padding: 5px 0px;
}

/* 余白3px */
.layoutp3 th {
	padding: 8px;
}

.layoutp3 td {
	padding: 8px;
}

.layoutp3 .border {
	border: 1px solid #ccc;
}

.bordlayoutp3  {
	padding: 5px 0px;
}

/* ボーダーテーブル(余白3px) */
.bordlayoutp3 th {
	padding: 8px;
	border: 1px solid #ccc;
	text-align: left;
}

.bordlayoutp3 td {
	padding: 8px;
	border: 1px solid #ccc;
	text-align: left;
}

.bordlayoutp3 tr.center td,
.bordlayoutp3 td.center,
.bordlayoutp3 td[align="center"] {
	text-align: center;
}

.bordlayoutp3 td[align="right"] {
	text-align: right;
}

.bordlayoutp3 .side {
	padding: 10px 15px;
}

.mainCont .bordlayoutp3 table[width="98%"],
.mainCont .bordlayoutp3 table[width="95%"],
.mainCont table[style="width:95%;"],
.mainCont table[style="width: 95%;"],
.mainCont p[style="width:95%;margin:0 auto;"],
.mainCont div.right[style="width:95%;margin:-1.6em auto 0;"],
.mainCont div.right[style="width: 95%; margin-top: -1.6em; margin-right: auto; margin-bottom: 0px; margin-left: auto;"] {
	width: 100% !important;
}

/* テーブル内カラー切り替え（タイトル部分） */
.backcolor1 {
	background: #ededed;
}

/* コンテンツ内 */
.backcolor2 {
	background: #fff;
	vertical-align: middle;
}

/* カート部分 */
.backcolor3 {
	background: #d7ebf4;
	padding: 10px 0;
} 



/*  商品レイアウト（トップページセンター、商品一覧用）
---------------------------------------------*/

/* 大枠 table */
.layoutFrame {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
}

.layoutFrame td {
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* レイアウト */
.layout1 { 
	margin: 0;
	padding: 0;
}

.layout1 td {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* 第二階層 */
h4.title {
	margin: 5px 0 10px;	
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

/* メイン大枠 */
.mainFrame { 
	margin: 0;
	padding: 0;
}

p.title	{
	margin: 3px 0;	
	padding: 2px 0;
	font-weight: bold;
}

/* ソート */
#sortList { 
	margin: 0;
	padding: 10px 3px 5px 3px;
	width: auto;
	color: #333;
	float: right;
}



/*  パンくず
---------------------------------------------*/

#bread {
	margin: -24px 0 30px;
	font-size: 13px;
}

#bread a {
	display: inline;
}

#bread a:hover { 
	text-decoration: underline;
}



/*  ページトップへ戻る
---------------------------------------------*/

.pageTop {
	display: none;
	padding: 13px 0 3px 17px;
	margin: 10px 0 5px  5px ;
	font-weight: bold;
	float: right;
}

.pageTop a{
	color: #666;
	text-decoration: none;
	border: 1px #fff solid;
	padding: 3px;
}

.pageTop a:hover{
	border:1px #ff0000 solid;
	padding: 3px;
	color: #ff0000;
	text-decoration: none;
}


/* ------------------------------------------------------------

　　フッター　設定

 ----------------------------------------------------------- */

#container > tbody > tr + tr + tr {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 410px;
	vertical-align: bottom;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 410px;
	font-size: 12px;
}


/*  フッター上部
---------------------------------------------*/

#footerTop {
	border-top: 1px solid #ccc;
	letter-spacing: 0;
}

#footerTop #btnPageTop {
	margin-left: 992px;
}

#footerTop .boxInner > div li {
	float: left;
}

#footerTop .boxSiteNav li,
#footerTop .boxGuideNav {
	display: table;
}

#footerTop .boxSiteNav li a,
#footerTop .boxGuideNav ul {
	display: table-cell;
	height: 56px;
	vertical-align: middle;
}

#footerTop .boxSiteNav {
	float: left;
}

#footerTop .boxSiteNav li a {
	padding: 0 20px;
}


/*  フッター中部
---------------------------------------------*/

#footerMdl {
	background: #333;
	padding: 30px 0 50px;
	color: #fff;
	font-size: 1.1em;
}

#footerMdl a {
	color: #fff;
}

#footerMdl .boxInner {
	position: relative;
	letter-spacing: -.40em;
}


/* リンク・会社概要横の縦線 */
#footerMdl .boxInner:before,
#footerMdl .boxInner:after {
	position: absolute;
	top: 0;
	border-left: 1px solid #666;
	width: 1px;
	height: 100%;
	content: "";
}

#footerMdl .boxInner:before {
	left: 350px;
}

#footerMdl .boxInner:after {
	left: 655px;
}
	

#footerMdl .boxInner > div {
	display: inline-block;
	margin-left: 38px;
	padding-left: 38px;
	vertical-align: top;
	letter-spacing: 0.5px;
}

#footerMdl .boxSiteNav {
	width: 130px;
}

#footerMdl .boxItems {
	width: 110px;
}

#footerMdl .boxLinks {
	width: 230px;
}

#footerMdl .boxAbout {
	width: 270px;
}

#footerMdl .boxInner > div:first-child {
	margin-left: 0;
	padding-left: 2px;
}

#footerMdl .boxInner > div > dl > dt {
	margin-bottom: 14px;
	font-size: 1.1em;
	font-weight: bold;
}

#footerMdl .boxInner > div > dl > dd > ul li {
	margin-bottom: 6px;
}

#footerMdl .boxAbout p,
#footerMdl .boxAbout p a {
	margin-bottom: 5px;
	color: #ccc;
}

#footerMdl .boxAbout .btnContact img {
	margin-right: 6px;
	vertical-align: -1px;
}


/*  フッター下部
---------------------------------------------*/

#footerBtm {
	padding: 10px 0 50px;
	font-size: 0.9em;
}


/* ==============================================================

　　汎用CSS

 ============================================================= */
 
/* センター */
.center {
	text-align: center;
}

/* 右 */
.right {
	text-align: right;
}

/* 左 */
.left {
	text-align: left;
}

/* テキスト縦中央 */
.middle {
	vertical-align: middle;
}

/* テキスト縦下 */
.buttom {
	vertical-align: bottom;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}


/* 画像の周り込み解除 */
.clear_both { 
	clear: both;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	text-align: center;
}

/* inputボタン設定 */
.button1 { 
	/*cursor : and;
	font-size: 12px;
	color: #ffffdd;
	background: #333;
	border: 1px solid #999;
	font-weight: normal;*/
}

.sidebox .text1 {
  border: 1px solid #ccc;
  width: 100px;
  float: left;
  margin-right: 5px;
}

/* テキストエリアデザイン設定 */
.text1 { 
  border:1px solid #ccc;
}

/* テキストエリアデザイン設定 */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
 .text1 { 
  width: 50% !important;
  margin-right: 2px !important;
  margin-top: 1px !important;
 }
}

/* エラーメッセージ */
.caution {
	font-weight: bold;
	color: #cc0000;
}

 /* フォントズーム */
.no2 {
	font-size: 16px;
}

/* フォントボールド */
.strong {
	font-weight: bold;
}

/* フォント赤 */
.red {
	color: #cc0000;
}

/* フォントオレンジ */
.orange {
	color: #ff9900;
}

/* フォント青 */
.blue {
	color: #0000ff;
}

/* フォント緑 */
.green {
	color: #006600;
} 

/* フォントグレー */
.glay {
	color: #666;
}

/* 商品画像枠  */ 
.item img {
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* スペース設定  */ 
.spacebox {
	height: 50px;
}


/* ------------------------------------------------------------

　　メールマガジンアイコン　設定

 ----------------------------------------------------------- */

.mailmag_ent,.mailmag_cha,.mailmag_can {
	color: #ff0000;
}

/* 新規登録 h4 */
.mailmag_ent { 
	font-size: 110%;
	padding: 12px 0 0 60px;
	background: url(../img/icon_mailmag_ent.gif) no-repeat;
}

/* アドレス変更 h4 */
.mailmag_cha {
	font-size: 110%;
	padding: 12px 0 0 60px;
	background: url(../img/icon_mailmag_cha.gif) no-repeat;
}

/* 配信解除 h4 */
.mailmag_can {
	font-size: 110%;
	padding: 12px 0 0 60px;
	background: url(../img/icon_mailmag_can.gif) no-repeat;
}


/* ------------------------------------------------------------

　　商品詳細ページの在庫の直接表示用

 ----------------------------------------------------------- */

#itemStocklist table {
	border-collapse:collapse;
	margin:5px 0;
	padding: 0;
}

#itemStocklist th,
#itemStocklist td {
	margin: 0;
	padding: 0;
	font-weight:normal;
	text-align: left;
	line-height:1.2;
}

#itemStocklist th {
	white-space:normal;
	width: auto;
	border:1px solid #999;
	vertical-align:middle;;
}

#itemStocklist td {
	white-space:normal;
	width: auto;
	border:1px solid #999;
}

#itemStocklist th p,
#itemStocklist td p {
	padding:1px 4px;
	line-height:1.2;
}

#itemStocklist td input,
#itemStocklist td img {
	width:80px;
	height:24px;
	margin:2px;
}

/* バリエーションなしorまとめて管理 */
#itemStocklist table.contType {
	width: auto;
}

#itemStocklist table.contType th,
#itemStocklist table.contType td {
	padding: 0 10px;
	vertical-align: middle;
	font-size: 11px;
}

/* バリエーションごとに管理 */
#itemStocklist table.listType {
	width: 100%;
}

#itemStocklist table.listType th,
#itemStocklist table.listType td {
	font-size: 10px;
}

#itemStocklist table.listType td.stk {
	width: 5em;
	text-align: center;
}

#itemStocklist table.listType td.btn {
	width: 84px;
	vertical-align: middle;
	text-align: center;
}


/* ------------------------------------------------------------

　　複数カテゴリ（サブメニュー用）

 ----------------------------------------------------------- */

/*サブメニュー準備*/
#sps-itemCategoryBox ul {
	zoom: 1;
}

#sps-itemCategoryBox,
#sps-itemCategoryBox ul,
#sps-itemCategoryBox li {
	margin: 0;
	padding: 0;
}

#sps-itemCategoryBox li {
	list-style: none;
}

#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList {
	position: relative;
}

/*サブメニュー非表示（初期）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

/*サブメニュー表示（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList:hover .sps-itemCategorySub {
	display: block;
	z-index: 99;
}

/*サブメニューボックス*/
#sps-itemCategoryBox .sps-itemList .sps-itemCategoryList .sps-itemCategorySub {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
}

/*サブメニュー内リンク*/
#sps-itemCategoryBox .sps-itemList .ca2 a {
	color: #00f;
	font-weight: normal;
	text-decoration: underline;
}

/*サブメニュー内リンク（オンマウス）*/
#sps-itemCategoryBox .sps-itemList .ca2 a:hover {
	color: #00f;
	font-weight: normal;
	text-decoration: underline;
}



/* ------------------------------------------------------------

　　複数カテゴリ（商品一覧用）

 ----------------------------------------------------------- */

/*商品一覧の選択カテゴリの上位カテゴリ*/
#sps-itemCategoryBox .sps-selList .sps-itemCategoryUp .ca2 a {
	padding-left: 0.3em;
	background-image: none;
}

/*商品一覧の表示パターン1（全商品カテゴリを見る非表示）*/
#sps-itemCategoryBox .sps-selList+.sps-itemList {
	margin: 2em 0;
}

/*商品一覧の表示パターン2（全商品カテゴリを見る表示）*/
#sps-itemCategoryBox .sps-allList {
	margin: 2em 0;
}

#sps-itemCategoryBox .sps-allList .sps-itemCategoryMain .ca2 a {
	padding-left: 0;
	padding-right: 0;
	background-image: none;
	text-align: center;
}

/*商品一覧表示パターン2（全商品一覧の表示位置調整）*/
#sps-itemCategoryBox .sps-allList+.sps-itemList {
	margin: -2em 0 2em;
}


/* ------------------------------------------------------------

　　複数カテゴリ（サイトマップ用）

 ----------------------------------------------------------- */

/*見出し*/
#sps-smItemCategory h5 {
	margin: 0 0 0 25px;
	font-size: 12px;
}

/*第2階層以下のカテゴリ*/
#sps-smItemCategory li.sm1 ul {
	margin: 0;
	padding: 0;
}

/*第2階層のカテゴリ*/
#sps-smItemCategory li.sm2 {
	margin: 0 0 0 1px;
}


/* ------------------------------------------------------------

　　キーワードリンク（左サイド用）レイアウト

 ----------------------------------------------------------- */

#sps-leftKeywordBox li {
	background: none;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	line-height: 1.6;
}

#sps-leftKeywordBox li a {
	background: none;
	padding: 0;
	display: inline;
	text-decoration: underline;
}

/*** 商品検索（ヘッダ用）レイアウト ***/
#sps-headSearchBox {
	text-align: left;
}

#sps-headSearchBox form {
	display: block;
	padding: 5px 10px;
}

#sps-headSearchBox form label {
	padding-right: 10px;
	font-size: 11px;
}

#sps-headSearchBox form input[type=text] {
	width: 40%;
	padding: 0.1em 0.3em;
	font-size: 13px;
}

#sps-headSearchBox form input[type=submit] {
	font-size: 13px;
}

/*** 商品検索（ヘッダ用）デザイン ***/
#sps-headSearchBox {
	background:#d6d6d6; /* 背景 */
}

#sps-headSearchBox form {
/*	border:1px solid #ccc; /* 枠線 */
}

div + #sps-headSearchBox form {
/*	border-top:none; /* 枠線の調整 */
}

#sps-headSearchBox form label {
	color: #000; /* 文字色 */
	font-weight: bold; /* 太字 */
}

/*** キーワードリンク（ヘッダ用）レイアウト ***/
#sps-headKeywordBox {
	text-align: left;
}

#sps-headKeywordBox div {
	padding: 5px 10px;
	line-height: 1.6;
	font-size: 12px;
}

#sps-headKeywordBox ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#sps-headKeywordBox li {
	list-style: none;
	display: inline-block;
	padding-right: 0.5em;
}

/*** キーワードリンク（ヘッダ用）デザイン ***/
/* 背景色 */
#sps-headKeywordBox {
	background: #f8f9f9; 
}

/* 枠線 */
#sps-headKeywordBox div {
	border:1px solid #ddd;
}

/* 枠線の調整 */
div + #sps-headKeywordBox div {
}

/* 見出し */
#sps-headKeywordBox span {
	color:#000;
}

/* 見出し区切り文字 */
#sps-headKeywordBox span:after {
	content:" ： ";
}

/*** ヘッダ区切り線調整 ***/
#sps-headSearchBox + div.hline,
#sps-headKeywordBox + div.hline {
	margin-bottom: 10px;
}



/* ==============================================================

　　個別ページ　設定

 ============================================================= */
 
/* ------------------------------------------------------------

　　マイページ、ポップアップ画面

 ----------------------------------------------------------- */

#enter {
	font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
	border: 1px solid #ccc;
	width: 100%;
	text-align: left;
}

#enter .centerbox {
	width: auto;
}

#enter #bread {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px;
}

#enter .title1 {
	border-top: 1px solid #ccc;
	margin-bottom: 5px;
	padding-left: 5px;
}

#enter .mainCont {
	padding: 5px;
}


/* ------------------------------------------------------------

　　サイトマップ

 ----------------------------------------------------------- */

h4.sitemap {
	margin: 0 0 15px;
	font-size: 13px;
}

/* サイトマップリスト設定 */
ul.map { 
	margin: 0 0 20px;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

ul.map a {
	display: inline;
}

li.sm1 {
	display: block;
	margin: 10px 0;
	list-style-type:none;
}

li.sm2 {
	display: block;
	margin: 0 0 5px 10px;
	padding: 0 0 0 10px;
	list-style-type: none;
	text-indent: -10px;
}

.shop.sitemap .layoutp5 td {
	vertical-align: top;
}



/* ------------------------------------------------------------

　　カート画面　設定

 ----------------------------------------------------------- */

.point {
	font-size: 120%;
	color: red;
	font-weight: 900;
}

.pointline {
	font-size: 100%;
	color: #fff;
	font-weight: 900;
	padding: 3px;
	padding-bottom: 5px;
	background-color: #666;
}


/* ナビゲーション （固定）*/
.step_navi01,
.step_navi02,
.step_navi03,
.step_navi04 {
	background-repeat: no-repeat;
	width: 100%;
	height: 37px;
	margin: 0 0 20px;
	text-align: center;
}

.step_navi01 {
	background-image: url(https://ddd-store.jp/img/cart/bg-cart-navi01.png);
}

.step_navi02 {
	background-image: url(https://ddd-store.jp/img/cart/bg-cart-navi02.png);
}

.step_navi03 {
	background-image: url(https://ddd-store.jp/img/cart/bg-cart-navi03.png);
}

.step_navi04 {
	background-image: url(https://ddd-store.jp/img/cart/bg-cart-navi04.png);
}

/* ---- ご利用案内 ---- */
table.layout_left_shoppinguide{
	width:100%;
}

/* --- ボタン余白 ---- */

.mainCont input[value="買い物を続ける"],
.mainCont input[value="購入手続きへ進む"],
.mainCont input[value="戻る"],
.mainCont input[value="ショップに戻る"] {
	margin: 15px 0;
}

.mainCont input[value="ログイン"] {
	margin: 5px 0 0;
}

#enter input[value="ログイン"] {
	margin: 0;
}

body.cartphp input[type="text"],
body.cartphp input[type="password"],
body.cartphp input.text1 {
	margin: 0 4px 0 0;
}

/* ---- レイアウト設定 ---- */

body.cartphp #center3.center > table {
	display: block;
	width: 980px;
	vertical-align: top;
	padding-bottom: 410px;
}

body.cartphp #center3.center > table > tbody > tr > td#center1 {
	padding-bottom: 0;
}


/* ------------------------------------------------------------

　　フリーページ（ブログ）　設定

 ----------------------------------------------------------- */

/*コメントボックス*/
.blogbox {
	width: auto;
	margin: 2px 0;
	padding: 5px 0;
}

/* ブログエントリータイトル h2 */
.entry_title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 10px 10px 10px 0;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 14px;
}

.entry_date{
	display: block;
	padding: 20px 0 8px 0;
	text-align: right;
}

/* ブログステータス */
.state {
	border-top:1px solid #ccc;
	padding: 8px 0px;
	text-align:right;
}

/* h3 ブロックサブタイトル */
.subtitle {
	margin: 10px 0;
	padding: 5px 0;
	text-align: left;
	font-size: 13px;
	background:url(../img/subtitle.gif);
}

/* ブログコメントタイトル */
 p.label { 
	font-weight: bold;
}

/* トラックバックurl */
.tb_url{
	margin-bottom: 10px;
	font-weight: bold;
}


/*  記事詳細ページ
---------------------------------------------*/

body.entries {
	font-size: 1.3em;
}

body.entries .layoutp3,
body.entries .layoutp3 td {
	padding: 8px;
}

body.entries input[type="button"],
body.entries input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



/* ------------------------------------------------------------

　　ショッピングガイド, 特定商取引法に関する表示　設定

 ----------------------------------------------------------- */


/*  四角マークを大きく表示する対応 */
.shoppinguide .mainFrame,
.business .mainFrame {
	font-family: "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
}

/*  ライン・余白設定 */
.shoppinguide  h4.title {
  border-top: 1px dotted #ccc;
  padding-top: 30px;
}

.shoppinguide  h4.title:first-child {
  border-top: none;
  padding-top: 20px;
}

.shoppinguide  #center3 h4.title + .layout_left_shoppinguide {
  margin-bottom: -5px;
}

.shoppinguide  #center3 h4.title + p {
  margin-bottom: 20px;
}



/* まとめ割引リンク */
#bundle_link {
    margin-top: 3px;
    text-align:center;
}

.bundle_display a {
    display:inline-block;
    margin-top:3px;
    padding:3px;
    border:1px solid #f00;
    line-height:1.3;
    text-decoration:none;
    color:#f00;
}

.bundle_display a:hover {
    border:1px solid #f00;
    background:#ffefef;
}

.bundle_table{
    border: 1px solid #999;
    word-wrap: break-word;
    width:98%;
    font-size:0.75em;
}

.bundle_title{
    background-color: #DDD;
    border: 1px solid #999;
    padding: 2px 4px;
}

.bundle_backcolor1{
    background-color: #DDD;
    border: 1px solid #999;
    padding: 2px 4px;
    text-align: center;
}

.bundle_backcolor2{
    background-color: #FFF;
    border: 1px solid #999;
    padding: 2px 4px;
}

.bundle_name {
    display: inline-block;
    margin-top: 3px;
    padding: 3px;
    border: 1px solid #f00;
    line-height: 1.3;
    text-decoration: none;
    color: #f00;
}


div[aria-describedby='bundle_dialog'] .ui-widget-header {
    border: 0px;
    background: #ffffff;
    text-align: left;
}
#bundle_dialog table {
  border-collapse: collapse;
}

#bundle_detail > .bundle_table + h4,
#bundle_detail > .bundle_table + .bundle_table {
 margin-top:1.5em;
}

#bundle_detail > div:last-child {
 padding:1.5em 0 1em;
 text-align:center;
}

#bundle_detail > .bundle_table td {
 font-size:1.2em;
 font-family:"ＭＳ Ｐゴシック", Osaka,monospace;
}

#bundle_detail > .bundle_table ul.option_style li {
 color:#222;
}

h4.newMemberinfo{
    margin-top:15px;
   }
   
   form[name='COUPON'] .backcolor2 p{
    padding-top: 1em;
   }
   
   #EST_SPS_cart #center1 .centerbox .mainFrame .mainCont form[name="NEXTM"] table td hr{
    margin:0 20px;
    height: 2px;
    background-color:#e0e0e0;
    border: 0;
   }
   
   #confirm .bordlayoutp3 td.backcolor1{
    width:25% !important;
   }
   
   /* 戻るボタン(下部) */
   .cartBtnPreviousBottom{
    vertical-align: middle;
    display: inline-block;
   }
   
   /*支払方法余白設定*/
   .bordlayoutp3 td[id^="PAYTYPE"].side.backcolor2{ padding:0;}
   .bordlayoutp3 td[id^="PAYTYPE"].side.backcolor2 .paytypewrap{ padding:10px 15px;}
   
   
   #EST_SPS_order .newMemberTitle,
   #EST_SPS_regist .newMemberTitle{
       text-align: center;
       font-weight: normal;
       margin-top: 1em;
       padding-bottom: 0.5em;
       font-size:1.5em;
       border-bottom: 2px solid #e0e0e0;
   }
   #EST_SPS_order .newMemberTitle ~ table{
       width: 95%;
   }
   #EST_SPS_order .newMemberTitle ~ table .backcolor1{
       width: 28%;
   }
   #EST_SPS_order .newMemberTitle ~ div textarea{
       width: 90%;
   }
   #EST_SPS_order .sps-noregist{
       cursor : pointer;
       display: inline-block;
       margin-top: 0.5em;
       font-size: 0.8em;
   }
   
   #selectPayment .side {padding:0;}
   #selectPayment .side .paytypewrap{padding:10px 15px;}
   