@charset "UTF-8";

/*----------------------------------------
	プレゼン
----------------------------------------*/

/*----------------------------------------
	presentation
----------------------------------------*/

.presentation__wrapper {
	background-color: #fafafa;
	padding: 0px calc(50vw - 50%);
	margin: 0px calc(50% - 50vw) 0;
}

.presentation__content dl dt {
	border-bottom: 1px dotted #aaa;
	font-weight: bold;
}

.presentation__content{
	background-color: #FFF;
	padding: 20px;
	margin:20px auto;
}