
@charset "utf-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　下層ページ共通パ－ツのスタイル
+　・見出し
+　・表
+　・テキスト
+　・ボックス
+　・サイドカラム
+　・製品一覧（下部）
+　・ニュース
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


body {
	background: url(/common/img_v2/body_bg_second.gif) left top repeat-x;
}
#printCover {
	visibility: hidden;
	display: none;
}
#catch {
	visibility: hidden;
	display: none;
}
/* --------------------------------------------------------------------------------------
 見出し
--------------------------------------------------------------------------------------- */

/*div#contents h1 {
	margin:  20px 10px 5px;
	padding: 0;
	background: url(/common/img_v2/bg_h1_top.gif) no-repeat left top;
	color: #333333;
	font-size: 200%;
	font-weight: normal;
	line-height: 1em;
}

div#contents h1 span {
	display: block;
	padding: 5px 0 3px 12px;
	background: url(/common/img_v2/bg_h1_btm.gif) no-repeat left bottom;
}*/

div#contents h1 {
	clear: both;
	width: 690px;
	margin-bottom:20px;
	background: url(/common/img_v2/bg_h1_top.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 130%;
	line-height: 1.3;
}
div#contents h1 span {
	display: block;
	padding: 14px 24px 12px;
	margin:0;
	background: url(/common/img_v2/bg_h1_btm.gif) bottom left no-repeat;
}
div#contents h1 span.caption {
	margin-bottom: -5px;
	padding: 14px 24px 0;
	margin-bottom: -10px;
	background: none;
	font-size: 86%;
}
div#contents h1.long {
	clear: both;
	width: 970px;
	margin-bottom:20px;
	background: url(/common/img_v2/bg_h1_long_top.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 130%;
	line-height: 1.3;
	font-weight: bold;
}
div#contents h1.long span {
	display: block;
	padding: 14px 24px 12px;
	margin:0;
	background: url(/common/img_v2/bg_h1_long_btm.gif) bottom left no-repeat;
}

div#contents h1.news {
	position: relative;
	background: url(/common/img_v2/bg_h1_news_top.gif) top left no-repeat;
}
div#contents h1.newprod {
	position: relative;
	background: url(/common/img_v2/bg_h1_newprod_top.gif) top left no-repeat;
}
div#contents h1.press {
	position: relative;
	background: url(/common/img_v2/bg_h1_press_top.gif) top left no-repeat;
}
div#contents h1.kakaku {
	position: relative;
	background: url(/common/img_v2/bg_h1_kakaku_top.gif) top left no-repeat;
}
div#contents h1.oshirase {
	position: relative;
	background: url(/common/img_v2/bg_h1_oshirase_top.gif) top left no-repeat;
}

div#contents h1.news span,
div#contents h1.newprod span,
div#contents h1.press span,
div#contents h1.kakaku span,
div#contents h1.oshirase span{
	background: url(/common/img_v2/bg_h1_news_btm.gif) bottom left no-repeat;
}

div#contents h1.press span {
	background: url(/common/img_v2/bg_h1_press_btm.gif) bottom left no-repeat;
}

div#contents h1.news span.year,
div#contents h1.press span.year,
div#contents h1.kakaku span.year,
div#contents h1.newprod span.year,
div#contents h1.oshirase span.year{
	position: absolute;
	top: 16px;
	right: 12px;
	padding: 0;
	font-size: 86%;
	font-weight: bold;
	background: none;
	font-weight: bold;
}
div#contents h2 {
	clear: both;
	margin-bottom: 15px;
	background: #4F90C9 url(/common/img_v2/bg_h2_top.gif) no-repeat left top;
	color: #FFFFFF;
}
div#contents h2 span {
	display: block;
	padding: 4px 12px 3px;
	background: url(/common/img_v2/bg_h2_btm.gif) no-repeat left bottom;
}
div#contents h2 span a,
div#contents h2 span a:hover {/*2008-07-02 added*/
	color: #fff;
}
div#contents h2.topic {
	margin-bottom: 10px;
	padding: 5px 0;
	background: none repeat scroll 0 0 transparent;
	/* background: url(/common/img_v2/bg_h2_topic.gif) left top no-repeat; */
	color: #333;
	font-size: 140%;
}
div#contents h3 {
	clear: both;
	margin-bottom: 10px;
	padding: 2px 0 1px 6px;
	border-left: 4px solid #0075c1;
	color: #333333;
	font-weight: bold;
	font-size: 115%;
}
/* --------------------------------------------------------------------------------------
 表
--------------------------------------------------------------------------------------- */

