@charset "utf-8";
/* CSS Document */

#starter h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 80px 0 30px;
}

section a{
	background: #000;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	max-width: 300px;
	padding: 20px;
	margin: 50px auto;
	position: relative;
}
section a:after{
	content: ">";
	font-weight: bold;
	position: absolute;
	right: 20px;
}
section a:hover{	opacity: .8;}

/* 強調 */
storng{	font-weight: bold;}
strong.red{	color: red;}


section{	margin-bottom: 70px;}
section:first-child{	margin-top: 70px;}
section p{
	font-size: 13px;
	text-align: left;
	margin-bottom: 13px;
}


.starterJoin div{
	background: #ddd;
	text-align: left;
	width: 80%;
	min-width: 300px;
	margin: 13px auto;
	padding: 15px;
}
.starterJoin dl{	font-size: 13px;}
.starterJoin dt{
	font-weight: bold;
	margin-top: 13px;
}
.starterJoin dd{}


