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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_corp02_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2013-07-10";
 :release [:revision "1.10"; :created "2014-02-03"];
 :page <http://blogdesign.ldblog.jp/archives/29018117.html>;
 :rights "LINE Corporation".
*/


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

/* 1カラムレイアウトのとき */
body.layout-1col #content {}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 20px;
    margin: 0 15px;
    width: 250px;
}

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

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #000000;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
.calendarhead a:visited {
    color: #0000ff;
    text-decoration:none;
}
a:link {
    color: #0000ff;
    text-decoration:none;
}
a:visited {
    color: #7f007f;
    text-decoration:none;
}
a:hover {
    text-decoration:none;;
    position: relative; /*リンクにカーソルを乗せると右下に1ピクセル動くようにする*/
    left: 1px;
    top: 1px;
}
a:active {}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 4px;
    width: 400px;
}
#blog-title a {
    color: #000;
}
#blog-description {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    width: 460px;
}
#blog-description a {
    color: #000;
}
#blog-eyecatch {
    background-color:#ffffff; /*タイトル画像の横に色を出せる*/
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.07);
}
#blog-eyecatch-inner {
    position: relative;
    width: 1060px;
    margin: 0 auto;
    background-color: #ddf;
}
#blog-header.show-image #blog-header-inner {
    border-bottom: 1px solid #fff;
    min-height: 70px;
    padding: 10px 0;
    position: relative;
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:    -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:     -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:      -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
    background-image:         linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 70%, #F6F6F6 100%);
}
#blog-header.show-image #blog-header-inner2 {
    margin: 0 auto;
    width: 1060px;
    position: relative;
}
#blog-header.show-image #blog-header-image {
    margin:0 auto;
    width:1060px; /*タイトル画像の横幅*/
}

/* メニューバー */
#main-nav,
#sub-nav {
    position: absolute;
    text-align: right;
    right: 0;
}
#main-nav {
    top: 30px;
    width: 580px;
}
#sub-nav {
    top: -24px;
}
#main-nav li,
#sub-nav li {
    display:inline-block;*display:inline;*zoom:1;
    list-style: none;
}
#main-nav li {
    margin-left: 2em;
    margin-bottom: 10px;
}
#sub-nav li {
    margin-left: 1em;
}
#main-nav a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#sub-nav a {
    color: #000;
    font-size: 12px;
}

/* メッセージボード */
.message-board-outer {
    margin: 0 auto;
    width: 1060px;
    position: absolute;
    top: 0;
}
.message-board {
    color: #fff;
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_b_40.png);
    text-shadow: 0 1px 0 rgba(0,0,0,0.38);
    line-height: 1.6;
    margin-top: 0!important;
    padding: 20px;
    position: absolute;
    left: 605px;
    top: 28px;
    width: 390px;
}
.message-board a {
    color: #fff;
    text-decoration: underline;
}
.message-board a:hover {
    text-decoration: none;
}

/* トップページ */
.article-inner {
    width: 550px;
    float: right;
}
.article-image-thumbnail {
    width: 160px;
    float: left;
}
.article-image-thumbnail img {
    border: 1px solid #ccc;
    border-radius: 7px;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
    padding: 25px 0;
    border-bottom: 1px dotted #c9c9c9;
}
.first-article {
    padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
}
.article-title {
    margin: 4px 0;
}
.article-title a {
    color: #00f;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.article-title a:hover {
    color: #00f;
}

