@charset   "UTF-8";
/*Theme Name:riterment*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,blockquote,th,td{
	margin:0;
	padding:0;
}

p{
  margin-top:15px;
  margin-left:10px;
}

html,body {
	/* top: 0; */
	width: 100%;
	font-size: 16px;
	font-family: "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",Meiryo,Osaka,"Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3","Hiragino Kaku Gothic Pro","Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯","MS PGothic",sans-serif;
	background-color:#F5F5F5;
}

#wrap {
   	/* position:absolute; */
   	display: none;
   	max-width: 960px;
   	margin: 0 auto;
   	overflow: hidden;
   	width: 100%;
   	/* margin-top: 38px; */
}

#loading {
	display: block;
	background-color: #fff;
	text-align: center;
	max-width: 960px;
	height: 38px;
	margin: 0 auto;
}

#ic_menu {
	position:absolute;
        top:0;
        right:0;
        z-index:30;
}

/*--------------------Ã¨Â¨ËœÃ¤Âºâ€¹Ã¥â€ â€¦Ã£ÂÂ®Ã£â€šÂ³Ã£Æ’Â¼Ã£Æ’â€°--------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
}

.aligncenter {
	display: block;
	margin: 15px auto 0 auto;
       }

.alignright {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

.life_h4{
           display:block;
           margin-top:15px;
           margin-bottom:10px;
           font-size:16px;
           border-bottom:solid 1px #66cdaa;
           width:90%;
           padding-left:0.5em;
           border-left:solid 10px #66cdaa;
}

.riter_h4{
           display:block;
           margin-top:15px;
           margin-bottom:10px;
           font-size:16px;
           border-bottom:solid 1px #9EB8F3;
           width:90%;       
           padding-left:0.5em;
           border-left:solid 10px #9EB8F3;
}

.home_h3{
           display:block;
           margin-top:30px;
           margin-bottom:10px;
           font-size:16px;
           background-color:#aaaaaad4;
           width:100%;
           padding-left:0.5em;
           padding-top:0.5em;
           padding-bottom:0.5em;
}

.btn-flat-border {
         display: inline-block;
         padding: 0.3em 3em;
         margin:0 auto;
         text-decoration: none;
         background: #ff4500;
         border: solid 1px #ff4500;
         border-radius: 3px;
         transition: .4s;
}

a.btn-flat-border:link {
	color: #fff;
}

a.btn-flat-border:visited {
	color: #fff;
}

a.btn-flat-border:hover {
         background: #fff;
         color:#ff4500;
}

/*------------------------Ã§ÂÂ¾Ã§â€°Â©Ã¨ÂªÂ¿Ã¦â€¢Â´---------------------------*/
#spaceimg{
       margin-bottom:-8px;
       margin-left:10%;
       width:80%;
}

#spaceside{
       width:100%;
       margin-bottom:-8px;
      /* margin-left:10%;*/
}

/*------------------------common---------------------------*/
a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: #ff4500;}

.sidebar_title a:link {color:#000;}
.sidebar_title a:visited {color:#000;}
.sidebar_title a:hover {color: #ff4500;}

.disnon {display: none;}

.imgh img:hover {
	background: #dcdcdc;
	padding: 0 5px;
	-webkit-border-radius: 3px;
}

.table02 {
	width: 100%;
	font-weight: lighter;
	font-size: 10px;
	font-family: Meiryo;
	order-collapse: collapse;
}

.table02 th {
	width: 20%;
	padding: 6 0px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #b7ffb7;
	border: 1px solid #b9b9b9;
}

.table02 td {
	padding: 6 0px;
	border: 1px solid #b9b9b9;
}

.bkcolor {
	background-color: #b7ffb7;
}

.post-content {
	padding: 0px 10px 0px 10px;
	margin: 0 5px 5px 5px;
	border: 1px solid;
	border-color: #bbb;
	-webkit-border-radius: 5px;
}

.post-date {
	position: absolute;
	right: 15px;
	font-weight: lighter;
	font-size: 90%;
	font-family: "'Slabo 27px', serif";
	margin-bottom: 0;
}

.post-meta {
	position: relative;
	display: block;
	width: 100%;
	height: 24px;
	margin: 0;
	margin-top: 10px;
}


.termcount {
	font-size: 1em;
}

.singleBorder {
	border-bottom: 1px solid #bbb;
}

#breadcrumb{
    padding-left:2%;
}

#breadcrumb li{
    display: inline-block;
    font-size: 90%; 
}

hr{
  height: 1px;
  width:94%;
  border: none;
  border-top: 1px #ffffff solid;
}

.modoru{
  margin-top:10px;
}
/*------------------------header-------------------------*/
#header{
	position: fixed;
	height: 38px;
	max-width: 960px;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	top: 0;
}

