@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ホワイトプレス";
 :shortdesc "Design Template for livedoor Blog";
 :created "2012-09-28";
 :release [:revision "1.12"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/

/* 色を変える */
@-webkit-keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
/* ベルを揺らす */
@-webkit-keyframes bell_common {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@keyframes bell_common {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}
/* 満ちる */
@keyframes animation-warmup {
  0% {width: 100px;}
  100% {width: 100%;}
}


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: rgba(247,247,247,0.8);
  word-wrap : break-word;
-ms-word-wrap: break-word;
  overflow-wrap : break-word;
text-align:justify;
text-justify:inter-ideograph;
text-rendering: optimizeLegibility;
font-kerning: normal;
-webkit-font-feature-settings: 'pkna';
font-feature-settings: 'pkna';
}
#wrapper {
	padding-top: 24px;
}
#container {
	margin: 0 auto;
	width: 940px;
background-color: rgba(255,255,255,0.8);
border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}
#content {
	position: relative;
}
#main {
	width: 620px;
}
#sidebar {
	width: 240px;
}

/* サイドバー入れ替え */
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 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
a {
	color: #910000;
	text-decoration: none;
}
a:link {
	color: #910000;
	text-decoration: none;
}
a:visited {
	color: #60011a;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	margin-bottom: 40px;
}
#blog-header hgroup {
}
#blog-header-image {
	height: 400px;
	width: 100%;
	background-color: #287cba;
	background-image: -webkit-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:    -moz-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:     -ms-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:      -o-linear-gradient(#57bef5 0%, #287cba 100%);
	background-image:         linear-gradient(#57bef5 0%, #287cba 100%);
}
#blog-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin: 30px 0;
}
#blog-title a {
	color: #000;
}
#blog-description {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
	margin: 30px 60px;
}
#blog-description a {
	color: #979797;
}

.ldb_menu-item-category-1227999 {
position:absolute;z-index: 999;
list-style-type: none;
margin:6%;
background:rgba(255,255,255,0.6);
font-size:2.4em;font-weight:bold;
display: inline-block;
text-align: center;
text-decoration: none;
border-radius: 4px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: none;
transition: none;
}
.ldb_menu-item-category-1227999:hover {
background: #f56778;
text-decoration: none;
background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
background-image: linear-gradient(to bottom, #f997b0, #f56778);
box-shadow: inset 1px 1px 0 #fbc1d0;
}

/* かんたんタイトル画像 */
#blog-header.show-image hgroup {
	position: relative;
}
#blog-header.show-image #blog-header-image {
	height: auto;
}
#blog-header.hide-text hgroup,
#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;
}


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

.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: 240px;
}
.article-first-image {
	background-color: #f0f0f0;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 210px;
	width: 210px;
}
.article-first-image a {
	background-color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	width: 210px;
	display: inline;
}

.article.first-article {
	border-top: 0;
}
.article.first-article:before {
content:'主に1950年代～1970年代に欧米で発売されたヴィンテージ盤を販売中';
}
.article.last-article {
	border-bottom: 0;
}
.get_search_form {
padding:10px;
}

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

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

