@charset "UTF-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
  line-height: normal;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* -- 画像と画像リンク -- */
img,
img a,
img a:hover {
  border: 0;
  margin: 0;
  text-decoration: none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */

body {
  font-size:80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 830px;
  background: url(img/bg-wrapper.jpg) repeat-y 0 0;
}

#header {
  width: 100%;
  height: 220px;
  position: relative;
  margin-bottom: 2em;
  background: url(img/bg-header.jpg) no-repeat 0 0;
}

#contents {
  float: right;
  width: 570px;
  padding-right: 20px;
}

#sidebar {
  float: left;
  width: 200px;
  padding-left: 20px;
}

#footer {
  clear: both;
  background: url(img/bg-footer.jpg) no-repeat 0 100%;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* -- 企業名 ショップ名 サイト名 -- */
/*
.logo {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 20px;
}

.logo a {
  text-decoration: none;
  display: block;
  width: 200px;
  height: 50px;
  background: url(img/bg-logo.jpg) no-repeat 0 0;
}

.logo a:hover {
  text-decoration: none;
  background: url(img/bg-logo.jpg) no-repeat -200px 0;
}
*/

/*
テキストの場合はこのソースを使用
以下のソースを上記にコピペして調整して下さい
---------------------------------------------
.logo {
  font-size: 120%;
  position: absolute;
  top: 10px;
  left: 20px;
}

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}
*/

/* -- 概要 -- */
.shop_description {
  font-size: 90%;
  position: absolute;
  top: 0.5em;
  right: 20px;
}

/* -- グローバルナビゲーション -- */

#header #globalnavi {
  list-style-type: none;
  width: 800px;
  height: 30px;
  position: absolute;
  top: 70px;
  left: 15px;
  overflow: hidden;
}

#header #globalnavi li {
  text-align: center;
  width: 160px;
  height: 30px;
  float: left;
  margin: 0;
  background: url(img/bg-globalnavi.jpg) no-repeat -160px 0;
}

#header #globalnavi li a {
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 10px 0;
  background: url(img/bg-globalnavi.jpg) no-repeat 0 0;
}

#header #globalnavi li a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

/* -- ご利用案内等のリンク部分 -- */

#header ul {
  list-style-type: none;
  position: absolute;
  top: 2em;
  right: 20px;
}

#header li {
  display: inline;
  margin-left: 0.5em;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 1em;
  padding:  1em 0 1em 20px;
}

h3,h4,h5,h6 {
  margin-top: 2em;
  background: url(img/bg-h.jpg) no-repeat 0 50%;
  clear: both;
}

h2 { background: url(img/bg-h.jpg) no-repeat 0 50%; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path { margin-bottom: 0.5em; }

/* -- ページ先頭へのリンク -- */
#contents .page-top {
  line-height: normal;
  text-align: right;
  margin-bottom: 2em;
  clear: both;
}

.clear { clear: both; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- サイドバー内の文字 -- */
#sidebar p { margin-bottom: 2em; }

/* -- サイドバー内のタイトル -- */
#sidebar .sidetitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0.5em 0;
  color: #006699;
  background-color: #ffffff;
  border-bottom: 1px solid #006699;
}

/* -- ローカルナビゲーション -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 4px;
}

.localnavi li { display: inline; }

.localnavi a {
　font-size:16px;
  text-decoration: none;
  display: block;
  width: 200px;
  padding-top: 4px;
  padding-left: 2px;
  padding-bottom: 4px; 
  background: url(img/bg-localnavi.jpg) no-repeat 0 100%;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background: url(img/bg-localnavi.jpg) no-repeat -200px 100%;
}

/* -- サイドバー内のお知らせ情報 -- */
#sidebar dl {
  width: 200px;
  margin-bottom: 2em;
}

#sidebar dt {
  text-align: center;
  padding: 0.5em 0;
  color: #ffffff;
  background-color: #D2691E;
}

#sidebar dd {
  line-height: 1.6em;
  margin-bottom: 2em;
  padding: 0.5em 9px;
  border: 1px solid #D2691E;
}

/* ---------------------------------------- #footer内の指定 */

/* -- コピーライト部分 -- */
address {
  text-align: center;
  font-style: normal;
  padding-bottom: 0.5em;
}

/* -- 会社名 住所など -- */
#footer dl {
  font-size: 90%;
  text-align: right;
  padding: 3em 20px 0.5em;
}

