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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "naru";
 :shortdesc "ver06_hr_colormosaic_2c";
 :created "2013-09-20";
 :release [:revision "1.00"; :created "2013-09-20"];
 :page <>;
 :rights "NHN Japan Corp.".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
	background: #fafcfc  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg.jpg) repeat 50% 0;
}
#wrapper {
	padding-top: 24px;
	background:  no-repeat 50% 0;
}
#wrapper-inner{
	margin:0 20px;
}
#container {
	margin: 0 auto;
	width: 1340px;
}
#content {
	position: relative;
}
.page-index #content {
	padding-top: 310px;
}
#main {
	padding: 30px 0;
}
#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: 40px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 40px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 900px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 40px 0;
	width: 430px;
}
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 {
	color: #080000;
	font: 14px/1.2 Verdana,sans-serif;
}
a{
	color: #0c7cea;
	text-decoration:none;
}
a:link {
	color: #0c7cea;
}
a:visited {
	color: #4c56b5;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #e50147;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 5px 12px;
	border: 1px solid #AAA;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(#FEFEFE, #FEFEFE 25%, #E7E7E7);
	text-shadow: 0 1px 0 white;
	float: right;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
	padding: 10px 0 0px;

}
.page-article #blog-header,
.page-category #blog-header,
.page-monthly #blog-header {
	border-bottom: 1px solid #d5d4d6;
}
#blog-header hgroup {
	padding: 0px 0;
}
#blog-title {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 0px;
}
#blog-title a {
	color: #333;
}
#blog-description {
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
#blog-description a {
	color: #333;
}



/* メインカラム
----------------------------------------------- */
/* ヘッドライン */
.headline {
	height: 310px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1340px;
}
.headline-content {
	background: url(http://livedoor.blogimg.jp/asternaru/imgs/8/b/8b5197c3.jpg) ;
        background-color: #fff;
	width: 540px;
	height: 310px;
	float: right;
	position: relative;
}
.headline-image {
	float: left;
	width: 800px;
	height: 310px;
	overflow: hidden;
        background: #ffffff;
}
.headline-image-hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.headline-image-layer a {
	display: block;
	width: 800px;
	height: 310px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25) inset;
	position: absolute;
	top: 0;
	left: 0;
}
.headline-date {
	color: #666;
	font-size: 18px;
	padding: 30px 30px 20px;
}
.headline-title {
	color: #666;
	font-size: 24px;
	padding: 0 30px;
	line-height: 30px;
	height: 186px;
	overflow: hidden;
}
.headline-title a {
	color: #666;
}

.headline .article-meta {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 30px;
}
.headline .article-category dt {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_g.gif) ;
	width: 12px;
}
.headline .article-category a:link {
	color: #2090fe;
}
.headline .article-category a:visited {
	color: #5e80ff;
}
.headline .article-category a:hover {}
.headline .article-category a:active {
	color: #e50147;
}

/* 記事index */
.article-index {
	padding: 0 0 0 0;
	width: 420px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
}
.article-index-hover {
	background: #f6f6f6;
}
.article-index-even {
	margin-right: 50px;
}
.article-index-header {
	margin-bottom: 15px;
}
.article-index-image {
	width: 410px;
	height: 231px;
	margin-bottom: 10px;
        overflow: hidden;
	border: 1px solid #fff;
        box-shadow:3px 3px 2px rgba(0,0,0,0.4);
}
.article-index-image img {
	width: 410px;
	height: 231px;
}
.article-index-image a:hover img {
	transition: 0.5s;
	-webkit-transform: scale(1.3));
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.article-index-date {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
.article-index-title {
	color: #0d0d0d;
	font-weight: bold;
}
.article-index-title a {
	color: #0d0d0d;
	display: block;
	font-size: 28px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.article-index-body {
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	height: 0px;
	color: #333;
}
.article-index-body * {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333 !important;
	display: inline;
	text-align: left !important;
}
.article-index-body img,
.article-index-body br {
	display: none;
}
.article-index-body b,
.article-index-body strong {
	font-weight: normal;
}
b1 {
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
}
/* アーカイブ */
.article-archive {
	margin-bottom: 38px;
	position: relative;
}
.article-archive-main {
	float: right;
	width: 680px;
}
.article-archive-image {
	float: left;
	width: 160px;
}
.article-archive-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-archive .director-social-btn {
	position: absolute;
	bottom: 0;
	left: 170px;
}

.article-archive-image img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
	margin: 2px;
}

.article-archive-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
}
.article-archive-title {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	height: 56px;
	overflow: hidden;
}
.article-archive-title a {
	color: #333;
}