/* 個別記事のみ */
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: 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:#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: 14px;
	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:not(.cd) {
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(155, 0, 63, 0.2);
	height: auto;
	margin: 1em 6px 1.5em 5em!important;
	max-width: 98.4%;
width: 480px;
    height: 480px;
    overflow: hidden;
-webkit-box-reflect: below 10px -webkit-gradient(linear, 0 75%, 0 100%, from(transparent), color-stop(0.4, transparent), to(rgba(0,0,0,0.2)));
object-fit: cover;
}
.article-body-inner img.pict:hover{
	border: 10px solid rgba(255,255,255, 0.8);
width: 480px;
    height: 480px;
    overflow: hidden;
}
.blogmura{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(155, 0, 63, 0.2);
	height: auto;
	margin: 1em 6px 1.5em 5em!important;
	max-width: 98.4%;
}
.analog-ads, .cybershop, .lancers{
margin:20px;
text-align:center;
}
.article-body-inner .recordsounds-item-images {
padding:10px;margin:0 auto;width:95%;
border-top:3px solid #7f7f7f;
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
column-gap: normal;
-moz-column-gap: normal;
-webkit-column-gap: normal;
  border-bottom:3px solid #7f7f7f;
}
.article-body-more {
display: table;
  width: 95%;
  margin: 0 auto;
  table-layout: fixed;
}
.article-body-more .item img {
display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.article-body-inner .recordsounds-item-images .item, .article-body-inner .recordsounds-item-images .cover, .article-body-inner .recordsounds-item-images .item .label {
  padding: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.article-body-inner .recordsounds-item-images:before {display:block;clear:both;content: "レコード写真ギャラリー"; font-weight:700;width:250px;height:250px;text-align:center;padding:10px;color:#ffffff;background-color:#e74c3c;margin-bottom:10px;
box-shadow: 0px 3px 8px rgba(155, 0, 63, 0.2);
  animation: bg-color 60s infinite;
  -webkit-animation: bg-color 60s infinite;
}
.record:before{content:"→販売サイトへはこちらから";}
.orderitem{text-align:right;}
.article-body-inner .items{
column-count: 2;-moz-column-count: 2;-webkit-column-count: 2;padding:10px;border-bottom:3px solid #7f7f7f;
}
.article-body-inner .recordsounds-item-guide {font-family: "Sawarabi Mincho";
}
.article-body-inner .recordsounds-item-guide:after {content: "※当サイトでは本文に Google 日本語フォントを試用しています。そのため、表示に時間差が発生する時があります。"; display:block;
}
.article-body-inner .recordsounds-item-guide h2 {font-family: "Mplus 1p", "游ゴシック Medium",YuGothic,YuGothicM, sans-serif;
}
.article-body-inner .recordsounds-item-guide .note {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "黎ミン R","Reimin Regular",Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游明朝, YuMincho, 'Yu Mincho',  Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
column-count: 2;
-moz-column-count: 2;
-webkit-column-count: 2;
text-indent:1rem;
color: rgb(51,51,0);
border-top:3px double rgb(204,204,204);
padding-top:10px;
}
.article-body-inner .recordsounds-item-guide .note::first-letter {
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
}
.article-body-inner .recordsounds-item-guide .read {display:inline-block;}
.article-body-inner .recordsounds-item-guide .note b, .article-body-inner .recordsounds-item-guide .read b {
background:rgba(247,247,247,0.8);}
.article-body-inner .recordsounds-item-guide .read b {float:left;width:20em;margin:0 1em 0 0;padding:0 1em 1em 1em;}
.article-body-inner .recordsounds-item-guide .article-description {margin:10px;}
.product-link{display: block;text-align: center;text-decoration: none;border-radius: 4px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-transition: none;
transition: none;
background:rgba(51, 51, 51, 0.1);
margin-top:10px;
}
.product-link:hover {
background: #4292ff;
text-decoration: none;
background-image: -webkit-linear-gradient(top, #75afff, #4292ff);
background-image: linear-gradient(to bottom, #75afff, #4292ff);
box-shadow: inset 1px 1px 0 #fbc1d0;
}
.product-link:before { display:block;clear:both;height:0px;visibility:hidden;content:".";}
.product-link {
  background-color: #e74c3c;
  animation: bg-color 60s infinite;
  -webkit-animation: bg-color 60s infinite;
}
.product-link a{
color:#fff;
}

.article-body-inner .recordsounds-item-guide .qr:after {content: url(http://livedoor.blogimg.jp/amadeusclassics/imgs/e/4/e49e26b2.jpg);margin: 10px;
    position: relative;
    top: 8px;left:120px;}
.article-body-inner .recordsounds-products-images .label img {border-radius: 50%;object-fit: cover;}
.article-body-inner .recordsounds-products-images .cover:after {display:block;clear:both;content: "カバー裏写真"; 
}
.article-body-inner .recordsounds-products-images .cover-box:after {display:block;clear:both;content: "ボックス裏写真"; 
}
.article-body-inner .recordsounds-products-images .label:after {display:block;clear:both;content: "レーベル写真"; text-align:center;
}
.article-body-inner .recordsounds-products-images .cover-front:after {display:block;clear:both;content: "カバー写真"; 
}
.article-body-inner .recordsounds-products-images .cover-inner:after {display:block;clear:both;content: "カバー内側写真"; 
}
.article-body-inner .recordsounds-products-images .libretto-front:after {display:block;clear:both;content: "解説書表紙写真"; 
}
.article-body-inner .recordsounds-products-images .libretto-ria:after {display:block;clear:both;content: "解説書裏写真"; 
}
.article-body-inner .recordsounds-products-images:before {display:block;clear:both;content: "レコード写真ギャラリー"; font-weight:700;width:100%;text-align:center;color:#ffffff;background-color:#7f7f7f;border:3px solid #7f7f7f;margin-bottom:10px;
}
.article-body-inner .recordsounds-products-images {
padding:10px;margin:0 auto;border-top:3px solid #7f7f7f;
display:-webkit-flex;
display:flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.article-body-inner .recordsounds-products-images img {
object-fit: cover;
}
.article-body-inner .schema-img{
}
div.article-body-inner .record ul {
list-style-type: none;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
width: 100%;
margin: 0 0 1em 0;
padding: 5px;
background-color: #eee;
border:#bbb solid 1px;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
div.article-body-inner .record li {
margin: 0;
padding: 3px;
display: list-item;
text-align: -webkit-match-parent;
background-color: rgb(239, 239, 239);
}
div.article-body-inner .record li:nth-of-type(1) {
background-color: #e7e7e7;
border-top-color: rgb(204, 204, 204) solid 1px;
-webkit-flex-basis: 70px;
flex-basis: 70px;
}
div.article-body-inner .record li:nth-of-type(2) {
-webkit-flex-grow: 1;
flex-grow: 1;
background-color: #eee;
border:#cc3300 solid 1px;
}
.article-body-inner .amazoncd img{
width:160px;height:160px;
object-fit: cover;
}
.article-body-inner .amazoncd:before{display:block;clear:both;content: "参考CD/BOOKの紹介"; font-weight:700;width:100%;text-align:center;color:#ffffff;background-color:#7f7f7f;border:3px solid #7f7f7f;margin-bottom:10px;
}
.article-body-inner .amazoncd{border-bottom: 1px dashed #999;padding-bottom: 20px;}
.marker-animation.active{
    background-position: -100% .8em;
}
.article-body-inner .credit {
border:1px dashed #999;margin:1em 0; padding:10px 0;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 70%, rgb(139,202,154) 50%);
    background-image: -moz-linear-gradient(left, transparent 70%, rgb(139,202,154) 50%);
    background-image: -ms-linear-gradient(left, transparent 70%, rgb(139,202,154) 50%);
    background-image: -o-linear-gradient(left, transparent 70%, rgb(139,202,154) 50%);
    background-image: linear-gradient(left, transparent 70%, rgb(139,202,154) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: 8s all 2s ease-in-out;
    font-weight: bold;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.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: #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: 13px;
	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;
}
/* トップページインサート広告 */
.kumamon-liblo-front {
margin: 12px 0px;
}

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