@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".
*/

/* リセット
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,F
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: url("/images/bg.jpg") repeat center top;
        border-left: 10px solid #f3ead5;
        border-right: 10px solid #f3ead5;
        min-width: 1000px;
}
#wrapper {
}
#container {
}
#content {
        width: 960px;
        margin: 0 auto;
        padding: 0 20px;
}
#main {
}
#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 {
}
body.layout-2col #main {
	width: 660px;
}
body.layout-2col #main-inner {
}
body.layout-2col #sidebar {
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}
/* プロフィール */
.profileArea {
        background-color: #fff;
        border: 1px solid #f3ead5;
} 
.profile-title {
	font-size: 24px;
	margin-top: 20px;
	text-align: center;
        color: #7a6a44;
}
.profile-image {
	margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
}
.profile-text {
        padding: 30px 20px 10px;
        color: #999;
        line-height: 1.5em;
}

/* Room Clip */
.roomclip {
        margin-top: 60px;
}

/* right side logo */
ul#ld-services {
   margin-top: 40px;
}


/* 左サイドバー */
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: #333;
	font: 14px/1.2 Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}
a,
body.page-article .article-title a:visited {
	text-decoration: none;
}
a:link {
    color: #999;
}
a:visited {
    color: #999;
}
a:hover {
       text-decoration: underline;
}
.sidewrapper a:hover {
	text-decoration: underline;
}
body.page-article .article-title a:hover {
	text-decoration: none;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	margin: 0 auto;
        background: url("/images/hdr_back.jpg") center top no-repeat;
        padding: 0 20px;
}
#blog-header-inner {
	text-align: center;
        margin-bottom: 40px;
	/* padding: 70px 0 0 0; */
}
/*#blog-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}*/
#blog-title a {
	color: #fff;
}
#blog-description {
        display: none;
	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;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
    width: 960px;
    padding: 40px 0 25px;
    margin: 0 auto;
}

.gnavInner {
    text-align: center;
}
.ldb_menu {
}

.ldb_menu-list {
    list-style: none;
    text-align: center;

}

.ldb_menu-list li {
    text-align: center;
    padding: 10px 10px 10px 5px;
    display: inline-block;
    background: url("/images/dot.png") 100% 15px no-repeat;
}


.ldb_menu-list li:last-child {
    background: none;
}

