@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 {
}
#wrapper {
	padding: 0;
}
#container {
	padding: 0 0 100px 0;
}
#content {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 60px 20px;
}
#main {
	/*padding: 20px 60px;*/
}
#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: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;*/
}
body.layout-2col #main {
	width: 600px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	/*padding: 20px;*/
	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: #333;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	text-decoration: none;
}
a:link {
    color: #e60013;
}
a:visited {
   opacity: 0.8;
}
a:hover {
	text-decoration: underline;
}
body.page-article .article-title a:hover {
	text-decoration: underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header { 
    background: transparent;
    height: auto;
    position: relative;
}
#blog-header-inner {
    width: 100%;
    display: block;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
#blog-title {
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
    margin: 0px auto;
}
#blog-title img {
    width: 100%;
    vertical-align: bottom;
}
#blog-description {
       display: none;
}
#blog-description a {
       display: none;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
	background-color: #0072bc;
        min-width: 960px;
        padding: 0 20px 0 20px;
}
.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 {
        color: #fff;
	display: block;
	padding: 20px 15px;
	font-weight: bold;
        font-size: 18px;
        letter-spacing: 1px;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
        background: #4898cc;
        text-decoration: none;
}
.menu-sns {
    float: right;
    display: inline-flex;
    font-size: 32px;
    margin: 10px;
}
.menu-sns li{
    padding: 0 5px; 
}
.menu-sns .twitter a,
.menu-sns .facebook a,
.menu-sns .instagram a {
    color: #fff;
}

#pluginb {
    float: right;
    height: 50px;
}

/* navigation categorize */
#pluginb .plugin-categorize {
    position: relative;
    overflow: visible;
    margin: 0;
    border-left: none;
    padding: 0;
}
#pluginb .plugin-categorize .sidetitle {
    cursor: pointer;
    position: relative;
    width: 250px;
    height: 60px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
#pluginb .plugin-categorize .sidetitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    height: 20px;
    border-left: 1px solid #fff;
}
#pluginb .plugin-categorize .side {
    display: none;
    position: absolute;
    top: 50px;
    right: -10px;
    width: 250px;
    padding: 0 10px 10px;
    background: #0072bc;
    z-index: 999;
}
#pluginb .plugin-categorize .side:after {
    content: '';
    display: table;
    clear: both;
}
#pluginb:hover .plugin-categorize .side {
    display: inherit;
}
#pluginb .plugin-categorize .side li {
    float: left;
    margin: 0 5px 5px 0;
    font-size: 14px !important;
}
#pluginb .plugin-categorize .side a {
    padding: 5px 8px;
    color: #fff;
    background: rgba(255,255,255,0);
    border-radius: 10px;
    text-decoration: none;
}
#pluginb .plugin-categorize .side a:hover {
    color: #000;
    background: rgba(255,255,255,1);
}
#pluginb .plugin-categorize .side .sidebody {
    margin-bottom: 5px;
    float: left;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	border-left: 5px solid #4898cc;
	margin: 0 0 50px 0;
        padding: 10px 0 20px 15px;
	position: relative;
        overflow: hidden;

}
.individual .article {
	border-left: none;
}
.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: 300px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px;
	background: url("/img/bg_noimage.jpg") no-repeat top center;
}
.article .thumbBlock img {
	width: 300px;
        position: relative;
        top: -18px;
}

.article-header {
	/*margin-bottom: 40px;*/
	position: relative;
	overflow: hidden;
}
.individual .first-article .article-header {
	display: inline;
}

.individual .first-article .article-header .article-title {
        border-left: 5px solid #4898cc;
        padding: 0 0 0 10px;
        margin: 0 0 60px 0;
}
.individual .first-article .article-header .article-title a {
        font-size: 24px;
}
.first-article .article-header {
	display: none;
}
.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
	width: 580px;
	height: 390px;
	overflow: hidden;
	float: none;
	margin-bottom: 30px;
	background: url("/img/bg_noimage.jpg") no-repeat top center;
}
.first-article .thumbBlockFirst img {
	width: 580px;
        position: relative;
        top: -25px;
}

.article-title {
	margin: 0 0 10px 0;
}
.article-title a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
        color: #000;
}
.article-header-first .article-title a {
	font-size: 24px;
}
.first-article .articleInfoArea02 {
         display: none;
}
.article-category {
	font-size: 12px;
	text-align: left;
}
.article-category dt {
	background: none;
	display: none;
	width: 0;
}
.article-category dd.article-category1,
.article-category dd.article-category2 {
        margin-top: 0;
        padding: 0;
        line-height: 1.5;
}
.article-category dd a {
	color: #e60013;
}
.article-category dd.article-category2 {
    border: none;
}
.article-category dd.article-category2:before {
    color: #e60013;
    content: ', ';
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
        margin-bottom: 8px;
}
.article-date .new {
	margin: 2px 0 0 6px;
}

