/*
Theme Name:PS4速報
Description:PS4速報用テーマ
Author: solty [solty design]
Author URI: http://solty.2-d.jp/
Version:1.0.0
*/

@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-family : "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
	color : #333333;
	background-color : #F5F5F5;
	margin : 0;
	padding : 0;
	line-height : 1.4;
}
article, section, div, a, ul, ol, li, footer, header, main, aside, form, input, select, a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article.entry, article.topentry, article#entryarea, .pluginWrap, .banner, #headline, #entrybottom, #commentarea, .sidewrapper {
	border: solid 1px #eee;
	background: #fff;
}

#wrapper {
	width: 1180px;
	margin: 0 auto;
}
strong {
	font-weight: bold;
}
fieldset, img {
	border:0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
label {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
.rdf{
	display: none;
	clear: both;
}

a {
	color: deepskyblue;
	outline: none;
	text-decoration: none;
}

header nav, footer, article:hover .eyecatch:after, .index-navigator li.current, .index-navigator li a:link:hover, .index-navigator li a:visited:hover, #headrank li:hover {
	background: #0068bf;
}

article time, article[class]:hover .entrytitle a, .navibtn a:hover, .blogroll-list a:hover:before, .linkwithin_textlist a:before {
	color: #0068bf;
}

#articletop:before, nav form:before, ul li[class$="count"] a:before, article[class] .categories:before, #taxsonomy > *:before, article time:before, #breadcrumb:before, #recentComment p:before, .recent-comment-body:before, .blogroll-list a:before, .linkwithin_textlist a:before {
	font-family: FontAwesome;
}

/*	header	*/
header {
	position: relative;
	margin-bottom: 15px;
	height: 340px;
	background: #003a79;
	background: -moz-linear-gradient(top, #003a79 0%, #003a79 40%, #1a7ab5 100%);
	background: -ms-linear-gradient(top, #003a79 0%, #003a79 40%, #1a7ab5 100%);
	background: linear-gradient(to bottom, #003a79 0%, #003a79 40%, #1a7ab5 100%);
}
header h1, header h2 {
	position: absolute;
	left: 20px;
	color: #fff;
}
header h1 {
	top: 15px;
	font-size: 28px;
	font-size: 2.8rem;
}
header h2 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	top: 15px;
	left: 180px;
	width: 600px;
}
header h1 a {
	color: #fff;
}
header img, [class^=sidead] img {
	display: block;
}
header #headrank {
	position: absolute;
	top: 65px;
	left: 20px;
	width: 800px;
}
header span[class$="count"] {
	font-size: 10px;
	font-size: 1rem;
	left: auto;
	right: 0px;
	width: auto;
	padding: 3px 5px;
	background: #000!important;
}
span.rtcount, span.comcount, span.randombox {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #888;
	background: deepskyblue;
	z-index: 1;
	padding: 3px 2px;
}
span.rtcount {
	background: deepskyblue;
}
span.comcount {
	background: orange;
}
span.randombox {
	background: green;
}
#headrank li, #headrank span {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#headrank img {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}
#headrank ul {
	margin: 0;
	padding: 0;
}
#headrank li {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 110px;
	margin: 0 5px 5px 0;
	background: #ccc;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}
#headrank li:nth-of-type(5n) {
	margin-right: 0;
}
#headrank li:nth-of-type(-n+5) .comcount {
	display: none;
}
#headrank li a {
    display: block;
    height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
#headrank .title {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%!important;
	padding: 2px 3px;
    background-color: #000!important;
    background-color: rgba(0,0,0,0.6)!important;
	color: #fff!important;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14px;
	text-align: left;
	overflow: hidden;
}
#headrank a:hover .title {
	color: deepskyblue!important;
}
#headrank .popularArticleWithImage .comment {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-weight: bold;
}

