/*
Theme Name: Skirmish Child
Theme URI: https://microgroove.jp/
Description: microgroove.jp が本番 skirmish テーマに直接加えていたカスタマイズを、正規の子テーマとして再構成したもの。
Author: Shaolin
Template: skirmish
Version: 1.0.0
Text Domain: skirmish-child
*/

/* 以下、親テーマ (skirmish 2.0 pristine) からの変更点のみを列挙。
   各ブロックは本番 style.css の該当セレクタを丸ごと転記したもの (差分プロパティのみの
   最小上書きにはしていない — カスケード順序・詳細度の取り違えを避けるため)。
   親 style.css は functions.php で先に enqueue され、これは後から読み込まれる。 */

pre {
	/* overflow: auto; */
	white-space: pre-wrap;
}

body,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", helvetica neue, helvetica, arial, georgia, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.75;
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "Source Sans Pro", "georgia", helvetica, arial;
	font-weight: 700;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
	margin: 2em 0;
}

h2:not(.site-description, .comments-title) {
	font-size: 26px;
	margin: 2em 0;
	padding: 0.5em;
	color: #010101;
 	background: #eaf3ff;
	border-bottom: solid 3px #516ab6;
}

h3 {
	font-size: 24px;
	margin: 2em 0;
	padding: 0.25em 0.5em;
	border-left: solid 5px #7db4e6;
}

h4 {
	font-size: 20px;
	margin: 2em 0;
}

h5 {
	font-size: 18px;
	margin: 2em 0;
}

h6 {
	font-size: 16px;
	margin: 2em 0;
}

p {
	margin-bottom: 1.3em;
	text-align: justify;
}

#page {
	margin: 20px auto;
	max-width: 1100px;
	overflow:hidden;
}

.site-title {
	font-family: 'Courgette', cursive;
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.main-navigation {
	font-family:"Source Sans Pro", georgia, arial;
	display: block;
	float: left;
	margin: 0 0 20px;
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}

img.size-full,
img.size-large {
	max-width: 100%;
	/* width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 15.5px;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 15.5px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
}

.wp-caption-text {
	text-align: left;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
	text-align: left;
}
