/*
Theme Name: Twenty Twelve child
Theme URI: 
Description: Twenty Twelveの子テーマ
Template: twentytwelve
Author: benidama
Author URI: https://www.benidama.com/
Version: 1.1
*/


/* =Basic structure
-------------------------------------------------------------- */

a {
	color: #2c91bf;
}
a:hover {
	color: #35ade3;
}

/* Header */
.site-header {
	padding: 3rem 0 2rem 0;
}

/* Sidebar */
.widget-area .widget h3 {
	font-size: inherit;
	margin-bottom: 1.5rem;
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #e3e3e3;
}

.site-info {
	display: none;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-header {
	margin-bottom: 2.4rem;
}

.entry-header .entry-title {
	font-weight: bold;
	border-left: 4px double #515151;
	padding: 0 0 0 1.5rem;
	line-height: 1.5;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #b6e8fe;
}

.entry-content h3,
.comment-content h3 {
	font-size: 1.2rem;
	border-left: 4px solid #e3e3e3;
	padding: 0.2rem 0 0.2rem 1.5rem;
	margin: 3rem 0 1.714285714rem 0;
}
.entry-content h4,
.comment-content h4 {
	font-size: 1rem;
	margin: 2rem 0 1.3rem 0;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
}

.site-content article {
	border-bottom: 4px double #e3e3e3;
}



/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site-content {
		width: 600px;
	}
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
	}
}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #f3f3f3;
	}
	body .site {
		padding: 0 4rem;
		margin-top: 4.2rem;
		margin-bottom: 4.2rem;
		border-radius: 15px;
	}
}



/* 追加
-------------------------------------------------------------- */

/* 20260430 テスト用　後で消す */
.nav-menu ul li.page-item-2809,.nav-menu ul li.page-item-2811 { display: none; }

/* moreボタン */
a.more-link {
	display: inline-block;
	padding: 15px 50px;
	background: #2c91bf;
	color: #fff;
	text-decoration: none;
	margin: 15px 0;
}
a.more-link:hover {
	background: #35ade3;
}