.paragraph table, .table table, table.normal, table.support, table.product-info {
	width: 650px;
	margin: 0 10px 30px;
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	empty-cells: show;
	line-height: 1.5em;
}
.paragraph table img, .table table img, table.normal img, table.support img, table.product-info img {
	vertical-align: middle;
}
.paragraph table th, .table table th, table.normal th, table.support th, table.product-info th, .paragraph table td, .table table td, table.normal td, table.support td, table.product-info td {
	padding: 3px 5px;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	text-align: left;
	vertical-align: top;
}
.paragraph table th, .table table th, table.normal th, table.support th, table.product-info th {
	background: #F0F0F0;
}
table td.number, table th.number {
	text-align: right;
	white-space: nowrap;
}
table .caption {
	background: #F5F5F5;
}
table.line-btm {
	border-top: none;
	border-right: none;
}
table.line-btm th {
	background: none;
	border-left: none;
	border-bottom: 1px solid #CCC;
}
table.line-btm td {
	border-left: none;
	border-bottom: 1px dotted #CCC;
}

/* 共通テーブル（見出しグレー） -------------------------------------------------------*/

div.inner table.specTbl {
	margin: 0 10px;
}

div.inner table.specTbl th {
	background: #E0E0E0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
	padding: 3px;
}

div.inner table.specTbl td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}

table.commonTbl {
	margin: 0 10px;
	width: 700px;
	text-align: left;
	border-spacing:0;
	border-collapse:collapse;
	/border-collapse:collapse; /* ie6,7 */
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

table.commonTbl th {
	background: #E0E0E0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: normal;
	padding: 3px;
}

table.commonTbl th a {
	color: #333333 !important;
}

table.commonTbl td {
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px;
}

table.widthFree {
	width: auto;
	margin: 0 auto !important; /* テーブル幅解除用class */
}

table.tdCenter td {
	text-align: center; /* td文字センタリング用class */
}

/* --------------------------------------------------------------------------------------
 テキスト等
--------------------------------------------------------------------------------------- */

/* 共通 ---------------------------------------------------------------*/

div.paragraph p, div.paragraph dl, div.paragraph ul, div.paragraph ol {
	margin: 0 10px 30px;
}
/*　下マージン調整等 */

div#contents .btm-large {
	margin-bottom: 30px;
}
div#contents .btm-medium {
	margin-bottom: 20px;
}
div#contents .btm-small {
	margin-bottom: 10px;
}
div#contents .btm-none {
	margin-bottom: 0;
}
p.img {
	text-align: center;
}
p.topicdate {
	margin: 0 0 5px;
	text-align: right;
	font-weight: bold;
}
/* 本文セット用 --------------------------------------------------------*/

div.inner p, div.inner dl, div.inner table {
	margin: 0 10px 10px;
}
*html div.inner p, div.inner dl, div.inner table { /*IE6用*/
	margin: 0;
}
div.inner table p {
	margin: 0;
}
div.inner dd {
	margin: 0 0 0 30px;
}
div.inner ul {
	list-style: disc;
}
div.inner ul, div.inner ol {
	margin: 0 10px 10px 40px;
}
div.inner ul ul, div.inner ol ol, div.inner ul ol, div.inner ol ul {
	margin: 0 0 0 30px;
}
div.inner a.marker {
	padding-left: 13px;
	background: url(/common/img_v2/icon_arrow01.gif) no-repeat left 4px;
}
div#contents div.inner a {
	color: #4F9BD8;
}
div#contents p {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------------------------------
 ボックス
 ・基本
 ・関連資料セット　＋　関連リンクセット
 ・ノーマルボックス
 ・サポートボックス
--------------------------------------------------------------------------------------- */

/* 基本 ---------------------------------------------------------------------------*/

div.outer {
	clear: both;
	padding-bottom: 10px;
}
div.paragraph, div.inner {
	clear: both;
	padding-bottom: 15px;
}
div.paragraph:after, div.outer:after, div.inner:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0;
	font-size: 1%;
}
div.paragraph, div.outer, div.inner {
	display:inline-block;
}
/*\*/
* html div.paragraph, * html div.outer, * html div.inner {
	height:1%;
}
div.paragraph, div.outer, div.inner {
	display:block;
}
/**/

dl.img-caption {
	float: right;
	display: inline;
	margin: 0 10px 10px;
	text-align: center;
	font-size: 86%;
}
dl.img-caption dd {
	margin: 0;
}
div.paragraph dl.img-caption {
	margin: 0 10px 10px;
}
/* 関連資料セット　＋　関連リンクセット ----------------*/