.ldb_menu-list li a {
    font-weight: bold;
    color: #7a6a44;
    padding: 10px 20px;
    height: 14px;
    text-decoration:none;
}
.ldb_menu-list  li a:hover {
    text-decoration: none;
    border-bottom: none;
    background: url("/images/nav_ov.png") center repeat;
}
.snsList {
float: right;
position: relative;
top:46px;
width: 140px;
list-style: none;
overflow: hidden;
}
.snsList li {
float: left;
margin: 0 0 0 10px;
}
.snsList li a:hover{
opacity: 0.6;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.autopagerize_page_element{
margin: 0 -40px 0 0;
}
.article {
	float: left;
	width: 300px;
	height: 400px;
	margin: 0 30px 30px 0;
	background: #ffffff;
        border: 1px solid #f3ead5;
}
.article-cover-image {
	float: none;
	width: 280px;
	height: 235px;
	overflow: hidden;
}
.article-box-inner {
	position: relative;
	width: 100%;
}
.article-body {
	position: relative;
	top: 0;
	left: 0;
}
.article-header {
        margin: 0 9px;
        font-size: 16px;
        line-height: 1.5;
        color: #7a6a44;
	font-weight: bold;
}
.article-description{
	display: none;
}

/* 個別記事 */
.individual .article {
	float: left;
	width: 630px;
	height: 100%;
	margin: 0 30px 30px 0;
	background: #ffffff;
        border: 1px solid #f3ead5;
}
.individual .article-title {
        margin: 0 20px; 
       overflow: visible;
       border-bottom: 2px dotted #7a6a44;
}
.individual .article-body {
        padding: 30px;
}
.individual .article-body-inner {
        padding: 0;
}
#article-options {
        padding: 30px;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.first-article .article-header .article-social-btn {
	display: none;
}
.article .thumbBlock {
	background-image: url("/images/no_image.png");
	position: relative;	
	width: 280px;
	height: 235px;
	overflow: hidden;
        padding: 9px;
}
/* .article .thumbBlock a {
	position: relative;
} */
.article .thumbBlock a {
	display: block;
	width: 100%;
	height: 100%;
}
.article .thumbBlock a:hover:after {
	position: absolute;
	top: 0;
	left: 0;
	/* content: url("/images/article_img_ov.png");*/
}
.article .thumbBlock img {
	max-width: 100%;  
}
.article .thumbBlock img:hover {
	opacity: 0.8;
}
.thumbBlock{
}
.article-title {
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
        height: 45px;
        overflow: hidden;
}
.article-title a {
	font-size: 16px;
	text-decoration: none;
        color: #7a6a44;
	font-weight: bold;
}
.article-title a:hover {
        opacity: 0.8;
}
.article-category{
        float: left;
       margin: 0 0 0 9px;
}
.article-category dd {
	margin: 0;
        padding: 0;
       font-size: 10px;
}
.article-category dd a{
        color: #999;
}
.article-category dt{
        display: none;
	margin: -3px 0 0 0;
	width: 22px;
	height: 20px;
	background: url("/images/ico_category.png") 0 0 no-repeat !important;
}
.article-category dd.article-category2:before {
        color: #b2b2b2;
        content: ', ';
}
.article-category dd.article-category2 {
       border-left: none;
}

/* 日付 */
.article-date {
	color: #9a9a9a;
	font-size: 10px;
       margin: 30px 9px 10px;
}
.individual .article-date {
       margin: 30px 20px 10px;
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事一覧 */
.sidewrapper.plugin-recent_articles, .sidewrapper.plugin-popular_article {
}
.plugin-recent_articles .sidebody {
}
.plugin-popular_article .side .populararticles-title{
}
/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #fff;
	border-radius: 0 0 0 0;
	border: 1px solid #f3ead5;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 260px;
	height: 35px;
}
.sidewrapper input.sfbtn {
	background: #e3cba3;
	border-radius: 0 0 0 0;
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 40px;
	height: 40px;
	border: none;
	background: url("/images/ico_search.png") no-repeat 10px 9px;
       text-indent: -9999px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}

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

.article-social-btn {
	/* border-top: 1px solid #cecece;
	margin-bottom: -1px; */
}
.article .article-footer .article-social-btn02 {
	display: none;
}
.first-article .article-footer .article-social-btn02 {
	display: block;
}
.first-article .article-footer {
	border-bottom: 1px solid #d7d7d7;
}

/* 関連記事 */
.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 {
}

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


/* プライベートモード、コメントにログインが必要な場合のメッセージ */
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;
}
.first-article .article-body-inner a {
	text-decoration: none;
}
.article-body-inner img {
	max-width: 570px;
	height: auto !important;
	margin-right: 10px;
}
.article-body-inner .btReadmore img {
	margin: 0px;
}
.btReadmore {
	background: url("/images/btn_readmore_on.png") no-repeat top center;
        float: right;
}
.btReadmore a {
	display: inline-block;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
	border-bottom: none;
}
.btReadmore a:hover img {
	visibility: hidden;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
    clear: both;
    padding: 72px 0 62px 0;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	padding: 2px 11px 0 11px;
        background: #f3ead5;
        margin: 0px 5px -9px 0;
	color: #7a6a44;
}
ul.index-navigator li.current span {
	background-color: #fff;
	color: #7a6a44;
}
ul.index-navigator a:hover {
	background-color: #f3ead5;
	color: #7a6a44;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/images/ico_pager_prev.png") #f3ead5 no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: url("/images/ico_pager_next.png") #f3ead5 no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: url("/images/ico_pager_first.png") #f3ead5 no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: url("/images/ico_pager_last.png") #f3ead5 no-repeat center center;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
        height: 28px;
        width: 9px;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	background-color: #f3ead5;
	color: #7a6a44;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #fff;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	background-color: #f3ead5;
	color: #7a6a44;
	padding: 40px;
}
#blog-footer a {
	color:#7a6a44;
	border-bottom: none;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
