@charset "utf-8";
/* ジャー炊飯器 下層共通スタイル */


/***************************************************************************
 * コンテンツ
 ***************************************************************************/

/* ページタイトル */
#main h2.pageTtl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  background: #ccc;
  font-size: 171.428571429%; /* 24px */
  line-height: 1.1;
  font-weight: bold;
  background: url(../img/bg_catttl_default.jpg) no-repeat;
}
#main h2.pageTtl span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#main h2.pageTtl span span {
  display: inline;
  line-height: 1.2;
  vertical-align: text-top;
}
#main h2.pageTtl span .small {
  font-size: 58.333333333%; /* 14px */
}
#main h2.pageTtl span.pct{
  padding-top: 20px;
}
#main h2.pageTtl span img{
  vertical-align: middle;
}
#main h2.pageTtl .after {
  height: 105px;
}
#main h2.pageTtl em {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px 20px 6px;
  background: #625a5a;
  font-size: 54.166666667%; /* 24px -> 13px */
  font-weight: normal;
}

#content.cat-intro #main h2.pageTtl {
  background: url(../img/bg_catttl_introduction.jpg) no-repeat;
}
#content.cat-forte #main h2.pageTtl {
  background: url(../img/bg_catttl_forte.jpg) no-repeat;
}
#content.cat-forte-hoon #main h2.pageTtl {
  background: url(../img/bg_catttl_forte-hoon.jpg) no-repeat;
}
#content.cat-forte-renzoku #main h2.pageTtl {
  background: url(../img/bg_catttl_forte-renzoku.jpg) no-repeat;
}
#content.cat-forte-sumi #main h2.pageTtl {
  background: url(../img/bg_catttl_forte-sumi.jpg) no-repeat;
}
#content.cat-forte-takiwake #main h2.pageTtl {
  background: url(../img/bg_catttl_forte-takiwake.jpg) no-repeat;
}
#content.cat-forte-useful #main h2.pageTtl {
  background: url(../img/bg_catttl_forte-useful.jpg) no-repeat;
}


#content.cat-product #main h2.pageTtl {
  background: url(../img/bg_catttl_product.jpg) no-repeat;
}
#content.cat-product-kamado #main h2.pageTtl {
  background: url(../img/bg_catttl_product-kamado.jpg) no-repeat;
}
#content.cat-product-steamless_sumitaki #main h2.pageTtl {
  background: url(../img/bg_catttl_product-steamless_sumitaki.jpg) no-repeat;
}
#content.cat-product-honsumi #main h2.pageTtl {
  background: url(../img/bg_catttl_product-honsumi.jpg) no-repeat;
}
#content.cat-product-sumitaki #main h2.pageTtl {
  background: url(../img/bg_catttl_product-sumitaki.jpg) no-repeat;
}

#content.cat-product-allspec #main h2.pageTtl {
  background: url(../img/bg_catttl_product-allspec.jpg) no-repeat;
}

#content.cat-product-related #main h2.pageTtl {
  background: url(../img/bg_catttl_product-related.jpg) no-repeat;
}
#content.cat-product-function #main h2.pageTtl {
  background: url(../img/bg_catttl_function.jpg) no-repeat;
}
#content.cat-support #main h2.pageTtl {
  background: url(../img/bg_catttl_support.jpg) no-repeat;
}
#content.cat-setsuden #main h2.pageTtl {
  background: url(../img/bg_catttl_setsuden.jpg) no-repeat;
}



/*#content.cat-saving #main h2.pageTtl {
  background: url(../img/bg_catttl_saving.jpg) no-repeat;
}
#content.cat-function #main h2.pageTtl {
  background: url(../img/bg_catttl_product.jpg) no-repeat;
}
#content.cat-support #main h2.pageTtl {
  background: url(../img/bg_catttl_support.jpg) no-repeat;
}*/


#main div.pageTtl h2 {
  position: relative;
  padding-top: 2px;
  padding-left: .125em;
  font-size: 150%; /* 18px */
  font-weight: bold;
  line-height: 1.428571429; /* 30px */
  background: url(../img/bg_ttl_hd.gif) no-repeat;
  z-index: 1;
}
#main div.pageTtl h2 span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#main div.pageTtl h2 span.after {
  height: 3.8em;
}

/* 製品ページタイトル */
#main .productTtl {
  margin-bottom: 20px;
}