div.box-large {
	clear:both;
	width: 670px;
	margin: 0 10px 20px;
	padding-bottom: 10px;
	background: url(/common/img_v2/bg_largebox_btm.gif) left bottom no-repeat;
}
div#contents div.box-large h5.linkset {
	margin: 0 0 10px;
	padding: 10px 15px 7px;
	background: url(/common/img_v2/bg_largebox_top_gra.gif) left top no-repeat;
	border-bottom: 1px solid #E4E4E4;
}
div#contents div.box-large p {
	margin: 0 15px 10px;
	padding: 0 0 10px;
	background: url(/common/img_v2/line_dot_gray.gif) no-repeat left bottom;
}
div#contents div.box-large a {
	color: #4F9BD8;
	text-decoration: underline;
}
div#contents div.box-large dl {
	margin: 0 15px 10px;
	padding-bottom: 10px;
	background: url(/common/img_v2/line_dot_gray.gif) no-repeat left bottom;
}
div#contents div.box-large dl.adobe-reader {
	padding: 0;
	background: none;
}
div#contents div.box-large dl.adobe-reader:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#contents div.box-large dl.adobe-reader {
	display:inline-block;
}
/*\*/
* html div#contents div.box-large dl.adobe-reader {
	height:1%;
}
div#contents div.box-large dl.adobe-reader {
	display:block;
}
/**/

div#contents div.box-large dl.adobe-reader dt {
	float: left;
	margin-right: 10px;
}
div#contents div.box-large dl.adobe-reader dt a {
	padding: 0;
	background: none;
}
div#contents div.box-large dl.adobe-reader dd {
	float: left;
	vertical-align: top;
	background: none;
	font-size: 86%;
}
div#contents div.box-large dl dt.link {
	padding-left: 12px;
	background: url(/common/img_v2/icon_arrow01.gif) left 5px no-repeat;
}
div#contents div.box-large dl dt.pdflink {
	padding-left: 20px;
	background: url(/common/img_v2/icon_pdf.gif) left top no-repeat;
}
/*  ノーマルボックス（h5見出し付き） ------------------*/

.box-large-normal-inner {
	display: inline-block;
}
.box-large-normal-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
	font-size:1%;
}
/*\*/
* html .box-large-normal-inner {
	height: 1%;
}
.box-large-normal-inner {
	display: block;
}
/**/


.box-large-normal {
	width: 700px;
	margin: 0 10px 10px;
	background: url(/common/img_v2/bg_largebox_btm.gif) left bottom no-repeat;
}
.box-large-normal-inner {
	padding: 15px 15px 5px;
	background: url(/common/img_v2/bg_largebox_top.gif) left top no-repeat;
}
.box-large-normal .position01 {
	float: left;
	width: 359px;
	padding-right: 15px;
}
.box-large-normal .position02 {
	float: right;
	width: 250px;
	padding-left: 15px;
	border-left: 1px dotted #CCC;
}
.box-large-normal h4 {
	margin-bottom: 5px;
	padding: 0 0 0 12px;
	border-left: 3px solid #333333;
	line-height: 1.2;
}
.box-large-normal p {
	margin: 0 15px 10px;
}
.box-large-normal ul {
	margin: 0 15px 0 30px;
	list-style-type: disc;
}
p {
	margin-bottom: 10px;
}
p.notice {
	margin: 0 10px 20px;
}



img.new {
	margin-right: 5px;
	vertical-align: middle;
}







div.product-info {
	display: inline-block;
}
div.product-info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:1.1;
	font-size:1%;
}
/*\*/
* html div.product-info {
	height: 1%;
}
div.product-info {
	display: block;
}
/**/


