@charset "utf-8";

/*	アイコンフォント設定	*/
@font-face {
	font-family: 'fontello';
	src: url('./font/fontello.eot?63602637');
	src: url('./font/fontello.eot?63602637#iefix') format('embedded-opentype'),
		url('./font/fontello.woff?63602637') format('woff'),
		url('./font/fontello.ttf?63602637') format('truetype'),
		url('./font/fontello.svg?63602637#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ft {
	font-family: "fontello";
	font-weight: normal;
}
ul li[class$="count"] a:before, nav ol li:first-child a:after, nav ul li#categories > a:after, nav form:before, div.sidewrapper .sidetitle:before, #articletop:before, #entrybottom li.blogroll-list a:before {
	font-family: FontAwesome;
	font-weight: normal;
}
aside .fa:before, footer .fa:before, div.sidewrapper .sidetitle:before, #articletop:before {
	margin-right: 3px;
}

/*	基本設定	*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
}
a:hover {
	color: #e97019;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
img {
	border: none;
	display: block;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
html, input, select, textarea {
	font-family:"Meiryo","メイリオ","ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro","osaka","ＭＳ Ｐゴシック",sans-serif;
}

/*	カラム構成	*/
div, header, footer, nav, main, aside, form, input, select, article, ul, li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div#wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
header, nav {
	width: 100%;
}
main, #wrapper > aside {
	display: inline-block;
	vertical-align: top;
}
#wrapper, .inner {
	width: 1150px;
	margin: 0 auto;
}

/*	カラーリング	*/
body {
	background: #f8f8f8;
}
a {
	transition: ease color 0.2s,ease opacity 0.2s;
}
nav {
	background: #fff;
}
header, aside p.sidehead, main > #articletop, .sidetitlebody, #entrybottom h3,#entrybottom h2, #slideWrap li span {
	background: #000;
}
#slideWrap li span {
	color: #fff;
}
nav:before {
	background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
}
nav li a {
	background: #fff;
	color: #222;
}
nav li a:hover {
	color: #aaa;
}
article:hover .entrytitle a {
	color: #e97019;
}
/*
ul.headsns li a {
	color: #fff;
}
*/
ul li.comcount a {
	border: 1px solid #e97019;
	color: #e97019;
}
ul li.snscount a, ul li.twcount a {
	border: 1px solid #1ab2e8;
	color: #1ab2e8;
}
ul li.fbcount a {
	border: 1px solid #305097;
	color: #305097;
}
ul li.htbcount a {
	border: 1px solid #008fde;
	color: #008fde;
}
ul li.gpcount a {
	border: 1px solid #db4a39;
	color: #db4a39;
}
ul li.categories a {
	border: 1px solid #555;
	color: #555;
}
ul.bottomsns li a:hover {
	color: #fff;
}
ul.bottomsns li.twcount a:hover {
	background: #1ab2e8;
}
ul.bottomsns li.fbcount a:hover {
	background: #305097;
}
ul.bottomsns li.htbcount a:hover {
	background: #008fde;
}
ul li.comcount a:before, ul li[class$="count"] a:before {
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 3px;
	vertical-align: top;
}
ul li.comcount a:before {
	content: "\f0e5";
}
ul li.snscount a:before {
	content: "\f079";
}
ul li.twcount a:before {
	content: "\f099";
}
ul li.fbcount a:before {
	content: "\f230";
}
ul li.htbcount a:before {
	font-family: "fontello";
	content: "\e805";
}
ul li.gpcount a:before {
	content: "\f2b3";
}
footer {
	background: #000;
}

/*	ヘッダー	*/
header {
	height: 120px;
}
header .inner {
	height: 100%;
	padding: 15px 0;
	background: url(./commons/bg.png) 195px center no-repeat;
	background-size: auto auto;
	text-align: right;
}
header #sitelogo {
	display: block;
	float: left;
	margin-top: -5px;
	height: 100px;
	width: 250px;
}

