@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
/* =======================================
# リスト型カスタマイズ
======================================= */
/*
-----------------------------------------

【CSS編集 目次】
(1)基本のスタイル
(2)ヘッダーエリアのスタイル
(3)メインエリアのスタイル
(4)サイドエリアのスタイル
(5)ボタン設定
(6)その他、拡張

※CSS編集で広告を修正しないでください
（規約違反に該当する可能性があります）

-----------------------------------------
*/
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(1)基本のスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (1-1) 基本テキスト全体
--------------------------------------------*/
/* 地色テキスト */
html {
color: #333333;
}

/* リンク */
a {
color: #3970B5;
}

/* 訪問済みリンク */
a:visited {
color: #a27ea2;
}

/* 淡色テキスト */
.skin-textQuiet {
color: #999999;
}

/* 強調色テキスト */
.skin-textLoud {
color: #ff3399;
}

/* (1-2) 基本背景
--------------------------------------------*/
/* コンテンツ背景、ヘッダー以下の背景色 */
.skin-blogBody, .skin-blogBodyInner {
background-color: #ffffff;
}

/* 淡色背景, 自分のコメントエリアの背景色 */
.skin-bgQuiet {
background-color: #f7f7f7;
}

/* (1-3) 基本境界線
--------------------------------------------*/
/* 境界線（強） */
.skin-borderLoud {
border-color: #cccccc;
}

/* 境界線（弱） */
.skin-borderQuiet {
border-color: #e5e5e5;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(2)ヘッダーエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (2-1) ヘッダー背景
--------------------------------------------*/
/* ヘッダー背景 */
.skin-bgHeader {
background-color: #ffffff;
}

/* (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 {
padding-top: 80px;
padding-bottom: 80px;
text-align: center;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

　(3)メインエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (3-1-a) メイン背景
--------------------------------------------*/
/* メインエリア背景 */
.skin-bgMain {
background-color: #ffffff;
}

/* (3-1-b) メイン背景 内側
--------------------------------------------*/
/* メインエリア背景 内側 レイアウト */
.skin-blogMainInner {
  padding: 30px 0 10px;
}

/* (3-2) メインタイトル
--------------------------------------------*/
/* 記事タイトル */
.skin-entryTitle {
color: #333333;
border-bottom: 1px solid #e5e5e5;
margin-bottom: 20px;
padding-bottom: 15px;
}

/* 「画像付き記事」「同じテーマの記事」などの見出し */
.skin-mainWidgetTitle {
color: #333333;
}

/* リンク付き記事タイトル */
.skin-titleLink, .skin-titleLink:hover, .skin-titleLink:visited {
color: #ff6699;
}

/* (3-3) ブログナビ
--------------------------------------------*/
/* (3-3-a) ブログナビ上部
--------------------------------------------*/
/* 背景、境界線 */
.skin-blogHeaderNav {
border-color: rgba(0, 0, 0, 0.2);
background-color: #ffffff;
}

/* 背景 */
.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)サイドエリアのスタイル

＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/
/* (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 {
background-color: #DFF2FF;
}

/* カレンダー */
#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;
}

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊

(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 {
border-color: #cccccc;
color: #a27ea2;
    background-color: #f6dada;
    
}


/* 前後ページ送りボタン（マウスオーバー、訪問済み） */
.skin-btnPaging:hover, .skin-btnPaging:visited {
color: #333333;
	box-shadow: 5px 5px 5px #99FFFF;
}

/* ページ送りの矢印アイコン*/
.skin-btnPagingIcon {
color: #a9a9a9;
}

/* 記事中ページ送りの次 */
.skin-entryPagingNext, .skin-entryPagingNext:hover, .skin-entryPagingNext:visited {
color: #3970B5;
}

/* 記事中ページ送りの前 */
.skin-entryPagingPrev, .skin-entryPagingPrev:hover, .skin-entryPagingPrev:visited {
color: #3970B5;
}

/* (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 {
    color: #a27ea2;
	border-color: #cccccc;
    background-color: #f6dada;
   
}

/* サイド通常ボタン（マウスオーバー、訪問済み） */
.skin-btnSide:hover, .skin-btnSide:visited {
color: #999999;
	 box-shadow: 5px 5px 5px #99FFFF;
}

/* サイド強調ボタン */
.skin-btnSidePrimary {
    color: #a27ea2;
	border-color: #cccccc;
    background-color: #f6dada;
    
}

/* サイド強調ボタン（マウスオーバー、訪問済み） */
.skin-btnSidePrimary:hover, .skin-btnSidePrimary:visited {
color: #0066cc;
	box-shadow: 5px 5px 5px #99FFFF;
}

/* サイドリストアイコン */
.skin-linkList {
	list-style-image: url(https://stat.ameba.jp/user_images/20170917/14/naruzogyouseishoshi/63/a6/g/o0016001614029166156.gif);
	margin-left: 30px;
}
/* サイドリスト下線*/
.skin-linkList li {
	border-bottom: 1px dashed #E5B9E3;
}

/* (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-timeline {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAPCAIAAACqfTKuAAAABnRSTlMATABpAHGToQPcAAAAFElEQVR4AWPctGkTGPtkFsIwsWIA0DkW6omKRQwAAAAASUVORK5CYII=);
background-position: 14px 0;
background-repeat: repeat-y;
}

/* トップタイムライン日付 */
.skin-timelineDate {
background-color: #ffffff;
}

/* (6-2) 記事一覧
--------------------------------------------*/
/* 記事一覧 背景 レイアウト */
.skin-blogArchiveBody {
padding: 30px 30px 0 30px;
}

/* (6-3) メッセージ
--------------------------------------------*/
/* メッセージ 背景 レイアウト */
.skin-message {
  padding: 30px;
}

/* ヘッダー ------------------------- */
.skin-bgHeader {
	position: relative;
	width: auto;
	height: 450px;
	margin: 0 auto;
	background: url(https://stat.blogskin.ameba.jp/blogskin_images/20180621/13/34/D6/p/o11200450kanjiteugoku1529555635667.png) center no-repeat;
	background-size: contain;
	/*border-bottom: 1px solid #FF0066;*/
}
.skin-bgHeader > div {
	display: table;
	height: 400px;
}
.skin-bgHeader > div > a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 72px;
}
.skin-headerTitle {
	display: none;
	vertical-align: top;
}

/* ---------------------------------------
 #カスタムスタイル
 --------------------------------------- */

/* フォント変更*/

body {
	font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/*Header*/

.myHeader {
	position: fixed;
	background-color: #F2F2F2;
	
	height: 65px;
	border-bottom: solid 1px #aaa;
	box-shadow: 3px 3px 3px #aaa;
	top: 30px;
	left: 0;
        width:100%;
	z-index: 9000;
}
#logo {
	background-repeat: no-repeat;
	width: 280px;
	padding-top: 10px;
        margin-left: 30px;

}


/*グローバルナビ*/


.skin-blogHeaderNav{
	 background: linear-gradient(#fff, #f5d6d6);
	 padding: 48px 0 0 0;
}


 .nav-wrap {
    right: 0px;
    margin-right: 0;
}
.nav-wrap {
    position: absolute;
    top: -140px;

}
.nav-wrap  ul li{
display:inline-block;
width: auto;
text-align: center;


}




.nav-wrap  ul li a{
text-decoration: none;
color:#61A0DF;
/*font-weight:bold;*/
font-size:1.2em;
padding:5px;
padding-top: 20px;
margin: 0 10px 0 0;
text-align: center;

}

.nav-wrap  ul li a:hover{
border-bottom:1px solid #ff6699;
color:#009966;
	box-shadow:  0 1px 0 #aaa;
}


.nav-body {
    width: 1120px;
}


/*
.menuicon{
	  color:#0066cc;
  }

.menuicon:hover{
	  color:#ff6699;
  }
*/

/*ヘッダーナビ*/
.skin-blogHeaderNavInner {
    padding-left: 0px;
}

ul.skin-blogHeaderNavMenu{
	line-height:0px!important;
	padding-top:10px;
}
ul.skin-blogHeaderNavMenu li{
max-width: 140px;
}
ul.skin-blogHeaderNavMenu li a{
	font-size:16px;
	color:#61A0DF !important;
	max-width:135px ;
	
}

ul.skin-blogHeaderNavMenu li a:hover {
border-bottom:1px solid #ff6699;
color:#009966;
	box-shadow:  0 1px 0 #aaa;
}
ul.skin-blogHeaderNavMenu li a:active {
	text-decoration: underline;
border-bottom:1px solid #ff6699;
color:#009966;
	box-shadow:  0 1px 0 #aaa;
}
	

/*トップページ　h2*/
li.skin-borderQuiet h2{
	color: #61A0DF;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.15em !important;
	text-shadow: 1px 1px 1px #aaa;

}

li.skin-borderQuiet h2:hover{
	color: #009966;
	
}

/* ブログ記事内　見出し　*/



h1.skin-entryTitle {
    position: relative;
    /* background: #f1f8ff; */
    padding: 10px 0px 10px 50px;
    border-bottom: solid 1px #ff6699;
    font-size: 24px;
    color: #64A1E0;
    margin: 10px 0px;
    top: 0px;
}
h1.skin-entryTitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06c";
    display: inline-block;
    font-weight: 900;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ff6699;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    left: -1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

h2.title{
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	color:#64A1E0;
	font-size:20px;
}

h2.title:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f0a7\ POINT';
	background: #2196F3;
	color: #fff;
	left: 0px;
	font-weight:900;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
  }

h3.title{
    position: relative;
    /* background: #f1f8ff; */
    padding: 10px 0px 10px 50px;
    border-bottom: solid 1px #ff6699;
    font-size: 18px;
    color: #5C9EE7;
    margin: 10px 0px;
    top: 0px;
}
h3.title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06c";
    display: inline-block;
    font-weight: 900;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ff6699;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

h3.skin-widgetTitle{
    position: relative;
    /* background: #f1f8ff; */
    padding: 10px 0px 10px 35px;
    border-bottom: solid 1px #ff6699;
    font-size: 18px;
    color: #64A1E0;
    margin: 10px 0px;
    top: 0px;
}
h3.skin-widgetTitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06c";
    display: inline-block;
    font-weight: 900;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ff6699;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}
h3.skin-widgetTitle-Free{
    position: relative;
    /* background: #f1f8ff; */
    padding: 10px 0px 10px 50px;
    border-bottom: solid 1px #ff6699;
    font-size: 18px;
    color: #5C9EE7;
    margin: 10px 0px;
    top: 0px;
}
h3.skin-widgetTitle-Free:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06c";
    display: inline-block;
    font-weight: 900;
    position: absolute;
    padding: 0em;
    color: white;
    background: #ff6699;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}




#profile .skin-widgetTitle {
	margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: solid 1px #ff6699;
	
}
h3.free-title{
	position: relative;
	background: #f1f8ff;
	padding: 0.25em 0.5em;
	border-left: solid 2em #ff6699;
	font-size: 18px;
	color: #5C9EE7;
	margin:0px;
	top:0px;
}

