/** style */
body { 
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.231em;
  letter-spacing: 0.4px;
	background: url(../img/natural_paper.png);
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

h1 { 
	padding: 20px;
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	color: #999;
	-webkit-text-shadow: 1px 1px 4px rgba(128, 128, 200, 0.5);
	-moz-text-shadow: 1px 1px 4px rgba(128, 128, 200, 0.5);
	-o-text-shadow: 1px 1px 4px rgba(128, 128, 200, 0.5);
	-ms-text-shadow: 1px 1px 4px rgba(128, 128, 200, 0.5);
	text-shadow: 1px 1px 4px rgba(128, 128, 200, 0.5);
}

h2 {
	padding-bottom: 0.5em;
	font-size: 20px;
	font-style: italic;
	line-height: 1.2em;
	color: #99c;
}

#container {
	margin: 20px auto 40px;
	padding: 36px;
	width: 568px;
	height: 1000px;
	background-color: #fff;
}

#container .article {
	margin-bottom: 36px;
	border-bottom: 1px dotted #39c;
	color: #333;
}

#container .date {
	padding-top: 0.5em;
	text-align: right;
	color: #aaa;
}

.pagetop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
}

.pagetop:hover {
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mod-scrollto {
	position: fixed;
	left: 44px;
	bottom: 44px;
}

.scrollto_1,
.scrollto_2 {
	display: block;
	padding: 0.5em 1em;
	border-radius: 8px;
	opacity: 0.8;
	color: #000;
	line-height: 24px;
	vertical-align: baseline;
	background: #99c;
}

.scrollto_1.disabled,
.disabled.scrollto_2 {
	background: #999;
	cursor: default;
}

.scrollto_1.disabled:hover,
.disabled.scrollto_2:hover {
	opacity: 0.8;
}

.scrollto_2 { margin-top: 20px; }