/*	ナビ	*/
nav {
}
nav ul {
	line-height: 50px;
	margin: 0 auto;
}
nav ul, nav a {
	display: block;
	height: 50px;
}
nav li {
	display: block;
	float: left;
	height: 100%;
	margin: 0 1%;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
}
nav ul > li:hover > a, nav ol:hover li:first-child {
	border-bottom: 2px solid #ccc;
}
nav ul li.search {
	width: 30%;
}
nav ol {
	height: 100%;
	position: relative;
	z-index: 2;
}
nav ol li {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
    clear: both;
	overflow: hidden;
	transition: 0.3s opacity ease;
	font-weight: normal;
}
nav ol li:nth-child(n+2) {
	padding: 0 5%;
	background: #fff;
	text-align: left;
	line-height: 1;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
nav ol li:first-child {
	width: 100%;
	height: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
}
nav ol li:first-child a:after, nav ul li#categories > a:after {
	color: #999;
	padding-left: 0.5em;
	content: "\f107";
}
nav ol:hover {
	height: auto;
}
nav ol:hover > li, nav ul li#categories:hover > div.category-parent {
	display: block;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
nav ol:hover > li {
	height: auto;
}
nav ul li#categories > a, nav ol li:first-child a {
	cursor: pointer;
}
nav ul li#categories:hover > div.category-parent {
	line-height: 1.5;
	height: auto;
}
nav ul > li:last-child {
	float: right;
	width: 30%;
	border: none;
}
nav ul > li:last-child > * {
	text-align: right;
}
nav ul li#categories {
	position: relative;
	z-index: 2;
	width: 8%;
}
nav ul li#categories div {
	display: none;
	width: 300%;
	padding: 0 5%;
	background: #fff;
	text-align: left;
	border-left: 1px solid #ccc;
}
nav ul li#categories div a, nav ol li:nth-child(n+2) a {
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	line-height: 1.2;
}
nav ul li#categories .category-parent {
	height: auto;
	border-bottom: 1px solid #ccc;
}
nav ul li#categories .category-parent a, nav ol li:nth-child(n+2) a {
	display: inline-block;
	height: auto;
	padding: 5px 0;
	font-weight: bold;
}
nav ul li#categories .category-child a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
nav ul li #snsbtn {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
nav ul li #snsbtn a {
	display: inline-block;
	float: left;
	height: 100%;
	width: 25%;
	font-size: 20px;
	font-size: 2rem;
	line-height: 50px;
	vertical-align: top;
	text-align: center;
}
nav .fa-twitter:hover {
	color: #1ab2e8;
}
nav .fa-facebook:hover {
	color: #3b5998;
}
nav .fa-rss:hover {
	color: #f60;
}
nav .c-fa-feedly:hover {
	color: #89be49;
}
nav #search {
	width: 70%;
	height: 100%;
	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: 50%;
	padding: 0;
	border: 0;
	transition: 0.2s width ease;
}
nav form input[type="submit"] {
	width: 0%;
	color: #fff;
	background: #222;
}
nav form input[type="submit"]:hover {
	background: #aaa;
}
nav form input[type="text"] {
	width: 75%;
	margin-left: -8%;
	padding-left: 8%;
	outline: 0;
}
nav form input[type="text"]:focus {
	box-shadow: 0 0 1px #aaa;
}
nav form input[type="text"]:focus + input, nav form input[type="submit"]:hover {
	width: 20%;
}

/*	メインカラム	*/
main {
	width: 850px;
	padding-right: 4%;
}
main > #articletop {
	display: inline-block;
	padding: 0 1em;
	line-height: 2em;
}
main > #articletop:before {
	content: "\f024";
}

/*	記事ボックス	*/
article {
	position: relative; 
	display: inline-block;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid transparent;
}
article:hover {
	border: 1px solid #eee;
}
article h1 {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 0 15px;
}

h1#blog-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
}

article h2 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0;
}
article h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0;
}
article.topentry {
	width: 100%;
}
article .entrytitle a{
	color: #333;
}
article .eyecatch {
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
	overflow: hidden;
}
article:hover .eyecatch {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
ul.headsns li {
	font-size: 13px;
	font-size: 1.3rem;
}
ul.headsns li, ul.bottomsns li {
	display: inline-block;
	float: left;
	width: 32%;
	height: 2em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2em;
	margin-right: 2%;
	text-align: center;
}
ul.headsns li:last-child, ul.bottomsns li:last-child {
	margin-right: 0;
	float: none;
}
ul.headsns li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}
article time {
	position: absolute;
	right: 10px;
	color: #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}
article.entry time, article.topentry time {
	bottom: 5px;
}
article.topentry {
	height: 180px;
	padding: 10px 10px 10px 41%;
}
article.topentry .eyecatch {
	width: 40%;
	height: 180px;
}
article.topentry ul {
	width: 60%;
}
article.entry {
/*	float: left;*/
	vertical-align: top;
	padding: 120px 10px 30px 10px;
}
article.entry .eyecatch {
	width: 100%;
}
#wrapper.clm3 article.entry {
	width: 32%;
	max-height: 350px;
	margin-right: 2%;
	padding: 120px 10px 30px 10px;
}
#wrapper.clm3 .entry:nth-of-type(3n) {
	margin-right: -10px;
}
#wrapper.clm3 article.entry .eyecatch {
	height: 120px;
}
#wrapper.clm2 article.entry {
	width: 49%;
	padding: 180px 10px 30px 10px;
}
#wrapper.clm2 .entry:nth-of-type(even) {
	margin-right: 2%;
}
#wrapper.clm2 article.entry .eyecatch {
	height: 180px;
}
.entry:last-of-type:after {
	float: none;
}

