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

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.23"; :created "2013-04-11"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {
}
#wrapper {
background-color: #F3F3EE;
min-width: 1000px;
}
#container {
	border-radius:4px;
	margin: 15px auto;
max-width: 1200px;
min-width: 1000px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}
#main {
}
#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: 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 {
}
body.layout-2col #main {
width: 100%;
margin: 0 -260px 0 0;
}
body.layout-2col #main-inner-wrap {
min-width: 730px;
margin: 0 260px 0 0;
}
body.layout-2col #main-inner {
padding: 20px 30px;
background: #fff;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
border-width: 1px;
border-style: solid;
}
body.layout-2col #sidebar {
	padding: 0px 0px 20px 20px;
	width: 240px;
}
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.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
color: #080000;
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Sans-serif;
font-size: 14px;
line-height: 1.2;
font-weight: normal;
}
a,
body.page-article .article-title a:visited {
	color: #555;
	text-decoration:none;
}
a:link {}
a:visited {
}
a:hover {
	color: #ff6a33;
	text-decoration:underline;
}
a:active {}

/* border color */
.comment_page_title,
.related-articles li,
#populararticles-day tr,
#populararticles-week tr,
.article-meta,
dl.article-tags,
.list-header,
body.layout-2col #main-inner,
.page-index .article,
.page-category .article,
.page-monthly .article {
border-color: #e7e7e7;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#header-wrap {
background-color: #fff;
height: 70px;
border-bottom: 1px solid #d7d1c1;
}
#header-wrap-inner {
margin: 0 auto;
max-width: 1200px;
}
#blog-header {
float: left;
}
#blog-header hgroup {
	padding: 10px;
}
#blog-title {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 4px;
}
#blog-title a {
	color: #333;
}
#blog-description {
color: #666;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
margin: 5px 0 0 0;
}
#blog-description a {
	color: #333;
}

#header-menu-list {
height: 50px;
line-height: 50px;
margin: 10px;
float: right;
}
#header-menu-list li {
border-width: 0 0 0 1px;
border-style: dotted;
border-color: #d7d1c1;
padding: 0 25px;
list-style: none;
float: left;
}
#header-menu-list li.last {
border-width: 0 1px 0 1px;
border-style: dotted;
border-color: #d7d1c1;
}

#menu-wrap {
background: #ebe8e0;
border-top: 1px solid #fff;
border-bottom: 1px solid #d7d1c1;
}
#menu-inner {
height: 30px;
line-height: 30px;
margin: 0 auto;
max-width: 1200px;
color: #727272;
clear: both;
}
#menu-inner ul {
list-style: none;
}
#menu-inner li {
float: left;
border-left: 1px solid #d7d1c1;
padding: 0 10px;
}
#menu-inner .last {
border-right: 1px solid #d7d1c1;
}

/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.list-header {
background-color: #F9F9F6;
height: 30px;
padding: 10px 30px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
border-width: 1px 1px 0px 1px;
border-style: solid;
border-radius: 5px 5px 0px 0px;
background: url(./blog_item/stripe_f9f9f6_bg.png);
}
.archives-header h1,
.list-header h3 {
margin: 8px 0 0 40px;
font-size: 14px;
font-weight: bold;
}
.article {
	padding: 60px 0 0 0;
}
.first-article {
	padding-top :0px !important;
}
.page-index .article,
.page-category .article,
.page-monthly .article {
padding-top: 10px;
padding-bottom: 5px;
border-width: 0 0 1px;
border-style: dotted;
}

/* 記事ヘッダー、記事タイトル */
.head-thumb {
float: left;
margin: 0 15px 0 0;
max-width: 130px;
max-height: 85px;
}
.thumbnails {
border: 1px solid #ddd;
padding: 2px;
}
.thumbnails:hover {
border-color:#999999;
}
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-header-wrap {
margin-left: 150px;
}
.article-header-wrap .article-footer {
clear: none;
}
.article-title {
	margin: 4px 0;
}
.article-title a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.article-header-wrap .article-title a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

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

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-top: 1em;
}
.article-meta {
	padding: 3px 0;
}
.meta-wrap .article-meta {
padding: 3px 0;
border-width: 0px 0px 1px 0px;
border-style: dotted;
}
.article-social-btn {
text-align: right;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
display: inline-block;
margin: 5px 0;
}
.article-category dd,
.article-comment-count dd {
float: left;
line-height: 1;
margin-top: -8px;
margin-left: 5px;
padding: 5px;
}
.article-category dd.article-category2 {
border-left: none;
}

