@charset "utf-8";
/*
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);
*/
@import url(http://takamine.blog.jp/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.12"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/18127022.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
  padding-left : 2.5cm;
  padding-right : 2.5cm;
  cursor : crosshair;
  font-size : 12px;
  background-image : url("http://livedoor.blogimg.jp/takamine_koh/imgs/2/8/283a37aa.jpg");
  /* background-size:cover; */
  background-color : #ffffff;
  /* background-repeat : no-repeat; */
  background-position : left top;
  background-attachment : fixed;
  padding-top : 1cm;
	background-color: #fff;
}

/*　枠内ぼかし

    body, article:before {
      background:url("http://livedoor.blogimg.jp/takamine_koh/imgs/2/8/283a37aa.jpg");
      background-position: center;
      /* background-size: cover; */
      background-attachment: fixed;
    }
    article:before {
      content: "";
      z-index: -1;
      -webkit-filter: blur(4px);
      -ms-filter: blur(4px);
      filter: blur(4px);
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }

*/


#wrapper {
	padding-top: 24px;
}
#container {
	margin: 0 auto;
	width: 100%;
}
#content {
	position: relative;
}
#main {
	width: 80%;
}
#sidebar {
	width: 18%;
}

/* サイドバー入れ替え */
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: #000000;
	font: 13px/1.2 ’游明朝’,'ヒラギノ明朝体4','Hiragino Mincho Pro','ヒラギノ明朝 Pro W6','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ丸ゴ Pro W4','A-OTF リュウミン Pro L-KL','A-OTF 新丸ゴ Pro L','A-OTF カクミン Pro R','Kozuka Gothic Pro L','小塚ゴシック Pro L','ＤＦＧ平成明朝体W3','A-OTF 毎日新聞明朝 Pro L','FOT-マティス Pro L','FOT-筑紫明朝 Pro L','ＭＳ Ｐ明朝','ＭＳ Ｐゴシック',sans-serif;
}
a {
	color: #19485E;
	text-decoration: none;
}
a:link {
	color: #245F41;
	text-decoration: none;
}
a:visited {
	color: #721A0B;
}
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: #979797;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2;
	margin: 30px 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 {
	background: #E9E9E9;
}
.ldb_menu-list:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.ldb_menu-list {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	zoom:100%;
}
.ldb_menu-list li {
	display: inline-block;
	list-style: none;
	*display: inline;
	*zoom: 1;
}
.ldb_menu-list li a{
	display: block;
	padding: 14px;
	color: #0000cc;
	text-shadow: -1px -1px 0 #ccffff;
	font-size: 15px;
	line-height: 1;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
	background: #F0FFF0;
	text-decoration: none;
}

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

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

}
.article-first-image {
	background-color: #f0f0f0;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: 150px;
}
.article-first-image a {
	background-color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article-first-image img{
	width: 150px;
	display: inline;
}

.article.first-article {
	border-top: 0;
}
.article.last-article {
	border-bottom: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 15px;
	position: relative;
}
.article-title {
	margin-bottom: 5px;
	max-height: 112px;
	overflow:  hidden;
}
.article-title a {
	color: #9A7CF3;
	position : relative;
	overflow : visible;
	padding-top : 5px;padding-bottom : 5px;
	letter-spacing: -2px;
	font-size: 28px;
	text-shadow : #dcdcdc 4px 4px 8px;
	font-weight: bold;
	font-family:"ヒラギノ明朝体8","A-OTF 毎日新聞ゴシック Pro L","ヒラギノ角ゴ3","Hiragino Kakugo","Kozuka Gothic Pro L","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
}

.article-title1 a {
	color: #2A77CB;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -2px;
	font-family:"A-OTF 毎日新聞ゴシック Pro L","ヒラギノ角ゴ4","Hiragino Kakugo","Kozuka Gothic Pro L","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;

}


/* 日付 */
.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 {
	margin:0;
	padding-left:0;
	list-style: none;
}
.article-body .related-articles ul li {
	list-style-type : square;
	margin:4px 0;
	padding-left: 16px;
	font-size: 12px;
}

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

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

/* メッセージボード */
.message-board {
	background-color: #e0ffff;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ヒラギノ明朝体2","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＤＦＧ平成明朝体W3","A-OTF 毎日新聞明朝 Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
	color: #339966;
	line-height: 1.6;
	letter-spacing: -2px;
	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: #000000;
	font-family: "游明朝 Medium";
	font-size: 16.5px;
        letter-spacing: -0.5px;
	line-height: 1.8;
	/* text-shadow: 1px 1px 1px #F2F9FF; */

}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	/* border-bottom:3px solid #7f7f7f; */
}
.article-body-inner h4
.article-body-inner h5
.article-body-inner h6
 {
	/* border-bottom:1px solid #ccc; */
}
.article-body-inner blockquote {
	background: linear-gradient(135deg,#E9FF9E, #FFFFFF);
	border: 0px solid #fff;
/*
	margin-left : 50px;margin-right : 50px;
*/
	overflow: hidden;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.3;
	font-family:"游ゴシック Medium";
}
.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-body h1 {
	font-size:34px;
	line-height: 1.2;
	padding-top : 10px;
	padding-bottom : 10px;
	font-family:"Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
	text-shadow : #FFEBF7 3px 3px 5px;
}
.article-body h2 {
	font-size: 30px;
        line-height: 1.2;  padding-top : 10px;
        padding-bottom : 10px;
        font-family:"A-OTF リュウミン Pro L-KL","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
	text-shadow : #FFEBF7 3px 3px 3px;
}
.article-body h3 {
        line-height: 1.2;  padding-top : 10px;
        padding-bottom : 10px;
	font-size: 27px;
        font-family:"Kozuka Gothic Pro L","小塚ゴシック Pro L","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF カクミン Pro R","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
}
.article-body h4 {
	font-size: 23px;
	line-height: 1.2;
 	padding-top : 10px;
	padding-bottom : 10px;
	font-family: "A-OTF 毎日新聞明朝 Pro L","ヒラギノ明朝体2","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF リュウミン Pro L-KL","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＤＦＧ平成明朝体W3","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
}
.article-body h5 {
	font-size:21px;
        line-height: 1.2;
　　  padding-top : 10px;
        padding-bottom : 10px;
        font-family:"はんなり明朝","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
}

.article-body h6 {
	font-size:18px;
	line-height: 1.2;
	padding-top : 10px;
	padding-bottom : 10px;
	font-family:"ＭＳ Ｐ明朝","ＭＳ Ｐゴシック","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L",sans-serif;
}

.article-body dt {
	font-size:22px;
	padding-top : 10px;
	padding-bottom : 10px;
	font-family:"ヒラギノ角ゴ7","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",sans-serif;
}

.article-body dd {
	font-size:13px;
	padding-top : 10px;
	padding-bottom : 10px;
	font-family:"游明朝","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック","A-OTF 新丸ゴ Pro L","ヒラギノ丸ゴ Pro W4","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","A-OTF リュウミン Pro L-KL","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF カクミン Pro R","Kozuka Gothic Pro L","小塚ゴシック Pro L",sans-serif;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-info,
.trackback-set {
	margin: 16px 0;
	font-size:12px;
}
.comment-author,
.comment-date,
.ping-title,
.ping-info,
.ping-blog-name,
.ping-date{
	display:inline;
}
.comment-author,
.ping-title {
	font-weight:bold;
	padding-right:8px;
        font-size:18px;
        font-family:"ヒラギノ角ゴ5","ヒラギノ丸ゴ Pro W4","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","A-OTF 新丸ゴ Pro L","A-OTF カクミン Pro R","A-OTF リュウミン Pro L-KL","Kozuka Gothic Pro L","小塚ゴシック Pro L","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック","メイリオ",sans-serif;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left:1px solid #aaa;
	color: #BF2C67;
	padding:0 8px;
}
.comment-body,
.ping-excerpt {
        font-family:"ヒラギノ明朝 Pro W3","游明朝 Medium","ＭＳ Ｐゴシック","ＭＳ Ｐ明朝","メイリオ","ＤＦＧ平成明朝体W3","Hiragino Kaku Go","ヒラギノ角ゴ2","小塚ゴシック Pro L","A-OTF リュウミン Pro L-KL","Kozuka Gothic Pro L","ヒラギノ丸ゴ Pro W4","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","A-OTF カクミン Pro R","Hiragino Mincho Pro","A-OTF 新丸ゴ Pro L",sans-serif;
	padding:8px 0;
	line-height: 1.5;
	margin-bottom: -1px;
        font-size : 14px;
	text-shadow: 1px 1px 1px #ffffff;

}




/*
.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;
        letter-spacing: -1px;
        font-family : "ＭＳ ＰＲゴシック";
	overflow: hidden;
	padding: 20px 0;
	text-shadow: 1px 1px 1px #FFFFFF;

	position: relative;
}
.sidewrapper .sidetitle {
	border-bottom: 2px solid #b8d200;
	color: #5100FF;
	font-size: 20px;
	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;
        letter-spacing: -1px;
        font-family : "Meiryo";
        color : #8907EC;
	padding: 4px 0;
	border-bottom: 1px dashed #f6ad49;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.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: #c8a7dd;
	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;
        letter-spacing: -1x;
        font-family : "MS Ｐ明朝 ";
	margin-bottom: 20px;
	padding: 10px 0;
}

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