/*------------------------------------------------------
  (c) 2007 System Integrator Corp. All rights reserved.
  フロント共通のスタイルを定義する。
--------------------------------------------------------*/

/*---------
  common
-----------*/
html {
  margin: 0;
}
/*20100703修正追加start*/
body {
	text-align: center;
	color: #333333;
	font-family:sans-serif;
	background-color: #FFFFFF;
	font-size:12px;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5,h6,p,ul{
    margin: 0px;
	padding:0px;
}

div {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	width:100%;
	padding:0px;
	text-align:left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	}
	
.wrapper {
	width:100%;
	padding:0px;
	text-align:left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	}

#left {
	float: left;
	width: 202px;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	margin: 0px 18px 10px 0px;
	padding: 0px;
	}

#center {
	float: right;
	width: 728px;
	}

/*20100703追加end*/
div.buttonarea {
  text-align: right;
}
div.messageArea {
  color:#ff0000;
  margin :0.5em;
  padding:0.5em;
  font-size:12px;
  font-weight:normal;

  background-color:#ffeeee;
  border-style:double;
  border-width: 3px;
  border-color: #cccccc;
}
/* 10.1.4 K00171 追加 ここから */
div.returnPolicyArea {
  margin: 0.5em;
  padding: 0.5em;
  border-style: dashed;
  border-width: 1px;
  border-color: #cccccc;
  display: none;
}
/* 10.1.4 K00171 追加 ここまで */
/*---------
  image
-----------*/
img {
  border-width:0;
}

/*---------
  font
  20100715中浜基本12pxに変更
-----------*/

.price {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
	}

#priceh {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}

.taxfont {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	}

.seil {
  font-size: 12px;
  font-weight: bold;
	
	}

.necessary, .important {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}
.caution {
  font-size: 12px;
  color: blue;
}
.example {
  font-size: 12px;
  color: #0000FF;
}
.large {
  font-size: 14px;
}
.sub_large_bold {
  font-size: 14px;
  font-weight: bold;
}
.sub_large {
  font-size: 14px;
}
.normal {
  font-size: 12px;
}
.normal_strong {
  font-size: 12px;
  font-weight: bold;
}
.small {
  font-size: 10px;
}
.small_b {
  font-size: 10px;
  font-weight: bold;
}
.color {
  color: red;
  font-weight: bold;
}
.num_right {
  text-align:right;
}

.normal_right {
  font-size: 12px;
  text-align:right;
}

.normal_left {
  font-size: 12px;
  text-align:left;
}

.normal_center {
  font-size: 12px;
  text-align:center;
}

.caption {
  font-size: 12px;
  font-weight: bold;
}

.buttonmargin {
	margin: 10px;
	}
/*---------
  table
-----------*/
table.top {
  height: 12px;
  background-color: #CBC5C1;
}
table.list {
  border-style: solid;
  border-width:  0px 1px 0px 1px;
  border-color: #cccccc;
}
table.tbl{
 border-width: 1px 0px 1px 0px;
 border-style: solid;
 border-color: #CCCCCC;
 margin-bottom: 2px;
}
table.header {
  border-style: dashed;
  border-width:  0px 0px 1px 0px;
  border-color: #999999;
}
table.label_under {
  border-style: solid;
  border-width:  0px 2px 2px 1px;
  border-color: #999999;
  font-size: 12px;
  text-align: center;
}
table.tbl_align {
  margin-right : 10%;
  margin-left : 10%;
}
table.tbl_align_L {
  margin-right : 5%;
  margin-left : 5%;
}
table.tbl_align_C {
  margin: 0 auto;
}
table.sub_tbl{
  border-style: solid;
  border-width:  1px 1px 1px 1px;
  border-color: #999999;
  font-size: 12px;
}
td.text_align_C {
  text-align: center;
}
td.text_align_L {
  text-align: left;
}
td.text_align_R {
  text-align: right;
}
td.left_border {
  border-style: solid;
  border-width:  0px 0px 0px 1px;
  border-color: #cccccc;
}
td.right_border {
  border-style: solid;
  border-width:  0px 1px 0px 0px;
  border-color: #cccccc;
}
tr.column_headline, td.column_headline {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #9AA0A9;
}
tr.line_headline, td.line_headline {
  background-color: #F4F4F4;
}
td.row1 {
  border-style: dashed;
  border-width:  0px 0px 1px 0px;
  border-color: #999999;
  background-color: #FFFFFF;
}
td.row2 {
  border-style: dashed;
  border-width:  0px 0px 1px 0px;
  border-color: #999999;
  background-color: #F4F4F4;
}
td.row_num_right1 {
  border-style: dashed;
  border-width:  0px 0px 1px 0px;
  border-color: #999999;
  background-color: #FFFFFF;
  text-align: right;
}
td.row_num_right2 {
  border-style: dashed;
  border-width:  0px 0px 1px 0px;
  border-color: #999999;
  background-color: #F4F4F4;
  text-align: right;
}

