@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 {
	border-radius: 0 0 4px 4px;
	position: relative;
	margin: 0 auto;
	padding: 40px 20px 0;
	width: 1050px;
}
#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("#") repeat-y #fff;*/
}
body.layout-2col #main {
	width: 620px;
}
body.layout-2col #main-inner {
        overflow: hidden;
}
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: #262626;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
         color: #262626;
}
a:link {
          text-decoration: none;
}
a:visited {
         filter:alpha(opacity=50);
         -moz-opacity: 0.5;
         opacity: 0.5;;
}
a:hover {
}
body.page-article .article-title a:hover {
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 400px;
	min-width: 1050px;
	padding: 0;
	position: relative;
}

#blog-header-inner {
	padding: 0 20px;
}
#blog-title {
	text-align: center;
        padding-top: 100px;
}
#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 {
	background-color: #000;
        padding: 0 20px;
}
.gnavInner {
	width: 1050px;
        height: 40px;
	margin: 0 auto;
        position: relative;
}
.ldb_menu {
	margin: 0 auto;
}
.ldb_menu-list {
	list-style: none;        
        padding: 11px 25px;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
}
.ldb_menu-list li a {
	width: 150px;
	display: block;
	color: #fff;
        text-decoration: none;
}
.ldb_menu-list li a:hover,
.ldb_menu-item-current a {
	text-decoration: none;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
}

.ldb_menu-icons {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
}
.ldb_menu-icons li {
    display: inline-block;
    margin: 0 4px;
}
.ldb_menu-icons .ldb_menu-icon-rss a {
    color: #fff;
    font-size: 25px;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin: 0 0 60px 0;
	position: relative;
        overflow: hidden;
}
.page-index .article {
	margin: 0 0 30px 0;
	position: relative;
        overflow: hidden;
        min-height: 365px;
        width: 280px;
}

.page-index article:nth-of-type(even){
      margin-right: 30px;
      float: left;
}

.page-index article:nth-of-type(odd){
      float: right;
}

.page-index .first-article {
      width: 100%!important;
	/* padding-top :0px; */
}

.page-index .article-body-inner{
       display: none;
}

.first-article .article-body-inner{
        max-height: 130px;
        font-size: 16px;
}
.page-index .first-article .article-body-inner{
        max-height: 130px;
        font-size: 16px;
        display: block;
}
.individual.article-body{
       display: inline;
}
.individual .article-body-inner{
       height: auto;
       max-height: initial;
       max-height: none;
}
.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: 292px;
	height: 200px;
	overflow: hidden;
	margin-right: 30px
}
.article .thumbBlock img {
	width: 292px;
	max-width: 292px;
        text-align: center;
        height: auto;
}

.article .article-header{
        margin-top: 10px;
}
.article-header {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.page-index .article-header {
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
        float: left;
        min-height: 100px;
}
.page-index .first-article .article-header {
        min-height: 80px;
	margin-bottom: 0px;
}
.first-article .article-header {
	margin-bottom: 20px;
}
.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
    float: left;
    width: 335px;
    height: 250px;
    overflow: hidden;
    margin-right: 30px;
}
.page-index .first-article .thumbBlockFirst {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-right: 30px;
    float: none;
}

.first-article .thumbBlockFirst img {
	width: 335px;
        height: auto;
	overflow: hidden;
}
.page-index .first-article .thumbBlockFirst img {
    width: 100%;
	overflow: hidden;
}
.article-title {
	margin: 0 0 20px 0;
}
.page-index .article-title {
	margin: 0 0 5px 0;
        height: 70px;
        overflow: hidden;
}
.article-title a {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
        text-decoration: none;
}

.article-category {
        color: #ccc;
	font-size: 12px;
	float: left;
	text-align: left;
}
.article-category dt {
	background: none;
	display: none;
	width: 0;
}
.article-category dd.article-category2 {
	padding: 0 0 0 10px;
        margin-top: 4px;
        border-left: 1px solid #ccc;
}
.article-category dd a {
	color: #ccc;
}
.article-category dd.article-category2 {
    border: none;
}
.article-category dd.article-category2:before {
    color: #ccc;
    content: ', ';
}
/* .article-category dd, .article-comment-count dd{
    padding: 0;
} */
.page-index .article-tags{
    display: none;
}
/* 日付 */
.article-date {
	color: #999;
	font-size: 12px;
	/* width: 100px; */
}

/* 記事検索 */
.sidewrapper input.sf {
        background-image: none;
        background-color: #f2f2f2;
	border-radius: 0 0 0 0;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	padding: 5px;
	width: 250px;
	height: 40px;

}
.sidewrapper input.sfbtn {
	border-radius: 0 0 0 0;
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 40px;
	height: 40px;
	border: none;
	background: #ccc url("/images/ico_search.png") no-repeat 0 0;
       text-indent: -9999px;
       margin-right: 5px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
       margin-top: 20px;
       overflow:hidden;
}
.article-meta {
	padding: 16px 0;
}

.article-social-btn {
       float: left;
}
/* 関連記事 */
.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;
}


/* 記事本文
----------------------------------------------- */
.page-index .article-body{
        float: left;
}

.article-body {
	color: #262626;
	font-size: 13px;
        line-height: 1.4;
       margin-bottom: 30px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}

.article-body-inner p {
	margin:0;
}

.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img {
	max-width: 560px;
}
.first-article .article-body-inner .btReadmore {
	display: block;
}
.article-body-inner{
        max-height: 35px;
       	overflow: 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 li a,
ul.index-navigator li.current span {
	color: #333;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	background-color: #ccc;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #ccc;
	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 #ccc;
	border-radius: 3px;
	color: #ccc;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}
ul.article-pager li a:hover, ul.archives-pager li a:hover {
        background-color: #ccc;
        color: #fff;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	position: relative;
        line-height: 1.7;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    line-height: 1;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
    /* line-height: 35px; */
    height: 36px;
   margin-top: 65px;
}
.sidewrapper .sidetitle a {
	color: #333;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
}
.sidewrapper .side .sidebody a {
	color: #4c4c4c;
}
.sidewrapper .side .sidebody.category-child {
}

/* 人気記事 */
div.popularArticlesWithImage.A div.title {
	height: 26%;
}

/* プロフィール */
.imgProfile {
	margin: 0 0 30px 0;
}
.profile-title{
       color: #4c4c4c;
       font-size : 20px;
       font-weight: bold;
       text-align: center;
       margin-top: 20px;
}
.profile-text{
       margin-top: 20px;
}

.profileArea .txtName {
	color: #4c2a00;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: normal;
}
.profileArea .txtDetail {
	text-align: left;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}

/* カレンダー */
.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 {
}
.plugin-recent_articles .side .sidebody {
        margin-bottom: 20px;
}
/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
       line-height: 1;
       color: #4c2a00;
       font-size: 14px;
       font-weight: bold;
        /* line-height: 35px; */
       height: 30px;
       padding: 0 60px 0 30px;
       margin-bottom: 50px;
       background: url("/images/categoly-01.png") no-repeat top left,url("/images/categoly-02.png") no-repeat top right;
       display: inline-block;
}
.archives-header h1 {
       line-height: 1;
       color: #262626;
       font-size: 24px;
       font-weight: bold;
       margin: 0 10px;
       padding-top: 4px;
}

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



/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
	background: url("/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("/images/btn_readmore_on.png") no-repeat top right;
	text-align: right;
}
/* アーカイブヘッダ */
/*.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: #ccc;
}

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

/** ---------- 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; }