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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "Nostalgic Beach";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-08-08";
 :release [:revision "1.00"; :created "2014-08-08"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
    background-image:url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/bg.jpg") ;
    background-repeat:no-repeat;
    background-position:center top;
    background-attachment: fixed;
    background-color: #271507;
    margin: auto;
}
#wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    overflow:hidden;
    line-height:0;
}
#wrapper-inner {
    background-image:url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/yashi_left.png") ;
    background-repeat:no-repeat;
    background-position:left 264px;
    background-attachment: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
}
#wrapper-inner-2 {
    background-image:url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/yashi_right.png") ;
    background-repeat:no-repeat;
    background-position:right 264px;
    background-attachment: fixed;
    margin: auto;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
#container {
	margin: -250px auto 0;
	width: 1000px;
}
#content {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_60.png);
	position: relative;
}
#main {
	padding: 50px 0 0 50px;
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	background-color: rgba(255, 255, 255, 0.6);
}
body.layout-2col #main {
	width: 630px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 50px 50px 0 0;
	width: 220px;
}
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;
}


/* メニューバー
----------------------------------------------- */
.ldb_menu {}
.ldb_menu-list {
	background: #000;
	overflow: hidden;
}
.ldb_menu-list li {
 	float: left;
 	list-style: none;
}
.ldb_menu-list li a{
 	color: #fff;
 	display: block;
	font-size: 16px;
	line-height: 1;
 	padding: 22px 30px;
	text-decoration: none;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
	background-color: #6150a9;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #000000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
	color: #2d1b89;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #7e89af;
}
a:hover {
	color: #7e89af;
	text-decoration:underline;
}
a:active {}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
    margin-bottom: 70px;
    margin-top: 250px;
}
#blog-header-inner {
	padding: 65px 0 0;
	text-align: center;
}
#blog-title {
	color: #fff;
	font-size: 48px;
	line-height: 62px;
	padding-bottom: 4px;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #dbdbdb;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #fff;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 60px 0 0 0;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 46px;
	position: relative;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	font-size: 34px;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 1.2;
}
.article-title a:hover {
    color: #7e89af!important;
    text-decoration: underline;
}

/* 日付 */
.article-date {
	color: #737373;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 0;
    overflow: hidden;
}
.article-meta {
    float: left;
    padding: 25px 0 14px;
    text-align: left;
}
.article-meta li {
    font-size: 12px;
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
}
.article-category dd {
    padding: 0 8px;
}
.article-comment-count dd {
    padding: 0 0 0 8px;
}
.article-social-btn {
    float: left;
    clear: both;
}
.article-tags {
    clear: both;
    font-size: 12px;
}
#article-options .article-option-title {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
}



/* 関連記事 */
.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:10px 0 0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}