/* 記事全体 */
.article {
	padding: 0 0 0 0;
	margin: 0 0 0 0;

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

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 30px;
	position: relative;
}
.article-header-content {
	border-bottom: 1px dotted #afb0af; 
	margin-bottom: 10px;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 36px;
	color: #333;
}

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

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	border-bottom: 1px solid #cecece;
}
.article-footer .director-social-btn {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #cecece;
}
.article-meta {
	padding: 16px 0;
}
.article-header .article-meta {
	padding: 5px 0 16px;
}
.article-footer .article-meta {
	float: right
}
.article-meta li {
	float: left;
	margin: 0 8px 0 0;
}
.article-meta li.article-clap {
	height: 15px;
	line-height: 15px;
}
.article-meta li.article-clap img {
	height: 30px;
	width: 30px;
}
.article-footer .article-meta li {
	border-left: 1px solid #ccc;
	margin: 0;
	padding-left: 8px;
}
.article-footer .article-meta li.article-comment-count {
	border-left: 0;
	padding-left: 8px;
}
.article-archive .article-meta li {
	border-left: 1px solid #ccc;
	margin: 0;
	padding-left: 8px;
}
.article-archive .article-meta li.article-comment-count {
	border-left: 0;
	padding-left: 0;
}

.article-social-btn {
	border-top: 1px solid #cecece;
	margin-bottom: -1px;
}
.article-header .director-social-btn {
	text-align: right;
}
.article-header .director-social-btn * {
	text-align: left;
	vertical-align: middle !important;
}

.director-social-btn {
	list-style: none;
	margin: 0;
	padding: 0;
}
.director-social-btn li {
	display: inline;
}
.director-social-btn li.social-btn-buzzurl img {
	vertical-align: baseline;
}
.director-social-btn li.social-btn-twitter iframe {
	width: 105px !important;
}
.article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_g.gif) no-repeat 0 0;
	width: 12px;
	height: 15px;
}
.article-comment-count dt {
	background: url(http://blog.livedoor.jp/asternaru/colorbox/blog_comment_icon.png) no-repeat 0 0;
	width: 12px;
	height: 15px;
}
.article-comment-count dd {
	margin-botom: 0;
}
.article-ping-count dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_ping_g.png) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	width: 12px;
	height: 15px;
}
.article-ping-count dd {
	float: left;
	line-height: 1;
	padding: 0 8px;
}
.article-category dd {
	white-space: nowrap;
}
.article-category dd.article-category2 {
	border-left: 1px solid #ccc;
}
/* 関連記事 */
.related-articles {
	margin:4em 0;
	line-height:1.3
}
.related-articles h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.related-articles ul li {
	margin:4px 0 0 10px;
	background: url(http://parts.blog.livedoor.jp/img/usr/livedoor/web_directors/side_body.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	font-size: 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: #eaf4fc;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
}
body.layout-2col .message-board {
	margin-top: 0;
}

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

/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 16px;
}
.article-body-inner h1 {
margin-top: 0px; /* 上の余白 */
margin-left: 0px; /* 左の余白 */
margin-right: 0px; /* 右の余白 */
margin-bottom: 0px; /* 下の余白 */
}
.article-body-inner h2,
.article-body-inner h3 {
	background: no-repeat 0 100%;
	font-size: 18px;
	padding-bottom: 12px;
        margin-bottom:-10px;
	font-weight: bold;
}
.article-body-inner h4 {
	background: no-repeat 0 9px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
        margin-bottom:-15px;
}
.article-body-inner h5 {
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 10;
    top: 0;
    left: 0;
    width: 60%;
}
.article-body-inner h5:before, .article-body-inner h5:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 1px 4px #aaa;
    -moz-box-shadow: 0 1px 4px #aaa;
    -webkit-box-shadow: 0 1px 4px #aaa;
}
.article-body-inner h5:before {
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: -10;
}
.article-body-inner h5:after {
    background: #87cefa;
    top: 8px;
    left: 8px;
    z-index: -20;
}
.article-body-inner h6 {
    margin: 10px ;
    padding: 10px ;
    text-align: ;
    box-shadow: 0 0 0 5px #0099FF inset ;
    position: relative ;
    z-index: 100 ;
    background: #fff ;
    overflow: hidden ;
}

.article-body-inner h6::before {
  border-radius: 50% ;
  display: block ;
  position: absolute ;
  top: -10px ;
  left: -10px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #0099FF ;
  box-shadow: 0 0 0 2px #fff, 0 0 0 7px #0099FF ;
}