#main .productOutline {
  position: relative;
  margin-bottom: 35px;
  background: url(../img/productoutline_bg.gif) repeat-x;
  /zoom: 1;
}
#main .productOutline:after {
  content: "";
  display: block;
  clear: both;
}
#main .productOutline .ttl,
#main .productOutline .feature,
#main .productOutline .logo {
  position: absolute;
}
#main .productOutline .ttl {
  top: 20px;
  left: 20px;
  font-size: 128.571428571%; /* 18px */
  font-weight: bold;
  line-height: 1.444444444; /* 26px */
}
#main .productOutline .ttl .small {
  font-weight: normal;
  font-size: 77.777777778%; /* 14px */
}
#main .productOutline .feature {
	left: 20px;
	top: 232px;
}
#main .productOutline .logo {
	left: 345px;
	top: 0;
}
#main .productOutline .product {
  float: right;
}
#content.cat-be-k #main .productOutline .feature {
  top: 106px;
}
#content.cat-be-k #main .productOutline .logo {
  left: 232px;
}
#content.cat-stickcleaner #main .productOutline .feature {
  bottom: 110px;
}


/* ページ内ナビ */
#main .intlNav {
  clear: both;
  margin: 25px 0;
  margin-left: .5em;
 /* font-size: 92.857142857%; *//* 13px */
 font-weight: bold;
  line-height: 1;
  /line-height: normal;
  border-left: 1px solid #8f8f8f;
  overflow: hidden;
  /zoom: 1;
}
#main .intlNav li {
  float: left;
  padding: 0 1.5em;
  border-right: 1px solid #8f8f8f;
}
#main .intlNav li a {
  color: #333;
}
#main .intlNav li a:hover{
  color: #07c;
}

/* 別ページナビ */
#main .pageNav {
  position: relative;
  clear: both;
  margin: 25px 0;
  margin-left: -1px;
  overflow: hidden;
  /zoom: 1;
}
#main .pageNav li {
  float: left;
  /display: inline;
  margin-left: 1px;
  width: 338px;
  background: url(../img/bg_intlnav.gif);
  vertical-align: top;
}
#main .pageNav li.current {
  float: left;
  /display: inline;
  margin-left: 1px;
  width: 338px;
  background: url(../img/bg_intlnav_current.gif);
  vertical-align: top;
  font-weight:bold;
}
#main .pageNav li a {
  display: block;
  padding: 12px 12px 12px 32px;
  background: url(../img/icn_link02.gif) no-repeat 12px 48%;
  color: #333;
}
#main .pageNav li a:hover{
  color: #07c;
  text-decoration: none;
}
#main .pageNav.pageNav02 li a {
  background: url(../img/icn_link05.gif) no-repeat 12px 48%;
  font-weight: bold;
}
#main .pageNav.pageNav03 li{
  margin-bottom: 1px;
  background-image: none;
  background-color: #efeeee;
}
#main .pageNav.pageNav03 li a{
  padding: 7px 12px 7px 32px;
}

/* セクション */
#main .section {
  margin-top: 1.5em;
  margin-bottom: 40px;
  /zoom: 1;
}
#main .section:after {
  content: "";
  display: block;
  clear: both;
}
#main .section .secTtl {
  position: relative;
  margin-bottom: 20px;
  padding: .5em 0;
  font-size: 128.571428571%; /* 18px */
  font-weight: bold;
  background: url(../img/bg_ttl_hd.gif) no-repeat 0 100%;
  z-index: 1;
}
#main .section .secTtl .small {
  position: relative;
  top: -2px;
  padding: 2px 5px 2px 5px;
  color: #555;
  font-size: 66.666666667%; /* 18px -> 12px */
  font-weight: normal;
  border: 1px solid #999;
}
#main .section .secTtl a {
  color: #333;
  text-decoration: underline;
}
#main .section .secTtlSpec {
  margin-bottom: 20px;
  padding: 4px 3px 3px;
  font-size: 114.285714286%; /* 16px */
  font-weight: bold;
  border: 1px solid #b3b3b3;
  line-height: 1.5; /* 24px */
  background: url(../img/bg_secttlspec.gif) repeat-x;
}
#main .section .secTtlSpec span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-left: 8px;
  border-left: 4px solid #a6343b;
}
#main .section .secTtl img{
  vertical-align: bottom;
}
#main .section .secTtl span.note{
  font-size: 66.666666667%; /* 18px -> 12px */
  font-weight: normal;
}
#main .section .secTtl02{
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 114.285714286%;
	padding-left: 9px;
	border-left: 3px solid #a6343b;
	padding-top: 1px;
}

