@charset "utf-8";

:root {
    --header_background_moz: -moz-linear-gradient(top, #52c2de, #39f);
    --header_background_webkit: -webkit-linear-gradient(top, #52c2de, #39f);
    --header_background_linear: linear-gradient(#52c2de, #39f);
    --box_background: #fff;
    --side_title: #1985a1;
    --hover: #086788;
    --link: #1d2d44;
}

* {
    font-size:100%;
    margin:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,main,header,footer {
    margin:0;
    padding:0;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}

html,
body {
    color:#4e4e4e;
    text-align:center;
    background:#edf2f4;
    height: 100%;
}

main {
    display:block;
}

/* title */
.maintitle {
    text-align:center;
    color:#fff;
    width:100%;
    margin:0 auto;
    height:115px;
    background: -moz-linear-gradient(top, #52c2de, #39f);
    background: -webkit-linear-gradient(top, #52c2de, #39f);
    background: linear-gradient(#52c2de, #39f);
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    display:none;
}
#icon_sep {
    width: 974px;
    display:flex;
    margin:0 auto;
}

#maintitle_menu {
    padding: 3px;
    width: 974px;
    text-align:left;
}
#maintitle_menu ul li {
    display: inline;
    margin-right: 1em;
}

#maintitle_share {
    padding: 3px;
    width: 974px;
    text-align:right;
    margin:0 auto;
}
#maintitle_share ul li {
    display: inline;
    margin-right: 1em;
}

#maintitle_share li:nth-child(5)
{
    display:none;
}

.maintitle_div {
    width:980px;
    margin:0 auto;
}

.maintitle_title {
    padding:10px 0;
    text-align:center;
    width:100%;
    font-family: 'Poiret One', cursive;
    font-size: 2.5em;
}

/* search */

.maintitle a,
.maintitle a:link,
.maintitle a:visited,
.maintitle a:active,
.maintitle a:hover {
    text-decoration:none;
    color:#fff;
}

div.hr {
    padding-bottom:15px;
}
div.hr hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/* split */
#master_top {
    display: table;
    width: 100%;
    height: 100%;
}
#master_left{
    background: #fff;
    color: #000;
    position: relative;
    width: 20%;
    height: 100%;
    display:table-cell;
    box-shadow: 3px 0 6px rgba(0,0,0,0.1);
}
#master_left_inner{
    height: 100%;
    width: 20%;
    overflow: hidden;
    position: fixed;
}
#master_right{
    display:table-cell;
}

/*logo*/
.logo {
    width: 100%;
    font-size: 20px; 
    text-align:center;
    font-weight: bold; 
    color: transparent; 
    -webkit-background-clip: text; 
    background-size: cover;
    font-family: 'Poiret One', cursive;
    background-image: url(https://another.rocomotion.net/blog_content/file/content/files/leftmenu_bg1.jpg);
    animation : logoAnime 10s linear;
    position:absolute;
    bottom:60px;
}
#master_share {
    -webkit-background-clip: text; 
    background-image: url(https://another.rocomotion.net/blog_content/file/content/files/leftmenu_bg2.jpg);
    animation : logoAnime 10s linear;
}

.logo a {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;    
}


/* スクロール */
@keyframes logoAnime { 
       0% { background-position: 0 0 } 
     100% { background-position: 600px 0px }
}

.logo_title{
    font-size:36px;
    letter-spacing:1px;
}
.logo_title2{
    font-size:48px;
    line-height:0.5em;
    letter-spacing:-1px;
}
#master_share {
    padding: 3px;
    text-align:center;
    margin:0 auto;
}
#master_share ul {
    padding-top:10px;
}
#master_share li {
    display: inline;
    padding:15px;
}
.master_footer {
    position:absolute;
    bottom:30px;
    width:100%;
    font-size:0.8em;
    text-align:center;
}
#master_side_menu {
    position:absolute;
    top:50px;
}
#master_side_menu ul {
    text-align:left;
    list-style: none;
    margin:0 0 0 20px;
    padding:0;
}
#master_side_menu li {
    padding-left: 10px;
    padding: 15px;
    letter-spacing:1px;
    font-family: 'Poiret One', cursive;
    font-size:1.6em;
    font-weight:bold;
}
#master_side_menu li.active {
    color: #39f;
}
#master_side_menu li.active a:before {
    color: #39f;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #39f;
    transform: scaleX(1);
}
#master_side_menu a {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}
#master_side_menu a:before,
#master_side_menu a:after {
    content: '';
    position: absolute;
    transition: transform .2s ease;
}
#master_side_menu .hover-1 {
    padding-top: 10px;
}
#master_side_menu .hover-1:before {
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #39f;
    transform: scaleX(0);
}
#master_side_menu .hover-1:hover:before {
    transform: scaleX(1);
}

h2 {
    margin:0 0 10px 0;
    padding:2px 2px;
    border-bottom:1px solid #029EBC;
    color:#029EBC;
    font-size:150%;
}

