@charset "utf-8";
	
/* -- css -- */
 
.contentA{
	background: #ffffff;
	padding: 10px;
}
.contentB{
	background: #ffffff;
	padding: 10px;
}
 
.contentA,.contentB{
	width: 50%;
	height: 100%;
}

.main2{
	display: flex;
}

h1{
	font-size:12px;
	color: #ffffff;
	background-color: #008b8b;
	padding: 5px;
}

.list ul {
	margin: 10px 10px 30px 10px;
	padding-left: 10px;
}
.list ul li {
	color: #000000;
	font-size: 12px;
	padding-bottom: 5px;
	list-style: disc;
}

.top{
 	width:100%;
	margin-top: 30px;
}

.left{
	float: left;
 	width: 50%;
}
.clear{
 	clear: both;
 }
.box1{
 	background-color: #ffffff;
	line-height: 200%;
	text-align: left;
	width: 340px;
 }
.box2{
 	background-color: #ffffff;
	text-align: center;
	width: 340px;
}
