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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "モザイクブロック";
 :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;*/
        background-color: #EAF6FD;
}
#wrapper {
	padding-top: 0px;
	/* background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_wrap.png) no-repeat 50% 0;*/
        background-color: #EAF6FD;
}
#wrapper-inner{
	margin:0 10px;
}
#container {
	margin: 0 auto;
	width: 1280px;
  border-radius: 6px;
  background-color: #fff;
  padding: 0 20px;
  -webkit-box-shadow: 0 0 30px #4169E1; box-shadow: 0 0 30px #4169E1;
}
#content {
	position: relative;
}
.page-index #content {
	padding-top: 215px;
}
#main {
	padding: 0px 0;
}
#sidebar {
background-color: #fff;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
margin-top:2px;
}

#sidebar2 {
background-color: #fff;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
 margin-right:10px;
margin-top:2px;
}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #eaeaea;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #eaeaea;
	border-radius: 6px;
	padding: 40px 40px;
}
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: 740px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	padding: 10px 0;
	width: 320px;
}
body.layout-2col #sidebar-inner {
margin: 0 10px;
}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
 }
body.layout-2col.sidebar-right #main {
	border-radius: 6px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	border-radius: 6px;
	float: right;
}



/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #eaeaea;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar2 {
	background-color: #eaeaea;
	border-radius: 6px;
	padding: 40px 50px;
}
body.layout-1col #sidebar-inner2 {}
body.layout-1col #sidebar2 .sidewrapper2 {
	float: left;
	padding: 40px 0;
	margin: 0 10px;
	width: 190px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
	width: 740px;
}
body.layout-2col #main-inner{}
body.layout-2col #sidebar2 {
	padding: 10px 0;
	width: 200px;
}
body.layout-2col #sidebar-inner2 {
margin: 0 10px;
}

/* 左サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}

body.layout-2col.sidebar-right #main {
	border-radius: 6px;
	float: left;
}
body.layout-2col.sidebar-right #sidebar2 {
	border-radius: 6px;
	float: right;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
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-topimage {
	position: relative;
        
	padding: 0px auto;
        border-radius: 6px;
            -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}

/* ブログのトップイメージ画像ここまで
----------------------------------------------- */

/* ブログのトップイメージ小画像
----------------------------------------------- */

#blog-topimage2 {
	position: relative;
        margin: 5px 40px 0px 50px;
        width: 283px;
        height:113px;
	padding: 0px auto;
        border-radius: 6px;
            -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}

/* ブログのトップイメージ小画像ここまで
----------------------------------------------- */

/*画像付きRTorコメントリスト1*/
.listWithImage{
	margin:-24px 2px 5px 2px;
        
}
.listWithImage li{
	margin-bottom:0 !important;
}
.listWithImage li:hover{
	opacity: 0.6;
}
.listWithImage div.popularArticlesWithImage.A ul li{
	border: 4px solid #4169E1;
}
.listWithImage div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 12px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}

/* 画像付きRTorコメントリスト1ここまで
----------------------------------------------- */


/*画像付きRTorコメントリスト2*/

.listWithImage2{
	margin: 20px 0px 0px 0px;
        
}
.listWithImage2 li{
	margin-bottom:0 !important;
}
.listWithImage2 li:hover{
	opacity: 0.6;
}
.listWithImage2 div.popularArticlesWithImage.A ul li{
	border: 4px solid #4169E1;
}
.listWithImage2 div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage2 div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 2px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}

/* 画像付きRTorコメントリスト300ボックス用ここまで
----------------------------------------------- */

/*画像付きRTorコメントリスト1*/
.listWithImage3{
	margin:-25px 5px 0px 0px;
        
}
.listWithImage3 li{
	margin-bottom:0 !important;
}
.listWithImage3 li:hover{
	opacity: 0.6;
}
.listWithImage3 div.popularArticlesWithImage.A ul li{
	border: 4px solid #4169E1;
}
.listWithImage3 div.popularArticlesWithImage.A ul li a{
	border: 2px solid #ffffff !important;
}
.listWithImage3 div.popularArticlesWithImage.A div.title{
	color: #333333 !important;
	padding-bottom: 10px;
}


/*画像付きRTorコメントリスト （中央メインのカラム）*/
.main-container div.popularArticlesWithImage.A div.title{
	padding-bottom: 6px;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment{
	padding: 3px 6px 0px 5px;
	text-shadow: none !important;
}

.listWithImage div.popularArticlesWithImage.A div.retweet,
.listWithImage div.popularArticlesWithImage.A div.comment{
	background:#ffffff !important;
}

/* 画像付きRTorコメントリスト300ボックス用ここまで
----------------------------------------------- */
/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	position: relative;
	padding: 10px 0 20px;
}
.page-article #blog-header,
.page-category #blog-header,
.page-monthly #blog-header {
	border-bottom: 1px solid #d5d4d6;
}
#blog-header hgroup {
	padding: 20px 0;
}
#blog-title {
	color: #333;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
}
#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: 210px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1280px;
}
.headline-content {
	background: #1a1a1a;

	width: 233px;
	height: 210px;
	float: right;
	position: relative;
}

/* 広告用1 */
.headline-content2 {
        background: #ccc;
        padding-left: 6px;
        margin:0px;
        width: 304px;
	height: 210px;
	float: right;
	position: relative;
             
}
/* 広告用ここまで */