#footer dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#footer dd { margin: 0; }

/* -- 会社概要 特定商取引法リンク -- */
#footer ul {
  text-align: center;
  list-style-type: none;
  padding: 0 0 1em 20px;
}

#footer li {
  display: inline;
  padding-left:1em;
}

/* 以下 CSSデザインサンプルクレジット部分 */
#cds { display: none; }

/* ---------------------------------------- トップページ */

/* -- お薦め商品 -- */
.ul-topinfo-list01 {
  list-style-type: none;
  width: 560px;
  padding: 0 0 1em 10px;
}

.ul-topinfo-list01 li {
  float: left;
  width: 160px;
  margin-right: 5px;
}

/* -- 新着商品 -- */
.dl-topinfo-list02 dt {
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-style: solid solid solid solid;
	border-width : 1px 1px 1px 1px;
  margin-bottom: 0.5em;
  color: #006699;
  background-color: #ffffff;
}

.dl-topinfo-list02 .imgbox {
  float: left;
  margin: 0 2em 2em 0;
}

/* -- お知らせ / 更新情報 -- */

.dl-topinfo-list03 { margin: 0 0 1em; }

.dl-topinfo-list03 dt {
  margin-bottom: 0.5em;
  color: #006699;
  background-color: #ffffff;
}

.dl-topinfo-list03 ul {
  list-style-type: none;
  margin: 1em 0;
}

.dl-topinfo-list03 li {
  line-height: 1.6em;
  padding: 10px 0 9px;
  border-bottom: 1px solid #666666;
}

/* ---------------------------------------- 会社概要ページ */

.table-about {
  width: 100%;
  margin: 1em 0;
}

.table-about th {
  font-weight: normal;
  width: 160px;
  padding: 0.5em 10px;
  background-color: #6699cc;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.table-about td {
  width: 380px;
  padding: 0.5em 0 0.5em 10px;
}

/* ---------------------------------------- 個人情報ページ */
.ol-privacypolicy { margin: 2em 0 1em 30px; }

.ol-privacypolicy li {
  line-height: 1.6em;
  margin-bottom: 1em;
}

/* ---------------------------------------- フォーム */


form dl { margin: 1em 0; }

form dt { margin-bottom: 2px; }

form dd { margin-bottom: 1em; }

form span {
  padding-left: 0.5em;
  color: #ff0000;
  background-color: #ffffff;
}

input { padding: 2px; }

/* ---------------------------------------- 各商品ページの指定 */

/* -- 商品カテゴリー -- */

#contents .dl-list-01 {
  width: 570px;
  margin: 1em 0;
}

#contents .dl-list-01 dt {
  width: 200px; /* 幅調節 */
  height: 300px; /* 高さ調節 */
  float: left;
  clear: left;
}

#contents .dl-list-01 dd {
  width: 370px; /* 幅調節 */
  height: 300px; /* 高さ調節 */
  float: left;
}

/* -- 商品詳細分類 商品一覧 -- */

#contents .ul-list-02 {
  list-style-type: none;
  width: 570px;
  margin: 1em 0;
}

#contents .ul-list-02 li {
  float: left;
  width: 185px; /* 幅調節 */
  margin-bottom: 4em;
}

#contents .ul-list-02 dl { height: 300px; } /* 高さ調節 */

#contents .ul-list-02 dt { margin-bottom: 1em; }

#contents .ul-list-02 dd { margin-bottom: 0.5em; }

/* -- 個別商品ページ -- */

#contents .dl-list-03 {
  width: 570px;
  margin: 1em 0;
}

#contents .dl-list-03 dt { margin-bottom: 1em; }

#contents .dl-list-03 dd { margin-bottom: 1em; }

 /* 画像を左寄せにする */
.left {
  float: left;
  margin: 0 2em 2em 0;
}

 /* 画像を右寄せにする */
.right {
  float: right;
  margin: 0 0 2em 2em;
}

.pagenavi{
  font-weight : normal;
  margin-top : 10px;
  margin-bottom : 10px;
  font-size : 14px;
  line-height : 120%;
}

.pagenavi-link:link {
	color : navy;
	text-decoration : underline;
}

.pagenavi-link:visited {
	color : purple;
	text-decoration : underline;
}

.pagenavi-link:hover {
	color: red;
	text-decoration: underline;
  
}

