ul#ld-services, ul#ld-services li,
div#footer p,
ul.index-navigator, ul.index-navigator li,
ol.paging-number, ol.paging-number li,
ul.article-pager, ul.article-pager li,
ul.archives-pager, ul.archives-pager li,
dl.common-theme, dl.common-theme dt, dl.common-theme dd,
dl.article-tags, dl.article-tags dt, dl.article-tags dd,
ul.article-post,
div.comment-auth-announcement p,
div.private-mode-announcement p,
.side ul.tagcloud, .side ul.tagcloud li,
.side ul.recent-article-image, .side ul.recent-article-image li,
.side ul.blog-members, .side ul.blog-members li,
.side div.popularArticlesWithImage.plugin {
	margin: 0;
	padding: 0;
}

ul#ld-services,
ul.index-navigator,
ol.paging-number,
ul.article-pager,
ul.archives-pager,
ul.article-post,
.side ul.recent-article-image,
.side ul.blog-members{
	list-style-type: none;
}

a.ldclip-redirect img,
ul#ld-services li a img,
img#tool,
abbr {
	border: 0;
}

#blog-powered a {
  background-color: #FBFAF7;
  border-radius: 5px;
  padding: 2px 5px;
  display: inline-block;
  line-height: 0;
}

#ld-services li#blog-powered img {
  margin-bottom: 0;
}

a.ldclip-redirect img {
	vertical-align: middle;
}


/* = BlogHeader
=============================================== */

table#header { width: 100%; }
table#header th { width: 1%; }
table#header td.catprbox {
	width: 1%;
	white-space: nowrap;
}
table#header td.catprbox span { margin-right: 15px; }
table#header td.newstickerbox { width: 97%; }
table#header td.newstickerbox div {
	text-align: left!important;
	padding-left: 10px;
}
table#header td.startblogbox {
	width: 1%;
	padding-right: 20px;
	white-space: nowrap;
}

table#header td.startblogbox img {
	margin-right: 3px;
	border: 0;
	vertical-align: middle;
}
table#header td.startblogbox a.header-nav-livedoor {
	margin-right: 5px;
	border-right: 1px solid;
	padding-right: 5px;
}
/* changed Js */
table#header a {
  text-decoration: none!important;
}
table#header td { height: 16px!important; }
td.newstickerbox div {
	width: 200px!important;
	height: 14px!important;
}
#header_scroll { width: 170px!important; }
#header_topics div { height: 14px!important; }

/* 古いテンプレートでロゴが大きくなる、余白ができるのを修正 */
table#header span.common-header-logo img {
	width: 94px!important;
	height: 17px!important;
	margin: 0;
}


/* = LDServices
=============================================== */
ul#ld-services {
	text-align: center;
}
ul#ld-services li {
	padding-bottom: 10px;
}


/* pagers start

 = IndexNavigator
=============================================== */

ul.index-navigator li,
ol.paging-number,
ol.paging-number li {
	display: inline;
}

ul.index-navigator li {
	font-weight: normal;
}

ul.index-navigator li.paging-number ol.paging-number li.current {
	margin: 0 5px;
	font-weight: bold;
}

ul.index-navigator li a {
	margin: 0 2px;
	padding: 0 3px;
	font-weight: normal;
	zoom: 1; /* for ie */
}

div.index-navigator-outer {
	text-align: center!important;
}

/* for wave series */
body.wave #index-navigator1 {
	margin-bottom: 1em;
}


/* = ArticlePager
=============================================== */
ul.article-pager li {
	display: inline;
}


/* = ArchivesPager
=============================================== */
ul.archives-pager {
	text-align: center;
}
ul.archives-pager li {
	display: inline;
}
ul.archives-pager li.both {
	border-left: 1px solid;
}
/* pagers end */ 


/* = PortalLinks
=============================================== */
div.portal-links dl.common-theme {
	margin-bottom: 5px;
}

/* = CommonTheme
=============================================== */
dl.common-theme {
	clear: both;
}
dl.common-theme dt,
dl.common-theme dd {
	display: inline;
}
dl.common-theme dt {
	display: none;
}
body.default_2008 dl.common-theme {
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 16px;
}


/* = ArticleTagsList
     ArticleTagsListInternal
=============================================== */
dl.article-tags {
	clear: both;
}
dl.article-tags dt,
dl.article-tags dd {
	display: inline;
}
dl.article-tags dd {
	margin-left: 5px;
}
/* default_2008 style */
body.default_2008 dl.article-tags {
	padding-left: 20px;
	height: 1%;
	min-height: 16px;
	line-height: 20px;
}
body.default_2008 dl.article-tags dd {
	margin-left: 7px;
}

/* standard_blue style */
body.standard_blue h3.title a {
	text-decoration: none;
}

/* old type (article_tags) */
dl.article_tags {
	clear: both;
}
dl.article_tags dt,
dl.article_tags dd {
	display: inline;
}
dl.article_tags dd {
	margin-left: 5px;
}


/* = Clap
=============================================== */
span.clap {
	padding-left: 5px;
}
span.clap img {
	vertical-align: middle;
	margin-right: 3px;
}


/* = post Twitter
=============================================== */
a.postTwitter img {
	border: none;
	vertical-align: bottom;
}


/* = ArticlePostInfo (for the4thGeneration)
----------------------------------------------- */
.vcard a.url {
	text-decoration: none;
}
ul.article-post {
	text-align: right;
}
ul.article-post li {
	display: inline;
}
ul.article-post li.article-author {
	font-weight: bold;
}
ul.article-post li.article-author img {
	vertical-align: middle;
	padding-right: 5px;
}
ul.article-post li.article-comment-count,
ul.article-post li.article-trackback-count {
	margin-left: 5px;
}
ul.article-post li.article-clip {
	padding-left: 5px;
}


/* = CommentForm
=============================================== */
/* comment auth */

div.comment-auth-announcement {
	border: 1px solid;
	border-color: #858585;
	margin: 10px;
	padding: 10px;
}
div.comment-auth-announcement p {
	text-align: left;
}
div.comment-auth-announcement p.authorized {
	text-align: center;
}


/* = Private Mode
=============================================== */
div.private-mode-announcement {
	border: 1px solid;
	padding: 10px;
}
div.private-mode-announcement p {
	text-align: left;
}
div.private-mode-announcement p.authorized {
	text-align: center;
}

/* ログアウトする */
div.private-mode-announcement p.authorized a {
	margin-left: 10px;
}

/* = MessageBoard
=============================================== */
div.message-board-outer {
	margin-bottom: 10px;
}
div.message-board {
	text-align: left;
}