div.product-info .img {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}
div.product-info .spec {
	float: right;
	width: 500px;
}
div.product-info .spec p {
	line-height: 1.3;
}
div.product-info .spec table {
	width: 500px;
	margin-bottom: 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
}
div.product-info .spec table th {
	padding: 3px 5px;
	background: #333;
	color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
div.product-info .spec table td {
	padding: 3px 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
div.product-info .spec table td.color {
	background: #f7f7f7;
}
div.product-info .spec table td.number {
	text-align: right;
	font-weight: bold;
}
div.product-info .spec table td img {
	vertical-align: middle;
	padding: 0 2px 0 0;
	line-height: 0;
}
table.spec {
	padding: 10px;
	border: none;
	background: #e5f1f9;
	width:670px;
}
table.spec th {
	width: 80px;
	vertical-align: top;
}
table.spec td {
	vertical-align: top;
}
table.spec td.rohs {
	vertical-align: bottom;
}
/*製品ページで使用*/

.box-large-normal dl {
	display: inline;
	float: left;
	width: 315px;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 15px;
	background: url(/common/img_v2/bg_recommend_btm.gif) no-repeat left bottom;
}
.box-large-normal dl.box-right {
	margin-left: 0;
	margin-right: 15px;
}
.box-large-normal dl dt {
	padding: 15px 15px 10px;
	background: url(/common/img_v2/bg_recommend_top.gif) no-repeat left top;
	font-size: 134%;
	color: #000;
}
.box-large-normal dl dt span {
	display: block;
	font-weight: normal;
	font-size: 64%;
	color: #376095;
}
.box-large-normal dl dd {
	line-height: 1.5em;
}
.box-large-normal dl dd.img {
	float: right;
	padding: 0 15px 10px 10px;
}
.box-large-normal dl dd.txt {
	margin-left: 15px;
}
.box-large-normal dl dd.link {
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 12px;
	background: url(/common/img_v2/icon_arrow01.gif) no-repeat left 4px;
	font-size: 86%;
}
div#contents .box-large-normal dl dd.link a {
	color: #4F9BD8;
}
/*製品ページで使用*/

.box-large-recommend {
	width: 700px;
	margin: 0 10px 10px;
	padding-bottom: 15px;
	background: url(/common/img_v2/bg_largebox_btm.gif) left bottom no-repeat;
}
.box-large-recommend h5 {
	padding: 15px 15px 0;
	background: url(/common/img_v2/bg_largebox_top.gif) left top no-repeat;
}
.box-large-recommend h5 span {
	display: block;
	padding-left: 10px;
	border-left: 3px solid #333333;
}
.box-large-recommend p {
	margin: 0 20px;
}
.box-large-recommend ul {
	margin: 0 15px 0 30px;
	list-style-type: disc;
}
.box-large-recommend dl {
	display: inline;
	float: left;
	width: 330px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	/* padding-bottom: 15px; */
	background: url(/common/img_v2/bg_recommend_btm.gif) no-repeat left bottom;
}
.box-large-recommend dl.box-right {
	margin-left: 0;
	margin-right: 15px;
}
.box-large-recommend dl dt {
	padding: 15px 15px 10px;
	background: url(/common/img_v2/bg_recommend_top.gif) no-repeat left top;
	font-size: 134%;
	color: #000;
}
.box-large-recommend dl dt span {
	display: block;
	font-weight: normal;
	font-size: 64%;
	color: #376095;
}
.box-large-recommend dl dd {
	line-height: 1.5em;
}
.box-large-recommend dl dd.img {
	float: right;
	padding: 0 15px 10px 0;
	margin-left: 15px !important;
}
.box-large-recommend dl dd.txt {
	margin-left: 15px;
}
.box-large-recommend dl dd.link {
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 12px;
	background: url(/common/img_v2/icon_arrow01.gif) no-repeat left 4px;
	font-size: 86%;
}
div#contents .box-large-recommend dl dd.link a {
	color: #4F9BD8;
}
/* サポートボックス -------------------------------------*/

/*枠*/

#box-support {
	width: 900px;
	margin: 0 auto 8px;
	background: url(/common/img_v2/bg_footsupport_btm.gif) no-repeat left bottom;
	text-align: left;
	line-height: 0;
}
#box-support-inner {
	padding: 15px 0;
	background: url(/common/img_v2/bg_footsupport_top.gif) no-repeat left top;
}
/*左・中・右要素*/

#box-support-inner dl#list-contact, #box-support-inner dl#list-purchase, #box-support-inner dl#list-support {
	display: inline;
	float: left;
	margin: 0 7px 0 15px;
}
#box-support-inner dl#list-purchase {
	width: 200px;
}
#box-support-inner dl#list-contact {
	width: 480px;
}
#box-support-inner dl#list-contact dd {
	width: 232px;
	line-height: 120%;
}
#box-support-inner dl#list-contact dd ul li {
	background: url(/common/img_v2/icon_arrow01.gif) no-repeat scroll 0px 3px transparent;
	padding-left: 12px;
	line-height: 150%;
}
#box-support-inner dl#list-contact dd span{
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 10px;
}
#box-support-inner dl#list-support {
	width: 150px;
}
/*要素詳細*/

#box-support-inner dl dt {
	margin-bottom: 2px;
}
#box-support-inner dl dd {
	display: inline;
	float: left;
	margin: 10px 8px 0 0;
}
#box-support-inner dl dd a {
	white-space: nowrap;
}
#box-support-inner dl#list-contact dd, #box-support-inner dl#list-support dd {
}
#box-support-inner:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#box-support-inner {
	display:inline-block;
}
/*\*/
* html #box-support-inner {
	height:1%;
}
#box-support-inner {
	display:block;
}
/**/



