@charset "utf-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "紫陽花";
 :shortdesc "Stylesheet for livedoor Blog";
 :created "2012-04-27";
 :release [:revision "1.02"; :created "2012-05-09"];
 :rights "NHN Japan Corp.".
*/


/* Reset */
html{color:#000;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;}
body{word-wrap:break-word;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
img,input[type="image"]{vertical-align:top;-ms-interpolation-mode:bicubic;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
small{font-size:75%;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
[hidden]{display:none;}
pre,code,kbd,samp{font-family:monospace;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
button,input{line-height:normal;}
button,input,select{vertical-align:baseline;*vertical-align:middle;}
button,input,select,textarea {margin: 0;font-size: 100%;vertical-align: middle;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;*overflow:visible;-webkit-appearance: button;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0;border: 0;}
textarea{overflow:auto;vertical-align:top;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}


/* 共通ヘッダー
----------------------------------------------- */
#header2 {
	background-color:#fff;
	color:#a77bc6;
	padding-bottom: 1px;
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
}
#header2 input#header2_query {
	font-size: 13px;
	line-height: 15px;
}
#header2 table#header span.common-header-logo {
	margin-top: 1px!important;
	display: block;
}
#header2 a {
	color:#7f7f7f;
}


/* 全体のレイアウト
----------------------------------------------- */


html{
	background-image:url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_ajisai_2c/bg_body.png) ;
	background-repeat:repeat;
	background-color:#ffffff;
	background-position:center top;
}

body {
	background-image:url(http://parts.blog.livedoor.jp/img/usr/ver06_yk_ajisai_2c/bg_ajisai.png) ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left bottom;
	color: #7f7f7f;
	font: 14px Helvetica,Verdana,sans-serif;
}

#container {
	margin: 0 auto;
	padding: 0 80px;
	width: 960px;
}
#content {
	position: relative;
	border-radius: 4px;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background:#ffffff;
}
body.layout-1col #main-inner {
	padding:26px 81px;
}
body.layout-1col #sidebar-inner {
	padding:0 72px;
}
body.layout-1col #sidebar .sidewrapper {
	width:254px;
	margin:0 9px;
	float:left;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	*overflow: hidden;
}

/* メインカラムの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #main {
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_80.png);
	width: 717px;
	display: table-cell;
	vertical-align: top;
	border-radius: 4px 0px 0px 4px;
	*float: left;
}
body.layout-2col #main-inner {
	padding:0 80px 26px;
	width:557px;
}

/* サイドバーの透明度を変更するにはopacity_w_80の数字部分を+10ごとの10～90の間で変更することができます */
body.layout-2col #sidebar {
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/opacity_w_80.png);
	width: 243px;
	display: table-cell;
	vertical-align: top;
	border-radius: 0px 4px 4px 0px;
	*float: right;
}
body.layout-2col #sidebar-inner {
	padding:0 20px 26px;
	width:203px;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	font: 14px Helvetica, Verdana, sans-serif;
	color: #7f7f7f;
}
a {
	color: #6d73d4;
	text-decoration:none;
}
a:link {
	color: #6d73d4;
}
a:visited {
	color: #a77bc6;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
	background: #6d73d4;
	text-decoration:none;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	padding: 28px 0;
}
#blog-title {
	color: #6f6f6f;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
}
#blog-title a {
	color: #6f6f6f;
}
#blog-description {
	color: #7f7f7f;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.4;
}
#blog-description a {
	color: #6d73d4;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 36px 0;
	border-top: 1px solid #e6e6e6;
}
.first-article {
	border-top: 0;
}
body.layout-1col .first-article {
	margin-top: 0;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 2em;
	position:relative;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	color: #6f6f6f;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

/* ノーマル日付 */
.article-date {
	color: #808080;
	font-size: 12px;
	margin: 0;
}

/* 耳付き日付
.article-date {
	position:absolute;
	background-color:#a77bc6;
	color: #fff;
	font-size: 12px;
	width:64px;
	text-align:center;
	left:-145px;
}
.article-date span{
	display:block;
	margin:8px 0;
}
*/

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	clear: both;
	margin: 1em 0;
}
.article-meta {
	list-style: none;
	padding: 16px 0 36px;
}
.article-meta li {
	float: right;
	margin: 0 0 0 8px;
	font-size: 12px;
	line-height: 20px;
}
.article-meta li:last-child {
	margin-right: 0;
}
.article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_category.png) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	width: 20px;
}
.article-category dd {
	float: left;
	line-height: 1.1;
	margin-top: 4px;
	padding: 0 8px;
}
.article-category dd.article-category2 {
	border-left:1px solid #999;
}
.article-comment-count {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_comment.png) no-repeat 0 0;
	padding-left: 26px;
}
.article-social-btn {
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	display: inline-block;
	margin: 16px 0;
}
.article-social-btn * {
	vertical-align: middle !important;
	margin-right: 4px !important;
}