/*----
  hr
------*/
hr {
  color: #cccccc;
}
hr.under_label_L {
  color: #998787;
}

/*---------
  footer
-----------*/
table.footer {
  text-align: center;
  font-size: 12px;
}

/*------------
  table_header
--------------*/
td.tblHeader_left {
  background-image: url('../image/table_header_left.gif');
  background-repeat: no-repeat;
  width:  21px;
  height: 29px;
}
td.tblHeader_center {
  background-image: url('../image/table_header_center.gif');
  background-repeat: repeat-x;
  font-size: 12px;
  font-weight: bold;
}
td.tblHeader_right {
  background-image: url('../image/table_header_right.gif');
  background-repeat: no-repeat;
  width:  21px;
  height: 29px;
}
td.label_1 {
  background-image: url('../image/label_1.gif');
  background-repeat: no-repeat;
  width: 48px;
  height: 24px;
}
td.label_2 {
  background-image: url('../image/label_2.gif');
  font-size: 12px;
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-weight: bold;
  height: 24px;
}
td.label_3 {
  background-image: url('../image/label_3.gif');
  background-repeat: no-repeat;
  width: 48px;
  height: 24px;
}
td.label_2_1 {
  background-image: url('../image/label_2_1.gif');
  background-repeat: no-repeat;
}
td.label_2_2 {
  background-image: url('../image/label_2_2.gif');
  font-size: 12px;
  background-repeat: repeat-x;
  color: black;
  font-weight: bold;
}
td.label_2_3 {
  background-image: url('../image/label_2_3.gif');
  background-repeat: no-repeat;
}
td.navi_left_1 {
  background-image: url('../image/navi_left_1.gif');
  background-repeat: no-repeat;
}
td.navi_left_2 {
  background-image: url('../image/navi_left_2.gif');
  background-repeat: no-repeat;
}
td.navi_center {
  background-image: url('../image/navi_center.gif');
  font-size: 12px;
  background-repeat: repeat-x;
}
td.navi_right {
  background-image: url('../image/navi_right.gif');
  background-repeat: no-repeat;
}

/*------------
  table_footer
--------------*/
td.tblFooter_left {
  background-image: url('../image/table_footer_left.gif');
  background-repeat: no-repeat;
  width:  21px;
  height: 29px;
}
td.tblFooter_center {
  background-image: url('../image/table_footer_center.gif');
  background-repeat: repeat-x;
  font-size: 80%;
  font-weight: bold;
}
td.tblFooter_right {
  background-image: url('../image/table_footer_right.gif');
  background-repeat: no-repeat;
  width:  21px;
  height: 29px;
}

/*-----------
  フォーム
-------------*/
.full_width {
  ime-mode: active;
}
.half_width {
  ime-mode: inactive;
}
.half_width_right {
  ime-mode: inactive;
  text-align: right;
}
.ime_disable {
  ime-mode: disabled;
}