/* 広告用2 */
.headline-content3 {
        background: #000;
        
        width: 224px;
	height: 210px;
	float: right;
	position: relative;
             
}
/* 広告用ここまで */

.headline-image {
	float: right;
	width: 513px;
	height: 210px;
	overflow: hidden;
	background: #1a1a1a;
}
.headline-image-hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.headline-image-layer a {
	display: block;
float: right;
	width: 513px;
	height: 210px;
	box-shadow: 0 0 5px #666 inset;
	position: absolute;
	top: 0;
	left: 0;
}
.headline-date {
	color: #fff;
	font-size: 12px;
	padding: 5px 15px 20px;
}
.headline-title {
	color: #fff;
	font-size: 20px;
	padding: 0px 15px 5px ;
	line-height: 25px;
	height: 140px;
font-weight: bold;
	overflow: hidden;
}
.headline-title a {
	color: #fff;
}

.headline .article-meta {
	position: absolute;
	bottom: 5px;
	left: 0;
	padding: 0 30px;
}
.headline .article-category dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_category_w.gif) no-repeat 0 0;
	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: 330px;
        border-radius: 6px;
	float: left;
	display: inline;
	margin: 0 0 20px 0;
  background-color: #fff;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;

}
.article-index-hover {
	background: #f6f6f6;
}
.article-index-even {
	margin-right: 40px;
}
.article-index-header {
	margin-bottom: 15px;
}
.article-index-image {
	margin-bottom: 15px;
}
.article-index-image img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.4);
	margin: 2px;
        padding: 12px;
}
.article-index-image a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.article-index-date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}
.article-index-title {
	color: #0d0d0d;
	font-weight: bold;
}
.article-index-title a {
	color: #0d0d0d;
	display: block;
	font-size: 23px;
	line-height: 30px;
	height: 90px;
	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;
}

/* アーカイブ */
.article-archive {
	margin-bottom: 10px;
	position: relative;
border-radius: 6px;
background-color: #fff;
  padding: 0 5px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}
.article-archive-main {
	float: right;
	width: 560px;
}
.article-archive-image {
	float: left;
	width: 152px;
}
.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;
border-radius: 6px;
background-color: #fff;
  padding: 0 25px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;

}
.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: 24px;
	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: 15px;
	width: 15px;
}
.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;
}
.article-comment-count dt {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/ico_comment.png) no-repeat 0 0;
	width: 12px;
	height: 15px;
}
.article-comment-count dd {
	margin-top: 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: 18px;
	font-weight: bold;

        position:relative;
	padding:2px;
	padding-left:10px;
	border: 1px inset #000;
	border-left: 15px solid #000;
}
.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: 14px;
        font-weight: bold;
}

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

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

/* メッセージボード */
.message-board {
	border: 1px solid #e4e7e8;
	border-radius: 6px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
body.layout-2col .message-board {
	margin-top: 10;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
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,
.article-body-inner h2,
.article-body-inner h3 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_h3.gif) no-repeat 0 100%;
	font-size: 18px;
	padding-bottom: 12px;
        margin-bottom:-10px;
	font-weight: bold;
}
.article-body-inner h4 {
	background: url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_h4.gif) no-repeat 0 9px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-left: 40px;
        margin-bottom:-15px;
}
.article-body-inner blockquote {
	padding: 43px 40px 40px;
	border-radius: 4px;
	background: #eaeaea url(http://parts.blog.livedoor.jp/img/usr/ver06_hr_colormosaic_2c/bg_blockquote.gif) no-repeat 20px 20px;
}
.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: 2px;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
#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: 10px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}

#comments .article-option-title {
	margin-bottom: 15px;
}
.comment-set {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-bottom: 14px;
	padding: 0 20px;
	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: 8px;
}
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;
}
.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: 5px;
     background: #f1f1f2;
        min-width: 980px;
     font-size: 12px;
}

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

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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 0 40px;
}
.sidewrapper:after{
}
.sidewrapper .sidetitle {
        border-width:20px 10px;
    	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;

        position:relative;
	padding:2px;
	padding-left:10px;
	
	border: 1px inset #000;
	border-left: 15px solid #000;

}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0;
	padding: 8px 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: 95%;
}

.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: 16px;
	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:200px;
	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:45px;
	height:45px;
	font-size:10px;
	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 */
}

/* --- メニュー用 CSSここから ----------------------------------------------------------------------------------------- */
.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;

}

.ldb_menu-list {
  background-color: #000;
  overflow: hidden;
border-radius: 0px 0px 6px 6px;
}
.ldb_menu-list li {
  float: left;
  list-style: none;
}
.ldb_menu-list li a{
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  font-weight: bold;
　text-decoration: none;
  text-shadow: 0 -1px -3px rgba(0,0,0,0.2);
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li a:hover {
  background-color:#ff8c00;
border-radius: 6px;
}
/* --- メニュー用 CSSここまで ----------------------------------------------------------------------------------------- */

/* --- トップページ用画像RSS広告用 CSS ----------------------------------------------------------------------------------------- */
.gtopp {
  text-align: center;
  margin:-20px 0px 0px 0px;
  width :1280px;　/* バナーサイズとmarginを計算して調整 */
}
.gtopp #gright {
  float: right;
  margin: 1px;
}
.gtopp #gleft {
  float: left;
  margin: 1px;
}
/* Opera用の指定 */
.gtopp p,.gtopp p {
  text-align: center;
  margin:0px auto;
}

