@charset "utf-8";
@import url(css/template_6thgen.css);

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


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #fff;
}
#wrapper {
}
#container {
    padding-top: 24px;
    background: #f5f5f5;
}
#content {
    border-radius: 0 0 4px 4px;
    position: relative;
}
#main {
    padding: 20px 60px;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
}
body.layout-1col #main {
    zoom: 1;
    padding: 30px 0 0 0;
}
body.layout-1col #main:after {
    content: "";
    display: block;
    clear: both;
}
body.layout-1col #main-inner {
    width: 978px;
    margin: 0 auto;
}
.autopagerize_page_element {
    margin-right: -40px;
}
body.layout-1col #sidebar {
    background-color: #fcfcfc;
    padding: 10px 0;
}
body.layout-1col #sidebar-inner {
    width: 978px;
    margin: 0 auto;
}
body.layout-1col #sidebar-inner2 {
    margin-right: -40px;
}
body.layout-1col #sidebar .sidewrapper {
    float: left;
    padding: 20px 0;
    margin-right: 31px;
    width: 305px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
    background: url(img/usr/default_2012/common/bg_side.png) repeat-y #fff;
}
body.layout-2col #main {
    width: 580px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    padding: 20px;
    width: 200px;
}
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: #080000;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    color: #f28d83;
    text-decoration:none;
}
a:link {
    color: #f28d83;
}
a:visited {
    color: #cf5447;
}
a:hover {
    color: #f28d83;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    position: relative;
    width: 978px;
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
}
#blog-header-inner {
    position: static!important;
    margin: 0 0 20px 0;
    text-align: center;
}
#blog-title {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 5px;
}
#blog-title a {
    color: #333;
}
#blog-title a:hover {
    text-decoration: none;
    color: #666;
}
#blog-description {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}
body.page-article #blog-description {
    margin: 0 auto;
    width: 800px;
}
#blog-description a {
    color: #fff;
}
#blog-header-search {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}
#blog-header-search input.sf,
#blog-header-search input.sfbtn {
    border: 1px solid #aaa;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    outline: 0;
}
#blog-header-search input.sf {
    background: url(img/usr/default_2012/common/icons.png) 0 0 no-repeat;
    background-color: #fff;
    background-position: 4px -264px;
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 5px 0 21px;
    vertical-align: top;
    width: 75%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#blog-header-search input.sfbtn {
    border-left: 0;
    border-radius: 0 10px 10px 0;
    float:right;
    text-shadow: 0 1px 0 #fff;
    width: 25%;
    background: #f1f1f1;
    background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
    -webkit-transition: color 0.2s ease;
       -moz-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
         -o-transition: color 0.2s ease;
            transition: color 0.2s ease;
}
#blog-header-search input.sfbtn:hover,
#blog-header-search input.sfbtn:focus {
    color: #2e90c5;
}

/* メインカラム
----------------------------------------------- */
/* メニューバー */
.ldb_menu {
    background: #bfbfbf;
}
.ldb_menu-list {
    width: 978px;
    margin: 0 auto;
    text-align: center;
}
.ldb_menu-list li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.ldb_menu-list a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    padding: 15px 15px;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
    background-color: #999;
}

/* 記事全体 */
.page-index .article,
.page-category .article,
.page-monthly .article {
    position: relative;
    overflow: hidden;
    float: left;
    width: 474px;
    height: 260px;
    margin: 0 30px 30px 0;
}
.page-article .article {
    width: 800px;
    margin: 0 auto;
}