#main .section p,
#main .section ol,
#main .section ul,
#main .section table {
  margin-bottom: 1em;
}
#main .section .small {
  font-size: 85.714285714%; /* 12px */
}

/* テキスト */
#main .alL {
}
#main .alR {
  text-align: right;
}
#main .alC {
  text-align: center;
}

/* 画像 */
#main .pctR {
  float: right;
  margin: 0 0 1.25em 19px;
}
#main .pctL {
  float: left;
  margin: 0 19px 1.25em 0;
  _margin-right: 18px;/*IE6*/
}
#main .pct1cl{
  margin: 1.5em 0;
}
#main .pct1cl02{
  margin: 0 0 3em;
}

/* 画像サムネイル・キャプション */
.pctBox{
  margin-bottom: 1em;
}
.pctBox .pct{
  margin-bottom: 5px;
}
.pctBox .caption{
	margin-bottom: 0;
	font-size: 85.7143%; /* 12px */
}

/* 三菱ジャー炊飯器のご紹介 */
#main .intro {
  clear: both;
  background: #f5f5f5;
  overflow: hidden;
  /zoom: 1;
  padding-bottom: 10px;
  letter-spacing: -0.4em;
}
#main .intro dt {
  padding: 7px 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  background: url(../img/bg_intro_ttl.gif) no-repeat;
  border-bottom: 1px solid #fff;
  letter-spacing: normal;
}
#main .intro dd {
  /*float: left;*/
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
* html #main .intro dd{
    display: inline;
    zoom: 1;
}/* IE6 */
*:first-child+html #main .intro dd{
    display: inline;
    zoom: 1;
}/* IE7 */
#main .intro dd a {
  display: block;
  width: 309px;
  padding: 10px 0 10px 20px;
  color: #1a1a1a;
  overflow: hidden;
  /zoom: 1;
}
#main .intro dd .pct {
  float: left;
  font-size: 10px;
  text-align: center;
}
#main .intro dd .pct img:not(:last-child) {
  margin-bottom: 5px;
}
#main .intro dd .txt {
  display: block;
  margin-left: 110px;
}
#main .intro dd .logo {
  margin-bottom: 0.5em;
}
#main .intro dd .link {
  display: block;
  padding-left: 20px;
  background: url(../img/icn_link02.gif) no-repeat 0 .25em;
}

#main .panelList {
  margin-left: -19px;
  margin-bottom: 40px !important;
  overflow: hidden;
  /zoom: 1;
}
#main .secTtl + ul.panelList,
#main .secTtl + ul.movieList {
  margin-top: -21px;
}
#main .panelList li {
  float: left;
  /display: inline;
  width: 329px;
  margin-left: 19px;
}
#main .panelList li.full {
  width: 677px;
}
#main .panelList.col3 li {
  width: 211px;
}
#main .panelList.col3 li .pct img {
  border: 1px solid #dadada;
}
#main .panelList li .ttl {
  font-weight: bold;
  text-align: center;
  line-height: 1.142857143; /* 16px */
  border-top: 1px dotted #555;
}
#main .panelList.first li .ttl {
  border-top: none;
}
#main .panelList.border li .ttl {
  border-bottom: 1px dotted #555;
}
#main .panelList li .ttl a {
  display: block;
  color: #333;
}
#main .panelList li .ttl a:hover {
  color: #07c;
  background: #dff5ff;
}
#main .panelList li .ttl span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#main .panelList li .ttl a span {
  padding-left: 14px;
  background: url(../img/icn_link03.gif) no-repeat 0 48%;
  text-align: left;
}
#main .panelList li .ttl span.after {
  height: 3.8em;
  padding-left: 0;
  background: none;
}
#main .panelList li .txt {
  margin-top: .5em;
}
#main .panelList.pctonly{
  padding-top: 20px;
}
#main .panelList.pctonly li{
  margin-bottom: 20px;
}