/* --------------------------------------------------------------------------------------
 サイドカラム
 ・サイドナビ
 ・テキストリンクセット
 ・サムネイルセット
 ・バナーセット
 ・特設リンクセット
--------------------------------------------------------------------------------------- */

/* サイドナビ ------------------------------------------------------------------------- */

dl.sidenavi {
	width: 200px;
	margin-bottom: 10px;
	background: url(/common/img_v2/bg_smallbox_btm.gif) left bottom no-repeat;
	line-height: 1.5em;
}
/*見出し*/

dl.sidenavi dt {
	padding: 3px 10px;
	background: url(/common/img_v2/bg_sidehead.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
}

div#contents dl.sidenavi dt a {
	display: block;
	padding-right: 14px;
	background: url(/common/img_v2/bg_sidehead_arrow.gif) right center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
/*dd=上階層メニュー, ul li=下階層メニュー*/

dl.sidenavi dd {
	width: 198px;
	margin: 0 1px;
	padding: 7px 0 6px;
	border-bottom: 1px solid #E1E1E1;
}
dl.sidenavi dd ul li {
	padding: 7px 0 6px;
	background: url(/common/img_v2/line_dot_gray.gif) no-repeat left bottom;
}
dl.sidenavi dd a {
	display: block;
	padding: 0 10px 0 25px;
	background: url(/common/img_v2/icon_arrow01.gif) no-repeat 12px 5px;
}
dl.sidenavi dd ul li a {
	display: block;
	padding: 0 10px 0 39px;
	background: url(/common/img_v2/icon_arrow02.gif) no-repeat 27px 5px;
}
dl.sidenavi dd ul {
	margin: -7px 0 -6px;
}
dl.sidenavi dd.current {
	background: #EDF4F9;
}
dl.sidenavi dd ul li.current {
	background: #EDF4F9 url(/common/img_v2/line_dot_gray.gif) no-repeat left bottom;
}
dl.sidenavi dd.last {
	border-bottom: none;
}
dl.sidenavi dd ul li.last {
	background-image: none;
}
/*  テキストリンクセット ------------------------------------------------------*/

dl.set-txtlink {
	width: 240px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(/common/img_v2/bg_smallbox_btm.gif) left bottom no-repeat;
	line-height: 1.5em;
}
/*見出し*/

dl.set-txtlink dt {
	padding: 3px 10px;
	background: url(/common/img_v2/bg_sidehead.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
}

div#contents dl.set-txtlink dt a {
	display: block;
	padding-right: 14px;
	background: url(/common/img_v2/bg_sidehead_arrow.gif) right center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
/*メニュー*/

dl.set-txtlink dd {
	width: 238px;
	margin: 0 1px;
	padding: 7px 0 6px;
	border-bottom: 1px dotted #E1E1E1;
}
dl.set-txtlink dd a {
	display: block;
	padding: 0 10px 0 20px;
	background: url(/common/img_v2/icon_arrow07.gif) no-repeat 12px 5px;
}
dl.set-txtlink dd.last {
	border-bottom: none;
}
/*  画像バナーセット ------------------------------------------------------*/

div.set-imgbanner {
	width: 200px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(/common/img_v2/bg_smallbox_btm.gif) left bottom no-repeat;
	line-height: 1.5em;
}

/*見出し*/

div.set-imgbanner p {
	padding: 3px 10px;
	background: url(/common/img_v2/bg_sidehead.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
}

div#contents div.set-imgbanner p a {
	display: block;
	padding-right: 14px;
	background: url(/common/img_v2/bg_sidehead_arrow.gif) right center no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

/*メニュー*/

div.set-imgbanner dt {
	margin: 10px 7px 5px;
	padding-left: 5px;
	border-left: 3px solid #333;
	font-weight: bold;
}
div.set-imgbanner dd {
	margin: 5px;
}
/* サムネイルセット、複数リンクセット -------------------------------------------------------*/

div.set-thumbnail, div.set-listlink {
	width: 240px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(/common/img_v2/bg_smallbox_btm.gif) left bottom no-repeat;
	line-height: 1.5em;
}
/*見出し*/

div.set-thumbnail p, div.set-listlink p {
	padding: 3px 12px;
	background: url(/common/img_v2/bg_sidehead.gif) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
}

div.set-listlink p.linked a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 14px;
	background: url(/common/img_v2/bg_sidehead_arrow.gif) right center no-repeat;
}

/*1セット*/

div.set-thumbnail dl, div.set-listlink dl {
	width: 220px;
	margin: 10px 10px 0;
	padding-bottom: 8px;
	background: url(/common/img_v2/line_dot_gray.gif) no-repeat left bottom;
}
div.set-thumbnail dl.last, div.set-listlink dl.last {
	padding: 0;
	background: none;
}
/*小見出し*/

div.set-thumbnail dl dt, div.set-listlink dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}
/*画像・テキスト・リンク*/

div.set-thumbnail dl dd, div.set-listlink dl dd {
}
div.set-thumbnail dl dd.img {
	float: right;
	padding: 0 0 10px 10px;
}
div.set-thumbnail dl dd.txt {
	float: left;
	width: 150px;
	margin-bottom: 5px;
}
div.set-listlink dl dd.txt {
	margin-bottom: 5px;
}
div.set-thumbnail dl dd.more, div.set-listlink dl dd.more {
	clear: both;
	width: 208px;
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(/common/img_v2/icon_arrow01.gif) left 5px no-repeat;
}
div.set-thumbnail dl dd.more a, div.set-listlink dl dd.more a {
	color: #4F9BD8;
}
div.set-thumbnail dl:after, div.set-thumbnail:after,
div.set-listlink dl:after, div.set-listlink:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.set-thumbnail dl, div.set-thumbnail,
div.set-listlink dl, div.set-listlink {
	display:inline-block;
}
/*\*/
* html div.set-thumbnail dl, * html div.set-thumbnail,
* html div.set-listlink dl, * html div.set-listlink {
	height:1%;
}
div.set-thumbnail dl, div.set-thumbnail,
div.set-listlink dl, div.set-listlink {
	display:block;
}
/**/


/*バナー ---------------------------------*/

ul.banner-btm {
	margin: 0 0 20px 10px;
}

ul.banner-btm li {
	float: left;
	width: 340px;
	background: url(/common/img_v2/bg_bnr_btm.gif) no-repeat left bottom;
}

ul.banner-btm li dl {
	margin-right: 10px;
	padding: 15px 15px 0 15px;
	background: url(/common/img_v2/bg_bnr_top.gif) no-repeat left top;
}

ul.banner-btm li dl dt {
	display: inline;
	float: left;
	padding: 0 15px 15px 0;
}

ul.banner-btm li dl dd.txt {
	margin-bottom: 5px;
}

ul.banner-btm li dl dd.more {
	padding: 0 0 15px 0;
	font-size: 86%;
}

div#contents ul.banner-btm li dl dd.more a {
	padding-left: 12px;
	background: url(/common/img_v2/icon_arrow01.gif) no-repeat left 2px;
	color: #4F9BD8;
}