/* 記事ヘッダー、記事タイトル */
.page-index .article-header,
.page-category .article-header,
.page-monthly .article-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 455px;
    height: 80px;
    padding: 10px;
    background: url(img/usr/default_2012/common/opacity_b_50.png);
}
.page-index .article-header-inner,
.page-category .article-header-inner,
.page-monthly .article-header-inner {
    position: relative;
    display: block;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
.page-index .article-title,
.page-category .article-title,
.page-monthly .article-title {
    position: absolute;
    top: 25px;
    height: 60px;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}
.page-index .article-header a,
.page-category .article-header a,
.page-monthly .article-header a,
.page-index .article-header a:visited,
.page-category .article-header a:visited,
.page-monthly .article-header a:visited {
    color: #fff;
}
.page-index .article-header a:hover,
.page-category .article-header a:hover,
.page-monthly .article-header a:hover {
    color: #eee;
    text-decoration: none;
}

.page-article .article-title {
    border-left: 10px solid #54bdc9;
    border-bottom: 1px solid #54bdc9;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 10px 14px;
}
.page-article .article-title a,
.page-article .article-title a:visited {
    color: #666!important;
}
.page-article .article-title a:hover {
    color: #999!important;
    text-decoration: none;
}


/* 日付 */
.page-index .article-date,
.page-category .article-date,
.page-monthly .article-date {
    color: #fff;
    font-size: 12px;
    text-align: right;
}
.page-article .article-date {
    color: #8c8c8c;
    text-align: right;
    margin-bottom: 20px;
}

/* カテゴリ */
.page-index .article-category,
.page-category .article-category,
.page-monthly .article-category {
    color: #fff;
    margin-top: -14px;
    font-size: 12px;
}

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

/* 関連記事 */
.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;
}
.page-index .article-body a,
.page-category .article-body a,
.page-monthly .article-body a {
    display: block;
    width: 474px;
    height: 260px;
    background: #eee;
}

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

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

/* メッセージボード */
.message-board {
    background-color: #fdfdfd;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #666;
    font-size: 14px;
    line-height: 2;
}
.article-body-inner h1 {
    font-size: 24px;
    border-bottom:3px solid #7a7a7a;
}
.article-body-inner h2 {
    font-size: 20px;
    border-bottom:1px solid #c4c4c4;
}
.article-body-inner h3 {
    font-size: 18px;
    border-bottom:1px solid #c4c4c4;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3,
.article-body-inner h4 {
    clear: both;
}
.article-body-inner blockquote {
    background-color:#fff;
    line-height: 2;
    color: #666;
}
.article-body-inner blockquote:before {
    color: #999;
}
.article-body-inner img.pict{
    border: 6px solid #fff;
    box-shadow: 0 0 5px #ccc;
    height: auto;
    margin: 1em 6px 1.5em!important;
    max-width: 98.4%;
    text-align: center;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
    margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
}
ul.index-navigator li.current span {
    background-color: #ee6557;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
    background-color: #eee;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
    color: #555;
}

/* 記事ページ、月別アーカイブページ */
.pager {
    clear: both;
    padding: 0 0 23px;
}
.page-article .pager {
    padding-bottom: 8px;
}
ul.article-pager li a,
ul.archives-pager li a {
    padding: 6px 50px;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
    color: #555;
    font-weight: bold;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper:after{
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}
.sidewrapper .side {
    margin-left: 8px;
}
.sidewrapper .sidetitlebody {
    position: relative;
    padding-left: 3px;
    border-left: 5px solid #54bdc9;
    color: #4d4d4d;
}
.sidewrapper .sidetitle {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}

/* カレンダー */
.calendarhead {
    font-weight: bold;
    text-align: center;
}
table.caltbl {
    width: 195px;
}
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 #ccc;
}
table.caltblday .calon {
    background-color: #ee6557;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
}
table.caltblday td a:hover {
    background-color: #f5a097;
}

ul.galleryThumbnail li {
    display: inline-block;
    overflow: hidden;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-left: 10px solid #54bdc9;
    border-bottom: 1px solid #54bdc9;
    color: #666;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 15px 10px 14px;
}
.archives-header h1 {
    font-weight: bold;
}
.archives-header a {
    color: #666;
}
.archives-header a:hover {
    color: #999;
    text-decoration: none;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header-image {
    margin-bottom: 30px;
    width: 978px;
}
#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 {
    right: 10px;
}
.to-pagetop a {
  background:url(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;
}