/*
ここで[メニュー]->[テーマ]で表示される内容を記述します。

Theme Name: CheeseNaTheme
Theme URI: http://jito.me/
Author:  CheeseDeHappy
Author URI: http://jito.me/
Description: CheeseDeHappy のテーマ
Version: 0.0.1
License: Cheese Non License
License URI: http://jito.me/
Tags: Cheese
Text Domain: CheeseNaTheme

CheeseNaTheme WordPress Theme © 2015- CheeseDeHappy
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	font-size-adjust: none;
	line-height: 144%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1 {
	font-size: 1.8em;
	margin: 1em 0;
	display: flex;
}
h2 {
	font-size: 1.3em;
	padding: 1em 0;
	color: #a00;
}
ol, ul {
	margin-left: 2em;
}
ul {
	list-style-type: circle;
}
li {
	padding: 0.5em 0;
}

.clear {
	clear: both;
}
.sticky {

}
.bypostauthor {

}
.wp-caption {

}
.wp-caption-text {

}
.gallery-caption {

}
.alignright {

}
.alignleft {

}
.aligncenter {

}



/* -----------------------------
wordpress ID
----------------------------- */
#wrapper {
	width: 90%;
	margin: auto;
}


/* -----------------------------
ヘッダ
----------------------------- */
#header {
	background-color: RGBa(255, 200, 64, 0.3);
	padding: 1em;
}

/* タイトル・サイト説明 ------------------- */
#branding {
}
#site-title {
	font-size: 2.4em;
	font-weight: 800;
	padding: 0.25em 0;
}
#site-title a {
	text-decoration: none;
}
#site-description {

}

/* メニュー ------------------- */
#menu {

}
#search {

}
.menu {

}
.menu ul {
	margin: 1em 0px;
}
.menu li {
	float: left;
}
.menu li a {
	padding: 0.25em 0.5em;
	display: block;
}


/* -----------------------------
コンテンツ
----------------------------- */
#continer {
	padding: 1em;
	display: block;
}

/* コンテンツ ------------------- */
#content{
	padding: 1em;
}
.entry-content img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.entry-content iframe {
	max-width: 100%;
}
.entry-content .attachment-post-thumbnail {
	max-width: 50%;
	margin: 1em auto;
	display: flex;
	filter: none;
}


/* home ------------------- */
[data-device="pc"].home #content {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
[data-device="pc"].home .post {
	max-width: 33.333%;
	padding: 1em;
}
[data-device="pc"].home .post:nth-child(even) {
	background-color: #eee;
}


.more-link {
	width: 10em;
	margin: 1em auto;
	padding: 0.25em 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3em;
	text-decoration: none;
	background-color: #666;
	color: #fff;
}

/* サイドバー ------------------- */
#sidebar {
	padding: 1em;

}


/* -----------------------------
フッタ
----------------------------- */
#footer {
	padding: 1em;
	font-size: 0.8em;
	color: #808080;
}

/* コピーライト ------------------- */
#copyright {
	text-align: center;
}


/* -----------------------------
wordpress Class
----------------------------- */



/* アイキャッチ ------------------- */
.wp-post-image {
}




/* -----------------------------
wordpress Login
----------------------------- */
#login {
	background-color: RGBa(255, 255, 128, 1);
}


/* -----------------------------
display: none;
----------------------------- */
#comments {
	opacity: 0.2;
}




/* インデント
--------------------------------------- */
.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}
.indent3 {
	padding-left: 3em;
	text-indent: -3em;
}
.indent4 {
	padding-left: 4em;
	text-indent: -4em;
}
.indent5 {
	padding-left: 5em;
	text-indent: -5em;
}
.indent6 {
	padding-left: 6em;
	text-indent: -6em;
}
.indent7 {
	padding-left: 7em;
	text-indent: -7em;
}
.indent8 {
	padding-left: 8em;
	text-indent: -8em;
}
