@charset "utf-8";



* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	width:100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:  'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #333;
	background-image: url('http://trendkeyword.doorblog.jp/image/bg/pinstripe.png');
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, i, u {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
a {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align:bottom;
}



/* id class
----------------------------------------------- */

#header2 {
	display: none;
}
#wrapper {
	display: block;
	width: 100%;
	position: relative;
}
#contents {
	display: block;
	width: 100%;
	position: relative;
}
#main_contents {
	display: block;
	position: relative;
	margin-top: 25px;
}
#ArticleLayout #main_contents {
	margin-top: 0;
}

.globalbox {
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.mainbox {
	display: block;
	width: 770px;
}
.sidebox {
	display: block;
	width: 300px;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
input.formut,
select.formut {
	height: 30px;
	padding: 3px 0 3px 5px;
	background-color: #FFF;
	border: medium none;
	border-radius: 2px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	outline: midium none;
	vertical-align: middle;
}
input.searchq {
	background-image: url('http://trendkeyword.doorblog.jp/image/icon/search.png');
	background-position: right 5px center;
	background-repeat: no-repeat;
}
input.formit {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	border-right: 1px #D5D5D5 solid;
	border-bottom: 1px #D5D5D5 solid;
	border-left: 1px #9E9E9E solid;
	border-top: 1px #9E9E9E solid;
	border-radius: 2px;
	cursor: pointer;
	color: #FF5FA3;
	font-weight: bold;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
input.formit:hover {
	color: #333;
}

/* header
----------------------------------------------- */


#header {
	width: 100%;
	height: 70px;
}
#header a {
	color: #FFF;
}
#header header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	color: #FFF;
	background-color: #333;
}

#header_wrap {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 70px;
	overflow: hidden;
	color: #FFF;
	background-color: #333;
}


#header_blog_title {
	display: block;
	position: relative;
	float: left;
	height: 70px;
	overflow: hidden;
}
#header_blog_title h1 {
	display: block;
	position: relative;
	top: -6px;
}
#header_blog_title h1 a {
	display: block;
	width: 375px;
	height: 70px;
	padding-left: 375px;
	overflow: hidden;
	background-image: url('http://trendkeyword.doorblog.jp/image/title.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#header_blog_title h1 a span {
	display: block;
	line-height: 70px;
}
#header_blog_title p {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #FFF;
	font-size: 12px;
	text-shadow: #000 0 -1px;
}

#header_social {
	display: block;
	position: absolute;
	top: 19px;
	left: 388px;
}
#header_social li {
	float: left;
	margin-right: 4px;
}
#header_social li a {
	display: block;
	width: 32px;
	height: 32px;
}
#header_social li a img {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#header_social li:hover a img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

#header_search {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
}
#header_search input.formut {
	width: 240px;
}



/* main
----------------------------------------------- */

#main {
	float: left;
}
#main_wrap {
	display: block;
	width: 100%;
	position: relative;
}
#headline {
	display: block;
	margin-bottom: 25px;
}
#headline ul {
	border: 1px #BBB solid;
	background-color: #FFF;
	width: 100%;
	height: 260px;
	overflow-y: scroll;
}
#headline ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
#headline ul li {
	float: left;
	width: 33.3%;
	height: 30px;
	overflow: hidden;
	border-right: 1px #AAA dotted;
}
#headline ul li:nth-child(even) {
	background-color: #FFE6F2;
}
#headline ul li.rrank_1,
#headline ul li.rrank_2,
#headline ul li.rrank_3,
#headline ul li.rrank_4,
#headline ul li.rrank_5,
#headline ul li.rrank_6,
#headline ul li.rrank_7,
#headline ul li.rrank_8
 {
	
}
#headline ul li.rrank_1 a,
#headline ul li.rrank_2 a,
#headline ul li.rrank_3 a,
#headline ul li.rrank_4 a,
#headline ul li.rrank_5 a,
#headline ul li.rrank_6 a,
#headline ul li.rrank_7 a,
#headline ul li.rrank_8 a
 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}