/* --- トップページ用画像RSS広告用 CSSここまで ----------------------------------------------------------------------------------------- */

/* --- トップ画像RSS広告用 CSS ----------------------------------------------------------------------------------------- */
.gtop {
  text-align: center;
  margin:-5px 0px 0px 0px;
  width :1280px;　/* バナーサイズとmarginを計算して調整 */
}
.gtop #gright {
  float: right;
  margin: 1px;
}
.gtop #gleft {
  float: left;
  margin: 1px;
}
/* Opera用の指定 */
.gtop p,.gtop p {
  text-align: center;
  margin:0px auto;
}

/* --- トップ画像RSS広告用 CSSここまで ----------------------------------------------------------------------------------------- */

/* --- 広告横並び用 CSS ----------------------------------------------------------------------------------------- */
.ads {
  text-align: center;
  margin:1px auto;
  width :1280px;　/* バナーサイズとmarginを計算して調整 */
}
.ads #adright {
  float: right;
  margin: 1px;
}
.ads #adleft {
  float: left;
  margin: 1px;
}
/* Opera用の指定 */
.ad p,.ads p {
  text-align: center;
  margin:0px auto;
}

/* --- 広告横並び用 CSS ----------------------------------------------------------------------------------------- */

/* --- 広告横並び用 CSS2 ----------------------------------------------------------------------------------------- */
.ads1 {
  text-align: left;
  margin:20px 0px 20px 0px;
  width :690px;　/* バナーサイズとmarginを計算して調整 */
}
.ads1 #adright1 {
  float: right;
  margin:5px 0px 5px 0px;
}
.ads1 #adleft1 {
  float: left;
  margin: 5px 0px 5px 0px;
}
/* Opera用の指定 */
.ad1 p,.ads1 p {
  text-align: left;
  margin:0px auto;
}

/* --- 広告横並び用 CSS2 ----------------------------------------------------------------------------------------- */

/* --- フッター用横並び CSS ----------------------------------------------------------------------------------------- */
.adss {
  text-align: left;
  margin:20px 0px 20px 0px;
  width :690px;　/* バナーサイズとmarginを計算して調整 */
}
.adss #adrights {
  float: right;
  margin: 10px;
}
.adss #adlefts {
  float: left;
  margin: 1px;
}
/* Opera用の指定 */
.ads p,.adss p {
  text-align: left;
  margin:0px auto;
}

/* --- フッター用横並び CSS2ここまで ----------------------------------------------------------------------------------------- */

/* --- トップ用横並び CSS ----------------------------------------------------------------------------------------- */
*{
margin: 0px;
padding: 0px;

}
#fbox_2 {
clear: both;
width: 1280px;
}
#fbox_2 #fbox1 {
float: left;
width: 747px;
background-color: #F5F5F5;
}
#fbox_2 #fbox2 {
float: left;
width: 230px;
background-color: #F5F5F5;
}
#fbox_2 #fbox3 {
float: left;
width: 303px;
background-color: #F5F5F5;
}
#fbox_2 br {
font-size: 1px;
line-height: 1px;
display: block;
margin: 0px;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}

/* --- トップ用横並び CSS ここまで ----------------------------------------------------------------------------------------- */

/* --- 個別記事用横並び CSS ----------------------------------------------------------------------------------------- */
*{
margin: 0px;
padding: 0px;

}
#fbox {
clear: both;
width: 1280px;
}
#fbox #fbox1 {
float: left;
width: 1280px;
background-color: #F5F5F5;
}

#fbox br {
font-size: 1px;
line-height: 1px;
display: block;
margin: 0px;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}

/* --- 個別記事用横並び CSS ここまで ----------------------------------------------------------------------------------------- */

/* --- ブログロールフォント用横並び CSS ----------------------------------------------------------------------------------------- */
*{
margin: 0px;
padding: 0px;

}
#fbox_3 {
clear: both;
width: 1280px;
}
#fbox_3 #fbox1 {
float: left;
width: 348px;
background-color: #F5F5F5;
}
#fbox_3 #fbox2 {
float: left;
width: 931px;
background-color: #F5F5F5;
}
#fbox_3 br {
font-size: 1px;
line-height: 1px;
display: block;
margin: 0px;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}

/* --- ブログロールフォント用横並び CSSここまで ----------------------------------------------------------------------------------------- */

/* --- ブログロールフォント１つ用ここから ----------------------------------------------------------------------------------------- */
*{
margin: 0px;
padding: 0px;

}
#fbox_11 {
clear: both;
width: 1280px;
}
#fbox_11 #fbox1 {
float: left;
width: 1280px;
background-color: #F5F5F5;
}
#fbox_11 br {
font-size: 1px;
line-height: 1px;
display: block;
margin: 0px;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}

/* --- ブログロールフォント１つ用ここまで ----------------------------------------------------------------------------------------- */

