@charset "UTF-8";

/*キャッシュが消えない期間の非常時対応*/
#memo1{
display:none;
}



/* =======================================
【オリジナルCODE】カラム全体（幅調整・背景設定）
======================================= */

/*背景画像*/
.skin-page {
overflow: hidden;
background: #f2efdb;
}

/*メインコンテンツ幅*/
div#main {
width: 690px;
padding-left: 5px;
}

.skin-blogMainInner.skin-bgMain {
padding: 0;
width: 680px;
margin: 0;
}
.skin-blogBodyInner {
width: 1050px;
padding-top: 20px;
}

/*右サイドバー*/
.skin-columnB .skin-blogSubA {
width: 300px;
margin-left: 50px;
}

/* =======================================
【オリジナルCODE】トップエリア
======================================= */

.top {
position: absolute;
margin-left: -740px;
top: -715px;
width: 980px;
background: #FFF;
}
.top-inner01 {
background: #FFF;
width: 980px;
height: 150px;
margin: 0 -9999rem;
padding: 0 9999rem;
border-top: 3px solid #cda348;
}

/*ロゴエリア*/
div.logo {
width: 450px;
height: 85px;
margin: 0 auto;
padding: 15px 0;
}

/*トップナビエリア（ホームページとブログの切り替え）*/
.top-nav {
position: absolute;
right: 0;
top: 70px;
margin: 0;
padding: 0;
width: 181px;
height: 20px;
background:url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/top-nav-line.png)no-repeat 0 0;
}
.top-nav  ul {
float:left;
list-style: none;
margin: 0;
}
.top-nav  ul li {
float: left;
padding: 0;
}
.top-nav  ul li a {
display: block;
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/top-nav.png) no-repeat 0 0;
height: 20px;
}
.top-nav  ul li a span {
display: none;/*IE用エラー対策*/
}

/* Link1*/
.top-nav  ul li.link1 a {
width: 105px;
background-position: 0 0;
}
/* Link2*/
.top-nav  ul li.link2 a {
width: 75px;
background-position: -105px 0;
}
/* hover（透過)*/
.top-nav  ul li a:hover {
opacity:0.7;
}


/* グローバルナビゲーションの設置 */
.top-inner02 {
background: #FFF;
width: 980px;
margin: 0 -9999rem;
padding: 40px 9999rem;
}

#gnavi {
clear: both;
margin: 0;
padding: 0;
width: 980px;
height: 40px;
background:url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/nav-line.png)no-repeat 0 0;
}
#gnavi ul {
float:left;
list-style: none;
margin: 0;
}
#gnavi ul li {
float: left;
padding: 0;
}
#gnavi ul li a {
display: block;
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/nav.png) no-repeat 0 0;
height: 40px;
}
#gnavi ul li a span {
display: none;/*IE用エラー対策*/
}

/* Link1*/
#gnavi ul li.link1 a {
width: 190px;
background-position: 0 0;
}
/* Link2*/
#gnavi ul li.link2 a {
width: 190px;
background-position: -190px 0;
}
/* Link3*/
#gnavi ul li.link3 a {
width: 150px;
background-position: -380px 0;
}
/* Link4*/
#gnavi ul li.link4 a {
width: 150px;
background-position: -530px 0;
}
/* Link5*/
#gnavi ul li.link5 a {
width: 150px;
background-position: -680px 0;
}
/* Link6*/
#gnavi ul li.link6 a {
width: 150px;
background-position: -830px 0;
}
/* hover（透過)*/
#gnavi ul li a:hover {
opacity:0.7;
}


/* =======================================
【オリジナルCODE】ヘッダースライド（サブページ）
※トップページはメッセージボードに記載
======================================= */

.slideshow {
position: absolute;
top: -442px;
margin-left: -1220px;
width: 2000px;
height: 400px;
overflow: hidden;
background: #FFF;
list-style: none;
}
.slideshow li a:hover {
opacity: 1;
}


/*----- ページャー（プレビュー＆ネクストボタン）-----*/
/*ページャーは非表示*/
div#slide-pager {
display: none;
}