ul.banner-btm:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.banner-btm { display: inline-block; }
/*\*/
* html ul.banner-btm { height: 1%; }
html ul.banner-btm { display: block; }
/**/

/* バナーセット -------------------------------------------------------------- */

div.set-banner {
	width: 200px;
	color: #868686;
	font-size: 80%;
	line-height: 1.3em;
}
div.set-banner dl dt {
	margin-bottom: 5px;
}
div.set-banner dl dd {
	margin-bottom: 10px;
}

/* FUNセット -------------------------------------------------------*/

div.set-fun {
	width: 240px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

div.set-fun div.set-fun-innerframe {
	width: auto;
	border: solid 3px #0099cb;
	border-radius: 5px;
}

div.set-fun div.set-fun-innerbox {
	width: 234px;
	border-bottom: solid 3px #0099cb;
}

div.set-fun-review {
	width: 700px;
	margin: 10px;
	padding: 15px 0;
	line-height: 1.5em;
}

div.set-fun-review div.set-fun-review-innerframe {
	width: auto;
	border: solid 3px #0099cb;
	border-radius: 5px;
}

div.set-fun-review div.set-fun-review-innerbox div{
	width: 654px;
	border-top: 1px dotted #cccccc;
	margin: 0 10px;
	padding: 15px 10px;
}

div.set-fun-review div.set-fun-review-innerbox div.first{
	border-top: none;
	padding-top:5px;
}

div.set-fun-review div.set-fun-review-innerbox div span{
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(/common/img_v2/review_arrow.gif) no-repeat left 4px;
}

div.set-fun-review div.set-fun-review-innerbox div.reviewBlueBox{
	width: 654px;
	margin: 10px;
	padding: 10px;
	border: none;
	border-radius: 5px;
	background-color: #0099cb;
	color: #ffffff;
	min-height: 
}

div.set-fun-review div.set-fun-review-innerbox div.reviewBlueBox span.lead{
	line-height: 120%;
	font-size: 90%;
}

div.set-fun-review div.set-fun-review-innerbox div.reviewBlueBox a{
	color: #ffffff;
}

/*1セット*/

div.set-fun dl {
	width: 210px;
	margin: 10px 10px 0;
}
div.set-fun div.set-fun-innerframe div.last {
	border-bottom: none;
}
/*小見出し*/

div.set-fun dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}
/*画像・テキスト・リンク*/