/*-----------
  パンくずリスト
-------------*/
.topic_path {
  font-size: 12px;
  margin: 5px;
}

/*-----------
  メッセージ表示用テーブル
-------------*/
tr.tbl_label, td.tbl_label {
  background-color: #cceeff;
  font-weight: bold;
  height: 29px;
}
tr.list_row, td.list_row {
  background-color: #e5f6ff;
}

/*-----------
  ログアウト
-------------*/
td.logout {
  padding: 15px;
  color: #998787;
  background-color: #FEF9F4;
  font-size: 12px;
  border: 2px solid #998787;
}

.logout span {
  font-size: 170%;
}

/*-----------
  お知らせ情報
  20100703中浜追加
-------------*/
.information {
	font-size: 12px;
}

.informationheader{
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 726px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	}

.information li {
	list-style: none;
	padding-left: 10px;
}

/*-----------
  カテゴリ(商品一覧向け)
-------------*/
.active {
  color: #808080;
  text-decoration: underline;
}

/*-----------
  カテゴリ(index向け)
-------------*/
.categoryLine {
  width: 100%;
  padding: 1px 0;
  background: #f4f4f4;
}

.categoryLine ul {
  margin: 0;
  margin-left: 4px;
  padding: 0;
  clear: both;
}

.categoryLine li {
  float: left;
  border: 1px solid #888888;
  margin: 2px 1px 1px 1px;
  width: 231px;
  list-style-type: none;
  background-color: #efedec;
  background-image: url('../image/category_back.gif');
  background-repeat: repeat-x;
  font-size: 7pt;
}

.categoryLine a{
  color: #000000;
  display: block;
  width: 224px;
  height: 15px;
  padding: 5px 0 0 7px;
  background: url('../image/category_mark.gif') no-repeat left;
  text-decoration: none;
}

.categoryLine a:hover {
  color: #666666;
}

.categoryLine a:active {
  color: #666666;
}

.categoryLine a:focus {
  color: #666666;
}

/*-----------
  widthが${system.frontPageWidth}でないテーブルのセンタリング対策
-------------*/
.small_table_width {
  text-align: center;
  width: 720px;
}

/*-----------
  エラーメッセージ用
-------------*/
.err {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

/*----------
  パスワードポリシー
------------*/
.password {
   font-size: 10px;
   color: blue;
}

/*----------
  商品詳細
------------*/
h1.commodityName {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.skuImages {
  border: dashed 2px silver;
  padding: 10px;
  text-align:left;
  margin-top: 10px;
  width: 176px;
  font-size: 12px;
}

/*-- add --*/
.err2 {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.reviewTitle {
  font-weight: bold;
}

/*-----------
  右寄せ、中央寄せ
-------------*/
.align_right {
  text-align:right;
}
.align_center {
  text-align:center;
}
.align_left {
  text-align:left;
}

/*-----------
  上寄せ、中央寄せ
-------------*/
.valign_top {
  vertical-align: top;
}
.valign_middle {
  vertical-align: middle;
}
.valign_bottom {
  vertical-align: bottom;
}

/*-----------
  ショップ名(注文内容系表示用)
-------------*/
.shopName {
  font-weight: 600;
}

/*-----------
  V9から一時的に移行
-------------*/
.Cmdty_Price_Cell {
  font-size: 95%;
  color: #000000;
  text-align: right;
}
.Cmdty_SalePrice_Cell {
  font-size: 95%;
  color: #FF0000;
  font-weight: 600;
}
.Cmdty_ShopName_Cell {
  color: #000000;
  font-size:11px;
}
.Cmdty_ThumbImg_Cell {
 text-align: center;
 vertical-align: middle;
}
.Cmdty_PointRate_Cell {
  color: #D26900;
  font-weight: 600;
}
.Cmdty_Desc_Cell {
  color: #000000;
  font-size:11px;
  text-align: left;
  margin: 5px;
}
.Cmdty_Name_Cell {
  color: #000000;
  font-size:12px;
}
.errorMessageArea {
  color: #FF0000;
  font-size: 12px;
  margin: 1em;
  padding: 1em;
  background-color: #FDF7F2;
  border: 1px solid #CCCCCC;  
}
.warningMessageArea {
  color: #663300;
  font-size: 10px;
  margin: 1em;
  padding: 1em;
  background-color: #FFFBF1;
  border: 1px solid #FFCC66;  
}
.informationMessageArea {
  color: #006666;
  font-size: 10px;
  margin: 1em;
  padding: 1em;
  background-color: #FFFFE5;
  border: 1px solid #CCCC99;
}

label {
  cursor: pointer;
}

/*------------------
  20100703中浜追加
  Headr部
------------------*/

.header0 {
	background-color:#EEEEEE;
	border-top: 8px solid #142E7B;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	width: 100%;
	}

#header0-1 {
	font-size: 12px;
	font-weight: normal;
	height: 12px;
	width: 950px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	}

.body950px {
	width: 950px;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	}


.header1 {
	width: 950px;
	height: 40px;
	margin: 0px;
	}


#header2 {
	float: left;
	width: 185px;
	height: 40px;
	margin: 0px;
	}


#header2-1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	background-image: none;
	width: 185px;
	height: 40px;
	}
	