/*-----ここから非表示---
div#slide-pager {
position: absolute;
top: -580px;
}
#slide-prev {
position: absolute;
z-index: 100;
margin-left: -720px;
top:255px;
}
a#slide-prev {
display: block;
width: 10px; 
height: 32px;
background-image:url(https://main-bee-custom.ssl-lolipop.jp/custom/Purana/blog/pre.png);
}
a#slide-prev:hover {
opacity:0.7;
}
#slide-next {
position: absolute;
z-index: 100;
margin: 0 0 0 270px;
top:255px;
}
a#slide-next {
display: block;
width: 10px; 
height: 32px;
background-image:url(https://main-bee-custom.ssl-lolipop.jp/custom/Purana/blog/next.png);
}
a#slide-next:hover {
opacity:0.7;
}
-----ここまで非表示---*/


/* =======================================
【オリジナルCODE】コンテンツ画像の調整
======================================= */
.skin-entryBody img {
margin-bottom: 30px;
}


/* =======================================
# スタンダード型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/*基本フォント*/
body{
font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
font-size: 16px;
color:#5C4600;
}

/* リンク */
a {
color: #C6983F;
}

/* 訪問済みリンク */
a:visited {
color: #777;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #999999;
}

/* 強調色テキスト */
.skin-textLoud {
color: #ff3399;
}

/*コンテンツ文字*/
.skin-entryInner {
line-height: 1.8;
}

/*メッセージボード文字*/
.skin-messageInner {
font-size: 16px;
line-height: 1.8;
}

/*コンテンツ大見出し（ｈ２）*/
.skin-entryBody h2 {font-size: 22px;margin: 3rem 0 0.8rem;padding: 0.1rem 0 0.1rem 10px;border-left: 5px solid #e4dcd1;}

/*コンテンツ大見出し（ｈ３）*/
.skin-entryBody h3 {font-size: 19px;margin: 2rem 0 0.5rem;padding: 0.1rem 0 0.1rem 20px;color: #5C4600;background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/h4-list.png) no-repeat 0 center;}

/*コンテンツ大見出し（ｈ4）*/
.skin-entryBody h4 {font-size: 18px;margin: 2rem 0 0.5rem;padding: 0.1rem 0;color: #5C4600;}

/*サイドバー文字*/
#subAInner a {
}
#subAInner a:hover, #subAInner a:visited {
color: #777;
}

/* (1-2) 基本背景
--------------------------------------------*/
/* コンテンツ背景、ヘッダー以下の背景色 */
.skin-blogBody, .skin-blogBodyInner {
padding-top: 10px;
background-color: #ffffff;
margin-bottom: 500px;
}

/* 淡色背景, 自分のコメントエリアの背景色 */
.skin-bgQuiet {
background-color: #f7f7f7;
}

/* (1-3) 基本境界線
--------------------------------------------*/
/* 境界線（強） */
.skin-borderLoud {
border-color: #cccccc;
}

/* 境界線（弱） */
.skin-borderQuiet {
border-color: transparent;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ヘッダー背景 */
.skin-bgHeader {
}
header.skin-bgHeader {
margin-top: 165px;
height: 530px;
background: #FFF;
}

/* (2-2) ヘッダータイトル、説明文
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {
z-index: -1;
}

/* ブログタイトル */
.skin-blogMainTitle {
color: #333333;
margin-bottom: 10px;
font-size: 27px;
}

/* ブログ説明文 */
.skin-blogSubTitle {
color: #999999;
font-size: 16px;
}
p.skin-blogSubTitle {
visibility: hidden;
}

/* ヘッダータイトル */
.skin-headerTitle {
position: absolute;
display: block;
width: 1080px;
height: 260px;
text-indent: -9999px;
top: 0;
padding: 0;
margin-left: 20px;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(3)メインエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1-a) メイン背景
--------------------------------------------*/
/* メインエリア背景 */
.skin-bgMain {
/*background-color: transparent;*/
}

/* (3-1-b) メイン背景 内側
--------------------------------------------*/
/* メインエリア背景 内側 レイアウト */
.skin-blogMainInner {
  padding: 30px 0 10px;
}

/* (3-2) メインタイトル
--------------------------------------------*/
/* 記事タイトル */
.skin-entryTitle {color: #333;font-size: 28px;font-weight: normal;margin-bottom: 20px;padding: 0.6rem 0 0.6rem 10px;border-left: 5px solid #e4dcd1;background: none;}

/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #111;
}

/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
display: none;
}

/* 背景 */
.skin-blogHeaderNavInner {
}

/* テキスト */
.skin-topNavText, .skin-topNavText:hover, .skin-topNavText:visited {
color: #999999;
}

/* アイコン */
.skin-topNavIcon {
color: #999999;
}

/* (3-3-b) ブログナビ下部
--------------------------------------------*/
/* 背景、境界線　*/
.skin-blogFooterNavInner {
border-color: #cccccc;
background-color: #ffffff;
}

/* テキスト */
.skin-bottomNavText, .skin-bottomNavText:hover, .skin-bottomNavText:visited {
color: #999999;
}

/* アイコン */
.skin-bottomNavIcon {
color: #999999;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(4)サイドエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/

/*サイドエリアの設定*/
.skin-widgetInner {
border: 1px solid #BF8D37;
}
.skin-widgetBody{
padding: 2rem 2em;
}

.skin-widget {
margin-bottom: 10px !important;
}

/*フリースペース＆フリープラグインのみ*/
div#freespace .skin-widgetInner {
border: none; 
}
div#freespace .skin-widgetBody {
padding: 0;
background: none !important;
}