/*	nav	*/
nav {
	clear: both;
}
nav ul {
	position: relative;
}
header nav {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1.6rem;
	width: 100%;
	height: 40px;
	box-shadow: 1px 0 10px rgba(255,255,255,0.3);
}
header nav li {
	float: left;
	width: 12%;
	margin: 0;
	padding: 0;
}
header nav li > a {
	display: block;
	height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
header nav li:not(:last-child) > a {
	border-right: 1px solid #fff;
}
header nav li:not(:last-child) > a:hover{
	color: skyblue;
	background: #003867;
	text-decoration: none;
}
header nav li:last-child > * {
	text-align: right;
}
header nav li:last-child {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 30%;
	padding: 0 1% 0 0;
	border: none;
}
nav ul li #snsbtn {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
nav ul li #snsbtn a {
	display: inline-block;
	float: left;
	height: 100%;
	width: 50%;
	font-size: 30px;
	font-size: 3rem;
	line-height: 40px;
	vertical-align: top;
	text-align: center;
	color: #fff;
}
nav ul li #snsbtn a.fa-twitter:hover {
	color: #1ab2e8;
}
nav ul li #snsbtn a.fa-facebook:hover {
	color: #3b5998;
}
nav ul li #snsbtn a.fa-rss:hover {
	color: #f60;
}
nav #search {
	width: 80%;
	height: 32px;
	margin: 4px 0;
	padding: 0;
	position: relative;
	font-weight: normal;
	display: inline-block;
}
nav form:before {
	position: relative;
	content: "\f002";
	font-size: 1.6px;
	font-size: 1.6rem;
}
nav form input {
	font-size: 1.6px;
	font-size: 1.6rem;
	height: 100%;
	padding: 0;
	border: 0;
	transition: 0.2s width ease;
}
nav form input[type="submit"] {
	width: 20%;
	color: #fff;
	background: #aaa;
}
nav form input[type="submit"]:hover {
	cursor: pointer;
	background: #555;
}
nav form input[type="text"] {
	width: 77%;
	margin-left: -7%;
	padding-left: 7%;
	outline: 0;
}
nav form input[type="text"]:focus {
	box-shadow: 0 0 1px #aaa;
}

