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

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


/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #f4f4f4;
}
#wrapper {
}
#container {
	margin: 0 auto;
	width: 1080px;
}
#content {
	position: relative;
	padding: 40px 0 0;
}
#main {
}
#sidebar {}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
}
body.layout-2col #main {
	width: 760px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	width: 280px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
	float: left;
	padding: 0 40px 0 0;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
	float: right;
	padding: 0 0 0 40px;
}
body.layout-2col.sidebar-left #sidebar {
	float: left;
}


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


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/header_bg.png) repeat 0 40px;
}
#blog-header-inner {
	width: 1080px;
	margin: 0 auto;
}
#blog-title {
	padding: 32px 0 27px;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
	font-size: 35px;
	line-height: 45px;
}
#blog-title a,
#blog-title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
}
#blog-description {
	padding-bottom: 32px;
	color: #433434;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 25px;
}
#blog-description a {
	text-decoration: underline;
}
#blog-description a:hover {
	text-decoration: none;
}


/* ナビ
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu {
	background: #504341;
}
.ldb_menu-list:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.ldb_menu-list {
	margin: 0 auto;
	width: 1080px;
	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: 18px;
	color: #fffaf9;
	text-shadow: -1px -1px 0 rgba(42,36,36,0.9);
	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: #c55a41;
	text-decoration: none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-body {
	border-top: 1px solid #fff;
	padding-top: 25px;
}

.article {
	padding-top: 20px;
	margin-bottom: 20px;
}

.first-article {
	padding-top: 0;
}

.article-rating {
	margin-bottom: 10px;
	display: block;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
}
.article-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #efe5e5;
	color: #9a1701;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	font-size: 28px;
	line-height: 38px;
}
.article-title a {
	color: #9a1701;
}

/* 日付 */
.article-date {
	font-size: 13px;
	color: #1a1a1a;
	margin-bottom: 15px;
}


/*仕切り*/
.article-footer {
	padding-bottom: 58px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/hr.png) no-repeat bottom;
}

.page-article .article-footer {
	margin-bottom: 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.article-footer-inner {
	zoom:100%;
}
.article-footer-inner-box {
	float: right;
}
.article-footer {
	margin-top: 1em;
}

.article-tags {
	float: left;
	margin: 0 !important;
	padding: 16px 0 !important;
	line-height: 1 !important;
}

.article-tags dd {
	margin-left: 0 !important;
	border-left: 1px solid #999;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}

.article-tags dd a {
	line-height: 1;
	padding: 0 8px;

}
.article-tags dt + dd {
	border-left: none;
}

.article-meta {
	padding: 16px 0;
	float: left;
}
.article-meta li {
	margin: 0;
}

.article-category dt,
.article-comment-count dt {
	margin-left: 10px;
}

.article-social-btn {
	margin: 7px 0 0;
}

/* 関連記事 */
.article-body .related-articles {
	padding-top: 10px;

}
.article-body .related-articles h3 {
	margin: 0 0 15px 0;
	padding-left: 35px;
	color: #a6543c;
	font-weight: normal;
	font-size: 22px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/h1.png) no-repeat 0 10px;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	line-height:1.3;
}

/* 続きを読む */
.article-continue {
	text-align: right;
	margin: 30px 0 10px;
}
.article-continue a {
	padding: 9px 29px;
	background: #f3e5e1;
	color: #0b0c11;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
.article-continue a:hover {
	background: #f3d2c9;
	color: #0b0c11;
	text-decoration: none;
}

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

/* メッセージボード */
.message-board {
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding: 13px 15px;
	background-color: #fff;
	color: #433434;
	font-size: 15px;
	line-height: 1.6;
	-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
			box-shadow: 0 0 1px rgba(205,185,185,0.75);
}

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


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #000000;
	font-size: 16px;
}
.article-body-inner h1{
	margin: 25px 0;
	padding-left: 35px;
	color: #a6543c;
	font-weight: normal;
	font-size: 22px;
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/h1.png) no-repeat 0 9px;
}
.article-body-inner h2 {
	font-size: 18px;
	color: #933b21;
	font-weight: normal;
}
.article-body-inner h3 {
	font-size: 16px;
	color: #933b21;
	font-weight: normal;
}
.article-body-inner h4 {
	font-size: 16px;
	color: #933b21;
	font-weight: normal;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	-webkit-box-shadow: 0 0 2px rgba(205, 185, 185, 0.75);
			box-shadow: 0 0 2px rgba(205, 185, 185, 0.75);
	height: auto;
	margin: 55px 
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
	font-size: 17px;
	font-weight: normal;
}

