﻿@charset "UTF-8";

/*
Theme Name: washicraft-2012Child
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

/* 基本のフォント (1.0 Reset) */
body {
	font-family:'Lucida Grande' ,'Hiragino Kaku Gothic ProN' ,Meiryo ,sans-serif;
}

/* サイト概要のフォント調整 */
.site-header h2 {
	font-size: 18px;
}

/* メインナビゲーション調整 */
@media screen and (min-width: 600px) {
	.main-navigation li a {
		text-transform: none;
		font-size: 140%;
		color: #21759b;
	}
}

/* 見出しの大文字矯正を戻す +フォント調整 */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	text-transform: none;
	font-size: 13px;
	color: #333;
}

article.format-link header {
	text-transform: none;
}