#search_view {
	line-height: 12px;
	height : 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e5e5;
	border-right-color: #cecece;
	border-bottom-color: #cecece;
	border-left-color: #e5e5e5;
	padding: 0px;
	width : 175px;
	font-size: 12px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#search_view #search_pad {
	padding: 4px;
}
#search_view_01 {
	float: left;
	width: 82px;
	height: 90px;
	margin: 0px;
	padding: 0px;
  line-height : 110%;
}

#search_view_01 a:hover {
	position: absolute;
	display: block;
	z-index: 1;
}

#search_view_01 img {
	border: 1px solid #dfdfdf;
	margin-right: 2px;
}

#search_view_02 {
	
	float: left;
	width: 82px;
	line-height: 100%;
	font-size: 18px;
	color: #ff0000;
  font-weight : bold;
}

#search_view_02_01 {
	font-family:MS UI Gothic;
	float: left;
	width: 79px;
	line-height: 110%;
	font-size: 11px;
	color: #005500;
}

#search_view_03 {
	float: left;
	width: 79px;  
}

#search_view_com {
	height:3.5em;
	color : navy;
	border-width:0px;
	padding: 2px 0;
	line-height: 100%;
	font-size: 12px;
	clear: left;
	padding-top: 2px;
	font-weight: bold;
}

#search_view_com2 {
	line-height: 110%;
	font-size : 10px;
	clear: left;
	padding-top: 2px;
}
#search_view_com2 a {
	display: block;
	font-size : 10px;
	text-decoration:none;
	color:#333333;
}

#search_view_com3 {
	
	font-size : 12px;
	clear: left;
	padding-top: 2px;
  margin-top : 2px;
}

.label {
  width:400px;
  margin-bottom: 8px;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

div#consumer-item-data div.data-box div.additional div.description {
  margin-top:12px;
  margin-bottom:12px;
  color:#666666;
  font-size:12px;
}

p.description{
  color:#666666;
  font-size:12px;
}

p.text {
  margin-top:8px;
  margin-bottom:8px;
  margin-left:10px;
}

.float-left {
  float: left;
}

#pan_nav {
	font-size: 16px;
	padding: 5px;
	clear: left;
	border: 1px solid #FFCC99;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color : #ffffe6;

}

IMG{border:0;}

.hpb-cnt-tb1 {
	background-color: #ffffff;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-style: solid solid solid solid;
	border-width: 1px 0px 0px 1px;
  font-size : 16px;
}

.hpb-cnt-tb-cell2 {
	color : black;
	background-color: #ffffff;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	border-style: solid solid solid solid;
	border-width : 0px 1px 1px 1px;
  font-size : 14px;
}


/***** 在庫状況など *****/

.clear-both {
 clear:both;
}


div.additional {
  padding-top:8px;
}

div.additional p.value {
  width: 150px;
}

div.additional p.icon {
  width: 128px;
  height: 22px;
  background: url('icon-triangle-white-orange-right.gif') 0 0 no-repeat;
  padding-left: 22px;
}

div.additional p.icon a {
  text-decoration: underline;

}

div.additional .description {
  margin-top:12px;
  margin-bottom:12px;
  color:#666666;
  font-size:14px;
}

div.additional .description img {
  vertical-align:middle;
}

div.additional .description a {
  font-weight: bold;
  text-decoration: underline;
}

div.additional p.description span.finish {
  font-size:12px;
}

div.additional div.package {
  margin-top:12px;
  margin-bottom:12px;
  color:#666666;
  font-size:14px;
}

div.additional div.package a.package-link {
  width: 100px;
}

div.additional p.title {
  width: 76px;
  vertical-align:middle;
}

/*** 星マーク部分***/

span.average-block {
  position: absolute;
  left: 50px;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 78px;
  height: 15px;
  line-height: 15px;
  background-image: url('http://www.moshimo.com/images/shop/articles/detail/average.gif');
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter: alpha(opacity=25);
}

span.average {
  position: absolute;
  left: 50px;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  background-image: url('http://www.moshimo.com/images/shop/articles/detail/average.gif');
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}


/***** 在庫状況など *****/

 div.item-status p {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}

 div.item-status div {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000000;
}

div.item-status div img{
  margin-right: 5px; 
}

div.item-status p img {
  margin-right: 5px; 
}

 div.item-status span.stock {
  color: #75AA03;
}
