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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	
}
#wrapper {
}
#container {
	border-radius:4px;
	margin: 0 auto 150px;
	width: 960px;
padding: 0 20px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
}
#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 {
}
body.layout-2col #main {
	width: 530px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 0px;
	width: 300px;
}
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;
}


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


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	border-radius: 4px 4px 0 0;
	height: 454px;
margin-bottom: 18px;
	/*background-color: #287cba;
	background-image: -webkit-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:    -moz-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:     -ms-radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);
	background-image:         radial-gradient(left top, ellipse cover, #2e8fc4 0%, #287cba 100%);*/
	position: relative;
}
#blog-header-inner {
	padding: 20px;
}
#blog-title {
text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-title a {
	color: #fff;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
	color: #fff;
}

/* グローバルナビゲーション
----------------------------------------------- */
.gnavArea {
        min-width: 960px;
    	padding: 0 20px 0 20px;
    	height: 20px;
    line-height: 20px;
margin-bottom: 80px;
}

.gnavInner {
	width: 960px;
	margin: 0 auto;
}
.ldb_menu {
float: left;
	text-align: center;
}
.ldb_menu-list {
	list-style: none;
    margin-left: 20px;
}
.ldb_menu-list li {
    float: left;
    display: block;
    width: 120px;
    text-align: center;
    padding: 0 5px 0 5px;
    font-size: 14px;
    background: url("/img/img-slash.png ") no-repeat 100%;
}
.ldb_menu-list li:last-of-type {
       background: none;
}
.ldb_menu-list li a {
    
}



/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	background-color: #fff;
	margin: 0 0 75px 0;
	position: relative;
        overflow: hidden;
       width: 250px;
       float: left;
}
.categoryPage .first-article {
    display: none;
}
.first-article {
width: 530px;
margin: 0 0 55px 0;
}
.article .cover-image {
  float: left;
  width: 240px;
  height: 180px;
  border: solid 3px #000000;
  overflow: hidden;
}
.article:nth-of-type(odd) {
    float: right;
}
.categoryPage .article {
    float: left;
    margin-right: 30px;
}
.categoryPage .autopagerize_page_element {
    margin-right: -30px;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.first-article .article-header .article-title, .first-article01 .article-header .article-social-btn {
	display: none;
}

.single-article .article-header .article-title{
display:block;
}
.single-article img{
max-width: 530px;
}

.article .thumbBlock {
float: left;
    width: 234px;
    height: 184px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    border: 8px solid #f2ebde;
    background: url("/img/no-image.gif") no-repeat center center;
}
.article .thumbBlock img {
       max-width: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.article-header {
	position: relative;
	overflow: hidden;
}
.first-article .article-header {
}
.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
    max-width: 530px;
    overflow: hidden;
    float: none;
    margin-bottom: 20px;
    text-align: center;
}

.first-article .thumbBlockFirst img {
    max-width: 514px;
    max-height: 434px;
    border: 8px solid #f2ebde;
}

.article-title {
	margin: 0 0 15px 0;
        height: 65px;
        overflow: hidden;
	font-size: 27px;
}

.article-title a {
	font-weight: bold;
	letter-spacing: 1px;
	color: #4d3d26;
	font-size: 27px;
}

.article-title a:hover{
	color: #99784b;
}

.first-article .articleInfoArea02 {
         display: none;
}
.article-category {
	font-size: 12px;
	text-align: left;
	height: 28px;
	overflow: hidden;
}

.article-header .article-category {
	margin-bottom: 40px;
}

.article-category dt {
	background: none;
	display: none;
	width: 0;
}
.article-category dd.article-category1,
.article-category dd.article-category2 {
    margin-top: 0;
    padding: 0 6px 0 6px;
    line-height: 1.2;
}
.article-category dd.article-category1{
padding: 0 6px 0 0px;
}
.article-category dd a {
	color: #6b993d;
}
.article-category dd.article-category2 {
    border-left: 1px solid #6b993d;
}

.articleInfoArea01{
	margin-bottom: 20px;
}

.articleInfoArea02{
	margin-bottom: 20px;
}




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

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
}
.article-footer .article-category dd{
margin-top:3px;
}
.article-meta {
	padding: 16px 0;
}
.article-social-btn {
	margin-bottom: -1px;
}

/* 関連記事 */
.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;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.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;
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}
.article-continue{
display: none;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.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 {
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	color: #fff;
	background-color: #4c3d26;
}
ul.index-navigator a:hover {
	color: #fff;
	background-color: #99784b;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/img/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: url("/img/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: url("/img/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: url("/img/ico_pager_last.png") no-repeat center center;
}
ul.index-navigator .paging-prev a:hover,
ul.index-navigator .paging-next a:hover,
ul.index-navigator .paging-first a:hover,
ul.index-navigator .paging-last a:hover {

}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	height: 9px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 5px;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color: #fff;
	padding: 40px;
	background-color: #99784b;
        min-width: 920px;
}

