@charset "utf-8";

/************************************************
 共通設定
************************************************ */
body {
    background: #fff;
    color: #2d2d2d;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;/*0.1em;*/
    text-align:center; /* IE */
    background-position: center;
}

li{
	float: left;
	list-style: none;
}

/* ==============================================
 リンク指定
=============================================== */
a:hover img {
    filter: alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;
}

#filter a:hover img {
    filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
}

input[type='image']:hover.hover_change_alpha_image,
img:hover.hover_change_alpha_image {
    filter: alpha( opacity=60 );  /* IE */
    opacity:0.60;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.60;            /* Firefox 0.9より前 */
}

/* リンク基本カラー指定
----------------------------------------------- */
a:link {color: #0044CC; text-decoration: underline;}
a:visited {/*color: #663399;*/ color: #0044CC;}
a:active {/*color: #CC2200;*/ color: #0088cc; text-decoration: underline;}
a:link:hover, a[href]:hover {
  /*color: #CC2200;*/color: #0088cc; text-decoration: underline;}

/* ==============================================
 【ページ共通】最近見た商品
=============================================== */
#checkItems_h2 { /*margin-left: 20px;*/}
#arrCheckItems {
  /*width:698px;*/
	width: 700px;
 /* margin-left:20px;*/
  margin-bottom:10px;
  padding:14px 0px;
/*border: 1px solid #a4a4a4;*/
}
#arrCheckItems .detailColumn {
  width:111px;/*121px;*/
  float:left;
  padding:0px 13px;/*0px 8px;*/
}



/* ==============================================
 【ページ共通】サイドナビ非表示時のコンテンツ幅調整
=============================================== */
/*メインカラムの基本設定 EC-CUBEのデフォルトから順次置き換え予定*/
#maincolumnw700, .maincolumnw700{
    width:700px;
    text-align:left;
    background:#FFF !important;
    margin:15px 0 20px 0px !important;/*ADD by MD＿20161201*/
}

#maincolumnw880, .maincolumnw880{
    width:880px;
    text-align:left;
    background:#FFF !important;
	margin:15px 0 30px 0px !important;
}
.maincolumnw1000{
    width:1000px;
    text-align:left;
	margin:15px 0 30px 0px !important;
    background:#FFF !important;
}

/*NEWパンくず CSS*/
.org_breadcrumbs {
	overflow: hidden ;
	list-style-type: none ;
	padding: 0px;
	margin: 0px 0px 24px 0px;
	font-size: 11px;
	letter-spacing: -0.01em;
}
.org_breadcrumbs li {
	float: left ;
	font-weight: normal;
}
	.org_breadcrumbs li a{
		color: #0088cc;
	}
.org_breadcrumbs li:after {
	content: ">" ;
	padding: 0 8px ;
	font-weight: normal ;
}
.org_breadcrumbs li:last-child:after {
	content: none ;
}

/*パンくず NEWタグに移行次第削除しよう！*/
#breadcrumbs{
	text-align:left;
	font-size: 11px;/*サイトのベースFONTサイズ変更に伴い追記：Added by MD*/
	
}


/* ==============================================
 ロールオーバーメニューの共通設定
 カテゴリページ内のロールオーバーメニュー設定　背景画像のスライドをtop、bottom等の相対で設定
=============================================== */
/*****　全バージョン共通  *****/
ul.r_over2,ul.r_over3,ul.r_over4,ul.r_over5,ul.r_over6{
    width:700px;
    margin:0px;
    padding:0px;
    list-style:none;
	display:inline-flex;
}
.r_over2 li,.r_over3 li,.r_over4 li,.r_over5 li,.r_over6 li{
    float:left;
    display:block;
}
.r_over2 li a,.r_over3 li a,.r_over4 li a,.r_over5 li a,.r_over6 li a{display: block;}

/*****　横2列(1カラム：350px)バージョン 個別指定項目  *****/
.r_over2 li,.r_over2 li a{width:350px;}

/* 通常表示モード*/
    .navi2_1 a{ background-position: left top !important;}
    .navi2_2 a{ background-position: right top !important;}
/* ロールオーバーモード*/
    .navi2_1 a:hover { background-position: left bottom !important;}
    .navi2_2 a:hover { background-position: right bottom !important;}
/* 表示中モード*/
    .navi2_1_ { background-position: left center !important;}
    .navi2_2_ { background-position: right center !important;}
