@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "デジタルネイティブ";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-07-11";
 :release [:revision "1.11"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18117939.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_digital_native_2c/body.jpg) repeat left top #3a3a3b;
}
#wrapper {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_digital_native_2c/header.jpg) repeat-x left bottom #1c1d1d;
    height: 140px;
}
#container {
    margin: 0 auto;
    width: 960px;
}
#blog-header {
    padding-top: 5px;
}
#content {
    margin-top: 40px;
    position: relative;
}
#main {
    border-radius: 0 0 0 4px;
    float: left;
    padding: 20px 0;
    width: 640px;
}
#main-inner {}
#sidebar {
    border-radius: 0 0 4px 0;
    float: right;
    padding: 20px;
    width: 240px;
}
#sidebar-inner {}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #fff;
    font: 14px/1.2 Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
    color: #ff3366;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #af56bf;
}
a:hover {
    color: #c41642;
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {

}
#blog-header hgroup {
    padding: 20px 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,
#blog-title a:visited {
    color: #ff3366;
}
#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;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	margin-top: 40px;
	padding: 20px 20px 0 20px;
	background: #fff;
	border-radius: 6px;
}
body.page-article .article {
	padding-bottom: 20px;
}
.first-article {
	margin-top: 0;
	margin-bottom: 40px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-bottom: 20px;
    position: relative;
}
.article-title {
    margin: 4px 0;
    padding-bottom: 5px;
    border-bottom:  1px dotted #b2b2b2;
}
.article-title a,
.article-title a:visited {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

/* 日付 */
.article-date {
    color: #666;
    font-size: 12px;
}


/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {

}
.article-meta {
    padding: 5px 0 0 0;
}
.article-meta li {
    font-size: 12px;
    list-style: none outside none;
    float: none;
    margin: 0;
    line-height: 1em;
}
.article-social-btn {

}

/* 関連記事 */
.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:#fff;
    background: #ff3366;
    padding: 10px 15px;
}

/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */

div.message-board-outer {
background: url("http://parts.blog.livedoor.jp/img/usr/ver06_km_digital_native_2c/message_icon.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: table;
    margin-bottom: 60px;
}
.message-board {
    display: table-cell;
    padding-left: 100px;
    height: 81px;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 18px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #b2b2b2;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
    border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
    border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
    background-color:#fafafa;
    border: 1px solid #fff;
}
.article-body-inner blockquote:before {
    color: #ddd;
}
.article-body-inner img.pict{
    border: 5px solid #fff;
    box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
    height: auto;
    margin:1em 6px 1.5em!important;
    max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-author {
    color: #333;
}
.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 {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
ul.index-navigator li.current span {
    background-color: #ff3366;
    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;
    color: #ff3366;
}
ul.index-navigator a:visited {
    color: #555;
}

/* 記事ページ、月別アーカイブページ */
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);
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#fff;
    padding: 40px;
}
#blog-footer a {
    color:#fff;
}


/* ブログパーツ::共通
----------------------------------------------- */
.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 .sidetitle {
    color: #fff;
    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;
    padding-top: 5px;
    border-top: 1px dotted #6e6f6f;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* ブログパーツ::カレンダー
----------------------------------------------- */
.calendarhead {
    font-weight: normal;
    text-align: center;
}
table.caltblwk .weekday {
    color: #ddd;
}
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: #eee;
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    background-color: #ff3366;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
    background-color: #197bb0;
}
table.caltblday td a:visited {
    background-color: #c8a7dd;
}


/* ブログパーツ::ギャラリー
----------------------------------------------- */
ul.galleryThumbnail li img {
    border: none;
    border-radius: 3px;
}


/* ギャラリー
----------------------------------------------- */
.plugin-recent_images .sidetitle {
    display: none;
}

/* 最新のコメント, トラックバック
----------------------------------------------- */
.plugin-recent_comments .sidebody,
.plugin-recent_track_backs {
    color: #666;
}

/* 人気記事
----------------------------------------------- */
.side div.popular-articles table td {
    padding-bottom: 7px;
}

/* 最新記事（画像付）
----------------------------------------------- */
.side ul.recent-article-image li {
    margin-bottom: 7px;
}

/* 投稿数表示グラフ
----------------------------------------------- */
.plugin-techc hr {
    width: 100%;
    margin: 15px 0;
    height: 1px;
    border: none;
    background-color: #d8d8d8;
}
#cal_select {
    margin: 3px 0;
}
#cal_space, #graph_space {
    width: 100%;
}
#cal_space table,
#graph_space table {
    width: 100%;
}
#cal_space td {
    width: 14%;
    padding: 2px;
}
#graph_space td {
    padding: 2px;
}

/* メッセージ
----------------------------------------------- */
.message-box input[type="text"]{
    width: 96%;
    margin-top: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 3px;
    color: #333;
}
.side div.message-box dl.message-detail textarea {
    width: 96%;
    margin-top: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 3px;
    color: #333;
}
.blog-members a {
    line-height: 2em;
}

/* その他のパーツ
----------------------------------------------- */

/* アーカイブヘッダ */
.archives-header {
    color: #ddd;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
body.layout-2col .archives-header {
    margin-top:26px;
}

/* 記事下広告 */
#ad2 a.addescription {
    color:#888;
}
a.adtitle, .adhover a.adtitle {
    color: #86b6ff;
}

/* template.css, common.cssの上書き
----------------------------------------------- */
table.caltbl {
    width: 100%;
}
.article-rating dd {
    float: left;
    line-height: 1;
    margin-top: 4px;
    padding: 0 8px;
}
.article-rating dt {
    background-position: 0 -70px;
    float: left;
    height: 20px;
    text-indent: -9999px;
}
.article-continue {
    text-align: right;
}
.article-continue a {
    background-image: none;
}


/* コメント覧の調整
----------------------------------------------- */
#article-options {
    color: #666;
}
#article-options .article-option-title {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}