/*	column	*/
main {
/*	float: left;*/
	width: 860px;
}
aside {
/*	float: right;*/
	width: 300px;
	margin-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
aside, main {
	float: none;
	display: inline-block;
	vertical-align: top;
}

/*	ad	*/
main .aban {
	margin: 10px auto;
	padding: 5px;
	height: auto;
	min-height: 90px;
	clear: both;
}
aside .aban {
	width: 300px;
	height: 600px;
	margin: 0 -11px 0 0;
}
.aban > * {
}
table.abox {
	margin: 0 auto 30px;
}
table.abox td {
	vertical-align: bottom;
}
table.abox td > * {
	color: #fff;
	text-align: center;
}
table.abox td:first-child {
	padding-right: 30px;
}
header .abox {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 336px;
	height: 280px;
}
/*
header .abox, aside .aban, table.abox td > *, main .aban {
	background: rgba(0,0,0,0.3);
}
*/
/*	amaprop	*/
div.kar_wraper {
	width: 764px;
	margin: 20px auto;
}

/*	entry	*/
article {
	position: relative; 
	display: inline-block;
	margin-bottom: 20px;
}
article .entrytitle {
	margin: 0 0 10px;
	word-break: break-all;
}
article.entry .entrytitle {
	padding: 40px 0 0;
}
article .entrytitle a {
	display: block;
	margin: 0;
	padding: 5px 0;
	word-break: break-all;
	color: #444;
}
article h1, article h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
article.topentry {
	width: 100%;
	min-height: 152px;
}
article .eyecatch {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #f8f8f8;
	overflow: hidden;
}
article .eyecatch:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	background: rgba(0,0,0,0.75);
}
article .eyecatch.noimage:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "NoImage";
	color: #aaa;
	font-size: 30px;
	font-size: 3rem;
	transform: translate(-50%, -50%);
}
ul.headsns {
	text-align: center;
}
ul.headsns li {
	font-size: 13px;
	font-size: 1.3rem;
}
ul.headsns li, ul.bottomsns li {
	display: inline-block;
	width: 50%;
	min-height: 2em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2em;
	text-align: center;
	vertical-align: top;
	background: #fff;
}
.entry ul.headsns {
	position: absolute;
	top: 185px;
	left: 2%;
	width: 96%;
}
.entry ul.headsns li {
	width: 50%;
}
ul.headsns li:last-child, ul.bottomsns li:last-child {
	float: none;
}
ul.headsns li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
}
ul.headsns li a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
ul li.comcount a {
	background: #f80;
}
ul li.snscount a, ul li.twcount a {
	background: #1ab2e8;
}
ul.headsns li.pubdate {
	position: absolute;
	right: 20px;
	background: transparent;
	color: #3ce2f5;
}
ul.bottomsns li a:hover {
	color: #fff;
}
ul.bottomsns li.twcount a:hover {
	background: #1ab2e8;
}
ul.bottomsns li.htbcount a:hover {
	background: #008fde;
}
ul li[class$="count"] a:before, article .categories:before {
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 3px;
	vertical-align: top;
}
ul li.comcount a:before {
	content: "\f075";
}
ul li.snscount a:before {
	content: "\f099";
}
article.topentry .categories, article.entry .categories {
	position: absolute;
	left: 0px;
	padding-left: 5px;
	max-width: 255px;
	overflow: hidden;
	white-space: nowrap;
}
article.entry .categories {
	top: 155px;
}
article.topentry .categories {
	top: 125px;
}
article .categories:before {
	content: "\f07c";
	color: #ccc;
}
article .categories strong {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
article .categories a {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 3px;
	border-radius: 3px;
	font-weight: normal;
	color: #fff;
}
article time {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3rem;
	color: #666;
}
article time:before {
	content: "\f017";
}
article[class$="entry"] time {
    position: absolute;
	bottom: 5px;
    right: 5px;
	margin: 0;
	text-align: right;
}
article.topentry {
	padding: 10px 2% 20px 32%;
}
article.topentry .eyecatch {
	width: 30%;
	height: 150px;
}
article.topentry ul.headsns {
	width: 30%;
	position: absolute;
	bottom: 10px;
}
article.entry {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 180px 10px 30px;
	vertical-align: top;
}
article.entry .eyecatch {
	width: 100%;
	height: 180px;
}
article.entry:nth-of-type(3) {
	margin-right: 0;
}
article.entry:last-of-type {
	float: none;
}

/*	entry_single	*/
article#entryarea, section#entrybottom {
	display: block;
	margin: 0;
}
article#entryarea {
	padding: 10px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: none;
}
article#entryarea #introtext {
	margin: 30px 0;
}
article#entryarea #maintext {
	margin: 0 0 50px;
}
article#entryarea #introtext a, article#entryarea #maintext a {
	display: inline-block;
}
section#entrybottom {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	border-top: none;
}
section#entrybottom h3 {
    float: none;
    clear: both;
	margin-top: 30px;
	padding-left:  5px;
	line-height: 2em;
	text-align: left;
}
h1#singletitle.entrytitle {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 10px;
	padding: 20px 0px;
	color: #444;
}
article#entryarea ul {
	margin: 0;
	text-align: left;
}
article#entryarea ul.headsns li {
	width: auto;
	min-width: 10%;
	float: none;
	text-align: center;
}
article#entryarea section ul, #entryarea blockquote {
	position: relative;
	margin: 30px 0;
	padding: 12px 15px 12px 15px;
}
article#entryarea section ul a, #entryarea blockquote a, #entryarea blockquote iframe {
	position: relative;
	z-index: 1;
}
article#entryarea section ul:before, article#entryarea section ul:after, #entryarea blockquote:before, #entryarea blockquote:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #0068bf;
	z-index: 0;
}
#entryarea blockquote:before, #entryarea blockquote:after {
	background: rgba(0,104,191,0.05);
}
article#entryarea section ul:before, #entryarea blockquote:before {
	top: -3px;
	left: -3px;
}
article#entryarea section ul:after, #entryarea blockquote:after {
	top: 3px;
	left: 3px;
}
article#entryarea section ul li {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
article#entryarea section ul li:last-child {
	padding: 0;
	border-bottom: none;
}
article#entryarea time {
	top: 5px;
}
#entryarea blockquote p {
	margin: 0;
}
.recommend > a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2em;
}
.bottomsns {
	margin: 0;
}
.bottomsns a {
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
ul.bottomsns li p {
	margin: 0;
}
article#entryarea img.pict {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #ddd;
	background: transparent;
	transition: 0.2s all ease;
}
article#entryarea a:hover img.pict {
	border-color: #0068bf;
}