dl.article-tags {
font-size: 12px;
line-height: 1.3;
margin: 0;
padding: 5px;
text-align: right;
border-width: 0px 0px 1px 0px;
border-style: dotted;
}
dl.article-tags dt {
display: none;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 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: #f7f7f7;
	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;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	height: auto;
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */

#article-options {
margin: 30px 0 0 0;
}
.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;
}
#article-options .article-option-title {
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;
color: #727272;
}
#comments-list {
margin: 20px 0 0 0;
font-size: 13px;
color: #333;
}

.comment_num {
margin: 0 10px 0 0;
}
.comment_name {
font-size: 12px;
font-weight: bold;
color: #228b22;
margin: 0 10px 0 0;
}
.comment_date {
font-size: 12px;
color: #aaa;
margin: 0 10px 0 0;
}
.comment-id {
font-size: 12px;
color: #727272;
}
.commenttext {
margin: 10px 10px 10px 10px;
width: 93%;
}
.commenttext a {
color: #08C;
}
.comment-form-body textarea {
margin-bottom: 0px;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #fcfcfc;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.comment_rate {
display: inline-block;
margin: 10px 0 5px 0;
}

/* comment popup */
.popup{
background:#ffffff;
padding:20px;
text-align: left;
min-width:500px;
max-width:650px;
border: 1px solid #e7e7e7;
border-radius: 5px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.popup .commenttext {
margin: 10px 20px 20px 15px;
background: #ffffff;
padding: 0px 10px 0px 10px;
}

.popup_post{
font-size:12px;
background:#ffffff;
padding: 20px 20px 10px 20px;
text-align: left;
min-width:500px;
max-width:650px;
border: 1px solid #e7e7e7;
border-radius: 5px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.popup_post .mtex-link {
margin: 0px 20px 0px 15px;
font-size: 13px;
}
.popup_post a {
color: #08c;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
border-radius: 5px;
}
ul.index-navigator li.current span {
	background-color: #EBE8E0;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:hover {
	background-color: #F3F3EE;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #666;
}

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

/* 次、前の記事 */
ul.article-pager,
ul.archives-pager {
padding: 20px 0;
}
ul.article-pager li,
ul.archives-pager li {
display: inline;
float: left;
width: 50%;
margin: 0;
}
ul.article-pager .prev a {
margin: 0 10px 0 0;
}
ul.article-pager .next a {
margin: 0 0px 0 10px;
}

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


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
}
.sidewrapper {
	font-size: 12px;
	overflow: hidden;
	padding: 10px 10px 15px 10px;
	position: relative;
background: #EBE8E0;
margin: 0 0 20px;
border-radius: 5px;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody-toggle,
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
background: #fff;
padding: 10px;
}
.sidewrapper .side .sidebody-toggle {
text-align: left;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 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 {
}

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

.ad-wrap1,
.ad-wrap2 {
background: #EBE8E0;
text-align: center;
padding: 5px;
border-radius: 5px;
margin: 5px 0;
}
.ad-wrap2 {
background: inherit;
}

/* header-menu */
.menu-icon {
}
.menu-icon img {
width: 35px;
vertical-align: middle;
}
.menu-icon img:hover {
opacity: 0.5;
}

/* headline */
.rss-blogroll,
.rss-blogroll2 {
zoom: 100%;
border-width: 10px;
border-color: #EBE8E0;
border-style: solid;
margin-bottom: 0px;
padding: 3px 10px;
background: #fff;
white-space: nowrap;
overflow: hidden;
height: 464px;
border-radius: 5px;
}
.rss-blogroll2 {
height: 306px;
}
body .blogroll-wrap {
overflow-y: scroll;
height: 315px;
}
.news-wrap .blogroll-channel {
margin-bottom: 0px;
padding: 0px;
}
.rss-middle {
white-space: nowrap;
overflow: hidden;
height: 372px;
margin: 20px 0;
}
.rss-bottom1,
.rss-bottom2,
.rss-bottom3 {
white-space: nowrap;
overflow: hidden;
height: 775px;
margin: 10px 0 20px 0;
}
.rss-bottom2 {
height: 520px;
}
.rss-bottom3 {
height: 775px;
}
.iframe-wrap {
overflow: hidden;
}
.HeadlinerRss1 {
width: 1000px;
height: 1000px;
margin: 0;
}
.HeadlinerRss2 {
width: 1000px;
height: 2000px;
margin: -780px 0 0 0;
}
.HeadlinerRss3 {
width: 1000px;
height: 3000px;
margin: -1090px 0 0 0;
}
.HeadlinerRss4 {
width: 1000px;
height: 3000px;
margin: -1865px 0 0 0;
}
.HeadlinerRss5 {
width: 1000px;
height: 4000px;
margin: -2640px 0 0 0;
}
.news-wrap {
width: 920px;
height: 775px;
overflow-x: hidden;
overflow-y: hidden;
}
.link-list,
.news-wrap .blogroll-channel .blogroll-list {
height: 30px;
line-height: 30px;
font-size: 13px;
font-weight: bold;
margin-bottom: 0px;
padding: 0 0 0 20px;
border-bottom: 1px dotted #e7e7e7;
background-image: url(./blog_item/list-square.png);
background-repeat: no-repeat;
background-position: left center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.timeline-wrap .link-list {
height: 25px;
line-height: 25px;
font-size: 12px;
font-weight: normal;
}

/* Tab */
#tab li {
float: left;
padding: 10px;
list-style: none;
cursor: pointer;
}
#tab li.select {
background: #EBE8E0;
}
.content_wrap {
clear: left;
margin: 20px 0 0 0;
font-size: 13px;
}
.disnon {
display: none;
}

#tab_wrap_RelatedArticles #tab {
background: #F9F9F6;
height: 36px;
border-radius: 5px;
border: 1px solid #d7d1c1;
}
#tab_wrap_RelatedArticles ul {
list-style: none;
}
#tab_wrap_RelatedArticles li {
color: #727272;
}
#tab_wrap_RelatedArticles li.select {
color: #727272;
}
#tab_wrap_RelatedArticles li:first-child {
border-radius: 5px 0px 0px 5px;
}

