﻿@charset "utf-8";

/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align: center;
	color: #421F16;
	cursor: auto;
	font: normal normal 78%/1.4 Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	letter-spacing:normal;
	word-spacing:normal;
	min-width:1000px;
	background-color:#FEFFE6;
}

*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}

/* 強調 */
strong {
	font-weight: bold;
}

/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/

.txt_default{color:#421F16;}	
.txt_green{color:#608041;}	
.txt_white{color:#FEFFE6;}


.txt_min{font-size:85%;}
.txt_middle{font-size:95%;}
.txt_big{font-size:120%;}
.txt_max{font-size:140%;}




/*=============================================*/
/*                テキストリンク設定           */
/*=============================================*/

/*全体のリンク*/
a:link { color: #466C38; text-decoration: underline;}
a:visited,a:active { color: #3C5929; text-decoration: underline;}
a:hover { color: #618E50; text-decoration:underline;}



div#bodyBg{
	width:100%;
	background-image: url(../img/bakery/shared/bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding:0px;
	margin:0px;	
}
div#wrapper{
	width:100%;
}


/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header */
div#header {
	width:100%;
	padding-top:36px;
}
div#headerInner {
	width:1000px;
	height:100px;
	margin:0px auto;
}
div#headerInner .clearfix {
	width:500px;
	float:right;
	padding-top:36px;
}
div#headerInner .clearfix h1 {
	font-size:10px;
	text-align:right;
	color:#FEFFE6;
}
#logo{
	width:400px;
	height:100px;
}
#headerLeft{
	width:400px;
	height:100px;
	float:left;
}
#headerLeft h2{
text-indent:-9999px;
}
#headerRight{
	width:0px;
	height:0px;
}
div#headerBottom{
	width:0px;
	height:0px;
}
#header #headerRightUnder {
	width:0px;
	height:0px;
}

/*=============================================*/
/*                メインイメージ                  */
/*=============================================*/
div#mainImageWrap{
	width:1020px;
	margin:0px auto;
}
div#mainImage{
	width:1020px;
	margin:0px auto;
	position:relative;
	height:569px;
}

div#hgnav{
width:293px;
height:36px;
position:absolute;
left:717px;
top:-136px;
z-index:1;
	list-style: none;
	clear: both;
}

div#hgnav li { display: inline;}

div#hgnav a {
	display: block;
	height: 36px;
	text-decoration: none;
	text-indent: -9999px;
	outline: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;	
}

div#hgnav #hn1 a { width: 167px; background: url(../img/bakery/shared/hnavi.png);}
div#hgnav #hn2 a { width: 126px; background: url(../img/bakery/shared/hnavi.png) -167px 0;}

div#hgnav #hn1 a:hover { width: 167px; background: url(../img/bakery/shared/hnavi_over.png);}
div#hgnav #hn2 a:hover { width: 126px; background: url(../img/bakery/shared/hnavi_over.png) -167px 0;}


div#swf{
width:1020px;
height:514px;
position:absolute;
left:0px;
top:0px;
z-index:2;
}

.page_concept div#swf{
	width:1020px;
	height:514px;
	background-image: url(../img/bakery/concept/flash.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.page_item div#swf{
	width:1020px;
	height:514px;
	background-image: url(../img/bakery/item/flash.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.page_hmukoujima div#swf{
	width:1020px;
	height:514px;
	background-image: url(../img/bakery/hmukoujima/flash.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.page_adumabashi div#swf{
	width:1020px;
	height:514px;
	background-image: url(../img/bakery/adumabashi/flash.png);
	background-repeat: no-repeat;
	background-position: left top;
}



div#gnav{
width:1020px;
height:55px;
position:absolute;
left:0px;
top:514px;
z-index:3;
	list-style: none;
	clear: both;
}

div#gnav li { display: inline;}

div#gnav a {
	display: block;
	height: 55px;
	text-decoration: none;
	text-indent: -9999px;
	outline: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;	
}

div#gnav #n1 a { width: 170px; background: url(../img/bakery/shared/gnavi.png);}
div#gnav #n2 a { width: 92px; background: url(../img/bakery/shared/gnavi.png) -170px 0;}
div#gnav #n3 a { width: 100px; background: url(../img/bakery/shared/gnavi.png) -262px 0;}
div#gnav #n4 a { width: 99px; background: url(../img/bakery/shared/gnavi.png) -362px 0;}
div#gnav #n5 a { width: 101px; background: url(../img/bakery/shared/gnavi.png) -461px 0;}
div#gnav #n6 a { width: 458px; background: url(../img/bakery/shared/gnavi.png) -562px 0;}


