/* =======================================
# スタンダード型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(0)レイアウト
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(0)レイアウト

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
[data-uranus-layout="columnB"] [data-uranus-layout="subA"] {
position:  static;
}
[data-uranus-layout="headerNavSub"] {
display: none;
}
[data-uranus-layout="content"] {
padding-top: 0;
}
.skin-blogHeaderNavMenu {
text-align: center;
}
[amb-layout="content"] {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 100px;
    width: 980px;
    line-height: 1.6;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
[amb-layout="columnB"] [amb-layout="primary"] {
    padding-right: 270px;
}
[amb-layout="columnB"] [amb-layout="mainInner"] {
	padding: 0;
}
[amb-layout="columnB"] [amb-layout="subA"] {
    position: relative;
    float: left;
    margin-right: -100%;
    width: 260px;
}
[amb-layout="columnB"] [amb-layout="subAInner"] {
    margin-left: 10px;
    width: 260px;
}
[amb-layout="headerNav"] {
    border-top: none;
    border-bottom: none;
}
[amb-component="paging"]>li {
	width: 125px;
	margin-left: 20px;
	margin-right: 20px;
}
[amb-component="pagingItem"] {
	padding-left: 0；
	padding-right: 0；
	border: 0;
	line-height: 25px;
}
[amb-layout="headerNavSub"] {
	display: none;
}
[amb-layout="headerNavInner"] {
	width: 710px;
	margin-bottom: 20px;
	text-align: center;
}

[amb-component="message"] {
	margin-bottom: 30px;
}

[amb-component="blogNav"]>li {
	background: url(http://dsn-k.com/ameblo/img/skin_btn_s.png) no-repeat;
	width: 130px;
	height: 36px;
	max-width: 130px;
}
[amb-component="blogNav"] {
	line-height: 36px;
}
[amb-component="entryStdTop"] {
	margin-bottom: 0;
}
[amb-component="linkList"]>li>a {
	margin-top: 6px;
}
[amb-component="calendarTable"] th, [amb-component="calendarTable"] td {
	padding: 3px 0;
}
[amb-component="mainWidget"] {
	background: #f3f3f3;
	margin-bottom: 20px;
	padding: 23px;
}
[amb-component="entry"] {
	margin-bottom: 0;
}
[amb-component="entryPaging"] {
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 0;
	border-bottom: 0;
}
[amb-component='profileAvatar'] img {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/* 地色テキスト */
html {
color: #333333;
}

/* リンク */
a {
color: #f979b0;
}

/* 訪問済みリンク */
a:visited {
color: #f979b0;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #999999;
}

/* 強調色テキスト */
.skin-textLoud {
color: #ff3399;
}

/* (1-2) 基本背景
--------------------------------------------*/
/* コンテンツ背景、ヘッダー以下の背景色 */
.skin-page {
	background: url(http://dsn-k.com/ameblo/img/bg_dot.png);
}

.skin-blogBody, .skin-blogBodyInner {
}

/* 淡色背景, 自分のコメントエリアの背景色 */
.skin-bgQuiet {
}

/* (1-3) 基本境界線
--------------------------------------------*/
/* 境界線（強） */
.skin-borderLoud {
border-color: #cccccc;
}

/* 境界線（弱） */
.skin-borderQuiet {
border-color: #e5e5e5;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ヘッダー背景 */
.skin-bgHeader {
margin-bottom: 90px;
}

/* (2-2) ヘッダータイトル、説明文
--------------------------------------------*/
/* ブログタイトルエリア、ヘッダー画像の下にテキストを隠す */
.skin-blogTitle {
z-index: -1;
}

/* ブログタイトル */
.skin-blogMainTitle {
color: #333333;
margin-bottom: 10px;
font-size: 27px;
}

/* ブログ説明文 */
.skin-blogSubTitle {
color: #999999;
font-size: 16px;
}

/* ヘッダータイトル */
.skin-headerTitle {
	background: url(http://dsn-k.com/ameblo/img/blog_title.png) no-repeat;
	height: 400px;
	text-indent: -9999px;
}
/* (2-3) ヘッダー下ナビ
--------------------------------------------*/
#dsnkNav {
	width: 980px;
margin: auto;
position: absolute;
top: 440px;
left: 0;
right: 0;
}
#dsnkNav ul {
	display: table;
	width: 980px;
	background: url(http://dsn-k.com/ameblo/img/nav_line.png) no-repeat right center;
}
#dsnkNav ul li {
	display: table-cell;
	background: url(http://dsn-k.com/ameblo/img/nav_line.png) no-repeat left center;
}
#dsnkNav ul li a {
	display: table-cell;
	width: 131px;
	text-align: center;
	height: 67px;
	vertical-align: middle;
}
#dsnkNav ul li:first-child a {
	width: 62px;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(3)メインエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1-a) メイン背景