.popularArticlesListWithImage-wrap h3,
.related-articles h3 {
font-size: 14px;
font-weight: bold;
color: #727272;
}
.related-articles ul {
margin: 10px 0 20px 0;
}
.related-articles li {
height: 25px;
line-height: 25px;
margin: 0px 0 0px 15px;
border-width: 0 0 1px 0;
border-style: dotted;
background-image: url(./blog_item/list-square.png);
background-repeat: no-repeat;
background-position: left 6px;
padding: 0 0 0 20px;
}

#populararticles-day,
#populararticles-week {
width: 100%;
}
#populararticles-day tr,
#populararticles-week tr {
height: 25px;
line-height: 25px;
border-width: 0 0 1px 0;
border-style: dotted;
}
.populararticles-rank {
width: 30px;
}

.comment_page_title {
height: 25px;
line-height: 25px;
margin: 15px 5px;
border-width: 0 0 2px 0;
border-style: dotted;
background-image: url(./blog_item/list-square.png);
background-repeat: no-repeat;
background-position: left 6px;
padding: 0 0 0 20px;
}
.new_comment {
background: #F9F9F6;
color: #666;
margin: 10px;
padding: 10px;
border: 1px solid #EBE8E0;
border-radius: 5px;
}


/* ボタン */
.btn {
border-color: #EBE8E0;
border-width: 3px;
border-style: solid;
border-radius: 5px;
padding: 4px 8px;
display: inline-block;
line-height: 1;
background: #fff;
cursor: pointer;
}
.btn:hover {
text-decoration: none;
opacity: 0.5;
}
.btn a,
.btn a:hover {
text-decoration: none;
}
.btn-mini {
border-width: 2px;
border-radius: 5px;
padding: 4px 8px;
font-size: 12px;
}
.btn-orange {
border-color: #faa732;
}

