/*
Theme Name: Twenty Fifteen Child
Template: twentyfifteen
*/

@import url('../twentyfifteen/style.css');

body {
	font-size: 160%;
	font-weight: normal;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #444;
}

.panel-grid li {
	padding-top: 40px;
	color: #666;
}

.sticky-post {
	visibility: hidden;
}

/**
 * Tabletやスマホでfooterにウィジット表示
 */
 
.secondary-footer {
	background-color: #fff;
	padding: 0 7.6923%;
}
 
@media screen and (min-width: 38.75em) {
	.secondary-footer {
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}
}
 
@media screen and (min-width: 59.6875em) {
	.secondary-footer {
		display: none;
	}
}
@media screen and (min-width: 68.75em) {
	.secondary-footer {
		display: none;
	}
}
@media screen and (min-width: 77.5em) {
	.secondary-footer {
		display: none;
	}
}

/**
 * サイトタイトルのフォント指定
 */
.site-title {
	font-family: "Bubblegum Sans", cursive, "Helvetica", "Century gothic", serif;
	font-size: 200%;

	margin-bottom: 0;
}