#headline ul li a {
	display: block;
	padding-left: 8px;
	line-height: 30px;
	color: #333;
}
#headline ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(0,0,0,0.6);
}

#archive_contents {
	display: block;
	position: relative;
}
#archive_contents h1,
#archive_contents h1 a {
	display: block;
}
#archive_contents h1 a,
#archive_contents h1.linknone {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FF5FA3;
	font-size: 28px;
	font-weight: bold;
	line-height: 67px;
	background-color: #333;
}
#archive_contents h1 a:hover {
	color: #FFF;
}
#archive_loop {
	display: block;
	margin-top: 10px;
}
#archive_loop div.archive_loop_block {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
#archive_loop div.archive_loop_block a.archive_link {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px #CCC solid;
	color: #FFF;
	background-color: rgba(0,0,0,0.7);
}
#archive_loop div.archive_loop_block a.archive_link span {
	display: block;
}
#archive_loop div.archive_loop_block a.archive_link span.archive_title {
	padding-left: 180px;
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}
#archive_loop div.archive_loop_block a.archive_link span.archive_date {
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 60px;
}
#archive_loop div.archive_loop_block a.archive_link:hover {
	background-color: rgba(255,95,163,0.7);
}

#Pager {
	display: block;
	clear: both;
	position: relative;
}
#Pager ul.article-pager {
	display: block;
	position: absolute;
	top: -75px;
}
#Pager ul.article-pager:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
#Pager ul.article-pager li {
	float: left;
}
#Pager ul.article-pager a {
	display: block;
	margin-right: 10px;
	padding: 0 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD #AAA #AAA #DDD;
	font-weight: bold;
	color: #FF5FA3;
	font-size: 15px;
	line-height: 30px;
	background-color: #FFF;
}
#Pager ul.article-pager a:hover {
	color: #333;
	text-decoration: underline;
}
#Pager .paging-number li.current span,
#Pager .paging-number a {
	padding: 0 10px;
	line-height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD #AAA #AAA #DDD;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#Pager .paging-number li.current span,
#Pager .paging-number a:hover {
	color: #FF5FA3;
	background-color: #333;
}
#Pager li.paging-next,
#Pager li.paging-last {
	display: none;
}

#sitemap_contents {
	display: block;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
#sitemap_contents ul {
	display: block;
}
#sitemap_contents ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
#sitemap_contents ul li {
	display: block;
	float: left;
}
#sitemap_contents ul li:after {
	content: "/";
	margin: 0 5px;
}
#sitemap_contents ul li a {
	color: #1681B2;
}
#sitemap_contents ul li a:hover {
	color: #333;
}




/* side
----------------------------------------------- */

#side {
	float: right;
}
#side_wrap {
	display: block;
	width: 100%;
	position: relative;
}

#side .sidetitle {
	display: block;
	padding-left: 10px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
}
#side_like_box {
	display: block;
	background-color: #FFF;
}
#side_social {
	margin-top: 10px;
}
#side_social li {
	float: left;
	margin-right: 8px;
}

#side_fix {
	display: block;
	width: 100%;
}
#side .side_wrapper2,
#side .sidewrapper {
	margin-bottom: 15px;
}
#side ul.recent-article-image {
	display: block;
}
#side ul.recent-article-image li {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#side ul.recent-article-image li a.recent-article-text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding-left: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	background-color: rgba(0,0,0,0.6);
}
#side ul.recent-article-image li a.recent-article-text:hover {
	background-color: rgba(255,95,163,0.7);
}
#side_i2i {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
}
#side_i2i tr[valign="middle"] {
	display: none !important;
}

#side_access_trade a {
	display: block;
	border: 1px #BBB solid;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #0E5070;
	line-height: 50px;
	text-shadow: #FFF 0 1px;
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
#side_access_trade a:hover {
	color: #F0BD0F;
	text-decoration: none;
}
#side div.plugin-monthly div.side {
	margin-top: 10px;
}
#side div.plugin-monthly div.side:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
#side div.plugin-monthly div.side .sidebody {
	display: block;
	float: left;
}
#side div.plugin-monthly div.side .sidebody:after {
	content: "/";
	margin: 0 5px;
}
#side div.plugin-monthly div.side .sidebody:last-child:after {
	content: "";
	margin: 0;
}
#side div.plugin-monthly div.side .sidebody a {
	color: #1681B2;
}