/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #fff;
	border-radius: 0 0 0 0;
	border: 1px solid #fe9b0c;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 240px;
	height: 35px;
}
.sidewrapper input.sfbtn {
	border-radius: 0 0 0 0;
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 35px;
	height: 35px;
	border: none;
	background: url("/img/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 {
	/* border-bottom: 1px solid #cecece; */
}
.article-meta {
}

.article-social-btn {
        margin-bottom: 20px;
}

/* 関連記事 */
.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: #fff;
	color: #333;
	line-height: 1.6;
	margin-bottom: 60px;
}
.message-board-text {
        text-align: center;
        font-size: 14px;
        color: #000;
}
.message-board-icon {
        text-align: center; 
	margin-top: 20px;            
}
.message-board-icon li {
    display: inline-block;
    padding: 0 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 {
	max-width: 600px;
}
.first-article .article-body-inner .btReadmore {
	display: block;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
       color: #596fab;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;	
        color: #fe9b0c;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
    background-color: #0072bc;
    color: #fff;
}
ul.index-navigator a:hover {
	background-color: #0072bc;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/img/ico_pager_prev.png") no-repeat  10px 0px;
}
ul.index-navigator .paging-next a {
	background: url("/img/ico_pager_next.png") no-repeat  10px 0px;
}
ul.index-navigator .paging-first a {
	background: url("/img/ico_pager_first.png") no-repeat  10px 0px;
}
ul.index-navigator .paging-last a {
	background: url("/img/ico_pager_last.png") no-repeat  10px 0px;
}
.pager .pager-inner ul.index-navigator li.paging-prev,
.pager .pager-inner ul.index-navigator li.paging-next,
.pager .pager-inner ul.index-navigator li.paging-first,
.pager .pager-inner ul.index-navigator li.paging-last {
    background-color: #fff;
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
}
.pager .pager-inner ul.index-navigator li.paging-prev:hover,
.pager .pager-inner ul.index-navigator li.paging-next:hover,
.pager .pager-inner ul.index-navigator li.paging-first:hover,
.pager .pager-inner ul.index-navigator li.paging-last:hover {
    background-color: #0072bc;
    color: #fff;
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
}
.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 {
	color: #fe9b0c;
	background-color: #fff;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	color: #fff;
	background-color: #0072bc;
}

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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	margin: 60px 0;
        padding: 5px 0;
	position: relative;
        line-height: 1;
        border-left: 5px solid #fe9b0c;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .side {
        padding: 0 0 0 15px;
        color: #333;
}
.sidewrapper .sidetitle {
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
.sidewrapper .sidetitle a {
	color: #333;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody a {
	color: #333;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}
/* プロフィール */
.officialblog-profile  {
	border: 1px solid #fe9b0c;
}
.profile-image {
	text-align: center;
        margin: 30px auto 8px;
}
.profile-title {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: normal;
}
.profile-text{
	color: #333;
	text-align: center;
	font-size: 14px;
        line-height: 1.5;
	margin: 0 0 20px 0;
}
.profile-icons {
        font-size: 32px;
        display: table;
        margin: 0 auto 30px;
}
.profile-icons li {
        float: left;
        padding: 0 5px;
}
.twitter a {
        color:#55acee;
}
.facebook a {
        color:#3b5998;
}
.instagram a {
        color:#231f20;
}
/* カレンダー */
.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;
}

/* 最新記事 */
.side div.popular-articles table td a {
	color:#333;
}
.plugin-recent_articles .side .sidebody {
	line-height: 1.5;
	margin: 0 0 5px 0;
}

/* 人気記事 */
div.popularArticlesWithImage.B div.image {
    float: left;
    margin: 0 10px 0px 0;
}
div.popularArticlesWithImage.B div.title {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}
/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
       line-height: 1;
       color: #000;
       font-size: 24px;
       font-weight: bold;
       height: 37px;
       padding: 31px 0 0 78px;
       margin-bottom: 50px;
       background: url('/img/archives-header.png') no-repeat 0 0;
       border-bottom: 1px solid #e50010;
}
.archives-header h1 {
       line-height: 1;
       color: #000;
       font-size: 24px;
       font-weight: bold;
}

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


/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.article:nth-of-type(7n+1) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-01.png);
    position: absolute;
    bottom:10px;
    right: 30px;
    }
.article:nth-of-type(7n+2) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-02.png);
    position: absolute;
    bottom: 10px;
    right: 30px;
    }
.article:nth-of-type(7n+3) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-03.png);
    position: absolute;
    bottom: 10px;
    right: 30px;
    }
.article:nth-of-type(7n+4) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-04.png);
    position: absolute;
    bottom: 10px;
    right: 30px;
    }
.article:nth-of-type(7n+5) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-05.png);
    position: absolute;
    bottom: 10px;
    right: 30px;
    }
.article:nth-of-type(7n+6) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-06.png);
    position: absolute;
    bottom: 10px;
    right: 30px;
    }
.article:nth-of-type(7n+7) 
.btReadmore a {
    float: right;
    width: 96px;
    height: 107px;
    display: block;
    text-indent: -9999px;
    background-image: url(/img/btn-07.png);
    position: absolute;
    bottom: 10px;
    right: 30px;
    }
.btReadmore a:hover {
    background-position: 0 -107px;
}

.article .btReadmore a:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
}



/* アーカイブヘッダ */
/*.archives-header {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 30px 0;
	text-align: center;
}*/
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
	color: #000;
}

/* 記事下広告 */
#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 {
	bottom: -60px;
}
.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: 1;
}
/* clearfix
----------------------------------------------- */
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}