/* 表示中＆リンク付*/
    .navi2_1_ a{ background-position: left center !important;}
    .navi2_2_ a{ background-position: right center !important;}

/*****　横3列(1カラム：234px/233px)バージョン 個別指定項目  *****/
.r_over3 li,.r_over3 li a{}/*割り切れない為幅を個別指定*/

/* 通常表示モード*/
    .navi3_1 a{ width:234px; background-position: left top !important;}
    .navi3_2 a{ width:233px; background-position: center top !important;}
    .navi3_3 a{ width:233px; background-position: right top !important;}
/* ロールオーバーモード*/
    .navi3_1 a:hover { background-position: left bottom !important;}
    .navi3_2 a:hover { background-position: center bottom !important;}
    .navi3_3 a:hover { background-position: right bottom !important;}
/* 表示中モード*/
    .navi3_1_ { background-position: left center !important;}
    .navi3_2_ { background-position: center center !important;}
    .navi3_3_ { background-position: right center !important;}
/* 表示中＆リンク付*/
    .navi3_1_ a{ background-position: left center !important;}
    .navi3_2_ a{ background-position: center center !important;}
    .navi3_3_ a{ background-position: right center !important;}

/*****　横4列(1カラム：175px)バージョン 個別指定項目  *****/
.r_over4 li,.r_over4 li a{width:175px;}

/* 通常表示モード*/
    .navi4_1 a{ background-position: 0 top !important;}
    .navi4_2 a{ background-position: -175px top !important;}
    .navi4_3 a{ background-position: -350px top !important;}
    .navi4_4 a{ background-position: -525px top !important;}
/* ロールオーバーモード*/
    .navi4_1 a:hover { background-position: 0 bottom !important;}
    .navi4_2 a:hover { background-position: -175px bottom !important;}
    .navi4_3 a:hover { background-position: -350px bottom !important;}
    .navi4_4 a:hover { background-position: -525px bottom !important;}
/* 表示中モード*/
    .navi4_1_ { background-position: 0 center !important;}
    .navi4_2_ { background-position: -175px center !important;}
    .navi4_3_ { background-position: -350px center !important;}
    .navi4_4_ { background-position: -525px center !important;}
/* 表示中＆リンク付*/
    .navi4_1_ a { background-position: 0 center !important;}
    .navi4_2_ a { background-position: -175px center !important;}
    .navi4_3_ a { background-position: -350px center !important;}
    .navi4_4_ a { background-position: -525px center !important;}

/*****　横5列(1カラム：156px)バージョン 個別指定項目  *****/
.r_over5 li,.r_over5 li a{width:140px;}

/* 通常表示モード*/
    .navi5_1 a{ background-position: 0 top !important;}
    .navi5_2 a{ background-position: -140px top !important;}
    .navi5_3 a{ background-position: -280px top !important;}
    .navi5_4 a{ background-position: -420px top !important;}
    .navi5_5 a{ background-position: -560px top !important;}
/* ロールオーバーモード*/
    .navi5_1 a:hover { background-position: 0 bottom !important;}
    .navi5_2 a:hover { background-position: -140px bottom !important;}
    .navi5_3 a:hover { background-position: -280px bottom !important;}
    .navi5_4 a:hover { background-position: -420px bottom !important;}
    .navi5_5 a:hover { background-position: -560px bottom !important;}
/* 表示中モード*/
    .navi5_1_ { background-position: 0 center !important;}
    .navi5_2_ { background-position:  -140px center !important;}
    .navi5_3_ { background-position: -280px center !important;}
    .navi5_4_ { background-position: -420px center !important;}
    .navi5_5_ { background-position: -560px center !important;}

/*****　横6列(1カラム：116px/117px)バージョン 個別指定項目  *****/
.r_over6 li,.r_over6 li a{}/*割り切れない為幅を個別指定*/

/* 通常表示モード*/
    .navi6_1 a{width:117px; background-position: 0 top !important;}
    .navi6_2 a{width:117px; background-position: -117px top !important;}
    .navi6_3 a{width:116px; background-position: -234px top !important;}
    .navi6_4 a{width:116px; background-position: -350px top !important;}
    .navi6_5 a{width:117px; background-position: -466px top !important;}
    .navi6_6 a{width:117px; background-position: -583px top !important;}
