/*---【2カラムLサイド　960pxデザイン】---*/
@charset "utf-8";

/*◆◆◆　全体の文字　◆◆◆*/

/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#6f583a;
}

/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#f96bac;
}

/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#f96bac;
}

/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#f7a5cc;
}

/* 弱い文字 （日付など）*/
.skinWeakColor,.skinBaseWeakColor{
color:#ccc;
}

/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#f96bac;
}


/*◆◆◆　サイドバー内の文字　◆◆◆*/

/* 通常文字 */
.skinSubArea,.skinSubArea .skinTextColor,.skinSubTextColor,.skinSubBlock{
color:#6f583a;
}

/* リンク */
.skinSubArea a,.skinSubArea .skinAnchorColor,.skinSubAnchorColor,.skinSubBlock a{
color:#6f583a;
}

/* 訪問済のリンク */
.skinSubArea a:visited,.skinSubArea .skinAnchorVisitedColor,.skinSubAnchorVisitedColor,.skinSubBlock a:visited{
color:#6f583a;
}

/* マウスオーバーしたときのリンク */
.skinSubArea a:focus,.skinSubArea a:hover,.skinSubArea .skinAnchorHoverColor,.skinSubAnchorHoverColor,.skinSubBlock a:focus,.skinSubBlock a:hover{
color:#9b7a51;
}

/* 弱い文字 */
.skinSubArea .skinWeakColor,.skinSubWeakColor{
color:#cccccc;
}

/* 強い文字 */
.skinSubArea .skinStrongColor,.skinSubStrongColor{
color:#f96bac;
}


/*◆◆◆　ページング　◆◆◆*/
/*■「次ページ」＆「前ページ」■*/
.skinSimpleBtn, .skinSimpleBtn:visited, .skinSimpleBtn:hover, .skinSimpleBtn:focus {
color:#634e33 !important;
background-color: #f5efe1;
text-decoration: none !important;
}

/*マウスオーバー時*/
.skinSimpleBtn:hover, .skinSimpleBtn:focus{
color:#997c56 !important;/*文字色*/
}

.skinSimpleBtn, .skinSimpleBtn:visited, .skinSimpleBtn:hover, .skinSimpleBtn:focus {
border: 1px solid #d6cebf;
}


/*記事すぐ下ページング*/
.pagingArea.entryPaging {
display: none;
}

/*画像一覧をみる非表示*/
.userLinkArea {
display: none !important;
}

/*◆◆◆　ボディ（全体）　◆◆◆*/
/*フレームレイアウト*/
.skinFrame {
display:block;
width:1100px;
margin:0 auto;
position:relative;
zoom:1;
}

/*◆◆◆　ヘッダー　◆◆◆*/
.skinHeaderArea {
margin-top:120px;
height:455px;
width:960px;
background-color: transparent;
}

.skinHeaderArea2{
padding:0;
}
.skinBlogHeadingGroupArea{
padding:0;
}
.skinDescriptionArea{
display:none;
}
.skinTitleArea{
padding:0;
}
.skinTitleArea a{
display:block;
height:0;
text-indent:-9999px;
}


/*◆◆◆　ヘッダースライド　◆◆◆*/
.slideshow {
position: absolute;
z-index: 1;
margin-left: 10px;
top: 150px;
list-style-type: none;
}

.slideshow li {
position: absolute;
width: 940px; 
height: 360px; 
}

.slideshow li a {
display: block;
}

/*----- スライダー -----*/
#slide-navi {
position:absolute;
z-index: 100;
margin: 0 0 0 -675px;
top:575px;
display :block;
text-indent :-9999px;
width: 100px;
}

#slide-navi a {
display: block;
width: 20px;
height: 20px;
float: left;
background-image: url();
background-repeat:no-repeat;
color: #fff !important;
text-align: center;
line-height: 20px;
text-decoration: none;
margin: 0;
}

#slide-navi a:hover, #slide-navi a.activeSlide {
background-position: 0 -20px;
}

/*----- ページャー（プレビュー＆ネクストボタン）-----*/
#slide-prev {
position: absolute;
z-index: 100;
margin-left: 10px;
top:315px;
}

a#slide-prev {
display: block;
width: 25px; 
height: 25px;
background-image:url(http://webken-bee.com/kirara/ameblo/pre-btn.png);
}

a#slide-prev:hover {
background-position:  0px -25px; 
}

