﻿/*
Theme Name: Child
Template: twentythirteen
*/
 
@import url('../twentythirteen/style.css');

/***** ↓ Webフォント花園明朝 ↓ *****/
@font-face {
    font-family: 'HanaMinA';
    src: url('http://dankiti.com/wp/HanaMinA.ttf') format('truetype');
}

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{
    font-family: 'HanaMinA';
}
/***** ↑ Webフォント花園明朝 ↑ *****/


h1 {
	font-size: 32px;
	margin: 18px 0;
}

h2 {
	font-size: 28px;
	margin: 18px 0;
}

h3 {
	font-size: 22px;
	margin: 18px 0;
}

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

h5 {
	font-size: 14px;
	margin: 16px 0;
}

h6 {
	font-size: 12px;
	margin: 14px 0;
}



.site-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 10px 0 0 0;
}
 
.site-description {
    font-size: 24px;
    font-weight: lighter;
    margin: 0 0 5px;
}

.site-header {
    position: relative;
    background-color: #f5deb3;
}
 
.site-header .home-link {
    color: #464646;
    display: block;
    margin: 0 auto;
    max-width: 1600px;
    min-height: 100px;
    padding: 0 20px;
    text-decoration: none;
    width: 100%;
}

.hentry {
	padding: 10px 0;
}