/*	entry_botom	*/
.entry_navi .socialbtn {
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
}
#entrybottom .socialbtn {
	text-align: right;
	margin: 0 0 30px;
	padding: 30px 0;
}
.entry_navi .socialbtn a {
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-size: 1.0rem;
	margin-right: 10px;
	padding: 0 10px 0 20px;
	background-image: url(./commons/icons_mini.png);
}
#entrybottom .socialbtn a {
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
	padding: 0 10px 0 35px;
	background-image: url(./commons/icons.png);
}
.entry_navi .socialbtn a, #entrybottom .socialbtn a {
	display: inline-block;
	color: #fff;
	background-repeat: no-repeat;
	border-radius: 4px;
	vertical-align: top;
}
.socialbtn .twitter {
	background-color: #1b95e0;
}
.entry_navi .socialbtn .twitter {
	background-position: 3px -80px;
}
#entrybottom .socialbtn .twitter {
	background-position: 5px -120px;
}
.socialbtn .hatena-bookmark-button {
	position: relative;
	background-color: #2c6ebd;
}
.entry_navi .socialbtn .hatena-bookmark-button {
	padding-left: 35px;
	background-position: 1px -40px;
}
#entrybottom .socialbtn .hatena-bookmark-button {
	padding-left: 60px;
	background-position: 2px -60px;
}
.socialbtn .hatena-bookmark-button:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	width: 55%;
	background: #fff;
	border-radius: 0 3px 3px 0;
}
.entry_navi .socialbtn .hatena-bookmark-button:after {
	height: 16px;
}
#entrybottom .socialbtn .hatena-bookmark-button:after {
	height: 26px;
}
.socialbtn .hatena-bookmark-button .count {
	display: block;
	position: absolute;
	top: 0;
	color: #2c6ebd;
	font-weight: bold;
	text-align: center;
	z-index: 3;
}
.entry_navi .socialbtn .hatena-bookmark-button .count {
	width: 30px;
	height: 16px;
	left: 15px;
}
#entrybottom .socialbtn .hatena-bookmark-button .count {
	width: 40px;
	height: 28px;
	left: 30px;
}
.socialbtn .feedly {
	background-color: #6cc655;
	background-position: 5px -30px;
}
.entry_navi .socialbtn .feedly {
	background-position: 5px -20px;
}
#entrybottom .socialbtn .feedly {
	background-position: 5px -30px;
}
#entrybottom {
	margin: 0 0 15px;
	padding: 2em 0.3em 0;
	border-top: none;
}
.related-articles h3, #commentarea > p, #closed, main > h2 {
	padding: 0 1em;
	font-size: 12pt;
	font-weight: bold;
	line-height: 2em;
	color: #fff;
	background: #0068bf;
}
.related-articles h3, main > h2 {
	margin: 20px 0 10px;
}
#commentarea > p {
	margin: 5px 5px 20px 5px;
}

/*	breadcrumb/tag/category List	*/

#breadcrumb {
	line-height: 2em;
}
#breadcrumb:before {
	font-size: 20px;
	font-size: 2rem;
	content: "\f015";
}
#breadcrumb div {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
#breadcrumb div a, #taxsonomy a {
	display: inline-block;
	padding: 3px 5px;
	transition: none;
}
#breadcrumb div {
	padding-left: 12px;
	position: relative;
}
#breadcrumb div:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	line-height: 1.5em;
	color: #666;
	content: "\003e";
}
#taxsonomy {
	text-align: right;
	color: #ccc;
}
#taxsonomy a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #444;
}
#taxsonomy .catgories {
	margin-right: 20px;
}
#taxsonomy .catgories:before {
	content: "\f07c";
}
#taxsonomy .tags:before {
	content: "\f02c";
}
#breadcrumb div:first-of-type {
	padding-left: 0;
}
#breadcrumb div:first-of-type:before {
	content: "";
}

/*	sidebar_plugin	*/
.sidetitle {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0.5em 0.5em;
}
.sidewrapper {
	margin-bottom: 14px;
	padding: 10px 0;
	background: #fff;
	border-right: none;
	border-left: none;
}
.sidewrapper select {
	width: 100%;
	height: 30px;
}
.sidewrapper label {
	display: none;
}
#recentComment, .recent-comment {
	padding: 0 10px;
}
#recentComment li, .recent-comment li {
	margin-bottom: 1em;
}
#recentComment li:last-child, .recent-comment li:last-child {
	margin-bottom: 0;
}
#recentComment p, .recent-comment .recent-comment-body {
	margin: 0 0 0.3em;
	padding: 0 0 0.3em;
	border-bottom: 1px dashed #ccc;
}
#recentComment p:before, .recent-comment-body:before {
	content: "\f27a";
	color: #666;
	margin-right: 5px;
}
#recentComment a, .recent-comment a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
}
.recent-comment-author {
	display: none;
}