h3 {
    margin:0 0 10px 0;
    padding:2px 2px;
    border-bottom:1px solid #008040;
    color:#008040;
    font-size:130%;
}

/*marker*/
.marker_yellow {
    background: linear-gradient(transparent 60%, #ffffa8 0%);
    font-weight:bold;
}
.marker_lime,
.marker_green {
    background: linear-gradient(transparent 60%, #ccffcc 0%);
    font-weight:bold;
}
.marker_water,
.marker_blue {
    background: linear-gradient(transparent 60%, #ccffff 0%);
    font-weight:bold;
}
.marker_pink {
    background: linear-gradient(transparent 60%, #ffd6ff 0%);
    font-weight:bold;
}
.marker_orange {
    background: linear-gradient(transparent 60%, #ffddbc 0%);
    font-weight:bold;
}
.marker_purple {
    background: linear-gradient(transparent 60%, #ead6ff 0%);
    font-weight:bold;
}
.marker_red {
    background: linear-gradient(transparent 60%, #ffcccc 0%);
    font-weight:bold;
}

.maintitle a,
.maintitle a:link,
.maintitle a:visited,
.maintitle a:active,
.maintitle a:hover {
    text-decoration:none;
    color:#fff;
}

.maintitle_subtitle {
    margin-left:50px;
    font-style:normal;
    font-size:80%;
    margin:0 0 10px 50px;
    padding-top:5px;
    padding-bottom:10px;
}

.gsearch {
    padding:0 10px;
}

button {
    border:1px solid #00388c;
    background:#3366ff;
    color:#fff;
    height:35px;
}

/*main procedure */
#mainproc {
    width:980px;
    margin:20px auto;
    padding:0;
    text-align:left;
}

.ad_content {
    font-size: 80%;
    padding:5px 0;
}

#maintitle_ad {
    height:280px;
    width:100%;
    margin: 0 auto;
    padding: 5px auto 5px;
    margin-bottom: 10px;
}

#footer_ad {
    height:280px;
    width:100%;
    margin: 0 auto;
    padding-top:5px;
    margin-top:5px;
    margin-bottom:10px;
}

a:link,
a:visited,
a:active {
    color: #1d2d44;
}

a {
    text-decoration : none;
}

a:hover {
    color: #086788;
    text-decoration:underline;
}

.m_diary a {
    color: #003dd8;
    text-decoration: underline;
}

.m_diary a:hover {
    color: #086788;
    text-decoration: underline;
}

.m_diary ins {
    padding-top:20px;
}

input {
    border:1px solid #cecbce;
    color:#4e4e4e;
}

textarea {
    font-size:75%;
    border:1px solid #cecbce;
    color:#4e4e4e;
}

blockquote {
    background-color:#e9e8e9;
    padding:1em 1em 1em 3em;
    position:relative;
    border-left: 3px solid #ddd;
}

blockquote:before {
    content:"“";
    font-size:600%;
    line-height:1em;
    font-family:"ＭＳ Ｐゴシック",sans-serif;
    color:#999;
    position:absolute;
    left:0;
    top:0;
}

#pageview {
    padding-left:15px;
    font-size:80%;
    color:#4e4e4e;
}

/* pagerank */

#pagerank {
    font-size:80%;
}

.recent_entry_name {
    padding-bottom:3px;
    font-size:80%;
}

ul.pagerank li,
ul.recent_entry_items li,
ul.relation_item li {
    padding-top: 5px;
    margin-left:10px;
    display:table;
    width:95%;
}

ul.pagerank p.image,
ul.recent_entry_items p.image,
ul.relation_item p.image {
    display:table-cell;
    width:90px;
    height:90px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #e8e8e8;
    background:#fff;
}

ul.pagerank p.text,
ul.recent_entry_items p.text,
ul.relation_item p.text
 {
    padding-left:10px;
    display:table-cell;
    vertical-align:top;
}

ul.relation_item p.text {
    font-size:90%;
}

.select_ranking {
    font-size:85%;
    text-align:center;
    padding: 10px 0 10px 0;
}

table.alltag {
    border:1px solid #778899;
    border-collapse:collapse;
    width:100%;
}

table.alltag td {
    border:1px solid #778899;
    text-align:center;
    padding:2px;
}

ul.alltag li {
    width:150px;
    padding:2px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:90%;
    text-align:left;
    list-style:none;
    border-bottom:1px solid #778899;
}
ul.alltag li:last-child {
    float: none;
}
.alltags_paging {
    font-size:90%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.paging {
    text-align:left;
    margin:3px 0 0 5px;
}

.main_article {
    border-bottom:1px dotted #c9c9c9;
    font-size:95%;
    line-height:1.6em;
    letter-spacing:1px;
    margin-bottom: 10px;

    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
}
.m_title {
    padding: 15px 10px 5px 10px;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.3em;
    letter-spacing: 1.5px;
}
.m_cat {
    color:#4e4e4e;
    padding-right:10px;
    padding-left:10px;
}

.m_postdate {
    padding-right:10px;
    padding-left:10px;
}
.m_postdate span.date {
    font-size:85%;
}
.m_share,
.m_share_bottom {
    text-align:center;
}
.m_share {
    padding-top:15px;
    padding-bottom:15px;
}
.m_diary {
    color:#4e4e4e;
    padding-left:10px;
    padding-right:10px;
    line-height:180%;
    margin-bottom:15px;
}

.m_diary_ps {
    color:#4e4e4e;
    padding-left:10px;
    padding-right:10px;
    margin-top:10px;
}

.box {
    padding:20px;
    margin-bottom: 20px;
    margin-right: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.m_tag {
    text-align:right;
    padding:5px 10px 5px 0;
}
.tag_all i {
/*    color:#1e90ff; */
    color:#2e8b57;
}

.m_regdate {
    width:50%;
    float:right;
    text-align:right;
    font-size:90%;
    color:#4e4e4e;
    padding-right:10px;
}

.m_foot {
    text-align:right;
    font-size:90%;
    color:#4e4e4e;
    padding-right:12px;
    margin-bottom:3px;
}

.m_tag_cloud {
    border:1px solid #c9c9c9;
    text-align:left;
    padding:10px;
    margin-top:20px;
    margin-bottom:10px;
}

.m_tag_cloud_subtitle {
    text-align:left;
    font-size: 200%;
    padding:5px;
    color: #1985a1;
    font-family: 'Poiret One', cursive;
    font-weight:bold;
    letter-spacing:1px;
    border-bottom:1px dotted #1985a1;
    margin:5px auto 10px auto;
}

.m_user {
    text-align:right;
    color:#4e4e4e;
    padding-right:10px;
    padding-top:5px;
}

.spacer {
    line-height:10px;
}

.catname  {
    padding:3px 0 3px 15px;
    font-size:90%;
}

.catname_sub  {
    padding:3px 0 3px 30px;
    font-size:90%;
}
.catname i,
.catname_sub i {
    color:#2e8b57;
}
.catname_sub i.catname_sub_dir {
    color:#086788;
}

.arcname {
    padding:3px 0 3px 30px;
    font-size:90%;
}
.arcname i {
    color:#2e8b57;
}

.arcyear_contents {
    color: #1d2d44;
    font-size:90%;
    padding:3px 0 3px 15px;
    cursor:pointer;
}
.arcyear_contents i {
    color:#008b8b;
}

.arcyear_contents:hover {
    color: #086788;
}

.center {
    text-align:center;
}

.copy {
    padding-left:15px;
    padding-bottom:3px;
    font-size:90%;
    text-align:center;
}

#left {
    width:665px;
    float:left;
}

#right {
    width:310px;
    margin-left:5px;

    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: #fff;

    float:left;
}

article {
    margin-bottom: 20px;
    margin-right: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: #fff;
}

#top_ad,
ins,
#ad {
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
}

.left_sidettl {
    text-align:left;
    font-size: 200%;
    padding:5px;
    color: #1985a1;
    font-family: 'Poiret One', cursive;
    font-weight:bold;
    letter-spacing:1px;
    border-bottom:1px dotted #1985a1;
    width:90%;
    margin:5px auto 10px auto;
}

.profile {
    font-size:75%;
    color:#4e4e4e;
    padding-left:15px;
    padding-right:15px;
}

.profile_name {
    font-size:75%;
    margin-right:15px;
    text-align:right;
    color:#4e4e4e;
}

.nodata {
    border:1px solid #cecbce;
    line-height:100px;
    text-align:center;
    vertical-align:middle;
    margin-bottom:10px;
}

p.googlemap iframe {
    width:400px;
    height:400px;
    margin:0px;
    padding:0px;
    border:1px solid #4e4e4e;
}

iframe.mapframe {
    width:400px;
    height:400px;
    margin:0px;
    padding:0px;
    border:1px solid #4e4e4e;
}

#map {
    position:absolute;
    left:0px;
    top:0px;
    width:400px;
    height:400px;
}