#side #index_loop {
	display: block;
	width: 100%;
}
#index_loop .index_looper a {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: 5px;
	overflow: hidden;
}
#index_loop .index_looper a span.iltitle {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60px;
	padding-left: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	background-color: rgba(0,0,0,0.6);
}
#index_loop .index_looper a span.iltitle:hover {
	background-color: rgba(255,95,163,0.7);
}
#index_loop ul.index-navigator li a {
	color: #1681b2;
}
#index_loop li.paging-first,
#index_loop li.paging-last {
	display: none;
}



/* footer
----------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	padding-top: 48px;
	background-image: url('http://trendkeyword.doorblog.jp/image/bg/footer.png');
	background-repeat: repeat-x;
	background-position: center top;
}
#footer_wrap {
	display: block;
	position: relative;
	padding: 15px 0;
	color: #FFF;
	background-color: #333;
}
#footer_wrap a {
	color: #FFF;
}
#footer_menu {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
#footer_menu li {
	display: inline;
}
#footer_menu li.separator {
	margin: 0 7px;
}
#footer_links_blog {
	margin-bottom: 25px;
}
#footer_links_blog li {
	display: inline;
	font-size; 12px;
}
#footer_links_blog li:after {
	content: "/";
	margin: 0 5px;
	color: #CCC;
}
#footer_links_blog li:last-child:after {
	content: "";
	margin: 0;
}

#fotter_rank {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
#fotter_rank li {
	float: left;
	margin-right: 7px;
	font-size: 9px;
}
#fotter_rank li.blr p {
	display: none;
}
#fotter_rank li.seop > div {
	height: 15px;
	overflow: hidden;
}
#fotter_rank li.seop > div div {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#footer address {
	display: block;
	text-align: center;
}

/* comment
----------------------------------------------- */

#Comment {
	display: block;
	clear: both;
}
#Comment h4 {
	font-size: 18px;
}
#Comment #comment-form {
	padding-left: 15px;
}
#comment-form {
	border: 1px #CCC solid;
	background-color: #FFF;
}
#comment-form legend,
#comment-form-tools .facemark,
#comment-form-tools .rating {
	display: none;
}
#comment-form fieldset {
	border: 0;
}
#comments-list {
	clear: both;
	padding: 15px 0;
	margin-bottom: 25px;
	border: 1px #CCC solid;
	background-color: #FFF;
}
#comments-list h3 {
	padding-left: 15px;
	color: #1681B2;
	font-size: 15px;
}
#comments-list li.comment-author {
	font-weight: bold;
	color: #314568;
}
#comments-list li.comment-set {
	padding: 10px 15px 35px;
	border-bottom: 1px #CCC dotted;
}
#comments-list li.comment-set:last-child {
	border-bottom: 0;
}
#comments-list li.comment-date {
	color: #AAA;
}
#comments-list li.comment-body {
	font-weight: normal;
	font-size: 15px;
	line-height: 1.2;
	color: #333;
}

#comment-form {
	clear: both;
	padding: 15px 0;
}
#comment-form dt {
	font-weight: bold;
	font-size: 14px;
}
#comment-form-author,
#comment-form-textarea {
	width: 97%;
	padding: 3px 0 3px 5px;
	border: 1px #CCC solid;
	border-radius: 2px;
	font-size: 14px;
	box-sizing: border-box;
	outline: midium none;
	background-color: #FFF;
}
#comment-form-author:focus,
#comment-form-textarea:focus {
	border: 1px #FF5FA3 solid;
}


/* other
----------------------------------------------- */

div.social_buttons {
	display: block;
	width: 100%;
}
div.social_buttons ul {
	float: right;
}
div.social_buttons li {
	float: left;
	margin-right: 5px;
	overflow: hidden;
}