/*	width_fix	*/
div#modernentryrank {
	margin-left: -9px!important;
}

/*	side_ad	*/
aside .sidead {
	padding: 0;
	margin: 0 auto 10px;
	width: 100%;
	font-size: 13px;
	font-size: 13px;
}
.sidead div.productinfo {
	text-align: center;
	padding: 5px;
	line-height: 1.2;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
}
.sidead a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #ccc;
	padding: 3px;
	position: relative;
	width: 100%;
	transition: all .3s ease;
}
.sidead img {
	width: 100%;
	height: 100%;
}
aside .sidead a:hover {
	background: deepskyblue;
}
.banner .sidead {
	width: 640px;
	margin: 10px auto;
	font-size: 20px;
	font-size: 2rem;
}
.banner .sidead:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.15s opacity linear;
}

/*	side_blogparts	*/
aside .popularArticlesWithImage li {
	position: relative;
    width: 95%;
	margin: 0 auto;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
aside .popularArticlesWithImage li:last-child, .related-articles li:last-child a {
	border-bottom: none;
}
aside .popularArticlesWithImage li:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
aside .popularArticlesWithImage li a:hover > .comment {
	background: #0068bf!important;
}
aside .popularArticlesWithImage li a:hover > .title {
	color: deepskyblue!important;
}
aside .popularArticlesWithImage .image {
	float: left;
	display: inline-block;
	width: 22%!important;
}
aside .popularArticlesWithImage .image.noimage:before {
	font-size: 12px;
	font-size: 1.2rem;
	content: "NoImage";
	width: 60px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	background: #eee;
	color: #666;
}
aside .popularArticlesWithImage .image img {
	display: block;
}
aside .popularArticlesWithImage .comment {
	font-size: 12px;
	font-size: 1.2rem;
	width: 25%!important;
	text-align: center;
	margin: 0 0 5px 22%;
	border-radius: 5px;
}
aside .popularArticlesWithImage .title {
	display: block;
	margin-left: 20%;
	width: 80%!important;
	background: transparent!important;
	color: #444!important;
}

/* commentarea */
#commentarea {
	padding: 0 0 2em 0;
	margin: 0 0 15px 0;
	color: #333;
}
div.view-comment  {
	padding-left : 0px;
	padding-right : 0px;
}
div.comwrap {
	position: relative;
	padding: 20px 30px 10px 30px;
	border-top: 1px dashed #ddd;
}
#popup {
	position: absolute;
	display: none;
	max-width: 800px;
	padding: 10px;
	background: rgba(255,255,255,0.95);
	border: 1px solid #eee;
	box-shadow: rgba(16, 16, 16, 0.2) 2px 3px 3px;
	z-index: 9999;
}
#popup .comment-header a, #popup .reslist {
	display: none;
}
#popup .comment-body {
  padding : 5px;
  margin-bottom: 0px;
}
div.comment-header {
	font-size: 13px;
}
div.comment-body {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	word-wrap: break-word;
}
div.reslist {
	text-align: left;
	font-size: 12px;
	color: #aaa;
	width: 550px;
	word-wrap: break-word;
}
div.reslist > * {
	display: inline-block;
	margin-right: 8px;
}
.commentname {
	color: #008800;
	font-weight: bold;
}
#commentarea.close a[class^="comres"] {
	display: none;
}
a[class^="comres"], .resbtn {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 5px;
	border: 1px solid #aaa;
	background: #fff;
	color: #444;
	transition: all 0.1s ease;
	cursor: pointer;
}
a[class^="comres"]:hover, .resbtn:hover, .comvote_yes:hover, .comvote_no:hover {
	background: #0068bf;
	border-color: #0068bf;
	color: #fff;
}
.reslink, .comlink {
	color: #00f;
	cursor: pointer;
}
.reslink:hover, .comlink:hover {
	color: #f00;
}
#comnote {
	display: inline-block;
	font-size: 12px;
	margin: 12px 10px 0px 10px;
}
#comnote:empty {
	display: none;
}
#comment-form {
	margin: 30px 15px 0 15px;
	padding: 0 10px 15px 10px;
}
#comment-form form {
	padding: 0 10px;
}
#comment-form form > * {
	display: block;
	margin: 0 0 10px;
}
#comment-form textarea {
	width: 660px;
}
#comment-form #name, #comment-form #comment {
	min-height: 35px;
	padding: 5px 8px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