--------------------------------------------*/
/* メインエリア背景 */
.skin-bgMain {
}

/* (3-1-b) メイン背景 内側
--------------------------------------------*/
/* メインエリア背景 内側 レイアウト */
.skin-entry {
  padding: 10px;
	margin-bottom: 20px;
	background: url(http://dsn-k.com/ameblo/img/bg_stripe.png);
}
.skin-entryInner {
	background: #fff;
	padding: 23px;
}
.skin-entryFooter {
	background: #fff;
	padding: 23px;
}
/* (3-2) メインタイトル
--------------------------------------------*/
/* 記事タイトル */
.skin-entryTitle {
background: url(http://dsn-k.com/ameblo/img/dove.png) no-repeat left top;
color: #f979b0;
padding: 0 0 10px 70px;
min-height: 50px;
line-height: 1.2;
}
.skin-entryTitle > a {
	display: block;
}
.skin-entryHead .skin-textLoud {
	position: absolute;
	right: 0;
	top: -60px;
	width: 87px;
	height: 59px;
	background: url(http://dsn-k.com/ameblo/img/new.png) no-repeat;
	text-indent: -9999px;
}

.dsnkEntryNavi {
	margin: 0 10px 30px 10px;
	text-align: center;
}
.dsnkEntryNavi li {
	height: 27px;
	display: inline;
}
.dsnkEntryNavi li:first-child {
	width: 138px;
}
.dsnkEntryNavi li:nth-child(2) {
	width: 125px;
}
.dsnkEntryNavi li:nth-child(3) {
	width: 157px;
}
.skinSubList .themeNumber10084896793 {
	display: none;
}

/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #333333;
}
.skin-entryPubdate,
.skin-entryThemes {
	display: inline;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.skin-entryPubdate {
	float: left;
	margin-left: 70px;
}
.skin-entryThemes {
	float: left;
}
.skin-entryHead {
	background: url(http://dsn-k.com/ameblo/img/blogTop.png) no-repeat center bottom;
	position: relative;
	padding-bottom: 20px;
}
.skin-entryHead:after {
	content: "";
	clear: both;
	display: block;
}
/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
}

/* 背景 */
.skin-blogHeaderNavInner {
}

/* テキスト */
.skin-topNavText, .skin-topNavText:hover, .skin-topNavText:visited {
color: #999999;
}

/* アイコン */
.skin-topNavIcon {
color: #999999;
}

/* (3-3-b) ブログナビ下部
--------------------------------------------*/
/* 背景、境界線　*/
.skin-blogFooterNavInner {
}

/* テキスト */
.skin-bottomNavText, .skin-bottomNavText:hover, .skin-bottomNavText:visited {
color: #999999;
}

/* アイコン */
.skin-bottomNavIcon {
color: #999999;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(4)サイドエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (4-1) サイドテキスト全体
--------------------------------------------*/
/* サイドモジュールタイトル */
#profile .skin-widgetBody,
#recentEntries .skin-widgetBody,
#theme .skin-widgetBody,
#calendar .skin-widgetBody,
#archive .skin-widgetBody,
#recentComments .skin-widgetBody,
#bookmarks .skin-widgetBody,
#favorites .skin-widgetBody {
	background: white;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 10px;
	margin: 10px;
}
.skin-widgetTitle {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 78px;
}
#recentEntries .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/entry_ttl.png);
}
#theme .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/theme_ttl.png);
}
#ranking .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/ranking_ttl.png);
}
#bookmarks .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/bookmark_ttl.png);
}
#calendar .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/calendar_ttl.png);
}
#archive .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/archive_ttl.png);
}
#recentComments .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/comment_ttl.png);
}
#favorites .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/favorites_ttl.png);
}
.skin-linkList li {
	border-bottom: #999 dotted 1px;
}
#readers .skin-widgetHead,
#readers .skin-linkList,
#readers .skin-btnSide {
	display: none;
}
/* 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 {
background-color: #DFF2FF;
}

/* カレンダー */
.skin-calendarTableTitle {
	margin: 10px 0;
}
#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;
}
#profile .skin-widgetTitle {
	background-image: url(http://dsn-k.com/ameblo/img/profile_ttl.png);
}
#profile .skin-profileAvatar {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* テーマ */
#theme .skin-linkList li a {
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-size: 16px auto;
}
#theme .themeNumber10084896793 {
	display: none;
}
#theme .themeNumber10027617546 a,
#theme .themeNumber10084198221 a,
#theme .themeNumber10084198229 a,
#theme .themeNumber10099402049 a,
#theme .themeNumber10027617581 a,
#theme .themeNumber10084198243 a,
#theme .themeNumber10027615901 a,
#theme .themeNumber10028889254 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon01.png);
}
#theme .themeNumber10027836632 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon02.png);
}
#theme .themeNumber10099403456 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon10.png);
}
#theme .themeNumber10092921436 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon03.png);
}
#theme .themeNumber10027617600 a,
#theme .themeNumber10027617589 a,
#theme .themeNumber10085598434 a,
#theme .themeNumber10090705774 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon04.png);
}
#theme .themeNumber10027925082 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon05.png);
}
#theme .themeNumber10027674728 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon06.png);
}
#theme .themeNumber10044443526 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon07.png);
}
#theme .themeNumber10099402814 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon08.png);
}
#theme .themeNumber10041958965 a {
	background-image: url(http://dsn-k.com/ameblo/img/icon09.png);
}

