/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body {
-webkit-text-size-adjust: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}
.container {
	width:80%;
	margin:50px auto;
}
.container h1 {
	font-size:1.4rem;
	margin:20px 0;
}

.topics dl {
padding: 15px 0;
border-bottom: 1px solid #ccc;
}

.topics dt {
padding-bottom: 5px;
line-height:150%;
}
.topics li {
	list-style:inside;
}

@media screen and (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 20%;
}
.topics dd {
margin-left: 21%;
}
}