#comment-form #name:focus, #comment-form #comment:focus {
	outline: 0;
	border: 1px solid rgba(0,104,191,0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(0,104,191,0.5);
}
#comment-form input[type="submit"] {
	margin: 10px 0 0;
	padding: 2px;
	width: 30%;
	height: 40px;
}

/* comment_vote */
.comvote_yes, .comvote_no {
	font-size: 14px;
	width: 70px;
	height: 25px;
	margin: 0 5px;
	padding: 1px 3px;
	border: none;
	border: 1px solid transparent;
	color: #666;
	background: #ffe4d9;
	cursor: pointer;
	transition: all 0.1s ease;
}
.comvote_yes:hover, .comvote_no:hover {
	background: #0068bf;
	border: 1px solid #0068bf;
}
.votecount {
	font-size: 13px;
	width: 20px;
	display: inline-block;
	text-align: center;
}
.commentvote {
	display: block;
	min-width: 100px;
	text-align: right;
	padding: 20px 0 10px;
}
.disabled {
	background: #666;
	color: #fff;
}

/* comment_rating */
.normal {
	font-size: 16px!important;
}
.bad1 {
	font-size: 14px!important;
	color: #888;
}
.bad2 {
	font-size: 12px!important;
	color: #ccc;
}
.good1 {
	font-size: 16px!important;
	font-weight: bold;
	color: #00f;
}
.good2 {
	font-size: 16px!important;
	font-weight: bold;
	color: #009d4e;
}
.good3 {
	font-size: 18px!important;
	font-weight: bold;
	color: #f80;
}
.good4, .good5, .good6 {
	font-size: 20px!important;
	font-weight: bold;
	color: #f00;
}

/*	right_fixnavi	*/
#naviBtns {
	position: fixed;
	right: 10px;
	bottom: 50px;
}
.navibtn {
	margin: 0;
	background-color: #444;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.navibtn:hover {
	background-color: #000;
}
.navibtn:first-child {
	border-top: 1px solid #ddd;
}
.navibtn a {
	font-size: 3.5rem;
	line-height: 5rem;
	width: 50px;
	height: 50px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #fff;
	text-align: center;
}
#navi_comment {
	background-position: center 0px;
}
#navi_comment:hover {
	background-position: center -50px;
}
#navi_comwrite {
	background-position: center -100px;
}
#navi_comwrite:hover {
	background-position: center -150px;
}
#navi_next {
	background-position: center -200px;
}
#navi_next:hover {
	background-position: center -250px;
}
#navi_prev {
	background-position: center -300px;
}
#navi_prev:hover {
	background-position: center -350px;
}
#navi_top {
	background-position: center -400px;
}
#navi_top:hover {
	background-position: center -450px;
}
#pagenavi li {
	transition: all 0.2s ease;
}

/*　pager　*/
.pager {
	margin: 0px 0 20px 0;
	padding: 10px;
	text-align: center;
}
.index-navigator li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	list-style: none;
}
.index-navigator li.more {
	border: none;
}
.index-navigator li.off {
	border: solid 1px #ddd;
	color: #333;
	padding: 5px 10px;
}
.index-navigator li.current {
	display: inline;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}
.index-navigator li:last-child {
	margin-right: 0;
}
.index-navigator li a:link, .index-navigator li a:visited {
	border: solid 1px #ddd;
	color: #333;
	display: inline;
	padding: 5px 10px;
	text-decoration: none;
	background: #fff;
}
.index-navigator li a:hover {
	color: #fff;
}

/*　footer　*/
footer {
	height: 50px;
	color: #fff;
	text-align: center;
	clear: both;
}
footer small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
}