#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
    font-size: 12px;
    overflow: hidden;
    padding: 50px 0 0;
    position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .side{
	text-align:left;
}
.sidewrapper .sidetitle {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidetitlebody{
    padding-top: 19px;
    height: 27px;
    margin-bottom: 17px;
    background: url("/img/bg-side-ttl.png ") no-repeat top left;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	font-size: 13px;
	margin: 0 0 25px 0;
}

.plugin-recent_articles .side .sidebody:before, .plugin-popular_articles .side .sidebody:before{
content : "■";
margin-right: 2px;
}

.plugin-categorize .side .sidebody, .plugin-monthly .side .sidebody{
    margin: 0 0 3px 0;
}

.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}


/* プロフィール */
.sidewrapper .profileArea {
}
.imgProfile {
	margin: 0 0 17px 0;
}
.txtName {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin: 0 0 17px 0;
    line-height: normal;
    font-weight: bold;
}
.profileArea  .txt {
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
    color: #333;
    font-size: 13px;
}
.txtProf01 {
	line-height: 26px;
}
.snsList {
    margin: 0 auto;
    width: 109px;
}

.snsList li{
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

.snsList li.line{
    background: url("/img/icon-line_ov.png") no-repeat top left;
}
.snsList li.insta{
    background: url("/img/icon-instagram_ov.png") no-repeat top left;
}
.snsList li.mail{
    background: url("/img/icon-mail_ov.png") no-repeat top left;
}

.snsList li a { display: inline-block; }

.snsList li.line a:hover {
	background-color: transparent; /* IE6対応 */
}
.snsList li.line a:hover img {
	visibility: hidden;
}

.snsList li.insta a:hover {
	background-color: transparent; /* IE6対応 */
}
.snsList li.insta a:hover img {
	visibility: hidden;
}

.snsList li.mail a:hover {
	background-color: transparent; /* IE6対応 */
}
.snsList li.mail a:hover img {
	visibility: hidden;
}


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

/* ヘッダーの記事検索 */
form{
    display: inline-block;
    position: relative;
}
input.sf {
        border: none;
	border-bottom: 1px solid #d1cfcc;
        background-color: transparent;
	padding: 1px 0 1px 6px;
	width: 100%;
	background: url("/img/img-mushimegane02.png") no-repeat 155px center;
}
input.sf:hover {
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	padding: 1px 0 1px 6px;
	width: 100%;
	background: url("/img/img-mushimegane02_ov.png") no-repeat 155px center;
}
input.sfbtn {
	display: none;
}


/* サイドバーの記事検索 */
.sidewrapper input.sf{
    border-radius: 0 0 0 0;
    border: 0px solid #7f0019;
    box-shadow: none;
    box-sizing: border-box;
    padding: 5px;
    width: 250px;
    height: 40px;
}
.sidewrapper input.sfbtn {
    background: #99784b url("/img/img-mushimegane.png") no-repeat center center;
    border-radius: 0 0 0 0;
    text-shadow: none;
    color: #fff;
    transition: none;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
    margin-left: 10px;
}

.plugin-search_internal input.sf{
	background:none;
	background-color: #ccc;
}

.plugin-search_internal input.sfbtn{
	display: inline-block;
}

/* カレンダー */
.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;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore {
	background: url("/img/btn_readmore_on.png") no-repeat top center;
}
.btReadmore a,
.btReadmore01 a  {
	display: inline-block;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a:hover img,
.btReadmore01 a:hover img {
	visibility: hidden;
}

.article .btReadmore01 {
	background: url("/img/btn_readmore_on.png") no-repeat top right;
    text-align: right;
}
.first-article .btReadmore {
	background: url("/img/btn_readmore_on.png") no-repeat top right;
	text-align: right;
}

/* livedoorblogロゴの位置 */
ul#ld-services {
	padding: 50px 0;
}


/* アーカイブヘッダ */
.archives-header {
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 10px 0 20px 1px;
}
.archives-header h1{
   display: inline-block;
    padding: 18px 50px 0 0;
    height: 50px;
    background: url("/img/bg-side-ttl.png ") no-repeat top right;
}

.archives-header h1 span{
border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

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

/* 人気記事 */
.side div.popular-articles table td {
    padding-bottom: 25px;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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;
}

/* コメント欄*/
#comment-form fieldset {
    width: 530px;
}


/* ページトップへ */
.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;
}


/* clearfix
----------------------------------------------- */
.autopagerize_page_element:before,
.autopagerize_page_element:after,
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.autopagerize_page_element,
.pager,
.article-header,
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.autopagerize_page_element
.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 20px; }
.ad-center { text-align:center; }