#backtotop {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}
#backtotop p {
	width: 90px;
	height: 90px;
	overflow: hidden;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('http://trendkeyword.doorblog.jp/image/backtop.png');
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#backtotop p:hover {
	opacity: 0.8;
}
#backtotop p span {
	display: block;
	line-height: 90px;
}


/* ランキング
----------------------------------------------- */

#index_contents {
	display: block;
	width: 100%;
}
#indexttle {
	display: block;
	position: relative;
	margin-bottom: 25px;
	color: #5F5F5F;
}
#indexttle h2 {
	font-size: 16px;
	font-weight: normal;
}
#indexttle p {
	font-size: 12px;
}
#indexttle_search {
	display: block;
	position: absolute;
	bottom: -75px;
	padding: 10px;
	background-color: rgba(0,0,0,0.5);
}
#indexttle_search input.formut {
	width: 345px;
	border: 1px #DDD solid;
	border-top: 1px #C0C0C0 solid;
}


#index_rank {
	display: block;
	width: 100%;
	margin-top: 10px;
}
div.trend_rank_contents {
	display: block;
	width: 100%;
	border: 1px #BBB solid;
	border-radius: 8px;
	background-color: #FFF;
}
#index_contents div.index_ranks {
	display: block;
	float: left;
	width: 375px;
	padding-right: 15px;
	padding-bottom: 20px;
}

div.trend_rank_contents h3 {
	display: block;
	padding-left: 10px;
	border-radius: 8px 8px 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #333;
	border-bottom: 1px #BBB solid;
}
div.trend_rank_contents h3 span {
	margin-left: 7px;
	color: #AAA;
	font-size: 12px;
	font-weight: bold;
}
#index_contents div.trend_rank_contents h3 {
	font-size: 18px;
	line-height: 40px;
}
#index_contents div.trend_rank_contents h3 span {
	font-size: 14px;
}


div.trend_rank_contents ul.trend_ranking {
	display: block;
}
div.trend_rank_contents ul.trend_ranking li.trend_ranking_list {
	display: block;
	position: relative;
	width: 100%;
	height: 22px;
	overflow: hidden;
	border-bottom: 1px #AAA dotted;
}
div.trend_rank_contents ul.trend_ranking li.trend_ranking_list.non_article {
	background-color: #CECECE;
}
#index_contents div.trend_rank_contents ul.trend_ranking li.trend_ranking_list {
	height: 45px;
}

div.trend_rank_contents ul.trend_ranking li.trend_ranking_list:last-child {
	border-bottom: 0;
}
div.trend_rank_contents ul.trend_ranking li.trend_ranking_list span.tr_rank {
	display: block;
	position: absolute;
	top: 3px;
	left: 10px;
	width: 15px;
	height: 15px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #BBB;
}
#index_contents div.trend_rank_contents ul.trend_ranking li.trend_ranking_list span.tr_rank {
	top: 10px;
	left: 10px;
	width: 25px;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
}

div.trend_rank_contents ul.trend_ranking li.trend_ranking_list span.tr_rank.rank1,
div.trend_rank_contents ul.trend_ranking li.trend_ranking_list span.tr_rank.rank2,
div.trend_rank_contents ul.trend_ranking li.trend_ranking_list span.tr_rank.rank3 {
	color: #FFF;
	background-color: #FF5FA3;
}

div.trend_rank_contents ul.trend_ranking li.trend_ranking_list a {
	display: block;
	padding-left: 40px;
	width: 1000%;
}
#index_contents div.trend_rank_contents ul.trend_ranking li.trend_ranking_list a {
	padding-left: 50px;
}

div.trend_rank_contents ul.trend_ranking li.trend_ranking_list a span.tr_text {
	display: block;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	line-height: 22px;
}
#index_contents div.trend_rank_contents ul.trend_ranking li.trend_ranking_list a span.tr_text {
	font-size: 16px;
	line-height: 45px;
}

