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


body{font-size:15px;
     color: #333;
     line-height:150%;
     background-color: #FFFFFF;
     margin:5px;          /* ページ全体のmargin */
     padding:5px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
　　 background: url(https://img13.shop-pro.jp/PA01071/452/etc/bg_pink2.jpg) repeat;
    }

#center {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:900px;         /* 幅を決定する */
    }







a:link {
	color: #777;
	text-decoration: underline;
}

a:visited {
	color: #777;
	text-decoration: underline;
}

a:active {
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	background: ;
	text-decoration: none;
  
}

img {
	padding: 1px;
	display: block;
	background: #FFF;
	border: 0px;
}

a:hover img {
	padding: 1px;
	display: block;
	background: #EEE;
 	opacity:0.8; 
	filter:alpha(opacity=80); 
}

li {
	list-style-type: none;
	margin-bottom:5px;
}

/*ショップ名文字サイズ*/
h1 {
	font-size: 15px;
	margin-bottom: 5px;
}

/*ページタイトル部分*/
h2 {
	font-size: 15px;
	border-top: 1px dashed #778899;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
        line-height:150%;
}

h3 {
	font-size: 13px;
	margin-bottom: 5px;
        line-height:150%;
}

#main h2 {
	margin-bottom: 5px;
}


#side h2 {
	margin-bottom: 10px;
}

/*商品詳細ページの詳細テキストレイアウト*/
#detail h2{
        font-size: 18px;
	border-top: 1px dashed #778899;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
        line-height:150%;

}

#detail h3 {
	margin: 20px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
	font-weight: nomal;
	color: #000;
	line-height: 170%;
}

#detail h4 {
	margin: 20px 0px;
	font-size: 13px;
	line-height: 170%;
}

#detail .button {
	margin-top: 10px;
}

.footstamp {
	margin-top: 10px 0px;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */



#header {
        font-size: 10px;
}




/*　画面左側の幅　*/
#main {
	width: 670px;
	float: left;
          margin: 0;
}

/*　レイアウト調整　*/
#side {	margin-top: 0px;
	margin-left: 670px;
}

/*　画面右側メニューの幅　*/
.side_in {width:210px;
	margin-top: 0px;
	margin-left:20px;
}

/*　フッター　*/
#footer {
	margin: 50px 0px;
        line-height: 150%;
        text-align:left;
}



/* ************************************************ 
 *	トップ
 * ************************************************ */
.itemarea {
	margin: 0px 10px 0px 25px;
	width:120px;
	float:left;
        line-height: 130%;
        font-size: 15px;
}

/*会員専用ページ*/
#btn_members_login,
#btn_members_logout {
	margin:0px 0px 15px;
}

#btn_members_signup span,
#btn_members_logout span {
	margin:0px 0px 3px;
	display:block;
	font-size:11px;
	line-height:1.1em;
}

/*会員専用価格 トップページ用*/
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
}

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


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */
.list {

}

.list th {
	padding: 5px 20px 10px 0px;
}

.list td {
	padding: 5px 5px 10px 0px;
}

.list_price {
	padding-bottom:5px;
}

/*商品一覧：サブカテゴリーの表示*/

.subcategory {
	margin: 0px 20px 10px 10px;
	width:180px;
	float:left;
}

/*並べ替え条件指定*/
.sort {
	padding: 5px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.pagenavi {
	padding: 10px 0px;
}

#group-list {
	border-top:1px dotted #778899;
	padding-top:5px;
	margin-top:10px;
}

.group-list-link {
	margin:5px 0px 0px;
}

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

.price_all {
	padding:0px;
}

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



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


/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.checkitem_list {
	width:120px;
	margin:0 10px 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:110px;
	margin:0px 10px 3px 0px;
	}

.checkitem .name {
	font-size:15px;
	}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */

.large {
 
 width:640px;
 margin:10px;

}

.small {
	width:200px ;
	margin:0px 0px 0px 10px;
	float:left;
}

/*会員専用価格 商品詳細用*/
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */



#together {
	margin: 0px 0px 20px 0px;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top: 30px;
　　　　margin-left : auto ; margin-right : auto ;
	padding-bottom:5px;
	border-bottom: 1px dashed #778899;
　　　　line-height: 150%;
	}

#together .together_list {
	margin:10px 0px 3px 20px;
	float:left;
	width: 180px;
        height: 250px;
        font-size: 13px;
	text-align:center;
	line-height: 150%;
}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 0px 20px 0px;
}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 2px solid #778899;
}

#trackback .tb_url {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
}

/*table レイアウト　商品詳細の価格表*/
.table {
	background: #FFFFFF;
}

.table th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.table td {
	background: #ffe4e1;
	padding: 3px;
}

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

.price_detail_search {
	padding:0px;
}

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

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
	padding:0px 10px 10px 10px;
}

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#CCC;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	background-color:#EEE;
	padding: 5px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 5px;
}

.option_btn {
	margin-top:10px;
}

/*会員専用価格の表示 オプション用*/
.regular_price_stock {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_stock {
	padding:0px;
}

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

/* ------------------------------------- 
 *	特定商取引法
 * ------------------------------------- */
/*特定商取引表*/
.table_sk {
	background: #CCC;
}

.table_sk th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.table_sk td {
	background: #FFF;
	padding: 3px;
}

/*配送・支払方法*/
.terms {
	padding-top:10px;
	margin-bottom:20px;
	border-top: 1px dotted #CCC;
}

.payment_table{
	width:400px;
	margin:0px 0px 10px 0px;
}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
	float:left;
}


p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

＜使用済みバナー＞
        <!--// アクアヴィGift-->
    <TR><TD><A target="_blank" href="http://www.aquavi.net/products/gift.html"><IMG src="http://img13.shop-pro.jp/PA01071/452/etc/gift_b.jpg" width="200" height="80" border="0"></A></TD></TR>

a:hover img{ 
opacity:0.8; 
filter:alpha(opacity=80); 
-ms-filter: “alpha( opacity=80 )”; 
}

.freepflex{
 
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
}
@media (max-width: 600px) {
  #center{
    width:100%;
    display:block;
}

#side{
  display:block;}
}

@media (min-width: 1024px) {
  .column {
    width: 50%;
  }
}