#slide-next {
position: absolute;
z-index: 100;
margin: 0 0 0 925px;
top:315px;
}

a#slide-next {
display: block;
width: 25px; 
height: 25px;
background-image:url(http://webken-bee.com/kirara/ameblo/nxt-btn.png);
}

a#slide-next:hover {
background-position:  0px -25px; 
}


/*◆◆◆　タイトルリンク　◆◆◆*/
#title-link ul {
position: absolute;
margin-left: 10px;
top: 43px;
list-style-type: none;
list-style-image: none;
}

#title-link ul {
width: 490px;
}

#title-link ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#title-link ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/title-link.png");
background-repeat: no-repeat;
height: 110px;
}

/* リンク */
#title-link ul li.menu1 a {
width: 490px;
background-position: 0 0;
}
#title-link ul li.menu1 a:hover {
background-position: 0 -110px;
}

#title-link ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　メインメニューバー　◆◆◆*/

#linknavi ul {
position: absolute;
margin-left: 0;
top: 532px;
width: 960px;
list-style-type: none;
list-style-image: none;
}

#linknavi ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#linknavi ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/gnavi.png");
background-repeat: no-repeat;
height: 50px;
}

/* ヘッダー下メニュー1 */
#linknavi ul li.menu1 a {
width: 160px;
background-position: 0 0;
}
#linknavi ul li.menu1 a:hover {
background-position: 0 -50px;
}
/* ヘッダー下メニュー2 */
#linknavi ul li.menu2 a {
width: 160px;
background-position: -160px 0;
}
#linknavi ul li.menu2 a:hover {
background-position: -160px -50px;
}
/* ヘッダー下メニュー3 */
#linknavi ul li.menu3 a {
width: 160px;
background-position: -320px 0;
}
#linknavi ul li.menu3 a:hover {
background-position: -320px -50px;
}
/* ヘッダー下メニュー4 */
#linknavi ul li.menu4 a {
width: 160px;
background-position: -480px 0px;
}
#linknavi ul li.menu4 a:hover {
background-position: -480px -50px;
}
/* ヘッダー下メニュー5 */
#linknavi ul li.menu5 a {
width: 160px;
background-position: -640px 0;
}
#linknavi ul li.menu5 a:hover {
background-position: -640px -50px;
}
/* ヘッダー下メニュー6 */
#linknavi ul li.menu6 a {
width: 160px;
background-position: -800px 0;
}
#linknavi ul li.menu6 a:hover {
background-position: -800px -50px;
}

#linknavi ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　プリザーブドフラワーレッスンバナー　◆◆◆*/
#preserved-link ul {
position: absolute;
margin-left: 0;
top: 595px;
width: 300px;
list-style-type: none;
list-style-image: none;
}

#preserved-link ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#preserved-link ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/preserved-banner.png");
background-repeat: no-repeat;
height: 60px;
}

/* リンクバナー */
#preserved-link ul li.menu1 a {
width: 300px;
background-position: 0 0;
}
#preserved-link ul li.menu1 a:hover {
background-position: 0 -60px;
}

#preserved-link ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　フレッシュフラワーレッスンバナー　◆◆◆*/
#flesh-link ul {
position: absolute;
margin-left: 0;
top: 665px;
width: 300px;
list-style-type: none;
list-style-image: none;
}

#flesh-link ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#flesh-link ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/flesh-banner.png");
background-repeat: no-repeat;
height: 60px;
}

/* リンクバナー */
#flesh-link ul li.menu1 a {
width: 300px;
background-position: 0 0;
}
#flesh-link ul li.menu1 a:hover {
background-position: 0 -60px;
}

#flesh-link ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　アーテフィシャルフラワーレッスンバナー　◆◆◆*/
#artificial-link ul {
position: absolute;
margin-left: 0;
top: 735px;
width: 300px;
list-style-type: none;
list-style-image: none;
}

#artificial-link ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#artificial-link ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/artificial-banner.png");
background-repeat: no-repeat;
height: 60px;
}

/* リンクバナー */
#artificial-link ul li.menu1 a {
width: 300px;
background-position: 0 0;
}
#artificial-link ul li.menu1 a:hover {
background-position: 0 -60px;
}

#artificial-link ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　体験レッスンバナー　◆◆◆*/
#taiken-link ul {
position: absolute;
margin-left: 0;
top: 805px;
width: 300px;
list-style-type: none;
list-style-image: none;
}

#taiken-link ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#taiken-link ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/taiken-banner.png");
background-repeat: no-repeat;
height: 60px;
}