#comment-form {
	font-size: 13px;
	margin: 32px 0;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}

#comment-form dt {
	width: 8%;
}
#comment-form dd {
	margin: 0 11%;
}
div.article-option ol {
	margin: 35px 0 0 0;
}
.comment-info, .trackback-set {
	font-size: 14px;
}
.commentEvaluation {
	float: right;
	display: block;
	margin-top: -27px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 40px 0 10px;
}
ul.index-navigator li, ul.index-navigator li ol {
	color: #d57572;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: none;
	color: #d57572;
}
ul.index-navigator li.current span {
	background-color: #d57572;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #d57572;
	text-decoration: none;
	color: #FFF;
}
ul.index-navigator a:visited {
	color: #d57572;
}
ul.index-navigator a:visited:hover {
	color: #FFF;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li ,
ul.archives-pager li {
	margin: 0 30px;
	padding: 20px 0 15px;
}
ul.article-pager li a,
ul.archives-pager li a {
	font-size: 14px;
	padding: 10px 30px;
	background: #F3E5E1;
	color: #000;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background: #f3d2c9 !important;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	padding: 40px;
	color:#000;
	font-size: 15px;
}
#blog-footer a {
	color:#000;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	font-size: 13px;
}

.sidewrapper .sidetitle {
	margin-bottom: 20px;
	padding: 12px;
	background: #f3e5e1;
	color: #000;
	font-size: 17px;
	line-height: 1.2;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 21px;
	margin: 0 0 7px 0;

}
.sidewrapper .side .sidebody.category-child {
	margin-left: 1em;
}

/*  カテゴリ */
.category-parent ,
.category-child {
	font-size: 13px;
}
.category-parent a ,
.category-child a {
	color: #000;
}
.category-parent:before ,
.category-child:before {
	bottom: 1px;
	content:  url(http://parts.blog.livedoor.jp/img/usr/ver06_si_classicivy_2c/list.png);
	left: 0;
	position: relative;
	width: 100%;
	margin-right: 5px;
	color: #333;
}
.category-child {
}

/* カレンダー */
.plugin-calendar_default {
	width: 280px;
}
.table.caltbl.calendartable{
	margin-top: 17px !important;
	margin-bottom: 0 !important;
}
table.caltbl {
	line-height: 1.8;
	margin: 10px auto;
	margin-bottom: 0 !important;
	width: 100%;
}
.calendarhead{
	font-weight: normal;
	font-size: 15px;
}
.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited{
}
table.caltblwk {
	width: 280px;
}
table.caltblwk .weekday {
	color: #000;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #000;
	border-collapse: separate;
	border-spacing: 4px;
	font-size: 13px;
	max-width: 280px;
	font-family : Arial,sans-serif ;
	width: 280px;
}
table.caltblday .caloff {
	border: 1px solid #e4e7e8;
	background-color: #fff;
}
table.caltblday .calon {
	border: 1px solid #e4e7e8;
	background-color: #d57572;
}
table.caltblday td a {
	height: 23px;
	line-height: 23px;
	color: #fff;
}
table.caltblday td a:hover {
	text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
	max-width: 270px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	padding: 13px 15px;
	border-left: 15px solid #f3e5e1;
	background-color: #fff;
	color: #433434;
	font-size: 15px;
	line-height: 1.6;
	-webkit-box-shadow: 0 0 1px rgba(205,185,185,0.75);
			box-shadow: 0 0 1px rgba(205,185,185,0.75);
}

/* 記事下広告 */
#ad2 {
	padding: 40px 0 35px !important;
}
#ad2 a.addescription {
	color:#000;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-inner {
	width: 100%;
}
#blog-header.show-image h1,
#blog-header.show-image #blog-description {
	margin: 0 auto;
	width: 1080px;
}
#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;
}
#blog-header.hide-text #blog-title a, 
#blog-header.hide-text #blog-description {
    line-height: 0;
    text-indent: -99999px;
}
/* ページトップへ */
.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;
}

ul#ld-services li {
	margin: 0;
}


