@charset "Shift_JIS";
/*
--------------------------------------------------
Cecile BASE layout CSS
Version: 27th Feb. 2008
----------------------------------------------- */

/* ========================================
	初期化
======================================== */

html *{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background: #fff;
	text-align: center;
	color: #6d6a65;
	font-size: 80%;
	line-height: 1.3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

ul, ol, li, p{
	margin: 0;
	padding: 0;
}

ul, li, ol{
	list-style: none;
}

table{
	border: 0;
	font-size: 100%;
}

img{
	border: 0;
}

hr{
	display: none;
	clear: both;
}

/* リンク色 */

a:link, a:visited{
	color: #58493d;
}

a:hover{
	color: #88796d;
}

/* 共通クラス設定 */
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

.clear{
	clear: both;
}

.bold{
	font-weight: bold;
}

.w-normal{
	font-weight: normal;
}

.nowrap{
	white-space: nowrap;
}

/* フォントサイズ */
/*
.size70{
	font-size: 75%;
}*/

.size80{
	font-size: 85%;
}

.size120{
	font-size: 120%;
}

/* 色 */
.red{
	color: #e00;
}

/* 余白 */
.p10{
	padding: 10px 0;
}

.p5{
	padding: 5px 0;
}


/* 画像中央揃え */
.v-middle{
	vertical-align: middle;
}

/* 半角英数折り返し */
.word-break{
	word-break: break-all;
}

/* パンクズナビ */
#breadcrumb{
	font-size: 85%;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
}

/* エラー・メッセージ */
.attention{
	padding: 3px 5px 3px 15px;
	background: url(/img/common/icon_attention.gif) no-repeat 0 0.3em;
	font-weight: bold;
	text-align: left;
	color: #d00;
}

/*----- clearfixハック -----*/

/* IE以外のモダンブラウザ向け */
.clearfix:after{
	width: 0;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7および、Mac：IE5向け */
.clearfix {
	display: inline-block;
}

/* IE6以前向け */
/* Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */ 


/* ========================================
	head:ヘッダ  
======================================== */
#head{
	position: relative;
	width: 780px;
	height: 44px;
	margin: 0 auto;
}

#head-wrap{
	background: url(/img/common/bg_head.gif) left top repeat-x;
}
 
/* ロゴ */
#head .logo{
	position: absolute;
	left: 0;
	top: 12px;
}

/* 35周年 */
#head .anniversary{
	position: absolute;
	left: 115px;
	top: 3px;
}

/* 説明 */
#head .text{
	position: absolute;
	left: 186px;
	top: 12px;
	width: 150px;
	text-align: left;
	letter-spacing: 0;
	font-size: 85%;
	color: #2f2620;
}

#head .text a{
	text-decoration: none;
	font-weight: normal;
}

#head .text a:hover{
	color: #58493D;
}

/* 説明 2007.12.03〜 */
#head .catchword{
	position: absolute;
	left: 115px;
	top: 12px;
	width: 150px;
	text-align: left;
	letter-spacing: 0;
	font-size: 85%;
	color: #2f2620;
}

#head .catchword strong{
	font-weight: normal;
}

#head .catchword a{
	text-decoration: none;
}

#head .catchword a:hover{
	color: #58493D;
}

/* 説明 100412 ヘッダ部バナー露出対応 文字サイズ固定*/
#head .catchword{
	font-size: 11px;
}

/* 検索 */
#head .head-search{
	position: absolute;
	/* left: 300px; */
	left: 290px;
	top: 9px;
}

#head .head-search input{
	margin: 0;
}

#head .head-search .search-txt{
	margin: 0 4px 0 0;
	height: 20px;
	border: 1px solid #999;
	width: 135px;
	padding-left: 22px;
	background: #fff url(/img/common/bg_search_icon.gif) 4px 3px no-repeat;
}

#head .head-search input{
	vertical-align: top;
}

/* ウィッシュリスト */
#head .wishlist{
	position: absolute;
	left: 489px;
	top: 0;
}

/* カート */
#head .cart{
	position: absolute;
	left: 627px;
	top: 0;
}