/* 関連記事 */
.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;
	padding-left:0;
	margin:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
}

/* 続きを読む */
.article-continue {
	display:block;
	text-align: center;
	clear: both;
	margin:1em 0;
}
.article-continue a {
	display:inline-block;
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_more.png) 100% 3px no-repeat;
	padding-right:20px;
	font-weight: bold;
	color:#7f7f7f;
}

/* 共通テーマ */
dl.common-theme{
	background: #FAFAFA;
	border: 1px solid #DDD;
	padding: 8px 12px;
	border-radius: 3px;
}
dl.common-theme dt {
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_common_theme.png) 0 3px no-repeat;
	display:inline-block;
	text-indent:-9999px;
	width:22px;
}

/* メッセージボード */
div.message-board-outer{
	margin:0;
}
.message-board {
	background-color:#f1f2f9;
	color:#7f7f7f;
	font-weight:bold;
	line-height: 1.4;
	overflow: hidden;
	padding:18px 14px;
	margin-bottom:26px;
	border-radius: 3px;
}
body.layout-2col .message-board {
	margin-top:26px;
}
.message-board img[align="left"] {
	margin-right:10px;
}
.message-board img[align="right"] {
	margin-left:10px;
}

/* タグ */
dl.article-tags {
	line-height: 1.3;
	overflow: hidden;
}
dl.article-tags dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_tag.png) 0 3px no-repeat;
	float: left;
	text-indent: -9999px;
	width: 12px;
}
dl.article-tags dd {
	display: inline;
	margin-left:12px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	border: 1px solid #ddd;
	background-color:#fafafa;
	margin:2em 0;
	padding:0;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.private-mode-announcement p,
div.comment-auth-announcement p {
	line-height:1.5;
	margin:1em;
}
div.private-mode-announcement p.authorized,
div.comment-auth-announcement p.authorized {
	text-align: center;
}
div.private-mode-announcement p.authorized a,
div.comment-auth-announcement p.authorized a {
	margin-left: 2em;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	line-height:1.7;
	overflow:hidden;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
	font-weight:bold;
}
.article-body h1 {
	font-size:24px;
	border-bottom:3px solid #7f7f7f;
	padding:4px 0;
}
.article-body h2 {
	font-size: 20px;
	border-bottom:1px solid #ccc;
	padding:2px 0;
}
.article-body h3 {
	font-size: 17px;
}
.article-body h4 {
	font-size: 14px;
}
.article-body p,
.article-body pre,
.article-body dl,
.article-body ol,
.article-body ul,
.article-body blockquote {
	margin: 1em 0;
}
.article-body p {
	line-height: 2;
}
.article-body dt {
	margin-top:0.5em;
}
.article-body dl + dt {
	margin-top:0;
}
.article-body dd {
	margin: 0 0 0 1em;
}
.article-body ol,
.article-body ul {
	padding: 0 0 0 1.75em;
}
.article-body li ol,
.article-body li ul {
	margin:0;
}
.article-body blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
	padding:1em 1em 1em 5em;
	position: relative;
}
.article-body blockquote:before {
	content:'“';
	color:#ddd;
	font-size:8em;
	line-height:1;
	font-family: serif;
	position:absolute;
	left:8px;
	top:0;
}
.article-body blockquote,
.article-body blockquote p {
	line-height:1.5;
}
.article-body img{
	max-width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.article-body img.pict{
	margin:1em 0;
	border: 1px solid #acacac;
}
.article-body img[align="left"] {
	margin: 0 10px 10px 0;
}
.article-body img[align="right"] {
	margin: 0 0 10px 10px;
}
.article-body table {
	line-height:1.2;
}
.article-body table th{
	background-color: #e7e7e7;
}
.article-body table th,
.article-body table td{
	border:1px solid #bbb;
	padding:4px 8px;
}
.article-body table caption{
	font-weight:bold;
	font-size:1.17em;
	padding:4px 8px;
}


/* フォーム部分共通
----------------------------------------------- */
#article-options li{
	list-style:none;
}
#article-options h3{
	display:none;
}
#article-options .article-option-title{
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
}
#article-options input.text,
#article-options textarea,
.trackback-form-url input {
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
#article-options input.text,
.trackback-form-url input {
	border-radius: 3px;
}
#article-options textarea {
	border-bottom:1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
#article-options input.text:focus,
#article-options textarea:focus,
.trackback-form-url input:focus {
	outline: 0;
	border:1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
#article-options button,
.trackback-form-submit input {
	border:1px solid #aaa;
	padding:0 10px;
	line-height: 26px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:    -moz-linear-gradient(top, #fefefe, #fefefe 25%, #e7e7e7);
	background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
#article-options button:hover,
.trackback-form-submit input:hover {
	background-color: #e7e7e7;
	background-position: 0 -10px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	    -ms-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left:1px solid #aaa;
	color: #7f7f7f;
	padding:0 8px;
}
.comment-body {
	color: #777;
}
.comment-body,
.ping-excerpt {
	padding:8px 0;
	line-height: 1.5;
}


/* コメント投稿フォーム
----------------------------------------------- */
#comment-form {
	font-size:12px;
	margin:2em 0 5em;
}
#comment-form dl {
	overflow: hidden;
	padding:5px 0;
}
#comment-form dt {
	float: left;
	width: 12%;
	text-align: right;
	line-height: 30px;
	color:#555;
}
#comment-form dd {
	margin: 0 14%;
}
#comment-form fieldset {
	border:0;
}
#comment-form legend {
	display:none;
}
#comment-form-tools {
	font-size:12px;
	background-color:#f5f5f5;
	height: 32px;
	border:1px solid #bbb;
	border-top:0;
	border-radius: 0 0 3px 3px;
}
#comment-form-tools .facemark a {
	border-right:1px solid #ddd;
	display: block;
	float:left;
	padding: 6px;
}
#comment-form dl.comment-form-body {
  overflow: visible;
}
#comment-form-tools .rating-value {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  width: 76px;
  height: 26px;
  margin-top: 2px;
  margin-left: 10px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  color: gray;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #F2F2F2);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F2F2F2', GradientType=0)\9;
}
#comment-form-tools .rating-value > span {
  display: inline-block;
  margin-left: -3px;
}
#comment-form-tools .rating-value .caret {
  float: right;
  width: 18px;
  height: 26px;
  border-left: 1px solid #BBBBBB;
}
#comment-form-tools .rating-value .caret span {
  display: inline-block;
  margin-top: 10px;
  margin-left: 4px;
  width: 0;
  height: 0;
  text-indent: -99999px;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "↓2193";
}
#comment-form-tools .rating-value ul {
	display: none;
	position: absolute;
	border: 1px solid #BBBBBB;
	list-style: none;
	background-color: white;
	top: 26px;
	left: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#comment-form-tools .rating-value ul li {
	margin: 0;
	padding: 6px;
	width: 72px;
	text-align: center;
	line-height: 1px;
	border-bottom: 1px dotted #bbbbbb;
}
#comment-form-tools .rating-value ul li:last-child {
  border-bottom: none;
}
#comment-form-tools .rating-value ul li:hover {
  background-color: #eeeeee;
}
#comment-form-tools .rating-value > img {
  margin-top: 5px;
}
#comment-form-tools .rating-value > img.star {
  margin-top: 6px;
}
#comment-form-tools .rating-icon {
	margin-top: 2px;
	margin-left: 10px;
	display: inline-block;
	background-color: #235F9F;
	background-image: -webkit-linear-gradient(#235F9F, #235F9F 25%, #3E96C9);
	background-image:    -moz-linear-gradient(top, #235F9F, #235F9F 25%, #3E96C9);
	background-image:     -ms-linear-gradient(#235F9F, #235F9F 25%, #3E96C9);
	background-image:      -o-linear-gradient(#235F9F, #235F9F 25%, #3E96C9);
	background-image:         linear-gradient(#235F9F, #235F9F 25%, #3E96C9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235F9F', endColorstr='#3E96C9', GradientType=0)\9;
  -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	border-radius: 3px;
}
#comment-form-tools .rating-icon div {
  float: left;
  cursor: pointer;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  width: 34px;
  height: 26px;
  -webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	border-radius: 3px;
  border: 1px solid #BBBBBB;
  color: gray;
  background-color: #ffffff;
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
	background-image:    -moz-linear-gradient(top, #ffffff, #ffffff 25%, #F2F2F2);
	background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
	background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
	background-image:         linear-gradient(#ffffff, #ffffff 25%, #F2F2F2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F2F2F2', GradientType=0)\9;
}
#comment-form-tools .rating-icon .selected {
  width: 36px;
  height: 28px;
  border: none;
  text-shadow: 0 1px 3px gray;
  color: white;
  background-color: inherit;
  background-image: inherit;
  filter: none;
}
#comment-form-tools .submit,
#comment-form-tools .memorize {
	float: right;
	margin:2px;
}
#comment-form-tools .memorize {
	line-height: 28px;
	margin-right:12px;
}
#comment-form-tools .memorize input,
#comment-form-tools .memorize label {
	cursor: pointer;
}
#comment-form-author,
#comment-form-email {
	width:60%;
}
#comment-form-url,
#comment-form-textarea {
	width:100%;
}
#comment-form .comment-form-body dt {
	display:none;
}


