@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*!
Theme Name: d-magazine
Template:   folclore
Version:    1.0
*/



/* base
------------------------------------------------- */

body {
	font-weight: normal;
	line-height: 1.8;
	font-family: 'Noto Sans Japanese','游ゴシック','YuGothic','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: .1rem;
}
a, li a, p a,
.breadcrumb span, .breadcrumb span a {
	color: #444;
}


/* header
------------------------------------------------- */

#header .logo {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	line-height: 1;
}

/* header
------------------------------------------------- */
/*
.top-header {
	max-width: 960px;
}
*/

/* footer
------------------------------------------------- */

#copyright {
	padding: 20px 0;
}
#copyright a {
	color: #fff;
}

/* item list
------------------------------------------------- */

.item-title,
.item h2 {
	font-weight: bold;
	text-decoration: none;
}
.item-text {
	font-weight: normal;
}

/* pager
------------------------------------------------- */
a.page-numbers, .pager .current {
	padding: 1px 7px;
	font-size: 14px;
}

/* single page
------------------------------------------------- */
.pagetitle-single {
	margin-bottom: 20px;
}
.single-contents a {
	text-decoration: underline;
}


/* single page
------------------------------------------------- */
@media only screen and (max-width: 767px) {
}