/* リンクバナー */
#taiken-link ul li.menu1 a {
width: 300px;
background-position: 0 0;
}
#taiken-link ul li.menu1 a:hover {
background-position: 0 -60px;
}

#taiken-link ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　公式ホームページバナー　◆◆◆*/
#hp-link ul {
position: absolute;
margin-left: 0;
top: 875px;
width: 300px;
list-style-type: none;
list-style-image: none;
}

#hp-link ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#hp-link ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/hp-banner.png");
background-repeat: no-repeat;
height: 60px;
}

/* リンクバナー */
#hp-link ul li.menu1 a {
width: 300px;
background-position: 0 0;
}
#hp-link ul li.menu1 a:hover {
background-position: 0 -60px;
}

#hp-link ul li a span {
display: none; /*IEエラー対策*/
}


/*◆◆◆　背景イメージ　◆◆◆*/
/*背景最上段（フッター部かぶせ）*/
.skinBody3 {
background-image:url("http://webken-bee.com/kirara/ameblo/footer.png");
background-repeat: no-repeat;
background-position: bottom center;
}

/*背景下から3番目（ヘッダー部）*/
.skinBody2 {
background-image:url("http://webken-bee.com/kirara/ameblo/background-top.png");
background-repeat:no-repeat;
background-position: top center;
background-color:transparent;
}

/*背景下から2番目（中間下地つなぎ背景・コンテンツシャドウなど）*/
.skinBody {
background-image:url("http://webken-bee.com/kirara/ameblo/background-repeat.png");
background-repeat:repeat-y;
background-position: top center;
background-color:transparent;
}

/*背景1番下（最背面背景画像)*/
body{
background-color:transparent;
}


/*◆◆◆　コンテンツエリア　◆◆◆*/

.skinContentsArea{/* 注 ベースのcssにwidth:980px;の記述有り */
padding-top:0;
padding-left: 0;
padding-right:0;
padding-bottom: 220px;
width:960px;
background-color:none;
}


/*◆◆◆　メインエリア　◆◆◆*/

.skinMainArea{
width:630px !important;/*記事部分の横幅Ｂ　B=A-330px*/
}


/*◆◆◆　メッセージボード　◆◆◆*/
.skinMessageBoard2{/*背景TOP*/
border:none;
}

.skinMessageBoard{/*背景MIDDLE*/
border:none;
background-color:transparent;
}

.skinMessageBoard3 {/*背景BOTTOM*/
margin-bottom:10px;
padding:0;
color:#484220;
border:none;
font-size: 14px !important;
letter-spacing: 0px;
font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*◆◆◆　メッセージボードコンテンツ　◆◆◆*/

#message-info {
width: 630px;
height:380px;
background-image:url("http://webken-bee.com/kirara/ameblo/message-bg.jpg");
background-position: center top;
background-repeat: no-repeat;
}

/*お問い合わせボタン*/
#contact-btn ul {
position:absolute;
margin: 220px 0 0 385px;
list-style-type: none;
list-style-image: none;
}

#contact-btn ul {
width: 140px;
}

#contact-btn ul li {
padding-bottom: 0 !important;
padding-left: 0 !important;
float: left;
}

#contact-btn ul li a {
display: block;
background-image: url("http://webken-bee.com/kirara/ameblo/message-btn.png");
background-repeat: no-repeat;
height: 40px;
}

/* リンク */
#contact-btn ul li.menu1 a {
width: 140px;
background-position: 0 0;
}
#contact-btn ul li.menu1 a:hover {
background-position: 0 -40px;
}

#contact-btn ul li a span {
display: none; /*IEエラー対策*/
}



/*◆◆◆　メインコラム（記事）エリア　◆◆◆*/
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding: 0;
margin-bottom: -30px;
border:none;
background:none;
}

.skinArticle2 {
position:relative;
overflow:hidden;
background:transparent;
padding:10px 0 5px 0;
width:630px;
}