#logo img {
	height: auto;
        padding:0;    
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 4px;
}

#top{
     position: relative;
     height: 150px;
     list-style: none;
     overflow: hidden;
}

#top img { 
      position: absolute; 
      top:0;    
	width: 100%;
	 height: 150px;
}

#menu-headermenu{
       list-style: none;
       display: flex;
}

#menu-headermenu li{
        width: 20px;
        line-height: 38px;
        margin-right: 2px;
}
/*------------------------------main-------------------------------*/
#main {
       float:left;
	width: 76%;
	text-align: left;
	line-height: 1.6em;
	word-spacing: 0.5em;
	padding-left: 2%;
	padding-right: 2%;
       padding-bottom:20px;
       padding-top:20px;
}

#main_side {
       float:left;
	width: 71%;
	text-align: left;
	line-height: 1.6em;
	word-spacing: 0.5em;
	padding-left: 2%;
	padding-right: 2%;
       padding-bottom:20px;
       padding-top:20px;
}

#main_float { 
       overflow: hidden;
 }
 
 /*--------------------youtube---------------------*/
.youtube{
    margin-left:2%;
    width:80%;
    height: auto;
    aspect-ratio: 16 / 9;
}


/*--------------------Ã¨Â¨ËœÃ¤Âºâ€¹Ã¥â€ â€¦Ã¥Â®Â¹-------------------*/
.h2 {
	position: relative;
	right: 25px;
	width: 100%;
	border: 1px solid;
	border-color: #bbb;
	-webkit-border-radius: 5px;
	margin: 0 25px 0 25px;      
}

.h2a:link {
	color: #000;
}

.h2a:visited {
	color: #000;
}

.h2a:hover {
	color: #ff4500;
	text-decoration: underline;
}

.post-title {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	margin: 0px;
	line-height: 1.1em;
}

.h2a {
	font-weight: bolder;
	font-size: 18px;
	font-family: Meiryo;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

.h2_mv {
        padding-right:10px;
	width: 90%;
        margin-top:10px; 
        margin-right:5%;
        margin-left:5%;
	border: 1px solid;
	border-color: #bbb;
	-webkit-border-radius: 5px;
}

.h2_mv img:hover{
     -webkit-filter: brightness(0.6);
     -moz-filter: brightness(0.6);
     -o-filter: brightness(0.6);
     -ms-filter: brightness(0.6);
     filter: brightness(0.6);
}
/*--------------------Ã¨Â¨ËœÃ¤Âºâ€¹HOME/archive---------------------------*/
.warp-content-archive{
       position: relative;
       display:block;
       float:left;
       background-color: #F5F5F5;         
       width: 31%; 
       margin-left:1.6%;
       margin-right:0;                       
       border: 1px solid;
	border-color: #bbb;
        margin-top:10px; 
        margin-bottom:10px;
}

.warp-content-side{
       position: relative;
       display:block;
       float:left;
       width: 100%; 
       margin-left:1.6%;
       margin-right:0;                       
       border-bottom: 1px solid;
       border-color: #bbb;
}

.content_home{
       width: 100%;
       text-decoration: none;
}

.top-title{
      color:#000;
      font-weight:bold;
      text-align: center
}
.top-title:visited {color: #000;}
.top-title:hover{color: #ff4500;}

.side-title{
      color:#000;
      font-size:14px;
      text-align: center
}
.side-title:visited {color: #000;}
.side-title:hover{color: #ff4500;}

.thumbnail_home{
       overflow: hidden;
 	margin: 0;
        padding:0;
}

.thumbnail_home img{
 	width:100%;
        display: block;
	transition-duration: 0.3s;
}

.thumbnail_home img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.content_home a:hover img{
 	opacity: 0.7;
        filter: alpha(opacity=70);
       -ms-filter: "alpha(opacity=70)";
}

#post-content-home{
       display:inline-block;         
       color:#000;
       font-family:Meiryo, "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",sans-serif;
       font-size:16px;
      	line-height: 1.2em; 
        padding:0 8px 0 8px;
}


.thumbnail_home img.boderL{
       border-bottom: 8px solid; 
       border-color: #66cdaa;      
}

.thumbnail_home img.boderR{
       border-bottom: 8px solid; 
       border-color: #9EB8F3;      
}

.thumbnail_home img.boderH{
       border-bottom: 8px solid; 
       border-color: #7f7fff;      
}

#post-term-home{
       display:inline-block;
       float:left;
       font-size:90%;
       font-family:Meiryo, "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",sans-serif; 
       text-transform:lowercase;
       padding-left:8px;
}

#post-term-home a{color: blue;}
#post-term-home a:visited {color: blue;}
#post-term-home a:hover {color: #ff4500;}

#post-date-home{
       display:inline-block;
       float:right;
       font-size:90%;
       font-family:Meiryo, "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",sans-serif;
       color:#000;
       padding-right:8px;
}

#caption-home{
	position: absolute;
	left: 0px;
	margin-left:0px;
	margin-top:-35px;
	width: 100%;
	text-align: center;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	z-index: 1;
}

p.caption-text{
      color: #fff;
      font-size: 14px;
}

/*--------------------thumbnail-------------------*/
.thumbnail{
   	float: left;
    	margin-top: 20px;
	margin-left: 15px;
	margin-right: 10px;
       overflow:hidden;
}

.thumbnail img{
       width:125px;
       margin-left: -28px;
       margin-right: -28px;
}

.thumbnail_mv{
   	float: left;
	margin-right: 10px;
}


.thumbnail_side{       
 	margin-top: 0;
       margin-bottom:0; 
       padding:0;
}

.thumbnail_side img{
       width:100%;
       height:auto;
}

.thumbnail-archive {
	float: left; 
	margin: 0 15px 0 15px;
       overflow:hidden;     
}

.thumbnail-archive img{
       width:142px;
       margin-left: -31px;
       margin-right: -31px;
}
/*--------------------homemenu nav-------------------------*/
#homemenu{
       z-index:50;
       margin-top:0;
       width: 100%;
}

