@charset "utf-8";

/*-----------------------------------------------
 title
-----------------------------------------------*/

#title {
	background: url("../img/sign/bg01.png") repeat top center;
	text-align: center;
	border-bottom: 5px solid #ff11de;
}
#title .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#title h1 {
	padding: 42px 32px;
}
/*-----------------------------------------------
 content
-----------------------------------------------*/

#content{
	width: 1000px;
	margin: 0 auto;
	padding: 46px 0 100px;
	background: url(../img/sign/bg-sign.png) no-repeat top center,url(../img/bg-repeat.png) repeat-y center top;
}
#content h2{
	margin-bottom: 30px;
	margin-left: 70px;
	text-align: center;
}
#content .text01 {
	margin-bottom: 40px;
	text-align: center;
}
#content .text02 {
	margin-bottom: 8px;
	text-align: center;
}
#content .btn {
	margin-bottom: 42px;
	text-align: center;
}

#content .inner {
	width: 865px;
	margin: 0 auto;
}
#content .author-list {
	padding: 30px 0 10px;
	margin-bottom: 20px;
	background-color: #ff00dc;
}

#content .author-list h3 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-left: 70px;
	margin-left: 26px;
	margin-bottom: 32px;
	line-height: 1.2;
}
#content .author-list h3::after {
	content: "";
	background: url(../img/sign/icon-pen.png) no-repeat top center;
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	width: 48px;
	height: 48px;
}
#content .author-list ul {
	width: 800px;
	margin: 0 auto;
	padding: 22px;
	background-color: #fff;
}
#content .author-list ul li {
	margin-bottom: 20px;
}
#content .note {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {

}