/* = ArticleInnerPager
=============================================== */
ul.blog-media-pager-nav {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	text-align: center;
}
ul.blog-media-pager-nav li {
	margin: 0 3px;
	padding: 0;
	display: inline;
}
ul.blog-media-pager-nav li span,
ul.blog-media-pager-nav li a {
	border: 1px solid #ccc;
	text-align: center;
	text-decoration: none;
	padding: 3px 7px;
}
ul.blog-media-pager-nav li.blog-media-pager-current {
	font-weight: bold;
}


/* = TagCloud - Plugin
=============================================== */
.side ul.tagcloud {
	text-align: left;
	overflow: hidden;
	line-height: 1.2;
}
.side ul.tagcloud li {
	display: inline;
}

/* font size */
.side ul.tagcloud li.tag-weight-0 {
	font-size: 100%;
}
.side ul.tagcloud li.tag-weight-1 {
	font-size: 120%;
}
.side ul.tagcloud li.tag-weight-2 {
	font-size: 165%;
}
.side ul.tagcloud li.tag-weight-3 {
	font-size: 200%;
}
.side ul.tagcloud li.tag-weight-4 {
	font-size: 230%;
}

.side ul.tagcloud li.tag-lifetime-0,
.side ul.tagcloud li.tag-lifetime-1,
.side ul.tagcloud li.tag-lifetime-2,
.side ul.tagcloud li.tag-lifetime-3,
.side ul.tagcloud li.tag-lifetime-4 {}


/* = Search - Plugin
=============================================== */
.side input.sf {
	width: 65%;
}
.side input.submit {
	width: 25%;
}


/* = galleryThumbnail - Plugin
=============================================== */
ul.galleryThumbnail {
	margin: 0;
	padding: 0;
	text-align: left;
}
ul.galleryThumbnail li {
	display: inline;
	overflow: hidden;
}
ul.galleryThumbnail li a {
	background: transparent!important;
}
ul.galleryThumbnail li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul.galleryThumbnail li img {
	margin-bottom: 3px;
	border: none;
	vertical-align: baseline;
}


/* temp
--------------------------- */
div.article-option ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#comment-form-body tr.input-comment-body td div.textarea-outer {
	position: relative;
}
div#comment-form-body div#emoji {
	position: absolute;
	background-color:#fff;
	top: 0!important;
	left: 2px!important;
	border: 0;
}
div#comment-form-body div#emoji table {
	border: 1px solid #000;
}

#NnVD {
	top: 30px !important;
}


/* = Advertise
----------------------------------------------- */
div#ad,
div#ld-service {
	display: block!important;
}


/* = Google AdSense
----------------------------------------------- */
.adhover {
	border-radius: 5px;
}

a.adtitle,
.adhover a.adtitle { color:#0000fe; }

a.addescription,
a.adld,
.adhover a.addescription,
.adhover a.adld { color:#000; }

a.adurl,
.adhover a.adurl { color:#008000; }

.adhover a.adtitle:hover,
.adhover a.adurl:hover,
.adhover a.addescription:hover,
.adhover a.adld:hover { color:#fe0000; }

/* new ad placeholders */
#ad_rs { display: none; }
#ad2 { display: none; }

div#ad_rs:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
div#ad2:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

/* hack for ie6,7 */
* html div#ad_rs { height: 1%; }
*+html div#ad_rs { height: 1%; }
* html div#ad2 { height: 1%; }
*+html div#ad2 { height: 1%; }


/* = livedoor Ad（記事下広告）
----------------------------------------------- */
body.ad {
	background: transparent;
	text-align: left;
}


/* = research frame
----------------------------------------------- */
#ld_research_frame {
	position: fixed;
	top: 0;
	right: 3px;
}

/* hack for ie6 */
* html body { filter: expression(''); }
* html #ld_research_frame {
	position: absolute;
	top: expression(
	 document.documentElement && document.documentElement.scrollTop  || 
	 document.body && body.scrollTop  || 0
	 + 0 + 'px'
	);
	right: expression(
	 document.documentElement && document.documentElement.scrollLeft || 
	 document.body && body.scrollRight || 0
	 + 3 + 'px'
	);
}


/* = keyword highlight
----------------------------------------------- */
a.adtitle span span,
a.adurl span span,
a.addescription span span {
	font-size: 100%!important;
	padding: 1px 3px;
}

/* blogHeader common
-----------------------------------------------------*/
.blogHeader ul,
.blogHeader ul li,
.blogHeader p,
.blogHeader form,
.blogHeader input {
	padding: 0;
	margin: 0;
}

.blogHeader ul li {
	list-style-type: none;
}

.blogHeader a img {
	border-width: 0;
}

.blogHeader ul,
.blogHeader ul li {
	float: left;
}

.blogHeader:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* adv overture
-----------------------------------------------------*/

#ad2 { padding: 1.5em; }

dl.advSet,
dl.advSet dt,
dl.advSet dd { margin: 0; padding: 0; text-align: left; }

a.advLink {
	text-decoration: none!important;
	display:block;
	margin: 0 8px 0.75em 0;
	padding: 3px 5px;
	zoom:1;
}

/* temp */
body.gallery div#wrapperOuter div#ad a:hover,
body.gallery div#wrapperOuter div#ad2 a:hover {
	background: none;
}

.advTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 200%;
	color:#0000fe;
	text-decoration: underline!important;
}
.advUrl,
.advDescription { font-size: 12px; }