.article-body-inner h6::after {
  border-radius: 50% ;
  display: block ;
  position: absolute ;
  bottom: -10px ;
  right: -10px ;
  width: 20px ;
  height: 20px ;
  content: "" ;
  background-color: #0099FF ;
  box-shadow: 0 0 0 2px #fff, 0 0 0 7px #0099FF ;
}
.article-body-inner blockquote {
        position: relative;
	padding: 15px 10px 10px;
        border-left: solid 3px #224B8F;
	margin: 0px;
	background:#f5f5f5 url(http://livedoor.blogimg.jp/asternaru/imgs/0/b/0b5ad29a.png) no-repeat 4px 4px;
        color: #000B00;
        box-sizing: border-box;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.article-body-inner blockquote:before {
	color: #ddd;
	content: "";
	position: static;
	font-size: 0;
}
.article-body-inner img.pict{
	border: 1px solid #fff; 
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3); 
	margin: 1px;
}
.article-body-inner img.photo{
	position: absolute;  
        z-index: 2;
        float: left;
}
@-webkit-keyframes ajax-loader-rotate {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes ajax-loader-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes ajax-loader-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ajax-loader {
  opacity: .8;
  display: block;
  border-radius: 50%;

  font-size: 29px;
  width: .25em;
  height: .25em;

  box-shadow:
    0 -.4em       0 0 rgba(0,0,0,1),
    -.28em -.28em 0 0 rgba(0,0,0,.75),
    -.4em 0       0 0 rgba(0,0,0,.50),
    -.28em .28em  0 0 rgba(0,0,0,.25)
  ;

  -webkit-animation: .85s ajax-loader-rotate steps(8) infinite;
  -moz-animation: .85s ajax-loader-rotate steps(8) infinite;
  animation: .85s ajax-loader-rotate steps(8) infinite;
}
@-webkit-keyframes gear-rotate {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(180deg); }
}
@-moz-keyframes gear-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}
@keyframes gear-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(180deg); }
}

.gear-rotate {
	width: 2em;
	height: 2em;
	background: #2C2C2C;
	position: relative;
	border-radius: 1em;
	-webkit-animation: 1s gear-rotate steps(10) infinite;
	-moz-animation: 1s gear-rotate steps(10) infinite;
	animation: 1s gear-rotate steps(10) infinite;
}
.gear-rotate::before {
	width: 2.8em;
	height: 2.8em;
	background: -webkit-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-webkit-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-webkit-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: -moz-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-moz-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-moz-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: -o-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-o-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-o-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: -ms-linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),-ms-linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),-ms-linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	background: linear-gradient(0deg,transparent 39%,#2C2C2C 39%,#2C2C2C 61%, transparent 61%),linear-gradient(60deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%),linear-gradient(120deg,transparent 42%,#2C2C2C 42%,#2C2C2C 58%, transparent 58%);
	position: absolute;
	content:"";
	top: -.4em;
	left: -.4em;
	border-radius:1.4em;
}
.gear-rotate::after {
	width: 1em;
	height: 1em;
	background: #EEEEEE;
	position: absolute;
	content:"";
	top: .5em;
	left: .5em;
	border-radius: .5em;
}

.fm1{
	position:relative;
	margin:0 -1px;
	font:bold 30px/1.6 Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	background:#f0e800;
	-webkit-transform: rotate(-3deg) skew(-3deg);
	-moz-transform: rotate(-3deg) skew(-3deg);
	-o-transform: rotate(-3deg) skew(-3deg);
	-ms-transform: rotate(-3deg) skew(-3deg);
	transform: rotate(-3deg) skew(-3deg);
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow:	0 1px 2px 0 rgba(0,0,0,0.2),
				30px 0 0 0 #f0e800,
				-30px 0 0 0 #f0e800;
}
.fm2{
	position:relative;
	margin:0 15px;
	padding:10px 20px;
	font:bold 24px/1.6 imagine YOKOHAMA, メイリオ, Meiryo, sans-serif;
	color:;
	width:50%;
	border:#333 solid 3px;
	border-radius:18px;
	background:#fff;
	box-shadow:
		-7px -5px 0 0 #eaedf7 inset,
		2px 3px 0 0 #000;
}
.fm2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:14px;
	width:0;
	height:0;
	border-width:20px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