/* 日付 */
.article-date {
    color: #000000;
    font-size: 11px;
    margin-bottom:7px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {}
.article-meta {
    padding: 16px 0;
}
.article-social-btn {
    text-align: right;
}

/* 関連記事 */
.related-articles {
    padding: 20px 0;
    line-height: 1.3;
    border-bottom: 1px dotted #c9c9c9;
}
.related-articles h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.related-articles ul {
    color:#000;
    margin:0;
    padding-left:0;
    list-style: none;
}
.related-articles ul li {
    margin:4px;
/* 記事下関連記事一覧表示 */
    display: inline-block;
    width: 238px;
    height: 70px;
/* ここまで追加 */
    border: 1px solid #c0c0c0;
}
.related-articles ul li:before {
    content: "・";
}

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

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

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

/* 個別記事のみ */
body.page-article .article {
    border-bottom: 0;
}
body.page-article .article-title a {
    font-size: 24px;
    font-weight: normal;
}
body.page-article .article-title a:visited {
    color: #00f;
}
body.page-article .article-footer {
    border-bottom: 1px dotted #c9c9c9;
}

/* 記事本文
----------------------------------------------- */
.article-body {
    color: #000000; /* 元は5c5c5c*/
    font-size: 16px; /* 元は14px */
}
.article-body a {
    color: #00f;
}
.article-body a:hover,
.article-body a:visited {
    color: #707;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    font-size: 111%;
    font-weight: bold;
    border-width: 0 0 1px 5px;
    border-style: none none solid solid;
    border-color: #ffffff #ffffff #9f9f9f #9f9f9f;
    padding-left: 10px;
    line-height: 1.3;
    background-color: #e7e7ff;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
    clear: both;
}
.article-body-inner blockquote {
    background-color:#e4f3ff;
/*    border: 1px solid #fff;*/
    padding: 5px 20px 5px 20px;
    margin: 5px 0;
    font-size: 100%;
}
.article-body-inner blockquote:before {
   color: #ddd;
   content: none;  /* 引用記号（”）を消す */
}
.article-body-inner img.pict{
    height: auto;
    margin: 0 5px 5px 0!important;
    max-width: 100%;
}
.article-tags a {
    text-decoration: underline;
}
dl.article-tags {
    margin: 2em 0 0;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
    margin-top: 10px;
}
#article-options .article-option-title {
    color:#000;
    font-size: 16px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #777;
    color: #000;
}
.comment-body,
.ping-excerpt {
    color: #000;
    font-size: 16px;
    padding: 8px 0 0 0;
}
.comment-info,
.trackback-set {
    margin: 8px 0;
    padding: 12px;
    position: relative;
}
.comment-set:nth-child(odd) {
    background-color: #f9f9f9;
}
.comment-author {
    font-size: 16px;
    color: #000;
}
.comment-author a {
    font-size: 16px;
    color: #00f;
}
.comment-rating-icon {
    position: absolute;
    top: 12px;
    right: 12px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    border-radius: 2px;
    padding: 0 9px;
    line-height: 25px;
}
ul.index-navigator li.current span {
    background-color: #e8e8e8;
    color: #666;
}
ul.index-navigator a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}
ul.index-navigator a:visited {
    color: #707;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
  border-bottom: 1px dotted #c9c9c9;
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 10px;
}
ul.article-pager li.prev {
    float: left;
}
ul.article-pager li.next {
    float: right;
}
.article ul.article-pager li,
.article ul.archives-pager li {
    margin: 0;
}
.article ul.article-pager li a,
.article ul.archives-pager li a {
    display: inline;
    color: #7e7cb4;
    padding: 0;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    background-color: #ededed;
    color:#a5a8aa;
    padding: 40px;
    text-shadow: 0 1px 0 #fff;
}
#blog-footer a {
    color:#a5a8aa;
}

/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 1px;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 0px;
}
.sidewrapper .sidetitle a {
    color: #000;
}
.sidewrapper .side .sidebody {
    border-bottom: 0px dotted #c9c9c9;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}

/* ギャラリー */
ul.galleryThumbnail {
    padding: 0 20px;
}
ul.galleryThumbnail li {
    display:inline-block;*display:inline;*zoom:1;
    margin: 2px 3px;
}
ul.galleryThumbnail li img {
    border: 0;
}

table.caltblwk .weekday {
    color: #666;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #8d8d8d;
    border-collapse: separate;
    border-spacing: 2px;
}
table.caltblday td {
    border-radius: 3px;
}
table.caltblday .caloff {
    background-color: #fff;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    background-color: #e2e2e2;
    border: none;
}
table.caltblday td .calendar,
table.caltblday td a {
    color:#666;
    height: 27px;
    line-height: 27px;
    border-radius: 3px;
}
table.caltblday td a:hover {
    background-color: #edeeef;
    border:1px solid #edeeef;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid #000;
    color: #333;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.archives-header h1 {
    font-weight: bold;
}
.archives-header a {
    color: #333;
}

/* 記事下広告 */
#ad2 {
    border-bottom: 1px dotted #c9c9c9;
}
#ad2 a.addescription {
    color:#666;
}

/* ページトップへ */
.to-pagetop {
    bottom: -104px;
}
.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: 9;
}

/* 画像マウスオーバー時の効果 */
ul.galleryThumbnail li a:hover img,
.article-image-thumbnail a img {
  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;
}
ul.galleryThumbnail li a:hover img,
.article-image-thumbnail a:hover img {
  opacity: 0.8;
}

/* カテゴリ */
div.article-category-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/canvas/common/category.gif) no-repeat left top;
	padding-left: 0px;
	margin-left: 0px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 4;
	padding: 0;
	margin-right: 5px;
	font-size: 100%;
}
/*
div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/* 540ピクセルにおさめる */
div.overflow {
  width: 540px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* メニューバー */
.ldb_menu-list {
 background-color: #00007f;
 overflow: hidden;
}
.ldb_menu-list li {
 float: left;
 list-style: none;
 border: outset 1px #9f9f9f;
 background-color: #00007f;
 width: 174px;
}
.ldb_menu-list li a{
 color: #ffffff;
 display: block;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 line-height: 1;
 padding: 10px;
 text-decoration: none;
 text-shadow: 0 -1px -3px rgba(0,0,0,0.2);
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
 background-color: #6f6f9f;
}
