@charset "utf-8";
body {
	background-color: transparent;
	font-size: 10px;
	line-height: 14px;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: middle;
}
.slick-slider * {
	outline: none;
}

#container {
	max-width: 960px;
}
#container::after {
	content: ""; display: table; clear: both;
}

#container .list {
	float: left;
	width: 350px;
}
#container .list a {
	display: block;
	padding: 5px 10px;
	background-color: rgba(222,222,222,.8);
	color: #000;
	font-size: 14px;
	line-height: 1.43;
	text-decoration: none;
}
#container .list a:hover,
#container .list a.current {
	background-color: rgba(255,255,255,.8);
}

#container .detail {
	margin-left: 360px;
}
#container .detail .title {
	padding: 5px 0 5px 30px;
	background-color: rgba(255,255,0,.8);
}
#container .detail .inner {
	min-height: 232px;
	padding: 20px 30px;
	background-color: rgba(255,255,255,.8);
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
}

.post img {
	max-width: 100%;
	height: auto;
}
.post p {
	margin: 0 0 1.4em;
}
.post ul,
.post ol {
	margin: 0 0 1.4em 1.3333em;
}
.post ul {
	list-style: disc;
}
.post ol {
	list-style: decimal;
}
.post li > ul,
.post li > ol {
	margin-bottom: 0;
}
.post dl {
	margin-bottom: 1.4em;
}
.post dt {
	font-weight: bold;
}
.post dd {
	margin-bottom: 1.4em;
}
.post p:last-child,
.post dl:last-child,
.post ul:last-child,
.post ol:last-child {
	margin-bottom: 0;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	clear: both;
	font-weight: 700;
	margin: 2em 0 0.6em;
}

.post h1 {
	font-size: 200%;
	line-height: 1.5;
}

.post h2 {
	font-size: 140%;
	line-height: 1.5;
}

.post h3 {
	font-size: 116%;
	line-height: 1.5;
}

.post h4 {
	font-size: 108%;
	line-height: 1.6;
}

.post h5 {
	font-size: 100%;
}

.post h6 {
	font-size: 90%;
	line-height: 1.5;
}

.post h1:first-child,
.post h2:first-child,
.post h3:first-child,
.post h4:first-child,
.post h5:first-child,
.post h6:first-child {
	margin-top: 0;
}

.post cite,
.post dfn,
.post em,
.post i {
	font-style: italic;
}
.post mark,
.post ins {
	border: 0;
	color: inherit;
	text-decoration: none;
}




