/*
Theme Name: Hello World Child
Theme URI: http://themehaus.net/themes/hello-world/
Description: Hello World Child Theme
Author: Your Name
Author URI: http://example.com/
Template: hello-world
Version: 1.0.0
*/

/* Theme customization starts here
------------------------------------------------------------ */
[html]

/*—————————–
タグクラウド
——————————*/

.tagcloud a {
    font-size: 16px !important;
    border: solid 1px #000080;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 8px;
}

.tagcloud {
	position: relative;
	overflow: hidden;
	padding: 0 22px 0 14px;
	text-align: left;
}

.tagcloud a {
	display: inline-block;
	background: #FFFFFF;
	white-space: nowrap;
	font-size: 98%;
	color: #494949;
	line-height: 1.3;
	padding: 3px 8px;
	margin-bottom: 5px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #B5B5B5;
}

.tagcloud a:hover {
	color: #F69628;
	text-decoration: underline;
}


/*—————————–
見出し装飾
——————————*/

h2 {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
}
h2::before,
h2::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
h2::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
h2::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}


/*—————————–
ヘッダーの高さを変える
——————————*/