div.trend_rank_contents ul.trend_ranking li.trend_ranking_list a:hover,
div.trend_rank_contents ul.trend_ranking li.trend_ranking_list a:hover span.tr_text {
	color: #FF5FA3;
}

/* 記事
----------------------------------------------- */

#article_contents {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 45px;
}
#article_contents a {
	color: #333;
	text-decoration: none;
}

#article_title {
	display: block;
	position: relative;
	color: #FFF;
	background-color: #333;
}
#article_title h1 {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	line-height: 53px;
}
#article_title h1 a {
	margin-right: 5px;
	padding-left: 10px;
	color: #FF5FA3;
	font-size: 28px;
	font-weight: bold;
}
#article_title h1 a:hover {
	color: #FFF;
}
#article_title p {
	display: block;
	position: absolute;
}
#article_title p.article_update {
	top: 5px;
	left: 10px;
}
#article_title p.article_category {
	top: 5px;
	right: 10px;
}
#article_title p.article_category a {
	color: #FFF;
}
#archive_reason_text {
	display: block;
	padding: 3px 10px;
}

#article_search_link {
	display: block;
	margin: 3px 0 10px;
}
#article_search_link p {
	display: block;
	float: left;
}
#article_search_link p a {
	color: #1681B2;
}
#article_search_link p a:hover {
	color: #FF63B1;
	text-decoration: underline;
}
#article_search_link p:after {
	content: "/";
	margin: 0 5px;
}
#article_search_link p:last-child:after {
	content: "";
	margin: 0;
}


#article_body {
	display: block;
	width: 100%;
	position: relative;
}

#archive_update_text {
	display: none;
}

#archive_pickup {
	display: block;
	position: relative;
	top: -20px;
}
#archive_pickup a {
	display: block;
	position: relative;
	border: 1px #CCC solid;
	width: 100%;
	height: 80px;
	overflow: hidden;
	background-color: #FFF;
}
#archive_pickup a span {
	display: block;
}
#archive_pickup a span.ap_update,
#archive_pickup a span.ap_title,
#archive_pickup a span.blog_name {
	position: absolute;
}
#archive_pickup a span.ap_thumb {
	position: relative;
	width: 220px;
	overflow: hidden;
}
#archive_pickup a span.ap_thumb img {
	display: block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#archive_pickup a span.ap_update {
	top: 5px;
	left: 230px;
	color: #666;
}
#archive_pickup a span.ap_title {
	top: 30px;
	left: 230px;
	font-size: 16px;
	font-weight: bold;
}
#archive_pickup a span.blog_name {
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	font-weight: bold;
	color: #C74A7F;
	background-color: rgba(255,255,255,0.8);
}
#archive_pickup a span.except {
	display: none;
}
#archive_pickup a:hover span.ap_title {
	text-decoration: underline;
	color: #FF5FA3;
}
#archive_pickup a:hover span.ap_thumb img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
#article_body p.title_match_switch {
	display: block;
	position: relative;
	float: right;
	top: -28px;
}
#article_body p.title_match_switch input {
	color: #10597C;
}

#article_body h2.article_h,
#article_body h3.article_h,
#archive_pickup_title,
#sitemap_contents h2,
#headline p.headline_title,
#article_body p.h_min  {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #FF5FA3;
	padding-left: 26px;
	line-height: 36px;
	background-image: url('http://trendkeyword.doorblog.jp/image/icon/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#article_body p.h_min {
	padding-left: 20px;
	font-size: 14px;
	line-height: 28px;
	background-image: url('http://trendkeyword.doorblog.jp/image/icon/tag.png');
}
#article_body p.suggest_word {
	display: block;
	margin-bottom: 15px;
}
#article_body p.suggest_word a {
	margin-right: 5px;
	color: #1681B2;
	text-decoration: underline;
}
#article_body p.suggest_word a:hover {
	text-decoration: none;
	color: #F9408F;
}