h3.free-title:before {
	font-family: "Font Awesome 5 Free";
	content: "\f06c";
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: 900;
	left: -1.5em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

h3.menu {
	position: relative;
	background: #eff4ff;
	padding: 2px 5px 2px 20px;
	font-size: 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	font-size:18px;
}

h3.menu:before {
	font-family: "Font Awesome 5 Free";
	content: "\f041";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #81a1e4;
	font-weight: 900;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
	border-bottom: solid 2px #4967b4;
}

h3.free-menu{
	position: relative;
	background: #ffa337;
	padding: 2px 5px 2px 30px;
	font-size: 16px;
	color: #ffffff;
   	border-radius: 0 10px 10px 0;
   	margin: 10px;
    	left: 10px;
}

h3.free-menu:before {
	font-family: "Font Awesome 5 Free";
	content: "\f135";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: 900;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}



h4.menu {
	position: relative;
	background: #ffa337;
	padding: 2px 5px 2px 30px;
	font-size: 16px;
	color: #ffffff;
   	border-radius: 0 10px 10px 0;
   	margin: 10px;
    	left: 10px;
}

h4.menu:before {
	font-family: "Font Awesome 5 Free";
	content: "\f135";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}

/* Q&A　*/
dl.QA {
	border: 1px solid #ccc;
}
dt.Q{
font-weight: bold;
	color: #5C9EE7;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
dt.Q:first-child {
	border-top: none;
}
dt.Q:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
dd.A {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 140%;
}
dd.A:first-line {
	font-weight: bold;
	color: #bf0000;
}
dd.A:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}

.skin-timelineDate{
color:#009966;	
}
/* 枠関連　*/

div.box01 {
	margin: 0px;
	padding: 10px;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 3px #aaa;
}

div.box02 {
	margin: 0px;
	padding: 10px;
	border: 1px solid #5567EF;
	box-shadow: 3px 3px 3px #aaa;
}
/* フリースペース　余白無し*/
.box03{
	margin: 0px;
	padding-bottom:10px;
	border: 1px solid #BFA469;
	box-shadow: 3px 3px 3px #aaa;
}

/* フリースペース　問い合わせ　*/
.box04{
	margin: 0px;
	padding:0 5px 10px 2px;
	border: 1px solid #BFA469;
	box-shadow: 3px 3px 3px #aaa;
}
/* ランキング枠　*/
div.box05 {
	margin: 0px;
	padding: 10px;
	border: 1px solid #BFA469;
	box-shadow: 3px 3px 3px #aaa;
        width:300px;
}

/* フリースペース　メニューリスト　*/

ul.free-menu{



}
ul.free-menu li{
	background-color:#FFFFFF;
	border-bottom: 1px dashed #E5B9E3;
	list-style-type: none;
	padding:5px 10px 5px 30px;
	

}

ul.free-menu li a{
	text-decoration:none;
        color: #0068B7;
	font-size:14px;


}

ul.free-menu li:hover{
	background-color:#FAEBEB;


}

ul.free-menu li a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f35a";
	margin-right: 5px;
	font-weight:900;
}


ul.free-toiawase li{
background-color:#fff;
border-bottom:1px dashed #E5B9E3;
list-style:none;
padding:5px 10px 5px 30px;

}



ul.free-toiawase li a{
	font-size:16px;
	padding-left:10px;
	list-style:none;
	padding:5px 10px 5px 30px;

}