/* 動画でチェック */
#main .pickupMovie {
  padding: 20px;
  background: #666666 url(../img/bg_movie.gif) repeat;
  overflow: hidden;
  /zoom: 1;
  _padding-right: 10px;/*IE6*/
}
#main .pickupMovie .movie {
  float: left;
  width: 311px;
  text-align: center;
}
#main .pickupMovie .movie a {
  display: block;
  text-decoration: none;
}
#main .pickupMovie .detail {
  margin-left: 328px;
  color: #fff;
}
#main .pickupMovie .detail .note {
  color: #ccc;
}
#main .pickupMovie .detail .movieTtl {
  margin: .75em 0 .5em;
  font-size: 128.571428571%; /* 18px */
  font-weight: bold;
}

#main .movieList {
  margin-left: -19px;
  overflow: hidden;
  /zoom: 1;
}
#main .movieList li {
  float: left;
  width: 213px;
  margin-left: 19px;
  /display: inline;
  text-align: center;
  border-top: 1px dotted #555;
}
#main .movieList li a {
  display: block;
  color: #333;
  text-decoration: none;
}
#main .movieList li .ttl {
  line-height: 1.142857143; /* 16px */
}
#main .movieList li .ttl span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#main .movieList li .ttl span.after {
  height: 3.8em;
}
#main .movieList li .cap,
#main .pickupMovie .movie .cap {
  display: block;
  position: relative;
}
#main .movieList li .cap .mask,
#main .pickupMovie .movie .cap .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main .movieList li .cap .mask {
  background: url(../img/movielist_play.png) no-repeat;
}
#main .pickupMovie .movie .cap .mask {
  background: url(../img/movielist_play_large.png) no-repeat;
}
#main .movieList li a:hover .cap .mask,
#main .pickupMovie .movie a:hover .cap .mask {
  background-position: 0 100%;
}
#main .movieList li .cap img {
  border: 1px solid #dadada;
}
#main .pickupMovie .movie .txt,
#main .movieList li .txt {
  display: block;
  margin-top: 1px;
  padding: .65em 0;
  color: #58b5f0;
  background: #333;
}
#main .pickupMovie .movie a:hover .txt,
#main .movieList li a:hover .txt {
  background: #406580;
}
#main .pickupMovie .movie .txt span,
#main .movieList li .txt span {
  padding-right: 15px;
  background: url(../img/icon_link_blank_blue.gif) no-repeat 100% .3em;
}

/* デコ家電 */
#main .decoList {
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}
#main .decoList li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  width: 213px;
}
#main .decoList li dd {
  font-size: 92.857142857%; /* 13px */
  color: #404040;
}

/* サイクロン式と紙パック式 */
#main .dataTable {
  width: 100%;
}
#main .dataTable th,
#main .dataTable td {
  padding: 13px;
  border: 1px solid #959595;
  vertical-align: top;
}
#main .dataTable th {
  font-weight: bold;
}
#main .dataTable td {
  font-size: 85.714285714%; /* 12px */
}
#main .dataTable td p,
#main .dataTable td li {
  margin-bottom: .5em;
}
#main .dataTable td li {
  position: relative;
  padding-left: 1em;
}
#main .dataTable td li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: center;
}
#main .dataTable td strong {
  color: #b01a65;
  font-weight: normal;
}
#main .dataTable thead th,
#main .dataTable thead td {
  background: #dfe6f5;
}
#main .dataTable thead th {
  font-weight: bold;
  font-size: 128.571428571%; /* 18px */
}
#main .dataTable thead th strong {
  display: block;
  margin-bottom: .8em;
  font-size: 111.111111111%; /* 20px */
  text-align: center;
}
#main .dataTable thead th .small {
  font-weight: normal;
  font-size: 66.666666667%; /* 12px */
}
#main .dataTable tbody th {
  background: #f6f6f6;
}
#main .dataTable tbody td {
  width: 232px;
}

/* 比較用テーブル（▶付き） */
#main .compareTable {
  width: 100%;
}
#main .compareTable th,
#main .compareTable td {
  padding-bottom: .5em;
  font-size: 85.714285714%; /* 12px */
  vertical-align: top;
}
#main .compareTable .arrow {
  width: 19px;
  color: #628eef;
  text-align: center;
  vertical-align: middle;
}

/* ポイント解説テーブル */
#main .pointTable th,
#main .pointTable td {
  padding-bottom: .5em;
  vertical-align: top;
}
#main .pointTable .sep {
  width: 19px;
}
#main .rakuBox .pointTable .sep {
  width: 17px;
}
#main .colBox .pointTable {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
#main .colBox .pointTable .sep {
  width: 15px;
}