.fm2:after{
	content:" ";
	position:absolute;
	bottom:-26px;
	left:18px;
	width:0;
	height:0;
	border-width:14px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#eaedf7;
}
.fm3{
	position:relative;
	padding:5px 20px;
	font:bold 28px/1.6 Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.fm3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
.fm3:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}
.fm4{
	position:relative;
	margin:0 20px 0 20px;
	padding:10px 15px;
	font:bold 22px/1.2 Arial, Helvetica, sans-serif;
	width:50%;
	color:#fff;
	background:#c33;
}
.fm4:before{
	content:"<";
	position:absolute;
	top:middle;
	left:-10px;
	width:0;
	height:0;
	font-size:25px;
	line-height:1.0;
	color:#c96;
}
.fm4:after{
	content:" ";
	position:absolute;
	top:-2px;
	left:-10px;
	width:0;
	height:130%;
	border:#600 solid 2px;
	border-radius:2px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.eye{
  animation:animation01 alternate 0.2s linear infinite;
}

@keyframes animation01{
  from {
    transform: translate(-1px);
    text-shadow: 3px -2px 1px rgba(0,0,0,0.4),
                 5px -4px 1px rgba(0,0,0,0.2);
  }to{
    transform: translate(1px);
    text-shadow: -2px -2px 1px rgba(0,0,0,0.4),
                 -4px -4px 1px rgba(0,0,0,0.2);}
}
.fm5 {
border-left:7px solid #CCCCCC;
border-bottom:3px dashed #CCCCCC;
padding:3px 15px 5px;
}
.fm6{
    position: relative;
    padding: 1px 5px 0px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-bottom: 3px solid #224B8F;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
} 
t {
     vertical-align:bottom;
}
.fm6:before{
    content: url(http://livedoor.blogimg.jp/asternaru/imgs/5/a/5a898f4a.png);
    position: absolute;
    top: 0px;
    left: 0px;
} 
.shadow1{
	position: relative;
	display: block;
	width: 600px; 
	margin: 0 auto;
	z-index: 1;
}
.shadow1:before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(-2deg)
}
.shadow1:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(2deg)
}
.fm7 {
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 10;
    top: 0;
    left: 0;
    width: 60%;
}
.fm7:before, .fm7:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 1px 4px #aaa;
    -moz-box-shadow: 0 1px 4px #aaa;
    -webkit-box-shadow: 0 1px 4px #aaa;
}
.fm7:before {
    background: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
    z-index: -10;
}
.fm7:after {
    background: #87cefa;
    top: 8px;
    left: 8px;
    z-index: -20;
}
.shadow2{
	position: relative;
	display: block;
	width: 800px; 
	margin: 0 auto;
	z-index: 1;
}
.shadow2:before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 18px;
	width: 50%;
  	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -2;
	transform:rotate(-2deg)
}
.shadow2:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -2;
	transform:rotate(2deg)
}
.shadow3{
	position: relative;
	display: block;
	width: 890px; 
	margin: 0 auto;
	z-index: 1;
}
.shadow3:before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(-2deg)
}
.shadow3:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 18px;
	width: 50%;
	box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(2deg)
}
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 18px "imagine YOKOHAMA","メイリオ",sans-serif;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
    font: 8px "imagine YOKOHAMA","メイリオ",sans-serif;
}
.r-list a{
    position: relative;
    display: ;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: ;
    color: ;
    text-decoration:;
    border-radius: .3em;
    transition: all .3s ease-out;   
}

.r-list a:hover{
    background: #eaf4fc;
}

.r-list a:hover:before{
    transform: rotate(360deg);  
}

.r-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #CCCCFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: ;
    border-radius: 2em;
    transition: all .3s ease-out;
}
table#table-01 {
    width: auto;
    border: 2px #ffffff solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #ffffff solid;
    border-width: 0 0 1px 1px;
    background:-o-linear-gradient(bottom, #84a2d4 5%, #89c3eb 100%);
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #84a2d4), color-stop(1, #89c3eb) );
    background:-moz-linear-gradient( center top, #84a2d4 5%, #89c3eb 100% );
    font-weight: bold;
    line-height: 120%;
}
table#table-01 td {
    padding: 5px;
    border: 2px #ffffff solid;
    border-width: 0 0 1px 1px;
    background: #eaedf7;
}
hr {
    position: relative;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
    text-align: center;
    z-index: -2;
    overflow: visible;
}
hr:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -16px;
  padding: 0 1px;
  background: #ffff;
  color: #333;
  font-size: 19px;
  -webkit-transform: rotate(65deg);
  -moz-transform: rotate(65deg);
  transform: rotate(65deg);
  z-index: -1;
}
a.sm2_button, 
a.sm2_button.sm2_paused:hover {
    background-color: #333;
    background-image: url(http://livedoor.blogimg.jp/asternaru/imgs/3/7/3780a454.png);
    background-repeat: no-repeat;
    background-position: 4px 50%;
}
a.sm2_button {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 6px;
    margin-top: -1px;
    -webkit-transition-property: hover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition-property: background-color;
    -o-transition-duration: 0.15s;
}
a.sm2_button.sm2_playing, a.sm2_button.sm2_playing:hover {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.fm8{
	position:relative;
	padding:3px 0px 0px 10px;
	background:#224B8F;
        color:#fff;
	box-shadow:
		10px 0 0 0 #224B8F,
		-10px 0 0 0 #224B8F,
		0 3px 3px 0 rgba(0,0,0,0.1);
}
.fm8:before{
	content:" ";
	position:absolute;
	top:-8px;
	left:-10px;
	width:120px;
	height:0;
	border-width:0 5px 8px 0;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#224B8F;
}
.fm8:after{
	content:" ";
	position:absolute;
	top:-10px;
	right:-10px;
	width:0;
	height:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:#224B8F;
}
.fm9 {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  padding: 0px 0;
  color:#224B8F;
}
.heading {
  margin: 0px 0
}
.fm9 .heading {
  position: relative;
  height: 40px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #224B8F;
  line-height: 40px;
}
.fm9 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #224B8F;
  color: #fff;
}
.fm9 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 40px 37px 0 0;
  border-right-color:#224B8F;
}
.fm9 .heading .title{
  float: left;
  padding-left: 20px;
}
.fm10 {
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  padding: 0px 0;
  color:#C92E36;
}
.heading {
  margin: 0px 0
}
.fm10 .heading {
  position: relative;
  height: 40px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #C92E36;
  line-height: 40px;
}
.fm10 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #C92E36;
  color: #fff;
}
.fm10 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 40px 37px 0 0;
  border-right-color:#C92E36;
}
.fm10 .heading .title{
  float: left;
  padding-left: 20px;
}

