@charset "utf-8";
/*
Theme Name: WordPress Theme by no web no life
Theme URI: http://www.nowebnolife.com/
Description: Web制作事務所「no web no life」によるWordPressのテーマ。レスポンシブ対応。
Author: Takayuki Yoshida
Author URI: http://www.idia.jp/
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns
*/
@import "css/normalize.css";
@import "css/responsive-type.css";
@import "css/layout.css";
@import "css/header.css?date=20200210";
@import "css/footer.css";
@import "css/sidebar.css?date=20200204";
@import "css/contents.css?date=20200204";

/* クリアフィックス */
.clearfix {
width:100%;
}
.clearfix:after {
content: ""; 
display: block; 
clear: both;
}

/* 表示、非表示 */
.hide {
display:none;
}
.show {
display:block;
}

/* 目立たせる、埋没させる */
.show {
color:#f00;
}
.buried {
color:#ccc;
}

/* WPテーマに必須 */
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.alignnone {
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
}
.gallery-caption {
}
.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.children {
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.current_page_ancestor {
}
.widget{
}
.widget_text{
}
.sticky {
}
.bypostauthor {
}