.page_home div#gnav #n1 a,div#gnav #n1 a:hover{
	width: 170px;
	background-image: url(../img/bakery/shared/gnavi_over.png);
}
.page_concept div#gnav #n2 a,div#gnav #n2 a:hover{ width: 92px; background: url(../img/bakery/shared/gnavi_over.png) -170px 0;}
.page_item div#gnav #n3 a,div#gnav #n3 a:hover{ width: 100px; background: url(../img/bakery/shared/gnavi_over.png) -262px 0;}
.page_hmukoujima div#gnav #n4 a,div#gnav #n4 a:hover{ width: 99px; background: url(../img/bakery/shared/gnavi_over.png) -362px 0;}
.page_adumabashi div#gnav #n5 a,div#gnav #n5 a:hover{ width: 101px; background: url(../img/bakery/shared/gnavi_over.png) -461px 0;}



/*=============================================*/
/*                1000pxメイン囲み              */
/*=============================================*/


div#contentsBox {
	width:980px;
	margin:0px auto;
	padding:30px 0px;
}

/*=============================================*/
/*                1000pxメイン囲み      CMS        */
/*=============================================*/

#contentsBoxWrap{
	width:100%;
}
#content{
	width:100%;
}
#main{
	width:980px;
	margin:0px auto;
}
#mainInner{
	width:980px;
}
#contentsBoxWrap{
	width:980px;
}
.contentsBox{
	width:980px;
}

div.contentsBoxBody {
	width:980px;
	}
.contentLayoutArea {
	width:980px;
}




div#side {
	width:0px;
	height:0px;
	display: none;
}
/*=============================================*/
/*                   フッター               */
/*=============================================*/

div#footer{
	width:100%;
	background-color:#5B7C40;
	color:#FEFFE6;
	background-image: url(../img/shared/fotter_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}	

/*=============================================*/
/*                ページ内リンク                */
/*=============================================*/

div#pagetopWrap {
width:100%;
     }
	 
div.pagetop{
width:150px;
padding-left:850px;
margin:0px auto;
     }



div#footerInner{
	width:1000px;
	color:#FEFFE6;
	padding:20px 0px;
	background-image: url(../img/shared/footer_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	}	



/* ナビゲーション部（フッター）
-----------------------------------------------	*/
#footer #footerContent {
	width: 620px;
	float:right;
	text-align:left;
}
#footer #footerContent p {
	line-height: 160%;
}
#footer #footerContent ul {
width:0px;
height:0px;
display:none;
}

#footer #footerContent div.footernavigertion {
	margin-bottom: 10px;
	padding-left:30px;
	border-bottom:1px #7F9967 solid;
	border-top:1px #7F9967 solid;
	padding-top:15px;
	padding-bottom:15px;
}
#footer #footerContent div.footernavigertion p{
	font-size:10px;
	color:#421F16;
}
#footer #footerContent div.footernavigertion p a:link { color: #FEFFE6; text-decoration:none;}
#footer #footerContent div.footernavigertion p a:visited,a:active { color: #FEFFE6; text-decoration:nonee;}
#footer #footerContent div.footernavigertion p a:hover { color: #FEFFE6; text-decoration:underline;}

#footer #footerContent #seoText {
	margin-bottom: 10px;
	line-height: 140%;
}
#footer #footerContent address {
	font-style: normal;
}

#footer #footerFreeArea {
width:620px;
}
#footerFreeArea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #footerFreeArea {
    height: 1em;
    overflow: visible;
}
/**/

#footer #footerFreeArea dl{
width:280px;
float:left;
margin-left:30px;
}

#footer #footerFreeArea dl dt{
text-align:left;
font-weight:bold;
font-size:12px;
margin-bottom:0.2em;
}
#footer #footerFreeArea dl dd{
text-align:left;
font-size:10px;
margin-bottom:0.2em;
}


/*---- freeArea ----*/
#main .freeArea {
	width:1000x;
	margin:0px auto;
}
#side .freeArea {
	margin-bottom: 10px;
	line-height: 160%;
	width: 220px;
}

