@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Twentytwelve Child
Template: twentytwelve
*/

@import url('../twentytwelve/style.css');

/* widget */
.widget-title {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #21759b;
}

.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 0.428571428rem;
}

/* 最上部の余白 */
 body .site {
		margin-top: 16px;
}

/* 小見出し */
h3.komidashi {
     font-size: 16px;
     font-weight: bold;
     border-left: 7px solid #ff9900;
     border-bottom: 1px solid #ff9900;
     padding: 0em 0.5em;
     margin: 2em 0em 1.5em 0em;
}

/* トップページ記事見出し */
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #ff9900;
}

/* Profile写真 */
.profilephoto {
	float: right;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 50px;
}

/* ウィジェットのSmall headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
font-size: 9px;
font-size: 0.9rem;
}