@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#wrapper {
	padding-top: 0px;
}
#container {
}
#content {
	 border-radius: 0 0 4px 4px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0 0 0;
    width: 960px;
background: #fff;
}
#main {
	padding: 0px 60px 0 0;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	background: #fff;
}
body.layout-2col #main {
	width: 600px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 0px;
width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	border-radius: 0 0 0 4px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 0 0 4px 0;
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	border-radius: 0 0 4px 0;
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	border-radius: 0 0 0 4px;
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #360b0b;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #360b0b;
text-decoration: none;
}
a:hover {
	color: #b62626;
	text-decoration:underline;
text-decoration: none;
}
a:active {}

.article-body-inner a{
text-decoration: none;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
height: 333px;
    padding: 0px 0 0 0;
    background-image: url(/satosato0412/images/bg_header.png);
    background-repeat: repeat-x;
    background-color: #b62626;
    position: relative;
min-width: 960px;

}

img.headImg{
    position: absolute;
    left: 50%;
    margin-left: -483px;
    top: 0px;
    z-index: 9;
}

#blog-header-inner {
	padding: 0;

}
#blog-title {
	text-align: center;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
	color: #fff;
}

#blog-description {display: none;}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
    background-color: #ffff99;
    margin: 0px 0;
    border-top: 4px solid #360b0b;
    border-bottom: 2px solid #360b0b;
    font-size: 16px;
height: 60px;
min-width: 960px;
}
.gnavInner {
	width: 960px;
	margin: 0 auto;
 
}
.ldb_menu {
	float: left;
	position: relative;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
}
.ldb_menu-list li a {
display: inline-block;
padding: 21px 40px 20px;
	color: #000;
	font-weight: bold;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
	background-color: #ffffff;
color:#b62626;
    background-image: url(/satosato0412/images/img-gnav-icon.png);
    background-repeat: no-repeat;
background-position: 91% 45%;
}
.ldb_menu-list li a:hover::aftter,
.ldb_menu-item-current a::aftter {
 
}


.snsList {
	float: right;
	width: 214px;
	list-style: none;
	overflow: hidden;
	padding: 18px 0 0 0;
}
.snsList li {
	float: left;
	margin: 0 0 0 20px;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	background-color: #fff;
	
	
	padding: 0px 30px 0 0;
	margin: 0 0 65px 0;
	position: relative;
        overflow: hidden;
}
.first-article {
	/* padding-top :0px; */
}
.article .cover-image {
  float: left;
  width: 240px;
  height: 180px;
  border: solid 3px #000000;
  overflow: hidden;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.first-article .article-header .article-social-btn {
	display: none;
}

.article .thumbBlock {
	float: left;
	width: 250px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px;
	background: url("/line_4d-3baby/satosato0412/images/bg_noimage.gif") no-repeat top center;
text-align: center;
}
.article .thumbBlock img {
max-width: 100%;
}

.article-header {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.first-article .article-header {
	margin-bottom: 20px;
}
.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
	width: 560px;
	overflow: hidden;
	float: none;
	margin-bottom: 30px;
	background: url("/satosato0412/images/bg_noimage.gif") no-repeat top center;
}
.first-article .thumbBlockFirst img {
	width: 560px;
}

.article-title {
	margin: 0 0 20px 0;
max-height: 60px;
overflow: hidden;
}
.article-title a {
	font-size: 24px;
line-height: 34px;
	font-weight: bold;
	letter-spacing: 1px;
}

.first-article .articleInfoArea02 {
         display: none;
}
.article-category {
	font-size: 12px;
	
	text-align: left;
	margin-left: 0px;
}
.article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icons.png) 0 0 no-repeat;
}
.article-category dd.article-category1,
.article-category dd.article-category2 {
	padding: 0 0 0 0px;
        margin-top: 0;
   float: left;
line-height: 1;
margin-top: 4px;
padding: 0 8px;
}
.article-category dd a {
	color: #9a8dd9;
}
.article-category dd.article-category2 {
    border: none;
}
.article-category dd.article-category2:before {
    color: #9a8dd9;
    content: ', ';
}