.fm11 {
  width: 100%;
  margin: 0 auto;
  font-size: 30px;
  padding: 0px 0;
  color:#224B8F;
}
.heading {
  margin: 0px 0
}
.fm11 .heading {
  position: relative;
  height: 40px;
  padding: 0;
  -moz-border-radius: 0px 30px 0px 30px;
  -webkit-border-radius: 0px 30px 0px 30px ;
  border-radius: 0px 30px 0px 30px ;
  border: 2px solid #224B8F;
  line-height: 40px;
}
.fm11 .heading .caption{
  position: absolute;
  right: 0;
  top: 0;
  -moz-border-radius: 0px 27px 0px 0px;
  -webkit-border-radius: 0px 27px 0px 0px;
  border-radius: 0px 27px 0px 0px;
  padding-left: 25px;
  padding-right: 40px;
  background: #224B8F;
  color: #fff;
}
.fm11 .heading .caption:before{
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 40px 37px 0 0;
  border-right-color:#224B8F;
}
.fm11 .heading .title{
  float: left;
  padding-left: 20px;
}

.fm12{
    padding:7px 0px 0px 12px;
    position:relative;
}
.fm12:before{
    content: " ";
    position: absolute;
    top: 0px;
    bottom:10px;
    width: 14px;
    border: 3px solid #224B8F;
    border-bottom-style: hidden;
    z-index:1;
}
.fm12:before{
    left: -2px;
    border-right:none;
    border-radius:5px 0 0 5px;
}
.fm12:after {
    position: absolute;
    content: " ";
    bottom:0px;
    left: -2px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-top: solid 15px #224B8F;
}

.talkcss {
	display: block;
	padding: 20px;
	background-color: SkyBlue;
}

.talkcss:after {
	content: "";
	display: block;
	clear: both;
}

.talkcss > .left.icon,
.talkcss > .right.icon,
.talkcss > .left:not(.icon)  + .left:not(.icon),
.talkcss > .right:not(.icon) + .left:not(.icon),
.talkcss > .right:not(.icon) + .right:not(.icon),
.talkcss > .left:not(.icon)  + .right:not(.icon) {
	clear: both;
}

.talkcss > .left.icon,
.talkcss > .right.icon {
	background-color: white;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-position: center middle;
	background-size: cover;
	border-radius: 50%;
}

.talkcss > .left.icon {
	float: left;
	margin-right: 15px;
	background-image: url(./icon-left.png);
}

.talkcss > .right.icon {
	float: right;
	margin-left: 15px;
	background-image: url(./icon-right.png);
}

.talkcss > .icon.named {
	position: relative;
}

.talkcss > .icon.named:after {
	position: absolute;
	white-space: nowrap;
	top: -5px;
	display: block;
	color: white;
}

.talkcss > .icon.left.named:after {
	content: "朝";
	left: 60px;
}

.talkcss > .icon.right.named:after {
	content: "松";
	right: 60px;
}

.talkcss > .icon.named + * {
	margin-top: 35px;
}