/*	rss	*/
.blogroll-channel > div, .blogroll-ad-img img {
	opacity: 0;
	height: 0;
}
.rssinner {
	margin: 20px 0;
}
.rssinner > .blogroll-channel {
    display: inline-block;
    float: left;
    width: 50%;
	max-height: 300px;
	overflow: auto;
}
.rssinner:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.blogroll-category-name, .blogroll-icon {
	display: none;
}
.blogroll-list a, .related-articles li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.1s ease;
}
#headline .blogroll-list a, .rssinner .blogroll-list {
	line-height: 18px;
}
#headline .blogroll-list a:before, .rssinner .blogroll-list a:before {
	font-size: 20px;
	font-size: 2rem;
	margin-right: 5px;
	vertical-align: middle;
}
#headline .blogroll-list a:before, .rssinner .blogroll-list a:before, .linkwithin_textlist a:before {
	content: "\f0da";
}
#headline .blogroll-list a:hover:before, .rssinner .blogroll-list a:hover:before, .linkwithin_textlist a:hover:before {
	color: #f00;
}
#headline {
	width: 100%;
	height: 265px;
	margin: 0 0 15px;
	overflow-y: auto;
}
#headline .blogroll-channel {
	display: inline-block;
	float: left;
	width: 415px;
	height: auto;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: top;
}
#headline .blogroll-channel:last-child {
	margin-left: 5px;
	border-left: 1px solid #ddd;
}
#headline .blogroll-list a {
	font-size:10pt;
	border-bottom: 1px dotted #dad2be;
	margin: 0;
	padding: 7px 0 5px 3px;
	color: #00c;
	background-position: 3px 11px;
}
#headline .blogroll-list a:hover {
	color: #c9171e;
	background-position: -20px 11px;
	background-color: #eaf5ff;
}
.related-articles li .related-article-image {
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
}
.related-articles li {
	position: relative;
	height: 70px;
}
.related-articles li .related-article-image img {
	display: block;
	height: 60px;
}
.related-articles li a {
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 100px;
	white-space: normal;
}
.related-articles li .related-article-title {
	display: table-cell;
	vertical-align: middle;
}
#entrybottom .blogroll-list a, .linkwithin_textlist a {
	padding: 5px 0 4px 5px;
}
#entrybottom .blogroll-list a, .related-articles li a, .linkwithin_textlist a {
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	background-position: -25px -12px;
}
#entrybottom .blogroll-list a:hover, .related-articles li a:hover, .linkwithin_textlist a:hover {
	color: #c9171e;
	background-color: #f8f8f8;
	background-position: 0 -12px;
	text-decoration: none;
}
div.entry-body-container iframe {
	margin: 0 auto;
	display: block;
}

/*	fix	*/
.kijinai, .message-properties {
	display: none;
}
article#entryarea table:not(.abox) td {
	border: 1px solid #bbb;
	padding: 4px 8px;
}
article#entryarea table:not(.abox) td:first-child {
	min-width: 130px;
}
div#linkwithin_text_0 {
	padding: 0!important;
}
ul.linkwithin_textlist {
	margin: 0!important;
}
ul.linkwithin_textlist li {
    list-style: none!important;
}
ul.linkwithin_textlist li a {
	display: block;
}

/*	sideparts	*/
.plugin-twitter_profile .side, .plugin-message .side, .plugin-categorize .side, .plugin-monthly .side {
	padding: 0 10px;
}
.plugin-memo .side {
	text-align: center;
}
.plugin-memo .side > p.text {
	margin: 0 10px;
	text-align: left;
}
.plugin-twitter_profile .side {
	line-height:1.4;
}
.plugin-twitter_profile .profile-header a {
	display:block;
	text-align:left;
	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;
}
/*	sns button_20180819	*/
article#entryarea ul#shareBtns {
	margin: 15px auto;
	width: 100%;
}
#shareBtns li {
	display: inline-block;
	width: 49%;
	text-align: center;
}
#shareBtns li a {
	display: block;
	color: #fff;
	padding-left: 5%;
	background-image: url(/icon_sns.png);
	background-repeat: no-repeat;
	line-height: 50px;
	height: 50px;
}
#shareBtns li.twitter {
	margin-right: 2%;
}
#shareBtns li.twitter a {
	background-color: #1ab2e8;
	background-position: 25% 14px;
}
#shareBtns li.facebook a {
	background-color: #3B5998;
	background-position: 25% -25px;
}


.kijinai {
    display: none;
}
.kijinai a{
    display: block;
}
.pconly {
    display: block!important;
}

div.AMvertical.gray.onborder li:hover {
    background-color: #3d85c6;
}
div.AMvertical.gray.onborder li .productinfo {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    height: 60px;
    color: #ccc;
}
div.AMvertical.gray.onborder li:hover .pname {
    color: #6fa8dc;
}