.ContentInner {
	padding: 0 10px 0 0;
	padding: 15px 0 0 0;
}
.ContentInner .Section.First {
	padding: 0 0 10px 0;
}

.ContentInner h1 {
	font-size: 112.5%;
	color: #333366;
	margin: 25px 0 15px;
	line-height: 130%;
}

.Spec {
	margin-left: 15px;
}
.ContentInner .Section.Article h2 {
	background: url(/common/img/title/bg_icon_h2.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}
.ContentInner .Section.Article h3 {
	color: #000000;
	font-size: 87.5%;
	margin: 0;
	line-height: 140%;
}

.ContentInner .Section.Article h4 {
	color: #000000;
	font-size: 87.5%;
}
.ContentInner .Section.Article p {
	margin: 0 0 1.4em 15px;
}
.ContentInner .Section.Article ul {
	margin: 0 0 1.4em 15px;
}
.ContentInner .Section.Article h3,
.ContentInner .Section.Article h4 {
	margin-left: 15px;
}


/*///// テーブル用クラス /////*/

/* シンプルなテーブル（概要説明など） */
TABLE.simple{
	width: 100%;
	border-collapse: collapse;
	font-size: 80%; 

}
TABLE.simple th{
	width: 25%;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
TABLE.simple td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

/* 画像ダウンロード用テーブル */
table.NrPictDlTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 554px;
}
table.NrPictDlTable th {
	padding: 3px 5px;
	font-size: 75%;
	text-align: left;
	width: 50%;
	vertical-align: middle;
}

table.NrPictDlTable td {
	padding: 3px 5px 20px;
	font-size: 75%;
	text-align: left;
	vertical-align: top;
}

/* 画像ダウンロード用テーブル（モバイル対応） */

/* 画像ダウンロード用テーブル */
table.NrPictDl2Table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 260px;
	float: left;
}

table.NrPictDl2Table th {
	padding: 0 0 5px 0;
	font-size: 75%;
	text-align: left;
	vertical-align: middle;
}

table.NrPictDl2Table td {
	padding: 0;
	font-size: 75%;
	text-align: left;
	vertical-align: top;
}



/* 製品ラインナップ用テーブル */
table.NrLineupTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 720px;
	border-top: 1px solid #666666;
	border-left:1px solid #666666;
}
table.NrLineupTable th {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	background-color: #DDDDDD;
}
table.NrLineupTable td {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 75%;
	text-align: left;
}

/* 製品概要用テーブル */
table.NrOutlineTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 720px;
	border-top: 1px solid #666666;
	border-left:1px solid #666666;
}
table.NrOutlineTable th {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	width: 120px;
	padding: 3px;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	background-color: #DDDDDD;
}
table.NrOutlineTable td {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 75%;
	text-align: left;
}

/* 製品概要用テーブル（モバイルではリスト表記） */

dl.NrOutlineTable,
dl.NrOutlineTable dt,
dl.NrOutlineTable dd {
 margin: 0;
 padding: 0;
}

/* ---PC--- */

dl.NrOutlineTable {
 border: 1px solid #666;
 border-top: none;
 background-color: #DDD;
 width: 550px;
 margin: 0 0 0 15px;
}
dl.NrOutlineTable dt {
 width: 150px;
 padding: 0.2em 0 0.2em 0.4em;
 border-top: 1px solid #666;
 font-size: 75%;
 font-weight: bold;
 clear: left;
 float: left;
}
dl.NrOutlineTable dd {
 background-color: #FFF;
 margin: 0 0 0 150px;
 padding: 0.2em 0.4em;
 border-top: 1px solid #666;
 border-left: 1px solid #666;
 font-size: 75%;
}



/* お問い合わせ先テーブル */
table.NrInquiryTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 555px;
}
table.NrInquiryTable th {
	padding: 3px 10px;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	background-color: #DDDDDD;
}
table.NrInquiryTable td {
	padding: 3px 10px;
	font-size: 75%;
	text-align: center;
}

/* 概要用テーブル（青） */
table.NrOutlineTableBlue {
	border-collapse: collapse;
	display: block;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 554px;
	border-top: 1px solid #666666;
	border-left:1px solid #666666;
}
table.NrOutlineTableBlue th {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	width: 110px;
	padding: 3px;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	background-color: #EDFAFE;
	line-height: 140%;
}
table.NrOutlineTableBlue td {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 75%;
	text-align: left;
	line-height: 140%;
}
.ContentInner .Section.Article table.NrOutlineTableBlue td p {
	font-size: 100%;
	margin: 0 0 1.4em 0;
}

/* イエマガリリース用テーブル */
table.NrIemagaTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 0 15px;
	width: 554px;
	border-top: 1px solid #666666;
	border-left:1px solid #666666;
}
table.NrIemagaTable th {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	width: 120px;
	padding: 3px;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	background-color: #F1DDD2;
}
table.NrIemagaTable td {
	border-right: 1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 75%;
	text-align: left;
}


/* メインイメージ */
.NrPack {
	margin: 0 0 0 15px;
	float: right;
}

/* ページ上部　リリース日とソーシャルボタン */
.dateinfo {
	width: 380px;
	float: left;
}

.addthis_toolbox {
	float: right;
}
