@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-09-28";
 :release [:revision "1.30"; :created "2014-02-19"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-color: #f5f5f5;
}
#wrapper {
}
#container {
    margin: 0 auto;
    width: 1100px;
    background: url("http://livedoor.blogimg.jp/hidasoku/imgs/d/f/df4549c4.png") no-repeat top center;
}
#content {
    position: relative;
}
#main {
    width: 728px;
}
#sidebar {
    width: 320px;
}

/* サイドバー入れ替え */
body.sidebar-right #main {
    float: left;
}
body.sidebar-right #sidebar {
    float: right;
}
body.sidebar-left #main {
    float: right;
}
body.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #000;
    font: 13px/1.2 'KozGoPro-Light', '小塚ゴシック Pro L', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
}
a {
    color: #000056;
    text-decoration: none;
}
a:link {
    color: #000056;
    text-decoration: none;
}
a:visited {
    color: #909090;
}
a:hover {
    color: #c71585;
    text-decoration: none;
}
a:active {
    color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    margin-top: 66px;
    margin-bottom: 145px;
    position: relative;
}
#blog-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0;
}
#blog-title a {
    color: #000;
}
#blog-description {
    color: #868686;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin: 50px 0 30px 0;
}
#blog-description a {
    color: #979797;
}

/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
    position: relative;
}
#blog-header.show-image #blog-header-image {
    height: auto;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}

#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    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;
}


/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list {
    position: absolute;
    bottom: 0;
    background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
    background: rgba(247,247,247,0.7);
    zoom:100%;
    width: 940px;
    margin: 0 auto;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 18px;
    line-height: 1.4;
    display: block;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover{
    background: #dbdbdb;
    background: rgba(204,204,204,0.7);
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */

.article {
    border-bottom: 1px dashed #999;
    border-top: 1px dashed #999;
    margin-bottom: -1px;
    padding: 30px 0;
    position: relative;
}
.article-inner {
    height: 210px;
    overflow: hidden;
    position: relative;
}
.article-header,
.article-body {
    margin-left: 20px;
}
.article.first-article {
    border-top: 0;
}
.article.last-article {
    border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.article-title {
    margin-bottom: 5px;
    max-height: 112px;
    overflow: hidden;
}
.article-title a {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

/* 日付 */
.article-date {
    color: #0000cd;
    font-size: 15px;
    margin-bottom: 15px;
}

/* 個別記事のみ */
body.page-article .article {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}
body.page-article .article-title {
    max-height: none;
}
body.page-article .article-header,
body.page-article .article-body {
    margin-left: 0;
}
body.page-article .article-header {
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

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

/* 関連記事 */
.article-body .related-articles {
    margin:4em 0;
    line-height:1.3
}
.article-body .related-articles h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
}
.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;
    font-weight: bold;
}

/* 続きを読む */
.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;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #080000;
    font-size: 17px;
    line-height: 1.6;
}
.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-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #aaa;
    color: #aaa;
}
.comment-body {
    margin-left: 16px;
    color: #666;
    font-size: 16px;
    margin-bottom: 50px;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
ul.index-navigator li.current span {
    background-color: #910000;
    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;
}

/* 記事ページ、月別アーカイブページ */
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);
    color: #555;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 14px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.sidewrapper .sidetitle {
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    padding:6px 0;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side .sidebody {
    line-height: 1.5;
    padding: 4px 0;
    border-bottom: 1px dashed #999;
}
.sidewrapper .side .sidebody:last-child {
    border-bottom: 0;
}
.sidewrapper .side .sidebody.category-child {
    padding-left: 12px;
}

/* カレンダー */
.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;
}
table.caltblday .calon {
    background-color: #000;
    border: none;
}
table.caltblday td a {
    color:#fff;
    height: 23px;
    line-height: 23px;
}
table.caltblday td a:hover {
    background-color: #910000;
}
table.caltblday td a:visited {
    background-color: #c8a7dd;
}
ul.galleryThumbnail li {
    display: inline-block;
    margin: 5px;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    border-bottom: 2px solid #333;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 0;
}

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


/* ----------------------------------------------- */
/*     BlogRoll css　*/
/* ----------------------------------------------- */


.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
}

.blogroll-channel {
    height: 400px;
    margin-bottom: 15px;
    padding: 2px;
    background: #fff;
line-height: 20px;
margin: 0px;
}

.blogroll-channel2 {
    margin-bottom: 15px;
    padding: 2px;
    background: #fff;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 2px;
    color: #666;
}

.blogroll_wrapper { 
width: 100%; 
height: 220px;
margin-bottom: 10px;
background-color: #ffffff; 
border: 1px solid #ccc;
overflow-x: hidden;
overflow-y: scroll;
} 

.blogroll_innner { 
width: 100%; 
height: 420px; 
float: left; 
overflow-x: hidden;
overflow-y: hidden;
}

/* RSS見出し */
h2 {
padding: .5em .75em;
background-color: #8cd5e2;
width: 97%; 
font-size: 16px;
margin-top: 10px;
font-weight: bold;
color: #fff;
}


.sidebar-rss {
    font-size: 12px;
    height:500px; /* スクロールの高さはこの数値を変えて設定してください */
    width: 300px; /* 幅 */
    float:left; /* 左寄せ */
    overflow:auto;
    scrollbar-3dlight-color:#ffffff;
    scrollbar-arrow-color:#cccccc;
    scrollbar-darkshadow-color:#ffffff;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#cccccc;
    scrollbar-shadow-color:#cccccc;
    scrollbar-track-color:#ffffff;
}


/* タイトル横にSNSボタン */

#social-icon a {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  color: #fff;
}
#social-icon i {
  width: 50px;
  height: 50px;
  margin: 0;
  line-height: 50px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 50px; }
#social-icon .fa-twitter { background: #00a1e9; }
#social-icon .fa-facebook { background: #3b5998; }
#social-icon .fa-google-plus { background: #c53727; }
#social-icon .fa-rss { background: #ff8c00; }



/* ついてくるSNSボタン */
#wrap{
	width:60px;
}

#social_box{
	padding:15px;
	width:60px;
	text-align:center;
position:fixed;
left:-20px;
top:166px;
z-index:100;
	list-style-type:none;
}

#social_box i {
  width: 50px;
  height: 50px;
  margin: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

#social_box i:before { padding 0; line-height: 50px; }
#social_box .fa-twitter { background: #00a1e9; }
#social_box .fa-facebook { background: #3b5998; }
#social_box .fa-google-plus { background: #c53727; }
#social_box .fa-rss { background: #ff8c00; }
#social_box .fa-envelope-o { background: #20c611; }
}

/* ついてくるスクロールボタン */
#site-nav site-nav-single{
}

#social_box2{
	width:60px;
	padding:10px;
	margin-left:800px;
	text-align:center;
	position:fixed;
    top: 190px;
    right: 0px;
	list-style-type:none;
}

#main{
	width:660px;
	float:left;
}

#side{
	width:300px;
	float:left;
}

/* タイトル横にアイコンを並べる */
* {
      margin:0;
      padding: 0;
}
h1 {
      margin: 0 0 10px;
      font-size: 100%;
      line-height: 1.5;
}
p.icon {
      margin: -5.25em 10px 10px;
      font-size: 100%;
      line-height: 1.5;
      text-align: right;
}


