@charset "utf-8";


/* background
/* color
----------------------------------------------- */

.main_bg {
	color: #333;
	
	background-color: #b4d9e0;
	background-image: 
}
.main_bg a {
	color: #0000cd;
	text-decoration: none;
}
.main_bg a:visited {
	color: #0000cd;
}
.main_bg a:hover {
	color: #000;
	text-decoration: underline;
}

.sub_bg {
	color: #FFF;
	
	background-color: #0044cc;
	background-image: 
}
.sub_bg a {
	color: #f0f8ff;
	text-decoration: none;
}
.sub_bg a:visited {
	color: #f0f8ff;
}
.sub_bg a:hover {
	color: #FFF;
	text-shadow: #FFFF75 0 0 3px;
	text-decoration: underline;
}



/* base
----------------------------------------------- */

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;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body, html {
	position: relative;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5;
}

body {
	
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
ul {
	list-style: none;
}
i, u, strong, address {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
input[type="text"],
input[type="password"],
select,
textarea {
	display: inline-block;
	padding: 4px;
	margin: 0;
	border: 1px #CCC solid;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	font-size: 13px;
	box-shadow: inset #EEE 0 1px;
	background-color: #FFF;
}
input[type="text"],
input[type="password"],
select {
	height: 20px;
	line-height: 20px;
}
select {
	height: auto;
}
#wrapper,
#contents {
	clear: both;
	position: relative;
	width: 1080px;
margin-left: auto;
    margin-right: auto;
}
.af:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
	overflow: hidden;
}

#header2 {
	display: none;
}


/* メイン
----------------------------------------------- */

#main {
	float: right;
	position: relative;
width:748px
}
#main_inner {
	padding: 0px 10px;
}
#main .main_contents {
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
#main .main_contents h1,
#main .main_contents h2 {
	display: block;
	padding-left: 15px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 18px;
	line-height: 38px;
}
#main .main_contents h1 span,
#main .main_contents h2 span {
	font-weight: bold;
	font-size: 120%;
}
#main .ms {
	-webkit-box-shadow: 1px 1px 3px 0 #888;
	box-shadow: 1px 1px 3px #888;
}


/* ArticlesLoop
----------------------------------------------- */

#ArticlesLoop {
	clear: both;
}
#ArticlesLoop div.article-outer {
	clear: both;
	width: 100%;
}
#ArticlesLoop div.article-outer p.article {
	display: block;
	border: 1px #DDD solid;
	border-bottom: 0px;
	line-height: 45px;
	background-color: #FFF;
}
#ArticlesLoop div.article-outer p.article:last-child {
	border-bottom: 1px #DDD solid;
}
#ArticlesLoop div.article-outer p.article.changed_date {
	padding-left: 15px;
	font-weight: bold;
	font-size: 18px;
}
#ArticlesLoop div.article-outer p.article a {
	display: block;
	position: relative;
	width: 100%;
	height: 45px;
	overflow: hidden;
}
#ArticlesLoop div.article-outer p.article a span {
	display: block;
}
#ArticlesLoop div.article-outer p.article a span.article_date {
	width: 60px;
	text-align: center;
	color: #333;
}
#ArticlesLoop div.article-outer p.article a span.article_title {
	position: absolute;
	top: 0;
	left: 80px;
	font-size: 14px;
color: #191970;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#ArticlesLoop div.article-outer p.article a:hover {
	text-decoration: none;
	background-color: #FDF3D5;
}
#ArticlesLoop div.article-outer p.article a:hover  span.article_title {
	-webkit-transform: translate(10px, 0);
	-moz-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

/* pager
----------------------------------------------- */

div.article_page_contents {
	margin-top: 20px;
}
div.article_page_contents .paging-number li,
div.article_page_contents .article-pager li {
	display: block;
	float: left;
}
div.article_page_contents .paging-number li span,
div.article_page_contents .paging-number li a,
div.article_page_contents .article-pager li span,
div.article_page_contents .article-pager li a {
	display: block;
	padding: 0;
	width: 36px;
	border: 1px #DDD solid;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	background: #FFF;
}
div.article_page_contents .article-pager li span,
div.article_page_contents .article-pager li a {
	padding: 0 10px;
	width: auto;
}
li.paging-first,
li.paging-prev,
li.paging-next,
li.paging-last {
	display: none !important;
}

/* Article
----------------------------------------------- */

#Article {
	
}
#article_subject {
	
}
#article_subject p.min_date {
	padding: 10px 0 0 15px;
}
#article_subject h1,
#article_subject h1 a {
	display: block;
}
#article_subject h1 a:hover {
	text-decoration: none;
}

