@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor,.skinBaseTextColor,.skinBlock,body{
color:#333333;
}


/* リンク */
.skinAnchorColor,.skinBaseAnchorColor,.skinBlock a,a{
color:#0066cc;
}


/* 訪問済のリンク */
.skinAnchorVisitedColor,.skinBaseAnchorVisitedColor,.skinBlock a:visited,a:visited{
color:#996699;
}


/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor,.skinBaseAnchorHoverColor,.skinBlock a:focus,.skinBlock a:hover,a:focus,a:hover{
color:#ff3366;
}


/* 弱い文字 （日付など）*/
.articleDetailArea{
color:#fff;
width: 100%;
position: absolute;
background: #dd0900 url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/clover.gif) 10px 10px no-repeat;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
top: 0;
left: 0;
min-height: auto;
display:flex;
align-items:center;
}
._3dcWli0T.articleDetailArea{
min-height: initial;
min-height: auto;
}

/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor,.skinBaseStrongColor{
color:#ff3399;
display: none;
}



/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle,.skinTitle:visited,.skinTitle:hover,.skinTitle:focus{
color:#000000;
font-weight:bold;
font-size:2.11em;
}


/* skinDescription ブログの説明文字 */
.skinDescription{
color:#333333;
}



/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle,.skinArticleTitle:hover,.skinArticleTitle:focus,.skinArticleTitle:visited{
font-size:1.31em;
font-weight:bold;
color:#0066cc;
}



/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */
.skinMenuTitle{}






/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM{
background-image:url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}


/* ボタンの文字色 */
.skinImgBtnM:hover span,.skinImgBtnM:focus span,.skinImgBtnM span{
color:#333333 !important;
}




/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS{
background-image:url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/skin_btn_s.png);
height: 30px;
width: 117px;
}

.skinImgBtnS:hover span,.skinImgBtnS:focus span,.skinImgBtnS span{
/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
background-image:url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_pastel.png);
color:#fff !important;/* ←ボタンの文字色 */
}




/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn,.skinSimpleBtn:visited,.skinSimpleBtn:hover,.skinSimpleBtn:focus{
/*background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/skin_btn_s.png) no-repeat !important;*/
background: #9f724e;
border: 1px solid #8b5e3a;
color:#fff !important;
border-radius: 0px;
height: 20px;
width: auto;
/*width: 90px;*/
}
.pagingNext, .pagingPrev {
	padding: 7px 14px 3px;
}


/* ボタンにマウスオーバー */
.skinSimpleBtn:hover,.skinSimpleBtn:focus{
background:#C29C5C;
color:#9f724e;
}





/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody{
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/main_bg.gif);
	}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2{
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/header.jpg) no-repeat top center;
}
.skinBody3{}




/* (3-2) ブログヘッダー
--------------------------------------------*/


/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea{display: none;}/* ←ブログヘッダーに背景画像を敷きたいとき */


/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea{
padding:20px 0 30px;
}


/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea{
padding-bottom:4px;
}


/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea{}




/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea{
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/contents_bg.gif);
	width: 952px !important;
/* 注 ベースのcssにwidth:980px;の記述有り */
}




/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea{}




/* (3-5) メッセージボード
--------------------------------------------*/


.skinMessageBoard{
/* 注 ベースのcssに margin-bottom の記述有り */
border:none !important;
background:none !important;/* ←メッセージボードに背景を敷きたいとき */
}
.skinMessageBoard2{}
.skinMessageBoard3{
padding:0 !important;
}
#nav {
	padding: 0;
	margin: 0 0 0 6px;
	list-style: none;
	position: absolute;
	top: -106px;
	left: 0;
}
#nav li {
	display: inline-block;
	*display: inline;
	*zoom:1;
}
#nav li a {
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/btn.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 60px;
}
#nav li a:hover {
	background: none;
}
#nav .nav01 a{
	width: 233px;
}
#nav .nav02 a{
	width: 236px;
	background-position: -233px;
}
#nav .nav03 a{
	width: 240px;
	background-position: -469px;
}
#nav .nav04 a{
	width: 232px;
	background-position: -709px;
}

/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle{
/* 注　ベースのcssに margin-bottom の記述有り */
padding: 0;
border:none !important;
background:#ffffff;/* ←記事に背景を敷きたいとき */
position: relative;
border-radius: 5px;
width: 580px;
}
.skinArticle2{}
.skinArticle3{}


/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader{
margin:40px 29px 0;
padding:50px 10px 5px;
border-left:none !important;
border-bottom: 1px dashed #dd0900;
font-size: 30px;
width:500px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.skinArticleHeader h1 a{
font-weight: normal;
color: #632f00 !important;
}
.skinArticleHeader h1 a:hover{
font-weight: normal;
color: #632f00 !important;
}
.skinArticleHeader2{}


/* skinArticleBody 記事本文エリア */
.skinArticleBody{}
.skinArticleBody2{
margin:0 !important;
}


/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter{
margin:10px 29px 0;
border: none !important;
}





/* (3-7) サイドバーエリア
--------------------------------------------*/


.skinSubArea{} /* サイドバーエリア共通 */
.skinSubA{/*width: auto !important;*/
	float: right;
	width: 308px;
	padding-top: 320px;
	} /* 300pxのサイドバーエリア */
.skinSubB{} /* 180pxのサイドバーエリア */





/* (3-8) サイドバー　メニュー
--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu{
/* 注　ベースのcssに margin-bottom の記述有り */
background:none !important;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2{}


/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader{
padding:15px 10px;
width: 290px;
background:url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/red_bg.gif);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
color: #fff;
font-size: 17px;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody{
margin:10px;
padding:10px;
background:none !important;/* ←サイドメニューの本文に背景を敷きたいとき */
}



/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr,
.skinSubList li{
margin-bottom:3px;
padding-bottom:3px;
border-bottom:1px dotted #b3b3b3;
}



/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor,.skinBaseBgColor,.skinBlock{
background-color:#ffffff;
}


/* 弱い背景色 */
.skinWeakBgColor,.skinBaseWeakBgColor{
background-color:#f7f7f7;
}


/* 強い背景色 */
.skinStrongBgColor,.skinBaseStrongBgColor{
background-color:#f7f7f7;
}


/* 枠線の色 */
.skinBorderColor,.skinBaseBorderColor,.skinBlock{
border-color:#dddddd;
}


/* 境界線の色 */
.skinBorderHr,.skinBorderList li{
border-color:#b3b3b3;
}




/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* その他、拡張があれば記述 */
aside {
/*	float: right;
	width: 308px;
	padding-top: 240px;*/
	color: #632f00;
}
aside a {
	color: #632f00;
}
.calendar a {
	color: #dd0900;
}
.articleTime {
	padding-left: 40px;
}
.articleTheme a {
	color: #fff;
}
.articleText {
	margin: 20px 30px 0;
	color: #632f00 !important;
}
.articleExLinkArea,.oneNoteBtnArea {
	margin-right: 100px;
}
.articleBtnArea {
	padding-right: 100px;
}
.articleLinkArea {
	text-align: left;
	margin-left: 90px;
}
.articleLinkArea span {
	color: #632f00 !important;
}
.oneNoteBtnArea {
	margin-bottom: 50px;
}
.skinMainArea {
	width: auto !important;
}
.skinMainArea2 {
	padding-left: 30px;
}
.profileBtnArea li {
	font-size: 11px;
}
.globalLinkArea {
	*margin-left: 100px;
}
.layoutContentsA {
	margin-top: 436px;
	*margin-top: 0;
}
.listPageArea a {
	color: #632f00 !important;
}/*
.pagingArea {
	*margin: 16px 90px;
}*/
.skinContentsFrame {
	*padding-top: 436px
}
.skinImgBtnS:hover span, .skinImgBtnS:focus span, .skinImgBtnS span {
	background-image: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/menu_icons_pastel.png);
}
.subAdBannerArea,.amemberEntry,.articleDetailArea br,#resPointAreaWrapper,#js-amebatopics,#js-rankingCheckerGen,#footer_ad,.entryPaging,.readerMenu,.favoriteMenu,.rankingMenu,.bookmarkMenu {
	display: none;
}

.skinContentsArea{
  position:relative;
  padding-bottom:350px;
}
.footerArea{
  position:absolute;
  width:950px;
  height:300px;
  left:0;
  bottom:0;
  margin:0;
  padding:0;
  overflow:hidden;
}
.footerContents{
	padding-top: 35px;
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/footer_bg.gif);
}
.footerSubContentsLeft{
  float:left;
  width:490px;
  height:215px;
  margin:0;
	padding: 0px 0 0 40px;
	color: #cfc5a8;
	font-size: 10.5px;
	line-height: 1.4;
}
.footerSubContentsLeft p {
	color: #632f00;
	margin-top: 0px;
}
.footerSubContentsRight{
  float:right;
  width:395px;
  height:230px;
  margin:0;
}
.footerContentsEnd{
  clear:both;
  margin:0;
  padding:0;
	text-align: center;
}
.footerContentsEnd address	{
	background: #dd0900 !important;
	color: #fff;
	font-size: 12px;
	font-style: normal;
  padding-top:6px;
	height: 24px;
}

/* サイド　上部バナー */
#sideTopBanner	{
	position: absolute;
	top: -5px;
	right: 0;
	text-align: center;
	width: 310px;
	padding-top: 15px;
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/banner_bg.jpg) repeat-y;
	background-position: -1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#sideTopBanner img	{
	padding-bottom: 5px;
}

/* サイド　お問い合わせ */
#sideContact_bg {
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/white_bg.gif) repeat-y;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#sideContact_bg .skinMenuHeader {
	border-bottom-left-radius: 0px;
	margin-bottom: 30px;
}
#sideContact {
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/tel.gif) no-repeat top;
	padding-top: 110px;
	margin-bottom: 40px;
	height: 260px;
}
#sideContact img {
	margin-left: 4px;
}
#sideContact a.btn_contact	{
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/mail.jpg) no-repeat 0 0;
	display: block;
	height: 62px;
	margin: 0 0 15px 30px;
	padding: 0;
	text-indent: -5555px;
}
#sideContact a:hover.btn_contact	{
	background: url(https://www.omiyain.com/ext_contents/ambcontents/kato/images/mail_on.jpg) no-repeat 0 0;
}
/* LinkWithin */
.linkwithin_div	{
	color: #ddd;
	padding-left: 20px;
}

/* Comment */
.commentArea	{
	color: #ddd;
	margin: 30px;
}
	.commentArea h1	{
		color: #ddd;
	}