#header2-1 img{
	width: 180px;
	height: 40px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#header3 {
	float: right;
	width: 765px;
	height: 40px;
	margin: 0px;
	}

#header4 {
	width: 765px;
	height: 24px;
	margin: 0px;
	}

#header4-1 {
	float: left;
	width: 300px;
	height: 24px;
	margin: 0px;
	}

#header4-2 {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	height: 24px;
	margin: 0px;
	}

#header4-2 img{
	height: 15px;
	width: 24px;
	vertical-align: middle;
	margin: 0px;
	}

#header5 {
	width: 765px;
	height: 16px;
	margin: 0px;
	}

#header5-1 {
	float: left;
	width: 100px;
	height: 16px;
	}

#header5-2 {
	float: right;
	list-style: none;
	height: 16px;
	margin: 0px;
	}

.header5-2-li1 {
	float: left;
	border-right: 1px solid #000000;
	margin-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	}

.header5-2-li1 img{
	height: 15px;
	width: 14px;
	vertical-align: middle;
	}

.header5-2-li2 {
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	}

.header5-2-li2 img{
	height: 15px;
	width: 14px;
	vertical-align: middle;
	}

.searchbg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-top: 5px;
	width: 948px;
	height: 27px;
	padding-top: 5px;
	clear: both;
	}

.search01 {
	width: 938px;
	padding-left: 10px;
	font-size: 12px;
	vertical-align: bottom;
	}

#search02 {
	float: left;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 4px;
	height: 25px;
	margin-right: 10px;
	}

.form01 {
	float: left;
	font-size: 12px;
	margin: 0px;
	vertical-align: middle;
	}
	
.formimg {
	vertical-align: top;
	}

#search03 {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 3px;
	height: 24px;
	}
	
	
.chumokukey {
	margin-top:10px;
	margin-bottom: 0px;
	margin-left: 130px;
	margin-right: 0px;
	font-size:12px;
	
	}

.hotspacetext {
	width: 950px;
	margin-top:10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:12px;
	}
	
.hotspacetext img {
	padding-left: 70px;
	vertical-align: bottom;
	}
	
/*------------------
  20100703中浜追加
  footer部
------------------*/

.footerh{
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 948px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-bottom: 3px;
	}
	
.footerliul{
	float: left;
	list-style: none;
	margin: 0px;
	padding-left: 50px;
	}

.footerlist {
	float: left;
	border-right: 1px solid #000000;
	margin-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	}

.footerlistend{
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	}

.footerf {
	text-align: center;
	font-size: 12px;
	}
	