/* スペック表 */
#main .specTable {
  margin-bottom: 1.5em;
  background: #fff;
}
#main .specTable.full {
  width: 100%;
}
#main .specTable caption {
  display: table-caption;
  position: static;
  left: 0; top: 0;
  width: auto; height: auto;
  overflow: auto;
  text-align: left;
  font-weight: bold;
}
#main .specTable span.l {
  display: block;
  line-height: 1.4;
}
#main .specTable th,
#main .specTable td {
  padding: 6px 5px 4px;
  font-size: 85.714285714%; /* 12px */
  border: 1px solid #959595;
  vertical-align: middle;
}
#main .specTable thead th,
#main .specTable thead td {
  padding: 8px 5px 7px;
  background: #c9c9c9;
}
#main .specTable thead td {
  text-align: center;
}
#main .specTable thead td strong {
  font-size: 133.333333333%; /* 16px */
}
#main .specTable tbody th {
  background: #e0e0e0;
  white-space: nowrap;
}
#main .specTable tbody td {
  text-align: center;
}
#main .specTable .lv2 {
  background: #f3f3f3;
}
#main .specTable .lv3 {
  background: #b5b5b5;
}

/* らく楽アシスト */
#main .rakuBox {
  clear: both;
  margin-bottom: 30px;
  width: 677px;
  background: #fff url(../img/rakubox_bg_mid.gif) repeat-y;
}
#main .rakuBox dt {
  height: 44px;
  background: url(../img/rakubox_ttl.gif) no-repeat;
  text-indent: -9999px;
}
#main .rakuBox dd {
  padding: 12px 20px 5px;
  font-size: 92.857142857%; /* 13px */
  background: url(../img/rakubox_bg_btm.gif) no-repeat 0 100%;
  /zoom: 1;
}
#main .rakuBox dd:after {
  content: "";
  display: block;
  clear: both;
}
#main .rakuBox dd .rakuTtl {
  margin-bottom: 1em;
  font-size: 121.428571429%; /* 17px */
  font-weight: bold;
}
#main .rakuBox dd strong {
  color: #94252a;
  font-weight: bold;
}
#main .rakuBox .rakuTable {
  margin-bottom: 0;
  width: 100%;
}
#main .rakuBox .rakuTable th,
#main .rakuBox .rakuTable td {
  width: 201px;
  vertical-align: top;
}
#main .rakuBox .rakuTable th.free,
#main .rakuBox .rakuTable td.free{
  width: auto;
}
#main .rakuBox .rakuTable th {
  padding: 14px 0 13px;
  color: #ba1a4a;
  font-weight: bold;
  text-align: center;
  background: url(../img/rakubox_bg_hd.gif);
}
#main .rakuBox .rakuTable .sep {
  width: 17px;
  background: none;
}
#main .rakuBox .rakuTable .pct td {
  padding-top: 5px;
}
#main .rakuBox .rakuTable .txt td {
  padding: .5em 0 1.5em;
  font-size: 92.307692308%; /* 12px */
}

#main #rakuBox01 {
  position: relative;
  margin: -33px -20px 18px -20px;
  z-index: 100;
}

#main .rakuBox.nosub dt {
  background-image: url(../img/rakubox_ttl_nosub.gif);
}

#main .rakuBox.nosub dt.ttl_nosub_be-k {
  background-image: url(../../product/be-k/img/point/rakubox_ttl_nosub_be-k.jpg);
}

#main .colWrap.col3 .rakuBox {
  width: 213px;
  background: #fff url(../img/rakubox_bg_mid_narrow.gif) repeat-y;
}
#main .colWrap.col3 .rakuBox dt {
  height: 65px;
  background: url(../img/rakubox_ttl_narrow.gif) no-repeat;
}
#main .colWrap.col3 .rakuBox dd {
  padding: 7px 10px 5px;
  background: url(../img/rakubox_bg_btm_narrow.gif) no-repeat 0 100%;
}
#main .colWrap.col3 .rakuBox dd .pointTable {
  margin-bottom: 0;
}