.talkcss > .left.icon + *,
.talkcss > .right.icon + *,
.talkcss > .left:not(.icon),
.talkcss > .right:not(.icon) {
	position: relative;
	padding: 10px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.talkcss > .left.icon + *,
.talkcss > .right.icon + * {
	max-width: 60%;
	max-width: -webkit-calc(80% - 60px);
	max-width: calc(80% - 60px);
}

.talkcss > .left:not(.icon),
.talkcss > .right:not(.icon) {
	max-width: 80%;
}

.talkcss > .left.icon + *:before,
.talkcss > .right.icon + *:before,
.talkcss > .left:not(.icon):before,
.talkcss > .right:not(.icon):before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 2px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
}

.talkcss > .left.icon + *,
.talkcss > .left:not(.icon) {
	float: left;
	background-color: white;
}

.talkcss > .left.icon + *:before,
.talkcss > .left:not(.icon):before {
	border-right: 10px solid white;
	left: -14px;
}

.talkcss > .right.icon + *,
.talkcss > .right:not(.icon) {
	float: right;
	background-color: GreenYellow;
}

.talkcss > .right.icon + *:before,
.talkcss > .right:not(.icon):before {
	border-left: 10px solid GreenYellow;
	right: -14px;
}

#mypopup {
	display: none;
	position: absolute;
	border:1px solid #bbb;
	padding:5px 8px 8px;
	font-size:12px;
	color:#111;
	background-color:#ffc;
	list-style-type:none;
	line-height:1.2;
	text-align:left;
	max-width:750px;
	min-width:250px;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
}
#mypopup li.comment-date, #mypopup li.comment-author{
	display: inline;
	color:#666;
}

.button-2{
  border:2px outset #224B8F;
  float:left;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-2 a{
  color:#224B8F;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-2{
  width:100%;
  height:100%;
  top:-100%;
  background:#224B8F;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-2:hover .eff-2{
  top:0;
}
.button-2:hover a{
  color:#fff;
}
.button-4{
  border:2px outset #224B8F;
  float:left;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-4 a{
  color:#224B8F;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4{
  width:100%;
  height:100%;
  left:-100%;
  background:#224B8F;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a{
  color:#fff;
}

/* アコーディオン */
.ac-container{
    width: 100％;
}
.ac-container label{
    padding: 8px 120px 5px 5px;
    line-height: 2.5;
    position: relative;
    cursor: pointer;
    font-size: 23px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-top: 3px solid #224B8F;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.ac-container label:hover{
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    opacity:0.9;
}
.ac-container label:before{
  color: #fff;
  content:url(http://livedoor.blogimg.jp/asternaru/imgs/c/f/cf2b63b3.png) ;
  display: inline-block;
  vertical-align: -5px;
}
.ac-container input:checked ~ label::before {
  color: #fff;
  content:url(http://livedoor.blogimg.jp/asternaru/imgs/a/d/addf7534.png) ;
  display: inline-block;
  vertical-align: -5px;
}
.ac-container input{
   display: none;
}
.ac-container label:after{
 display: inline-block;
 position: absolute;
 padding:3px;
 top: 0px;
 right: 2%;
 content: "Click" url(http://livedoor.blogimg.jp/asternaru/imgs/c/7/c7a31619.png);
 color: #fff;
 font-size: 28px;
 font-style: italic;
 text-shadow: 0 0 5px rgba(0, 0, 0, 0.0);
 background: #224B8F;
 transition: .4s;
 border-radius: 0px 0px 5px 5px;
 line-height: 1;
}
.ac-container label:after:after {/*押したとき*/
   border-bottom: solid 2px #00BCD4;
   box-shadow: none;
   text-shadow: -1px -1px rgba(255, 255, 255, 0.3), 1px 1px rgba(0, 0, 0, 0.3);
}
.ac-container div{
   background: rgba(235, 237, 247, 0.5);
   margin-top: -12px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   box-shadow 0.6s linear;
}
.ac-container input:checked ~ div{
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 0px rgba(155,155,155,0.3);
}
.ac-container div p{
   color: #777;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: 100%;
}
.ac-container input:checked ~ div.ac-medium{
   height: 100%;
}
.ac-container input:checked ~ div.ac-large{
   height: 100%;
}

.clear {
	clear:both;　/*floatの解除、ここがポイント*/
}

/* タグクラウド  始まり*/
.side ul.tagcloud li.tag-weight-0,
.side ul.tagcloud li.tag-weight-1,
.side ul.tagcloud li.tag-weight-2,
.side ul.tagcloud li.tag-weight-3,
.side ul.tagcloud li.tag-weight-4 {
    display: inline-block;
    margin: 0 0 5px 13px;
    padding: 0;
    font-size: 14px;
}
.side ul.tagcloud li.tag-weight-0 a,
.side ul.tagcloud li.tag-weight-1 a,
.side ul.tagcloud li.tag-weight-2 a,
.side ul.tagcloud li.tag-weight-3 a,
.side ul.tagcloud li.tag-weight-4 a {
    position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background-color: #224B8F;
    border-radius: 0 3px 3px 0;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.side ul.tagcloud li.tag-weight-0 a::before,
.side ul.tagcloud li.tag-weight-1 a::before,
.side ul.tagcloud li.tag-weight-2 a::before,
.side ul.tagcloud li.tag-weight-3 a::before,
.side ul.tagcloud li.tag-weight-4 a::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    width: 0;
    height: 0;
    border-color: transparent #224B8F transparent transparent;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.side ul.tagcloud li.tag-weight-0 a::after,
.side ul.tagcloud li.tag-weight-1 a::after,
.side ul.tagcloud li.tag-weight-2 a::after,
.side ul.tagcloud li.tag-weight-3 a::after,
.side ul.tagcloud li.tag-weight-4 a::after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
}
.side ul.tagcloud li.tag-weight-0 span,
.side ul.tagcloud li.tag-weight-1 span,
.side ul.tagcloud li.tag-weight-2 span,
.side ul.tagcloud li.tag-weight-3 span,
.side ul.tagcloud li.tag-weight-4 span {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.side ul.tagcloud li.tag-weight-0 a:hover,
.side ul.tagcloud li.tag-weight-1 a:hover,
.side ul.tagcloud li.tag-weight-2 a:hover,
.side ul.tagcloud li.tag-weight-3 a:hover,
.side ul.tagcloud li.tag-weight-4 a:hover {
    background-color: #C92E36;
    color: #fff;
}
.side ul.tagcloud li.tag-weight-0 a:hover::before,
.side ul.tagcloud li.tag-weight-1 a:hover::before,
.side ul.tagcloud li.tag-weight-2 a:hover::before,
.side ul.tagcloud li.tag-weight-3 a:hover::before,
.side ul.tagcloud li.tag-weight-4 a:hover::before {
         border-right-color: #C92E36;
}
.plugin-tag_cloud ul.tagcloud {
    margin: 0;
    padding: 1px;
    list-style: none;
}
/* タグクラウド  終わり*/



/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options {
	padding: 20px 0;
	border-bottom: 1px dotted #aeafae;
}
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-top: 5px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}

#comments .article-option-title {
	margin-bottom: 15px;
}
.comment-set {
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 0 10px;
	background: #fff;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
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: #3e92e5;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #eaf2fa;
	text-decoration: none;
}
ul.index-navigator a:visited {
	color: #555;
}
ul.index-navigator li.paging-prev a,
ul.index-navigator li.paging-next a,
ul.index-navigator li.paging-first a,
ul.index-navigator li.paging-last a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	width: 10px;
}
ul.index-navigator li.paging-prev a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev.gif);
}
ul.index-navigator li.paging-next a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next.gif);
}
ul.index-navigator li.paging-first a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_first.gif);
}
ul.index-navigator li.paging-last a {
	background-image: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_last.gif);
}