/*------------------
  20100703中浜追加
  Left category部分
------------------*/

.categoryhead {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 202px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	}

.categoryul {
	list-style: none;
	}

.categoryul li{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
		}

.categorydiv {
	margin-bottom: 20px;
	width: 202px;
	}

.campaigndiv {
	margin-bottom: 20px;
	font-size: 12px;
	width: 202px;
	}
	
.campaignlist {
	list-style: none;
	padding-left: 10px;
	}

.campaignlist li{
	background-image: url(../image/mark_arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	vertical-align: bottom;
	}

.campaignbottom {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	}

.mark {
	margin-left: -10px;
	}	

.leftoshirasea {
	width: 192px;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	}	

.leftoshiraseb {
	width: 192px;
	margin: 0px;
	padding: 5px;
	}


.oshiraseb {
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	font-size: 12px;
	}

.leftimenuimg {
	width: 66px;
	float: left;
	}

.lleftmaintex {
	font-size: 10px;
	margin-bottom: 2px;
	}

.listleft {
	width: 202px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

	
/*------------------
  20100703中浜追加
  メインページ部分
  20100715橋川修正
  バナー部分
------------------*/
	
.sub-main1{
	width:728px;
	height: 240px;
	padding: 0px;
	margin: 0px;
	}

.sub-main1 a:hover img{
    margin: -1px;
	position: relative;
	border: 1px solid #ee2222;
	}
	
.banner300px{
	float: left;
    width: 410px;
    height: 240px;
	}

.banner300px div{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	vertical-align: bottom;
	overflow: hidden;
	}

.banner300px img{
	width: 410px;
    height: 230px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	overflow: hidden;
	}

.banner140px li {
	float:left;
	width: 140px;
	height: 110px;
	padding: 0px;
	list-style:none;
	list-style-type:none;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-top: 0px;
	vertical-align: bottom;
	}
	
.banner140px img{
	width: 140px;
	height: 110px;
	vertical-align: bottom;
	overflow: hidden;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.uresujirank {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 726px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	}

.oshirase {
	margin-bottom: 30px;
	}
	
/*------------------
  20100705中浜追加
  メイン部分
------------------*/

.bottommargin {
	margin-bottom: 20px;
	}	
/*------------------
  20100709中浜追加
  商品リスト部分
------------------*/

.comlist {
	width: 728px;
	font-size: 12px;
	}

.shouhinlist {
	float: left;
	width: 160px;
	height: 320px;
	margin: 8px;
	padding: 0px;
	}

.listbottom {
	clear: both;
	}

.topicpathmargin {
	margin-top: 5px;
	}

.kensaku {
	border: solid 1px #CCCCCC;
	width: 726px;
	}
/*------------------
  20100705中浜追加
  商品詳細部分
------------------*/

.shouhinh {
	text-align: left;
	width: 718px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	}

.mainh {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 726px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	}

.detail {
	width: 728px;
	padding: 0px;
	margin: 0px;
	}

.shouhintopleft {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
	}

.shouhintopright {
	float: right;
	width: 430px;
	padding-top: 10px;
	padding-left: 58px;
	}
	
.shosailist01 {
	list-style: none;
	margin-bottom: 20px;
	font-size: 12px;
	}
	
.shosailist01 li{
	padding-bottom: 2px;
	}
	
.shosailist02 {
	list-style: none;
	margin-bottom: 20px;
	font-size: 12px;
	}
	
.shosailist02 li{
	padding-bottom: 2px;
	}

.payleft {
	float: left;
	width: 100px;
	}
	
.payright {
	float: right;
	text-align: left;
	width: 330px;
	}

.infoleft {
	float: left;
	font-size: 12px;
	}

.infoleft2 {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	}

.inforight {
	float: right;
	}

.ninki {
	padding-top: 10px;
	font-size: 12px;
	clear: both;
	}

.syouhinsyousai {
	clear: both;
	width: 728px;
	}
	
.shosai {
	padding: 10px;
	font-size: 12px;
	}

.recommend01 {
	width: 162px;
	height: 210px;
	float: left;
	margin: 10px;
	font-size: 12px;
	}

.recommendimg {
	margin-bottom: 5px;
	text-align: center;
	}

.reviewhleft {
	float: left;
	padding-left: 10px;
	}

.reviewhright {
	float: right;
	padding-right: 10px;
	}

.reviewmain {
	clear: both;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 30px;
	}

.bottominfo {
	margin-bottom: 10px;
	}

/*------------------
  20100712中浜追加
  会計周り
------------------*/

/*--フロー--*/
.cartfl {
	text-align: center;
	border: 0px;
	}

.cartshop {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 738px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	}

.carttablewidth {
	text-align: center;
	}

.cartinfowidth {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 20px;
	}

.cartleft {
	float: left;
	width: 375px;
	text-align: left;
	}

.cartright {
	float: right;
	width: 375px;
	text-align: right;
	}

.carttd {
	width: 750px;
	margin-left: 8px;
	 }

.carttd td{
	padding: 5px;
	 }

.paywidth {
	width: 950px;
	}


.paymentleft{
	float: left;
	width: 610px;
	padding: 0px;
	}
	
.paymentright {
	float: right;
	width: 320px;
	padding: 0px;
	}


.bagbox {
	width: 750px;
	}

.bagul  {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px; 
	width: 750px;
	font-size: 12px;
	}

.bag01 {
	border-left: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
	padding: 5px; 
	}

.bag02 {
	border: solid 1px #c0c0c0;
	border-top:none;
	padding: 5px;
	}
			
.bagstext {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	}

.bagltext {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 738px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	}

.shippinginfowidth {
	width: 950px;
	padding-top: 10px;
	margin-bottom: 20px;
	border-top: solid 2px #CCCCCC;
	}

.shippingleft {
	float: left;
	width: 475px;
	text-align: left;
	}

.shippingright {
	float: right;
	width: 475px;
	text-align: right;
	}


.confirm01 {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 570px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	}

.confirm02 {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 938px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	}

.confirmnormal {
	font-size: 12px;
	margin: 10px;
	}

/*------------------
  20100709中浜追加
  汎用パーツ
------------------*/

/*--ロング見出し--*/

.hbgcenter {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 948px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	}

.hbgleft {
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../image/t_img.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 938px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
	}


/*--全体ページのwidthとパディング-*/
.allwidth {
	width: 930px;
	padding: 10px;
	}

/*--パンくず--*/


/*------------------
  20100708橋川追加
  「shopinfo」用
------------------*/

.shopinfo_container {
	width: 688px;
	padding: 10px 20px 20px 20px;
	line-height: 1.5;
	font-size: 12px;
	}


.shopinfo_title {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}
	
.shopinfo_title01 {
	font-weight: bold;
	padding: 10px;
	}
	
.shopinfo_title01_a {
	padding: 10px;
	}
		
.shopinfo_title02 {
	padding: 5px 0px 5px 15px;
	}
	
.shopinfo_text01 {
	color: #666666;
	width: 646px;
	border: dotted 1px #CCCCCC;
	padding: 10px;
	margin: 10px;
	}
	
.shopinfo_ol01 {
	padding-left:20px;
	}
	
.shopinfo_ol_bold {
	font-weight: bold;
	}

.shopinfo_ul01 {
	padding-left: 15px;
	list-style-type: none;
	}
	
	


/*------------------
  20100712橋川追加
  「guide」用
------------------*/

.guide_container {
	margin-left: 48px;
	font-size: 12px;
	line-height: 1.5em;
	}
	
.guide_ul {
	list-style-type: none;
	}
	
.guide_privacy_ul {
	list-style-type: none;
	float: right;
	padding: 20px 0 40px 0;
	}
	
.guide_ul_kaki {
	color: #666;
	border-left: solid 1px #ccc;
	padding: 0px 20px 0px 10px;
	list-style-type: none;
	margin: 10px;
	}
	
.guide_ul_kaki2 {
	color: #333;
	padding: 0px 20px 0px 10px;
	list-style-type: none;
	margin: 10px;
	}
	
.guide_title {
	width: 660px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}
	
.guide_faqimg {
	padding: 28px;
	}
		
.guide_table {
	width: 680px;
	margin: 20px 0 0 8px;
	}
	
.guide_table td {
	width: 340px;
	padding: 5px 5px 10px 5px;
	}
	
.guide_table td img {
	padding-right: 3px;
	}
	
.guide_stitle {
	width: 290px;
	font-size: 14px;
	font-weight: bold;
	color: #E72510;
	border-bottom: solid 2px #999999;
	text-decoration: none;
	margin-bottom: 10px;
	}
	
.guide_stitle a {
	color: #E72510;
	text-decoration: none;
	}
	
.guide_ul {
	margin: 0 0 5px 10px;
	list-style-type: none;
	}
	
	
.guide_2title {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-bottom: 15px;
	}	
	
.guide_box01 {
	width: 680px;
	margin: 0 0 0 28px;
	font-size:12px;
	}
	
.guide_box01 img {
	padding: 7px;
	}
		
.guide_strong2 {
	background: #D9EAFF left center;
	padding: 5px;
	height: auto;
	border-left: thick solid #990000;
	margin: 5px;
	font-weight: bold;
	}
	
.guide_title02 {
	color: #000;
	font-weight: bold;
	padding: 10px 0 0 15px;
	}
	
.guide_title03 {
	padding: 10px 0 10px 5px;
	font-weight: bold;
	}

.guide_textbox01 {
	padding: 10px;
	}
	
.guide_textbox01a {
	padding: 10px;
	}
	
.guide_textbox01 img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 20px 0 20px 0;
	}
	
.guide_tablebox01 {
	margin: 10px;
	}
	
.guide_list_image {
	width: 600px;
	margin: auto;
	}
	
.guide_list_image ul {
	list-style-type: none;
	padding: 10px 0 10px 0;
	}
	
.guide_list_image li {
	display: inline;
	}
	
.guide_call_left {
	float: left;
	width: 310px;
	padding: 7px;
	border: dotted 1px #ccc;
	}
	
.guide_call_right {
	float: right;
	width: 310px;
	padding: 7px;
	border: dotted 1px #ccc;
	margin-bottom: 20px;
	}
	
.guide_faq_left {
	float: left;
	width: 300px;
	padding: 7px;
	margin-left: 20px;
	}
	
.guide_faq_right {
	float: right;
	width: 300px;
	padding: 7px;
	margin-bottom: 20px;
	}
	

.guide_faq ul {
	list-style-type: none;
	padding: 10px 0 10px 0;
	}
	
.guide_faq_a {
	float: left;
	padding: 5px;
	color: #FF0000;
	width: 20px;
	height: auto;
	font-weight: bold;
	}
	
.guide_faq_q {
	float: left;
	padding: 5px;
	color: #0000FF;
	width: 20px;
	font-weight: bold;
	}
	
.guide_faq_text {
	float:right;
	display: inline;
	padding: 5px;
	width: 550px;
	height: auto;
	}
	
.guide_faq_box {
	border: 1px dotted #ccc;
	width: 620px;
	padding: 7px;
	margin: 15px;
	}
	

/*------------------
  20100716橋川追加
  「大型説明ページ用」用
------------------*/
.oogata_box01 {
	width: 680px;
	margin: 0 0 0 28px;
	font-size: 12px;
	}
	
.oogata_table01 {
	margin: 10px 0 10px 20px;
	}

.oogata_infobox {
	width: 630px;
	border: solid 1px #FF9933;
	margin: 10px 5px 20px 5px;
	padding: 10px;
	}
	
.oogata_infobox ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	}

.oogata_infobox_icon {
	float: left;
	margin-right: 10px;
	}

.oogata_infobox_text {
	width: 550px;
	}

.oogata_menulink {
	padding: 7px;
	text-align: center;
	}

.oogata_list02 {
	width: 600px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	border: 1px dotted #ccc;
	}

.oogata_list02 ul {

	}

.oogata_list02 li {
	margin-left: 10px;
	}

.oogata_titleimg {
	margin-top: 10px;
	padding: 5px;
	}
	
.oogata_denkiimg {
	padding: 5px;
	}
	
.oogata_zuimg {
	margin-left: 10px;
	padding: 10px;
	}



/*------------------
  20100714橋川追加
  「企画ページ用」用
------------------*/

/*--------------新装セール用cssスタート--------------*/

.sale_container {
	width: 680px;
	font-size: 12px;
	text-align: left;
	margin: auto;
	}
		
.sale_list_image {
	margin: 20px 0 20px 5px;
	}
	
.sale_list_image ul {
	list-style-type: none;
	padding: 10px 0 10px 0;
	}
	
.sale_list_image li {
	display: inline;
	margin: 20px 5px 20px 0;
	float: left;
	}
		
.sale_shinsou_box01 {
	padding: 20px;
	border: 1px dotted #ccc;
	background-color: #fffff0;
	padding-bottom: 20px;
	clear:both;
	}
	
.sale_shinsou_box01 h1 {
	font-weight: bold;
	font-size: 14px;
	color: #000066;
	padding: 0 0 20px 0;
	}
	
.sale_shinsou_box01 h2 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	padding: 0 0 15px 5px;
	}
	