div.set-fun dl dd {
}
div.set-fun dl dd.img {
	float: right;
	padding: 0 0 10px 10px;
}
div.set-fun dl dd.txt {
	margin-bottom: 5px;
}
div.set-fun dl dd.more {
	clear: both;
	width: 168px;
	padding: 0 0 8px 12px;
	background: url(/common/img_v2/icon_arrow01.gif) left 5px no-repeat;
}
div.set-fun dl dd.more a {
	color: #4F9BD8;
}
div.set-fun dl:after, div.set-fun:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.set-fun dl, div.set-fun {
	display:inline-block;
}
/*\*/
* html div.set-fun dl, * html div.set-fun {
	height:1%;
}
div.set-fun dl, div.set-fun {
	display:block;
}
/**/

div.set-fun-review div.set-fun-review-innerbox img.bnr {
	float: right;
	margin: 0 10px;
}

div.set-fun-review div.set-fun-review-innerbox p {
	margin: 0 10px 10px;
	font-size: 90%;
}



/*  特設セット -------------------------------------------------------------*/

dl.set-special {
	width: 240px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(/common/img_v2/bg_blackbox_btm.gif) left bottom no-repeat;
	line-height: 1.5em;
}
/*バナー部分*/

dl.set-special dt {
	padding: 5px;
	background: url(/common/img_v2/bg_blackbox_top.gif) left top no-repeat;
}
/*メニュー*/

dl.set-special dd {
	margin: 0 5px;
	background: url(/common/img_v2/bg_blackin_btm.gif) left bottom no-repeat;
}
dl.set-special dd ul {
	margin: 0;
	padding: 0;
	background: url(/common/img_v2/bg_blackin_top.gif) left top no-repeat;
}
dl.set-special dd ul li {
	margin: 0 7px;
	padding: 5px 0 5px 12px;
	background: url(/common/img_v2/icon_arrow08.gif) left 11px no-repeat;
	border-bottom: 1px dotted #999;
}
div#column-right dl.set-special dd ul li a {
	font-size: 86%;
}
dl.set-special dd ul li.last {
	border-bottom: none;
}
/* --------------------------------------------------------------------------------------
  製品一覧（下部）
--------------------------------------------------------------------------------------- */

div.products-list {
	width: 900px;
	margin-top: 20px;
	padding-bottom: 4px;
	background: #f5f5f5 url(/common/img_v2/bg_prod_list_btm.gif) no-repeat left bottom;
	font-size: 86%;
	line-height: 1.4em;
}
#contents div.products-list-in {
	width: 900px;
	padding-top: 4px;
	background: url(/common/img_v2/bg_prod_list_top.gif) no-repeat;
}
#contents div.products-list h2 {
	margin: 0;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	background: none;
}
#contents div.products-list h2 span {
	display: block;
	margin: 0 17px;
	padding: 8px 0 12px;
	background: url(/common/img_v2/line_dot_gray.gif) repeat-x left bottom;
}
div.products-list div.list-menu {
	padding: 10px 15px 0;
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}
div.products-list div.list-menu ul {
	padding-bottom: 10px;
}
div.products-list div.list-menu ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.products-list div.list-menu ul {
	display:inline-block;
}
/*\*/
* html div.products-list div.list-menu ul {
	height:1%;
}
div.products-list div.list-menu ul {
	display:block;
}
/**/

div.products-list div.list-menu li {
	display: inline;
	padding: 0 15px;
	background: url(/common/img_v2/icon_arrow02.gif) no-repeat 0 .1em;
	font-weight: bold;
}
/* --------------------------------------------------------------------------------------
  ニュース
--------------------------------------------------------------------------------------- */

/*上部リスト（灰色部分）*/

.info-head {
	margin-bottom: 15px;
	padding: 15px;
	background: #F5F5F5;
	border: 1px solid #E1E1E1;
}
ul.marker li {
	list-style-type: none;
	padding-left: 13px;
	background: url(/common/img_v2/icon_arrow03.gif) left 6px no-repeat;
}
.inner ul.marker li {
	margin-left: -13px;
}
div#column-left ul.marker li a {
	color: #4F9BD8;
}
/*見出し（一月）単位*/