/*	個別記事	*/
article#entryarea, section#entrybottom {
	display: block;
	margin: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
article#entryarea {
	padding: 10px 30px;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 1px solid #eee;
	border-bottom: none;
}
article#entryarea a {
	font-weight: bold;
}
article#entryarea #introtext {
	margin: 20px 0;
}
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;
	border-bottom: 1px solid #eee;
	background: #fff;
}
section#entrybottom h3
, section#entrybottom h2 {
    float: none;
    clear: both;
	margin-top: 30px;
	padding-left:  5px;
	line-height: 2em;
	text-align: left;
}
h1#singletitle.entrytitle {
	font-size: 25px;
	font-size: 2.5rem;
	margin: 0　0 10px;
	padding: 20px 0px;
	color: #5d310c;
	border-bottom: 1px solid #ccc;
}
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 ul li a {
	padding: 0 5px;
}
article#entryarea time {
	top: 5px;
}
#entryarea blockquote {
	margin: 5px 0 0;
	padding: 12px;
	background: #ccc;
}
#entryarea blockquote p {
	margin: 0;
	font-size:1.4rem;
}
.bottomsns {
	margin: 30px 0;
}
.bottomsns a {
	display: block;
	padding: 5px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
ul.bottomsns li p {
	margin: 0;
}

/*	雑記用	*/
div.zakki, p.zakki, h2.zakki, p.hosoku{
	margin: 10px 30px; 
	color:black;
	letter-spacing: normal;
}
div.content blockquote.shosai {
	border:none;
	border-left: 5px solid #ff7f23;
	margin:0px 40px;
	background: #f1f1f1;
}
div.zakki blockquote{
	font-size: 12px;
	font-size: 1.2rem;
}
div.zakki h2{
	color: black;
	margin: 0 auto;
}
h2.zakki{
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 200%;
}
p.zakki{
	margin-bottom:50px;
}
p.hosoku{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14px;
}

/*
article#entryarea ul li.categories a {
    display: inline-block;
}

article#entryarea ul li.categories:before {
    content: "\f07b";
    font-family: "fontawesome";
    font-size: 20px;
    font-size: 2rem;
    vertical-align: top;
}
*/

/*	コメント欄	*/
#comments, #res_area {
	padding: 5px 10px;
	line-height: 1.5;
	color: #333;
}
.commentname {
	font-weight: bold;
	color: #008000;
}
.comwrap {
	margin-bottom: 50px;
}
.comment-header {
	margin-bottom: 15px;
}
.comwrap a[class^="comres"] {
	display: inline-block;
	margin-left: 5px;
}
#comment_form {
	margin-top: 30px;
}

#comment_form textarea {
	display: block;
	margin: 15px 0;
	width: 100%;
	height: 150px;
}
#res_area {
	position: absolute;
	background: #fafafa;
	border: 3px solid #eee;
	display: none;
}
.attention {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.2;
}

/*	サイドカラム	*/
#wrapper > aside {
	width: 300px;
}
#wrapper > aside .sidewrapper {
	margin: 0 0 20px;
	padding: 0 0 10px;
	background: #fff;
	text-align: center;
}
#wrapper > aside .sidewrap img {
	margin: 0;
}
#wrapper > aside p.sidehead, main > p, .sidetitlebody, #entrybottom h3, #entrybottom h2 {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	line-height: 3em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
/*
div.sidewrapper:nth-of-type(3) .sidetitle:before {
	content: "\f079";
}
div.sidewrapper:nth-of-type(4) .sidetitle:before {
	content: "\f005";
}
*/