#homenav{
       display:table;
       table-layout: fixed;
       border-collapse: separate;
       border-spacing: 15px 0;
       height: 32px;
       font-size: 16px;
       font-weight: 600;
       margin-top:0;
       width:100%;
       list-style-type: none;
       font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“Â" , "Yu Mincho" , "Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“ÂÃ¤Â½â€œ" , "YuMincho" , "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¦ËœÅ½Ã¦Å“Â Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGSÃ¦ËœÅ½Ã¦Å“ÂE" , "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã¦ËœÅ½Ã¦Å“Â" , "MS PMincho" , serif;
       background-color: #d0cece;
       background-image: linear-gradient(#e9e8e8 0%, #d0cece 100%);
       border-radius: 3px;
       border: 1px solid #AAA;
       border-top: 1px solid #FFF;
}


#homenav li{
       position: relative;
	display: table-cell;       
       text-align: center;
       vertical-align:middle;
}

#homenav li a {
       color:#000;      
       text-decoration: none; 
}

span.linehome {
       position: absolute;
       top:27px;
	height: 5px;
	display: block;
	width: 100%;
}

/*--------------------monthly-archive---------------------*/
h4.monthly-archive-title{
       color:#ffffff;
       margin-top:20px;
       margin-left:10px;
}

.archive-list >li:not(.acv_open) > ul {
    display: none;
}

/* Ã¥Â¹Â´Ã¥Ë†Â¥Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“Ã£Æ’ÂªÃ£â€šÂ¹Ã£Æ’Ë†Ã£ÂÂ®Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³Ã¨Â¨Â­Ã¥Â®Å¡ */
.archive-list > li.acv_open::before { /* Ã£Æ’ÂªÃ£â€šÂ¹Ã£Æ’Ë†Ã£ÂÅ’Ã©â€“â€¹Ã£Ââ€¹Ã£â€šÅ’Ã£ÂÂ¦Ã£Ââ€žÃ£â€šâ€¹Ã£ÂÂ¨Ã£ÂÂ */
    font-family: 'fontello';
    content: '\f147'; /* -Ã£Æ’Å¾Ã£Æ’Â¼Ã£â€šÂ¯ */
    margin-right: .5em;
    margin-left: 10px;
}

