.clearfix, .cf, .comment-respond {
  zoom: 1;
}

/*

*/
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

body {
	background-color: #000;
	color: #FFF;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	padding-bottom: 20px;
}

.bodyinner {
	width: 980px;
	margin: 0 auto;
	background: #000 url(../img/bg.jpg) left top no-repeat;
}

.headerArea {
	position: relative;
}

.headerArea .brandName {
	display: block;
	padding: 10px;
}

.headerArea p {
	font-size: 150%;
	position: absolute;
	left: 220px;
	top: -10px;
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #F00;
}


article {
	position: relative;
}

/*

*/
.firstArt {
	height: 190px;
}

.firstArt h2 {
	width: 500px;
	color: #FFF;
	position: absolute;
	top: 34px;
	left: 17px;
	line-height: 1.5em;
	font-size: 180%;
	margin: 0;
}

.firstArt h2 span {
	color: #e60012;
}

/*

*/
.secondArt ul {
	margin-left: -35px;
}

.secondArt li {
	float:left;
	list-style: none;
	margin: 20px 0 0 20px;
}

.secondArt dl {
	margin: 0;
	padding: 0;
}

.secondArt dt,
.secondArt dd {
	text-align: center;
	width: 450px;
	margin: 0;
	padding: 0.5em 0;
	line-height: 1.5em;
}

.secondArt dt {
	font-size: 180%;
	font-weight: 900;
	background-color: #e60012;
	border: 2px solid #e60012;
	border-radius: 10px 10px 0 0;
}

.secondArt dd {
	font-size: 160%;
	font-weight: 400;
	background-color: #FFF;
	color: #F00;
	border: 2px solid #e60012;
	border-radius: 0 0 10px 10px;
}

.secondArt dd.twoline {
	padding: 1em 0;
	line-height: 2em;
}

/*

*/
.thirdArt {
	width: 900px;
	margin: 50px auto 0 auto ;
	border: 2px solid #78701c;
	border-radius: 10px;
	padding: 20px;
	color: #000;
	background: -webkit-linear-gradient(top, #cbb15c 0%, #e0ce96 100%);
	background: linear-gradient(to bottom, #cbb15c 0%, #e0ce96 100%);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.thirdArt h2 {
	position: absolute;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
	background-color: #f0f0f0;
	left: -17px;
	top: 0;
}

.thirdArt h2::before,
.thirdArt h2::after {
	content: '';
	position: absolute;
}

.thirdArt h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #f0f0f0;
}
.thirdArt h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #f0f0f0;
}

.thirdArt ul {
	margin: 0;
	padding: 0;
}

.thirdArt li:nth-child(1) {
	border-top: 1px dotted #000;
}

.thirdArt li {
	list-style: none;
	border-bottom: 1px dotted #000;
	line-height: 2em;
	padding: 10px 0;
}

.thirdArt dl {
	margin: 0;
	padding: 0;
}

.thirdArt li:nth-child(1) dt,
.thirdArt li:nth-child(1) dd {
	margin: 0;
	padding: 0;
}

.thirdArt li:nth-child(1) dt {
	text-align: center;
	font-size: 160%;
	padding: 0.25em 0;
}

.thirdArt li:nth-child(1) dd {
	font-size: 200%;
	font-weight: 900;
	width: 450px;
	float: left;
}

.thirdArt li:nth-child(1) dd:nth-child(2) {
	padding: 0.5em 0;
}

.thirdArt li:nth-child(1) dd:nth-child(3) {
	font-size: 160%;
}

.thirdArt li:nth-child(2) {
	font-size: 200%;
	font-weight: 900;
}

/*

*/
.fourthArt {
	width: 900px;
	margin: 50px auto 0 auto;
}

.fourthArt section  {
	float: left;
}

.fourthArt section:nth-child(1) {
	width: 500px;
}

.fourthArt section:nth-child(2) {
	width: 400px;
}

.fourthArt dt,
.fourthArt dd {
	float: left;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

.fourthArt dt {
	width: 90px;
}

.fourthArt dd {
	width: 400px;
}

.fourthArt th {
	text-align:left;
	font-size: 1.2em;
}

.fourthArt td {
	vertical-align: top;
}

/*

*/
.fifthArt {
	width: 980px;
	margin: 50px auto 0 auto;
}
/*

*/
.footArea {
	width: 100%;
	font-size: 80%;
	margin-top: 50px;
}

.footArea p {
	float: left;
}

.footArea li {
	float: right;
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #CCC;
}
.footArea a,
.footArea a:link,
.footArea a:visited,
.footArea a:hover,
.footArea a:active {
	color: #CCC;
}