@charset "utf-8";

/* --------リンクカラー-------- */

a:link {
	color: #BF1C1F;
	text-decoration: underline;
}
a:visited {
	color: #BF1C1F;
	text-decoration: underline;
}
a:hover {
	color: #BF1C1F;
	text-decoration: none;
}
a:active {
	color: #BF1C1F;
	text-decoration: underline;
}

/* --------#headerArea指定-------- */

#headerArea {
	height: 100px;
}

#indexContentsArea {
	padding-top: 10px;
	font-size: 78%;
	line-height: 140%;
}

/*--- 左側の指定 ---*/
.side1 {
	width: 565px;
	float: left;
}

.side1 h2 {
	padding-bottom: 6px;
}

.side1 .brandConceptArea {
	width: 555px;
	padding-left: 10px;
}

.side1 .brandConceptArea h3 {
	padding-top: 10px;
	padding-bottom: 13px;
}

.side1 .brandConceptArea p {
	color: #333;
	line-height: 160%;
}

.side1 .featureArea {
	width: 555px;
	padding-top: 17px;
	padding-bottom: 20px;
}

.side1 .featureArea .imgArea {
	width: 220px;
	padding-right: 6px;
	float: left;
}

.side1 .featureArea .btnArea {
	width: 329px;
	float: right;
}

.side1 .featureArea .btnArea li {
	list-style: none;
	line-height: 0;
}

.side1 .featureArea .btnArea li span {
	display: inline-block;
	padding-top: 2px;
	padding-left: 3px;
	font-size: 0.85em;
	line-height: 130%;
}

.side1 .featureArea .btnArea li#featureVery span {
	padding-top: 0;
}

#featureNS {
	color: #bc1c1d;
}

#featureVery {
	color: #6f0139;
}

#featureExpress {
	color: #333333;
}

.side1 .featureArea .btnArea .adjustNail {
	padding-bottom: 8px;
	/padding-bottom: 3px;
}

.side1 .featureArea .btnArea .adjustVery {
	padding-bottom: 16px;
	/padding-bottom: 11px;
}


/*--- WHAT'S NEWの指定 ---*/

.whatsnewArea {
	width: 555px;
	padding-left: 10px;
}

.whatsnewArea table {
	width: 545px;
	margin: 0px 10px 0px 0px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.whatsnewArea table caption,
.whatsnewArea table thead {
	display: none;
}

.whatsnewArea table th,
.whatsnewArea table td {
	padding: 8px 0;
	border-bottom: 1px dashed #9F1223;
	text-align: left;
}

.whatsnewArea table th {
	color: #BC171B;
	padding-left: 3px;
	padding-right: 14px;
	vertical-align: top;
	font-weight: normal;
}

.whatsnewArea table td {
	padding-left: 1px;
	padding-right: 41px;
}

.whatsnewArea table td.new {
	background: url('../img/iconNew.gif') no-repeat right;
}


/*--- 右側の指定 ---*/

.side2 {
	width: 200px;
	float: right;
}

.side2 .pr {
	padding-bottom: 10px;
}

.side2 .nailTopicsContents {
	background: #BF1C1F url(../img/naitopicsBg.jpg) no-repeat top left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

.side2 .nailTopicsContents .txt {
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 120%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.side2 .nailtopicsBottom {
	background: url(../img/naitopicsBgBottom.gif) no-repeat bottom left;
	height: 10px;
	line-height: 1%;
	margin-bottom: 10px;
}

.side2 li {
      list-style: none;
      line-height: 100%;
      padding-bottom: 5px;
}


/* --------下部のボタンエリア指定-------- */

.bottomArea {
	padding-top: 10px;
}

.bottomArea li {
	float: left;
	list-style: none;
	line-height: 100%;
	padding-right: 5px;
	padding-bottom:5px;
}

.bottomArea .padNone {
	padding-right: 0px!important;
}

