@charset ‘UTF-8′; /*　文字コード*/


/*********************
*
*	mainコンテンツ
*
**********************/
	
#GazouText {
  position: relative; /* 絶対位置で指定(親ボックス基準) */ 
  top: 16px;         /* 上から100px */ 
  left: 16px;         /* 上から100px */ 
  border-top: 1px solid #808080;         /*上1pxライン */ 
  border-left: 1px solid #808080;         /*左1pxライン */
}
  
#GazouText td{
  border-right: 1px solid #808080;         /*右1pxライン */ 
  border-bottom: 1px solid #808080;         /*下1pxライン */
}


#GazouTextPankuzu {


}

#GazouTextPankuzu span{
  position: relative;  
  left: 10px;       
	font-size:12px;
	
}

#GazouTextSub{
	
	background-color:#eeeeee;
//	vertical-align:middle;
}


/*
商品一覧制御部分
*/

.GazouTextSubBase{
	width:100%;
	margin: 0%;
	padding: 0%;
	vertical-align:middle;
}

/*
幅10pxスペーサー
*/

.dummy{
	float: left;
	width:10px;
	font-size:12px;
}

/*
ページ表示
*/
.GazouTextSubLeft{
	float: left;
	width:250px;
	font-size:12px;
	text-align:left;
}
/*
表示形式選択
*/
.GazouTextSubCenter{
    white-space: nowrap;
    float: left;
	width:218px;
	font-size:12px;
	text-align:center;
}

/*
ページ切替選択
*/
.GazouTextSubRight{
 	float: left;
	width:250px;
	font-size:12px;
	text-align:right;
}

/*
ページ選択
*/
.GazouTextSubSelectPageItem{
    font-weight: bold;
/*	color: #6c8cad;
	text-decoration:underline;*/
}

.GazouTextImage{
  background-color:#f3f3f3;
  width:170px;
  height:170px;
  text-align:center;
}

.GazouTextImage a{
  width:170px;
  height:170px;
  text-align:center;
}



.GazouTextDetail{
  position: relative;
  width:170px;
  text-align:left;
}
  
.GazouTextNumber{ 
	font-size:13px;
	font-weight: bold;
	
}
  
.GazouTextOrderTitle{ 

	font-size:15px;
	font-weight: bold;
	color:#785928;
	
}
  
.GazouTextCaption{ 
    padding-bottom: 5px;
	font-size:11px;
	
}

/* 下位区分表示 */
.class_list {
	font-size:11px;
	line-height: 15px;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.target_class {
    background-color:#eeeeee;
}