.sale_shinsou_box01a {
	margin-top: 20px;
	text-align: right;
	}
	
.sale_shinsou_box01b {
	margin: 20px 0 20px 0;
	text-align: right;
	}
	
.sale_shinsou_box02 {
	padding: 10px;	
	margin: 20px 0px 20px 0px;
	border: 1px dotted #ccc;	
	}
	
.sale_shinsou_box03 {
	padding: 10px;
	border-bottom: 2px dashed #999999;
	font-weight: bold;
	width: 450px;
	margin: auto;
	}
	
.sale_shinsou_box03 img {
	padding: 5px 5px 20px 5px;
	}
	
.sale_shinsou_box04 {
	padding: 10px;
	width: 450px;
	margin: auto;
	}
	
.sale_shinsou_box04 ul {
	list-style-type: none;
	}
	
.sale_shinsou_box04li01 {
	font-weight: bold;
	font-size: 14px;
	color: #ff6347;
	margin-bottom: 5px;
	}
	
.sale_shinsou_box04li02 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}


.sale_shinsou_c-table {
	font-size: 12px;
	}


.sale_shinsou_c-table img {
	padding: 5px;
	margin: 5px;
	}
	
.sale_shinsou_c-table p {
	padding-bottom: 20px;
	width: 220px;
	text-align:center;
	font-weight: bold;
	}
	
.sale_shinsou_c-table p a {
	color: #FF8C00;
	}	

.sale_shinsou_c-box01 {
	margin: 5px;
	border :1px dotted #ccc;
	}
	
.campain_kanban {
	margin-left: 8px;
	}
	
/*--------------新装セール用csseエンド--------------*/


/*--------------即納コーナーcssスタート--------------*/

.sokuno_c-table {
	margin: 30px 20px;
	font-size: 12px;
	}


.sokuno_c-table img {
	padding: 5px;
	margin: 5px;
	}
	
.sokuno_c-table p {
	padding-bottom: 20px;
	width: 220px;
	text-align:center;
	font-weight: bold;
	}
	
.sale_shinsou_c-table p a {
	color: #dc143c;
	}	

.sale_shinsou_c-box01 {
	margin: 5px;
	border :1px dotted #ccc;
	}

/*--------------即納コーナー用csseエンド--------------*/
