/*
Theme Name: twentyfifteen-child
Author: totoroo
Template: twentyfifteen
*/

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

body {
	color: #434389;
}

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, 
font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, textarea{
font-size:16px;
font-family: メイリオ, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
}


/* フォントサイズ変更 */
.entry-title {
	font-size:24px;
	font-family: Meiryo;
	font-weight: bold;
}


.entry-content {
	font-size: 16px;
	font-family: Meiryo;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 200;
}

/* 記事タイトルを囲む */
.entry-title {
	font-size: 110%;
	font-weight: bold;
	line-height : 1.8em;
	padding: 10px 10px;
	background-color: #E6E6F2;
	border: 1px dotted #947EAD;
}

/* リンク下線出さない */
 
.entry-header a,
.author-description a,
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.textwidget a,
.mceDefaultStyles a,
.pingback .comment-body > a {
border-bottom: 0px solid #333;
}
 

/* ボタン、コメント欄 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: Meiryo; /*ボタン関係*/
	font-size: 12px;
	font-size: 1.0rem;
}
 
.comment-form label {
	font-family: Meiryo; /*コメントフォーム*/
	font-size: 14px;
	font-size: 1.0rem;
}
.comment-reply-title {
	font-family: Meiryo; /*コメントタイトル*/
	font-size: 18px;
	font-size: 1.2rem;
	line-height: 1.0;
}

/* サイドバー（ウィジェット）にある検索窓 */

input[type="search"]{
	font-size:15px;     /*検索窓*/
	font-family:Meiryo;
	padding:0.5em;
}

/* 投稿の最下部にある、前の記事・次の記事のタイトル */

.post-navigation .post-title {
    font-size:18px;    /*前の記事 次の記事*/
	font-family:Meiryo;
	font-weight:700;
	color: #167ac6;
	border-bottom: 0;
}


/*-- サイトのキャッチフレーズ --*/
.site-branding .site-description {
	font-size:18px;
	font-size:1.2rem;
        font-family: Meiryo;
}


/*-- サイトのタイトル --*/
.site-branding .site-title a[rel="home"] {
	font-size:26px;
	font-size:1.857142857142857rem;
        font-family: Meiryo;
}

/*-- ウィジェットタイトル装飾 --*/
.main-navigation,
h2.widget-title {
    font-size:large;
	border-left: 7px solid #4013a0;
	border-bottom: 1px solid #4013a0;
	padding-left: 5px;
}



/* メインコンテンツの行間 */
.entry-content {
  letter-spacing:1pt;
  font-size:115%;
  line-height:150%;
}

 
/* サイドバーの行間と文字の大きさ */
.widget-area .widget li {
line-height: 150%; /* 行間 */
font-size: 14px; /* 文字の大きさ */
font-size: 1rem;
}
 
/*--ウィジェット間の余白--*/
.widget-area .widget { 
    margin-bottom: 22px;
    margin-bottom: 1.571428571428571rem;
}
/*--ウィジェットタイトルと本文間の余白--*/
.widget-area .widget h2 {
    margin-bottom: 5px;
    margin-bottom: 0.3571428571428571rem;


/* 余白の削除 */

@media screen and (min-width: 59.6875em) {
	.hentry,
	.page-header,
	.page-content {
		margin: 0 6%;
	}
	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 6%;
	}
        .comments-area {
		margin: 6% 6% 0;
	}
	.post-navigation {
		margin: 6% 6% 0;
	}
}

 @media screen and (min-width: 59.6875em) {
       .site-main {
		padding: 6% 0; /*メインコンテンツ上部の余白、元はpadding: 8.3333% 0;*/
	}
        .site-header {
		margin: 6% 0;  /*サイト名上部の余白、元は20%*/
	}
	.widget {
		margin: 0 0 6%; /*サイト名とウィジェット間の余白、元は20%*/
	}
}