/*=============================================*/
/*               回り込み                  */
/*=============================================*/


.f_left {
     float:left;
}

.f_right {
     float:right;
}

/*=============================================*/
/*           親要素による回り込み解除          */
/*=============================================*/

.clearfix{}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/

/*=============================================*/
/*           空要素による回り込み解除          */
/*=============================================*/

.clear{clear:both;}



/*=============================================*/
/*                 マージン            */
/*=============================================*/

.m_b05{
   margin-bottom:5px;
}
.m_b10{
   margin-bottom:10px;
}
.m_b15{
   margin-bottom:15px;
}
.m_b20{
   margin-bottom:20px;
}
.m_b25{
   margin-bottom:25px;
}
.m_b30{
   margin-bottom:30px;
}

.m_t05{
   margin-top:5px;
}
.m_t10{
   margin-top:10px;
}
.m_t15{
   margin-top:15px;
}
.m_t20{
   margin-top:20px;
}
.m_t25{
   margin-top:25px;
}
.m_t30{
   margin-top:30px;
}

.m_l20{
   margin-left:20px;
}
.m_r20{
   margin-right:20px;
}

.p_l05{
     padding-left:5px;
}
.p_l10{
     padding-left:10px;
}
.p_l15{
     padding-left:15px;
}
.p_l20{
     padding-left:20px;
}
.p_l25{
     padding-left:25px;
}
.p_l30{
     padding-left:30px;
}
.p_l40{
     padding-left:30px;
}
.p_l50{
     padding-left:50px;
}
.p_l65{
     padding-left:65px;
}
.p_r05{
     padding-right:5px;
}
.p_r10{
     padding-right:10px;
}
.p_r15{
     padding-right:15px;
}
.p_r20{
     padding-right:20px;
}
.p_r25{
     padding-right:25px;
}
.p_r30{
     padding-right:30px;
}
.p_r40{
     padding-right:40px;
}
.p_r50{
     padding-right:50px;
}

.p_t10{
     padding-top:10px;
}
.p_t20{
     padding-top:20px;
}
.p_t30{
     padding-top:30px;
}
.p_40{
     padding-top:40px;
}
.p_t50{
     padding-top:50px;
}



/*=============================================*/
/*                 区切りライン           */
/*=============================================*/
	
	
div.line01{
	width:980px;
	margin:10px auto;
	clear:both;
}



/*=============================================*/
/*                 boxテキスト制御           */
/*=============================================*/
	

/* 文章左揃box
-----------------------------------------------	*/

div.txt_lhdefult p{
text-align:left;
margin-bottom:0.6em;
}


/* 文章左揃えbox　行間1.5em
-----------------------------------------------	*/

div.txt_lh_15 p{
text-align:left;
line-height:1.65em;
margin-bottom:0.7em;
}

/* 文章左揃えbox　行間1.3em
-----------------------------------------------	*/

div.txt_lh_13 p{
text-align:left;
line-height:1.3em;
margin-bottom:0.5em;
}

/* 文章右揃えbox　行間1.5em
-----------------------------------------------	*/

div.txt_rh_15 p{
text-align:right;
line-height:1.65em;
margin-bottom:0.7em;
}


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

div.contens980 {
	width:980px;
		}
.contens980:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .contens980 {
    height: 1em;
    overflow: visible;
}
/**/		



/* 共通コンテンツ枠 分割
-----------------------------------------------	*/

div.contensL480 {
	width:480px;
	float:left;
		}
div.contensR480 {
	width:480px;
	float:right;
		}

div.contensL570 {
	width:570px;
	float:left;
		}
div.contensR390 {
	width:390px;
	float:right;
		}
div.contensL500 {
	width:500px;
	float:left;
		}
div.contensR460 {
	width:460px;
	float:right;
		}

div.contensL350 {
	width:350px;
	float:left;
		}
div.contensR610 {
	width:610px;
	float:right;
		}

/*=============================================*/
/*                home                          */
/*=============================================*/

.page_home #lead {
	width:570px;
	border-bottom:1px #E3E7C6 solid;
	padding-bottom:5px;
		}
		
.page_home #lead h3{
	width:570px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../img/bakery/index/lead_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}
.page_home #lead p{
text-align:left;
line-height:1.5em;
margin-bottom:0.6em;
		}

.page_home #news {
	width:570px;
		}