.advTitle,
.advUrl { display: inline; }
.advUrl { color:#008000; }
dl.advSet dd.advUrl { margin-left: 1em; }
.advDescription { display: block; color:#000000; line-height: 100%; }

p.advSponsor { text-align: right; font-size: 11px; }
p.advSponsor a { color: #999; text-decoration: none; }
p.advSponsor a span { text-decoration: underline; }


/* DLsite plugin
-----------------------------------------------------*/
/* clearfix */
.dlsite_worklist .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.dlsite_worklist .clearfix {
	min-height: 1px;
}

* html .dlsite_worklist .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* worklist */
ul.dlsite_worklist {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
}

ul.dlsite_worklist p {
	margin: 0;
	padding: 0;
}

ul.dlsite_worklist img {
	vertical-align: bottom;
	border: 0;
}

ul.dlsite_worklist_01 {
	width: 180px;
}

ul.dlsite_worklist_01 li {
	display: inline;
	padding: 0 5px;
	text-align: left;
}

ul.dlsite_worklist_02 li {
	display: inline;
	padding: 0 3px;
	text-align: left;
}

ul.dlsite_worklist_03 li,
ul.dlsite_worklist_04 li {
	margin: 0 8px 8px 8px;
	line-height: 1.3;
	text-align: left;
}

ul.dlsite_worklist_03 li p.pict {
	float: left;
	margin-right: 8px;
	width: 50px;
}

ul.dlsite_worklist_04 li p.pict {
	float: left;
	margin-right: 8px;
	width: 100px;
}

ul.dlsite_worklist p.work_price {
	color: #cc0000;
	margin-top: 3px;
}

ul.dlsite_worklist_01 li img {
	border: none;
	margin-bottom: 10px;
}

ul.dlsite_worklist_02 li img {
	border: none;
	margin-bottom: 10px;
}

ul.dlsite_worklist_01 li a:hover img,
ul.dlsite_worklist_02 li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

p.dlsite_workall {
	margin: 0 8px 0 0;
	text-align: right;
	font-size: 12px;
}

/*  circle profile */
div.dlsite_circle_profile {
	font-size: 12px;
	overflow: hidden;
	line-height: 1.3;
	text-align: left;
}

div.dlsite_circle_profile p {
	margin: 0;
	padding: 0;
}

div.dlsite_circle_profile p.circle_title {
	margin-bottom: 5px;
}

div.dlsite_circle_profile p.circle_bn {
	margin: 5px 0 0 0;
}

div.dlsite_circle_profile div.sidebody {
	padding-bottom: 2px;
}

div.dlsite_circle_profile div.sidebody a {
	font-weight: bold;
}

div.dlsite_circle_profile img {
	vertical-align: bottom;
	border: 0;
}

/* twitter timeline old */
div.twitter_timeline p {
	margin:5px;
	padding:5px;
	border:solid 1px #ccc;
}
div.twitter_timeline p.left {
	margin-left:60px;
}
div.twitter_timeline p.right {
	margin-right:60px;
}
div.twitter_timeline img {
	border:none;
}
div.twitter_timeline img.left {
	float:left;
}
div.twitter_timeline img.right {
	float:right;
}
div.twitter_timeline br.timeline_bottom {
	clear:both;
}

/* twitter timeline */
div.twitterTimeline {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
	min-height: 1px;
}

div.twitterTimeline:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.twitterTimeline img.twitterIcon {
	border: 0;
}

div.twitterTimeline img.twitterIconleft {
	float: left;
}

div.twitterTimeline img.twitterIconright {
	float: right;
}

div.twitterTimeline div.twitterContentleft {
	margin-left: 60px;
}

div.twitterTimeline div.twitterContentright {
	margin-right: 60px;
}

div.twitterTimeline span.twitterAuthor {
	font-weight: bold;
	margin-right: 10px;
}

/* = recent_article_image - Plugin
=============================================== */
.side ul.recent-article-image li {
	padding-bottom: 5px;
	line-height: 1.2;
	min-height: 1px;
	text-align: left;
}

.side ul.recent-article-image li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .side ul.recent-article-image li { height: 1%; }
*+html .side ul.recent-article-image li { height: 1%; }

.side ul.recent-article-image li img {
	border: 0;
	margin: 0 5px 0 0;
	float: left;
}
.side ul.recent-article-image li img.emoji {
        float: none;
}

/* = blog_members - Plugin
=============================================== */
.side ul.blog-members li {
	padding-bottom: 5px;
	line-height: 1.2;
	min-height: 1px;
	text-align: left;
}
.side ul.blog-members li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .side ul.blog-members li { height: 1%; }
*+html .side ul.blog-members li { height: 1%; }

.side ul.blog-members li img {
	border: 0;
	margin: 0 5px 0 0;
	float: left;
}

/* = cms_link - Plugin
=============================================== */
.side div.cms-link {
	min-height: 17px;
	line-height: 17px;
	padding: 1px 0 1px 20px;
	text-align: left;
}

/* = popular_articles - Plugin
=============================================== */
.side div.popular-articles table {
	font-size: 100%;
}

.side div.popular-articles table td {
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

.side div.popular-articles table td.populararticles-rank {
	white-space: nowrap;
}

.side div.popular-articles table td.populararticles-title span {
	margin-left: 3px;
}

.side div.popular-articles div.popular-articles-freearea {
	padding-top: 5px;
	text-align: left;
}

/* = messagebox - Plugin
=============================================== */
.side div.message-box p.message-properties {
	margin: 0;
	padding: 0;
	text-align: left;
}
.side div.message-box dt,
.side div.message-box dd {
	margin: 0;
	padding: 0;
	text-align: left;
}

.side div.message-box dl {
	margin: 0 0 5px;
	padding: 0;
}

.side div.message-box dl.message-detail textarea {
	height: 100px;
	width: 90%;
}

/* = recent comment - Plugin
=============================================== */
.side .recent-comment .recent-comment-title {
	margin-bottom: 3px;
}
.side .recent-comment .recent-comment-body {
	margin-bottom: 3px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.side .recent-comment .recent-comment-author {
	display: inline;
	margin-right: 5px;
}
.side .recent-comment .recent-comment-date {
	display: inline;
}

/* message-form tag */
.message-form-outer table.form {}
.message-form-outer table.form th {
	white-space: nowrap;
	width: 1%;
}

.message-form-outer table.form tr.message-author th,
.message-form-outer table.form tr.message-email th,
.message-form-outer table.form tr.message-body th, 
.message-form-outer table.form tr.message-author td,
.message-form-outer table.form tr.message-email td,
.message-form-outer table.form tr.message-body td {
	padding: 3px;
}

/* = loctouch - Loctouch Connection
=============================================== */
/*
ロケタッチタイムライン
*/
p.touchItemDate {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}
div.loctouchItem {
	margin-top: 10px;
	background-position: bottom;
}
div.loctouchCategoryIcon {
	width: 45px;
	height: 45px;
	margin: 0 10px 10px 0;
	padding: 1px;
	float: left;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 5px;
}

.article-body-inner img.loctouchIcon {
	border: none;
	margin: 0px;
	padding: 0px;
}
p.loctouchTouchInfo {
	height: 51px;
	display: table-cell;
	vertical-align: middle;
}
div.loctouchIndent {
	margin: 10px 0px 0px 0px;
	clear: left;
}
div.loctouchIndent img {
	max-width: 540px;
	max-height: 540px;
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 8px #bbb;
}
p.loctouchComment {
	display: table;
	position: relative;
	margin: 15px 0 0 0;
	background-color: #fff;
	padding: 8px 10px;
	border: 2px solid #ddd;
	border-radius: 6px;
	color: #000000;
}
p.loctouchComment:before {
	border-color: #ddd transparent transparent;
	border-right: 20px solid transparent;
	border-style: solid;
	border-width: 10px;
	bottom: -40px;
	content: "";
	display: block;
	height: 0;
	left: 15px;
	position: absolute;
	width: 0;
}
p.loctouchComment:after {
	border-color: #FFFFFF transparent transparent;
	border-right: 13px solid transparent;
	border-style: solid;
	border-width: 10px;
	bottom: -26px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
p.loctouchComment:before {
	border-color: transparent transparent #ccc;
	border-style: solid;
	border-width: 10px;
	bottom: auto;
	left: auto;
	left: 15px;
	top: -20px;
}
p.loctouchComment:after {
	border-color: transparent transparent #FFFFFF;
	border-style: solid;
	border-width: 10px;
	bottom: auto;
	right: auto;
	left: 15px;
	top: -18px;
}
p.loctouchMemo {
	margin: 0;
	padding: 10px 0;
}
blockquote.twitter-tweet {
	background-color: white!important;
	border: #DDD 1px solid!important;
	border-top-color: #EEE!important;
	border-bottom-color: #BBB!important;
	bottom: auto!important;
	clear: none!important;
	clip: auto!important;
	color: #333!important;
	cursor: auto!important;
	direction: ltr!important;
	filter: !important;
	float: none!important;
	font: normal normal normal 12px/16px "Helvetica Neue",Arial,sans-serif!important;
	height: auto!important;
	left: auto!important;
	letter-spacing: normal!important;
	list-style: none!important;
	margin: 10px!important;
	marks: none!important;
	max-height: auto!important;
	max-width: 550px!important;
	min-height: 0!important;
	min-width: 0!important;
	overflow: visible!important;
	padding: 10px!important;
	page: auto!important;
	position: static!important;
	quotes: none!important;
	right: auto!important;
	-o-set-link-source: none!important;
	size: auto!important;
	text-align: left!important;
	text-decoration: none!important;
	text-indent: 0!important;
	text-overflow: clip!important;
	text-shadow: none!important;
	text-transform: none!important;
	top: auto!important;
	vertical-align: baseline!important;
	visibility: visible!important;
	white-space: normal!important;
	width: auto!important;
	word-spacing: normal!important;
	word-wrap: normal!important;
	z-index: auto!important;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15)!important;
	border-radius: 5px!important;
	-webkit-opacity: 1!important;
	-moz-opacity: 1!important;
	-ms-opacity: 1!important;
	-o-opacity: 1!important;
	opacity: 1!important;
	-webkit-outline: 0!important;
	-moz-outline: 0!important;
	-ms-outline: 0!important;
	-o-outline: 0!important;
	outline: 0!important;
	-webkit-text-size-adjust: none!important;
}
blockquote.twitter-tweet::before {
  display: none;
}
blockquote.twitter-tweet .avatar {
	position: absolute!important;
}
blockquote.twitter-tweet .avatar img {
	width: 32px!important;
	height: 32px!important;
}
blockquote.twitter-tweet .fn {
	display: block;
	padding-left: 42px!important;
	color: #333!important;
	font-weight: bold!important;
}
blockquote.twitter-tweet .nickname {
	display: block;
	padding-left: 42px!important;
	color: #999!important;
}
blockquote.twitter-tweet p {
	margin-top: 6px!important;
	margin-bottom: 6px!important;
	font-size: 16px!important;
	font-family: Georgia,Palatino,serif!important;
	line-height: 22px!important;
}

/* Twitter Profile
----------------------------------------------- */
/* old */
.plugin-twitter_profile .side {
	line-height:1.4;
}
.plugin-twitter_profile .profile-header a {
	display:block;
	text-align:left;
	-webkit-transition: opacity 0.2s ease;
	   -moz-transition: opacity 0.2s ease;
	    -ms-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
	overflow: hidden;
}
.plugin-twitter_profile .profile-header a:hover {
    opacity:0.75;
}
.plugin-twitter_profile .profile-avatar {
	display: block;
	padding-right:12px;
	float:left;
	width:60px;
}
.plugin-twitter_profile .profile-avatar img {
	width:60px;
	height:60px;
	border-radius:6px;
}
.plugin-twitter_profile .profile-name {
	display: block;
	font-size:14px;
	font-weight:bold;
	margin-left: 70px;
	margin-top: 5px;
}
.plugin-twitter_profile .profile-screen-name {
	font-size: 12px;
	display: block;
	margin-left: 70px;
	opacity: 0.6;
}
.plugin-twitter_profile .profile-body {
	margin-top:12px;
	clear:both;
	text-align:left;
}


/* Popular Articles with Image (Tag, Plugin)
----------------------------------------------- */

/* Design A(block) */
div.popularArticlesWithImage.A ul {
}
div.popularArticlesWithImage.A div.title {
text-align:left;
}


div.popularArticlesWithImage.A{
    margin: 10px 0;
}

div.popularArticlesWithImage.A ul{
    margin:0;
    padding:0;
	text-align:center;
}

div.popularArticlesWithImage.A ul li{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 10px;
	vertical-align: top;
	text-align:left;
	list-style-type: none;
}
div.popularArticlesWithImage.A ul li a{ 
	display: block;
	border-width: 3px;
	border-style:solid;
	border-color:rgba(0,0,0,0.8);
    padding: 0px !important;
    background: none !important;
	text-decoration: none;
	width: 150px;
	height: 112px;
}

div.popularArticlesWithImage.A li div.image img {
	border-width: 0px;
}

div.popularArticlesWithImage.A li div.image.noimage {
	background: #daf5da;
}

div.popularArticlesWithImage.A div.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 146px;
	height: 22%;
	padding: 5px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
    overflow: hidden;
}
div.popularArticlesWithImage.A div.retweet,
div.popularArticlesWithImage.A div.comment,
div.popularArticlesWithImage.A div.pv{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px 6px 2px 5px;
	background: #000;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 0 #000;
}


/* Design B(List with Image)*/
div.popularArticlesWithImage.B{
	text-align: left;
}
div.popularArticlesWithImage.B ul {
	margin: 0;
	padding: 0;
}
div.popularArticlesWithImage.B ul li {
	margin-bottom: 5px;
	list-style-type: none;
}
div.popularArticlesWithImage.B ul li a {
	*zoom: 1;
	position: relative;
	display: block;
}
div.popularArticlesWithImage.B ul li a:after {
	content: "";
	display: block;
	clear: both;
}
div.popularArticlesWithImage.B div.image{
	float: left;
	margin: 0 10px 10px 0;
}
div.popularArticlesWithImage.B div.title {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}
div.popularArticlesWithImage.B div.comment,
div.popularArticlesWithImage.B div.retweet,
div.popularArticlesWithImage.B div.pv{
	overflow: hidden;
	display: inline-block!important;
	*display: inline!important;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

/* Design C(List without Image)*/
div.popularArticlesWithImage.C{
	text-align: left;
}
div.popularArticlesWithImage.C ul {
	margin: 0;
	padding: 0;
}
div.popularArticlesWithImage.C ul li {
	margin-bottom: 5px;
	list-style-type: none;
}
div.popularArticlesWithImage.C ul li a {
	*zoom: 1;
	position: relative;
	display: block;
}
div.popularArticlesWithImage.C ul li a:after {
	content: "";
	display: block;
	clear: both;
}
div.popularArticlesWithImage.C div.title {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5;
}
div.popularArticlesWithImage.C div.comment,
div.popularArticlesWithImage.C div.retweet,
div.popularArticlesWithImage.C div.pv{
	overflow: hidden;
	display: inline-block!important;
	*display: inline!important;
	*zoom: 1;
	margin-bottom: 5px;
	padding: 2px 5px;
	font-size: 12px;
	background: #000;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

/* 記事下ソーシャルボタン */
.article-social-btn {
	font-size: 12px;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	display: inline-block;
	margin: 16px 0;
}
.article-social-btn * {
	vertical-align: middle !important;
	margin-right: 4px !important;
}

/* 記事下ソーシャルボタン（古いデザイン用） */
ul.article-post li {
	font-size: 12px;
}
ul.article-post li > a,
ul.article-post li > span,
ul.article-post li > div,
ul.article-post li > iframe {
	display: inline-block;
	margin: 2px 0;
}
ul.article-post li * {
	vertical-align: middle !important;
	margin-right: 4px !important;
}
.blogbody .article-social-btn iframe,
.blogbody ul.article-post iframe {
	margin: 0;
}

/* 右寄せだとtumblrのボタンでテキストがかぶる */
.article-social-btn a[href*="tumblr"] {
	text-align: left;
}

/* 関連記事 */
.related-articles {
	clear: both;
}

/* 画像付き関連記事 */
.related-articles.with-image h3 {
    margin: 0 0 20px;
}
.related-articles.with-image ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.related-articles.with-image ul li {
    margin: 0 0 10px 0!important;
    padding: 0;
}
.related-articles.with-image ul li a {
    display: table;
    min-height: 60px;
    padding: 0!important;
}
.related-articles.with-image .related-article-image,
.related-articles.with-image .related-article-title {
    display: table-cell;
    vertical-align: middle;
}
.related-articles.with-image .related-article-image {
    padding-right: 15px;
}
.related-articles.with-image .related-article-title {
    width: 100%;
}
.related-articles.with-image .related-article-image img {
    height: 60px;
}
.related-articles.with-image .related-article-image.noimage {
    padding: 0;
}
/* 各テンプレで指定されているビュレットなどを消す */
.related-articles.with-image ul li,
.related-articles.with-image ul li a {
    list-style: none!important;
    background: none!important;
}
.related-articles.with-image ul li:before {
    content: '';
}

/* タグ絞り込み検索 */
.plugin-search_tags li {
  margin-bottom: .6em;
  list-style: none;
}
.plugin-search_tags li .search-tags {
  width: 80%;
}
.plugin-search_tags .search-tags-submit-button {
  -webkit-appearance: push-button;
  padding: 2px 4px;
}

/* カテゴリプラグイン（セレクトボックス） */
.plugin-categorize select {
  width: 100%;
}

/* 検索結果がない場合のメッセージ */
.noresult-message {
  padding: 2em 0 4em;
}

/* コメント新機能 */

/* 旧コメントの調整*/
#comment-form-tools .rating-value ul {
  height: auto;
}

/* 新コメント用 */
.comment-set.v2 {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 0 32px;
}
.comment-set.v2:first-child {
  border-top: none;
}
.comment-set.v2.reply {
  border: none;
  padding-left: 32px;
}
.comment-set.v2.reply.appended {
  margin-left: 32px;
  border-left: solid 1px #ccc;
}
.comment-set.v2 li {
  list-style: none;
}
.comment-set.v2 .comment-info {
  position: relative;
  margin: 0;
  padding: 24px 0;
  font-size: 12px;
}
.comment-set.v2.reply .comment-info {
  border-bottom: solid 1px #f3f3f3;
}
#ld_blog_article_comment_entries li {
  list-style: none;
}
.comment-reply-list {
  margin: 12px 0 12px 32px;
  border-left: solid 1px #ccc;
  padding: 0;
}
.comment-reply-list .comment-set.v2:first-child .comment-info {
  padding-top: 12px;
}
.comment-reply-list .comment-set.v2:last-child .comment-info {
  padding-bottom: 12px;
  border-bottom: none;
}
.comment-set.v2 .comment-info .comment-author {
  font-weight: bold;
  padding-right: 8px;
  display: inline-block;
  max-width: calc(100% - 10em);
}
.comment-set.v2 .comment-info .comment-date {
  position: absolute;
  display: inline-block;
  right: 0;
  border: none;
}
.comment-author-blogger {
  font-weight: bold;
  color: #F00;
}
.comment-author-blogger-icon {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  margin-right: 6px;
}
.comment-set.v2 .comment-reaction {
  margin-top: 10px;
  text-align: right;
  vertical-align: middle;
  display: list-item;
}
.comment-set.v2 .comment-reaction .comment-reply {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.comment-set.v2 .comment-reaction .comment-like {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.comment-set.v2 .comment-reaction .comment-like .comment-like-icon {
	position: relative;
	width: 20px;
	height: 20px;
}
.comment-set.v2 .comment-reaction .comment-like-count {
  display: inline-block;
  vertical-align: middle;
}
.comment-set.v2 .comment-info .comment-rating {
  padding: 8px 0;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked {
  display: none;
  position: relative;
  vertical-align: middle;
  margin-left: 18px;
  margin-right: 15px;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked .blogger-icon {
  width: 28px;
  height: 28px;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked .blogger-liked {
  position: absolute;
  width: 17px;
  height: 14px;
  bottom: -5px;
  right: -9px;
}
.comment-blogger-liked-tooltip-border-color {
  border-color: #008ee4;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked .comment-blogger-liked-tooltip {
  display: none;
  position: absolute;
  top: 26px;
  right: -14px;
  padding: 7px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  background: #fff;
  z-index: 1;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked .comment-blogger-liked-tooltip p {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  color: #000;
  text-align: right;
  line-height: 1.5;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked .comment-blogger-liked-tooltip .blogger-liked-inline {
  width: 13px;
  height: 11px;
  margin: 0 2px;
  vertical-align: middle;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked:hover .comment-blogger-liked-tooltip {
  display: block;
}
.comment-set.v2 .comment-reaction .comment-blogger-liked:hover .comment-blogger-liked-tooltip:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 5px;
  top: -5px;
  right: 20px;
  background: #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: inherit;
  transform: rotate(45deg);
}

.comment-form-v2 {
}
#comment-form.comment-form-v2 dl {
  padding: 0;
  margin: 12px 10%;
}
#comment-form.comment-form-v2 dd {
  margin: 0;
}
.comment-form-v2 .comment-author-label {
  display: none;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author::placeholder {
  color: #a0a0a0;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author::-ms-input-placeholder {
  color: #a0a0a0;
}
#comment-form.comment-form-v2 input.text.comment-form-v2-author:-ms-input-placeholder {
  color: #a0a0a0;
}
.comment-form-v2 .comment-body-label {
  display: none;
}
#comment-form.comment-form-v2 dl.comment-form-body {
  position: relative;
}
#comment-form.comment-form-v2 textarea.comment-form-v2-body {
  width: 100%;
  height: 171px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 1em 2em 1em 1em;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools {
  background: none;
  border: none;
  height: auto;
}
#comment-form.comment-form-v2 .comment-form-tools .facemark {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .facemark a {
  display: block;
  padding: 6px;
}

#comment-form-outer #comment-form.comment-form-v2 .comment-form-tools .rating {
  display: inline-block;
}
#comment-form.comment-form-v2 .comment-form-tools .rating {
  display: none;
}

#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #000;
  margin: 0;
  padding: 1em;
  width: 110px;
  height: 3em;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret {
  display: inline-block;
  float: none;
  border: none;
  height: 1em;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 .caret span {
  display: inline-block;
  margin: 0;
  margin-left: 5px;
  width: 4px;
  height: 4px;
  opacity: 0.3;
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  transform: rotate(45deg);
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 > img {
  margin: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 > img.star {
  margin: 0;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul {
  position: absolute;
  display: none;
  top: 34px;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  list-style: none;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul li {
  width: auto;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 6px;
  text-align: center;
  height: 12px;
  line-height: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 ul li::last-child {
  border-bottom: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-value-v2 span.current {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  background: none;
  margin: 0;
  margin-left: 12px;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div {
  position: relative;
  float: none;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #000;
  margin-left: 20px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  left: -20px;
  top: 5px;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected {
  color: #000;
  text-shadow: none;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::before {
  background: #38C638;
  border-color: #38C638;
}
#comment-form.comment-form-v2 .comment-form-tools .rating-icon-v2 div.selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize {
  display: inline-block;
  float: none;
  margin-right: 6px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label {
  user-select: none;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label span {
  display: inline-block;
  margin: 0;
  color: #000;
  position: relative;
  padding-left: 20px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label span::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::before {
  background: #38C638;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize label input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 7px;
  left: 5px;
  box-sizing: border-box;
  border: 2px solid;
  transform: rotate(45deg);
  border-color: transparent #fff #fff transparent;
}
#comment-form.comment-form-v2 .comment-form-tools .memorize input {
  display: none;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit {
  margin-top: 12px;
  width: 100%;
  box-sizing: border-box;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit {
  float: none;
  margin: none;
}
#comment-form.comment-form-v2 .comment-form-tools .comment-form-sumibit .submit button {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #38C638;
  text-shadow: none;
  color: #fff;
  font-size: 15px;
  border: none;
  line-height: 1;
}

#comment-form input.text,
#comment-form textarea,
.trackback-form-url input {
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
#comment-form input.text,
.trackback-form-url input {
	border-radius: 3px;
	height: 32px;
}
#comment-form textarea {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
#comment-form input.text:focus,
#comment-form textarea:focus,
.trackback-form-url input:focus {
	outline: 0;
	border: 1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
#comment-form button,
.trackback-form-submit input {
	border: 1px solid #aaa;
	padding: 0 10px;
	line-height: 26px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:    -moz-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
#comment-form button:hover,
.trackback-form-submit input:hover {
	background-color: #e7e7e7;
	background-position: 0 -10px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	    -ms-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}
.comment-notes {
  color: #FF0000;
  margin-top: 12px;
  line-height: 1.5em;
  font-size: 14px;
}

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


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


/* ブログヘッダー
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image {
	background: transparent;
	height: auto;
	position: relative;
}
#blog-header.show-image hgroup,
#blog-header.show-image #blog-header-inner {
	position: absolute;
}
#blog-header.show-image #blog-header-image {
	width: 100%;
}
#blog-header.hide-text hgroup,
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}
#blog-header.hide-text #blog-title a,
#blog-header.hide-text #blog-description {
	line-height: 0;
	text-indent: -99999px;
}


/* スプライトアイコン
----------------------------------------------- */
.article-category dt,
.article-comment-count dt,
.article-continue a,
dl.common-theme dt,
dl.article-tags dt,
.sidewrapper input.sf {

}


/* 記事本文
----------------------------------------------- */
.article-body {
	line-height: 1.7;
}
.article-body-inner a{
	text-decoration: underline;
	overflow: hidden;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3,
.article-body-inner h4,
.article-body-inner h5,
.article-body-inner h6 {
	font-weight: bold;
	line-height: 1.3;
	margin: 0.7em 0;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	font-size: 20px;
	padding: 4px 0;
}
.article-body-inner h4 {
	font-size: 18px;
	padding: 2px 0;
}
.article-body-inner h5 {
	font-size: 16px;
}
.article-body-inner h6 {
	font-size: 14px;
}
.article-body-inner p,
.article-body-inner pre,
.article-body-inner dl,
.article-body-inner ol,
.article-body-inner ul,
.article-body-inner blockquote {
	margin: 1em 0;
}
.article-body-inner p {
	line-height: 2;
}
.article-body-inner dt {
	margin-top: 0.5em;
}
.article-body-inner dl + dt {
	margin-top: 0;
}
.article-body-inner dd {
	margin: 0 0 0 1em;
}
.article-body-inner ol,
.article-body-inner ul {
	padding: 0 0 0 1.75em;
}
.article-body-inner li ol,
.article-body-inner li ul {
	margin: 0;
}
.article-body-inner blockquote,
.article-body-inner blockquote p {
	line-height: 1.5;
}
.article-body-inner blockquote {
	padding: 1em 1em 1em 5em;
	position: relative;
	clear: both;
}
.article-body-inner blockquote:before {
	content: '“';
	font-family: '',serif;
	font-size: 8em;
	left: 8px;
	line-height: 1;
	position: absolute;
	top: 0;
}
.article-body-inner img.pict{
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.article-body-inner img.pict[align="left"] {
	margin-right: 10px;
	margin-bottom: 10px;
}
.article-body-inner img.pict[align="right"] {
	margin-bottom: 10px;
	margin-left: 10px;
}
.article-body-inner table {
	line-height: 1.2;
}
.article-body-inner table th{
	background-color: #e7e7e7;
}
.article-body-inner table th,
.article-body-inner table td{
	border: 1px solid #bbb;
	padding: 4px 8px;
}
.article-body-inner table caption{
	font-weight: bold;
	font-size: 1.17em;
	padding: 4px 8px;
}

/* 記事フッター、カテゴリ、コメント */
.article-footer {
	clear: both;
}
.article-meta li {
	float: right;
	font-size: 12px;
	line-height: 20px;
	list-style: none;
	margin: 0 0 0 8px;
}
.article-meta .article-author{
	color: #999;
	margin-right: 12px;
	display:none;
}
.article-category dt,
.article-comment-count dt {
	text-indent: -9999px;
	float: left;
	width: 20px;
	height: 20px;
}
.article-category dd,
.article-comment-count dd {
	float: left;
	line-height: 1;
	margin-top: 4px;
	padding: 0 8px;
}
.article-category dd.article-category2 {
	border-left:1px solid #999;
}
.article-category dt {
	background-position: 0 0;
}
.article-comment-count dt {
	background-position: 0 -70px;
}

/* 続きを読む */
.article-continue {
	display: block;
	text-align: center;
	clear: both;
	margin: 1em 0;
}
.article-continue a {
	display: inline-block;
	background-position: 100% -199px;
	padding-right: 24px;
	font-weight: bold;
}

/* 共通テーマ */
dl.common-theme dt {
	background-position: 0 -135px;
	display: inline-block;
	text-indent: -9999px;
	width: 22px;
}

/* メッセージボード */
div.message-board-outer{
	margin: 0;
}
body.layout-2col .message-board {
	margin-top: 26px;
}
.message-board img[align="left"] {
	margin-right: 10px;
}
.message-board img[align="right"] {
	margin-left: 10px;
}

/* タグ */
dl.article-tags {
	line-height: 1.3;
	margin: 1em 0;
	overflow: hidden;
}
dl.article-tags dt {
	background-position: 0 -326px;
	float: left;
	text-indent: -9999px;
	width: 12px;
}
dl.article-tags dd {
	display: inline;
	margin-left: 12px;
}

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


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	height: 36px;
	margin: 18px 0;
	text-align: center;
}
ul.index-navigator li,
ul.index-navigator li ol {
	display: inline-block;*display: inline;*zoom: 1;
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	display: inline-block;*display: inline;*zoom: 1;
	font-weight: bold;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 10px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	    -ms-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
	        transition: background-color 0.1s linear;
}


/* 記事ページ、月別アーカイブページ */
ul.article-pager,
ul.archives-pager {
	list-style: none;
	text-align: center;
	padding: 20px;
}
ul.article-pager li,
ul.archives-pager li {
	display: inline;
	margin: 0 20px;
}

ul.article-pager li a,
ul.archives-pager li a {
	display: inline-block;
	padding: 7px 30px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	    -ms-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
	        transition: background-color 0.1s linear;
}
ul.article-pager li a:hover,
ul.archives-pager li a:hover {
	background-color: #eee;
	text-decoration: none;
}
ul.archives-pager li.both {
	border: 0;
}


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


/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-info,
.trackback-set {
	margin: 16px 0;
	font-size: 12px;
}
.comment-author,
.comment-date,
.ping-title,
.ping-info,
.ping-blog-name,
.ping-date{
	display: inline;
}
.comment-author,
.ping-title {
	font-weight: bold;
	padding-right: 8px;
}
.comment-date,
.ping-blog-name,
.ping-date {
	padding: 0 8px;
}
.comment-body,
.ping-excerpt {
	padding: 8px 0;
	line-height: 1.5;
}


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

/* コメントユーザーを限定した時の名前 */
#comment-author-form {
	line-height: 30px;
}


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


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	font-size: 12px;
	min-height: 12px; /* PUREプランでフッターテキストが出ないとき用 */
	text-align: center;
}
#blog-footer a {
	text-decoration: none;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper .side{
	text-align: center;
}
.sidewrapper .sidebody,
.sidewrapper .daily_count{
	text-align: left;
}
.sidewrapper .sidetop,
.sidewrapper .sidebottom {
	display: none;
}

/* 検索 */
.sidewrapper input.sf,
.sidewrapper input.sfbtn {
	border: 1px solid #aaa;
	font-size: 13px;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.sidewrapper input.sf {
	background-color: #fff;
	background-position: 4px -264px;
	border-radius: 10px 0 0 10px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 5px 0 21px;
	vertical-align: top;
	width: 75%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sidewrapper input.sfbtn {
	border-left: 0;
	border-radius: 0 10px 10px 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;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #2e90c5;
}

/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
[class^="plugin-calendar"] a {
	text-decoration: none;
}
table.caltbl {
	line-height: 1.8;
	margin: 8px auto;
	width: 100%;
}
table.caltblwk,
table.caltblday {
	margin: 0 auto;
	max-width: 220px;
}
table.caltblwk td,
table.caltblday td {
	text-align: center;
}
table.caltblday td a {
	display: block;
}
table.caltblday td a:hover {
	text-decoration: none;
}
.caltop,
.calbottom {
	display: none;
}

/* ギャラリー */
ul.galleryThumbnail li img {
	border: 1px solid #e4e7e8;
	border-radius: 3px;
}

/* 最新のコメント, トラックバック */
.plugin-recent_comments .sidebody,
.plugin-recent_track_backs {
	color: #666;
}

/* 人気記事 */
.side div.popular-articles table td {
	padding-bottom: 7px;
}

/* 最新記事（画像付） */
.side ul.recent-article-image li {
	margin-bottom: 7px;
}

/* 投稿数表示グラフ */
.plugin-techc hr {
	width: 100%;
	margin: 15px 0;
	height: 1px;
	border: none;
	background-color: #d8d8d8;
}
#cal_select {
	margin: 3px 0;
}
#cal_space, #graph_space {
	width: 100%;
}
#cal_space table,
#graph_space table {
	width: 100%;
}
#cal_space td {
	width: 14%;
	padding: 2px;
}
#graph_space td {
	padding: 2px;
}

/* メッセージ */
.message-box input[type="text"]{
	width: 96%;
	margin-top: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	padding: 3px;
	color: #333;
}
.side div.message-box dl.message-detail textarea {
	width: 96%;
	margin-top: 3px;
	border-radius: 3px;
	border: 1px solid #aaa;
	padding: 3px;
	color: #333;
}
.blog-members a {
	line-height: 2em;
}

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


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

/* 記事下広告 */
#ad2 a.adld,
#ad2 a.adld:visited {
	color: #888;
	text-decoration: none;
}
#ad2 .adbox{
	padding-bottom: 7px!important;
}
#ad2 .adhover{
	padding-bottom: 6px!important;
}


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

/* 全体のレイアウト
----------------------------------------------- */
body {
	background: #171717;
}
#wrapper {
	padding-top: 50px;
    position: relative;
}
#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#content {}
#main {
	width: 620px;
}
#sidebar {}

body.sidebar-left #main {
	float: right;
	margin-right: 10px;
}
body.sidebar-left #blog-header {
	float: left;
	margin-left: 10px;
}
body.sidebar-right #main {
	float: left;
	margin-left: 10px;
}
body.sidebar-right #blog-header {
	float: right;
	margin-right: 10px;
}

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


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333;
	font: 14px/1.2 Verdana,sans-serif;
}
a {
	color: #8e0f0f;
	text-decoration:none;
}
a:link {
	color: #8e0f0f;
	text-decoration:none;
}
a:visited {
	color: #4f0d0d;
}
a:hover {
	text-decoration:underline;
}
a:active {
	background-color: #8e0f0f;
	color: #fff;
	text-decoration:none;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	border-radius: 5px;
	width: 280px;
}
#blog-header hgroup {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	width: 100%;
}
#blog-header-image {
	border-radius: 5px 5px 0 0;
	height: 280px;
	width: 100%;
	background-image: -webkit-linear-gradient(#f2e7c1 0%, #e8566b 100%);
	background-image:    -moz-linear-gradient(#f2e7c1 0%, #e8566b 100%);
	background-image:     -ms-linear-gradient(#f2e7c1 0%, #e8566b 100%);
	background-image:      -o-linear-gradient(#f2e7c1 0%, #e8566b 100%);
	background-image:         linear-gradient(#f2e7c1 0%, #e8566b 100%);
}
#blog-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding: 30px 40px;
}
#blog-title a {
	color: #333;
}
#blog-description {
	border-top: 1px solid #e9e9e9;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	padding: 30px 40px;
}
#blog-description a {
	color: #888;
}

/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	height: auto;
}
#blog-header.hide-text #blog-header-image {
	border-radius: 5px;
}
#blog-header.hide-text hgroup {
	background-color: transparent;
	position: absolute;
	top: 0;
	border-radius: 5px;
}
#blog-header.hide-text #blog-description {
	border: 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	z-index: 10;
	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;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	background: #ebebeb;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 60px;
	position: relative;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
	margin-bottom: 20px;
	position: relative;
}
.article-title {
	margin-left: 100px;
	line-height: 1.5;
}
.article-title a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.article-header img {
	vertical-align: baseline;
}

/* 日付 */
.article-date {
	background-color: #000;
	color: #fff;
	float: left;
	width: 80px;
	height: 68px;
	padding: 6px 0;
}
.article-date span {
	display: block;
	text-align: center;
}
.article-date .article-date-month {
	font-size: 20px;
	font-weight: bold;
}
.article-date .article-date-day {
	font-size:20px;
}
.article-date .article-date-time {
	font-size:12px;
	line-height:20px;
}

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

/* 関連記事 */
.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: 5px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 30px;
	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%;
}


