@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,
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: #fff url("./images/bg.png") repeat-y center top;
}
#wrapper {
}
#container {
	margin: 0 auto;
	width: 960px;
	/* background-color: #fff; */
}
#content {
}
#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: 600px;
}
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 .imgProfile{
        border: 2px solid #333;
} 
.profileArea .txtName{
	font-size: 24px;
	margin: 20px 0;
	text-align: center;
}
.profileArea .txt{
	line-height: 1.5;
}
.profileArea .txt span a{
	color: #ff0000;
}
/* 左サイドバー */
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,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #333;
	text-decoration: none;
}
a:link {}
a:visited {
	color: #333;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
.sidewrapper a:hover {
	color: #ff0000;
	text-decoration: underline;
}
body.page-article .article-title a:hover {
	color: #ff0000;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background-image: -webkit-radial-gradient(left top, ellipse cove);
	background-image:    -moz-radial-gradient(left top, ellipse cover);
	background-image:     -ms-radial-gradient(left top, ellipse cover );
	background-image:         radial-gradient(left top, ellipse cover);
	position: relative;
}
#blog-header-inner {
	text-align: center;
	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 {
	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 {
    height: 84px;
    margin-bottom: 70px;
}

.gnavInner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    top: 26px;
}

.gnavInner .home {
    float: left;    
    height: 74px;   
    width: 40px; 
    position: relative;   
    left: 134px;
}
.gnavInner .home a {
    width: 24px;
    height: 26px;    
    position: relative;
    top: 44px;
    left: 8px;
    padding-bottom: 2px;
}
.gnavInner .home:hover{
    text-decoration: none;
    border-bottom: none;
    background: url("./images/nav_ov.png") center top no-repeat;
}

.ldb_menu {
    float: left;
    display: block;
    position: relative;
    left: 166px;
}

.ldb_menu-list {
    list-style: none;
}

.ldb_menu-list li {
    float: left;
    text-align: center;
    height: 74px;
}

.ldb_menu-list li a {
    display: block;
    position: relative;
    top:50px;
    color: #333;
    padding: 0 34px;
    height: 14px;
    border-left: 1px solid #333;
}
.ldb_menu-list li:hover {
    text-decoration: none;
    border-bottom: none;
    background: url("./images/nav_ov.png") center top no-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: 280px;
	height: 302px;
	margin: 0 40px 50px 0;
	background: #ffffff;
}
.article-cover-image {
	float: none;
	width: 276px;
	height: 206px;
	border: 2px solid #333;
	overflow: hidden;
}
.article-box-inner {
	position: relative;
	width: 100%;
}
.article-body {
	position: relative;
	top: 0;
	left: 0;
}
.first-article {
	float: none;
	height: auto;
	width: 600px;
}
.first-article .article-cover-image {
	float: left;
	width: 596px;
	height: 446px;
	border: 2px solid #333;
}
.first-article .article-header {
	overflow: hidden;
	height: auto;
}
.first-article .article-header.no-cover {
	height: auto;
}
.article-description{
	margin-bottom: 40px;
}

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

.article .thumbBlockFirst, .article .thumbBlock2 {
	background-image: url("./images/no_image.jpg");
	position: relative;	
	width: 276px;
	height: 206px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 2px solid #333;
}
/* .article .thumbBlock a {
	position: relative;
} */
.article .thumbBlockFirst a,
.article .thumbBlock2 a {
	display: block;
	width: 100%;
	height: 100%;
}
.article .thumbBlock2 a:hover:after {
	position: absolute;
	top: 0;
	left: 0;
	content: url("./images/article_img_ov.png");
}
.article .thumbBlock2 img {
	max-width: 100%;  
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%-50%);
	transform: translate(-50%,-50%);
}