.sidewrapper:after{
	top: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidetitle {
    margin-top: 60px;
    font-size: 14px;
    color: #7a6a44;
    font-weight: bold;
    border-top: 1px dotted #7a6a44;
    padding: 16px 0;
}
.sidewrapper .sidetitle a {
    color: #7a6a44;
    font-weight: bold;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody:last-child {
	margin: 0;
}
.side div.popular-articles table td {
	line-height: 1.5;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}
#sidebar-inner .plugin-recent_articles.sidewrapper {
}

/* カレンダー */
.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;
}


/* タグ */
.plugin-search_tags li .search-tags {
  border: 1px solid #ccc;
  height: 30px;
  width: 100%;
}
.plugin-search_tags .search-tags-submit {
  text-align: right;
}
.plugin-search_tags .search-tags-submit-button {
  padding: 4px 24px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 5px;
}

/* その他のパーツ
----------------------------------------------- */
/* ボタン */
.sidewrapper .btn_portfolio {
	background: url("/images/btn_portfolio_ov.jpg") no-repeat top center;
	border: 2px solid #333;	
	height: 76px;
	margin: 0 0 20px 0;
}
.sidewrapper .btn_portfolio a {
	display: inline-block;
}
.sidewrapper .btn_portfolio a:hover {
	background-color: transparent; /* IE6対応 */
	border-bottom: none;
}
.sidewrapper .btn_portfolio a:hover img {
	visibility: hidden;
}

.sidewrapper .btn_cooking {
	background: url("/images/btn_cooking_ov.jpg") no-repeat top center;
	border: 2px solid #333;
	height: 76px;
}
.sidewrapper .btn_cooking a {
	display: inline-block;
}
.sidewrapper .btn_cooking a:hover {
	background-color: transparent; /* IE6対応 */
	border-bottom: none;
}
.sidewrapper .btn_cooking a:hover img {
	visibility: hidden;
}

.sidewrapper .btn_history {
	background: url("/images/btn_history_ov.jpg") no-repeat top center;
	border: 2px solid #333;
	height: 76px;
}
.sidewrapper .btn_history a {
	display: inline-block;
}
.sidewrapper .btn_history a:hover {
	background-color: transparent; /* IE6対応 */
	border-bottom: none;
}
.sidewrapper .btn_history a:hover img {
	visibility: hidden;
}

/* アーカイブヘッダ */
.archives-header {
	width: 600px;	
	border-top: 2px dotted #7a6a44;
	color: #7a6a44;
	font-size: 14px;
	padding: 10px 0;
	margin: 0 0 30px 0;
}
.archives-header h1 a {
        color: #7a6a44;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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;
}

/* ページトップへ */
.to-pagetop {
  position: static;
}
.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;
  margin-left: 230px;
}
.to-pagetop a {
  opacity: 0.6;
  -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;
}

/* clearfix
----------------------------------------------- */
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
#main-inner,
.autopagerize_page_element,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after
.side ul {
	content:"";
	display:table;
}
.gnavInner:after,
.ldb_menu-list:after,
#main-inner,
.autopagerize_page_element,
.article-category:after,
.clearfix:after
.side ul {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.gnavInner,
.ldb_menu-list,
#main-inner,
.autopagerize_page_element,
.article-category,
.clearfix
.side ul {
	zoom:1;
}

/* メディアクエリ
----------------------------------------------- */
/* @media screen and (max-width: 1425px)  */
/* 1425pxまでの幅の場合に適応される */
/* body {
	background-image: none;
}*/

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