/* ========================================
	hNavi:ヘッダナビ
======================================== */
#hNavi{
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	min-height: 23px;
	border-bottom: solid 1px #98897E;
	background: url(/img/common/bg_head_navi.gif);
}

/* 070502追加 標準 */
* html #hNavi{
	height: 23px;
}

/* 070502追加 互換 */
* html #hNavi{
	height: 24px;
}

/* 静的ページ向け */
* html body.static #hNavi{
	height: 24px;
}

#hNavi ul{
	margin: 0 auto;
	padding: 0 225px 0 0;
	width: 555px;
	min-height: 22px;
	text-align: left;
}

* html #hNavi ul{
	height: 22px;
	padding: 0;
	margin: 0 225px 0 0;
}

#hNavi li{
	float: left;
	font-size: 85%;
	min-height: 17px;
	padding: 5px 7px 0 7px;
	white-space: nowrap;
	background: url(/img/common/line_hnavi.gif) no-repeat;
}

/* 080220修正 標準 */
* html #hNavi li{
	min-height: 16px;
	padding: 6px 7px 0 7px;
}

/* 070502追加  互換 */
* html #hNavi li{
	padding: 6px 7px 0 7px;
	height: 17px;
}

/* 静的ページ向け */
* html body.static #hNavi li{
	padding: 6px 7px 0 7px;
	height: 17px;
}

/* ヘッダナビ 100412 ヘッダ部バナー露出対応 文字サイズ固定*/
#hNavi li{
	font-size: 11px;
}

#hNavi li a{
	padding: 1px 0 0 6px;
	background:url(/img/common/icon_arrow_r.gif) 0 0.3em no-repeat;
}

#hNavi li a:link,
#hNavi li a:visited{
	text-decoration: none;
	color:#2F2620;
}

/* ========================================
	inCart:カートの中
======================================== */
#inCart{
	position: absolute;
	clear: both;
	right: 0px;
	top: -38px;
	width: 221px;
	font-size: 85%;
	color: #2f2620;
	background: url(/img/common/bg_head_cart1.gif) no-repeat left top;
}

#inCart p{
	font-size: 96%;
	text-align: right;
	background: url(/img/common/bg_head_cart2.gif) no-repeat left bottom;
	padding: 9px 5px 4px 55px;
	min-height: 15px;
}

* html #inCart p{
	padding: 8px 5px 6px 55px;
	height: 15px;
}

#inCart p span{
	padding: 0 0 0 3px;
}

/* ========================================
	wrap:枠
======================================== */
.wrap{
	clear: both;
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* ========================================
	gNavi：共通要素 ジャンルナビ
======================================== */
#gNavi{
	width: 780px;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}

#gNavi li{
	float: left;
	min-height: 19px;
	width: 155px;
	padding: 0 1px 1px 0;
	margin: 0 0 1px 0;
	background: url(/img/genre/navi/btn_gnavi-ft.gif) left bottom no-repeat;
}

#gNavi li.nav06,
#gNavi li.nav11,
#gNavi li.nav16,
#gNavi li.nav21{
	clear: left;
}

* html #gNavi li{
	float: none;
	height: 20px;
	display: inline;
	vertical-align: text-top;
}

#gNavi li a{
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	font-size: 78%;
	line-height: 1.1;
	background: url(/img/genre/navi/btn_gnavi-hd.gif) left top no-repeat;
	display: block;
	padding: 4px 5px 2px 20px;
	width: 130px;
	min-height: 13px;
}

#gNavi li a:link,
#gNavi li a:active,
#gNavi li a:visited{
	color: #666;
}

#gNavi li a:hover{
	background: url(/img/genre/navi/btn_gnavi-hd-o.gif) left top no-repeat;
	color: #b00;
}

* html #gNavi li a{
	vertical-align: top;
	display: inline-block;
	height: 19px;
	width: 155px;
}

#gNavi li.select{
	background: url(/img/genre/navi/btn_gnavi-ft-s.gif) left bottom no-repeat;
}

#gNavi li.select a:link,
#gNavi li.select a:active,
#gNavi li.select a:visited,
#gNavi li.select a:hover{
	background: url(/img/genre/navi/btn_gnavi-hd-s.gif) left top no-repeat;
	color: #b00;
}

/* 提携リンク 2008/09/19 */
#gNaviTeikei{
	font-size: 78%;
	margin: -5px 0 5px 0;
	background: url(/img/genre/navi/gnavi_teikei_ft.gif) left bottom no-repeat;
}

#gNaviTeikei .in{
	background: url(/img/genre/navi/gnavi_teikei_hd.gif) left top no-repeat;
}

#gNaviTeikei p{
	padding: 4px 0 4px 20px;
	float: left;
	width: 135px;
	border-bottom: solid 1px #ded6cd;
	background: url(/img/genre/navi/gnavi_teikei_titlebg.gif) 0 13px no-repeat;
}

* html #gNaviTeikei p{
	width: 155px;
}

#gNaviTeikei ul{
	padding: 4px 0 4px 0;
	float: right;
	width: 620px;
}

#gNaviTeikei ul li{
	display: inline;
	margin: 0 0 2px 0;
	padding: 0 6px 0 6px;
}

#gNaviTeikei ul li a{
	text-decoration: none;
	color: #888;
	padding: 0 0 0 6px;
	background: url(/img/common/icon_arrow_r.gif) 0 0.3em no-repeat;
}

#gNaviTeikei ul li a:hover{
	color: #c00;
}

/* ========================================
	genre-link：ジャンルリンク(旧)
======================================== */
#genre-link{
	padding: 10px 0 10px 0;
	text-align: center;
}

#genre-link li{
	display: inline;
	font-size: 85%;
	padding: 0 2px 0 4px;
	background: url(/img/common/icon_arrow_r.gif) no-repeat left center;
}

#genre-link li a{
	white-space:nowrap;
}

/* ========================================
	gLink：ジャンルリンク
======================================== */
#gLink{
	position: static;
	clear: both;
	margin: 10px 0 25px 0;
	width: 780px;
}

#gLink p{
	font-weight: bold;
	font-size: 100%;
	color: #584a47;
	background: url(/img/genre/navi/icon_genrelink-title.gif) 6px 0.6em no-repeat;
	float: left;
	margin: 0;
	padding: 6px 0 0 28px;
}

#gLink p.genrebtn{
	float: right;
	font-weight: normal;
	font-size: 85%;
	padding: 0 4px 0 0;
	background: #745750 url(/img/genre/navi/btn_genrelink-all-r.gif) right top no-repeat;
	margin: 5px 0 0 0;
}

#gLink p.genrebtn a{
	padding: 4px 0 1px 22px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #fff;
	background: #745750 url(/img/genre/navi/btn_genrelink-all-l.gif) left top no-repeat;
}

#gLink p.genrebtn a:link,
#gLink p.genrebtn a:active,
#gLink p.genrebtn a:visited,
#gLink p.genrebtn a:hover{
	color: #fff;
	text-decoration: none;
}

#gLink ul{
	clear: both;
	border-top: solid 2px #745750;
	padding: 5px 0 0 0;
}

#gLink li{
	text-align: left;
	display: block;
	float: left;
	font-size: 100%;
	margin: 0;
	padding: 0 0 2px 0;
}

#gLink li.lady{
	background: url(/img/genre/navi/btn_genrelink-lady-ft.gif) left bottom no-repeat;
	width: 131px;
}

#gLink li.inner{
	background: url(/img/genre/navi/btn_genrelink-inner-ft.gif) left bottom no-repeat;
	width: 129px;
}

#gLink li.men{
	background: url(/img/genre/navi/btn_genrelink-men-ft.gif) left bottom no-repeat;
	width: 130px;
}
#gLink li.kids{
	background: url(/img/genre/navi/btn_genrelink-kids-ft.gif) left bottom no-repeat;
	width: 130px;
}
#gLink li.living{
	background: url(/img/genre/navi/btn_genrelink-living-ft.gif) left bottom no-repeat;
	width: 129px;
}
#gLink li.big{
	background: url(/img/genre/navi/btn_genrelink-big-ft.gif) left bottom no-repeat;
	width: 131px;
}

#gLink li a,
#gLink li strong{
	min-height: 16px;
	white-space: normal;
	display: block;
}

* html #gLink li a,
* html #gLink li strong{
	height: 30px;
}

#gLink li a:link,
#gLink li a:active,
#gLink li a:visited,
#gLink li a:hover{
	text-decoration: underline;
}

#gLink li.lady a{
	padding: 8px 30px 6px 46px;
	background: url(/img/genre/navi/btn_genrelink-lady-hd.gif) left top no-repeat;
	width: 55px;
}

#gLink li.lady strong{
	padding: 8px 25px 6px 46px;
	background: url(/img/genre/navi/btn_genrelink-lady-hd.gif) left top no-repeat;
	width: 60px;
}

#gLink li.inner a,
#gLink li.inner strong{
	padding: 8px 32px 6px 48px;
	background: url(/img/genre/navi/btn_genrelink-inner-hd.gif) left top no-repeat;
	width: 49px;
}

#gLink li.men a{
	padding: 8px 40px 6px 55px;
	background: url(/img/genre/navi/btn_genrelink-men-hd.gif) left top no-repeat;
	width: 35px;
}

#gLink li.men strong{
	padding: 8px 35px 6px 55px;
	background: url(/img/genre/navi/btn_genrelink-men-hd.gif) left top no-repeat;
	width: 40px;
}

#gLink li.kids a{
	padding: 8px 5px 6px 24px;
	background: url(/img/genre/navi/btn_genrelink-kids-hd.gif) left top no-repeat;
	width: 101px;
}

#gLink li.kids strong{
	padding: 8px 2px 6px 24px;
	background: url(/img/genre/navi/btn_genrelink-kids-hd.gif) left top no-repeat;
	width: 103px;
}

#gLink li.living a{
	padding: 8px 5px 6px 24px;
	background: url(/img/genre/navi/btn_genrelink-living-hd.gif) left top no-repeat;
	width: 100px;
}

#gLink li.living strong{
	padding: 8px 2px 6px 24px;
	background: url(/img/genre/navi/btn_genrelink-living-hd.gif) left top no-repeat;
	width: 102px;
}

#gLink li.big a{
	padding: 8px 22px 6px 36px;
	background: url(/img/genre/navi/btn_genrelink-big-hd.gif) left top no-repeat;
	width: 73px;
}

#gLink li.big strong{
	padding: 8px 17px 6px 36px;
	background: url(/img/genre/navi/btn_genrelink-big-hd.gif) left top no-repeat;
	width: 78px;
}

* html #gLink li.lady a,
* html #gLink li.lady strong{width: 131px;}
* html #gLink li.inner a,
* html #gLink li.inner strong{width: 129px;}
* html #gLink li.men a,
* html #gLink li.men strong{width: 130px;}
* html #gLink li.kids a,
* html #gLink li.kids strong{width: 130px;}
* html #gLink li.living a,
* html #gLink li.living strong{width: 129px;}
* html #gLink li.big a,
* html #gLink li.big strong{
	padding: 8px 16px 6px 36px;
	width: 131px;
}

/* ========================================
	foot:フッタ
======================================== */

/* ページトップへ */
.gotop{
	clear: both;
	text-align: right;
	padding: 5px 0;
}

.gotop a{
	padding: 0 0 0 8px;
	background: url(/img/common/icon_arrow_t.gif) 0 0.4em no-repeat;
}

.gotop a strong{
	font-weight: normal;
}

/* コーポレート系リンク */
#co-link{
	text-align: center;
	width: 100%;
	border-top: 3px solid #CECCC7;
	padding: 10px 0;
}

#co-link ul{
	margin: 0 auto;
	width: 780px;
}

* html #co-link ul{
	margin: 0;
}

#co-link li{
	display: inline;
	padding: 0 5px 0 14px;
}

#co-link li a{
	white-space: nowrap;
}

/* コピー・補助リンク */
#foot{
	width: 100%;
	padding: 10px 0 0 0 ;
	height: 40px;
	font-size: 85%;
	background: url(/img/common/bg_foot.gif) repeat-x top;
}

* html #foot{
	height: 50px;
}

#foot a{
	color: #fff;
}

#foot .in{
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

/* コピーライト */
#foot .copy{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

/* ========================================
	静的ページテンプレート
======================================== */
#tmp-contents{
	padding: 5px 0px;
}