/* ロールオーバーモード*/
    .navi6_1 a:hover { background-position: 0 bottom !important;}
    .navi6_2 a:hover { background-position: -117px bottom !important;}
    .navi6_3 a:hover { background-position: -234px bottom !important;}
    .navi6_4 a:hover { background-position: -350px bottom !important;}
    .navi6_5 a:hover { background-position: -466px bottom !important;}
    .navi6_6 a:hover { background-position: -583px bottom !important;}
/* 表示中モード*/
    .navi6_1_ { background-position: 0 center !important;}
    .navi6_2_ { background-position:  -117px center !important;}
    .navi6_3_ { background-position: -234px center !important;}
    .navi6_4_ { background-position: -350px center !important;}
    .navi6_5_ { background-position: -466px center !important;}
    .navi6_6_ { background-position: -583px center !important;}



/* ==============================================
 【削除】全体設定を変更後に削除
 ロールオーバー時の画像透過解除(ページ全体に反映)
=============================================== */
/**/#maincolumnw880 img:hover, #maincolumnw880 a:hover img,
/**/#maincolumnw700 img:hover, #maincolumnw700 a:hover img,
/**/.maincolumnw880 img:hover, .maincolumnw880 a:hover img,
/**/.maincolumnw700 img:hover, .maincolumnw700 a:hover img{
/**/    filter: alpha(opacity=100); -moz-opacity:1; opacity:1;
/**/}

/* ==============================================
 ページ内のコンテンツ見出し
=============================================== */
h2.sub_head{
	font-size:18px;
	font-weight:bold;
	border-bottom:2px solid #333 !important;
	padding:4px;
	margin:0;
	color:#333;
	text-align:left !important;
}
h2.sub_head a{text-decoration: none !important;}
h2.h2_ttl{
	display: block;
    font-size: 19px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    background: #333;
    padding: 6px 6px 6px 16px;
	font-weight: normal;
	line-height: 1;
	padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: -0.01em;
	position: relative;
	text-align: left !important;
/*border-width: 0px 0 1px 10px; border-style:solid; padding:6px; font-size:130% !important; text-align:left !important;
    display: block;
    border-top: 1px solid #666;
    border-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 0;
    line-height: 1;
    letter-spacing: -0.01em;
	text-align:left !important;*/
}
h2.h2_ttl a{ text-decoration:none; color: #FFF !important;}
h2.h2_ttl a:hover{text-decoration: none; }
h2.h2_ttl:before{
	content: "";
	position: absolute;
	top:0;
  left: 6px;
	background: #FFF;
	width: 6px;
	height: 36px;
}

h3.h2_ttl-subtx{}


h3.sub_ttl{
	font-size:16px;
	font-weight:bold;
	padding:6px 0 4px 6px;
	border-bottom:#f7f7f7 1px solid;
	color:#666;
	margin:0 0 8px 0;
}


/* ==============================================
 ページ内のコンテンツ見出し(ルミナスロゴ付) H3Ver
=============================================== 
Smple:http://www.luminous-club.com/products/list/category_10000015/*/
maincolumnw880 h3.logo_ttl, #maincolumnw700 h3.logo_ttl,
.maincolumnw880 h3.logo_ttl, .maincolumnw700 h3.logo_ttl{
    margin: 0 0 10px 0;
	border-bottom:#2d2d2d 2px solid;
	font-size:22px !important;
}

maincolumnw880 h3.logo_ttl b, #maincolumnw700 h3.logo_ttl b,
.maincolumnw880 h3.logo_ttl b, .maincolumnw700 h3.logo_ttl b{
	display: inline-block;
    height:34px;
    padding:4px 18px 0 110px;
    margin:0 10px 0px 0;
    background-color:#333;
    font-size:110%;
    font-weight: normal;
    color:#FFF;
    background-image:url("../../img/custom/01-base/h4_logo.png");
    background-position:top 0px;
    background-repeat: no-repeat;
	border-radius: 4px 4px 0 0/4px 4px 0 0;
}


/* ==============================================
 ページ内のコンテンツ見出し
=============================================== */
#maincolumnw880 h4.ttl_tx, #maincolumnw700 h4.ttl_tx{
    display: inline-block;
    height:20px;
    width:690px;
    padding:0px 0px 0px 10px;
    margin:0 0 10px 0;
    font-size: 19px;
    font-weight: normal;
    /*font-family:"Hiragino Kaku Gothic Pro","Meiryo","MS PGothic",sans-serif;*/
    color:#333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

/* ==============================================
 ダウンロード リンクボタン設定
=============================================== */
#maincolumnw880 span.link_bnt{
    display:block;
    background:#ffad0f !important;
    padding:0 !important;
    width:250px !important;
    height:60px !important;
    border-radius: 9px;
}
#maincolumnw880 span.link_bnt:hover{background:#FFBDBF !important;}