/* 記事ページ、月別アーカイブページ */
.article-pager-type2 {
	padding: 20px 0;
	border-bottom: 1px dotted #aeafae;
}

ul.article-pager li a {

}

ul.article-pager li a:hover {
	text-decoration: underline;
        color: #e9546b;
}
.is-prev-article .director-article-pager .pager-inner {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_prev_article.gif) no-repeat 0 50%;
}

ul.article-pager {
	list-style-type: none;
	margin:0;
	padding:0;
/** ++ border高さを揃えるため */
overflow: hidden;
}
.is-next-article ul.article-pager {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/pager_next_article.gif) no-repeat 100% 50%;
}

ul.article-pager li {
	float: left;
	display: inline;
	width: 49%;
	margin: 0;
	padding: 1px 0 0;/** 1px余白（上部） */
	line-height: 1.25;
/** ++ border高さを揃えるため */
margin-bottom: -99px;/** 1px余白（下部） */
padding-bottom: 100px;
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
	background: transparent none !important;
}

ul.article-pager li.prev a {
	margin: 0 10px 0 0;
}
ul.article-pager li.next a {
	margin: 0 0 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px dotted #aeafae;
}

div.article-pager-outer {
	height: 1%;
}

ul.archives-pager li a {
	border: 1px solid #ddd;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}

ul.archives-pager li a:hover{
        background-color: #eaf2fa;
}

/* ブログのフッター
----------------------------------------------- */

#blog-footer {
     color: #7a7a7a;
     padding: 20px;
     background: #f1f1f2;
        min-width: 980px;
     font-size: 12px;
}

#blog-footer a {
     color: #7a7a7a;
}