/* ========================================
	不達メールポップアップ
======================================== */
#errormail-msg {
	top: 290px;
	left: 50%;
	position: absolute;
	margin: 0 0 0 -375px;
	visibility: hidden;
	width: 750px;
	z-index: 4;
}

html #errormail *{
	margin: 0;
	padding: 0;
}

#errormail {
	position: absolute;
	left: 184px;
	top: 80px;
	width: 380px;
	padding: 0;
	color : #55351e;
	background: url(/img/mycecile/bg_errormail.gif) top repeat-y;
}

#errormail img {
	position: relative;
	vertical-align: top;
}

#errormail-bg {
	padding: 5px 0 0 0;
	text-align: left;
	background: url(/img/mycecile/bg_errormail-bottom.gif) no-repeat bottom;
}

#errormail-bg .msg{
	padding:  0 20px 0 20px;
	color: #c00;
	font-weight: normal;
}

#errormail-bg .btn{
	padding: 10px 0 13px 0;
	text-align: center;
}

/* ========================================
	ポップアップウィンドウ　071023追記
======================================== */
.popwin {
	margin: 15px auto;
	text-align: left;
}

#w580 {
	width: 580px;
}

.popwin .h1 h1{
	min-height: 21px;
	padding: 5px 0 5px 5px;
	color: #fff;
	font-size: 100%;
}

* html .popwin .h1 h1{
	height: 31px;
}

#w580 .h1 h1 {
	background: url(/img/common/h_brw_w580_ft.gif) no-repeat left bottom;
}

#w580 .h1{
	background: url(/img/common/h_brw_w580_bg.jpg) no-repeat left top;
}

.popwin h2{
	clear: both;
	font-size: 100%;
	color: #4B3E2E;
	padding: 4px 0 0 21px;
	min-height: 20px;
	border-bottom: 2px solid #5c4d49;
}

* html .popwin h2{
	height: 25px;
}

#w580 h2{
	background: url(/img/common/bg_h2_w580.gif) no-repeat left top;
}

.popwin p {
	margin: 15px 1em;
}

.popwin .num {
	text-indent: -1.6em;
	margin-left: 2.5em;
}

.popwin ol {
	margin-left: 30px;
}

.popwin ol li {
	margin-left: 20px;
	list-style: decimal;
}

.popwin ul li {
	list-style: circle;
}

.popwin li {
	margin: 5px 1em 0 0;
}

.popwin img {
	vertical-align: middle;
}

/* ========================================
	閲覧履歴　100218追記
======================================== */

.histlist{
	clear: both;
	padding: 30px 0 0 0;
	margin: 0 0 25px 0;
}

.histlist .histlist-conts{
	color: #58493d;
	width: 780px;
	background: url(/img/HistList/bg_histlist_bg.gif) left top repeat-y;
}

.histlist .histlist-hd{
	width: 780px;
	padding: 6px 0 0 0;
	background: url(/img/HistList/bg_histlist_hd.gif) left top no-repeat;
}

.histlist .histlist-ft{
	width: 780px;
	padding: 0 0 6px 0;
	background: url(/img/HistList/bg_histlist_ft.gif) left bottom no-repeat;
}

.histlist .h2-title{
	padding: 2px 0;
	margin: 0 6px;
	background: #eceae0 url(/img/HistList/bg_h2_histlist.gif) left top repeat-x;
}

.histlist .h2-title h2{
	float: left;
	width: 430px;
	font-size: 96%;
	padding: 4px 0 0 9px;
}

.histlist .h2-title dl{
	float: right;
	width: 315px;
}

.histlist .h2-title dt{
	padding: 4px 0 0 0;
	font-size: 12px;
	width: 160px;
	float: left;
}

.histlist .h2-title dd{
	float: right;
	width: 151px;
}

.histlist .h2-title dd li{
	text-align: left;
	font-size: 12px;
	float: left;
	padding: 0 0 0 2px;
	background: url(/img/HistList/border_link.gif) left top repeat-y;
	width: 84px;
}

.histlist .h2-title dd li.keep{
	width: 63px;
}

* html .histlist .h2-title dd li.keep{
	width: 65px;
}

.histlist .h2-title dd li.unkeep{
	width: 84px;
}

* html .histlist .h2-title dd li.unkeep{
	width: 86px;
}