.articleText {
margin-top: 20px;
font-size: 14px !important;
line-height:160%;
font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*-----　テーマ＆投稿時間表示　-----*/
.articleTheme {/*メインコラム欄テーマ*/
position:absolute;
top:140px;
right:20px;
color: #99895b;
text-align: left;
}

.articleTheme a {
color: #99895b;
}

.articleTheme a:hover {
color: #99895b;
}

.articleDetailArea {
display:block;
}

.articleTime {/*メインコラム欄投稿時間*/
position:absolute;
top:120px;
right:20px;
color: #99895b;
font-weight: normal;
}

.articleTime span {
color: #f96bac; /*NEW！*/
font-weight: bold;
}

.articleExLinkArea {/*ソーシャルリンクボタン調整*/
margin:0;
padding-top: 20px;
text-align:left;
}

.articleExLinkArea a {
margin:0;
}

.articleLinkArea {/*コメントペタボタン調整*/
margin:0;
padding-top: 10px;
text-align:left;
}

.articleExLinkArea .articleExLinkSubArea {
float: left;
height: 20px;
margin-bottom: 10px;
padding: 0;
zoom: 1;
}

/* -----コメント・トラックバック-----*/
.skinWeakBgColor,.skinBaseWeakBgColor {
background-color:#f7f7f7;
}

.skinStrongBgColor,.skinBaseStrongBgColor {
background-color:#f7f7f7;
}

.skinBorderColor,.skinBaseBorderColor,.skinBlock {
border-color:#d3d3d3;
}

.skinBorderHr,.skinBorderList li {
border-color:#d3d3d3;
}

.articleBtnSubArea {
margin-top:0;
}


/*-----　記事タイトル文字　-----*/

a.skinArticleTitle,a:visited.skinArticleTitle {
color: #6f583a;
text-decoration: none;
font-weight:normal;
font-size:16px;
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
}

a:hover.skinArticleTitle {
color: #a88456;
text-decoration:none;
font-weight:normal;
font-size:16px;
}


/*◆◆◆　記事背景　◆◆◆*/

/*-----　記事タイトル背景　-----*/

.skinArticleHeader{
margin:0;
padding:60px 0 5px 20px;
background-image:url("http://webken-bee.com/kirara/ameblo/content-title.png");
background-position: center top;
background-repeat: no-repeat;
height:55px;
border-left:0;
text-align:center;
}

.articleDetailArea.skinWeakColor {
height:0 !important;
}

/*-----　記事本文背景　-----*/

.skinArticleBody2{
margin:-20px 20px 70px 20px;
padding-top:0;
border:none;
}

/*-----　記事フッター背景　-----*/

.skinArticleFooter{
height:150px;
margin-top: -10px;
padding:0 10px 0px 10px;
border:none;
}

.articleImageListArea {
margin: 30px 0 120px;
text-align: left;
overflow: hidden;
}

/*記事囲み枠*/ 
.skinArticle3 {
background-color:#fdfdf9;
padding: 15px;
border: 1px solid #dfcaad;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom: 100px;
}


/*◆◆◆　サイドメニューエリア　◆◆◆*/

.skinSubArea{
margin-top:0;
} 

.skinSubA{
margin-top:355px;
} /* 300pxのサイドメニューエリア */

.skinSubB{
} /* 180pxのサイドメニューエリア（３カラム時） */

.skinMenuBody{
margin:0;
padding:15px 0 10px 0;
background-color:none;
background-repeat:repeat-y;
}

/* -----サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること-----*/

.skinSubHr,.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #909090;
}

.skinMenu2 {
padding: 0;
}

/*◆◆◆　サイドメニュータイトル画像の設置（タイトル設置）　◆◆◆*/

/*タイトル全体指定*/
.skinMenuHeader {
height: 70px;
margin:10px 0 10px 0;
background-color: transparent;
background-repeat:no-repeat;
text-indent: -9999px;
}

/*タイトル画像指定*/
.recentEntriesMenu .skinMenuHeader {/* 最新の記事 */
background-image: url("http://webken-bee.com/kirara/ameblo/side-entry.png");
}

.themeMenu .skinMenuHeader {/* テーマ */
background-image: url("http://webken-bee.com/kirara/ameblo/side-theme.png");
}

.archiveMenu .skinMenuHeader {/* アーカイブ */
background-image: url("http://webken-bee.com/kirara/ameblo/side-archive.png");
}

.bookmarkMenu .skinMenuHeader {/* ブックマーク */
background-image: url("http://webken-bee.com/kirara/ameblo/side-bookmark.png");
}

.favoriteMenu .skinMenuHeader {/* お気に入りブログ */
background-image: url("http://webken-bee.com/kirara/ameblo/side-favorite.png");
}

.recentCommentMenu .skinMenuHeader {/* コメント */
background-image: url("http://webken-bee.com/kirara/ameblo/side-comment.png");
}