#Article div.article_social {
	clear: both;
	width: 100%;
}
#Article div.article_social ul {
	float: right;
}
#Article div.article_social li {
	float: left;
	display: block;
	margin-left: 5px;
}
#article_body {
	clear: both;
	margin: 0px 0;
	background: #FFF;
}
#article_body a:link,
#article_body a:visited {
	color: #333;
}


/* rssツール（top）
----------------------------------------------- */

#rss_tool_top {
	width: 100%;
	overflow: hidden;
}
#rss_tool_top > div {
	width: 10000%;
}
#rss_tool_top h1,
#rss_tool_top h2 {
	display: block;
	position: relative;
	z-index: 2;
}
#rss_scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-shadow: rgba(203,65,24) 0 -1px;
	background-color: rgba(203,65,24,0.7);
	z-index: 1;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#rss_scroller span,
#rss_scroller i {
	display: block;
	position: relative;
	top: 50%;
	width: 22px;
	height: 22px;
}
#rss_scroller span {
	overflow: hidden;
}
#rss_scroller i {
	top: 0;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAQAAABuvaSwAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAACYktHRAD/h4/MvwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAl2cEFnAAAAFgAAABYA3MXpWAAAANFJREFUKM+Vk80Jg0AQhacFsQBJA55DAoEUZBXaTC5iE0Exp6AnKxD1pmZR131ZL0LUJM6b25uPZXZ+qKGGXjoE9dQfekf6KkWBQqXS7x3t6MyUnziaYVN6KsdCKpeeMBewsMcQXzSGwp7hWqMqww+pTNj1BLfUGmOEPxqj1mhJlz+42KHBFRq2VLUHVpWwqHMWL+CG+ybeOSSDT6vAFUfEG7AMCMnSjHHW8VjTCaFcu09ccMKq8SUT5pTB+iCrdayhsMbNWiTWijKXn31W+w72DU0PS46WLi9oAAAAJXRFWHRjcmVhdGUtZGF0ZQAyMDE0LTAxLTI3VDE3OjM5OjUyKzA5OjAwnDjFwgAAACV0RVh0bW9kaWZ5LWRhdGUAMjAxNC0wMS0yN1QxNzozOTo1MiswOTowMMOJs/YAAAAASUVORK5CYII=');
}
#rss_scroller:hover {
	cursor: pointer;
	background-color: rgba(203,65,24,0.9);
}


/* rssツール(bottom)
----------------------------------------------- */

#feed_list {
	width: 100%;
	overflow: hidden;
}
#feed_list div.ms {
	width: 100%;
	height: 500px;
	padding: 10px 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px #DDD solid;
	background-color: #FFF;
}
#feed_list div.ms li {
	border-bottom: 1px #DDD dotted;
}


/* サブ
----------------------------------------------- */


#sub {
	position: relative;
width: 330px;
	float: left;
}
#sub_inner {
}
#sub .sub_contents,
#sub .sidewrapper {
	display: block;
	position: relative;
	width: 100%;
	padding: 12px 15px;
	border-bottom: 1px #000 solid;
}
#sub .sub_contents:after,
#sub .sidewrapper:after {
	display: block;
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 1px #f0f8ff solid;
}
#sub .sub_contents:last-child,
#sub .sub_contents:last-child:after {
	border-bottom: 0;
}
#sub .sidetitle {
	margin: 10px 0;
	padding-left: 6px;
	border-left: 6px #DDD solid;
	font-size: 120%;
	color: #DDD;
	text-shadow: #000 0 -1px;
}

#blog_title h1,
#blog_title h1 a,
#blog_title h1 span {
	display: block;
}
#blog_title h1 span {
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#blog_title h1 a:hover {
	text-decoration: none;
}
#blog_title h1 a:hover span {
	-webkit-transform: rotateX(720deg);
	-moz-transform: rotateX(720deg);
	transform: rotateX(720deg);
}
#blog_title h2 {
	color: #AAA;
	font-weight: normal;
}

#sub ul.recent-article-image li {
	display: block;
	position: relative;
	width: 240px;
	height: 170px;
	border: 1px #000 solid;
	border-color: #000 #333 #333 #000;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.7);
}
#sub ul.recent-article-image li a {
	display: block;
	position: absolute;
	width: 220px;
	height: 150px;
	padding: 10px;
	font-size: 18px;
	text-shadow: #000 0 -1px;
	background-color: rgba(0,0,0,0.8);

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
#sub ul.recent-article-image li a img {
	display: block;
	top: -10px;
	left: -10px;
	position: relative;
}
#sub ul.recent-article-image li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
}

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

#foot {
	clear: both;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#foot > div {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}
#foot_i2i {
	position: absolute;
	right: 45px;
	bottom: 10px;
}


/* backtotop
----------------------------------------------- */

#backtotop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 70px;
	height: 70px;
	z-index: 999;
	cursor: pointer;
	opacity: 0.6;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#backtotop:hover {
	opacity: 0.9;

	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}