/* <system section="background" selected="undefined"> */

/* </system> */
*, html {
    margin: 0;
    padding: 0;
}
body {
	font-family: 'Hiragino Kaku Gothic ProN',
	 'ヒラギノ角ゴ ProN W3', メイリオ, Monaco,
	 Osaka, arial, helvetica, sans-serif;

}
a, a:visited {
    color: #4169e1;
}
a:hover {
    color: #a8d3ff;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 25px 0;
}
h1{font-size: 120%;}
h2{font-size: 110%;}
h3{font-size: 100%;}
h4{font-size: 90%;}
h5{font-size: 90%;}
h6{font-size: 90%;}
h1#title {
    font-size: 200%;
    margin: 120px;
    text-align: center;
}
h1#title a, a:visited {
    text-decoration: none;
    color: #444;
}
h1#title a:hover {
    color: #AAA;
}
time, p, ul, ol, dl, pre, .hatena-asin-detail, table {font-size: 80%;}
::selection {
    background: yellow;
}
.entry-header {
    position: relative;
}
.entry-header-menu {
    position: absolute;
    top: 0;
    left: 120px;
}
.entry-categories {
    font-size: 50%;
}
ul, ol {
    margin: 30px 10px 30px 10px;
}
li {
    margin: 0 0 0 15px;
}
table {
    border-collapse: collapse;
    border: 1px solid #333;
}
td, th {
    border: 1px solid #333;
    padding: 5px;
}
img, iframe {
    max-width: 100%;
}
#main-inner {
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
	column-rule-color: #efefef;
	column-rule-style: solid;
	column-rule-width: 2px;
}
body.page-entry * div#main-inner {
    margin: 0 60px 0 60px;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
	column-rule-color: #efefef;
	column-rule-style: none;
	column-rule-width: 0px;
}
article {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.entry-inner {
    margin: 15px;
}

aside#box2 {
    padding: 30px 30px;
    background: #333;
    color: #efefef;
}
aside#box2 a {
    color: #6495ed;
}
#box2-inner {
    margin-top: 30px;
    width: 100%;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
	column-rule-color: #666;
	column-rule-style: dotted;
	column-rule-width: 1px;
}
.hatena-module {
    display: inline-block;
    margin: 60px 15px 60px 15px;
    width: 100%;
}
.hatena-module ul {list-style-type: none;}
.hatena-module ul li {margin: 0;}
footer#footer {
    padding: 60px 0 30px 0;
    background: #252525;
    color: #efefef;
}
#footer-inner address, #footer-inner p {
    text-align: center;
}
#footer-inner a {
    color: #efefef;
}
#footer-inner a:hover {
    color: #a8d3ff;
}
#footer-inner address a {
    text-decoration: none;
}