.article-header {
	position: relative;
	overflow: hidden;
	height: 43px;
}
.first-article .article-header {
	margin-bottom: 20px;
}
.first-article .thumbBlock, .first-article .thumbBlock2{
	display: none;
}
.thumbBlock{
	display: none;
}
.first-article .thumbBlockFirst {
	position: relative;
	width: 596px;
	height: 446px;
	overflow: hidden;
	float: none;
	margin-bottom: 30px;
	border: 2px solid #333;
}
/* .first-article .thumbBlockFirst a {
	position: relative;
} */
.first-article .thumbBlockFirst a:hover:after {
	position: absolute;
	top: 0;
	left: 0;
	content: url("./images/first_article_img_ov.png");
}
.first-article .thumbBlockFirst img {
	width: 596px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.article-title {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}
.article-title a {
	font-size: 14px;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}
.first-article .article-title {
	font-size: 24px;
	margin: 0 0 30px 0;
}
.first-article .article-title a {
	font-size: 24px;
	border-bottom: 2px solid #ff0000;
	text-decoration: none;
}
.first-article .articleInfoArea02 {
        display: none;
}
.article-category{
        float: left;
}
.article-category dd {
	margin: 0;
}
.article-category dd a{
        color: #9a9a9a;
}
.article-category dt{
	margin: -3px 0 0 0;
	width: 22px;
	height: 20px;
	background: url("./images/ico_category.png") 0 0 no-repeat !important;
}
/* 日付 */
.article-date {
	color: #9a9a9a;
	font-size: 12px;
	margin-bottom: 20px;
	/* width: 100px; */
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事一覧 */
.sidewrapper.plugin-recent_articles, .sidewrapper.plugin-popular_article {
	padding: 40px 0 15px 0;
}
.plugin-recent_articles .sidebody {
margin: 0 0 25px 0 !important;
}
.plugin-popular_article .side .populararticles-title{
margin: 0 0 25px 0 !important;
}
/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #fffaf2;
	border-radius: 0 0 0 0;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 249px;
	height: 40px;

}
.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: #e3cba3 url("./images/ico_search.png") no-repeat 10px 9px;
       text-indent: -9999px;
       margin-right: 5px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.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 {
	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: 15px;
}
.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 a {}
.first-article .article-body-inner a {
	text-decoration: none;
}*/
.article-body-inner a {color: #f00;}
.article-body-inner a:hover {text-decoration: underline;}
.article-body-inner img {
	max-width: 100%;
	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 {
	color: #333;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	background-color: #333;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("./images/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: url("./images/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: url("./images/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: url("./images/ico_pager_last.png") no-repeat center center;
}
.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;
}

/* 記事ページ、月別アーカイブページ */
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;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	padding: 40px 0 33px 0;
	position: relative;
}
.sidewrapper:after{
	border-top: 1px solid #d7d7d7;
	top: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    margin-bottom: 20px;
    padding-left: 30px;
    background: url("./images/blog_sidetitle.png") left top no-repeat;
    font-size: 14px;
    font-weight: normal;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.side div.popular-articles table td {
	line-height: 1.5;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* カレンダー */
.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-tag_cloud ul.tagcloud {}
.plugin-tag_cloud ul.tagcloud:after {
    content: '';
    display: table;
    clear: both;
}
.plugin-tag_cloud ul.tagcloud li {
    float: left;
    display: block;
    margin: 0 5px 5px 0;
    font-size: 12px !important;
    line-height: 1;
}
.plugin-tag_cloud ul.tagcloud li a {
    display: inline-block;
    padding: 5px;
    background: #fff;
    border: 2px solid #333;
}
.plugin-tag_cloud ul.tagcloud li a:hover {
    color: #ff0000;    
    background: #fff;
    border: 2px solid #ff0000;
    text-decoration: none;
}

/* 人気記事 */
.plugin-popular_articles_with_image .popularArticlesWithImage.A {height: 512px;}
.plugin-popular_articles_with_image .popularArticlesWithImage.A li.popularArticleWithImage a div.title {height: auto;}
.plugin-popular_articles_with_image .popularArticlesWithImage.A li.popularArticleWithImage a:hover div.title {opacity: .5}


/* 書籍一覧 */
.books .sidewrapper {
  width: 600px;
  padding: 40px 0 0 0;
  margin-bottom: 70px;
}
.books li {
  width: 104px;
  float: left;
  list-style: none;
  margin-right: 16px;
  margin-bottom: 30px;
}
.books li:last-child {
  margin-right: 0;
}
.books li .cover {
  display: table-cell;
  vertical-align: bottom;
  width: 104px;
  height: 143px;
  border: 2px solid #333;
  background-color: #fff;
}
.books li figcaption {
  line-height: 1.4;
  text-align: left;
  font-size: 12px;
  margin-top: 12px;
}

/* その他のパーツ
----------------------------------------------- */
/* ボタン */
.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: 560px;
	text-align: center;	
	border: 2px solid #333;
	color: #333;
	font-size: 18px;
	padding: 20px;
	margin: 0 0 60px 0;
}

/* 記事下広告 */
#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 {
}
.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: 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;
}
} */

.plugin-popular_articles_with_image.sidewrapper .side {
    height:750px;
}