.page_home #news h4{
	width:570px;
	height:40px;
	text-indent:-9999px;
	background-image: url(../img/bakery/index/news_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_home #news #js-info{
	width:520px;
	margin:0px auto;
		}
.page_home #news #js-info p{
text-align:left;
line-height:1.25em;
margin-bottom:0.6em;
color:#608041;
font-size:12px;
		}

.page_home div#bana li{
list-style:none;
}

.page_home div#bana li a {
	display: block;
	outline: 0;
	text-indent:-9999px;
	margin-bottom:10px;
	width:390px;
	background-repeat: no-repeat;
	background-position: left top;	
}


.page_home div#bana #b1 a { height:150px; background: url(../img/bakery/index/bana1.jpg) ; background-repeat: no-repeat;}
.page_home div#bana #b2 a { height:150px; background: url(../img/bakery/index/bana2.jpg) ; background-repeat: no-repeat;}





/* 店舗紹介
-----------------------------------------------	*/

.page_home #t1{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/index/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_home div.shoplist {
	width:980px;
	margin-bottom:15px;
		}
.shoplist:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .shoplist {
    height: 1em;
    overflow: visible;
}
/**/		
.page_home div.shoplistR {
	width:560px;
	float:right;
		}

.page_home div.shoplistR h4{
	width:560px;
	height:30px;
	background-position: left top;
	text-indent:-9999px;		
		}

.page_home div.shoplistR h4#t1_1 { background: url(../img/bakery/index/t1_1.jpg) ; background-repeat: no-repeat;}
.page_home div.shoplistR h4#t1_2 { background: url(../img/bakery/index/t1_2.jpg) ; background-repeat: no-repeat;}

.page_home div.shoplistR p{
text-align:left;
line-height:1.4em;
margin-bottom:0.5em;
		}
.page_home div.shoplistR table{
	width:560px;
	margin-bottom:15px;
		}

.page_home div.shoplistR table th{
padding:10px;
text-align:left;
background-color:#AABF64;
border-bottom:1px #FEFFE6 solid;
border-right:1px #FEFFE6 solid;
width:8em;
		}

.page_home div.shoplistR table td{
padding:10px;
text-align:left;
background-color:#FFF5C7;
border-bottom:1px #FEFFE6 solid;
		}

.page_home div.shoplistR .botan{
	width:560px;
	clear:both;
	overflow:hidden;
		}
.page_home div.shoplistR .botan img{
float:right;
margin-left:5px;
		}



/*=============================================*/
/*                concept                      */
/*=============================================*/



/* Tomtomのこだわり
-----------------------------------------------	*/

.page_concept #t1{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/concept/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
.page_concept #lead {
	width:980px;
	height:480px;
	background-image: url(../img/bakery/concept/lead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
		}
		
.page_concept #leadn {
	width:459px;
	position:absolute;
	top:27px;
	left:215px;
		}

.page_concept #leadn p{
text-align:left;
		}

.page_concept #t2{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/concept/t2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}


/*=============================================*/
/*                 item                       */
/*=============================================*/



/*おすすめ
-----------------------------------------------	*/

.page_item  #t1{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/item/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_item .rec dl{
	width:300px;
	float:left;
	margin-left:20px;
margin-bottom:20px;		
		}
		