#main .colWrap.col3 .c2 .rakuBox {
  width: 446px;
  background: #fff url(../img/rakubox_bg_mid_c2.gif) repeat-y;
}
#main .colWrap.col3 .c2 .rakuBox dt {
  height: 44px;
  background: url(../img/rakubox_ttl_c2.gif) no-repeat;
}
#main .colWrap.col3 .c2 .rakuBox dd {
  padding: 10px 10px 5px;
  background: url(../img/rakubox_bg_btm_c2.gif) no-repeat 0 100%;
}
#main .colWrap.col3 .c2 .rakuBox dd .pointTable {
  margin-bottom: 0;
}
#main .colWrap.col3 .c2 .rakuBox dd .pointTable .sep {
  width: 10px;
}

#main .divBox {
  position: relative;
  padding: 8px 12px 0;
  border: 1px solid #999;
  border-radius: 2px;
  /zoom: 1;
}
#main .divBox:after {
  content: "";
  display: block;
  clear: both;
}
#main .divBox dt {
  position: absolute;
  top: -6px;
  left: 11px;
}
#main .divBox dd {
  color: #1a1a1a;
}
#main .colWrap.col3.hasDivBox {
  margin-left: -16px;
}
#main .colWrap.col3.hasDivBox .col {
  width: 222px;
  margin-left: 16px;
  margin-bottom: 16px;
}
#main .colWrap.col3.hasDivBox .c2 {
  width: 439px;
}
#main .colWrap.col3.hasDivBox .c3 {
  clear: both;
  width: 677px;
}
#main .colWrap.col3 .c2 .divBox dd .pointTable .sep {
  width: 21px;
}
#main .divBox2 {
  padding: 4px;
  border: 1px solid #999;
  line-height: 1.2;
  /zoom: 1;
}

/* 節電アシスト */
#main .setsuBox {
  clear: both;
  margin-bottom: 30px;
  width: 677px;
  background: #fff url(../img/setsubox_bg_mid.gif) repeat-y;
}
#main .setsuBox dt {
  height: 44px;
  background: url(../img/setsubox_ttl.gif) no-repeat;
  text-indent: -9999px;
}
#main .setsuBox.sub dt {
  background-image: url(../img/setsubox_ttl_sub.gif);
}
#main .setsuBox dd {
  padding: 12px 20px 5px;
  font-size: 92.857142857%; /* 13px */
  background: url(../img/setsubox_bg_btm.gif) no-repeat 0 100%;
  /zoom: 1;
}
#main .setsuBox dd:after {
  content: "";
  display: block;
  clear: both;
}
#main .setsuBox dd .setsuTtl {
  margin-bottom: 1em;
  font-size: 121.428571429%; /* 17px */
  font-weight: bold;
}


/* 紫のケイBOX */
#main .colBox {
  margin-top: 20px;
  padding: 7px;
  border: 2px solid #dbd6f4;
}

#main #colBox01 img,
#main #colBox01 span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#main #colBox01 span {
  position: relative;
  width: 325px;
  /zoom: 1;
}
#main #colBox01 span em {
  position: absolute;
  top: 0;
  left: -1em;
  width: 1em;
  color: #94252a;
}

/* リスト */
#main .indentList li {
  position: relative;
  padding-left: 1em;
  /zoom: 1;
}
#main .indentList li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  color: #9f93e3;
  text-align: center;
}

/* 主な特長 */
#main .featureList dt {
  clear: both;
  margin-bottom: .75em;
  font-size: 114.285714286%; /* 16px */
  font-weight: bold;
  color: #414a7e;
}
#main .featureList dd {
  margin-bottom: .8em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #7f7f7f;
}
#main .featureList dd.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


/* 注記 */
#main .note {
  color: #666;
  font-size: 85.714285714%; /* 12px */
}
#main table.note th,
#main table.note td {
  padding-bottom: .25em;
  vertical-align: top;
}
#main table.note th {
  width: 1%;
  padding-right: .5em;
  white-space: nowrap;
}
#main p.indent {
  position: relative;
  padding-left: 1em;
  overflow: hidden;
  /zoom: 1;
}
#main p.indent span {
  width: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

/* ボタン */
#main a.link-btn {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: .7em 25px .55em 35px;
  color: #333;
  background: #fff url(../img/icn_link02.gif) no-repeat 16px 48%;
  font-weight: bold;
  border: 1px solid #c0c2c7;
  border-radius: 5px;
}
#main a.link-btn:hover {
  color: #07c;
  background-color: #dff5ff;
}