/*ランキングのみ*/
[data-uranus-component="rankingList"], [data-uranus-component="rankingNone"] {
margin-top: 0;
padding-top: 10px;
}

/*読者登録のみ*/
[data-uranus-component="readers"] {
margin-top: 0;
padding-top: 15px;
}

/*フリープラグインのみ*/
#freeplugin .skin-widgetInner {
border: none;
}
div#freeplugin .skin-widgetBody, div#rss .skin-widgetBody, div#search .skin-widgetBody {
padding: 0;
}

/*RSSエリアのみ*/
#rss .skin-widgetInner {
padding: 8px 8px 5px;
}

/*ブログ内検索*/
#search .skin-widgetInner {
border: none;
}

/*背景なしサイドメニュー*/
div#freeplugin .skin-widgetBody,div#rss .skin-widgetBody, div#search .skin-widgetBody{
background: none;
}

/*リスト部分の調整*/
ul.skin-linkList li {
padding: 10px 0;
border-bottom: 1px dotted #ccc
}

/* (4-1) サイドテキスト全体
--------------------------------------------*/
/* サイドモジュールタイトル */
.skin-widgetTitle {
color: #666666;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 10px;
margin-bottom: 6px;
}

/* 2カラムサイドバー,3カラム:広いサイドバー */
/* 3カラム:狭いサイドバー */
/* サイド基本テキスト */
.skin-blogSubA, .skin-blogSubB {
}

/* サイド強調色テキスト */
.skin-sideTextLoud {
color: #ff3399;
}

/* サイドリンク色（基本） */
.skin-calendar a, .skin-linkListToggle, .skin-linkList a, .skin-linkChildList a, .skin-rankingList a, .skin-sideLink {
}

/* サイドリンク色（マウスオーバー） */
.skin-calendar a:hover, .skin-linkList a:hover, .skin-linkChildList a:hover, .skin-rankingList a:hover, .skin-sideLink:hover {
}

/* サイドリンク色（マウスオーバー） */
.skin-calendar a:visited, .skin-linkList a:visited, .skin-linkChildList a:visited, .skin-rankingList a:visited, .skin-sideLink:visited {
}

/* (4-2) サイド境界線
--------------------------------------------*/
/* 境界線 */
.skin-sideBorder {
border-color: #e5e5e5;
}