/* badge */
.badge {
display: inline-block;
padding: 2px 4px;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #999;
border-radius: 5px;
}
.badge-orange {
background-color: #faa732;
}

/*アイコン */
span.icon {
background: #fff;
padding: 6px;
border: 1px solid #E7E7E7;
border-radius: 5px;
float: left;
}
.icon-book {
background-image: url("./blog_item/icon-book.png");
}
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 16px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-repeat: no-repeat;
}

/* img-link amazon-link*/
.AmazonLink,
.ImageLink {
position: relative;
display: inline-block;
margin-bottom: 15px;
vertical-align: top;
text-align: left;
list-style-type: none;
overflow: hidden;
}
.AmazonLink a,
.ImageLink a {
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-style: solid;
background: none !important;
text-decoration: none;
width: 210px;
height: 160px;
padding: 3px;
}
.AmazonLink a {
height: 300px;
}
.AmazonLink a:hover,
.ImageLink a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
-moz-opacity: 0.7;
}
.ImageLink-wrap .ImageLink {
width: 20%;
}
.article-ImageLink-wrap .ImageLink {
width: 33%;
}
.ImageLink-wrap .ImageLink a,
.article-ImageLink-wrap .ImageLink a {
max-width: 95%;
}
.AmazonLink-title,
.ImageLink-title {
position: absolute;
bottom: 0;
left: 0;
width: 250px;
max-width: 91%;
min-height: 22%;
margin: 4px;
padding: 5px;
background: #000;
color: #fff;
font-size: 12px;
line-height: 1.4;
background: url(./blog_item/black-80-bg.png);
overflow: hidden;
}
.AmazonLink-title {
min-height: 12%;
}
.AmazonLink img,
.ImageLink img{
width: 100%;
height: 160px;
}
.AmazonLink img {
width: 100%;
height: 300px;
}

.amazon-wrap1 {
margin: 20px 0 5px 0;
}
.amazon_l {
width: 32%;
margin: 0px 5px 5px 0;
padding: 0px;
float: left;
overflow: hidden;
text-align: center;
border: 1px solid #d7d1c1;
border-radius: 5px;
}
.amazon_l_img {
margin: 0px 0 0px 0;
padding: 0px 0px 0 0;
}
.amazon_l_img:hover {
filter: Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.amazon_l img {
width: auto;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
}

/* google search*/
.google-search {
width: 350px;
height: 30px;
display: table-cell;
vertical-align: middle;
}
.google-search input {
background-color: #fff;
border-radius: 5px 0 0 5px;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
display: block;
float: left;
margin: 0 auto;
padding: 0 5px 0 5px;
vertical-align: top;
width: 75%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #aaa;
font-size: 13px;
height: 20px;
line-height: 18px;
outline: 0;
}
.google-search .g-search-btn {
border-left: 0;
border-radius: 0 5px 5px 0;
float: right;
text-shadow: 0 1px 0 #fff;
width: 25%;
background: #f1f1f1;
background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
background: -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
background: -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
background: -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
background: linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
-webkit-transition: color 0.2s ease;
-moz-transition: color 0.2s ease;
-ms-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
border: 1px solid #aaa;
font-size: 13px;
height: 20px;
line-height: 18px;
outline: 0;
}

/* twitter*/
#tweet iframe {
width: 100%;
}