#main a.size-link-btn {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: .7em 25px .55em 35px;
  color: #333;
  background: #fff url(../img/icn_link02.gif) no-repeat 16px 48%;
  font-weight: bold;
  border: 1px solid #c0c2c7;
  border-radius: 5px;
}
#main a.size-link-btn:hover {
  color: #07c;
  background-color: #dff5ff;
}


#main .btnBox {
 clear: both;
 padding: 20px;
 text-align: center;
}
#main p.btnBox {
  margin: 20px 0;
  background: #e7ecf8;
}
#main dl.btnBox {
  margin: 40px 0;
  background: #e7e8ec url(../img/bg_btnbox_movie.gif) no-repeat 20px 55%;
  border-radius: 5px;
}
#main dl.btnBox dt {
  margin-bottom: 15px;
  color: #d7287f;
  font-size: 114.285714286%; /* 16px */
  font-weight: bold;
}

/* 製品情報トップ */
#main .productIndex{
	margin-bottom: 1.75em;
	border-bottom: 2px dotted #333;
}
#main .productIndex .pct {
  float: left;
  width: 200px;
  text-align: center;
  /display: inline;
  /zoom: 1;
}
#main .productIndex .pct .link-btn {
  margin-top: 10px;
}
#main .productIndex .txt {
  margin-left: 232px;
  /zoom: 1;
}
#main .productIndex .txt .lead {
  color: #b76469;
  font-size: 114.285714286%; /* 16px */
  margin-bottom: 1em;
}
#main .productIndex .txt .lead p{
  margin-bottom: 0.3em;
  font-weight: bold;
}
#main .productIndex .txt .lead p.note{
  font-size: 75%; /* 12px */
  font-weight: normal;
}
#main .productIndex .txt .note {
  color: #666;
  font-size: 85.714285714%; /* 12px */
}
#main .productIndex .txt .list {
  margin-top: -1px;
  border-top: 1px solid #000;
  /zoom: 1;
}
#main .productIndex .txt .list .ll {
  margin-bottom: 0;
  padding: 15px 10px 14px;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
#main .productIndex .txt .list .lu li {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
  /zoom: 1;
}
#main .productIndex .txt .list .lu li.last{
	border-bottom: none;
}
/*
#main .productIndex .txt .list .lu li a:hover {
  color: #07c;
  background: #dff5ff;
}
*/
#main .productIndex .txt .list .lu li img {
  float: right;
  margin-left: 1em;
  border: 1px solid #dadada;
}
#main .productIndex .txt .list .lu li strong {
  display: block;
  margin-bottom: 0.25em;
}

/* サポート */
#main .supportIndex {
  margin-left: -19px;
  margin-bottom: 30px;
  overflow: hidden;
  /zoom: 1;
}
#main .supportIndex li {
  float: left;
  width: 329px;
  margin-left: 19px;
  /display: inline;
  border-bottom: 1px solid #dadada;
}
#main .supportIndex li a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 90px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  /zoom: 1;
}
#main .supportIndex li a:hover {
  color: #333;
  background: #dff5ff;
}
#main .supportIndex li img {
  position: absolute;
  top: 15px;
  left: 15px;
}
#main .supportIndex li .ttl {
  color: #0066a7;
  font-weight: bold;
}
#main .supportIndex li a:hover .ttl span {
  text-decoration: underline;
}
#main .supportIndex li .ttl span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#main .supportIndex li .ttl span.after {
  height: 2.5em;
}
#main .supportIndex li .txt {
  display: block;
  margin-top: .25em;
}

/* 機能紹介 */
#main .funcList li {
  margin-bottom: 20px;
  padding-bottom: 1.5em;
  background: url(../img/funclist_bg.gif) repeat-x 0 100%;
  overflow: hidden;
  /zoom: 1;
}
#main .funcList li .ttl,
#main .funcList li .txt {
  display: block;

}
#main .funcList li .ttl {
  margin-left: 20px;
  margin-right: 20px;
  color: #414a7e;
  font-size: 114.286%; /* 16px */
  font-weight: bold;

}
#main .funcList li .txt {
  margin: .5em 20px 0 20px;
}