.histlist .h2-title dd li a{
	background: url(/img/common/icon_arrow_r.gif) 14px 50% no-repeat;
	display: block;
	padding: 3px 0 3px 23px;
}

.histlist .h2-title dd li span{
	background: url(/img/genre/icon_arrow_check.gif) 8px 50% no-repeat;
	display: block;
	padding: 3px 0 3px 23px;
	font-weight: bold;
}

.histlist .history-list,
.histlist .history-list-failed{
	margin: 1px 4px 0 4px;
	border-top: solid 1px #c6beb9;
}

.histlist .history-list ul{
	margin: 0 0 0 14px;
	padding: 15px 0 10px 0;
}

.histlist .history-list ul li{
	width: 104px;
	padding: 0 10px;
	float: left;
}

* html .histlist .history-list ul li{
	width: 124px;
}

.histlist .history-list ul li .title{
	text-align: center;
	font-size: 89%;
	background: url(/img/HistList/histlist_thumb_bg.gif) left top no-repeat;
}

.histlist .history-list ul li .title a{
	display: block;
}

.histlist .history-list ul li .title a img{
	margin: 5px 0 0 0;
}

.histlist .history-list ul li .title a .img{
	margin: 2px;
}

.histlist .history-list ul li .title a span{
	margin: 4px 0 0 0;
	display: block;
}

* html .histlist .history-list ul li .title a span{
	margin: 2px 0 0 0;
}

.histlist .history-list ul li .price{
	text-align: center;
	margin: 2px 0 0 0;
	font-size: 89%;
	color: #6d6a65;
}

.histlist .history-list-failed .info{
	margin: 46px 0;
	font-weight: bold;
	text-align: center;
}

.histlist .link{
	margin: 0 1px;
	padding: 10px 0 8px 23px;
	background: url(/img/HistList/border_dotted.gif) left top repeat-x;
}

.histlist .link a{
	background: url(/img/common/icon_arrow_r.gif) 0 50% no-repeat;
	padding: 0 0 0 8px;
}

.history-list span.attention {
	display: block;
	margin: 5px 10px 0 10px;
}

/* ========================================
	ヘッダバナー露出　100412追記
======================================== */
#head ul.btnlist li img{
	vertical-align: top;
}

#head ul.btnlist .wishlist{
	position: absolute;
	left: 337px;
	top: 23px;
}

#head ul.btnlist .cart{
	position: absolute;
	left: 482px;
	top: 23px;
}

#head .head-bnr{
	position: absolute;
	right: 0;
	top: 0;
	background: url(/img/common/bg_head_bnrarea_bg.gif) left top no-repeat;
	width: 177px;
	height: 63px;
}

#head .head-bnr img{
	margin: 0;
	vertical-align: top;
}

#head .head-bnr a{
	text-align: left;
	margin: 0 7px 0 5px;
}

#inCart2{
	text-align: right;
	background: url(/img/common/bg_head_cart3.gif) left top no-repeat;
	position: absolute;
	top: -65px;
	right: 189px;
	width: 214px;
	height: 21px;
}

#inCart2 p{
	margin: 2px 5px 0 56px;
	font-size: 10px;
}

#inCart2 p span span{
	margin: 0 4px;
}

.head-search2{
	position: relative;
	background: url(/img/common/bg_head_search_bg.gif) left top no-repeat;
	text-align: left;
	width: 772px;
	padding: 4px 0 0 0;
	height: 28px;
	margin: 0 auto;
}

* html .head-search2{
	height: 32px;
}

.head-search2 .search-txt{
	margin: 0 4px 0 9px;
	height: 20px;
	border: 1px solid #999;
	width: 230px;
	padding-left: 22px;
	background: #fff url(/img/common/bg_search_icon.gif) 4px 3px no-repeat;
}

.head-search2 input{
	vertical-align: top;
}

.head-search2 .txt{
	line-height: 1.4;
	display: block;
	position: absolute;
	left: 308px;
	width: 450px;
	top: 7px;
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 15px;
	background: url(/img/common/icon_search_arrow.gif) 0 0.2em no-repeat;
}

* html .head-search2 .txt{
	vertical-align: middle;
}