/* --- BLOG ROLL用横並び CSS ----------------------------------------------------------------------------------------- */
.roll {
  text-align: left;
  margin:1px auto;
  width :1280px;　/* バナーサイズとmarginを計算して調整 */
}
.roll #rollright {
  float: right;
  margin: 1px;
}
.roll #rollleft {
  float: left;
  margin: 1px;
}
/* Opera用の指定 */
.roll p,.roll p {
  text-align: left;
  margin:0px auto;
}

/* --- BLOG ROLL用横並び CSSここまで ----------------------------------------------------------------------------------------- */

/* --- BLOG ROLLトップ用CSSここから ----------------------------------------------------------------------------------------- */
/*BlogRoll*/

/*全体の設定*/
.rss-blogroll:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll {
	zoom:100%;
        border:2px solid #b0b0b0;
        border-radius: 6px;
	
	padding: 3px 0;
background-color: #fff;
margin:0px 0px 5px 0px;
  padding: 0px 0px 10px 0px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}

/*チャンネル単位の設定*/
.rss-blogroll .blogroll-channel{
        margin-left:5px;
	width:420px;
	height:215px;
	overflow: auto;
	float: left;
	font-size: 16px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-blogroll .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 14px;
        font-weight: bold;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-blogroll .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}
.rss-blogroll .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-blogroll .blogroll-new-entry{
	color: #ff0a00;
	font-size: 11px;
	font-weight: bold;
}

/* --- BLOG ROLLトップ用CSSここまで ----------------------------------------------------------------------------------------- */

/* --- BLOG ROLL個別用CSSここから ----------------------------------------------------------------------------------------- */
/*BlogRoll*/

/*全体の設定*/
.rss-blogroll2:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll2 {
	zoom:100%;
        border:2px solid #b0b0b0;
        border-radius: 6px;
	
	padding: 3px 0;
background-color: #fff;
margin:0px 0px 10px 0px;
  padding: 10 10 10 10px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}

/*チャンネル単位の設定*/
.rss-blogroll2 .blogroll-channel{
        margin-left:5px;
	width:633px;
	height:320px;
	overflow: auto;
	float: left;
	font-size: 16px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-blogroll2 .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 14px;
        font-weight: bold;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-blogroll2 .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}
.rss-blogroll2 .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-blogroll2 .blogroll-new-entry{
	color: #ff0a00;
	font-size: 11px;
	font-weight: bold;
}

/* --- BLOG ROLL２個別CSSここまで ----------------------------------------------------------------------------------------- */

/* --- BLOG ROLLフッター用CSSここから ----------------------------------------------------------------------------------------- */
/*BlogRoll*/

/*全体の設定*/
.rss-blogroll3:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-blogroll3 {
	zoom:100%;
        border:2px solid #b0b0b0;
        border-radius: 6px;
	
	padding: 3px 0;
background-color: #fff;
margin:0px 0px 2px 0px;
  padding: 10 10 10 10px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}

/*チャンネル単位の設定*/
.rss-blogroll3 .blogroll-channel{
        margin-left:5px;
	width:720px;
	height:880px;
	overflow: auto;
	float: left;
	font-size: 14px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-blogroll3 .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 12px;
        font-weight: bold;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-blogroll3 .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}
.rss-blogroll3 .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-blogroll3 .blogroll-new-entry{
	color: #ff0a00;
	font-size: 11px;
	font-weight: bold;
}

/* --- BLOG ROLLフッター用CSSここまで ----------------------------------------------------------------------------------------- */

/* --- BLOG ROLL特別枠用CSSここから ----------------------------------------------------------------------------------------- */
/*BlogRoll*/

/*全体の設定*/
.rss-toku:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.rss-toku {
	zoom:100%;
        border:2px solid #b0b0b0;
        border-radius: 6px;
	
	padding: 3px 0;
background-color: #fff;
margin:5px 0px 5px 0px;
  padding: 3px 0px 3px 0px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}

/*チャンネル単位の設定*/
.rss-toku .blogroll-channel{
        margin-left:5px;
	width:728px;
	height:150px;
	overflow: auto;
	float: left;
	font-size: 16px;
	padding:0 0 0 0;
	margin-bottom:0;
}

/*リストの設定*/
.rss-toku .blogroll-channel .blogroll-list {
	list-style-type: none;
	line-height: 1.3;
	font-size: 14px;
        font-weight: bold;
	border-bottom: 1px dashed #c2c2c2;
	padding: 3px 0;
	line-height: 1.3;
	padding-top:0;
}

/*テキスト部分の設定*/
.rss-toku .blogroll-channel .blogroll-list a{
	padding-left: 5px;
	text-decoration: none;
}
.rss-toku .blogroll-channel .blogroll-list a:hover{
	text-decoration: underline;
}

/*NEWの文字の設定*/
.rss-toku .blogroll-new-entry{
	color: #ff0a00;
	font-size: 11px;
	font-weight: bold;
}

/* --- BLOG ROLL特別枠用CSSここまで ----------------------------------------------------------------------------------------- */
/* --- 広告box336サイズ用 ----------------------------------------------------------------------------------------- */
#box336 {
	margin:0px 0px 10px 0px;
        width: 338px;
        highet: 286px;
        border-radius: 6px;
  background-color: #fff;
  padding: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- 広告box336サイズ用ここまで ----------------------------------------------------------------------------------------- */