/* コメント・トラックバック一覧
----------------------------------------------- */
.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;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
	margin: 0 0 18px 0;
	color: #d9d9d9;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #8e0f0f;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #d9d9d9;
	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 {
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	float: left;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 260px;
	margin: 0 10px 20px;
}
.sidewrapper a {
	color: #fff;
}
.sidewrapper .sidetitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.7em;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 0 0;
}
.sidewrapper .side .sidebody.category-child {
	margin-left: 12px;
}
.sidewrapper li {
	margin-left: 20px;
	text-align: left;
}

/* カレンダー */
.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 {
	background-color: #8e0f0f;
	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;
}

/* ギャラリー */
ul.galleryThumbnail li img {
	border: 0;
	border-radius: 0;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #ebebeb;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 15px 60px;
}
.archives-header h1 {
	font-weight: bold;
	padding-left: 16px;
}

/* 記事下広告 */
body.page-index #ad2,
body.page-category #ad2,
body.page-monthly #ad2 {
	margin-top: -30px;
	color: #fff;
}
body.page-index #ad2 a.adld, body.page-index #ad2 a.adld:visited,
body.page-category #ad2 a.adld, body.page-category #ad2 a.adld:visited,
body.page-monthly #ad2 a.adld, body.page-monthly #ad2 a.adld:visited {
	color: #fff;
}
a.adtitle,
a.adurl {
	color: #5ab5e9;
}
.adhover a.adtitle,
.adhover a.adurl {
	color: #e82c46;
}
a.addescription {
	color: #fff;
}
body.page-article a.addescription {
	color: #777;
}
.adhover a.addescription {
	color: #888;
}
.adbox {
	padding-bottom:7px!important;
}
.adhover {
	padding-bottom:6px!important;
}

