/*
 Theme Name:   base_child
 Theme URI:    
 Description:  base_child Theme
 Author:       
 Author URI:   https://www.dailygames-online.com/sangokushisinsen
 Template:     xeory_base
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  base_child
*/
.side-widget-area .side-widget-inner {
  background-color: #fff;
  padding: 20px;
  border: 1px #e5e5e5 solid;
}

.post-thumbnail {
    margin-left: 0;
    margin-bottom: 20px;
    float: right;
      width: 100%;
}



.post-loop-wrap .post-thumbnail {
  width: 100%;
  height: auto;
  margin-left: 30px;
  margin-bottom: 20px;
  float: right;
}

/*リライトの日付*/
.rewrite {
	color: #ff9000;
}