﻿/*--ページ、ヘッダー、コンテンツ--*/
.ui-page{
	background:#ffffff;
}
.ui-header{
	background: linear-gradient(#ff7f94, #f9ccc7);
	background: -moz-linear-gradient(#ff7f94, #f9ccc7);
	background: -webkit-linear-gradient(#ff7f94, #f9ccc7);
	border:1px solid #c0c0c0;
}
.ui-header .ui-title{
	color:#ffffff;
	text-shadow:none;
	text-align:center;
	margin:0.5em 0% 0.5em;
        font-size:100%;
}
.ui-content{
	background:#ffffff;
}
.ui-navbar ul {
    overflow: hidden;
}

/*--トップページ 画像--*/
.logo{
	padding:0px 0px 0px 0px;
	text-align:left;
}
.logo img{
	width:60%;
}
.main_img img{
	width:100%;
}
.sub_img{
	padding:0px 0px 0px 0px;
	text-align:center;
}
.sub_img img{
	width:97%;
}

/*---下層ページの画像---*/
.img_w{
	width:100%;
}

/*--ページトップへ--*/
.pagetop{
	padding:10px 5px;
	text-align:right;
	background:#efefef;
}
/*--フッター--*/
#footer{
	text-align:center;
	padding:20px 0px;
	font-size:13px;
	background:#efefef;
}



/*------------リスト・ボタン系-----------------*/
/*--文字省略なし(ヘッダー・フッター含む)---*/
.ui-header .ui-title,
.ui-footer .ui-title,
.ui-btn-inner,
.ui-li-heading,
.ui-li .ui-btn-text a.ui-link-inherit,
.ui-li-desc
{
	overflow: visible;
	white-space: normal;
}

/*-ボタンコーナー部分-*/
.ui-btn-corner-all{
	border-radius:5px;
}
/*-ボタンサイズ-*/
.ui-btn-inner{
	padding:5px 10px;
}
/*-ヘッダー ボタンコーナー部分-*/
.ui-header .ui-btn-corner-all{
	border-radius:15px;
}
/*-リストビュー リスト名部分-*/
.ui-li .ui-btn-text a.ui-link-inherit{
	font-size:13px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit{
	min-height: 20px;
	padding-left:60px;
}
/*-リストビュー サムネイル部分-*/
.ui-listview .ui-li-thumb {
	max-height: 50px;
	max-width: 50px;
	left: 6px;
	top:  16px;
}

/*--トップ　リストビュー(ニュース)--*/
li.toplist_news{
	background:#ffffff;
	font-size:13px;
	line-height:13px;
}
li.toplist_news:hover{
	font-weight:normal;
}
li.toplist_news.ui-btn-active{
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_news.ui-btn-active:visited,
li.toplist_news.ui-btn-active:hover,
li.toplist_news.ui-btn-active a.ui-link-inherit{
	color:#5994bf;
}
li.toplist_news p{
	font-size:11px;
	font-weight:bold;
}
li.toplist_news.ui-btn-up-c{
	font-weight:100;
}

/*--トップ　リストビュー(メニュー)の背景色、タップ時--*/
li.toplist_menu1{
	background:#dcdcdc;
}
li.toplist_menu2{
	background:#efefef;
}

.toplist_menu1.ui-btn-active{
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_menu1.ui-btn-active:visited,
li.toplist_menu1.ui-btn-active:hover,
li.toplist_menu1.ui-btn-active a.ui-link-inherit{
	color:#5994bf;
}
li.toplist_menu2.ui-btn-active{
	border-color:#c0c0c0;
	text-shadow:none;
}
li.toplist_menu2.ui-btn-active:visited,
li.toplist_menu2.ui-btn-active:hover,
li.toplist_menu2.ui-btn-active a.ui-link-inherit{
	color:#5994bf;
}
table{
    margin:0px auto;
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #c0c0c0 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}
.odd{
    background:#444444;
}
th{
    background:#222222;
    color:white;
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #c0c0c0 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}
th,td{
    padding: 5px; /* セル内の余白 */ 
    font-size:midium;
border-collapse: collapse; /* 枠線の表示方法 */ 
border: 1px #c0c0c0 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 
}
.a {
  width: 30%;
}
.b {
  width: 50%;
}
.even{
    background:#F2F2F2;
}

.doubleline {
	/*二重取り消し線*/
background-image:url(http://premium-lash.com/sp/images/doubleline.gif);
background-repeat:repeat-x;
background-position: center;
} 

/*入力フォームの背景を調整*/
textarea.ui-body-b,input.ui-body-b{
  background-color:white;
}
/*見出しとフォーム部品の間の余白を調整*/
.ui-field-contain:first-child{
  padding-top:0;
}

div#map{
  width:100%;
  height:370px;
  border:8px solid white;
  -webkit-box-sizing: border-box;
  box-sizing:border-box;
}



/* クチコミ */
.clear {
	clear: both;
}
.kuchikomi_cdate {
	float: left;
}

.kuchikomi_store_img {
	float: right;
}

.kuchikomi_name {
	float: left;
}

.kuchikomi_evaluate	 {
	float: right;
	color: #fb0480;
}

.reply_message {
	background-color: #ffffbf;
}

p.kuchikomi_message {
	clear: both;
	padding-top: 3px;
	margin-bottom: 3px;
}

hr.kuchikomi_hr {
	margin-top: 0px;
	border: 0;
	border-bottom: dotted 1px #d9d8d8;
}

hr.kuchikomi_hr2 {
	margin-top: 10px;
	border: 0;
	border-bottom: dotted 1px #d9d8d8;
}

/* F
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-f {
	border: 1px solid #fec2c4 /*{f-bar-border}*/;
	background: #fec2c4 /*{f-bar-background-color}*/;
	color: #000000 /*{f-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{f-bar-shadow-x}*/ 1px /*{f-bar-shadow-y}*/ 0 /*{f-bar-shadow-radius}*/ #eeeeee /*{f-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFd5d7 /*{f-bar-background-start}*/), to( #e4aeb0 /*{f-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFd5d7 /*{f-bar-background-start}*/, #e4aeb0 /*{f-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFd5d7 /*{f-bar-background-start}*/, #e4aeb0 /*{f-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFd5d7 /*{f-bar-background-start}*/, #e4aeb0 /*{f-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFd5d7 /*{f-bar-background-start}*/, #e4aeb0 /*{f-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFd5d7 /*{f-bar-background-start}*/, #e4aeb0 /*{f-bar-background-end}*/);
}
.ui-bar-f .ui-link-inherit {
	color: #000000 /*{f-bar-color}*/;
}
.ui-bar-f a.ui-link {
	color: #7cc4e7 /*{f-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-f a.ui-link:visited {
    color: #2489ce /*{f-bar-link-visited}*/;
}
.ui-bar-f a.ui-link:hover {
	color: #2489ce /*{f-bar-link-hover}*/;
}
.ui-bar-f a.ui-link:active {
	color: #2489ce /*{f-bar-link-active}*/;
}
.ui-bar-f,
.ui-bar-f input,
.ui-bar-f select,
.ui-bar-f textarea,
.ui-bar-f button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-f,
.ui-overlay-f {
	border: 1px solid #8a7a7a /*{f-body-border}*/;
	color: #000000 /*{f-body-color}*/;
	text-shadow: 0 /*{f-body-shadow-x}*/ 1px /*{f-body-shadow-y}*/ 0 /*{f-body-shadow-radius}*/ #eeeeee /*{f-body-shadow-color}*/;
	background: #fcdedf /*{f-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFf4f5 /*{f-body-background-start}*/), to( #e2c7c8 /*{f-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFf4f5 /*{f-body-background-start}*/, #e2c7c8 /*{f-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFf4f5 /*{f-body-background-start}*/, #e2c7c8 /*{f-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFf4f5 /*{f-body-background-start}*/, #e2c7c8 /*{f-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFf4f5 /*{f-body-background-start}*/, #e2c7c8 /*{f-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFf4f5 /*{f-body-background-start}*/, #e2c7c8 /*{f-body-background-end}*/);
}
.ui-overlay-f {
	background-image: none;
	border-width: 0;
}
.ui-body-f,
.ui-body-f input,
.ui-body-f select,
.ui-body-f textarea,
.ui-body-f button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-f .ui-link-inherit {
	color: #000000 /*{f-body-color}*/;
}
.ui-body-f .ui-link {
	color: #2489ce /*{f-body-link-color}*/;
	font-weight: bold;
}
.ui-body-f .ui-link:visited {
    color: #2489ce /*{f-body-link-visited}*/;
}
.ui-body-f .ui-link:hover {
	color: #2489ce /*{f-body-link-hover}*/;
}
.ui-body-f .ui-link:active {
	color: #2489ce /*{f-body-link-active}*/;
}
.ui-btn-up-f {
	border: 1px solid #fedcdd /*{f-bup-border}*/;
	background: #fedcdd /*{f-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bup-color}*/;
	text-shadow: 0 /*{f-bup-shadow-x}*/ 1px /*{f-bup-shadow-y}*/ 0 /*{f-bup-shadow-radius}*/ #eeeeee /*{f-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFf2f3 /*{f-bup-background-start}*/), to( #e4c6c6 /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFf2f3 /*{f-bup-background-start}*/, #e4c6c6 /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFf2f3 /*{f-bup-background-start}*/, #e4c6c6 /*{f-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFf2f3 /*{f-bup-background-start}*/, #e4c6c6 /*{f-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFf2f3 /*{f-bup-background-start}*/, #e4c6c6 /*{f-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFf2f3 /*{f-bup-background-start}*/, #e4c6c6 /*{f-bup-background-end}*/);
}
.ui-btn-up-f:visited,
.ui-btn-up-f a.ui-link-inherit {
	color: #000000 /*{f-bup-color}*/;
}
.ui-btn-hover-f {
	border: 1px solid #FFfcfe /*{f-bhover-border}*/;
	background: #FFfcfe /*{f-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bhover-color}*/;
	text-shadow: 0 /*{f-bhover-shadow-x}*/ 1px /*{f-bhover-shadow-y}*/ 0 /*{f-bhover-shadow-radius}*/ #eeeeee /*{f-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{f-bhover-background-start}*/), to( #e5e2e4 /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{f-bhover-background-start}*/, #e5e2e4 /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{f-bhover-background-start}*/, #e5e2e4 /*{f-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{f-bhover-background-start}*/, #e5e2e4 /*{f-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{f-bhover-background-start}*/, #e5e2e4 /*{f-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{f-bhover-background-start}*/, #e5e2e4 /*{f-bhover-background-end}*/);
}
.ui-btn-hover-f:visited,
.ui-btn-hover-f:hover,
.ui-btn-hover-f a.ui-link-inherit {
	color: #000000 /*{f-bhover-color}*/;
}
.ui-btn-down-f {
	border: 1px solid #FFfcfe /*{f-bdown-border}*/;
	background: #FFfcfe /*{f-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{f-bdown-color}*/;
	text-shadow: 0 /*{f-bdown-shadow-x}*/ 1px /*{f-bdown-shadow-y}*/ 0 /*{f-bdown-shadow-radius}*/ #eeeeee /*{f-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e2e4 /*{f-bdown-background-start}*/), to( #FFFFFF /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e5e2e4 /*{f-bdown-background-start}*/, #FFFFFF /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e5e2e4 /*{f-bdown-background-start}*/, #FFFFFF /*{f-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5e2e4 /*{f-bdown-background-start}*/, #FFFFFF /*{f-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5e2e4 /*{f-bdown-background-start}*/, #FFFFFF /*{f-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e5e2e4 /*{f-bdown-background-start}*/, #FFFFFF /*{f-bdown-background-end}*/);
}
.ui-btn-down-f:visited,
.ui-btn-down-f:hover,
.ui-btn-down-f a.ui-link-inherit {
	color: #000000 /*{f-bdown-color}*/;
}
.ui-btn-up-f,
.ui-btn-hover-f,
.ui-btn-down-f {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}


/* G
-----------------------------------------------------------------------------------------------------------*/
.ui-bar-g {
	border: 1px solid #edd8c0 /*{g-bar-border}*/;
	background: #edd8c0 /*{g-bar-background-color}*/;
	color: #000000 /*{g-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{g-bar-shadow-x}*/ 1px /*{g-bar-shadow-y}*/ 0 /*{g-bar-shadow-radius}*/ #eeeeee /*{g-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFedd3 /*{g-bar-background-start}*/), to( #d5c2ac /*{g-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFedd3 /*{g-bar-background-start}*/, #d5c2ac /*{g-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFedd3 /*{g-bar-background-start}*/, #d5c2ac /*{g-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFedd3 /*{g-bar-background-start}*/, #d5c2ac /*{g-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFedd3 /*{g-bar-background-start}*/, #d5c2ac /*{g-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFedd3 /*{g-bar-background-start}*/, #d5c2ac /*{g-bar-background-end}*/);
}
.ui-bar-g .ui-link-inherit {
	color: #000000 /*{g-bar-color}*/;
}
.ui-bar-g a.ui-link {
	color: #7cc4e7 /*{g-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-g a.ui-link:visited {
    color: #2489ce /*{g-bar-link-visited}*/;
}
.ui-bar-g a.ui-link:hover {
	color: #2489ce /*{g-bar-link-hover}*/;
}
.ui-bar-g a.ui-link:active {
	color: #2489ce /*{g-bar-link-active}*/;
}
.ui-bar-g,
.ui-bar-g input,
.ui-bar-g select,
.ui-bar-g textarea,
.ui-bar-g button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-g,
.ui-overlay-g {
	border: 1px solid #87827d /*{g-body-border}*/;
	color: #000000 /*{g-body-color}*/;
	text-shadow: 0 /*{g-body-shadow-x}*/ 1px /*{g-body-shadow-y}*/ 0 /*{g-body-shadow-radius}*/ #eeeeee /*{g-body-shadow-color}*/;
	background: #f7eee4 /*{g-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFfa /*{g-body-background-start}*/), to( #ded6cd /*{g-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFfa /*{g-body-background-start}*/, #ded6cd /*{g-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFfa /*{g-body-background-start}*/, #ded6cd /*{g-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFfa /*{g-body-background-start}*/, #ded6cd /*{g-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFfa /*{g-body-background-start}*/, #ded6cd /*{g-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFfa /*{g-body-background-start}*/, #ded6cd /*{g-body-background-end}*/);
}
.ui-overlay-g {
	background-image: none;
	border-width: 0;
}
.ui-body-g,
.ui-body-g input,
.ui-body-g select,
.ui-body-g textarea,
.ui-body-g button {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-g .ui-link-inherit {
	color: #000000 /*{g-body-color}*/;
}
.ui-body-g .ui-link {
	color: #2489ce /*{g-body-link-color}*/;
	font-weight: bold;
}
.ui-body-g .ui-link:visited {
    color: #2489ce /*{g-body-link-visited}*/;
}
.ui-body-g .ui-link:hover {
	color: #2489ce /*{g-body-link-hover}*/;
}
.ui-body-g .ui-link:active {
	color: #2489ce /*{g-body-link-active}*/;
}
.ui-btn-up-g {
	border: 1px solid #f7eee4 /*{g-bup-border}*/;
	background: #f7eee4 /*{g-bup-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bup-color}*/;
	text-shadow: 0 /*{g-bup-shadow-x}*/ 1px /*{g-bup-shadow-y}*/ 0 /*{g-bup-shadow-radius}*/ #eeeeee /*{g-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFfa /*{g-bup-background-start}*/), to( #ded6cd /*{g-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFfa /*{g-bup-background-start}*/, #ded6cd /*{g-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFfa /*{g-bup-background-start}*/, #ded6cd /*{g-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFfa /*{g-bup-background-start}*/, #ded6cd /*{g-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFfa /*{g-bup-background-start}*/, #ded6cd /*{g-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFfa /*{g-bup-background-start}*/, #ded6cd /*{g-bup-background-end}*/);
}
.ui-btn-up-g:visited,
.ui-btn-up-g a.ui-link-inherit {
	color: #000000 /*{g-bup-color}*/;
}
.ui-btn-hover-g {
	border: 1px solid #FFFFFF /*{g-bhover-border}*/;
	background: #FFFFFF /*{g-bhover-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bhover-color}*/;
	text-shadow: 0 /*{g-bhover-shadow-x}*/ 1px /*{g-bhover-shadow-y}*/ 0 /*{g-bhover-shadow-radius}*/ #eeeeee /*{g-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{g-bhover-background-start}*/), to( #e5e5e5 /*{g-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFFFFF /*{g-bhover-background-start}*/, #e5e5e5 /*{g-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFFFFF /*{g-bhover-background-start}*/, #e5e5e5 /*{g-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFFFFF /*{g-bhover-background-start}*/, #e5e5e5 /*{g-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFFFFF /*{g-bhover-background-start}*/, #e5e5e5 /*{g-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFFFFF /*{g-bhover-background-start}*/, #e5e5e5 /*{g-bhover-background-end}*/);
}
.ui-btn-hover-g:visited,
.ui-btn-hover-g:hover,
.ui-btn-hover-g a.ui-link-inherit {
	color: #000000 /*{g-bhover-color}*/;
}
.ui-btn-down-g {
	border: 1px solid #FFFFFF /*{g-bdown-border}*/;
	background: #FFFFFF /*{g-bdown-background-color}*/;
	font-weight: bold;
	color: #000000 /*{g-bdown-color}*/;
	text-shadow: 0 /*{g-bdown-shadow-x}*/ 1px /*{g-bdown-shadow-y}*/ 0 /*{g-bdown-shadow-radius}*/ #eeeeee /*{g-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{g-bdown-background-start}*/), to( #FFFFFF /*{g-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e5e5e5 /*{g-bdown-background-start}*/, #FFFFFF /*{g-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e5e5e5 /*{g-bdown-background-start}*/, #FFFFFF /*{g-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e5e5e5 /*{g-bdown-background-start}*/, #FFFFFF /*{g-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e5e5e5 /*{g-bdown-background-start}*/, #FFFFFF /*{g-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e5e5e5 /*{g-bdown-background-start}*/, #FFFFFF /*{g-bdown-background-end}*/);
}
.ui-btn-down-g:visited,
.ui-btn-down-g:hover,
.ui-btn-down-g a.ui-link-inherit {
	color: #000000 /*{g-bdown-color}*/;
}
.ui-btn-up-g,
.ui-btn-hover-g,
.ui-btn-down-g {
	   font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

p.sample1 {clear: both;
	padding-top: 3px;
	margin-bottom: 3px;} 
p.sample2 {background-color: #f8dce0; margin:0px 5px 0px; padding: 10px;}


.ui-dialog-background {
    opacity: 0.5;
    display: block !important;
    -webkit-transition: opacity 0.5s ease-in;
}
 
.ui-dialog-background.pop.in {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
}
 
.ui-dialog {
    min-height: 100% !important;
    background: transparent !important;
}

#feed li{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}