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

/* 全体のレイアウト
----------------------------------------------- */
body {}
#wrapper {
	padding-top: 0px;
}
#container {
	border-radius:4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	width: 1080px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
	padding: 10px 20px 0px 10px;
	background-color: #fafafa;
}
#sidebar {
}

#rankingbanner {
/*	border:3px double #64CC2B;*/
	border:3px double #0000ff;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-radius:10px;
}


/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #ffffff;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;
}
body.layout-2col #main {
	width: 730px;
}
body.layout-2col #main-inner {

}
body.layout-2col #sidebar {
	padding: 10px 10px 10px 0px;
	width: 310px;
}
body.layout-2col #sidebar-inner {
	margin: 10px 0px 0px 0px;
	border: solid 1px #c0c0c0;
	border-radius: 10px;
}
#main-inner h3 {
	margin:0px 5px 14px 5px;
	padding:5px 10px 5px 18px;
	border:1px solid #48B66E;
	background: #E0F8E0;
	color:#000000;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
	font-size: 18px;
	font-weight: bold;
	border-radius:10px;
}
#main-inner h4 {
	margin:0px 5px 14px 5px;
	padding:5px 10px 5px 18px;
	border:1px solid #48B66E;
	background: #E0F8E0;
	color:#000000;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
}

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

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

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: auto;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #2e90c5;
	text-decoration:none;
}
a:link {}
a:visited {
	color: #7050a0;
/*	color: #723c94;*/
}
a:hover {
	color: #197bb0;
	text-decoration:underline;
	position: relative;
	left: 1px;
	top: 1px;
}
a:active {}


/*画像マウスオーバー時の白い半透明*/
a.opacity{
	background-color:#FFF;
	display:inline-block;
}

a.opacity:hover img,
a.opacity:active img{
	-moz-opacity:0.7;
	opacity:0.7;
	 filter:alpha(opacity=70);
}


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

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	padding: 80px 0 0 0;
}
.first-article {
	padding-top :0px;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	background: #f2f2ff url(http://livedoor.blogimg.jp/ponpoko10/imgs/7/9/793397d9.png) no-repeat left center;
	height: 45px;
	font-size: 20px;
	line-height: 120%;
	margin: 10px 0 0 0;
	padding: 14px 5px 14px 80px;
	border-top: 4px #5555ff solid;
	border-bottom: 2px #ccccff solid;
	border-radius: 10px;
}

.article-title a {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
}

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

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
	border-bottom: 2px solid #cecece;
}
.article-meta {
	padding: 16px 0px 0px 0px;
	color: #808080;
	font-size: 14px;
}
.article-social-btn {
	border-top: 2px solid #cecece;
	margin-bottom: -1px;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3;
}


.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	background: url(http://livedoor.blogimg.jp/ponpoko10/imgs/img.png) no-repeat 0px 4px;
	padding: 0px 0px 0px 15px;
	margin-left: 20px;
}

/* 続きを読む */
.article-continue a {
	background: #fafafa;

}

/*続きを読むボタン*/
.article-continue {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  font-size:16pt;
  color:#333;
  border: 2px solid #333;
  border-radius: 5px;
  transition: .01s
}

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

/* メッセージボード */
.message-board {
	background-color: #fafafa;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

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


/* 記事下の最新記事画像一覧 */
.saisinkizi {
	margin: 0px 0px 70px 0px;
}

/* 広告とソーシャルボタン */
.koukokuGoo {
	text-align: center;
	float: left;
	margin: 30px 0px 60px 0px;
}

.socialBottom {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:30px 0px;
}

.tuitoBottomInner a {
	background: #fafafa;
}
.hatebuBottomInner a {
	background: #fafafa;
	margin: 10px 0px 0px 0px;
}

.amazon {
	margin: 0px 0px 70px 0px;
	text-align: center;
}

/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 16px;
}

.article-body-inner {
	margin: 10px 10px 0px 10px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3,
.article-body-inner h4,
.article-body-inner blockquote {
	background-color:#ffffff;
	border: 1px solid #fff;
}
.article-body-inner h2{
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 1px #5555ff;
	border-left: solid 7px #5555ff;
	font-size: 140%;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 2px #f5f5f5 outset;
	box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.3);
	height: auto;
	margin: 0em 6px 0em!important;
	max-width: 98.4%;
	border-radius:8px;
}
.article-body-inner img.pictComment{
	border: 2px #90ee90 outset;
	box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.3);
	height: auto;
	margin: 0em 6px 0em!important;
	max-width: 98.4%;
	border-radius: 8px;
}

.article-body img.pict{
	border: 2px #f5f5f5 outset;
	box-shadow: 0px 5px 8px rgba(51, 51, 51, 0.3);
	height: auto;
	margin: 0em 6px 0em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}
#comment-form .comment-form-body .facemark,
#comment-form .comment-form-body .memorize,
#comment-form .comment-form-body .rating {
    display: none;
}
#article-options {
	padding:0px 20px;
}
#article-options button {
	font-size: 14px;
	padding:0px 180px;
	margin: 0px 50px 0px 0px;
}
#comment-form-tools {
	margin: 12px 0px 0px 0px;
	border: 0px;
	background: #fafafa;
}
#article-options input.text {
	font-size: 14px;
}
#article-options textarea {
	font-size: 14px;
	line-height: 140%;
}
li.comment-author {
	font-size: 16px;
	font-weight: normal;
}
li.comment-body {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
div.comment-box {
	line-height: 1.4;
	margin:10px 30px;
	padding:10px 20px;
	background-color: #F0FCEE;
	border: 1px dashed #48B66E;
	border-radius: 3px;
}
ul.commentlist {
	list-style:none;
	margin:0px 0px 50px 0px;
}



/* ページ送り
----------------------------------------------- */
/* トップページ */
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: #2e90c5;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	border-bottom: 1px solid #fcfcfc;
	font-size: 12px;
	overflow: hidden;
	padding: 0px 3px 10px 3px;
	position: relative;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	margin:5px 5px 12px 5px;
	padding:8px 10px 8px 28px;
	border:1px solid #1871B8;
	background: #5555ff;
	color:#FFF;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
	font-size: 12px;
	font-weight: bold;
	border-radius:10px;
}
.sidewrapper .sidetitle:before{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:19px; 
	left:19px; 
	background-color:#ffff00;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity:0.50;
	z-index: 1;
}
 
.sidewrapper .sidetitle:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:12px; 
	width:12px; 
	display:block; 
	position:absolute; 
	top:12px; 
	left:14px; 
	background-color:#ff6347;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.3;
	margin: 0 0 7px 10px;
}
.sidewrapper .side .sidebody.category-child {
	padding: 0px 0px 0px 12px;
}


/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	border: none;
}
table.caltblday .calon a {
	background-color: #2e90c5;
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday .calon a:hover {
	background-color: #197bb0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #fafafa;
	border-left: 5px solid #2e90c5;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 15px;
	margin: 10px 0px 20px 0px;
	padding: 10px;
}

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


/* テーブル */
table {
	width: auto;
	border-spacing: 0;
	font-size:18px;
}

table th {
	color: #fff;
	padding: 8px 15px;
	background: #258;
	background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table th:first-child {
	border-radius: 5px 0 0 0;
}

table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

table tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
}

table tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr {
	background: #fff;
}

table tr:nth-child(2n+1) {
	background: #f1f6fc;
}

table tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}

table tr:hover {
	background: #bbd4ee;
	cursor:pointer;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 20px;
}
#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;
}


/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}