/* --- 広告box336サイズ個別more用 ----------------------------------------------------------------------------------------- */
#box336k {
	margin:10px 0px 0px 0px;
        width: 338px;
        highet: 286px;
        
  
  padding: 2px 2px 2px 2px;
  
}
/* --- 広告box336サイズ個別more用ここまで ----------------------------------------------------------------------------------------- */

/* --- 広告box336サイズ個別記事下ダブル用 ----------------------------------------------------------------------------------------- */
#box336kg {
	margin:2px 0px 2px 0px;
        width: 336px;
        highet: 280px;
        padding: 0px;
  
}
/* --- 広告box336サイズ個別記事下ダブル用ここまで ----------------------------------------------------------------------------------------- */

/* --- 広告box300サイズ用 ----------------------------------------------------------------------------------------- */
#box300 {
	margin:0px 0px 10px 0px;
        width: 304px;
        highet: 254px;
        border-radius: 6px;
  background-color: #f2e6ff;
  padding: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 30px #b0b0b0; box-shadow: 0 0 20px #b0b0b0;
}
/* --- 広告box300サイズ用ここまで ----------------------------------------------------------------------------------------- */

/* --- 広告box200サイズ用 ----------------------------------------------------------------------------------------- */
#box200 {
	margin:0px 0px 10px 0px;
        width: 200px;
        
        border-radius: 6px;
  background-color: #f2e6ff;
  padding: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 30px #b0b0b0; box-shadow: 0 0 20px #b0b0b0;
}
/* --- 広告box200サイズ用ここまで ----------------------------------------------------------------------------------------- */

/* --- 広告box970サイズここから ----------------------------------------------------------------------------------------- */
#box970 {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
  
}
/* --- 広告box970サイズここまで ----------------------------------------------------------------------------------------- */

/* --- box728検索用ここから ----------------------------------------------------------------------------------------- */
#boxlu {
position: relative;
	margin: 5px 0px 5px 0px;
	padding: 0px auto;
        width: 735px;
        height:70px;
border-radius: 6px;
 background-color: #fff;
  padding: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 30px #4169E1; box-shadow: 0 0 20px #4169E1;
}
/* --- box728検索用ここまで ----------------------------------------------------------------------------------------- */

/* --- 個別記事用box728検索用ここから ----------------------------------------------------------------------------------------- */
#boxlu2 {
position: relative;
	margin: 20px 50px 20px 0px;
	padding: 30px 30px 0px 0px;
        width: 560px;
        height:60px;
border: 1px solid #366cf5;
border-radius: 6px;
 background-color: #fff;
  }
/* --- 個別記事用box728検索用ここまで ----------------------------------------------------------------------------------------- */


/* --- 広告box728サイズ ----------------------------------------------------------------------------------------- */
#boxA {
	margin: 2px 0px 2px 2px;
	width: 735px;
        
        border-radius: 6px;
  background-color: #fff;
  padding: 2px 0px 0px 4px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- 広告box728サイズここまで ----------------------------------------------------------------------------------------- */

/* --- 記事間広告box728サイズ ----------------------------------------------------------------------------------------- */
#boxAa{
	margin: 8px 0px 8px 0px;
	width: 735px;
        
        border-radius: 6px;
  background-color: #fff;
  padding: 2px 0px 0px 4px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- トップ広告box728サイズここまで ----------------------------------------------------------------------------------------- */

/* --- タイトルbox728サイズ ----------------------------------------------------------------------------------------- */
#titlebox {
	margin: 2px 0px -25px 2px;
	
        
        border-radius: 6px;
  background-color: #fff;
  padding: 0px 40px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- タイトルbox728サイズここまで ----------------------------------------------------------------------------------------- */
/* --- 記事トップソーシャルボタン ----------------------------------------------------------------------------------------- */
#boxS {
	margin: 3px 0px 3px 0px;
	border-radius: 6px;
  background-color: #000;
  padding: 7px 10px 0px 10px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- 記事トップソーシャルボタンここまで ----------------------------------------------------------------------------------------- */

/* --- トップページFOOTER広告ここから ----------------------------------------------------------------------------------------- */
#boxB {
	margin: 0px 0px 0px 0px;
	
        border-radius: 6px;
  background-color: #fff;
  padding: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- トップページFOOTER広告ここまで ----------------------------------------------------------------------------------------- */

/* --- サイドバーランキングBOXここから ----------------------------------------------------------------------------------------- */
#sidebo {
	margin: 0px 0px 15px 5px;
	width: 270px;
        
        border-radius: 6px;
  background-color: #fff;
  padding: 10px 10px 10px;
  -webkit-box-shadow: 0 0 20px #ccc; box-shadow: 0 0 20px #ccc;
}
/* --- サイドバーランキングBOXここまで ----------------------------------------------------------------------------------------- */

/* --- サイドバーランキングBOX吹き出しここから ----------------------------------------------------------------------------------------- */
.arrow_box {
	position: relative;
	background: #ebf3ff;
	border: 2px solid #0515f5;
border-radius: 20px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(235, 243, 255, 0);
	border-bottom-color: #ebf3ff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(5, 21, 245, 0);
	border-bottom-color: #0515f5;
	border-width: 23px;
	margin-left: -23px;
}
/* --- サイドバーランキングBOX吹き出しここまで ----------------------------------------------------------------------------------------- */


