/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
        background-image:url(https://img15.shop-pro.jp/PA01154/730/etc/bg1.gif);
	background-repeat:repeat-x;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:950px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	float: left;
	width: 950px;
	clear:left;
	margin:0 0 0 0;
	background-image:url(https://img15.shop-pro.jp/PA01154/730/etc/h_bg.jpg);
	background-repeat:no-repeat;
}
#logo {
	float: left;
	margin:0 0 0 0;
	position:static;
}

#navi {
	width: 540px;
	height:32px;
	list-style:none;
	margin:68px 0 0 0;
	padding:0;
	float:right;
}
/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
}
#category_table{
       float:left;
       width:200px;
       margin:15px 0 0 0;
}
#group_table{
       float:left;
       width:200px;
       margin:5px 0 0 0;
       text-align:center;
}
#search_back {
	float: left;
	width: 200px;
	height:110px;
	background-image:url(https://img15.shop-pro.jp/PA01154/730/etc/search_bg.gif);
          margin:10px 0 0 0;
}

.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}
#f_foreign{
    margin:0 0 0 0;
	text-alighn:center;
	float:left;
}
.b_button{
   float:right;
   margin:20px 0 0 0;
   padding:0;
}
.b_button2{
   float:right;
   margin:20px 0 0 0;
   padding:0 0 20px 0;
}
/*　画面右側の幅　*/
.main {
	float: right;
	width: 750px;
}

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

p#sk_link_other a {
	font-size:12px;
}
<!-- 最新トラックバックエリア -->
#trackback{
       float:left;
       margin:15px 0 0 100px;
       padding:0 0 0 0;
       width:500px;
}

/*　フッター（コピーライト）　*/
#footer_all {
	float: left;
	width: 950px;
	margin:50px 0 0 0;
	position:static;
}
#footer_menu {
         	margin:20px 0 10px 0;
	width:950px;
}

#footer {
 width:950px;
 text-align:center;
 margin:0 0 0 0;
 float:left;
 clear:left;
position:static;
}
.yotsuba{
margin:5px 0 0 0;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}
#footer_about {
	float: left;
	width: 950px;
          margin:20px 0 0 0;
          padding:0 0 25px0;
}
#about_right {
	float: right;
	width: 625px;
}
#about_left {
	float: left;
	width: 300px;
}
.pay_text{
   float:left;
   width:285px;
   font-size:10px;
   color:#666666;
   line-height:15px;
   letter-spacing:0.1em;
   margin:15px 0 0 10px;
   text-align:left;
 }
   
   
   
#footer_souryou {
	float: left;
	width: 300px;
}
.footer_bar{
    float:left;
	margin:0;
	padding:0;
}
.footer_bar2{
    float:left;
	margin:20px 0 0 0;
	padding:0;
}
.yamato{
   float:left;
   margin:10px 0 0 10px;
   padding:0 0 0 0;
 }
 .souryou_text{
   float:left;
   width:285px;
   font-size:10px;
   color:#666666;
   line-height:16px;
   letter-spacing:0.1em;
   margin:20px 0 0 10px;
   text-align:left;
   border:#999999 thin solid;
 }
.red_text{
   width:285px;
   font-size:11px;
   color:#FF0000;
   line-height:16px;
   letter-spacing:0.1em;
   margin:15px 0 0 10px;
   text-align:left;
   float:left;
   font-weight:bold;
}
     
#footer_contact {
	float: right;
	width: 300px;
}


/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 730px;
	height: 30px;
	color: <{$productlist_sort_bgcolor}>;
	font-size:80%;
	background: url(https://img15.shop-pro.jp/PA01154/730/etc/narabi.gif) no-repeat;
	margin:40px 0 1px 20px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:<{$productlist_bgcolor}>;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:<{$productlist_border}>;
	text-decoration:none;
	}

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

.price_all {
	padding:0px;
	margin:0px;
}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 730px;
	height: 28px;
	color: <{$searchlist_sort_bgcolor}>;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:<{$searchlist_bgcolor}>;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:<{$searchlist_border}>;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
}

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


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
#category{
    width:730px;
    margin:0 0 20px 20px;
    padding:0 0 0 0;
    float:left;
}
#product_area{
   margin:20px 0 0 5px;
   padding:0;
   float:left;
   width:745px;
}

.pagenavi {
	width: 730px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(https://img15.shop-pro.jp/PA01154/730/etc/narabi.gif) no-repeat;
	margin:0 0 0 20px;
           float:left;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 170px;
	text-align: center;
	padding:20px 0 5px 15px;
　　　　　 list-style:none;
	}


.product_item {
	text-align:center;
	width:170px;
	margin:0px auto;
	}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

.product_item .name {
	line-height: 100%;
	margin:0;
           font-size:10px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	width: 730px;
	height: 20px;
	color: <{$navi_list_bgcolor}>;
	margin:15px 0 0 20px;
	}

.footstamp a {color: <{$category_fontcolor}>;}
.footstamp a:link    {color: <{$category_fontcolor}>;text-decoration: none;}
.footstamp a:visited {color: <{$category_fontcolor}>;text-decoration: none;}
.footstamp a:active  {color: <{$category_fontcolor}>;text-decoration: none;}
.footstamp a:hover   {color: <{$category_linecolor}>;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}

.footstamp img {
	vertical-align:middle;
}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	}