/* 続きを読む */
.article-continue {
    text-align: left;
    clear: both;
    display: block;
    margin: 60px 0;
}
.article-continue a {
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    color: #452be1;
    height: 20px;
    text-decoration: none;
    padding-right: 18px !important;
}
.article-continue a:hover {
    color: #7e89af;
    text-decoration: underline;
}
/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
body.layout-2col .message-board {
    margin-top: 0;
}
.message-board {
    background-color: #fcfbfd;
    color: #333;
    line-height: 1.6;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fcfbfd;
	border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 5px;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #000000;
	font-size: 14px;
}
.article-body-inner h1 {
	border-bottom:2px solid #b5b5b5;
	clear: both;
}
.article-body-inner h2,
.article-body-inner h3 {
	font-size: 18px;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #b5b5b5;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fcfbfd;
}
.article-body-inner blockquote:before {
	color: #333;
	font-size: 60px!important;
	line-height: 1.2;
}
.article-body-inner blockquote {
    padding: 1em 2em 1em 4em!important;
}
.article-body-inner img.pict{
	height: auto;
	margin: 40px 0 !important;
	max-width: 98.4%;
}
.article-body-inner a {
    text-decoration: none;
}
.article-body-inner a:hover {
    text-decoration: underline;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-info, .trackback-set {
    border-bottom: 1px solid #d7d7d7;
    font-size: 12px;
    margin: 16px 0;
}
.comment-body {
	margin-left: 0;
	color: #484848;
}
.comment-author, .ping-title {
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding-right: 8px;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
ul.index-navigator {
    height: 36px;
    margin: 18px 0 36px;
    text-align: center;
}

ul.index-navigator li a, ul.index-navigator li.current span {
    font-weight: normal;
}
/* トップページ */
ul.index-navigator li a {
    color: #666;
}
ul.index-navigator li.current span {
	background-color: #452be1;
	color: #666;
}
ul.index-navigator li.current span {
	color: #fff;
}
ul.index-navigator a:hover,
ul.index-navigator .paging-next a:hover,
ul.index-navigator .paging-last a:hover
 {
	background-color: #7e89af;
	text-decoration: none;
	color: #fff !important;
}
ul.index-navigator a:visited {
	color: #666;
}
ul.index-navigator .paging-prev a,
ul.index-navigator .paging-next a,
ul.index-navigator .paging-first a,
ul.index-navigator .paging-last a {
    height: 28px;
    text-indent: -9999px;
    width: 5px;
}
ul.index-navigator .paging-prev a  {
    background-image:url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_back.png") ;
    background-repeat:no-repeat;
    background-position:center center;
}
ul.index-navigator .paging-next a  {
    background-image:url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_next.png") ;
    background-repeat:no-repeat;
    background-position:center center;
}
ul.index-navigator .paging-last a  {
    background-image:url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_last.png") ;
    background-repeat:no-repeat;
    background-position:center center;
}
ul.index-navigator .paging-first a  {
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_first.png") ;
    background-repeat:no-repeat;
    background-position:center center;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager, ul.archives-pager {
    list-style: none outside none;
    padding: 20px 0 60px;
    text-align: center;
    height: 20px;
    width: 100%;
}
ul.article-pager li.prev a,
ul.archives-pager li.prev a {
	float:left;
	padding: 0;
}
ul.article-pager li.next a,
ul.archives-pager li.next a {
	float:right;
	padding: 0;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	text-decoration: underline!important;
}
/* 個別記事ページ */
ul.archives-pager li.prev ,
ul.archives-pager li.next ,
ul.article-pager li.prev ,
ul.article-pager li.next {
    background-repeat: no-repeat;
    display: block;
    height: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    width: 100px;
}
ul.archives-pager li.prev ,
ul.article-pager li.prev {
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_back.png");
    background-position: left center;
    float: left;
    padding: 0 0 0 12px;
}  
ul.archives-pager li.next ,
ul.article-pager li.next {
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_pre.png");
    background-position: right center;
    float: right;
    padding: 0 12px 0 0;
}   
ul.archives-pager li.prev a:hover,
ul.archives-pager li.next a:hover,
ul.article-pager li.prev a:hover,  
ul.article-pager li.next a:hover {
    background: none;
}
   
/* カテゴリの最新記事 */
.article-body .related-articles { 
	margin-left: 12px; 
}
.article-body .related-articles ul li {
   background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_archive.png") ;
    background-repeat:no-repeat;
    background-position:left 5px;
    list-style-type: none;
    padding: 0 12px;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody.category-child,.sidewrapper .side .sidebody .month {
	margin-left: 12px;
}
.plugin-recent_articles .sidebody, .category-parent, .sidebody .year,.sidewrapper .side .sidebody.category-child,.sidewrapper .side .sidebody .month div{
    background-image: url("http://parts.blog.livedoor.jp/img/usr/ver06_si_surf_2c/arrow_archive.png") ;
    background-repeat:no-repeat;
    background-position:left 5px;
    padding-left: 12px;
}

/* カレンダー */
.calendarhead {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
    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: 3px;
}
table.caltblday .caloff {
}
table.caltblday .calon {
	background-color: #5049b4;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 28px;
	line-height: 28px;
}
table.caltblday td a:hover {
	background-color: #2427a3;
}

/* ギャラリー */
ul.galleryThumbnail li img {
    border-radius: 0;
    margin:0 3px 8px 0;
    border: 0;
}

/* 画像付き記事一覧 */
.side ul.recent-article-image li {
    margin-bottom: 12px;
}
.side ul.recent-article-image li a {
    display: table-cell;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    background-color: #fcfbfd;
    color: #979797;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 50px;
    padding: 15px;
    text-align: center;
}
.archives-header a{
    color: #000;
}

/* 記事検索 */
.sidewrapper input.sf {
    border: 1px solid #fff;
    background-image: none;
}
.sidewrapper input.sf {
    background-color: #fff;
    border: 1px solid #b3b3df;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 74%;
}
.sidewrapper input.sf, .sidewrapper input.sfbtn {
    height: 35px;
}
.sidewrapper input.sfbtn {
    background: none repeat scroll 0 0 #6150a9;
    color: #fff;
}
.sidewrapper input.sfbtn {
    border-radius: 0;
    float: right;
    margin-left: 2px;
    text-shadow: none;
    transition: color 0.2s ease 0s;
    width: 25%;
}
.sidewrapper input.sfbtn:hover, .sidewrapper input.sfbtn:focus {
    color: #7e89af;
}

.sidewrapper .side {
    line-height: 1.5;
    text-align: left;
}

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


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#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 {
    bottom: -105px;
    position: absolute;
    right: -5px;
}
.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: 0.9;
}