#article_body p.page_wrap {
	display: none;
}
#article_body p.page_wrap.selected {
	display: block;
}
#article_body p.page_wrap span.antena_date_set {
	display: block;
	margin-top: 10px;
	border-bottom: 1px #CCC solid;
	font-weight: bold;
	font-size: 14px;
}
#article_body p.page_wrap a.antena_a {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC dotted;
	background-color: #FFF;
}
#article_body p.page_wrap a.antena_a:first-child {
	border-top: 1px #CCC solid;
}
#article_body p.page_wrap a.antena_a:last-child {
	border-bottom: 1px #CCC solid;
}
/*
#article_body p.page_wrap a.antena_a:nth-child(even) {
	background-color: #FFF0FF;
}
*/
#article_body p.page_wrap a.antena_a.title_not_match {
	opacity: 0.4;
}
#article_body p.page_wrap a.antena_a.title_not_match.title_not_match_not {
	opacity: 1;
}
#article_body p.page_wrap a.antena_a span {
	display: block;
}
#article_body p.page_wrap a.antena_a span.antena_t {
	line-height: 60px;
}
#article_body p.page_wrap a.antena_a span.antena_update,
#article_body p.page_wrap a.antena_a span.antena_b {
	position: absolute;
}
#article_body p.page_wrap a.antena_a span.antena_t {
	padding-left: 100px;
	width: 1000%;
	font-size: 15px;
	font-weight: bold;
}
#article_body p.page_wrap a.antena_a.title_not_match span.antena_t {
	font-weight: normal;
}
#article_body p.page_wrap a.antena_a span.antena_update {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 12px;
}
#article_body p.page_wrap a.antena_a:hover span.antena_t {
	color: #FF5FA3;
	text-decoration: underline;
}
#article_body p.page_wrap a.antena_a span.antena_b {
	right: 5px;
	bottom: 0;
	font-size: 11px;
	color: #c74a7f;
}
#article_body p.page_wrap a.antena_a:hover span.antena_b  {
	color: #333;
}
#article_body p.page_wrap a.antena_a span.antena_b.pr:before {
	margin-right: 3px;
	content: "PR";
	color: #666;
}
#article_body p.page_wrap a.antena_a span.antena_tw,
#article_body p.page_wrap a.antena_a span.antena_fb {
	position: absolute;
	left: 10px;
	font-size: 12px;
	font-weight: bold;
}
#article_body p.page_wrap a.antena_a span.antena_fb {
	top: 12px;
	color: #425DAB;
}
#article_body p.page_wrap a.antena_a span.antena_tw {
	top: 32px;
	color: #00ACEE;
}
#article_body p.page_wrap a.antena_a span.antena_tw i,
#article_body p.page_wrap a.antena_a span.antena_fb i {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #898F9C;
	border-radius: 2px;
	color: #6A7180;
	display: inline-block;
	font-size: 11px;
	height: auto;
	line-height: 12px;
	min-width: 15px;
	margin-left: 3px;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
}
#article_body p.page_wrap a.antena_a.other_cls span.antena_others_switch,
#article_body p.page_wrap a.antena_a.other_cls span.antena_others_close {
	display: block;
	position: absolute;
	left: 100px;
	padding-right: 15px;
	bottom: 0;
	color: #FF0000;
	text-shadow: #FFF 0 1px;
}
#article_body p.page_wrap a.antena_a.other_cls span.antena_others_close {
	left: 160px;
	color: #888;
	padding-left: 16px;
	background-image: url('http://trendkeyword.doorblog.jp/image/icon/close_mim.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#article_body p.page_wrap a.antena_a.other_cls span.antena_others_close.hidehide {
	display: none;
}

#article_body p.page_wrap a.antena_a.other_cls span.antena_others_switch:hover {
	color: #000;
}

#article_body p.page_wrap a.aa_others {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC dotted;
	background-color: #EEE;
}
#article_body p.page_wrap a.aa_others span {
	display: block;
}
#article_body p.page_wrap a.aa_others span.aao_update {
	position: absolute;
	top: 0;
	left: 7px;
	line-height: 35px;
	font-size: 10px;
	color: #888;
}
#article_body p.page_wrap a.aa_others span.aao_t {
	margin-left: 125px;
	top: 0;
	left: 0;
	width: 1000%;
	line-height: 35px;
	font-size: 13px;
}
#article_body p.page_wrap a.aa_others span.aao_b {
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 10px;
	color: #c74a7f;
}