#top_img {
	float: left;
	width: 600px;
}


/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	text-align:center;
	color:<{$font_color}>;
          	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 100px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #c8d5e6 solid;
          margin: 20px 0 5px 45px;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
        margin:15px 0 0 55px;
	}

#detail .sub img {
	width:150px;
	padding: 4px;
	border:1px #c8d5e6 solid;
	}

#detail .table {
	width: 400px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/detail_table_bg.jpg) left top repeat-y;
	text-align:left;
	margin:20px auto 30px;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	color: #6d2916;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #6d2916;
	background:#f2ebe0;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}
/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	line-height:16px;
	text-decoration:none;
}

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

p#sk_link_other a {
	font-size:12px;
}
/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#shop{
    width:650px;
    float:left;
    margin:20px 0 0 65px;
    padding:0 0 35px 0;
}
    
#ShopKeeper {
	width: 650px;
	color:<{$font_color}>;
	margin:15px 0 0 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}


#ShopKeeper th {
	width: 200px;
	padding:10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:#CCCCCC;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}


/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width:730px;
	height:40px;
	background: url(https://img15.shop-pro.jp/PA01154/730/etc/osusume_bar2.gif) no-repeat;
	color:#3C3853;
	margin:20px 0 0 20px;
	font-weight:bold;
	}
	
.main_title td{
	padding-left:15px;
　　　　　padding-top:15px;
	}

.main_title td img{
	vertical-align:middle;
	}

/* ************************************************ 
 *	top
 * ************************************************ */


#news_table {
	float: left;
	width: 510px;
	margin:0 0 0 0;
	padding:0;
}
.news_box{
     width:485px;
	 margin:0;
	 padding:0;
	 font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	 font-size:12px;
	 letter-spacing:0;
	 line-height:14px;
	 text-align:left;
}
#top_info{
    width:730px;
	height:auto;
	float:left;
	margin:15px 0 0 20px;
	padding:0;
}
#top_img{
     width:730px;
	 height:300px;
	 float:left;
	 margin:0 0 0 0;
	 padding:0;
}
.infobar{
    float:left;
	margin:5px 0 0 0;
	padding:0;
}
.infobar2{
    float:left;
	margin:10px 0 0 0;
	padding:0;
}

#table_block{
     width:510px;
	 height:100px;
	 overflow:auto;
	 float:left;
	 margin:10px 0 0 0;
	 padding:0;
}
#information {
	float: left;
	width: 510px;
          margin:10px 0 0 0;
}
#shopbag_banner{
   float:right;
   width:200px;
   padding:0;
   margin:20px 0 0 20px;
}
#banner_table {
	float: left;
	width: 730px;
           height:215px;
	margin:10px 0 0 0;
           padding:0 0 0 0;
}
#harajyuku{
    　　float:left;
	width:730px;
	margin:10px 0 0 0;
}
.harajyuku_banner{
        float: left;
        width: 730px;
        margin:10px 0 0 0;
}
#teens_dance {
	float: left;
	width: 730px;
	margin:10px 0 0 0;
}
.recommend_bar{
       float:"left";
       width:730px;
       margin:0px;
       padding:0;
}
.teens_table{
        width:730px;
        heights:100px;
        float:left;
        margin:10px 0 0 0;
}

/* ************************************************ 
 *   プライバシーポリシー
 * ************************************************ */
#privacy{
    width:600px;
    float:left;
    margin:20px 0 0 35px;
}  
/* ************************************************ 
 *   キャンペーン
 * ************************************************ */
#c_wrapper {
	float: left;
	width: 730px;
	border:thin solid #FF339A;
           margin:20px 0 0 20px;
}
.campaign_img{
   float:left;
   width:730px;
   margin:0;
   padding:0;
}
#point {
	float: left;
	width: 685px;
	height:185pd;
	border:solid thin #FF339A;
	background-color:#FFE6F2;
	margin:20px 0 0 23px;
}
.present1{
    float:left;
	margin:15px 0 0 20px;
	padding:0 5px 15px 0;
	position:static;
}

#campaign_main {
	float: left;
	width: 446px;
}
.campaign_bar{
    float:left;
	width:446px;
	margin:15px 0 0 20px;
	padding:0;
	position:static;
}
.campaign_text{
   float:left;
   width:430px;
   margin:20px 0 0 30px;
   font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:12px;
   letter-spacing:0.1em;
   line-height:14px;
   font-weight:normal;
   color:#333333;
   text-align:left;
}
.campaign_souryou{
   float:left;
   width:685px;
   height:100px;
   margin:30px 0 0 23px;
   padding:0 0 15px 0;
}  
#campaine_under {
	float: left;
	width: 450px;
	margin:20px 0 0 180px;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:20px;
	color:#333333;
}

/* ************************************************ 
 *   ブランド
 * ************************************************ */
