@charset "utf-8";
body {
	margin: 1em;
	padding: 0;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	background-color: #eef;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#content {
	display: block;
	width: 90%;
	max-width: 1200px;
	background-color: white;
	margin: 16px auto;
	padding: 3em;
	border-radius: 20px;
}
#content .title {
	margin-top: 2em;
	width: 80%;
}

#content h1 {
	color: #326693;
	padding-left:0.5em;
	border-left: 0.5em solid #31a9ee;
	border-bottom: 1px dashed #31a9ee;
	font-size: 3em;
	font-weight: 700;
	margin: 2em 0 1em;
}
#content h2 {
	color: #666;
	font-size: 2em;
	font-weight: 600;
}
#content h4 {
	text-align: right;
	font-size: 0.5em;
	color: #ccc;
}
#top {
	text-align: center;
}

#biz-content {
}
#biz-content ul.topic {
	margin: 1em 0 1em 0;
	font-size: 1.3em;
	font-weight: 700;
	list-style:none;
	padding-left: 1em;
}
#biz-content ul.topic li {
	margin-left: 1.2em;
}
#biz-content ul.topic li::before {
	display: block;
	float: left;	margin-left: -1.2em;
	content: "◎";
}
#biz-content img {
	width: 90%;
	max-width: 600px;
}

#biz-content ul.topic li a {
	color: #369;
}
#biz-content ul.topic li a:hover {
	color: #933;
}
.small {
	display: inline;
	font-size: 0.7em;
}

#stocks .stocks-item {
	text-align: center;
	border: 3px solid #0bf;
	border-radius: 10px;
	padding: 2em;
	margin: 1em 0 1em;
}
#stocks .stocks-item img {
	width: 90%;
	max-width: 600px;
}
#stocks .stocks-item table {
	width: 80%;
	max-width: 1000px;
	margin: 0.5em auto 0.5em;
	border-collapse: collapse;
}
#stocks .stocks-item table tr th {
	background-color: #0bf;
	font-weight: 700;
	border: 2px solid #aaf;
	padding: 0.3em 1em;
}
#stocks .stocks-item table tr td {
	font-weight: 500;
	border: 2px solid #aaf;
	padding: 0.5em 1em;
}

#stocks .stocks-item .slide-container {
	display: block;
	margin: 0 auto 2em;
	max-width: 600px;
	width: 80%;
	background-color: #eee;
}
#stocks .stocks-item ul.slide {
	margin: 0;
	padding: 0;
}
#stocks .stocks-item ul.slide li img{
	max-width: 600px;
	width: 80%;
}

#stocks .slick-prev:before,
#stocks .slick-next:before {
	color: #888;
}
#stocks .slick-prev:hover:before,
#stocks .slick-next:hover:before {
	color: #ccc;
}


#contact #contact-content {
	border: 5px solid #0bf;
	border-radius: 10px;
	padding: 1em;
	margin: 0 auto;
	max-width: 800px;
	width: 80%;
}
#contact #contact-content p {
	margin: 0.1em;
	font-size: 1.5em;
	font-weight: 500;
	padding-left: 4em;
}
#contact #contact-content p span {
	display: block;
	float: left;
	margin-left: -4em;
}

@media print, screen and (max-width: 768px) {
	#content .title {
		margin-top: 2em;
		width: 100%;
		border: 1px solid red;
	}
}