/*	フッター	*/
footer {
	width: 100%;
	padding: 50px 0;
}
footer ul li {
	display: inline-block;
	margin-right: 3%;
}
footer ul li:last-child {
	margin-right: 0;
}
footer ul {
	text-align: center;
}
footer ul a {
	display: inline-block;
	line-height: 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #aaa;
}
footer ul a:hover {
	color: #fff;
}
footer ul .fa {
	font-size: 18px;
	font-size: 1.8rem;
}
footer small {
	display: block;
	margin: 20px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}

/*	広告	*/
.adhead {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 10px;
}
main .boxad {
	display: inline-block;
	margin-bottom: 15px;
	height: auto;
	text-align: center;
	background: transparent;
	vertical-align: top;
}
main .boxad div.adspace {
/*
	width: 336px;
	height: 280px;
*/
	margin: 0;
	padding: 0 20px 0 0;
	text-align: center;
}
#wrapper > aside .boxad {
	width: 300px;
	height: 250px;
}
.bannerad {
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
header .bannerad {
	display: inline-block;
}
main .bannerad {
	display: block;
}
#wrapper > aside > div:last-of-type {
	height: 720px;
}
.sp1 {
	display: none;
}
/*
div[class$="ad"], .rss {
	background-color: transparent;
	background-image: linear-gradient(-45deg,transparent 49%,#ddd 50%,transparent 51%, transparent 99%, #ddd 100%, #ddd);
	background-size: 10px 10px;
	background-repeat: repeat;
	background-attachment: fixed;
	border: 1px solid #ddd;
}
*/

/*	パンくず・ページャー	*/
#breadcrumb div {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumb div a, #entrytags a {
	display: inline-block;
	padding: 3px 5px;
	background: #666;
	color: #fff;
}
#entrytags {
	text-align: right;
}
#entrytags a {
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumb div:after {
	content: ">";
}
#breadcrumb div:last-of-type:after {
	content: "";
}
.pager {
	clear: both;
}
div.index-navigator-outer {
	text-align: center;
}
ul.index-navigator {
	padding: 0;
	margin: 0 auto 20px;
}
.index-navigator li {
	display: inline;
	font-size: 13px;
	font-size: 1.3rem;
}
.index-navigator li.current {
	display: inline-block;
	margin: 0 auto;
	padding: 0 1.5em;
	line-height: 3em;
	border: 1px solid #aaa;
	border-radius: 50%;
	color: #fff;
	background-color: #333;
}
.pager a, .pager-inner a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 1.5em;
	font-weight: normal;
	line-height: 3em;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #666;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
}
.pager a:hover, .pager-inner a:hover {
	color: #fff;
	background: #333;
}
ol.paging-number, ol.paging-number li {
	display: inline;
}

/*	サイト内記事紹介エリア	*/

/*	スライドショー用	*/
#slideWrap {
	position: relative;
	width: 375px;/*	だい　修正しました 375→371	*/
	height: 250px;
}
#slideWrap li {
	display: none;
	height: 100%;
	overflow: hidden;
}
#slideWrap li span {
	display: block;
	position:absolute;
	bottom:0;
	width: 96%;
	height: 45px;
	padding: 5px 2%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5em;
	overflow: hidden;
}
#mfBtns {
	font-size: 20px;
	font-size: 2rem;
}
#mfBtns > * {
	transition: 0.3s;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#pickup {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
#pickup > * {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#pickup > *:after {
	position: absolute;
	top: -5px;
	left: -5px;
	transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	background-color: #fa0;
	background-image: linear-gradient(-45deg,rgba(255,170,0,0.7) 25%, rgba(255,140,0,0.7) 25%, rgba(255,140,0,0.8) 50%, rgba(255,170,0,0.7) 50%, rgba(255,170,0,0.7) 75%,  rgba(255,140,0,0.7) 75%, rgba(255,140,0,0.7));
	background-size: 7px 7px;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 150px;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#headline:after {
	content: "ヘッドライン";
}
#populars:after {
	content: "本日の人気記事";
}
#slideWrap:after {
	content: "特集記事";
}
#populars {
	width: 360px;
}
#headlineFrame {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

/*	画像付き人気記事	*/
li.popularArticleWithImage {
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	overflow: hidden;
}
#populars ul li {
	display: inline-block;
	vertical-align: top;
}
li.popularArticleWithImage div.title {
	padding: 5px 2px;
	height: 38px;
	text-align: left;
}
#populars ul li.popularArticleWithImage div.title {
	width: 175px!important;
	margin: 0 auto;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
