@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: 25px;
}
#container {
    margin: 32px auto 20px;
    width: 1200px;
}
#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: 750px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    width: 250px;
}
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: #080000;
    font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
.calendarhead a:visited {
    color: #336699;
    text-decoration:none;
}
a:link {}
a:visited {
    color: #7e7cb4;
}
a:hover {
    text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.0;
    padding-bottom: 4px;
    width: 600px;
}
#blog-title a {
    color: #333;
}
#blog-description {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    width: 600px;
}
#blog-description a {
    color: #777;
}
#blog-eyecatch {
    background-color:#ededed;
    box-shadow: inset 0 2px 10px rgba(0,0,0,0.07);
}
#blog-eyecatch-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
}
#blog-header.show-image #blog-header-inner {
    border-bottom: 1px solid #fff;
    min-height: 70px;
    padding: 15px 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: 900px;
    position: relative;
}
#blog-header.show-image #blog-header-image {
    margin:0 auto;
    width: 1150px;
}

/* メニューバー */
#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: #666;
    font-size: 16px;
    font-weight: bold;
}
#sub-nav a {
    color: #777;
    font-size: 12px;
}

/* メッセージボード */
.message-board-outer {
    margin: 0 auto;
    width: 960px;
    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: 555px;
    top: 30px;
    width: 335px;
}
.message-board a {
    color: #fff;
    text-decoration: underline;
}
.message-board a:hover {
    text-decoration: none;
}

/* トップページ */
.article-inner {
    width: 490px;
    float: left;
}
.article-image-thumbnail {
    width: 160px;
    float: right;
}
.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: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.article-title a:hover {
    color: #666;
}

/* 日付 */
.article-date {
    color: #a5a8aa;
    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: #666;
}
.related-articles ul {
    color:#369;
    margin:0;
    padding-left:0;
    list-style: none;
}
.related-articles ul li {
    margin:4px;
}
.related-articles ul li:before {
    content: "・";
}

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

/* 共通テーマ */
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: #333;
}
body.page-article .article-footer {
    border-bottom: 1px dotted #c9c9c9;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #5c5c5c;
    font-size: 14px;
}
.article-body a {
    color: #777;
}
.article-body a:hover,
.article-body a:visited {
    color: #999;
}
.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.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%;
}
.article-tags a {
    text-decoration: underline;
}
dl.article-tags {
    margin: 2em 0 0;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
    margin-top: 20px;
}
#article-options .article-option-title {
    color:#999;
    font-size: 14px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body,
.ping-excerpt {
    color: #666;
    font-size: 14px;
    padding: 8px 0 0 0;
}
.comment-info,
.trackback-set {
    margin: 08px 0;
    padding: 12px;
    position: relative;
}
.comment-set:nth-child(odd) {
    background-color: #f9f9f9;
}
.comment-author {
    color: #666;
}
.comment-author a {
    color: #000;
}
.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: #999;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
  border-bottom: 1px dotted #c9c9c9;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 20px;
}
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: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 8px;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 15px;
}
.sidewrapper .sidetitle a {
    color: #666;
}
.sidewrapper .side .sidebody {
    border-bottom: 1px dotted #c9c9c9;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}

/* カレンダー */
.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: 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;
}

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


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid #000;
    color: #333;
    font-size: 13px;
    margin-bottom: 20px;
    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;
}

.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}

.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}

.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}
.box2 {
    padding: 0.5em 0.5em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.box2 {
    display:inline-block
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 p {
    margin: 0; 
    padding: 0;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}