.archive-list > li:not(.acv_open)::before { /* Ã£Æ’ÂªÃ£â€šÂ¹Ã£Æ’Ë†Ã£ÂÅ’Ã©â€“â€°Ã£ÂËœÃ£â€šâ€°Ã£â€šÅ’Ã£ÂÂ¦Ã£Ââ€žÃ£â€šâ€¹Ã£ÂÂ¨Ã£ÂÂ */
    font-family: 'fontello';
    content: '\f196'; /* +Ã£Æ’Å¾Ã£Æ’Â¼Ã£â€šÂ¯ */
    margin-right: .5em;
    margin-left: 10px;
    }

/* Ã¦Å“Ë†Ã¥Ë†Â¥Ã£â€šÂ¢Ã£Æ’Â¼Ã£â€šÂ«Ã£â€šÂ¤Ã£Æ’â€“Ã£Æ’ÂªÃ£â€šÂ¹Ã£Æ’Ë†Ã£ÂÂ®Ã£â€šÂ¢Ã£â€šÂ¤Ã£â€šÂ³Ã£Æ’Â³Ã¨Â¨Â­Ã¥Â®Å¡ */
.month-archive-list > li::before {
    font-family: 'fontello';
    content: '\f105'; /* >Ã£Æ’Å¾Ã£Æ’Â¼Ã£â€šÂ¯ */
    margin-right: .5em;
    margin-left: 20px;
}

.archive-list{color:#ffffff;}
.month-archive-list>li>a:link {color:#ffffff;}
.month-archive-list>li>a:visited {color:#ffffff;}
.month-archive-list>li>a:hover{color:#ff4500;}

/*--------------------slidemenu---------------------*/
#layer{
       position: fixed;
       cursor: pointer;
       display:inline-block;
       top:0;
       left:0px;
       width:100%;
       height:auto; 
       background-color:#111111;
       filter:alpha(opacity=30);
       -moz-opacity: 0.3;
       opacity: 0.3;
       z-index:90;
}

#slidemenu{
       position: fixed;
       cursor: pointer;
       display:inline-block;
       top:0;
       left:-200px;
       width:200px;
       height: auto; 
       background-color:#111111;
       z-index:100;
}

#logo2{
      margin-top:10px;
      margin-bottom:0;
      margin-left:10px;
}


/*--------------------side-bar---------------------*/
#sidebar_loop{
       position: relative;
}

#sidebar_child{
       position: absolute;
       top:0;
       left:0;
}

#sidebar_child p{
       margin:10px 0 0 0;
       padding:0;
       line-height:100%;
}

#side{
       float: right;
       margin-top:0px;
	word-spacing: 0.5em;
	width: 18%;	
	padding-left: 0%;
	padding-right: 2%;
	padding-top:5px;
        margin-bottom: 0px;
}

#sidemenu{
        float: right;
        margin-top:0px;
	word-spacing: 0.5em;
	width: 18%;	
	padding-left: 0%;
	padding-right: 2%;
	padding-top:5px;
        margin-bottom: 0px;
}

.side_font{
	font-size: 12px;
       line-height:14px;
	font-family: Meiryo;     
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

.side_font:link {
	color: #000;
}

.side_font:visited {
	color: #000;
}

.side_font:hover {
	color: #ff4500;
}

.sidebar-wrapper {
	margin: 0 0 15px 0;
}

.sidebar_title_search,.sidebar_title_cate,.sidebar_title_tag {
	display: block;
	font-weight: bold;
        border-bottom: 1px solid #000;
        padding-left:5px;
        padding-top:10px;
	width: 100%;
}

#sidebar_title{
        margin-top:15px;
        border: dashed 1px #5b8bd0;
}

.sidebar_title{
        margin:0;
        line-height: 30px;
        font-size: 18px;

}

/*---------------------pagination-----------------------*/

.pagination {
	float: left;
	width: 100%;
}

.pagination ul {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.pagination li,.pagination li a {
	display: inline;
	margin: 2px;
	padding: 6px;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	background: #555;
}

.pagination a:hover {
	padding: 0 6px;
	color: #fff;
	background: #3279BB;
}

.pagination .current {
	padding: 0 6px;
	background: #3279BB;
	color: #fff;
}

.post_nav a {
	text-decoration: none;
       font-size: 16px;
	color: #000;
}

.post_nav a:hover {
	padding: 0 6px;
	color: #fff;
	background: #555;
}

.prev_post {
	text-align: left;
}

.next_post {
	text-align: right;
}

/*--------------------------footer------------------------*/
#footer {
        display: inline-block;
        margin-top:10px;
        margin-bottom:0px;
        width: 100%;
        height: 50px;
        text-align: center;
        background: #999;
}