.map_comment {
    font-size:100%;
    width:150px;
}

.map_title {
    font-size:110%;
    color:#0000ff;
}

.left {
    float: left;
    border: none;
    margin-right:8px;
    margin-top:4px;
}

.right {
    float: right;
    border: none;
    margin-right:4px;
    margin-top:4px;
}

.noimg {
    float:none;
    border: none;
}

.map_left {
    margin-right:8px;
    margin-top:4px;
}

.map_right {
    margin-right:4px;
    margin-top:4px;
}

.mainfooter {
    text-align:center;
    font-style:italic;
    color:#fff;
    width:100%;
    margin:0 auto;
    height:40px;
    margin-top:10px;
    padding-top:10px;
    font-size:80%;
    background: -moz-linear-gradient(top, #52c2de, #39f);
    background: -webkit-linear-gradient(top, #52c2de, #39f);
    background: linear-gradient(#52c2de, #39f);
    box-shadow: 0 -3px 6px rgba(0,0,0,0.4);
    display:none;
}

.mainfooter a,
.mainfooter a:link,
.mainfooter a:visited,
.mainfooter a:active,
.mainfooter a:hover {
    text-decoration:none;
    color:#fff;
}

.ba_article,
.cat_ba_article {
    font-size:85%;
    line-height:1.6em;
    letter-spacing:1px;
}

.cat_ba_article_name {
    font-size:90%;
}

div.ba_article p,
div.cat_ba_article p
{
    padding:2px 0 2px 0;
}

#paging {
    font-size:75%;
    padding-bottom:12px;
}

.pagenew {
    text-align:right;
    padding-right:10px;
}

.tag_cloud {
    width:95%;
    word-wrap:break-word;
    overflow-wrap:break-word;
    line-height:1.8em;
    margin:0 auto;
}

.tag_cloud a {
    padding:3px;
    text-decoration: underline;
}

.tag_all {
    width:95%;
    margin:0 auto;

    padding-top:5px;
    padding-right:5px;
    font-size:75%;
    text-align:right;
}

.tagcloud1 {
    font-size:80%;
}
.tagcloud2 {
    font-size:80%;
}
.tagcloud3 {
    font-size:80%;
}
.tagcloud4 {
    font-size:80%;
}
.tagcloud5 {
    font-size:80%;
}
.tagcloud6 {
    font-size:80%;
}
.tagcloud7 {
    font-size:80%;
}
.tagcloud8 {
    font-size:80%;
}
.tagcloud9 {
    font-size:80%;
}
.tagcloud10 {
    font-size: 80%;
}

.map_title {
    color:#3399ff;
    font-size:80%;
    text-align:left;
    width:220px;
}

.map_com {
    color:#656565;
    font-size:75%;
    text-align:left;
    width:220px;
}

.button {
    border:1px solid #797979;
    background:#afcaf6;
    color:#000;
}

.m_foot_spacer {
    height:1px;
    line-height:1px;
}

.table_center {
    margin:0 auto;
}

.table_center td.sel {
    font-family: "MS UI Gothic";
}

table.ajax_image {
    width:100%;
}

table.ajax_image td {
    text-align:center;
}

#overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
pre {
    border:1px solid #4c4c4c;
    background:#000;
    color:#fff;
    width:90%;
    margin:0 auto;
    padding:5px;
    white-space: pre-wrap;
	word-wrap:break-word;
    overflow: auto;
}

hr.pshr {
    border:1px dashed #c9c9c9;
    margin-bottom:10px;
}
ol.ol {
    margin-left:30px;
}

ul.ul {
    margin-left:20px;
}

li.ol,
li.ul {
    margin:2px 0 2px 20px;
    padding-bottom:5px;
}

table.fletstable {
        font-size:80%;
        margin-bottom:20px;
}
table.fletstable,
table.fletstable td,
table.fletstable th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
table.fletstable td,
table.fletstable th {
    padding: 3px;
    height: 25px;
}
table.fletstable .tright {
    text-align:right;
}
table.fletstable .tcenter {
    text-align:center;
}
table.fletstable th {
        text-align:center;
    background: #f0e6cc;
}

table.centertable {
    width:90%;
    margin:0 auto;
}
table.centertable,
table.centertable td,
table.centertable th {
    border: 1px solid #595959;
    border-collapse: collapse;
}
table.centertable td,
table.centertable th {
    padding: 3px;
    height: 25px;
}
table.centertable .right {
    text-align:right;
}
table.centertable .center {
    text-align:center;
}
table.centertable th {
        text-align:center;
    background: #ccdffa;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.gad_under_article {
    width:100%;
}
.gad_under_article_left,
.gad_under_article_right {
    float:left;
    width:50%;
    text-align:center;
}

#relation {
    padding:0;
}

.relation_content {
    display:flex;
    padding-bottom:10px;
}
#relation ul {
    display: inline-block; 
    width:100%;
    list-style:none;
}