/* --- 追尾広告 ----------------------------------------------------------------------------------------- */
.fixed { position: fixed; 
	top: 60px;
}
/* --- 追尾広告ここまで ----------------------------------------------------------------------------------------- */

/* --- フォントデコレーション ----------------------------------------------------------------------------------------- */
#font-dec {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
        position:relative;
	padding:2px;
	padding-left:10px;
	border: 1px inset #000;
	border-left: 15px solid #000;
}
/* --- フォントデコレーションここまで ----------------------------------------------------------------------------------------- */

/* --- フォントデコレーショントップ用 ----------------------------------------------------------------------------------------- */
#font-dec2 {
	margin: 0px auto;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
        position:relative;
	padding:1px;
	padding-left:10px;
	border: 1px inset #000;
	border-left: 15px solid #000;
        
}
/* --- フォントデコレーショントップ用ここまで ----------------------------------------------------------------------------------------- */


/* --- SNS用ボタンここから ----------------------------------------------------------------------------------------- */

/* --- twitter用ボタンここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.button{
position: relative;
width: 180px;
height:22px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #55acee;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 20px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.6),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.6),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#55acee), to(#55acee));
background-image: -moz-linear-gradient(top, #55acee, #55acee);
background-image: -o-linear-gradient(top, #55acee, #55acee);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.button:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- twitter用ボタンここまで ----------------------------------------------------------------------------------------- */

/* --- 個別記事用FEEDLY（大）ボタンここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttonb{
position: relative;
width: 250px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #6cc655;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 24px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc655), to(#6cc655));
background-image: -moz-linear-gradient(top, #6cc655, #6cc655);
background-image: -o-linear-gradient(top, #6cc655, #6cc655);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttonb:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- 個別記事用FEEDLY（大）ここまで----------------------------------------------------------------------------------------- */

/* --- 個別記事用FEEDLY（中）ボタンここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttonb2{
position: relative;
width: 250px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #6cc655;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 28px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc655), to(#6cc655));
background-image: -moz-linear-gradient(top, #6cc655, #6cc655);
background-image: -o-linear-gradient(top, #6cc655, #6cc655);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttonb2:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- 個別記事用FEEDLY（中）ここまで----------------------------------------------------------------------------------------- */

/* --- ランキング用ボタン（小）ここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 

 
a.buttonc{
position: relative;
width: 180px;
height:22px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #e23059;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 20px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
}
 
a.buttonc:hover{
color: #FFFF00;

}
/* --- ランキング用ボタン（小）ここまで ----------------------------------------------------------------------------------------- */

/* --- RSS用ボタン（小）ここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttond{
position: relative;
width: 180px;
height:22px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #ff8c00;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 20px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(255, 140, 0,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(255, 140, 0,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(255, 140, 0,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8c00), to(#ff8c00));
background-image: -moz-linear-gradient(top, #ff8c00, #ff8c00);
background-image: -o-linear-gradient(top, #ff8c00, #ff8c00);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttond:hover{
color: #000;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- RSS用ボタン（小）ここまで ----------------------------------------------------------------------------------------- */

/* --- FEEDLY用ボタンここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttone{
position: relative;
width: 180px;
height:22px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #6cc655;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 20px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(108, 198, 85,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc655), to(#6cc655));
background-image: -moz-linear-gradient(top, #6cc655, #6cc655);
background-image: -o-linear-gradient(top, #6cc655, #6cc655);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttone:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- FEEDLY用ボタンここまで ----------------------------------------------------------------------------------------- */

/* --- ランキング用ボタン（大）ここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
 
a.buttonf{
position: relative;
width: 250px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #e23059;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 24px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;

} 
a.buttonf:hover{
color: #FFFF00;

}
/* --- ランキング用ボタン（大）ここまで ----------------------------------------------------------------------------------------- */

/* --- ランキング用ボタン（中）ここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
 
a.buttonf2{
position: relative;
width: 200px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #e23059;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 24px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;

} 
a.buttonf2:hover{
color: #FFFF00;

}
/* --- ランキング用ボタン（中）ここまで ----------------------------------------------------------------------------------------- */


/* --- ホームへ用ボタンここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttong{
position: relative;
width: 250px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #000;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 24px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(0, 0, 0,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(0, 0, 0,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(0, 0, 0,0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
background-image: -moz-linear-gradient(top, #000, #000);
background-image: -o-linear-gradient(top, #000, #000);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttong:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- ホームへ用ボタンここまで ----------------------------------------------------------------------------------------- */

/* --- twitterフォロー用ボタン（大）ここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttonh{
position: relative;
width: 250px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #55acee;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 24px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.6),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.6),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#55acee), to(#55acee));
background-image: -moz-linear-gradient(top, #55acee, #55acee);
background-image: -o-linear-gradient(top, #55acee, #55acee);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttonh:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- twitterフォロー用ボタン（大）ここまで ----------------------------------------------------------------------------------------- */

/* --- twitterフォロー用ボタン（中）ここから ----------------------------------------------------------------------------------------- */
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.eot&quot;),
}
@font-face {
font-family: Play;
src: url(&quot;フォントファイルへのパス/Play-bold.ttf&quot;) format(&quot;truetype&quot;);
}
 