.info-container {
	margin-bottom: 30px;
}
/*記事単位*/

.info-container dl {
	width: 670px;
	margin: 10px 10px 0;
	padding-top: 10px;
	background: url(/common/img_v2/line_dot_gray.gif) left top repeat-x;
}
/*日付・画像・カテゴリーアイコン・リンク・本文（タイトル）*/

.info-container dl dt {
	float: left;
	width: 80px;
	margin-right: 10px;
	font-weight: bold;
}
.info-container dl dd.img {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.info-container dl dd.category {
	float: right;
	width: 470px;
	margin: 0 0 5px 0;
}
.info-container dl dd.category img {
	vertical-align: middle;
	margin-right: 10px;
}
.info-container dl dd.category a {
	color: #4F9BD8;
	margin: 2px 0 10px 0;
	padding-left: 13px;
	background: url(/common/img_v2/icon_arrow03.gif) left 50% no-repeat;
}
.info-container dl dd.category a:hover {/*20080722*/
	background: url(/common/img_v2/icon_arrow03.gif) left 50% no-repeat;
}
.info-container dl dd.title {
	float: right;
	width: 470px;
}
.info-container dl dd.product {
	float: right;
	width: 470px;
}
.info-container dl.first {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
.info-container dl.sameday {
	background : url(/common/img_v2/line_dot_gray.gif) no-repeat 85px top;
}
.info-container dl.sameday dt {
	width: 0;
}
.info-container dl.sameday dd.img {
	padding-left: 90px;
}
.info-container dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.info-container dl {
	display:inline-block;
}
/*\*/
* html .info-container dl {
	height:1%;
}
.info-container dl {
	display:block;
}
/**/

/* freeicon */

.freeicon { display: inline-block;}
.freeicon:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height:1.1; font-size:1%; }
/*\*/
* html .freeicon { height: 1%;}
.freeicon { display: block;}
/**/

.freeicon li {
	float: left;
	padding: 0 10px 10px 0;
}


/* freeHTML */

.freehtml {
	padding-bottom: 10px;
}

.freehtml div {
	padding: 0 0 20px 0;
}

.freehtml div.img-caption01 {
	float: right;
	text-align: center;
	padding-bottom: 10px;
}

.freehtml div.img-caption02 {
	float: left;
	text-align: center;
}

.freehtml ul li {
	margin-left: 20px;
}

.freehtml dl dt {
	font-weight: bold;
}

.freehtml dl dd {
	margin-left: 20px;
}

.freehtml h3 {
	margin-left: 10px;
}

/* ニュース用スペーサー */

p.spacer {
	border-top: 1px solid #DFDFDF;
}

/* 個別デザイン用（2010.2.8追加, 2024.5.31更新） */

.solidbox { /* 1pxグレー枠 */
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	width: 666px;
}
.whiteBox { /* 角丸1pxグレー枠 */
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 15px;
}

.graybox { /* グレー背景 */
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	margin: 10px 0px 10px 0;
	padding: 5px;
}


.leftfloat { /* 要素左寄せ */
	float: left;
	margin: 5px 10px 5px 0;
}

.rightfloat { /* 要素右寄せ */
	float: right;
	margin: 5px 0 5px 10px;
}

.clear{
	clear:both;
}

.leftblue {
	border-left: 4px solid #0075C1;
	clear:both;
	padding: 5px; 
}

.bold {
	font-weight: bold;
}

/* ページリンクリスト（2010.2.8追加） ----------------------------------------*/

ul.list-pagelink {
	width: 680px !important;
	margin: 0 0 15px 10px;
}
	ul.list-pagelink:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	ul.list-pagelink {display:inline-block;}
	/* Hide from IE-mac \*/
	*html ul.list-pagelink { height:1%;}
	ul.list-pagelink { display:block;}
	/* End hide form IE-mac */


ul.list-pagelink li {
	display: inline;
	float: left;
	margin-right: 25px; 
}

ul.list-pagelink li a {
	display: block;
	padding-left: 15px;
	background: url(/common/img_v2/icon_pagelink.gif) no-repeat left 6px;
	white-space: nowrap;
}

/* カタログレイアウト（2011.5.10追加） ----------------------------------------*/

.catalog_info {
	width: 540px;
}

.catalog_info p.pdf_dl {
	margin:10px 0 10px 0;
	text-align: right;
}

.catalog_info p.pdf_dl img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}