/* 日付 */
.article-date {
	color: #4c4c4c;
	font-size: 12px;
       margin-bottom: 7px;
	/* width: 100px; */
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	border-bottom: 1px solid #cecece;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 1em 6px 1.5em!important;
}
.article-body-inner img {
	max-width: 570px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	color: #555;
}
ul.index-navigator li a {
	border: 2px solid #fff;
}
ul.index-navigator li.current span {
	border: 2px solid #360b0b;
}
ul.index-navigator li.current span {
	background-color: #2e90c5;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	border: 2px solid #360b0b;
}

ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	color: #333;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	background-color: #ffff99;
	color: #333;
}
ul.index-navigator a:hover {
	background-color: #ffff99;
	color: #333;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/satosato0412/images/ico_pager_prev.png") no-repeat center center;
	border: 0px;
}
ul.index-navigator .paging-next a {
	background: url("/satosato0412/images/ico_pager_next.png") no-repeat center center;
	border: 0px;
}
ul.index-navigator .paging-first a {
	background: url("/satosato0412/images/ico_pager_first.png") no-repeat center center;
	border: 0px;
}
ul.index-navigator .paging-last a {
	background: url("/satosato0412/images/ico_pager_last.png") no-repeat center center;
	border: 0px;
}

.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	height: 9px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 5px;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	background-color: #b62626;
	color:#fff;
	padding: 30px;
border-top: 4px solid #360b0b;
    min-width: 900px;

}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {

	font-size: 14px;
	overflow: hidden;
padding: 0px 0 55px 0;
	position: relative;
}
.sidewrapper:after{

	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

.sidetitlebody{
text-indent: 30px;
background: url(/satosato0412/images/img-gnav-icon.png) no-repeat;
height: 19px;
margin-bottom: 16px;
}

/* プロフィール */
.imgProfile {
	margin: 0 0 20px 0;
text-align: center;
}
.imgProfile.family {
	margin: 0 0 15px 0;
}
.profileArea .txtName {
	color: #4c2a00;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 14px 0;
	line-height: normal;
}

.profileArea .txtName.family {
font-size: 14px;
	line-height: 22px;
}

.profileArea .txtDetail {
	text-align: center;
line-height: 24px;
margin: 0 0 36px 0;
}
.profileArea .txtDetail.family {
margin: 0 0 30px 0;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}
/* プロフィール */
.linkArea .imgLink {
        margin: 0 0 10px 0;
}
.linkArea .txt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}

/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #e6e6e6;
	border-radius: 0 0 0 0;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 0px;
	width: 250px;
	height: 40px;
text-indent: 10px;
}
.sidewrapper input.sfbtn {
border-radius: 0 0 0 0;
text-shadow: none;
color: #fff;
transition: none;
width: 40px;
height: 40px;
border: 2px #360b0b solid;
background: #ffff99 url("/satosato0412/images/ico_search.png") no-repeat 8px 7px;
text-indent: -9999px;
margin-right: 0px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}



/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #333;
font-size: 18px;
margin-bottom: 65px;
padding: 16px 0 14px;
border: 4px #360b0b solid;
text-align: center;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}

/* つづきボタン */
.btReadmore {
	background: url("/satosato0412/images/btn_readmore_on.png") no-repeat top center;
}
.btReadmore a {
	display: inline-block;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a:hover img {
	visibility: hidden;
}
.article .btReadmore {
	background: url("/satosato0412/images/btn_readmore_on.png") no-repeat top right;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}

/* カテゴリー */
.cateForward{ 
position : relative;
color: #b62626;
font-weight: bold;
}
.cateForward a{
color: #b62626;
font-weight: bold;
}

.cateForward:before {
content: " ";
position: absolute;
left: -46px;
background: url(/satosato0412/images/img-gnav-icon.png) 0px 0px #fff no-repeat;
display: block;
height: 20px;
width: 20px;
top: 2px;
}

.cateForward:after{
content: " ";
position: absolute;
right: -37px;
background: url(/satosato0412/images/img-gnav-icon.png) 0px 0px #fff no-repeat;
display: block;
height: 20px;
width: 20px;
top: 2px;
}


/* ページトップへ */
.to-pagetop{
bottom: 64px;
position: absolute;
right: -5px;
}

.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 1;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:0px auto;  }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }