@charset "utf-8";
/* CSS Document */

/*
Theme Name: Setsuyaku-zine
Theme URI: http://muryou-kakeibo.drwallet.jp/
Author: Naoki Sugi
Author URI: http://suginaoki.com
Description: 節約ZINE公式テーマです。
License:
License URI:
Version: 1.0
*/

/* 
メインのCSSは「main.css」です。
カテゴリーカスタマイズは、「main.css」の一番下です。
*/

/* ---------------------------------------------------------------------- */
/*	Reset, Basic
/* ---------------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	color: #333;
	font: normal 90%/1.6 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-rendering: optimizeLegibility;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
iframe {
	max-width: 100%;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content .guide a {
	background: none;
	border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
	color: #333;
}

#infscr-loading,
.infscr-loading {
	margin:10px auto;
	text-align:center;
	color:#666;
}

#infscr-loading img,
.infscr-loading img {
	height:40px;width:40px;
}

.entry-title a {
	color:#333;
	text-decoration:none;
}