@charset "UTF-8";
/*
Theme Name: child
Template: twentytwelve
*/

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

/* フォント設定 */
body {
    font-size: 1rem;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    text-rendering: optimizeLegibility;
}
body.custom-font-enabled {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.site-header h1.site-title a {
	color: #333;
}
.site-header h2.site-description {
	color: #333;
}
.entry-header .entry-title {
	font-weight: bold;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	color: #333;
}

.widget-area .widget a {
	color: #333;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited:hover {
	color: #21759b;
}

.entry-header .entry-title a {
	color: #444;
}
.entry-header .entry-title a:hover {
	text-decoration: underline;
	color: #21759b;
}

/* ページマージン領域背景色設定 */
body {
	background-color: #a0d0ff;
}
/*
@media screen and (min-width: 960px) {
	body {
		background-color: #a0d0ff;
	}
}
*/

/* ページタイトルの横幅を広げる */
html {
	overflow: auto;
}

body {
	overflow: hidden;
}

@media screen and (min-width: 600px) {
	.site {
		overflow: visible;
	}
}

.header-image {
	margin-top: 0;
}

#masthead hgroup {
	margin-right: -40px;
    margin-left: -40px;
    margin-top: -40px;
    margin-bottom: -24px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 24px;
	background: url("/news/wp-content/themes/child/img/bg_sky.jpg") no-repeat;
	overflow: hidden;
}

/* グローバルナビ非表示 */
nav#site-navigation {
	display: none;
}

/* 「コメントをどうぞ」非表示 */
header.entry-header div.comments-link {
	display: none;
}

/* フッター文字非表示 */
footer div.site-info {
	display: none;
}

/* 記事タイトルレイアウト・日付表示 */
header.entry-header {
	position: relative;
	/* height: 48px; */
	min-height: 48px;
}

div.calendar-icon {
	width:  48px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	border: 2px solid #00509E;
	border-radius: 4px;
	text-align: center;
	top: 0px;
	left: 0px;
}

div.calendar-icon div.month {
	height: 16px;
	background: #00509E;
	font-size: 12px; color: #fff;
	padding: 2px 0 0 0;
}

div.calendar-icon div.day {
	height: 24px;
	font-size: 24px; color: #333;
	padding: 4px;
	font-weight: bold;
}

h1.entry-title {
	margin-left: 72px;
}

/* サイドバータイトル */
.widget-area .widget h3 {
	border-left: 4px solid #00509E;
	padding-left: 12px;
	margin-bottom: 16px;
	line-height: 2;
	font-size: 100%;
}

/* サイドバーロゴ書式 */
.widget-logo {
	text-align: center;
}
