<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Twenty Twelve Child (hokukanken)
Template: twentytwelve
*/
 
@import url("../twentytwelve/style.css");


/* =Basic Structure
-------------------------------------------------------------- */
body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}

body .site{
	margin-top:0;
	margin-bottom:0;
	border-top:4px solid #21759b;
}


/* =Header
-------------------------------------------------------------- */
header.site-header{
	position:relative;
	margin-bottom:1.5em;
}

header.site-header h1{
	font-size:30px;
}


hgroup{
	position:absolute;
	top:30px;
	left:20px;
}

nav.main-navigation{
	display:none;
}

.nav-menu{
	display:none;
}

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

/* =Sidebar
-------------------------------------------------------------- */
.widget-area{
	margin-top:0;
}

.widget-title{
	font-size:15px;
}

.widget-area .widget{
	margin-bottom:30px;
}

.widget-area .widget h3 {
	margin-bottom:15px;
	border-bottom:2px solid #21759b;
}

.widget-area .widget ul{
	list-style:disc outside;
	padding-left:5px;
	margin-left:20px;
}

.widget-area .widget ul li{
	font-size:14px;
	line-height:1.2em;
	margin-bottom:8px;
}

.widget-area .widget .textwidget{
	line-height:1.4em;
}

.widget-area .profile{
	background:#ebebeb;
	padding:8px;
	margin-top:5px;
}

.widget-area .profile strong{
	display:block;
	margin-bottom:5px;
	font-size:110%;
}

.widget-area .widget a {
	outline: none;
	color: #21759b;
}

.widget-area .widget a:hover {
	text-decoration: none;
}

.widget-area .widget a:visited {
	color: #757575;
}

.widget-area span.post-date{
	margin-left:0;
}

/* =Main Contents
-------------------------------------------------------------- */
nav.nav-single{
	font-size:13px;
	margin-bottom:10px;
	background:#ebebeb;
	padding:2px 8px;
}

.site-content{
	margin-top:0;
	width:670px;
}

.site-content article{
	margin-bottom:80px;
	padding-bottom:10px;
	border-bottom:none;
}
footer.entry-meta{
	background:#ebebeb;
	padding:3px;
}

.entry-header .entry-title{
	font-size:24px;
	font-weight:bold;
	padding: 0.3em 0 0.2em 0.3em;
	border-bottom:2px solid #21759b;
	border-left: solid 5px #21759b;
}

.entry-content p{
	font-size:15px;
}


/* =Footer
-------------------------------------------------------------- */
footer[role="contentinfo"]{
	border-top: 1px solid #21759b;
}</pre></body></html>