li.popularArticleWithImage div.noimage {
	width: 175px;
	height: 100px;
	background: url(./commons/noimage.png) center center no-repeat;
	background-size: cover;
}
#entrybottom li.popularArticleWithImage div.noimage {
	width: 100px;
}
aside li.popularArticleWithImage div.noimage, aside li.popularArticleWithImage div.title {
	width: 100%!important;
}
#populars ul li:nth-child(odd) {
	margin-right: 6px;
}
main .related-article-image {
	width: 100px;
	display: inline-block;
}
main li.popularArticleWithImage:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
main li.popularArticleWithImage .title, main .related-articles .related-article-title {
	display: inline-block;
	margin: 0;
	height: auto;
	padding: 0 0 0 5px;
	vertical-align: top;
	background: transparent!important;
}
main li.popularArticleWithImage .image, main .related-articles .related-article-image {
	display: inline-block;
}
main li.popularArticleWithImage .image {
	float: left;
}
main .related-article-image img {
	width: 100%;
	height: auto;
}
main .related-articles .related-article-title {
	font-size: 12px;
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	max-width: 670px;
	line-height: 1.1;
}
main .related-articles .related-article-title:hover {
	text-decoration: underline;
}
main ul li.popularArticleWithImage div.title {
	font-size: 14px;
	font-size: 1.4rem;
	width: 290px!important;
	height: 100px;
}
main ul li.popularArticleWithImage {
	display: inline-block;
	width: 50%;
	float: left;
}
main ul li.popularArticleWithImage:last-child {
	float: none;
}

/*	画像付き関連記事	*/
#pickup .related-articles.with-image .related-article-image {
	padding-right: 0px;
}
#pickup .related-articles.with-image ul li {
	margin: 0 0 0 0!important;
}
#pickup .related-article-title{
	font-size:16px;
}
#pickup .related-articles.with-image .related-article-image img {
	height: 50px;
	border: 1px solid #EEE;
}
#pickup .related-articles.with-image ul li a {
	min-height: 50px;
	color:#000;
}

/*	画像付き最新記事	*/
aside ul.recent-article-image img {
	display: inline-block;
}
aside ul.recent-article-image img a:last-child {
	display: inline-block;
	width: 100px;
}
aside ul.recent-article-image a {
	vertical-align: top;
	display: inline-block;
}
aside ul.recent-article-image a:last-child {
	width: 225px;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}
aside ul.recent-article-image li {
	margin: 0 0 10px 0;
}
aside ul.recent-article-image li:last-child {
	margin-bottom: 0;
}

/*	相互RSS	*/
.blogroll-category-name {
	display: none;
}
.blogroll-list a {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	transition: none;
}
#headline {
	float: none;
	height: 285px;
	margin-right: 0;
	padding: 10px;
	background: #fff;
}
#headline.archive {
	width: 375px;
}
#headline.single {
	width: 770px;
}
#headline .blogroll-channel {
	margin: 10px 0 0;
	font-size: 12px;
	font-size: 1.4rem;
}
#headline.single > div {
	height: 100%;
	overflow-y: auto;
}
#headline.single .blogroll-channel {
	display: inline-block;
	width: 364px;
	height: auto;
	padding: 0 5px;
	vertical-align: top;
}
#headline.single .blogroll-channel:last-child {
	border-left: 1px solid #ccc;
}
#headline.archive .blogroll-channel {
	width: 360px;
	height: 250px;
	overflow-y: auto;
}
#headline.archive .blogroll-channel:last-child {
	display: none;
}
#headline .blogroll-list a {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	/*border-bottom: none;*/
	border-bottom: 1px dashed #ccc;/*20160629追記*/
	transition: none;
	line-height: 1.8;
}
#entrybottom #rsswrap {
	height: 300px;
	overflow-y: auto;
}
#entrybottom .blogroll-channel {
	width: 50%;
	padding: 0 1%;
	display: inline-block;
	float: left;
}
#entrybottom .blogroll-channel:after {
	float: none;
	clear: both;
}
#entrybottom li.blogroll-list {
	font-size: 14px;
	font-size: 1.4rem;
}
#entrybottom .blogroll-list a {
	border-bottom: 1px dashed #ccc;
}
#entrybottom .blogroll-channel:first-of-type {
	border-right: 1px solid #eee;
}
#entrybottom .blogroll-list a:hover {
	text-decoration: underline;
}
#entrybottom li.blogroll-list a:before {
	content: "\f0c1";
	color: #222;
}