.profileMenu .skinMenuHeader {/* プロフィール */
background-image: url("http://webken-bee.com/kirara/ameblo/side-profile.png");
}

.readerMenu .skinMenuHeader {/* このブログの読者 */
background-image: url("http://webken-bee.com/kirara/ameblo/side-readers.png");
}

.rankingMenu .skinMenuHeader {/* ランキング */
background-image: url("http://webken-bee.com/kirara/ameblo/side-ranking.png");
}

.calendarMenu .skinMenuHeader {/* カレンダー */
background-image: url("http://webken-bee.com/kirara/ameblo/side-calendar.png");
}


/*◆◆◆　サイドメニュー背景（中間部/フッター部）　◆◆◆*/
.skinMenu{
margin-right:0;
padding-bottom:0;
background:none;
/* 注　ベースのcssに margin-bottom の記述有り */
}

.skinSubA .skinMenuBody{/*サイド背景中間*/
margin:0;
padding: 0;
background-color:transparent;/*背景透過*/
}

.skinSubA .skinMenu{/*サイド背景フッター*/
margin-bottom:20px;
}

/*◆◆◆　サイドメニューリストマーク設定　◆◆◆*/
.skinSubList li {
padding-left:5px;
}


/*◆◆◆　アメブロ会員登録ボタン ◆◆◆*/
.skinImgBtnM{
background:#e8e3dd;
height:35px;
width:150px;
border: 1px solid #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


/*◆◆◆　サイドメニュー読者登録ボタン ◆◆◆*/
.skinImgBtnS.readerBtn {
margin: 5px !important;
}

.readerMenu .readerBtn {
background:url("http://webken-bee.com/kirara/ameblo/reader-banner.png") no-repeat; 
display:block; 
width:280px; 
height:80px; 
text-indent:-9999px;
border : none;
}

.readerMenu a:hover{
background-position: 0 -80px;
}


/*◆◆◆　検索窓　◆◆◆*/
.blogSearchBtn {
margin-top:-10px;
width:32px;
height:50px;
background-image:url("http://webken-bee.com/saishoboshi/ameblo/search.png");
}


/*◆◆◆　カレンダー　◆◆◆*/
.skinSubB .calendarMenu table,
.skinSubA .calendarMenu table {
width:280px;
}

.skinSubA .calendarMenu td,
.skinSubB .calendarMenu td {
font-size:93%;
}

.calendar table {
border-collapse:collapse;
}

.calendar caption { /* 月表示 */
font-size:100%;
font-weight:bold;
}

.calendar #weekID { /* 曜日表示 */
height:14px;
margin:1px;
font-weight:normal;
}

.calendar #weekID .sun { /* 日曜日の表示 */
color:#F2911D;
}

.calendar #weekID .sat { /* 土曜日の表示 */
color:#21A0CC;
}

.calendar td { /* 日表示部 */
margin:1px;
color:#333333;
background-color:transparent;
border-bottom: 1px  dashed #909090;
}

.calendar td a { /* 日付ページへのリンク */
display:block;
padding-top:2px;
font-weight:bold;
text-decoration:none;
background-color:#efede5;
color:#6f583a;
border: 1px solid #fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius: 5px;
}

.calendar td a:hover { 
text-decoration:none;
background-color:#f7f4ed;
color:#6f583a;
}

/*◆◆◆　サイドメニュープロフィール画像変更 ◆◆◆*/
.skinSubA .profileUserNicknameArea {
padding: 10px 0 10px 20px;
text-align: leftr;
width: 150px;
}

.skinImgBtnS.readerBtn {
margin: 0 4px 0 0 !important;
}

.skinMenuBody2 {
margin-left: 20px;
}


/*◆◆◆グローバルリンク非表示◆◆◆*/
.globalLinkArea { 
display: none;
}

/*◆◆◆フッター非表示◆◆◆*/
#footer {
position: absolute;
bottom:20px;
left:600px;
color: #cccccc;
}

/*◆◆◆記事一覧/テーマ一覧スタイル◆◆◆*/
.listContentsArea.skinBlock {
background-color: #fff;
}

.listContentsArea.skinBlock a {
color: #786346;
}

.tab.skinBlock {
background-color: #fff;
}

.tab.skinBlock a {
color: #999;
}




/*◆◆◆　コメント欄　◆◆◆*/
#main > div.skinMainArea2 > aside > div {
border: 1px solid #dfcaad;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