/* (4-3) サイドモジュール
--------------------------------------------*/
/* (4-3-a) カレンダー
--------------------------------------------*/
/* 記事が存在するカレンダー日付背景 */
.skin-calendarDate.is-active {
color: #FFF;
background-color: #BF8D37;
}

/* カレンダー */
#calendar .skin-widgetTitle {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}

/* (4-3-b) アーカイブナビ
--------------------------------------------*/
/* アーカイブナビ */
.skin-archiveNavTabs a, .skin-archiveNavTabs a:hover, .skin-archiveNavTabs a:visited {
color: #999999;
}

/* アーカイブナビ 選択時 */
.skin-archiveNavTabs a.is-active, .skin-archiveNavTabs a.is-active:hover, .skin-archiveNavTabs a.is-active:visited {
color: #333333;
}

/* (4-3-c) プロフィール
--------------------------------------------*/
/* プロフィール */
#profile .skin-widgetTitle {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
/*ネーム*/
.skin-profileName {
font-size: 16px;
font-weight: bold;
text-align: left;
}
p.skin-profileName a {
color: #222;
}

/*説明文*/
dl.skin-profileStatus {
font-size: 13px;
color: #666;
}

.skin-profileAvatar {
margin-top: 0;
padding-top: 20px;
}


/* =======================================
【オリジナルCODE】サイドバーメニュータイトル
======================================= */

.skin-widgetHead {
height: 80px;
margin-bottom: -2rem;
text-indent: -9999px;
}
.skin-widgetTitle{
border-bottom: none !important;
}

/*アーカイブ*/
div#archive .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-archive.png) no-repeat center top;
}
/*ブックマーク*/
div#bookmarks .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-bookmark.png) no-repeat center top;
}
/*カレンダー*/
div#calendar .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-calendar.png) no-repeat center top;
}
/*コメント*/
div#recentComments .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-comment.png) no-repeat center top;
}
/*最新の記事*/
div#recentEntries .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-entry.png) no-repeat center top;
}
/*お気に入りブログ*/
div#favorites .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-favorite.png) no-repeat center top;
}
/*プロフィール*/
div#profile .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-profile.png) no-repeat center top;
}
/*ランキング*/
div#ranking .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-ranking.png) no-repeat center top;
}
/*このブログの読者*/
div#readers .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-reader.png) no-repeat center top;
}
/*テーマ*/
div#theme .skin-widgetHead {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/side-theme.png) no-repeat center top; 
}

/* =======================================
【オリジナルCODE】サイドバナー設置
======================================= */
/*サイドバナーメイン（フリースペース）*/
.side-banner {
width: 300px;
}
.side-banner img {
margin-bottom: 4px;
}

/*サイドバナーサブ（フリープラグイン）*/
.side-banner-sub img {
margin-bottom: 4px;
}



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(5)ボタン設定

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (5-1) ボタン全体
--------------------------------------------*/
/* 通常ボタン */
.skin-btn {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

.skin-widgetButton {
margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}

/* 通常ボタン（マウスオーバー、訪問済み） */
.skin-btn:hover, .skin-btn:visited {
color: #999999;
}

/* 強調ボタン */
.skin-btnPrimary {
border-color: #404040;
background-color: #505050;
color: #ffffff;
}

/* 強調ボタン（マウスオーバー、訪問済み） */
.skin-btnPrimary:hover, .skin-btnPrimary:visited {
color: #ffffff;
}

/* (5-2) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/

.skin-paging {
margin: 0 0 40px;
}

/* 前後ページ送りボタン */
.skin-btnPaging {
border-color: #BFBFBF;
background-color: #FFF;
color: #BFBFBF;
}

/* 前後ページ送りボタン（マウスオーバー、訪問済み） */
.skin-btnPaging:hover, .skin-btnPaging:visited {
color: #BFBFBF;
}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #BFBFBF;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #BFBFBF;
}

/* 記事中ページ送りの前 */
.skin-entryPagingPrev, .skin-entryPagingPrev:hover, .skin-entryPagingPrev:visited {
color: #BFBFBF;
}