/* ページトップへ */
.to-pagetop {
	bottom: 15px;
	right: 5px;
}

.abutton
{
	cursor:pointer;
	background-color:#ddd;
	background-image:linear-gradient(top,#fff,#ddd);
	background-image:-moz-linear-gradient(top,#fff,#ddd);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));
	background-image:-webkit-linear-gradient(top,#fff,#ddd);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-webkit-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-moz-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	color:#333;
	display:inline-block;
	margin:0;
	text-shadow:#f0f0f0 0 1px;
	font-weight:bold;
	text-decoration:none;
}
.abutton .univ_label{
	display:inline-block;
	padding:0.5em 1em;
}

.abutton .abutton_label{
	display:inline-block;
	padding:2px 3px 2px 6px;
}

.abutton .abutton_count{
	display:inline-block;
	padding:0 6px 0 6px;
	border-left:1px solid #CCC;
}

.abutton.good .abutton_label{
	background-image:url(../images/icon_heart.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	padding-left:18px;
}

textarea.content {
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: auto;
	outline: none;
	overflow: auto;
	vertical-align: top;
}

.ui-TextField .content {
    border-radius: 3px;
    min-height: 1em;
    padding: 8px;
    width: 100%;
    word-wrap: break-word;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: block;
    margin: 0;
    outline: none;
}



.commentElement {
	margin-bottom: 8px;
}

.commentElement .postCommentForm table{
	width:100%;
}

.commentElement .postCommentForm .postCommentField{
    padding-right:0.5em;
}

.commentElement .postCommentForm .postCommentButton{
	width:70px;
}

.commentElement .commentList ul li{
	border-bottom:1px #ccc dotted;
	padding:0.5em 0;
}

.commentElement .commentList .commentsMeta,
.commentElement .commentList .commentsBody{
	padding:0 10px;
}

.commentElement .commentList .commentsMeta .commentAuthor{
	font-size:13px;
	font-weight:bold;
	color: #333;
}

.commentElement .commentList .commentsMeta .commentDate{
	font-size:13px;
	color: #717171;
}

.commentElement .commentList ul li p{
	margin:0;
	padding:0;
	color:#FFF;
}

.rsUniv button{
	width:100%;
}

.button
{
	cursor:pointer;
	background-color:#ddd;
	background-image:linear-gradient(top,#fff,#ddd);
	background-image:-moz-linear-gradient(top,#fff,#ddd);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));
	background-image:-webkit-linear-gradient(top,#fff,#ddd);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-webkit-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-moz-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	color:#333;
	display:inline-block;
	text-align:center;
	margin:0;
	padding:5px 10px 6px;
	text-shadow:#f0f0f0 0 1px
	font:13px/1.58 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-decoration:none;
}

button.primary,
a.button.primary,
input.primary
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: -webkit-linear-gradient(#b96ab0, #7f1084);
	background-image: linear-gradient(#b96ab0, #7f1084);
	background-color: #7f1084;
	border-bottom-color: #59065e;
	border-left-color: #903c94;
	border-right-color: #903c94;
	border-top-color: #9a4991;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
	color: #fff;
	font-weight:bold;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

a,object{
	outline:none;
}

ul {
	list-style: url(none) none outside;
}