.footer a {
	color: #fff;
}
/*---------------------Ã£Æ’Ë†Ã£Æ’Æ’Ã£Æ’â€”Ã£ÂÂ«Ã¦Ë†Â»Ã£â€šâ€¹--------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: 10px;
	font-size: 77%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 5px 0;
	text-align: center;
	display: block;
	-webkit-border-radius: 10px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*-------------------- comment-------------------------*/
#comments_area {
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 3px;
	width: 100%;
}

p.comments-count {
	display: inline-block;
        width:98%;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}

.situmonn{
        padding-left: 15px;
        margin-bottom:0;
        font-size:13px;
}

/*-------------------- more-------------------------*/
.more-link {
	float: right;
	font-size: 14px;
	color: #FFF !;
	padding: 2px 0;
	width: 80px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #444, inset 0px 2px 3px #fff;
}

.moretext{
        display:inline-block;
	font-size: 14px;  
	text-align: center;
	text-decoration: none;
        width:100%;
}

.more {
	float: right;
	font-size: 14px;  
	color: #FFF !important;
	padding: 2px 0;
	width: 80px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #444, inset 0px 2px 3px #fff;
}
/*---------------------search-----------------------*/
#s  {
     position: absolute;
     top:4px;
     right:90px;
     width: 180px;
}

#ss  {
     display:inline-block;
     margin-top:5px;
     margin-left:10px;
     width:180px;
}
  
#searchsubmit{
     position: absolute;
     top: 4px;
     right:55px;
     width:30px; 
}

/*-------------------- input-------------------------*/

input[type="email"],input[type="search"],textarea {
	margin: 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

input[type="text" ],textarea {
	margin: 0px;
	box-sizing: border-box;
	padding: 6px 4px;
	max-width: 100%;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="search"]:focus,textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow: 0 0 3px rgba(255,105,180,1);
	color: #444;
}

/*---------------------Ã¥â€¢ÂÃ¥ÂË†Ã£Ââ€º-----------------------*/
#inquiry{
     position: absolute;
     top: 4px;
     right:5px;
     width:43px; 
}

#inquiry_slide{
     display:inline-block;
     margin:10px;
     width:43px;
}

#sidenav{
     position: absolute;
     top: 38px;
     right:0;
     width:100px; 
     padding:0;
     z-index:10;
}

#sidenav_slide{
     display:inline-block;
     width:100px; 
     margin-top:10px;
     margin-bottom:10px;
}

#sidenav li,#sidenav_slide li {
  list-style: none;
}

#sidenav li a,#sidenav_slide li a{
  display: block;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background: #111111;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

#sidenav > li:hover > a,#sidenav_slide > li:hover > a {
  color: #ff4500;
  background: #666666;
}

/*---------------------media screen-----------------------*/
@media screen and (min-width:480px)and (max-width:767px){
#main,#main_side,#notice{
	width: 96%;
}
.post_nav a {
	text-decoration: none;
       /* font-size: 13px;*/
        font-size: 15px;
	color: #000;
}
.warp-content-archive{
        width: 47%;
        margin-left:1.8%; 
}

#side{
       display:none;
}

#sidemenu{
      /* clear:both;*/
       float: left;
       display:block;
       width:55%;
       padding-top:0; 
       margin-left:5%; 
}
}

@media screen and (max-width: 480px){
#main,#main_side,#notice{
	width: 96%;
}

#logo img{
       width: 50%;
}          

.post_nav a {
	text-decoration: none;
        font-size: 15px;
      /*  font-size: 12px;*/
	color: #000;
}
#homenav{      
       border-spacing: 7px 0;
     /*  font-size: 14px; */
       font-size: 15px;
}

.warp-content-archive{
       width: 96%;
       margin-left:2%;                
}

.prev_post,.next_post.top-title.sidebar_title_search{
    /*  font-size: 13px;*/
    /*   font-size: 20px;*/
       margin-left:3%; 
}

#sidebar_title{
    margin-left:3%; 
}

.modoru{
  margin-left:3%;
}

#spaceimg{
       width:100%;
       margin-left:0;       
}

#side{
       display:none;
}

#sidemenu{
       float: left;
       display:block;
       width:55%;
       padding-top:0;
       margin-left:5%; 
         
}
/*--------------------youtube---------------------*/
.youtube{
    margin-left:2%;
    width:96%;
    height: auto;
    aspect-ratio: 16 / 9;
}

}