#b_wrapper {
	float: left;
	width: 730px;
	border:thin solid #363753;
	margin:20px 0 0 20px;
}
.campaign_img{
   float:left;
   width:730px;
   margin:0;
   padding:0;
}
#b_point {
	float: left;
	width: 685px;
	border:solid thin #363753;
	background-color:#FFE6F2;
	margin:20px 0 0 23px;
}
.b_logo{
    float:left;
	margin:15px 0 0 20px;
	padding:0 5px 15px 0;
	position:static;
}

#brand_main {
	float: left;
	width: 470px;
}
.brand_bar{
    float:left;
	width:470px;
	margin:15px 0 0 20px;
	padding:0;
	position:static;
}
.brand_text{
   float:left;
   width:430px;
   margin:20px 0 0 30px;
   font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   font-size:12px;
   letter-spacing:0.1em;
   line-height:16px;
   font-weight:normal;
   color:#333333;
   text-align:left;
}
/* ************************************************ 
 *   ショッピングバッグ
 * ************************************************ */
 #sb_wrapper {
	float: left;
	width: 730px;
	margin:20px 0 0 20px;
}
.sb_top{
   float:left;
   width:730px;
   margin:30px 0 0 0;
 }
.sb_title{
   float:left;
   margin:25px 0 0 80px;
   padding:0;
}
.sb_souryou{
  float:left;
  margin:40px 0 0 23px;
  padding:0;
}
.sb_text{
  float:left;
  width:500px;
  margin:20px 0 0 125px;
  color:#666666;
  font-size:12px;
  font-weight:normal;
  letter-spacing:0.1em;
  line-height:16px;
  text-align:left;
}
/* ************************************************ 
 *   衣装協力
 * ************************************************ */
#isyou_wrapper {
	float: left;
	width: 730px;
	border:#CCCCCC solid;
	border-width:thin;
	margin:20px 0 0 20px;
	padding:0 0 50px 0;
}
.isyou_topbar{
   float:left;
   width:700px;
   margin:25px 0 0 15px;
}

#isyou_main {
	float: left;
	width: 700px;
	margin:25px 0 0 15px;
}
.isyou_left{
    float:left;
	margin:25px 0 0 15px;
}
.isyou_right{
    float:right;
	margin:25px 20px 0 0;
}
#isyou_text {
	float: left;
	width: 700px;
	margin:60px 0 0 15px;
}
.isyou_textbar{
    float:left;
	width:700px;
	margin:0;
	background-image:url(https://img15.shop-pro.jp/PA01154/730/etc/isyou_bar_bg1.gif);
	background-repeat:no-repeat;
	padding:0 0 0 10px;
	text-align:left;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.isyoutext{
    width:670px;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:20px;
	font-weight:normal;
	margin:40px 0 0 15px;
	color:#666666;
	text-align:left;
}

/* ************************************************ 
 *   海外
 * ************************************************ */
#f_block {
	float: left;
	width: 700px;
	margin:25px 0 0 20px;
}
.f_bg_top{
   float:left;
   margin:0;
   width:700px;
}
.f_bg_bottom{
   float:left;
   margin:0;
   width:700px;
}


#f_contents {
	float: left;
	width: 700px;
	margin:0;
	background-image:url(https://img15.shop-pro.jp/PA01154/730/etc/f_bg.gif);
	background-repeat:repeat-y;
}

#f_left {
	float: left;
	width: 400px;
	margin:0;
}
.f_title{
   float:left;
   margin:15px 0 0 15px;
   padding:0;
}
.f_text{
   float:left;
   margin:15px 0 0 30px;
   width:345px;
   text-align:left;
   font-size:13px;
   font-weight:normal;
   line-height:20px;
   color:#555555;
   letter-spacing:0;
}
.f_shop_name{
   float:left;
   margin:0 0 0 30px;
   width:360px;
   text-align:left;
   font-size:16px;
   font-weight:bold;
   letter-spacing:0.1em;
   color:#006699;
 }
.f_shop_name2{
   float:left;
   margin:30px 0 0 30px;
   width:360px;
   text-align:left;
   font-size:16px;
   font-weight:bold;
   letter-spacing:0.1em;
   color:#006699;
 }
 .f_shop_adress{
   float:left;
   margin:10px 0 0 40px;
   width:360px;
   text-align:left;
   font-size:12px;
   font-weight:normal;
   letter-spacing:0.1em;
   color:#666666;
   padding:0 0 30px 0;
 }
  .f_shop_adress2{
   float:left;
   margin:10px 0 0 40px;
   width:360px;
   text-align:left;
   font-size:13px;
   font-weight:normal;
   letter-spacing:0.1em;
   color:#666666;
   padding:0 0 25px 0;
 }
 
 #f_right {
	float: right;
	width: 275px;
	margin:40px 0 0 0;
}
 #f_right2 {
	float: right;
	width: 290px;
	margin:35px 0 0 0;
	padding:0 0 20px 0;
}
#f_wrapper {
	float: left;
	width: 720px;
          margin:10px 0 0 20px; 
}

