@charset "UTF-8";
/*
*
* LP's style
* Copyright 2019 men-de-business.co.jp
* http://men-de-business.co.jp/lp1/seminar.html
*
*/

body {
	color: #202020;
	background: url(../images/bg_wood.jpg) repeat left top;
	font-family: "Helvetica", "Arial", "BIZ UDGothic", YuGothic, "Yu Gothic",
	"Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.83;
	text-align: center;
}

address {
	font-style: normal;
}

h1 { margin-top: 2rem; }
h2 { margin-top: 2rem; }

.white-box {
	background-color: white; 
}

.top-page-image {
	width: 100%;
	height: auto;
	border: 4px solid white;
}

#footer {
	margin-top: 3rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
}

