@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: #ffffff;
    --spot_border: #06aed5;
    --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: 2px;
    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%;
}

.maintitle_title h1 {
    font-family: 'Poiret One', cursive;
    font-size: 2.5em;   
    font-weight:normal;
}

.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);
}


/*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%;
    padding-top: 10px;
    margin: 0 auto 10px auto;
}
#footer_ad {
    height: 280px;
    width: 100%;
    margin: 0 auto 10px auto;
}

#spot {
    margin:0 auto;
    padding-top:5px;
}

#spot ul {
    margin-left:10px;
}

#spot ul li {
    list-style: none;
    padding:0.2em 0;
}

.spot_icon {
    color:#48d1cc;
}

.spot_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #06aed5;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.spot_box_title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    background: #06aed5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

article {
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: #fff;
}

.article_body {
    display: flex;
}

article figure {
    display: inline-block; 
    margin-right: 20px;
    min-width: 120px;
}
article figure img {
	width:120px;
	height:120px;
    object-fit:cover;
	border-radius:10%;
    border: 3px solid rgba(237, 242, 244, 0.5);
}

.item_title {
    margin-bottom:15px;
    font-size:120%;
    text-decoration:underline;
}

.item_category,
.item_tag
{
    font-size:80%;
}

.item_date {
    font-size:90%;
    padding:0 0 10px 0;
}

.item_category {
    padding-bottom:5px;
}

.gsearch {
    padding:0 10px;
}

a:link,
a:visited,
a:active {
    color:#1d2d44;
}

a {
    text-decoration : none;
}

a:hover {
    color: #086788;
    text-decoration:underline;
}

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;
}

.top_ad,
.imgcontent,
ins,
#ad {
    text-align:center;
    padding:5px 0 5px 0;
}


/* pagerank */

#pagerank {
    /*padding-left:10px; */
    font-size:80%;
}

.recent_entry_name {
    padding-bottom:3px;
    font-size:80%;
}

ul.pagerank li,
ul.recent_entry_items li {
    padding-top: 5px;
    margin-left:10px;
    display:table;
    width:95%;
}

ul.pagerank p.image,
ul.recent_entry_items 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 {
    padding-left:10px;
    display:table-cell;
    vertical-align:top;
}

.select_ranking {
    font-size:85%;
    text-align:center;
    padding: 10px 0 10px 0;
}

.ranknew {
    text-align:right;
    padding-right:10px;
}

.arcover {
    font-size:80%;
    text-align:right;
    padding-right:5px;
}

.menu  {
    padding-left:15px;
    font-size:80%;
}

.imgcontent  {
    padding-left:15px;
    font-size:80%;
    width:90%;
}

.cd {
    text-align:center;

}
.cd img,
.imgcontent img {
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    margin: 0px 10px 5px 0px;
    padding: 5px;
}

ul.alltag,
ul.allimages {
    list-style: none;
    margin:0;
    padding:0;
}
ul.alltag li,
ul.allimages li {
    margin:0;
    padding:0;
}
ul.alltag li {
    width:150px;
    padding:2px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:90%;
    text-align:left;
    border-bottom:1px solid #778899;
}
ul.allimages li {
    width:120px;
    height:120px;
    padding:2px;
    float:left;
    text-align:center;
    vertical-align:middle;
    border-bottom:1px solid #778899;
    margin:0 auto;
}
ul.alltag li:last-child,
ul.allimagess li:last-child {
    float: none;
}
.alltags_paging,
.allimages_paging {
    font-size:90%;
    text-align:left;
    padding:5px 0 0 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.paging {
    text-align:left;
    margin:3px 0 0 5px;
}

.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;
}

#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;
}

.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;
}

.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;
}

.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;
}

#paging {
    font-size:90%;
    padding:10px 0 30px 0;
    text-align:center;
}
#paging i {
    font-size:110%;
}

.page_active {
    background: linear-gradient(transparent 55%, #c1e0ff 55%);
    font-weight: bold; 
}

.pagenew {
    text-align:right;
    padding-right:10px;
}

.footer_spacer {
    line-height:20px;
}

.copy {
    text-align:center;
    padding:10px;
}

.tag_cloud {
    word-wrap:break-word;
    overflow-wrap:break-word;
    line-height:1.8em;
}

.tag_all {
    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%;
}

button {
    border:1px solid #00388c;
    background:#3366ff;
    color:#fff;
    height:35px;
}

.dialog_subtitle {
    width:85%;
    display:table-cell;
}

.closeupbutton {
    text-align:right;
    width:15%;
    margin-right:2px;
    margin-bottom:2px;
    display:table-cell;
}

ol.ol {
    margin-left:30px;
}

ul.ul {
    margin-left:20px;
}

li.ol,
li.ul {
    margin:2px 0 2px 20px;
    padding-bottom:5px;
}
@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;
    }

    .maintitle_title h1 {
        font-size: 8vw;
    }

    article {
	    margin-right: 0;
    }    
    
    .article_body {
        flex-direction: column;
        margin-right: 0;
    }

    article figure {
        text-align:center;
        margin-right: 20px;
    }

    #maintitle_share,
    #maintitle_menu {
        padding-top: 5px;
        width: 95%;
    }
    #maintitle_share i,
    #maintitle_menu i {
        font-size:130%;
    }

    #maintitle_share ul li,
    #maintitle_menu ul li {
        margin-right: 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:5px;
    }

    .arcyear {
        padding-top:5px;
        padding-bottom:5px;
        line-height:150%;
    }

    .recent_entry_name,
    .catname,
    .arcname,
    .ranknew {
        padding-top:5px;
        padding-bottom:5px;
        font-size:95%;
        line-height:150%;
    }
    .catname_sub  {
        font-size:95%;
        line-height:150%;
    }

    ul.pagerank li {
        padding-top: 5px;
        padding-top: 5px;
        font-size:120%;
    }

    #maintitle_share li:nth-child(4) {
        display:none;
    }
    #maintitle_share li:nth-child(5) {
        display:inline;
        margin-right:10px;
    }
}
/*-- follow --*/
.follow-buttons {
    text-align:center;
}
.follow-buttons-title {
    text-align:left;
    font-size:70%;
}
.follow-buttons .inner a {
    position: relative;
    display: inline-block;
    width: 19%;
    line-height: 1.2;
    font-size:150%;
    text-align: center;
    text-decoration: none;
    padding:5px;
   -webkit-border-radius: 5%;
   -moz-border-radius: 5%;
   border-radius: 5%;
	transition: .5s;
}
.follow-buttons .inner .share-text{
    font-size: 50%;
}
.follow-buttons .inner .feedly-button{
    color:#fff;
    background: #87c040;
    border:1px solid #87c040;
}
.follow-buttons .inner .feedly-button:hover{
    color:#87c040;
    background: #fff;
}
.follow-buttons .inner .twitter-button{
    color:#fff;
    background: #55acee;
    border:1px solid #55acee;
}
.follow-buttons .inner .twitter-button:hover{
    color:#55acee;
    background: #fff;
}
.follow-buttons .inner .facebook-button{
    color:#fff;
    background: #305097;
    border:1px solid #305097;
}
.follow-buttons .inner .facebook-button:hover{
    color:#305097;
    background: #fff;
}
.follow-buttons .inner .message-button{
    color:#00b7f4;
    background: #fff;
    border:1px solid #00b7f4;
}
.follow-buttons .inner .message-button:hover{
    color:#fff;
    background: #00b7f4;
}