/* (5-3) 目次ナビゲーション
--------------------------------------------*/
/* 目次ナビゲーション */
.skin-btnIndex {
border-color: #BFBFBF;
background-color: #ffffff;
color: #BFBFBF;
}

/* 目次ナビゲーション（マウスオーバー、訪問済み） */
.skin-btnIndex:hover, .skin-btnIndex:visited {
color: #BFBFBF;
}

/* 目次ナビゲーション 選択時 */
.skin-btnIndex.is-active {
border-color: #cccccc;
background-color: #BFBFBF;
color: #333333;
}

/* 目次ナビゲーション 無効時 */
.skin-btnIndex.is-disabled {
border-color: #cccccc;
background-color: #BFBFBF;
color: #979696;
}

/* (5-4) サイドボタン
--------------------------------------------*/
/* サイド通常ボタン */
.skin-btnSide {
border-color: #C6983F;
background-color: #FFF;
color: #C6983F;
}

/* サイド通常ボタン（マウスオーバー、訪問済み） */
.skin-btnSide:hover, .skin-btnSide:visited {
color: #FFF !important;
}
a.skin-btnSide {
height: 30px;
line-height: 2;
}

/* サイド強調ボタン （読者になるボタン）*/
.skin-btnSidePrimary {
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/banner-reader.png) no-repeat 0 0;
text-indent: -9999px;
max-width: 240px;
height: 60px;
border: none;
}
/* サイド強調ボタン（読者になるボタン:マウスオーバー） */
.skin-btnSidePrimary:hover {
opacity:0.7;
}

/* (5-5) 記事一覧 月別
--------------------------------------------*/
/* 記事一覧 月別 ボタンテキスト */
.skin-btnArchive {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* 記事一覧 月別 ボタンテキスト（マウスオーバー、訪問済み） */
.skin-btnArchive:hover, .skin-btnArchive:visited {
color: #999999;
}

/* 記事一覧 月別 ボタンテキスト 選択時 */
.skin-btnArchive.is-active {
background-color: #e0edf7;
color: #333333;
}

/* 記事一覧 月別 ボタンテキスト 0件 */
.skin-btnArchive.is-disabled {
background-color: #f0eff5;
color: #cccccc;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(6) その他、拡張

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (6-1) 記事一覧
--------------------------------------------*/
/* 記事一覧 背景 レイアウト */
.skin-blogArchiveBody {
padding: 30px 30px 0 30px;
}

/* (6-2) メッセージ
--------------------------------------------*/
/* メッセージ 背景 レイアウト */

/*メッセージボード*/
.skin-message.skin-bgMain {
width: 680px;
padding: 0;
}
.skin-messageInner {
border: 1px solid #BF8D37;
margin: 0;
padding: 140px 40px 25px;
background: #f9f8f2 url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/message-title.png) no-repeat center 35px;
}
/*メッセージボードタイトル設置（Freeplugin）*/
div#message-title {
margin: 0 0 15px 0;
}
div#subAInner #message-title {
display: none;
}

.skin-message{
margin-left: 0 !important;
}

/*YouTube組み込み*/
.youtube {
width: 416px;
margin: 5px auto 20px;
}


/* =======================================
【オリジナルCODE】アメーバフッターPRの背景
======================================= */

.bfl-topics__outer {background-color: #E0D9CE !important;}
.bfl-bigfooter {
border-top: none  !important;
}

/* =======================================
【オリジナルCODE】フッターロゴ
======================================= */

.skin-widgetInner .footer-logo {
display: none; /*サイドバーでは非表示*/
}


.footer-logo {
display: block;
width: 400px;
background: url(https://main-bee-custom.ssl-lolipop.jp/custom/ms/ameblo-renewal/logo.png) no-repeat 0 0;
margin: -400px auto 100px;
}
.footer-logo:hover{
opacity: 0.7;
}
.logo-link {
text-indent: -9999px;
margin-bottom: 3rem;
}
.footer-logo a span {
display: block;
width: 380px;
height: 120px;
}
.copy p {
text-align: center;
color: #999 !important;
font-size: 12px;
letter-spacing: 0 !important;
}