.page_item .rec dl{
	width:300px;
	background-color:#FFF5C7;
background-image: url(../img/bakery/item/item_h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}

.page_item .rec dl dt{
padding:10px 10px;
		}

.page_item .rec dl dt img{
  max-width:280px;
  width:expression(ｄocument.body.clientWidth > 280? "280px" : "auto"); 
		}
.page_item .rec dl dd.recname{
	padding:5px 0px 10px 35px;
	margin:0px 10px;
	text-align:left;
	font-weight:bold;
	background-image: url(../img/bakery/item/item_i.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
		}

.page_item .rec dl dd.recprice{
	padding:3px 10px 20px 10px;
	text-align:right;
	font-weight:bold;
	color:#486E39;
	background-image: url(../img/bakery/item/item_f.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:-1.9em;
		}


/*item 
-----------------------------------------------	*/

.page_item .category_t{
	width:920px;
	height:65px;
	padding-top:30px;
	padding-left:60px;
	background-image: url(../img/bakery/item/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:18px;
	font-weight:bolder;
	text-align:left;
	color:#FEFFE6;
		}
	
												
/* メニュー */	

.page_item .menuList {
width:460px;
float:left;
margin-left:20px;
margin-bottom:5px;
}

.page_item .menuList dl{
	line-height: 1.5;
	margin-bottom: 1.3em;
	text-align:left;
}
.page_item .menuList dl dt {
	padding:5px 0px 5px 35px;
	margin:0px 10px;
	text-align:left;
	font-weight:bold;
	background-image: url(../img/bakery/item/item_i2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.page_item .menuList dl dd {
text-align:right;
color:#B14E02;
font-weight:bold;
margin-top:-1.8em;
border-bottom:1px #9E7865 dotted;
padding-bottom:0.1em;
padding-right:0.2em;
}



dl.menuList .linenone {
	border:none;
}


/*=============================================*/
/*                hmukoujima                       */
/*=============================================*/



/*おすすめ
-----------------------------------------------	*/

.page_hmukoujima #t1{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/hmukoujima/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_hmukoujima dl#info01{
width:350px;
	}	

.page_hmukoujima dl#info01 dt{
text-align:left;
font-size:115%;
color:#446B37;
border-left:3px #446B37 solid;
padding-left:3px;
	}

.page_hmukoujima dl#info01 dd{
text-align:left;
border-bottom:1px #999966 dotted;
padding-bottom:5px;
margin-bottom:1em;
	}	



/*おすすめ
-----------------------------------------------	*/

.page_hmukoujima  #t2{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/hmukoujima/t2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_hmukoujima .rec dl{
	width:300px;
	float:left;
	margin-left:20px;
margin-bottom:20px;		
		}
		
.page_hmukoujima .rec dl{
	width:300px;
	background-color:#FFF5C7;
background-image: url(../img/bakery/item/item_h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}

.page_hmukoujima .rec dl dt{
padding:10px 10px;
		}

.page_hmukoujima .rec dl dt img{
  max-width:280px;
  width:expression(ｄocument.body.clientWidth > 280? "280px" : "auto"); 
		}
.page_hmukoujima .rec dl dd.recname{
	padding:5px 0px 10px 35px;
	margin:0px 10px;
	text-align:left;
	font-weight:bold;
	background-image: url(../img/bakery/item/item_i.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
		}

.page_hmukoujima .rec dl dd.recprice{
	padding:3px 10px 20px 10px;
	text-align:right;
	font-weight:bold;
	color:#486E39;
	background-image: url(../img/bakery/item/item_f.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:-1.9em;
		}





/*=============================================*/
/*                adumabashi                       */
/*=============================================*/



/*おすすめ
-----------------------------------------------	*/

.page_adumabashi #t1{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/adumabashi/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_adumabashi dl#info01{
width:350px;
	}	

.page_adumabashi dl#info01 dt{
text-align:left;
font-size:115%;
color:#446B37;
border-left:3px #446B37 solid;
padding-left:3px;
	}

.page_adumabashi dl#info01 dd{
text-align:left;
border-bottom:1px #999966 dotted;
padding-bottom:5px;
margin-bottom:1em;
	}	



/*おすすめ
-----------------------------------------------	*/

.page_adumabashi  #t2{
	width:980px;
	height:95px;
	text-indent:-9999px;
	background-image: url(../img/bakery/adumabashi/t2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}

.page_adumabashi .rec dl{
	width:300px;
	float:left;
	margin-left:20px;
margin-bottom:20px;		
		}
		
.page_adumabashi .rec dl{
	width:300px;
	background-color:#FFF5C7;
background-image: url(../img/bakery/item/item_h.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		}

.page_adumabashi .rec dl dt{
padding:10px 10px;
		}

.page_adumabashi .rec dl dt img{
  max-width:280px;
  width:expression(ｄocument.body.clientWidth > 280? "280px" : "auto"); 
		}
.page_adumabashi .rec dl dd.recname{
	padding:5px 0px 10px 35px;
	margin:0px 10px;
	text-align:left;
	font-weight:bold;
	background-image: url(../img/bakery/item/item_i.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
		}

.page_adumabashi .rec dl dd.recprice{
	padding:3px 10px 20px 10px;
	text-align:right;
	font-weight:bold;
	color:#486E39;
	background-image: url(../img/bakery/item/item_f.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top:-1.9em;
		}










	

		