@-webkit-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
@-moz-keyframes jump {
0%{ bottom: 0;}
10% { bottom: 6px;}
70% { bottom: 10px;}
90% { bottom: 1px;}
100% { bottom: 0;}
}
 
a.buttonh2{
position: relative;
width: 250px;
height:25px;
bottom: 0;
display: inline-block;
padding: 5px;
background: #55acee;
border: 1px solid #666666;
border-radius: 10px;
color: #fff;
font-family: 'Play';
font-size: 28px;
line-height: 1;
text-align: center;
text-shadow: 0px 1px 1px #ffffff;
-webkit-box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.6),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
-moz-box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.6),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
box-shadow: inset 0 0.9em 2px rgba(85, 172, 238, 0.3),  0 1px 5px 0 #bbb, inset 0 1px 1px #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#55acee), to(#55acee));
background-image: -moz-linear-gradient(top, #55acee, #55acee);
background-image: -o-linear-gradient(top, #55acee, #55acee);
-webkit-transition: all 1.0s ease-in-out;
-moz-transition: all 1.0s ease-in-out;
-ms-transition: all 1.0s ease-in-out;
-o-transition: all 1.0s ease-in-out;
}
 
a.buttonh2:hover{
color: #FFFF00;
-webkit-animation: jump 0.7s ease-out infinite;
-moz-animation: jump 0.7s ease-out infinite;
}
/* --- twitterフォロー用ボタン（中）ここまで ----------------------------------------------------------------------------------------- */

/* --- 縦並びリスト1ここから ----------------------------------------------------------------------------------------- */
.snslist {
    position: relative;
width: 200px;
height:280px;
}

.list1 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}

.list2 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}

.list3 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}

.list4 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}
.list5 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}
.list6 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}
/* --- 縦並びリスト1ここまで ----------------------------------------------------------------------------------------- */

/* --- ウィジェット縦並びリストここから ----------------------------------------------------------------------------------------- */
.snslist2 {
    position: relative;
width: 300px;
/*---height:70px;---*/
}

.list1 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0px;
}

.list2 {
    position: relative;
    margin: 10px 0px 10px 0px;
	padding: 0;
}
/* --- ウィジェット縦並びリストここから ----------------------------------------------------------------------------------------- */

/* --- トップページ用縦並びリストここから ----------------------------------------------------------------------------------------- */
.snslist3 {
    position: relative;
width: 200px;

}

.list1 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}

.list2 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}

.list3 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}

.list4 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}
.list5 {
    position: relative;
    margin: 10px 10px 5px 40px;
	padding: 0;
}
.list6 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}
/* --- トップページ用縦並びリストここまで ----------------------------------------------------------------------------------------- */

/* --- 個別用縦並びリストここから ----------------------------------------------------------------------------------------- */
.snslist4 {
    position: relative;
width: 200px;

}

.list1 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}

.list2 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}

.list3 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}

.list4 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}
.list5 {
    position: relative;
    margin: 20px 10px 5px 40px;
	padding: 0;
}
.list6 {
    position: relative;
    margin: 10px 17px 5px 17px;
	padding: 0;
}
/* --- 個別用縦並びリストここまで ----------------------------------------------------------------------------------------- */

/* --- 個別用横並びリストここから ----------------------------------------------------------------------------------------- */
ul.snslisty {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.snslisty li {
float: left;
width: 320px;
margin: 20px 0px 20px 0px;
padding: 10px;
text-align: center;
}

.clearLeft { 
clear: left; 
}
/* --- 個別用横並びリストここまで ----------------------------------------------------------------------------------------- */


/* --- sns用box1 ----------------------------------------------------------------------------------------- */
#sns-box {
        margin:0px 80px 10px 10px;
	width: 192px;
        
        padding: 10px;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #f2e6ff;
  padding: 3px;
  -webkit-box-shadow: 0 0 10px #bbb; box-shadow: 0 0 10px #bbb;
}
/* --- sns用box１ここまで ----------------------------------------------------------------------------------------- */

/* --- ウィジェット300幅用snsboxここから ----------------------------------------------------------------------------------------- */
#sns-box2 {
        margin:10px 0px 10px 0px;
	width: 300px;
       
        padding: 0px;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #00008B;
  padding: 1px;
  -webkit-box-shadow: 0 0 10px #bbb; box-shadow: 0 0 10px #bbb;
}
/* --- ウィジェット300幅用snsboxここからここまで ----------------------------------------------------------------------------------------- */

/* --- sns用boxトップ ----------------------------------------------------------------------------------------- */
#sns-box3 {
        margin:5px 10px 10px 5px;
	width: 200px;
        
        padding: 10px;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #f2e6ff;
  padding: 3px;
  -webkit-box-shadow: 0 0 10px #bbb; box-shadow: 0 0 10px #bbb;
}
/* --- sns用boxトップここまで ----------------------------------------------------------------------------------------- */

/* --- 個別sns用box ----------------------------------------------------------------------------------------- */
#sns-box4 {
        margin:50px 30px 0px 0px;
	width: 300px;
       
        padding: 0px;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #8FBC8F;
  padding: 1px;
  -webkit-box-shadow: 0 0 10px #bbb; box-shadow: 0 0 10px #bbb;
}
/* --- 個別sns用boxここまで ----------------------------------------------------------------------------------------- */

