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

*{
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

#contents {
	width: 100%;
	background: #000000;
}

#contents img {
	width: 100%;
}

#contents p img{
	vertical-align: bottom;
}

#contents h2{
	background: none;
	padding: 0;
	margin: 0;
}
#contents p.inner{
	color: #907b16;
	padding: 0 4.6%;
}
#contents p.inner a{
	color: #907b16;
}

.mainTitle{
	padding-bottom: 50px;
}
.mainTitle p.logo{
	padding: 25px 0 15px;
}


.cm p.inner{
	padding-bottom: 20px !important;
}
.cm .section{
	padding-bottom: 20px;
}


.profile p.inner{
	padding-bottom: 20px !important;
}

.cd{
	padding-bottom: 10px;
}