/*
 Theme Name:   Writer Child
 Description:  Writer Child Theme
 Author:       Takako Horiuchi
 Author URI:   http://example.com
 Template:     writer
 Version:      1.0.0
 Text Domain:  writer-child
*/

body {
    font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #111;
    margin: 5% 6%;
}
#wrapper {
    max-width: 680px;
    margin: 0 auto
}
.home #wrapper {
    max-width: 800px;
}
p {
    margin: 2 0;
}
.entry-content p {
    font-size: 105%;
    margin: 2 0;
}
a {
    color: #009baf;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    margin: 2em 0 1em 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #009baf;
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 40px
}
.home h2 {
    font-size: 28px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
#site-title a, #site-title h1 a, #site-title h1 {
    font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 80px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#site-description {
    font-size: 12px;
    color: #666;
    margin-top: 15px;
    text-align: center;
}
.menu-menu-container {
	margin-top: 15px;
	text-align: center;
}
ul.menu li {
	display: inline;
	padding-right: 0.5em;
}
ul.menu li a {
    color: #666;
}
.entry-title {
	margin-bottom: 0.2em;
}
.entry-meta {
	font-size: 14px;
	color: #999;
}
.entry-meta a {
	color: #666;
}
#nav-below a {
    text-decoration: underline;
}
#copyright {
	text-align: center;
}