#footer{
     margin:0 auto;
     text-align: center;
     max-width: 980px;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	line-height: 15px;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
        background: rgba(235, 237, 247, 0.6);
        border-radius: 5px;
}
.sidewrapper:after{
}
.sidewrapper .sidetitle {
 	color: #224B8F;
 	font-size: 20px;
 	font-style: italic;
        font-weight: bold;
	line-height: 20px;
	margin: 5px 2px 5px 2px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.sidewrapper .side .sidebody:after {
	border-bottom: 1px solid #fff;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .side .sidebody:first-child {
	padding-top: 0;
}
.sidewrapper .side .sidebody:last-child {
	border-bottom: 0;
}
.sidewrapper .side .sidebody:last-child:after {
	border-bottom: 0;
}

.side div.message-box dl.message-detail {
	margin-bottom: 10px;
}
.side div.message-box input[type="submit"] {
	float: right;
	margin: 0 3px;
}

ul.type_graph li dl.graph dd.count_image img {
	height: 7px !important;
}
ul.type_graph li {
	margin-bottom: 18px !important;
}

.plugin-monthly select {
	width: 100%;
}

.side ul.recent-article-image li {
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 3px;
}
.side ul.recent-article-image li img {
	border: 1px solid white;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.3);
	border-radius: 3px;
	margin-right: 20px;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}
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 {
	background-color: #2e90c5;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #197bb0;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	color: #b2b2b2;
	font-size: 15px;
	margin-bottom: 20px;
}
.archives-header-title {
	color: #808080;
}

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

.sidewrapper input.sfbtn {
	padding: 0;
}

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


/* サイドナビゲーション */
div.side-navi {
	position:fixed;
	right:5px;
	bottom:50px;
	z-index:100;
}
div.side-navi ul{
	margin:0;padding:0;
	list-style:none;
}
div.side-navi ul li{
	margin:0;padding:0;
	line-height:40px;
	text-align:center;
}
div.side-navi ul li a{
	margin:0;padding:0;
	display:block;
	width:150px;
	height:45px;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	background:#000000;
	border:solid #f0f0f0;
	border-width:0 1px 1px 1px;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
div.side-navi ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div.side-navi ul li:first-child a{}
div.side-navi ul li:last-child a{}
div.side-navi ul li.sn-prev a,
div.side-navi ul li.sn-next a,
div.side-navi ul li.sn-top a{
	height:35px;
	padding-top:10px;
}
div.side-navi ul li.sn-comment{
	line-height:15px;
}
div.side-navi ul li.sn-comment a{
	height:37px;
	padding-top:8px;
}
div.side-navi ul li.sn-prev a{
	background:#000000  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_prev.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-next a{
	background:#000000  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_next.gif) no-repeat 50% 25%;
}
div.side-navi ul li.sn-top a{
	background:#000000  url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/navi_top.gif) no-repeat 50% 25%;
}


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

.ad-outer { margin:0 auto; padding:0; }
.ad-by { text-align:left; margin-bottom:4px; font-size:11px; }
.ad-box { text-align:left; }
.ad-box a{ display:block; margin:0 8px 0 0!important; padding:6px 8px!important; overflow:hidden; }
.ad-box a:hover { padding:4px 6px!important; }
.ad-box a span.ad-url { margin-left:10px; }
/* for IE6-7 */
* html .ad-outer .ad-box a{ height:1%; }
*+html .ad-outer .ad-box a{ height:1%; }

.ad-by a, .ad-by a:hover { color:#333333 !important; font-weight:bold !important; }
.ad-box a, .ad-box a:hover { text-decoration:none; }
.ad-box a span.ad-title { font-size:15px; color:#ef0b41; font-weight:bold; text-decoration:underline; line-height:150%; }
.ad-box a:hover span.ad-title { text-decoration:none; }
.ad-box a span.ad-url,
.ad-box a:hover span.ad-url { font-size:11px; color:#aa091f; line-height:150%; }
.ad-box a span.ad-description,
.ad-box a:hover span.ad-description { display:block; font-size:12px; color:#333333; line-height:150%; }
.ad-box a:hover{
	background:#e6ecf2;
	border:2px solid #e6ecf2;
	-moz-border-radius:5px; /* for fx */
	-webkit-border-radius:5px; /* for safari */
}


.headline,
.article-wrap,
.article-archive,
.article-ping-count,
.article-meta-wrap,
.side div.message-box  {
	zoom: 1;
}
.headline:after,
.article-wrap:after,
.article-archive:after,
.article-ping-count:after,
.article-meta-wrap:after,
.side div.message-box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.ssArticlesContainer.limited{
	max-height:350px !important;
}