.relation_subtitle {
    padding:10px 0 15px 10px;
    font-size:90%;
}
.relation_subtitle i {
    color:gold;
}

/*--------------------------------------
  yomereba, kaereba
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    width:85%;
    margin: 0 auto;
    padding: 5%;
    border:1px solid #d2d7e6;
    overflow: hidden;
    font-size:small;
    border-radius: 15px;
    background-image: -moz-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: -ms-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: -o-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: -webkit-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: linear-gradient(top, #ffffff, #d1f6ff);
    background-clip: padding-box;
}

.booklink-image, .kaerebalink-image{
    margin:0 0 15px 0;
}
.booklink-image img, .kaerebalink-image img{
    display:block;
    margin:0 auto;
    text-align:center;
}

.booklink-info, .kaerebalink-info{
    text-align:center;
    line-height:100%;
    overflow: hidden;
}

.booklink-name, .kaerebalink-name{
    margin-bottom:14px;
    line-height:1.2em;
}

.booklink-powered-date, .kaerebalink-powered-date{
    font-size:8pt;
    margin-top:10px;
    line-height:100%;
}
.booklink-powered-date, .kaerebalink-detail{
    margin-bottom:15px;
}

.booklink-link2, .kaerebalink-link1{
    margin-top:20px;
}

.shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom{
    width:90%;
    height:35px;
    overflow:hidden;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    margin:0  auto 5px auto;
    padding:10px 0px;
    text-align:center;
    }

.shoplinkamazon:hover, .shoplinkrakuten:hover, .shoplinkkindle:hover, .shoplinkyahoo:hover{
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}

.shoplinkamazon:active, .shoplinkrakuten:active, .shoplinkkindle:active, .shoplinkyahoo:active{
    position:relative;
    top:1px;
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
    display:block;
    cursor:pointer;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
}

.shoplinkamazon a{
    color:#FF9901;
}

 .shoplinkrakuten a{
    color:#c20004;
}

.shoplinkkindle a{
    color:#007dcd;  
}

.shoplinkyahoo a{
    color:#7b0099;
}
.booklink-footer{
    clear:left;
    height:1px;
}

@media (min-width: 768px) {
    .booklink-box, .kaerebalink-box{
        width: 90%;
        margin:0 auto;
        padding:20px;
    }

    .booklink-image, .kaerebalink-image{
        margin:0 15px 0 0;
        width:170px;
        float:left;
        border:solid 1px #ccc;
        padding:8px 4px;
        background:#fff;
    }


    .booklink-info, .kaerebalink-info{
        margin:0;
        text-align:left;
    }

    .booklink-name, .kaerebalink-name{
        margin-bottom:24px;
        line-height:1.5;
    }

    .booklink-link2, .kaerebalink-link1{
        margin-top:10px;
    }

    .shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom {
          float:left;
          width:32%;
        margin:15px 1% 0 auto;
        padding:10px 0px;
    }

    .shoplinkyahoo a{
         font-size:10px;
     }

}
/*--------------------------------------
  //yomereba, kaereba
--------------------------------------*/