/* トラックバック投稿フォーム
----------------------------------------------- */
#trackback-form {
	font-size:12px;
	margin:24px 0;
}
#trackback-form ul {
	margin: 16px 0;
	text-align:center;
}
#trackback-form li{
	display:inline;
}
#trackback-form .trackback-form-url input {
	width: 74%;
}
#trackback-form .trackback-form-submit input {
	width: 24%;
	padding-top: 6px;
	padding-bottom: 6px;
	white-space: nowrap;
	margin-left:1%;
	line-height: inherit;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	height: 36px;
	margin: 18px 0;
	text-align:center;
}
ul.index-navigator li,
ul.index-navigator li ol {
	display: inline-block;*display: inline;*zoom: 1;
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #6f6f6f;
	display: inline-block;*display: inline;*zoom: 1;
	font-weight: bold;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	    -ms-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
	        transition: background-color 0.1s linear;
}
ul.index-navigator li.current span {
	background-color: #9ba0ef;
	border-color:#9ba0ef;
	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: #6f6f6f;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
	list-style: none;
	text-align: center;
	padding: 20px;
}
ul.article-pager li,
ul.archives-pager li {
	display: inline;
	margin: 0 20px;
}
ul.article-pager li a,
ul.archives-pager li a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #6f6f6f;
	display: inline-block;
	padding: 7px 30px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	    -ms-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
	        transition: background-color 0.1s linear;
	box-shadow: 0 1px 2px #ccc;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #eee;
	text-decoration: none;
}
ul.archives-pager li.both {
	border: 0;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#7f7f7f;
	font-size:12px;
	padding: 40px;
	text-align:center;
}
#blog-footer a {
	color:#7f7f7f;
	text-decoration: none;
}


