@charset "EUC-JP";
@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.10"; :created "2012-11-16"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #fff;
}
#wrapper {
	padding-top: 0px;

}
#container {
	margin: 0 auto;
	width: 100%;
}
#content {
	width: 980px;
	margin:0 auto; 
	position: relative;
}
#main {
	width: 630px;
}
#sidebar {
	width: 305px;
}
#linkwithin_logo_0 {
	display:none;
}

/* サイドバー入れ替え */
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: 14px/1.2 Meiryo,serif;
}
a {
	color: #2355a5;
	text-decoration: none;
}
a:link {
	color: #2355a5;
	text-decoration: none;
}
a:visited {
	color: #2355a5;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #062576;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background-color: #000;
	margin-bottom: 25px;
}
#blog-header hgroup {
	margin:0 auto; 
	padding:0; 
	width:980px;
}
#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;
	padding-top: 15px;
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding-bottom: 5px;
	margin: 10px 0;
}
#blog-description a {
	color: #979797;
}

/* かんたんタイトル画像 */
#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;
}

/* メニューバー
----------------------------------------------- */
.ldb_menu-list {
  background-color: #444;
  overflow: hidden;
}
.ldb_menu-list li {
  float: left;
  list-style: none;
}
.ldb_menu-list li a{
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 9px 15px;
  text-decoration: none;
  text-shadow: 0 -1px -3px rgba(0,0,0,0.2);
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
  background-color: #999;
}


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

.article {
	border-bottom: 1px dashed #999;
	border-top: 0px dashed #999;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	position: relative;
}
.article-inner {

	overflow: hidden;
	position: relative;
}
.article-header,
.article-body {
	margin-left: 10px;
}
.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.last-article {
	border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 10px;
	position: relative;
}
.article-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1px;
	max-height: 112px;
	overflow: hidden;
}
.article-title a {
	color: #000;
}
.article-title a:hover {
	color: #cc0000;
	text-decoration: underline;
}

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

/* 個別記事のみ */
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 #fff;
	padding-bottom: 1px;
}

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

/* 関連記事 */
.related-articles {
	margin: 2em 0 1em 0; 
	line-height:1.3
}
.related-articles h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.related-articles ul {
	font-size: 14px;
	list-style: disc;
	margin:0;
	padding-left: 20px;
}
.related-articles ul li {
	margin:5px 0;
	padding-left: 0;
}

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

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f3f3f3;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #444;
	font-size: 16px;
	line-height: 1.6;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:0px solid #ccc;
}
.article-body-inner h4 {
	border-bottom:0px solid #ccc;
}
.article-body-inner blockquote {
	background-color:#fff;
	border: 1px solid #eee;
	padding: 35px 23px 0 28px; 
	margin: 0 5px 20px 0;
}
.article-body-inner blockquote:before {
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color: #ddd;
}
.article-body-inner img.pict{
	height: auto;
	margin: 0.1em 3px 0.5em!important;
	max-width: 98.4%;
}
.article-tags {
	font-size: 13px;
}

.article-body-inner news {
	background-color:#fafafa;
	border: 1px solid #fff;
	padding: 0 23px 0 28px; 
	margin: 0 5px 20px 0;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	font-size: 15px;
	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: 14px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding:6px 0;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 0;
}
.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
}

/* 最新記事(画像付) */
.recent-article-image {
	font-size: 14px;
}

.recent-article-image img {
	border-radius: 10px;
}

.tagcloud {
	font-size: 12px;
}

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

/* 記事下広告 */
#ad2 {
	border-bottom: 1px dashed #999;
	margin-bottom: 1px;
}
#ad2 a.addescription {
	color:#666;
}


/* ===============kaereba/yomereba============== */
/* kaereba/yomereba Customize Settings 1.0.0 ver */
/* Created by Cazuki Hoshina */
/* Copyright (c) @cazuki All rights Reserved. */
/* ======================================== */

.kaerebalink-box, .booklink-box {
  width: 100%;
  margin: 0 15px 15px 0;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid;
  border-color: #eaeaea #dddddd #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  /zoom:1;
}
.kaerebalink-box:after, .booklink-box:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.kaerebalink-image, .booklink-image {
  float:left;
  width:128px;
  margin:0;
  text-align:center;
}
.kaerebakink-image img, .booklink-image img { width:128px; height:auto; }
.kaerebalink-info, .booklink-info { margin: 0 0 0 140px; line-height: 1.6rem; }
.kaerebalink-name, .booklink-name {
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 0;
}
.kaerebalink-name a, .booklink-name a { color: #2b2b2b; }
.kaerebalink-name a:hover, .booklink-name a:hover { text-decoration: underline; }
.kaerebalink-powered-date, .booklink-powered-date { font-size: 0.75rem; font-weight: normal; }
.kaerebalink-detail, .booklink-detail { font-size: 0.9375rem; margin: 0 0 0.5em; }
.kaerebalink-link1, .booklink-link2 { width:100%; }
.kaerebalink-link1 div, .booklink-link2 div {
  float: left;
  width: 49.5%;
  margin-bottom: 1%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 1%; }
.kaerebalink-link1 div a, .booklink-link2 div a { display:block; padding:3px 0; text-decoration:none; }
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkyahooAuc a,
.shoplinkseven a, .shoplinkbellemaison a, .shoplinkcecile a, .shoplinkkakakucom a,
.shoplinkkindle a, .shoplinkbk1 a, .shoplinkehon a, .shoplinkkino a,
.shoplinkjun a, .shoplinktoshokan a {
  display:block;
  text-decoration:none;
}
.shoplinkamazon a { color:#ffffff; background:#ff9900; }
.shoplinkkindle a { color:#ffffff; background:#1882c9; }
.shoplinkrakuten a { color:#ffffff; background:#bf0000; }
.shoplinkyahoo a { color:#ffffff; background:#fc1d2f; }
.shoplinkyahooAuc a { color:#252525; background:#ffdb00; }
.shoplinkseven a { color:#ffffff; background:#225093; }
.shoplinkbellemaison a { color:#ffffff; background:#83be00; }
.shoplinkcecile a { color:#ffffff; background:#6b053d; }
.shoplinkkakakucom a { color:#ffffff; background:#00138e; }
.shoplinkbk1 a { color:#ffffff; background:#0484d2; }
.shoplinkehon a { color:#ffffff; background:#00006a; }
.shoplinkkino a { color:#ffffff; background:#003e9d; }
.shoplinkjun a { color:#4b5854; background:#d8c9b7; }
.shoplinktoshokan a { color:#ffffff; background:#29b6e9; }
.booklink-footer { clear:both !important; }

@media only screen and (min-width:460px) and (max-width:640px) {
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}
@media only screen and (max-width:459px) {
	.kaerebalink-image, .booklink-image {
	  float:none;
	  width:100%;
	  margin:0;
	  text-align:center;
	}
	.kaerebalink-image img, .booklink-image img { width:180px; height:auto; }
	.kaerebalink-info, .booklink-info { margin: 0; }
	.kaerebalink-link1 div, .booklink-link2 div { float: none; width: 100%; }
	.kaerebalink-link1 div:nth-child(even), .booklink-link2 div:nth-child(even) { margin-left: 0; }
}