/* お悩み別デザイン */
.dsnkDesign {
	margin-bottom: 48px;
	text-align: center;
}
.dsnkDesign h3 {
	text-align: center;
	margin-bottom: 5px;
}
/* 外部リンク */
.dsnkGaibu {
	margin-bottom: 48px;
	text-align: center;
}
.dsnkGaibu h3 {
	text-align: center;
	margin-bottom: 10px;
}
.dsnkGaibu .dsnkGaibuInner {
	background: url(http://dsn-k.com/ameblo/img/gaibu_bg.png);
	margin: 0 10px;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/* 読者になる */
#readers {
	position: relative;
	margin-top: 100px;
}
#readers .skin-btnSidePrimary {
	background: url(http://dsn-k.com/ameblo/img/reader_btn.png);
	text-indent: -9999px;
	width: 260px;
	max-width: 260px;
	height: 158px;
	border: none;
}
#readers .skin-readersTotal {
	background: url(http://dsn-k.com/ameblo/img/reader_bg.png) no-repeat right top;
	line-height: 100px;
	width: 141px;
	position: absolute;
	right: 0;
	top: -70px;
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(5)ボタン設定

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (5-1) ボタン全体
--------------------------------------------*/
/* 通常ボタン */
.skin-btn {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* 通常ボタン（マウスオーバー、訪問済み） */
.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-btnPaging {
}
.skin-pagingNext {
	text-indent: -9999px;
	background: url(http://dsn-k.com/ameblo/img/next.png) no-repeat;
	width: 125px;
	height: 14px;
}
.skin-pagingPrev {
	text-indent: -9999px;
	background: url(http://dsn-k.com/ameblo/img/prev.png) no-repeat;
	width: 125px;
	height: 14px;
}
.skin-paging .skin-textQuiet {
	display: none;
}
/* 前後ページ送りボタン（マウスオーバー、訪問済み） */
.skin-btnPaging:hover, .skin-btnPaging:visited {
color: #333333;
}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #a9a9a9;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #f979b0;
}

/* 記事中ページ送りの前 */
.skin-entryPagingPrev, .skin-entryPagingPrev:hover, .skin-entryPagingPrev:visited {
color: #f979b0;
}

/* (5-3) 目次ナビゲーション
--------------------------------------------*/
/* 目次ナビゲーション */
.skin-btnIndex {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* 目次ナビゲーション（マウスオーバー、訪問済み） */
.skin-btnIndex:hover, .skin-btnIndex:visited {
color: #999999;
}

/* 目次ナビゲーション 選択時 */
.skin-btnIndex.is-active {
border-color: #cccccc;
background-color: #e0edf7;
color: #333333;
}

/* 目次ナビゲーション 無効時 */
.skin-btnIndex.is-disabled {
border-color: #cccccc;
background-color: #f6f7f8;
color: #979696;
}

/* (5-4) サイドボタン
--------------------------------------------*/
/* サイド通常ボタン */
.skin-btnSide {
border-color: #e5e5e5;
background-color: #ffffff;
color: #999999;
}

/* サイド通常ボタン（マウスオーバー、訪問済み） */
.skin-btnSide:hover, .skin-btnSide:visited {
color: #999999;
}

/* サイド強調ボタン */
.skin-btnSidePrimary {
border-color: #404040;
background-color: #505050;
color: #ffffff;
}

/* サイド強調ボタン（マウスオーバー、訪問済み） */
.skin-btnSidePrimary:hover, .skin-btnSidePrimary:visited {
color: #ffffff;
}

/* (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) その他、拡張

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
.mB10 {
	margin-bottom: 10px;
}
/* (6-1) 記事一覧
--------------------------------------------*/
/* 記事一覧 背景 レイアウト */
.skin-blogArchiveBody {
padding: 30px 30px 0 30px;
}

/* (6-2) メッセージ
--------------------------------------------*/
/* メッセージ 背景 レイアウト */
.skin-message {
	background: url(http://dsn-k.com/ameblo/img/bg_stripe.png);
  padding: 10px;
}
.skin-messageInner {
	background-color: white;
  padding: 23px 23px 3px 23px;
}

.skin-message h3 {
	text-align: center;
	margin-bottom: 15px;
}
.dsnkTenpo {
	text-align: center;
}
.dsnkTenpo li {
	display: inline-block;
	width: 315px;
	height: 146px;
	background: url(http://dsn-k.com/ameblo/img/mb_bg2.png) no-repeat;
	padding: 23px 0 0 0;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.dsnkTenpo li:nth-child(even) {
	margin-left: 10px;
}
.dsnkTenpo h4 {
	margin-bottom: 10px;
}
.dsnkTenpo .tel {
	font-size: 22px;
	text-decoration: none!important;
	font-weight; bold;
}
.dsnkTenpo .tel span {
	display: inline-block;
	background: url(http://dsn-k.com/ameblo/img/tel.png) no-repeat left center;
	padding-left: 30px;
	font-weight: bold;
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1;
	text-decoration: none!important;
}

/* 記事内署名部分
--------------------------------------------*/
.dsnkSig01 {
	font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url(http://dsn-k.com/ameblo/img/sig_bg01.png) repeat-y center;
}
.dsnkSig02 {
	background: url(http://dsn-k.com/ameblo/img/sig_bg02.png) no-repeat top center;
}
.dsnkSig03 {
	background: url(http://dsn-k.com/ameblo/img/sig_bg03.png) no-repeat bottom center;
	padding: 35px 40px;
}
.dsnkSig01 img {
	vertical-align: bottom;
}
.dsnkSigBox {
	border-radius: 10px;
	background: white;
	padding: 14px 20px 36px 20px;
	margin-bottom: 10px;
	box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2) inset;
	position: relative;
}
.dsnkSigBox a {
	text-decoration: none;
padding-left: 10px;
}
.dsnkSig03 hr {
	display: none;
}
.dsnkSig03 h3 {
	margin-bottom: 0;
	width: 403px;
	height: auto;
}
.dsnkSig03 p {
	margin-bottom: 5px;
}
.dsnkSigBtn01 {
	position: absolute;
	left: 20px;
	bottom: 5px;
}
.dsnkSigSns {
padding-bottom: 5px;
}
.dsnkSigSns p {
	text-align: center;
	margin: 5px 0 15px 0;
}
.dsnkSigBtn02 {
	position: absolute;
	left: 140px;
	bottom: 5px;
}

/*　店舗情報記事内上部のページ内ナビ削除　*/
.themeNumber10099403456 .dsnkEntryNavi {
	display: none;
}
.themeNumber10099403456 a,
.themeNumber10084896793 a {
	text-decoration: none;
}
.themeNumber10099403456 img {
	vertical-align: middle!important;
}

/*　店舗情報　*/
.dsnkTenpoTtl img {
	width: 460px;
}
.dsnkTenpoInfo p strong img {
	display: none;
}
.dsnkTenpoInfo p {
	overflow: hidden;
}
.dsnkTenpoInfo p strong {
	float: left;
	width: 150px;
	display: block;
	color: #671b38;
	box-sizing: border-box;
}
.dsnkTenpoInfo p strong:after {
	content: "：";
	color: #999;
	float: right;
}
.dsnkTenpoInfo p span {
	display: block;
	width: 470px;
	float: right;
}
.dsnkTenpoTel span {
	line-height: 1;
}
.dsnkTenpoInfo strong + br {
	display: none;
}
/*　メニュー＆料金　*/
.dsnkPriceBox {
	background: #fce7f0;
	padding: 10px 20px 20px 20px!important;
	border-radius: 10px;
}
.dsnkPriceBox strong {
	font-size:1.2em!important;
}
.dsnkPriceBox small {
	font-size: .7em;
}
.dsnkPriceBox h3 {
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	background-position: 20px bottom!important;
}
.dsnkPriceBox ul {
	border-radius: 10px;
	background: #fff;
	margin: 0;
	padding: 20px;
	list-style: none;
}
.dsnkPriceBox ul li {
	padding: 10px 20px 20px 20px!important;
}

/*------------
キャンペーン
-------------*/
#dsn_campaign .camp_menu .ttl {
	font-size: 120%;
	font-weight: bold;
}