/*--------------------------------------
  sharehtml
--------------------------------------*/
div.imglink {
    margin: 0 auto;
    padding: 20px;
    border:1px solid #d2d7e6;
    overflow: hidden;
    border-radius: 10px;
    background-image: -moz-linear-gradient(top, #ffffff, #d6ffe3);
    background-image: -ms-linear-gradient(top, #ffffff, #d6ffe3);
    background-image: -o-linear-gradient(top, #ffffff, #d6ffe3);
    background-image: -webkit-linear-gradient(top, #ffffff, #d6ffe3);
    background-image: linear-gradient(top, #ffffff, #d6ffe3);
    background-clip: padding-box;
    text-align:center;
    line-height:130%;
}
.imglink_container {
    display:table;
    width:100%;
}
.imglink_image {
    width:160px;
    display:table-cell;
    margin:0 auto;
    border:1px solid #ccc;
    background:#fff;
}
p.imglink_image img {
    background:#fff;
    max-width:128px;
    margin:auto auto;
    padding:15px;
}
p.imglink_url {
    padding-left:15px;
    vertical-align:top;
    text-align:left;
    display:table-cell;
    padding-top:0;
    line-height:150%;
}
@media (max-width: 768px) {

    .imglink_image {
        display:block;
    }
    .imglink_url {
        display:block;
        padding-top:10px;
    }
    p.imglink_image {
        display:block;
        text-align:center;
        width: 100%;
        height:100%;
        border:none;
        background:none;
    }
    p.imglink_image img {
        border:1px solid #ccc;
    }

    p.imglink_url {
        display:block;
        text-align:center;
        width: 100%;
        padding:10px 0 0 0;
        padding-top:10px;
    }

}
/*--------------------------------------
  //sharehtml
--------------------------------------*/

/*--------------------------------------
  rocolinker
--------------------------------------*/
div.rocolinker,
div.rocolinker_item {
    margin: 0 auto;
    padding: 20px;
    border:1px solid #d2d7e6;
    overflow: hidden;
    border-radius: 10px;
    background-image: -moz-linear-gradient(top, #ffffff, #fffadf);
    background-image: -ms-linear-gradient(top, #ffffff, #fffadf);
    background-image: -o-linear-gradient(top, #ffffff, #fffadf);
    background-image: -webkit-linear-gradient(top, #ffffff, #fffadf);
    background-image: linear-gradient(top, #ffffff, #fffadf);
    background-clip: padding-box;
    text-align:center;
    line-height:130%;
}

div.rocolinker_item {
    background-image: -moz-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: -ms-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: -o-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: -webkit-linear-gradient(top, #ffffff, #d1f6ff);
    background-image: linear-gradient(top, #ffffff, #d1f6ff);
}

div.rocolinker ul,
div.rocolinker_item ul {
    list-style:none;
}

span.rocolinker_date,
li.rocolinker_post {
    font-size:80%;
}

li.rocolinker_artist,
li.rocolinker_price {
    padding-top:10px;
}

li.rocolinker_post {
    padding-top:5px;
}

li.rocolinker_other {
    padding-top:20px;
    padding-bottom:15px;
    font-size: small;
}
div.rocolinker_image {
    display:table-cell;
    width:160px;
    text-align:center;
    vertical-align:middle;
    border:1px solid #ccc;
    background:#fff;
}
div.rocolinker_container {
    width:100%;
    display:table;
}
div.rocolinker_image img {
    background:#fff;
    max-width:148px;
    max-height:148px;
    margin:auto auto;
    padding:10px 0;
}

div.rocolinker_text {
    padding-left:15px;
    vertical-align:top;
    text-align:left;
    display:table-cell;
    padding-top:0;
}
li.rocolinker_product a {
    line-height:150%;
}

.rocolinker_e-onkyo_link,
.rocolinker_amazon_link,
.rocolinker_amazonitem_link,
.rocolinker_rakutenitem_link,
.rocolinker_yahooitem_link,
.rocolinker_yamadaitem_link,
.rocolinker_nojimaitem_link,
.rocolinker_sevenitem_link,
.rocolinker_itoitem_link,
.rocolinker_auitem_link,
.rocolinker_fujiyaitem_link,
.rocolinker_sounditem_link
{
    overflow:hidden;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:block;
    margin:10px 1% 0 auto;
    padding:8px 0px;
    text-align:center;
    width:45%;
    float:left;
}

.rocolinker_amazonitem_link,
.rocolinker_rakutenitem_link,
.rocolinker_yahooitem_link,
.rocolinker_yamadaitem_link,
.rocolinker_nojimaitem_link,
.rocolinker_sevenitem_link,
.rocolinker_itoitem_link,
.rocolinker_auitem_link,
.rocolinker_fujiyaitem_link,
.rocolinker_sounditem_link
{
    width:31%;
}

.rocolinker_e-onkyo_link:hover,
.rocolinker_amazon_link:hover,
.rocolinker_amazonitem_link:hover,
.rocolinker_rakutenitem_link:hover,
.rocolinker_yahooitem_link:hover,
.rocolinker_yamadaitem_link:hover,
.rocolinker_nojimaitem_link:hover,
.rocolinker_sevenitem_link:hover,
.rocolinker_itoitem_link:hover,
.rocolinker_auitem_link:hover,
.rocolinker_fujiyaitem_link:hover,
.rocolinker_sounditem_link:hover
{
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
}

.rocolinker_e-onkyo_link:active,
.rocolinker_amazon_link:active,
.rocolinker_amazonitem_link:active,
.rocolinker_rakutenitem_link:active,
.rocolinker_yahooitem_link:active,
.rocolinker_yamadaitem_link:active,
.rocolinker_nojimaitem_link:active,
.rocolinker_sevenitem_link:active,
.rocolinker_itoitem_link:active,
.rocolinker_auitem_link:active,
.rocolinker_fujiyaitem_link:active,
.rocolinker_sounditem_link:active
{
    position:relative;
    top:1px;
}

.rocolinker_e-onkyo_link a,
.rocolinker_amazon_link a,
.rocolinker_amazonitem_link a,
.rocolinker_rakutenitem_link a,
.rocolinker_yahooitem_link a,
.rocolinker_yamadaitem_link a,
.rocolinker_nojimaitem_link a,
.rocolinker_sevenitem_link a,
.rocolinker_itoitem_link a,
.rocolinker_auitem_link a,
.rocolinker_fujiyaitem_link a,
.rocolinker_sounditem_link a
{
    display:block;
    cursor:pointer;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
}

.rocolinker_amazon_link a,
.rocolinker_amazonitem_link a {
    color:#FF9901;
}

.rocolinker_e-onkyo_link a{
    color:#000000;
}

.rocolinker_rakutenitem_link a{
    color:#c20004;
}

.rocolinker_yahooitem_link a{
    color:#7b0099;
    font-size:11px;
}

.rocolinker_yamadaitem_link a{
    color:#e5403a;
}

.rocolinker_nojimaitem_link a{
    color:#1a307a;
}

.rocolinker_sevenitem_link a{
    color:#11873b;
}

.rocolinker_itoitem_link a{
    color:#2e95c7;
}

.rocolinker_auitem_link a{
    color:#e9561e;
}

.rocolinker_fujiyaitem_link a{
    color:#e40b20;
}

.rocolinker_sounditem_link a{
    color:#703776;
}

.rocolinker_vcimage,
.rocolinker_a8image {
    display:none;
}

@media (max-width: 768px) {
    div.rocolinker ul,
    div.rocolinker li,
    div.rocolinker_item ul,
    div.rocolinker_item li
    {
        margin:8px;
        line-height:1;
    }

    li.rocolinker_e-onkyo_link,
    li.rocolinker_amazon_link,
    li.rocolinker_amazonitem_link,
    li.rocolinker_rakutenitem_link,
    li.rocolinker_yahooitem_link,
    li.rocolinker_yamadaitem_link,
    li.rocolinker_nojimaitem_link,
    li.rocolinker_sevenitem_link,
    li.rocolinker_itoitem_link,
    li.rocolinker_auitem_link,
    li.rocolinker_fujiyaitem_link,
    li.rocolinker_sounditem_link
    {
        margin:0
    }
    
    div.rocolinker_image {
        display:block;
        text-align:center;
        width: 100%;
        height:100%;
        border:none;
        background:none;
    }
    div.rocolinker_image img {
        border:1px solid #ccc;
        padding:15px;
    }

    div.rocolinker_text {
        display:block;
        text-align:center;
        width: 100%;
        padding:10px 0 0 0;
        padding-top:10px;
    }

    .rocolinker_e-onkyo_link,
    .rocolinker_amazon_link,
    .rocolinker_amazonitem_link,
    .rocolinker_rakutenitem_link,
    .rocolinker_yahooitem_link,
    .rocolinker_yamadaitem_link,
    .rocolinker_nojimaitem_link,
    .rocolinker_sevenitem_link,
    .rocolinker_itoitem_link,
    .rocolinker_auitem_link,
    .rocolinker_fujiyaitem_link,
    .rocolinker_sounditem_link
    {
        width:90%;
        text-align:center;
        float:none;
        padding:10px;
    }
}

/*--------------------------------------
  //rocolinker
--------------------------------------*/

/*--------------------------------------
  share-button
--------------------------------------*/
@media (min-width: 768px) {

    .share-buttons{
        text-align:center;
        margin-left:10px;
        margin-bottom: 5px;
    }
    .share-buttons .inner a {
        position: relative;
        display: inline-block;
        width: 16%;
        line-height: 1;
        font-size:100%;
        text-align: center;
        text-decoration: none;
        padding:5px;
        transition: .5s;
    }
    .share-buttons .inner .share-text{
        font-size: 70%;
        line-height:1.2;
    }
    .share-buttons .inner .hatena-bookmark-button{
        color:#008fde;
        border:1px solid #008fde;
        background: #fff;
    }
    .share-buttons .inner .hatena-bookmark-button:hover{
        color:#fff;
        background: #008fde;
    }
    .share-buttons .inner .hatena-bookmark-button:active{
        background: #5478A5;
    }
    .share-buttons .inner .facebook-button{
        color:#305097;
        border:1px solid #305097;
        background: #fff;
    }
    .share-buttons .inner .facebook-button:hover{
        color:#fff;
        background: #305097;
    }
    .share-buttons .inner .facebook-button:active{
        background: #213254;
    }
    .share-buttons .inner .twitter-button{
        color:#55acee;
        border:1px solid #55acee;
        background: #fff;
    }
    .share-buttons .inner .twitter-button:hover{
        color:#fff;
        background: #55acee;
    }
    .share-buttons .inner .twitter-button:active{
        background: #0285b7;
    }
    .share-buttons .inner .line-button{
        color:#84c731;
        border:1px solid #84C731;
        background: #fff;
    }
    .share-buttons .inner .line-button:hover{
        color:#fff;
        background: #84C731;
    }
    .share-buttons .inner .line:active{
        background: #84C731;
    }
    .share-buttons .inner .pocket-button{
        color:#d3505a;
        border:1px solid #d3505a;
        background: #fff;
    }
    .share-buttons .inner .pocket-button:hover{
        color:#fff;
        background: #d3505a;
    }
    .share-buttons .inner .pocket-button:active{
        background: #b5392c;
    }

    /*-- share-button-bottom --*/
    
    .share-buttons-bottom{
        text-align: center;
        margin-top:35px;
        margin-bottom:10px;
    }
    .share-buttons-bottom .inner a {
        position: relative;
        display: inline-block;
        width: 16%;
        line-height: 1;
        font-size:100%;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        padding:5px;
        transition: .5s;
    }
    .share-buttons-bottom .inner .share-text{
        font-size: 70%;
        line-height:1.2;
    }
    .share-buttons-bottom .inner .hatena-bookmark-button{
        background: #008fde;
        border:1px solid #008fde;
    }
    .share-buttons-bottom .inner .hatena-bookmark-button:hover{
        background: #fff;
        color: #008fde;
    }
    .share-buttons-bottom .inner .facebook-button{
        background: #305097;
        border:1px solid #305097;
    }
    .share-buttons-bottom .inner .facebook-button:hover{
        background: #fff;
        color: #305097;
    }
    .share-buttons-bottom .inner .twitter-button{
        background: #55acee;
        border:1px solid #55acee;
    }
    .share-buttons-bottom .inner .twitter-button:hover{
        background: #fff;
        color:#55acee;
    }
    .share-buttons-bottom .inner .line-button{
        background: #84c731;
        border:1px solid #84c731;
    }
    .share-buttons-bottom .inner .line-button:hover{
        background: #fff;
        color: #84c731
    }
    .share-buttons-bottom .inner .pocket-button{
        background: #ee4256;
        border:1px solid #ee4256;
    }
    .share-buttons-bottom .inner .pocket-button:hover{
        background: #fff;
        color: #ee4256
    }
}
@media (max-width: 768px) {
    .share-buttons,
    .share-buttons-bottom {
        text-align:center;
    }
    .share-buttons {
        margin-bottom: 5px;
    }
    .share-buttons-bottom {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .share-buttons .inner a,
    .share-buttons-bottom .inner a {
        position: relative;
        display: inline-block;
        width: 17%;
        line-height: 1;
        font-size: 100%;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        padding:7px 2px;
        transition: .5s;
    }
    .share-buttons .inner .share-text,
    .share-buttons-bottom .inner .share-text{
        font-size: 60%;
        line-height:1.2;
    }
    .share-buttons .inner .hatena-bookmark-button,
    .share-buttons-bottom .inner .hatena-bookmark-button{
        background: #008fde;
    }
    .share-buttons .inner .facebook-button,
    .share-buttons-bottom .inner .facebook-button{
        background: #305097;
    }
    .share-buttons .inner .twitter-button,
    .share-buttons-bottom .inner .twitter-button{
        background: #55acee;
    }
    .share-buttons .inner .line-button,
    .share-buttons-bottom .inner .line-button{
        background: #84c731;
    }
    .share-buttons .inner .pocket-button,
    .share-buttons-bottom .inner .pocket-button{
        background: #ee4256;
    }
}

/*--------------------------------------
  //share-button
--------------------------------------*/
@media (max-width: 1250px) {
    #master_left {
        display:none;
    }
    .maintitle,
    .mainfooter,
    #master_right {
        display:block;
    }
}
@media (max-width: 985px) {
    #icon_sep {
        width:95%;
    }
}
@media (max-width: 768px) {
    #mainproc {
        width:95%;
    }

    #left, #right, .m_title, .maintitle_div, .maintitle_title {
        float: none;
        margin: 0;
        width: auto;
    }

    .main_article,
    .m_title,
    .m_diary,
    .m_cat,
    .m_tag,
    .m_foot_spacer,
    .gad_under_article_left
    {
        float:none;
        margin:0;
        width:auto;
    }
    article,
    .box {
        margin-right: 0;
    }

    .m_diary img{
         max-width: 100%;
         height: auto;
    }
    .maintitle {
        padding:0 0 5px 0;
    }
    .maintitle_title {
        font-size: 8vw;
    }
    #maintitle_share,
    #maintitle_menu {
        padding-top: 5px;
        width: 98%;
    }
    #maintitle_share i,
    #maintitle_menu i {
        font-size:130%;
    }

    #maintitle_share ul li,
    #maintitle_menu ul li {
        margin-right: 1.1em;
    }

    .maintitle {
        padding:0 0 5px 0;
    }
    .maintitle,
    .mainfooter {
        box-shadow: none;
    }

    button {
	    height:46px;
	}

    .tagcloud1,
    .tagcloud2,
    .tagcloud3,
    .tagcloud4,
    .tagcloud5,
    .tagcloud6,
    .tagcloud7,
    .tagcloud8,
    .tagcloud9,
    .tagcloud10 {
        margin:10px;
        font-size:90%;
    }
    .tag_all {
        font-size:90%;
    }
    .arcyear {
        padding-top:5px;
        padding-bottom:5px;
        line-height:150%;
    }

    .box {
        padding:10px;
    }

    .m_title {
        font-size:140%;
    }


    .recent_entry_name,
    #pagerank,
    .relation_item,
    .catname,
    .arcname,
    .ranknew {
        padding-top:5px;
        padding-bottom:5px;
        font-size:90%;
        line-height:150%;
    }

    .relation_subtitle {
        padding:10px;
    }

    .catname_sub  {
        font-size:95%;
        line-height:150%;
    }

    .pagerank_title {
        padding-top:5px;
        padding-bottom:5px;
        font-size:120%;
        line-height:150%;
    }
    .pagerank_table {
        width:100%;
    }
    .pagerank_title_title {
        width:95%;
    }
    #top_ad,
    .top_ad,
    .imgcontent {
        text-align:center;
    }
    .gad_under_article_right  {
        padding-top:20px;
    }

    #maintitle_share li:nth-child(4),
    .gad_under_article_right {
        display:none;
    }
    #maintitle_share li:nth-child(5) {
        display:inline;
        margin-right:10px;
    }

    ul.relation_item li {
        width:95%;
        display:inline-block;
    }

    ul.relation_item p.image {
        width:80px;
        height:80px;
        display:table-cell;
    }

    ul.relation_item p.text {
        display:table-cell;
        padding-left:10px;
        font-size:100%;
    }
 
    .syntaxhighlighter .line {
    	white-space:pre-wrap !important;
    	word-wrap: break-word !important;
    }
}

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    font-size:96%;
}