/* パーツ */
#main .important {
  color: #b01a65;
}
#main .partsBox {
  padding: 0 20px;
}
#main .partsBox.last {
  margin-bottom: 20px;
}
#main .partsBox .ttl {
  clear: both;
  margin-top: -1px;
  margin-left: -20px;
  margin-right: -20px;
  padding: .65em 10px .5em;
  background: #ddeefa;
  border-top: 1px solid #959595;
}
#main .partsBox .ttl strong {
  font-weight: bold;
}
#main .partsBox * { margin-top: 15px; }
#main .partsBox * * { margin-top: 0; }

#main .partsBox .list {
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 1px solid #cacaca;
  overflow: hidden;
  /zoom: 1;
}
#main .partsBox .list dt {
  clear: both;
  padding: 15px 0 .75em 20px;
  font-weight: bold;
  color: #414a7e;
  border-top: 1px solid #cacaca;
}
#main .partsBox .list dd {
  padding-left: 20px;
}

#main .noticeTable {
}
#main .noticeTable th,
#main .noticeTable td {
  padding: 6px 8px;
  font-size: 85.714285714%; /* 12px */
  border: 1px solid #d076a3;
  vertical-align: top;
}
#main .noticeTable th {
  color: #fff;
  background: #d076a3;
  white-space: nowrap;
}
#main .noticeTable td {
}

.prod-osusume-lead{
	font-size: 90.714285714%; /* 12px */
	text-align:center;
}
/* 動画 */
#movieBox{
	margin-top: 20px;
	padding:30px 0 30px 15px;
	background: url(/home/suihanki/common/img/bg_movie.jpg) repeat-x top left;
}
#movieBox img{
	float:left;
	margin:3px 10px 0 0;
}
#movieBox .bold{
	font-weight:bold;
}
#movieBox .red{
	color:#e61211;
}
.movieList span.note{
	display:inline-block;
	padding:5px 0 0 0;
	text-align:left;
}



/*------------------------------------
　過去のデータ調整用
-------------------------------------- */

.margin30{
	margin-bottom:30px;
}
.margin40{
	margin-bottom:40px;
}

sup {
	font-size:85.7143%;
	vertical-align:baseline;
	position: relative;
	top: -1ex;
}
.chartttl {
	background: #efefef;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#main .specTable.suihan-menu td {
  padding: 6px 5px 4px;
  font-size: 85.714285714%; /* 12px */
  border: 1px solid #959595;
  vertical-align: middle;
  text-align:center;
}
#main .section .secTtl02 img {
	vertical-align: bottom;
}

/*------------------------------------
　Vシリーズ　スマホ対応
-------------------------------------- */

.app-detail01{
	border:solid 4px #fc6103;
	padding:20px 0;
}
.app-detail02{
	border:solid 4px #73b222;
	padding:20px 0;
}
.app-detail03{
	border:solid 4px #2d81c2;
	padding:20px 0;
}
.app-detail-inner{
	width:629px;
	margin:0 auto;
}
h3.app-detail-ttl{
	text-align: center;
	font-weight:bold;
	padding:12px 0;
	color:#ffffff;
	margin-bottom:20px;
}
.app-detail-ttl01{
	background-color:#fc6103;
}
.app-detail-ttl02{
	background-color:#73b222;
}
.app-detail-ttl03{
	background-color:#2d81c2;
}
.app-detail-set ul{
	float:left;
	width:280px;
	list-style-type: disc;
	margin-left:20px;
}
.app-detail-set p{
	float:right;
	width:304px;
}
.app-detail-set ul li{
	margin-bottom:0.8em;
}
.app-detail-set ul li span{
	font-size:120%;
	font-weight:bold;
}
.app-detail-set01 ul li span{
	color:#fc6103;
}
.app-detail-set02 ul li span{
	color:#73b222;
}
.app-detail-set03 ul li span{
	color:#2d81c2;
}
.app-detail-subttl{
	text-align: center;
	font-weight:bold;
	padding:12px 0;
	margin:24px 0 20px;
}
.app-detail-subttl01{
	background-color:#fbdcc9;
}

.app-download{
	background-color:#e6e6e6;
	padding:20px;
}
.app-download .app-download-left{
	float: left;
	width:280px;
	text-align:center;
}
.app-download .app-download-right{
	float: right;
	width:280px;
}

/*------------------------------------
　追加要素
-------------------------------------- */
.answer{
border-bottom:dotted 1px #cccccc;
padding-bottom:10px;
font-size:150%;
color:#272e77;
}
.link-btn{
text-align:center;
display:block;
padding:12px;
background-color:#eaeaea;
}