/* ==============================================
 【削除】汎用フォント 
=============================================== */
.b {font-weight:bold;}
.u {border-bottom: solid 1px;}

.white  {color: #FFFFFF;}
.red {color: #C80808;}
.redb {color: #C80808; font-weight:bold;}
.blue {color: #0808C8;}
.darkgreen {color: #57828a;}
.green {color: #339966;}
.yellow {color: #EE0;}
.magenta {color: #E0D;}
.gray {color: #999;}
.darkgray {color: #333;}
.black {color:#000;}
.stroke_white {text-shadow: 1px 1px 2px #FFF, -1px 1px 2px #FFF, 1px -1px 2px #FFF, -1px -1px 2px #FFF ;}

.left { text-align: left !important;}
.right { text-align: right !important;}
.center { text-align:center !important;}

.xxlarge {font-size: xx-large;}
.xlarge {font-size: x-large;}
.large {font-size: large;}
.medium {font-size: medium;}
.small {font-size: small;}
.xsmall {font-size: x-small;}
.xxsmall {font-size: xx-small;}

.redb_title {
    color: #C80808;
    font-weight:bold;
    font-size:medium;
    text-decoration:underline;
}

/* ==============================================
 汎用 margin/padding
=============================================== */
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt75{margin-top:75px !important;}
.mt80{margin-top:80px !important;}
.mt85{margin-top:85px !important;}
.mt90{margin-top:90px !important;}
.mt95{margin-top:95px !important;}
.mt100{margin-top:100px !important;}

.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}

.ml02{margin-left:2px !important;}
.ml03{margin-left:3px !important;}
.ml04{margin-left:4px !important;}
.ml05{margin-left:5px !important;}
.ml09{margin-left:9px !important;}
.ml10{margin-left:10px !important;}
.ml12{margin-left:12px !important;}
.ml14{margin-left:14px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}

.mr02{margin-right:2px !important;}
.mr03{margin-right:3px !important;}
.mr04{margin-right:4px !important;}
.mr05{margin-right:5px !important;}
.mr09{margin-right:9px !important;}
.mr10{margin-right:10px !important;}
.mr12{margin-right:12px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}

.nomargin{ margin:0px !important; }

.pd05{padding:5px !important;}
.pd10{padding:10px !important;}
.pd15{padding:15px !important;}

.pt04{padding-top:4px !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}
.pt55{padding-top:55px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt85{padding-top:85px !important;}
.pt90{padding-top:90px !important;}
.pt95{padding-top:95px !important;}
.pt100{padding-top:100px !important;}
.pt110{padding-top:110px !important;}
.pt115{padding-top:115px !important;}
.pt120{padding-top:120px !important;}
.pt130{padding-top:130px !important;}
.pt140{padding-top:140px !important;}
.pt150{padding-top:150px !important;}

.pb00{padding-bottom:0px !important;}
.pb03{padding-bottom:3px !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}
.pb55{padding-bottom:55px !important;}
.pb60{padding-bottom:60px !important;}

.pl10{ padding-left:10px !important;}
.pl20{ padding-left:20px !important;}
.pl30{ padding-left:30px !important;}

.pr10{ padding-right:10px !important;}
.pr20{ padding-right:20px !important;}
.pr30{ padding-right:30px !important;}

.nopadding{ padding:0px !important; }

/* ==============================================
 その他 汎用CSS
=============================================== */
.dsp_block{ display:block !important;}
.notxt{ display:none;}
.bdless,
.borderless { border: none !important; }
.fl{ float:left !important;}
.fr{ float:right !important;}

table.bdless,
table.bdless th,
table.bdless td {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size:12px;
}

table.bdless a img:hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.70;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.70;            /* Firefox 0.9より前 */
}

.mouse_cursor_pointer {
    cursor: pointer;
}

.ls005 { letter-spacing: 0.5px; }
.lh24 { line-height: 24px; }

.dotline { padding-bottom: 5px; border-bottom: 1px dashed #ccc; }

/* ==============================================
 ユーティリティ
=============================================== */
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
	content: '.';
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}

/* ==============================================
 汎用 見出し（ｈ2など）のテキスト非表示設定
=============================================== */
.txnon{
text-indent: 100%;/*txt非表示*/
    white-space: nowrap;/*txt非表示*/
    overflow: hidden;/*txt非表示*/
}
/* ==============================================
スクロール中に上部にフィットして止まるナビの基本設定
=============================================== */
#undercolumn .fixed {
    position: fixed;
    top: 0;
    width: 700px;
    z-index: 10000;
}	
/*固定グローバルナビ 共通設定*/
	
#undercolumn #fix-globalNavi{
	width: 700px;
	/*background:#f7f6f4;*/
	;/*background-color: rgba(247,246,244,0.9)背景透過設定*/
	/*padding: 6px 0px !important;*/
	margin: 0px !important;
	/*border-bottom: #1b1b1b 2px solid;*/
	z-index: 10000;
	overflow: hidden;
}
#undercolumn #fix-globalNavi ul{
		width: 100%;
		max-width: 700px;
		/*list-style: none;
		padding: 0 2.5% 0 1.1%;
		margin: 0px;*/
	}
	
#undercolumn #fix-globalNavi ul li{
	/*width: 162px;*/
	/*border: 2px solid #d62547;*/
	float: left;
	/*margin: 0 0 0 1.4%;*/
	}
	



/* ==============================================
 汎用 アンカーリンク（ページ上部へ戻るリンク画像バージョン）
=============================================== */
/*基本設定*/
#goto_list, .goto_list{
    width:700px;
    height:50px;
    background:url(../../img/custom/01-base/jump_goto-bk.png) no-repeat;
}
#goto_list .link, .goto_list .link {
    float:right;
}
#goto_list .link a, .goto_list .link a {
    width:130px;
    height:50px;
    display:block;
    text-indent: 100%;/*txt非表示*/
white-space: nowrap;/*txt非表示*/
overflow: hidden;/*txt非表示*/
    background-position:0 0;
}
#goto_list .link a:hover, .goto_list .link a:hover{
    background-position:0 -50px;
}
/*背景設定 GO TO LIST*/
.jump_goto-list a{
    background:url(../../img/custom/01-base/jump_goto-list.png) no-repeat;
}
/*背景設定 pagetop*/
.jump_pagetop a{
        background:url(../../img/custom/01-base/jump_page-top.png) no-repeat;
}
/*背景設定 catalogmenu*/
.jump_catmenu a{
        background: url(../../img/custom/01-base/jump_catmenu.png) no-repeat;}

/*背景設定 カートに移動*/
.jump_cart a{
        background:url(../../img/custom/01-base/jump_cart.png) no-repeat;
}

/*  【削除】旧共通タイトル
=============================================== */
/**/#maincolumnw880 h3.ttl, #maincolumnw700 h3.ttl,
/**/.maincolumnw880 h3.ttl, .maincolumnw700 h3.ttl{
/**/    display:block;
/**/    color:#333;
/**/    font-size:2.4em;
/**/    font-weight:bold;
/**/    border-bottom:#666 4px solid;
/**/    padding:0px 0px 6px 0px;
/**/    margin:-4px 0 0 0;
/**/}


/**/#maincolumnw880 h4.ttl b, #maincolumnw700 h4.ttl b,
/**/.maincolumnw880 h4.ttl b, .maincolumnw700 h4.ttl b{
/**/    font-size:160%;
/**/}

/*  【削除】h3下テキスト
=============================================== */
/**/p.sub_info{
/**/    display:block;
/**/    padding:8px;
/**/    font-size:100%;
/**/}

/*  【削除】ページ内のコンテンツ見出し(ルミナスロゴ付) h3での使用に順次変更
=============================================== */
/**/#maincolumnw880 h4.ttl, #maincolumnw700 h4.ttl,
/**/.maincolumnw880 h4.ttl, .maincolumnw700 h4.ttl{
/**/    display: inline-block;
/**/    height:32px;
/**/    padding:6px 10px 0 110px;
/**/    margin:0 0 10px 0;
/**/    background-color:#333;
/**/    font-size:1.6em;
/**/    font-weight:bold;
/**/    /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
/**/    color:#FFF;
/**/    background-image:url("../../img/custom/01-base/h4_logo.png");
/**/    background-position:0px;
/**/    background-repeat: no-repeat;
/**/}