#list_page_selector {
	display: block;
	clear: both;
	margin-top: 15px;
}
#list_page_selector:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
#list_page_selector li {
	display: block;
	float: left;
	margin-right: 7px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD #AAA #AAA #DDD;
	text-align: center;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}
#list_page_selector li:hover,
#list_page_selector li.selected {
	color: #FF5FA3;
	background-color: #333;
}
div.antena_tip {
	width: 330px;
	font-size: 13px;
	line-height: 1.8;
}
div.antena_tip a.balloon_link {
	display: block;
	color: #0E5070;
}
div.article_frame_wrap {
	display: block;
	margin-top: 40px;
}
div.article_frame_wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
div.article_frame {
	display: block;
	margin-top: 20px;
	border-top: 1px #AAA dotted;
	padding-top: 20px;
	width: 100%;
}
div.article_frame.half {
	margin: 0;
	padding: 20px 0 20px 0;
	float: left;
	width: 50%;
}
#article_news {
	padding-right: 15px;
}
#article_tube {
	border-left: 1px #AAA dotted;
	padding-left: 15px;
}
ul.article_frame_ul {
	display: block;
	margin-top: 10px;
	background-color: #FFF;

}
div.article_frame ul.article_frame_ul {
	width: 100%;
	min-height: 100px;
	max-height: 625px;
	overflow-y: scroll;
}
ul.article_frame_ul li {
	display: block;
}
div.article_frame.half ul.article_frame_ul li a {
	display: block;
	padding: 15px 0;
	position: relative;
	border-top: 1px #AAA dotted;
}
div.article_frame.half ul.article_frame_ul li a:hover {
	background-color: #FFE6FF;
}
ul.article_frame_ul li a span {
	display: block;
}
#article_news span.news_title {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #1681B2;
}
#article_news span.news_update {
	font-size: 11px;
	color: #888;
}
div.article_frame.half ul.article_frame_ul li a:hover span.news_title,
div.article_frame.half ul.article_frame_ul li a:hover span.tube_title {
	text-decoration: underline;
}

#article_tube iframe {
	display: block;
	width: 320px;
	margin: 0 auto 15px;
}
#article_tube span.tube_thumb {
	display: block;
	width: 120px;
	height: 90px;
	overflow: hidden;
}
#article_tube span.tube_title {
	position: absolute;
	top: 15px;
	left: 130px;
	width: 215px;
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
#article_tweet {
	margin-bottom: 15px;
}
#article_tweet ul.article_frame_ul {
	border: 1px #CCC solid;
}
#article_tweet div.tweet_entry {
	clear: both;
	position: relative;
	min-height: 51px;
	padding: 9px 12px;
	border-bottom: 1px solid #CCC;
}
#article_tweet div.tweet_entry:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}
#article_tweet p.tweet_icon {
	float: left;
}
#article_tweet p.tweet_icon a {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 3px;
}
#article_tweet p.tweet_icon a:hover {
	opacity: 0.8;
}

#article_tweet p.tweet_head {
	position: absolute;
	top: 9px;
	left: 70px;

}
#article_tweet p.tweet_head span {
	display: inline;
}
#article_tweet p.tweet_head span.tweet_name {
	font-weight: bold;
	font-size: 13px;
}
#article_tweet p.tweet_head span.t_screenname {
	font-size: 11px;
	color: #999;
}
#article_tweet p.tweet_head a:hover span.tweet_name {
	color: #FF5FA3;
	text-decoration: underline;
}

#article_tweet p.t_date {
	position: absolute;
	top: 9px;
	right: 12px;
	color: #777;
}
#article_tweet p.t_text {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 640px;
}
#article_tweet p.t_text a {
	color: #FF5FA3;
	text-decoration: underline;
}
#article_tweet p.t_text a:hover {
	text-decoration: none;
}