/* 本文 */
.article-body .quot_link_top {
margin: 10px 0 10px 10px;
}
.post_no_waku {
font-size: 13px;
color: #666;
}
.mtex {
	MARGIN:0 0 0px 25px;
	COLOR:#333333;
	TEXT-ALIGN:left;
	font-size:14px;
	font-weight:normal;
	line-height:1.7;
	padding-right:0px;
}
.mtexb2 {
	MARGIN:0px 0 20px 25px;
	COLOR:#666;
	TEXT-ALIGN:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding-right:0px;
}
.mtex-news {
	margin:5px 0 30px 25px;
	color:#4d4d4d;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding-right:0px;
}
.mtex-news-1 {
	margin:0px 0 30px 0px;
	padding: 5px 0 0 20px;
	color:#333333;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
background: #F2F2F2;
border: 1px dotted #CDCDCD;
}
.mtex-news-b {
	margin:5px 0 30px 25px;
	color:#404040;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	padding-right:0px;
}
.mtex-news-bq {
	margin:5px 0 0px 25px;
	color:#404040;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding-right:0px;
}
.mtexaa {
	MARGIN:0 0 30px 25px;
	COLOR:#333333;
	TEXT-ALIGN:left;
	font-family: "ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding-right:0px;
display: block;
}
span.mtexaa {
	MARGIN:0 0 0px 0px;
	TEXT-ALIGN:left;
	font-family: "ＭＳ Ｐゴシック","Mona","mona-gothic-jisx0208.1990-0",sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding-right:0px;
display: block;
}
div.article-body blockquote .mtex-news,
div.article-body blockquote .mtex-news-1 {
	margin:5px 0 -10px 25px;
	font-size:13px;
	font-weight:bold;
}
.article-body-inner blockquote {
background: #F2F2F2;
border: 1px dotted #CDCDCD;
padding: 10px;
}

/* ネーム装飾 */
.nn {
	COLOR:#008000;
	font-weight:normal;
}
.nb {
	COLOR:#008000;
	font-weight:normal;
}
.idb {
	font-weight:bold;
	padding: 2px;
}
.idn1 {
	font-weight:normal;
}
.id1 {
	font-weight: normal;
	padding: 2px;
	background-color: #F3F3EE;
}

/*後で*/
.read-later-btn {
float: left;
margin-top: -3px;
margin: -3px 0 0 5px;
}
#myTable_wrapper {
margin: 40px 0 50px 0;
}
#myTable_wrapper table {
width: 100%;
}
#myTable_wrapper table th {
background-color: #F9F9F6;
outline: none;
}
#myTable_wrapper table th,
#myTable_wrapper table td {
border: 1px solid #d7d1c1;
text-align: center;
}

/* 画像コメント */
.popularArticlesListWithImage-wrap {
margin: 0px;
}
div.popularArticlesWithImage.A ul li {
max-width: 24%;
}
div.popularArticlesWithImage.A ul li a {
max-width: 98%;
}
div.popularArticlesWithImage.A div.title {
max-width: 95%;
}
div.popularArticlesWithImage.A li div.image.noimage {
  background-image: url("http://s2-log.com/blog_item/no_img120x80anime.gif");
  height: 100%;
  width: 100%;
}
div.popularArticlesWithImage.A li div.image img {
max-width: 100%;
}

/*サイドバーナビ*/
#side-navi {
position: fixed;
top: 0;
display: none;
z-index: 2;
background: url(./blog_item/white-90-bg.png);
width: 220px;
padding: 10px;
border-radius: 0px 0px 5px 5px;
opacity: 0.3;
}
#side-navi:hover {
opacity: 1;
}
#side-navi .side-navi-img {
margin: 0 18px;
}

/*アコーディオンリンク*/
.sidebody-toggle {
cursor: pointer;
}

/* access ranking */
.side_access tr {
border-bottom: 1px dotted #e7e7e7;
line-height: 22px;
white-space: nowrap;
}
.side_access td {
}

/*その他*/
#sidebar select {
width: 100%;
height: 30px;
line-height: 30px;
background-color: #fff;
border: 1px solid #ccc;
outline: 0;
}
.space1{
margin: 0 0 10px 0;
}
 
/*clearfix*/
.pager:after,
.amazon-wrap1:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

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