/* ブログパーツ::共通
----------------------------------------------- */
.sidewrapper {
	padding:20px 0;
	border-bottom:1px solid #e6e6e6;
	font-size:12px;
	overflow:hidden;
}
body.layout-2col .sidewrapper:first-child {
	border-top:0;
}
.sidewrapper .sidetitle {
	color: #6f6f6f;
	font-weight:bold;
	line-height:1.2;
	margin-bottom: 0.7em;
	font-size:15px;
}
.sidewrapper .side .sidebody {
	margin: 5px 10px;
}
.sidewrapper .sidetop,
.sidewrapper .sidebottom {
	display: none;
}


/* ブログパーツ::カレンダー
----------------------------------------------- */
.calendarhead {
	text-align: center;
	font-weight: bold;
}
[class^="plugin-calendar"] a {
	text-decoration: none;
}
[class^="plugin-calendar"] a:visited {
	color: #a77bc6;
}
table.caltbl {
	width:92%;
	margin:8px auto;
}
table.caltblwk,
table.caltblday {
	margin: 0 auto;
	max-width: 220px;
}
table.caltblwk td,
table.caltblday td {
	text-align: center;
}
table.caltblwk {
	font-weight:bold;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday td {
	border:1px solid #ccc;
	background-color:#fff;
	line-height:2em;
	border-radius: 3px;
}
table.caltblday td a {
	display:block;
}
table.caltblday td a:hover {
	background-color: #eee;
	text-decoration: none;
}
.caltop,.calbottom {
	display: none;
}


/* ブログパーツ::検索
----------------------------------------------- */
.sidewrapper input.sf {
	vertical-align:top;
	line-height: 18px;
	height: 20px;
	background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/icon_search.png) no-repeat 4px 3px #fff;
	padding:0 5px 0 21px;
	border:1px solid #aaa;
	display: block;
	width:98%;
	margin:0 auto;
	border-radius:10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
.sidewrapper input.sf:focus {
	outline: 0;
	border:1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
.sidewrapper input.sfbtn {
	display:none;
}


/* その他のパーツ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop {
	position:absolute;
	right: -80px;
	bottom: -5px;
}
.to-pagetop a img {
	opacity: 0.6;
	-webkit-transition: opacity linear 0.2s;
	   -moz-transition: opacity linear 0.2s;
	    -ms-transition: opacity linear 0.2s;
	     -o-transition: opacity linear 0.2s;
	        transition: opacity linear 0.2s;
}
.to-pagetop a:hover img {
	opacity: 0.9;
}

/* アーカイブヘッダ */
.archives-header {
	border-left: 5px solid #a77bc6;
	padding: 3px 0 3px 8px;
}
body.layout-2col .archives-header {
	margin-top:26px;
}
.archives-header {
	font-size: 15px;
}

/* 広告 */
#ad2 {
	margin-bottom:4em;
}
#ad2 a.addescription {
	color:#7f7f7f;
}

/* LD Services */
ul#ld-services {
	padding:20px 0;
}
ul#ld-services li {
	margin: 10px 0;
}


/* clearfix 
----------------------------------------------- */
.article-meta:after,
#container:after,
#content:after,
article:after,
section:after,
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.article-meta,
#container,
#content,
article,
section,
.cf {
	zoom: 1;
}