/* --- ウィジェット200幅用snsboxここから ----------------------------------------------------------------------------------------- */
#sns-box5 {
        margin:10px 0px 10px 0px;
	width: 170px;
       
        padding: 0px auto;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #00008B;
  padding: 1px;
  -webkit-box-shadow: 0 0 10px #bbb; box-shadow: 0 0 10px #bbb;
}
/* --- ウィジェット200幅用snsboxここまで ----------------------------------------------------------------------------------------- */

/* --- 記事用boxここから ----------------------------------------------------------------------------------------- */
#kiji-box {
        margin:10px 10px 10px 0px;
	width: 670px;
        
        padding: 10px;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #f2e6ff;
}
/* --- 記事用boxここまで ----------------------------------------------------------------------------------------- */

/* --- sns個別用ここから ----------------------------------------------------------------------------------------- */
#sns-snskobetu {
        margin:0px 0px 0px 5px;
	
        
        padding: 10px;
 border: 1px solid #AAA;
 border-radius: 6px;
  background-color: #006400;
  padding: 3px;
  -webkit-box-shadow: 0 0 10px #bbb; box-shadow: 0 0 10px #bbb;
}
/* --- sns個別用ここまで ----------------------------------------------------------------------------------------- */
/* --- SNSボタン用ここまで ----------------------------------------------------------------------------------------- */

/* --- 記事末エリアここから ----------------------------------------------------------------------------------------- */

/* --- 記事末boxトラッキング幅728サイズここから ----------------------------------------------------------------------------------------- */
#container-end {

	margin: 4px 0px 2px 0px;
	width: 660px;
  border-radius: 6px;
  background-color: #fff;
  padding: 5px 40px 5px 40px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}
/* --- 記事末boxトラッキング幅728サイズここまで ----------------------------------------------------------------------------------------- */

/* --- 記事末尾ソーシャルボタン ----------------------------------------------------------------------------------------- */
#boxmatus {
        width: 720px;
	margin: 4px 0px 2px 0px;
	border-radius: 6px;

  background-color: #000;
  padding: 7px 10px 0px 10px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- 記事末尾ソーシャルボタンここまで ----------------------------------------------------------------------------------------- */

/* --- 記事末box幅728サイズここから ----------------------------------------------------------------------------------------- */
#matu728box {
	margin: 4px 0px 2px 0px;
	width: 735px;
        
        border-radius: 6px;
  background-color: #fff;
  padding: 4px 0px 0px 5px;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}
/* --- 記事末box幅728サイズここまで ----------------------------------------------------------------------------------------- */


/* --- 記事末エリアここまで ----------------------------------------------------------------------------------------- */

/* --- footerboxrss記事幅728サイズここから ----------------------------------------------------------------------------------------- */
#container-rss{

	margin: 8px 0px 8px 0px;
	width: 728px;
        highet:900px;
  border-radius: 6px;
  background-color: #fff;
  padding: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}
/* --- footerboxrss記事幅728サイズここまで ----------------------------------------------------------------------------------------- */

/* --- リンクボックスここから ----------------------------------------------------------------------------------------- */
#container-lib{

	margin: 8px 0px 8px 0px;
	width: 385px;
        
  border-radius: 6px;
  background-color: #fff;
  padding: 10px 6px 10px 6px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}
/* --- リンクボックスここまで ----------------------------------------------------------------------------------------- */

/* --- 逆アクセスボックスここから ----------------------------------------------------------------------------------------- */
#container-acce{

	margin: 8px 0px 8px 0px;
	width: 300px;
        
  border-radius: 6px;
  background-color: #fff;
  padding: 8px 0px 24px 8px;
  -webkit-box-shadow: 0 0 30px #bbb; box-shadow: 0 0 30px #bbb;
}
/* --- 逆アクセスボックスここまで ----------------------------------------------------------------------------------------- */

/* --- リンク逆アクセス横並び用ここから ----------------------------------------------------------------------------------------- */
.linb {
  text-align: left;
  margin:5px 0px 5px 0px;
  width :728px;　/* バナーサイズとmarginを計算して調整 */
}
.linb #linbr {
  float: right;
  margin:5px 5px 5px 5px;
}
.linb #linbl{
  float: left;
  margin: 5px 5px 5px 5px;
}
/* Opera用の指定 */
.linb p,.linb p {
  text-align: left;
  margin:0px auto;
}

/* --- リンク逆アクセス横並び用 ----------------------------------------------------------------------------------------- */

/* --- リストの・を消すコード ----------------------------------------------------------------------------------------- */
ul {
  margin: 0; /* 上下左右のマージンを0 */
  padding: 0; /* 上下左右のパディングを0 */
}
li {
  list-style-type: none; /* リストマーカーを表示しない */
}

/* --- リンク集ここから ----------------------------------------------------------------------------------------- */
ul.link-ul {
display:table;
text-align: left;
table-layout: auto;
width:100%; 
font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
padding:0px;

}
li.link-li{
display:table-cell;

}

/* --- リンク集ここまで----------------------------------------------------------------------------------------- */
/* --- タグクラウドデザイン----------------------------------------------------------------------------------------- */
.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 {
	font-size: 100%;
	line-height:2.2;
	padding:3px;
	border-radius: 3px; 
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;
	background-color:#eee;
}