/* 製品ごとに使うスタイル */
/*============目次============
　最終更新日：2012/07/19
　1.ClearFix
　2.上書きスタイル
　3.製品ごとに追加したクラス
　4.旧バージョン比較
　5.価格・ラインナップ
　6.出力サンプル
　7.ページ送り
　8.Footnavi
  9.オリジナルパーツ作成
  10.速攻レビュー
============================*/
/*=====================================================
１）共通
=====================================================*/

/*--------------------------
	リセット・HTML再定義
---------------------------*/

body {
	color:#333333;
	background:#f7f7f7 !important;
}
/*--------------------------
	基本レイアウト
---------------------------*/

#MainImage {
	margin:0 auto;
	text-align:center;
	background:url(img_top/bk_topimg.jpg) repeat-x;
}
#Outline {
	width: 100%;
	background:#eff0f7;
}
#MainArea960_row1 {
	margin:0 auto;
	text-align:left;

}
.Contents {
	clear:both;
	float:none;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	font-size:130%;
}

.Contents_02 {
	clear:both;
	float:none;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
	font-size:130%;
}

h2{
	margin-bottom:10px;
}

/*-- フロートBOX --*/
.ContentInner .boxL {
	float:left;
	margin:10px 0 0 0;
}
.ContentInner .boxR {
	float:right;
	margin:10px 0 0 0;
}
.topmgn0 {
	margin-top:0;
}
.imgbox {
	padding: 0;
	margin: 0 0 17px 0;
}
.imgbox.left {
	float: left;
	padding: 0 10px 0 0;
}
.imgbox.left0 {
	float: left;
	padding: 0 0 0 0;
}
.imgbox.right {
	float: right;
	padding: 0 0 0 10px;
}
.imgbox p.caption {
	margin: 2px 0 0 0;
	font-size: 70%;
	line-height: 130%;
	color: #555555;
}
.gbl-breadcrumbs{
	border-bottom:#CCC 1px solid;
}
/*--------------------------
	回り込み解除
---------------------------*/
.clear0 {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/*--------------------------
	パンくず上書き（下余白無し）
---------------------------*/
div#StatusArea {
	margin-bottom:0;
}
/*--------------------------
	トップナビ
---------------------------*/

.Menu_top {
	margin:10px 0 20px 0;
	height:38px;
	background:url(img_top/bk_navi.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Menu_top ul.menu {
	float:right;
	margin:0;
	padding:0;
}
.Menu_top ul.menu li {
	display:block;
	float:left;
	position:relative;
}
.Menu_top ul.menu a {
	float:left;
	display:block;
	padding:8px 20px 5px 12px;
	background:url(img/tool/ar_navi.gif) left 16px no-repeat;
	text-decoration:none;
}
.Menu_top ul.menu a:visited {
	color:#000099;
}
.Menu_top ul.menu li:hover > a {
	color: #5656d6;
}
*html .Menu_top ul.menu li a:hover { /* IE6 */
	color: #5656d6;
}
.Menu_top ul.menu li:hover > ul {
	display: block;
}
/*-- サブメニュー --*/
.Menu_top ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 99999;
	background: #444;
	background: -moz-linear-gradient(top, #444, #222);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222), color-stop(1, #444));
}
.Menu_top ul.menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	width:220px;
	text-align:left;
}
.Menu_top ul.menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.Menu_top ul.menu ul a.sub {
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	background:none;
	width:200px;
	color:#fff;
}
*html .Menu_top ul.menu ul a.sub { /* IE6 */
	height: 10px;
	width: 200px;
}
*:first-child+html .Menu_top ul.menu ul a.sub { /* IE7 */
	height: 10px;
	width: 200px;
}
.Menu_top ul.menu ul a:hover {
	background: #7690ef;
	background: -webkit-gradient(linear, left top, left bottom, from(#7690ef), to(#5d7ae4));
	background: -moz-linear-gradient(top, #7690ef, #5d7ae4) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7690ef', endColorstr='#5d7ae4'); /* IE */
}
.Menu_top ul.menu ul li:first-child a {
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
*/}
.Menu_top ul.menu ul li:first-child a:after { /* 三角 */
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}
.Menu_top ul.menu ul li:first-child a:hover:after {
	border-bottom-color: #5d7ae4;
}
.Menu_top ul.menu ul li:last-child a {
/*    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
*/}
/* Clear floated elements */
.Menu_top ul.menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .Menu_top ul.menu {
	zoom: 1;
} /* IE6 */
*:first-child+html .Menu_top ul.menu {
	zoom: 1;
} /* IE7 */
/*-- 価格ご購入ボタン --*/
.Menu_top li a.price {
	background:none;
	padding:0;
	margin:1px 2px 0 0;
}
/*--------------------------
	見出し
---------------------------*/
#MainArea960_row1 h1 {
	background:url(img/tool/ttl_bk_h1.jpg) left top repeat-x;
	padding-top:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:150%;
	padding-left:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 h2 {
	background:url(img/tool/ttl_bk_h2.jpg) left top no-repeat;
	padding:6px 0 3px 20px;
	margin-bottom:10px;
	font-size:105%;
	font-weight:normal;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 .ContentInner h3 {
	margin:10px 0;
	padding-left:10px;
	font-size:100%;
	letter-spacing:0.5px;
	border-left:6px solid #333366;
}
#MainArea960_row1 .ContentInner h4 {
	margin:10px 0 7px 0;
	padding:5px;
	font-size:85%;
	letter-spacing:0.5px;
	background:#E5E3E4;
}

/*--------------------------
■文字サイズ
---------------------------*/

.ContentInner p{
	font-size:80%;
	/*width:900px;*/
	margin:0 auto 10px auto;
}

.ContentInner ul li{
	font-size:80%;
}

.ContentInner ol li{
	font-size:80%;
}

.ContentInner p.pagetop_s{
	margin:0;
	text-align:right;
}


/*--------------------------
	リスト（上書き）
---------------------------*/
.ContentInner ul li,
.ProductInner ul li{
	font-size: 80%;
}

.ProductInner ol li {
	font-size: 80%;
	margin: 0 0 0.2em 2.5em;
}

/*--------------------------
	画像キャプション
---------------------------*/
.ContentInner p.cap {
	padding: 5px 0 0 0;
	margin:0;
	font-size: 70%;
	color:#5a5a5a;
}

/*=====================================================
２）トップページ
=====================================================*/

.topsummary {
	margin: 0;
	padding: 0;
	background:url(img/top/bg_topsummary.jpg) left top no-repeat;
	height: 610px;
}

#MainArea960_row1 .topsummary .cont {
	margin: 0;
	padding: 424px 0 0 370px;
}

#MainArea960_row1 .topsummary h2 {
	font-weight: bold;
	margin:0;
	padding:0;
	background: none;
}


.topsummary p {
	font-size: 90%;
	line-height: 140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*------------------------------------
	主な４つの機能
-------------------------------------*/

#MainArea960_row1 .feature h2{
	text-indent:-9999px;
	background:url(img/top/txt_feature.gif) 140px top no-repeat;
	margin: 0 0 10px 0;
	padding: 0;
	height: 60px;
}

.feature {
	background: url(img/top/feature_pac.jpg) 386px 80px no-repeat;
}
.feature a{
	color:#003399;
}
.featureBox {
	width: 940px;
	margin: 0 auto;
}
.featureBox a{
	display: block;
	height: 120px;
	text-decoration: none;
}
.featureBox a:link,
.featureBox a:visited,
.featureBox a:active,
.featureBox a:hover{
	text-decoration: none;
}

.feature01,
.feature02,
.feature03,
.feature04 {
	width: 370px;
	height: 140px;
	margin: 0;
}

.feature01,
.feature02 {
	float:left;
	background:url(img/top/bg_feature_left.jpg) left top no-repeat;
}
.feature03,
.feature04 {
	float:right;
	background:url(img/top/bg_feature_right.jpg) right top no-repeat;
}

#MainArea960_row1 .feature01 h3,
#MainArea960_row1 .feature02 h3,
#MainArea960_row1 .feature03 h3,
#MainArea960_row1 .feature04 h3{
	font-size: 130%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: underline;
}


#MainArea960_row1 .feature01 h3,
#MainArea960_row1 .feature02 h3{
	margin: 8px 40px 5px 0;
	padding: 0 35px 0 0;
	text-align: right;
	background: url(img/top/ar_feature_left.gif) right 3px no-repeat;
}
#MainArea960_row1 .feature03 h3,
#MainArea960_row1 .feature04 h3{
	margin: 8px 0 5px 40px;
	padding: 0 0 0 35px;
	background: url(img/top/ar_feature_right.gif) left 3px no-repeat;
}

.feature01 p,
.feature02 p,
.feature03 p,
.feature04 p{
	font-size: 85%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:140%;
	color: #333;
}

.feature01 p,
.feature02 p{
	margin: 0 35px 0 15px;
}
.feature03 p,
.feature04 p{
	margin: 0 15px 0 35px;
}

.ColorBackMG{
	background-color:#eeeeee;
}


.ColorBackLightY{
	background-color:#cccccc;
}

.ColorBackLG{
	background-color:#cadec7;
}


/*------------------------------------
	ピックアップ
-------------------------------------*/
.pickup {
	background:url(img_top/bk_pickup.jpg) left top no-repeat;
	padding:0 0 40px 0;
	margin:0 0 20px 0;
}
.pickup ul {
	margin:0 auto;
	width:900px;
}
.pickup li {
	float:left;
	width:214px;
	margin-right:14px;
	margin-top:55px;
	line-height:140%;
	list-style:none;
}
* html .pickup li {
	margin-right:12px; /*IE6*/
}
.pickup li.end {
	margin-right:0;
}
.pickup p{
	font-size:82%;
	line-height:140%;
}
.pickup div span {
	padding: 1px 0 0 17px;
	font-size: 100%;
	font-weight:bold;
	background:url(/common/img/tool/arrow_blue.gif) left 0.3em no-repeat;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pickup div a {
	color:#000099;
	text-decoration:none;
}
.pickup div a:visited {
	text-decoration:none;
}
.pickup div a:hover span {
	color:#000099;
	text-decoration:underline;
}
.pickup div img {
	margin: 5px 0 0 0;
	/*border:1px solid #dedede;*/
}

/*------------------------------------
	キャンペーン・インフォメーション
-------------------------------------*/
.info {
	margin:0 0 30px 0;
}
.info h3 {
	padding:8px 0 15px 10px;
	background:url(img_top/bk_ttl_info.jpg) left top repeat-x;
    color: #333333;
    font-size: 90%;
}
.info li {
	display:inline-block;
	clear:both;
	width:460px;
	/*width:960px;*/
	margin:0 0 0.4em 0;
	padding:0;
	font-size:75%;
	line-height:140%;
}
.info .cam {
	float:left;
	width:470px;
}
.info .infomation {
	float:right;
	width:470px;
	/*width:960px;*/
}
.info li img {
	float:left;
	margin-right:4px;
}
.info .infomation li {
	background:url(/common/img/tool/navi_yaji_2.gif) left 3px no-repeat;
	padding-left:14px;
	margin-bottom: 0.4em;
}


/* 1カラム */

.info02 {
	margin:0 0 30px 0;
}
.info02 h3 {
	padding:8px 0 15px 10px;
	background:url(img_top/bk_ttl_info.jpg) left top repeat-x;
}
.info02 li {
	display:block;
	clear:both;
	margin:0 0 0.4em 0;
	padding:0;
	font-size:75%;
	line-height:140%;
}

.info02 .infomation li {
	background:url(/common/img/tool/navi_yaji_2.gif) left top no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}

/*------------------------------------
	フッター
-------------------------------------*/
.FootNavi {
	width:930px;
	margin:0 auto;
	position:relative;
	margin-top:15px;
	padding-top:5px;
	background:#fff;
	font-size:130%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; /*Firefox*/
	-moz-border-radius-topright: 6px; /*Firefox*/
	-webkit-border-bottom-left-radius: 6px; /*Safari*/
	-webkit-border-bottom-right-radius: 6px; /*Safari*/
}


@media only screen and (max-width: 640px){
.FootNavi {
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:15px;
	padding-top:5px;
	background:#fff;
	font-size:130%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; /*Firefox*/
	-moz-border-radius-topright: 6px; /*Firefox*/
	-webkit-border-bottom-left-radius: 6px; /*Safari*/
	-webkit-border-bottom-right-radius: 6px; /*Safari*/
}

.footnavi_odpro4 li{
	padding-left:10px;
	line-height:1.6em;
	font-size:80% !important;
	color:#222;
	background-image: url(../product/img/navi_yaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
}

@media screen and (min-width:641px) and ( max-width:768px) {
.FootNavi {
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:15px;
	padding-top:5px;
	background:#fff;
	font-size:130%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px; /*Firefox*/
	-moz-border-radius-topright: 6px; /*Firefox*/
	-webkit-border-bottom-left-radius: 6px; /*Safari*/
	-webkit-border-bottom-right-radius: 6px; /*Safari*/
}

.footnavi_odpro4 li{
	padding-left:10px;
	line-height:1.6em;
	font-size:80% !important;
	color:#222;
	background-image: url(../product/img/navi_yaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.footnavi_other li{
	padding-left:10px;
	line-height:1.6em;
	font-size:80% !important;
	color:#222;
	background-image: url(../product/img/navi_yaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
}


.FootNavi li {
	list-style:none;
}
/*-- リンク設定 --*/
.FootNavi li a {
	text-decoration:none;
	color:#000099;
}
.FootNavi li a:visited {
	text-decoration:none;
}
.FootNavi li a:hover {
	text-decoration:underline;
}
.FootNavi li a:active {
	text-decoration:underline;
}
/*-- 2重線 --*/
.FootNavi div.line_double {
	height:1px;
	border-top:1px solid #d9d9d9;
}
/*-- トップ部分 --*/
.FootTop {
	border-bottom:1px solid #ddd;
}
.FootTop li.left {
	margin:0 0 4px 15px;
	float:left;
}
.FootTop li.right {
	margin:0px 5px 0 0;
	float:right;
	padding:0;
}
/*-- 3dofficepro4用フッタ --*/
.footnavi_odpro4 {
	width:100%;
	padding:5px 15px 0 15px;
	margin:0 0 10px 0;
}
.footnavi_odpro4 div {
	float:left;
	width:280px;
}
.footnavi_odpro4 h3 {
	padding:0 0 0 8px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:80%;
	color:#333;
	background-image: url(../product/img/ttl_footbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.footnavi_odpro4 li {
	padding-left:10px;
	line-height:1.6em;
	font-size:60%;
	color:#222;
	background-image: url(../product/img/navi_yaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.footnavi_odpro4 li.ora {
	background:url(/common/img/tool/navi_yaji_o.gif) no-repeat left center;
}
/*-- その他用フッタ --*/
.footnavi_other {
/*	width:915px;*/
	padding:5px 0 20px 15px;
	background:#d9d9d9;
	overflow:hidden;
}
.footnavi_other div {
	float:left;
	width:232px;
}

#footnavi_other_2{
	float:left;
	width:330px;
}


.footnavi_other h3 {
	padding:0 0 0 8px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background-image: url(../product/img/ttl_footbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.footnavi_other li {
	padding-left:10px;
	line-height:1.6em;
	font-size:60%;
	color:#222;
	background-image: url(../product/img/navi_yaji_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.footnavi_other .fn_other li {
	display:inline-block;
	clear:both;
	width:220px;
	padding:0 0 0 2px;
	margin:0 0 4px 0;
	background:none;
}
.footnavi_other .fn_other img {
	float:left;
	margin-right:4px;
}
.FootNavi .goto_3d {
	position:absolute;
	top:172px;
	left:702px;
}

/*=====================================================
■下層ページ
=====================================================*/

/*--------------------------
	上部メニューナビ
---------------------------*/
.Menu_navi{
	margin:0 auto 20px auto;
	width:969px;
	height:50px;
	font-size:85%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../product/img/bk_navi_sub.jpg);
	background-repeat: no-repeat;
}
.Menu_navi .Left{
	float:left;
	margin:9px 0 0 15px;
}
.Menu_navi .Right{
	float:right;
	margin:5px 10px 0 0;
}
.Menu_navi ul.menu{
	float:left;
	margin:0;
	padding:0;
}
.Menu_navi ul.menu li{
	display:block;
	float:left;
	position:relative;
}
.Menu_navi ul.menu a{
	float:left;
	display:block;
	padding:7px 20px 5px 12px;
	background:url(img/tool/ar_navi.gif) left 16px no-repeat;
	text-decoration:none;
	color:#555;
}
.Menu_navi ul.menu a:visited{
	color:#555;
}
.Menu_navi ul.menu li:hover > a{
	    filter:alpha(opacity=50);
	    -moz-opacity: 0.5;
	    opacity: 0.5;
}
 
*html .Menu_navi ul.menu li a:hover{ /* IE6 */
	color:#555;
}
 
.Menu_navi ul.menu li:hover > ul{
    display: block;
}

/*-- 各ページ サブメニュー --*/
.Menu_navi ul.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(top, #444, #222);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222),color-stop(1, #444));
}
.Menu_navi ul.menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
		width:220px;
		text-align:left;
}
.Menu_navi ul.menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.Menu_navi ul.menu ul a.sub{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
		background:none;
		width:200px;
		color:#fff;
}
*html .Menu_navi ul.menu ul a.sub{ /* IE6 */
    height: 10px;
    width: 200px;
}
*:first-child+html .Menu_navi ul.menu ul a.sub{ /* IE7 */
    height: 10px;
    width: 200px;
}
.Menu_navi ul.menu ul a:hover{
    background: #7690ef;
    background: -webkit-gradient(linear, left top, left bottom, from(#7690ef), to(#5d7ae4));
    background: -moz-linear-gradient(top,  #7690ef,  #5d7ae4) !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7690ef', endColorstr='#5d7ae4'); /* IE */
}
.Menu_navi ul.menu ul li:first-child a{
/*    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
*/}
 
.Menu_navi ul.menu ul li:first-child a:after{ /* 三角 */
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
.Menu_navi ul.menu ul li:first-child a:hover:after{
    border-bottom-color: #5d7ae4;
}
.Menu_navi ul.menu ul li:last-child a{
/*
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
*/}
 
/* Clear floated elements */
.Menu_navi ul.menu:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .Menu_navi ul.menu             { zoom: 1; } /* IE6 */
*:first-child+html .Menu_navi ul.menu { zoom: 1; } /* IE7 */


/*-- 価格ご購入ボタン --*/
.Menu_navi li a.price{
	background:none;
	padding:0;
	margin:1px 2px 0 0;
}


/* ボタン--非表示 */
/* このときHTMLでは<span>●</span>とし、liにクラス指定 */
.ProductPager_step ul.Pager li.PrevBox_hidden,
.ProductPager_step ul.Pager li.NextBox_hidden{
	width:419px;
	visibility:hidden;
}


/*--------------------------
	ページナビゲーション
---------------------------*/

/*-- ページ上部 --*/
.TopPager{
	margin:0 15px;
	width:930px;
	font-size:75%;
}

.TopPager li{
	list-style:none;
}

.TopPager .PrevBox{
	float:left;
	background:url(img/tool/btn_navi_prev_s.gif) left top no-repeat;
}
.TopPager .PrevBox a{
	display:block;
	padding:5px 0 10px 66px;
}
.TopPager .NextBox{
	float:right;
	background:url(img/tool/btn_navi_next_s.gif) right top no-repeat;
}
.TopPager .NextBox a{
	display:block;
	padding:5px 66px 10px 0;
}

/*-- ページ下部 --*/
.ProductPager_step{
	margin:0 15px;
	width:930px;
	font-size:75%;
	font-weight:bold;
	text-align:center;
	border:none;
}
.ProductPager_step li{
	list-style:none;
}
.ProductPager_step ul.Pager{
	margin:0 auto;
	height:3em;
	line-height:3em;
	padding:20px 0 10px 0;
}
.ProductPager_step ul.Pager li{
	float:left;
}

/* ボタン--機能と特長トップへ */
.ProductPager_step ul.Pager li.TopBox{
	width:62px;
	text-align:center;
	margin:0 auto;
}
.ProductPager_step ul.Pager li.TopBox a{
	display:block;
	width:62px;
	background:url(../product/img/btn_navi_top.gif) center center no-repeat;
	text-indent:-9999px;
}

/* ボタン--次へ */
.ProductPager_step ul.Pager li.NextBox{
	width:419px;
}
.ProductPager_step ul.Pager li.NextBox a{
	display:block;
	width:419px;
	background:url(../product/img/btn_navi_next.gif) left center no-repeat;
	text-decoration:none;
	text-align:left;
}
.ProductPager_step ul.Pager li.NextBox span{
	position:relative;
	left:80px;
}
.ProductPager_step ul.Pager li.NextBox a:hover span{
	text-decoration:underline;
}

/* ボタン--前へ */
.ProductPager_step ul.Pager li.PrevBox{
	width:419px;
	padding:0;
}
.ProductPager_step ul.Pager li.PrevBox a{
	display:block;
	width:419px;
	background:url(../product/img/btn_navi_prev.gif) right center no-repeat;
	text-decoration:none;
	text-align:right;
}
.ProductPager_step ul.Pager li.PrevBox span{
	position:relative;
	right:81px;
}
.ProductPager_step ul.Pager li.PrevBox a:hover span{
	text-decoration:underline;
}



/*-- ページナビゲーション --*/
.ProductPager_step .Navi{
	clear:both;
	width:930px;
	height:3em;
	line-height:3em;
	background:#fff;
	border:1px solid #ddd;
	text-align:center;
	margin-bottom:20px;
}
.ProductPager_step .Navi ul{
	width:880px;
	margin:0 auto;
}
.ProductPager_step .Navi li{
	float:left;
}
.ProductPager_step .Navi li a{
	display:block;
	width:200px;
	background:url(../product/img/bk_pageNavi_off.jpg) no-repeat 100% 50%;
	padding:0 1.3em 0 0;
	text-align:right;
	text-decoration:none;
}
.ProductPager_step .Navi li a.none{
	background:none;
	padding:0 0 0 1.25em;
	text-align:left;
}
.ProductPager_step .Navi li a.on{
	background:url(../product/img/bk_pageNavi_on.jpg) no-repeat 100% 50%;
}
.ProductPager_step .Navi li a:hover{
	background:url(../product/img/bk_pageNavi_on.jpg) no-repeat 100% 50%;
	text-decoration:underline;
}





/*----------------------------------
	収録済みオフィス家具分類表
-----------------------------------*/
#MainArea960_row1 table.partslist h2{
	padding:5px 5px  5px 7px;
	margin:0 10px 10px 0;
	font-size:90%;
	font-weight:bold;
	background:#ddd;
}
#MainArea960_row1 table.partslist ol{
	margin:0 10px 20px 0;
}

/*===========================
■次へ、前へボタン
============================*/
.ProductPager {
	border-top: 1px solid #c7c7c7;
	padding: 15px 0 0 0;
	position: relative;
}
.ProductPager .PrevBox {
	width: 120px;
	padding-left: 19px;
	float: left;
}
.ProductPager .NextBox {
	width: 139px;
	float: right;
}
.ProductPager .NumberBox {
	width: 240px;
	padding-left: 25px;
	padding-top: 10px;
	float: left;
}
.ProductPager ul.InfoList {
	margin: 0 auto;
}
.ProductPager ul.InfoList li {
	font-weight: bold;
	color: #999999;
	font-size: 87.5%;
}
.ProductPager ul.InfoList li a {
	font-weight: normal;
	font-size: 86.2%;
}

#vup .Section.TopPager,
.Section.TopPager {
	padding: 0;
	margin: 10px 0
}

#MainArea960_row1 .Section .Pager {
    border-top: 1px solid #283232;
    padding: 20px 0;
}

/*===========================
■機能一覧
============================*/

/*--------------------------
	メニュー
---------------------------*/
#MainArea960_row1 .ProductMenu{
	margin:0 15px;
	width:930px;
}
#MainArea960_row1 .ProductMenu h1{
	margin:0;
	padding:0;
	background:none;
}
.ProductMenu ul{
	float:left;
	margin:20px 20px 0 0;
}
.ProductMenu li{
	padding:0 0 15px 12px;
	font-size:85%;
	font-weight:bold;
	list-style:none;
	background-image: url(../product/img/ar_products.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
#product_step01{  /* 間取りを描く */
	height:290px;
	background-image: url(../product/img/img_top_r.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#product_step02{  /* 3Dイメージを作る */
	height:250px;
	background:url(../product/img/img_top_r02.jpg) right center no-repeat;
}

#product_step03{  /* 多彩なプレゼン */
	height:260px;
	background:url(../product/img/img_top_r03.jpg) right center no-repeat;
}

#product_step04{  /* 診断チェック */
	height:260px;
	background:url(../product/img/img_top_r04.jpg) right bottom no-repeat;
}

/*--------------------------
	コンテンツ
---------------------------*/
.ProductInner{
	width:930px;
	background:#FFF;
	padding:20px 0 20px 0;
	margin-left:15px;
}



DIV#MainArea960_row1 .ProductInner{
	margin:0 15px;
	width:930px;
}
DIV#MainArea960_row1 .ProductInner .Section{
	background:#fff;
	width:930px;
}
#MainArea960_row1 .ProductInner h2{
	background:none;
	font-size:140%;
	margin:0 0 15px 0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight:bolder;
}
#MainArea960_row1 .ProductInner h2.top{
	font-size:160%;
}

#MainArea960_row1 .ProductInner h2.ttl{
	margin:20px 0 0;
}

#MainArea960_row1 .ProductInner h3{
	margin:0 0 10px 0;
}



/*-- テキスト設定 --*/
.ProductInner p{
	margin-bottom:10px;
	font-size:80%;
	color:#333;
	line-height:1.4;
}
.ProductInner em{
	color:#1b8b6e;
	font-size:90%;
	font-weight:bold;
	font-style:normal;
	padding:5px 0;
	display:block;
}
.ProductInner .notice{
	padding:5px;
	background:#eee;
}
.ProductInner .notice ul.remark,
.ContentInner .notice ul.remark{
	margin: 0;
	padding-left:0;
	background:#eee;
}
.ProductInner .notice ul.remark li,
.ContentInner .notice ul.remark li{
	margin:0 0 5px 0;
	line-height:1.4;
	font-size: 75%;
}
.ProductInner .notice_yellow{
	padding:7px;
	font-size:80%;
	background:#faf7e6;
	line-height:1.4;
}
.ProductInner p.cap{
	padding: 5px 0 0 0;
	margin:0;
	font-size:70%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left center no-repeat;
}
.ProductInner a:link p.cap,
.ProductInner a:visited p.cap,
.ProductInner a:hover p.cap{
	text-decoration:none;
}

/*-- フロートBOX --*/
.ProductInner .boxL{
	float:left;
	margin:20px 0 0 0;
}
.ProductInner .boxR{
	float:right;
	margin:20px 0 0 0;
}

/* step03.html #Section05のみ */

.ProductInner .boxL_step03_sec5{
	float:left;
	margin:20px 25px 0 0;
	width:280px;
}
.ProductInner .boxL_step03_sec5end{
	float:left;
	margin:20px 0 0 0;
	width:280px;
}

/*-- 拡大ボタン付画像 --*/
.ProductInner a.GoBig,
.ContentInner a.GoBig{
	background:url(/mpln-plus/img/tool/btn_zoom.gif) right bottom no-repeat;
	padding:0 0 5px 0;
	display:block;
}

/*-- 再生ボタン付画像 --*/
.ProductInner a.GoPlay,
.ContentInner a.GoPlay{
	background:url(/mpln-plus/img/tool/btn_play.gif) right bottom no-repeat;
	padding:0 0 28px 0;
	display:block;
}

/*-- 2列 --*/
.ProductInner .col2{
	width:890px;
	padding:0 20px 0px 20px;
}
.ProductInner .col2 h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}

/* 2列　一番上と下のみ */
.ProductInner .col2 h2.top{
	margin:0 0 15px 0;
	font-size:160%;
}



/*-- 2列 補足、事例付き--*/
.ProductInner .col2_pu{
	background:#fff;
	width:910px;
}
.ProductInner .col2_pu h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
.ProductInner .col2_pu .ex{
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}

.ProductInner .col2_pu .ex p{
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col2_pu .ex .photo{
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col2_pu .ex .txt{
	float:right;
	width:195px;
	text-align:left;
}
.ProductInner .ex .txt02{
	margin:0 15px 10px 10px;
	padding:4px;
	font-size:60%;
	color:#36281f;
	background:#F8EFC6;
}

/*-- 3列 --*/
.ProductInner .col3{
	background:#fff;
	width:890px;
	padding:0 20px 0px 20px;
}
.ProductInner .col3 h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}

/*-- 3列 補足、事例付き--*/
.ProductInner .col3_pu{
/*	background:#fff;	*/
	width:910px;
	padding:0 0 0px 20px;
}

.ProductInner .col3_pu h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:140%;
	color:#333;
}
.ProductInner .col3_pu .ex{
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}
.ProductInner .col3_pu .ex h3{
	padding:14px 0 10px 10px;
	background:url(img/product/bk_ttl_pu.jpg) left top no-repeat;
}
.ProductInner .col3_pu .ex p{
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col3_pu .ex .photo{
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col3_pu .ex .txt{
	float:right;
	width:195px;
	text-align:left;
}

/*-- リスト その他の機能 --*/
.ProductInner ul.list_other li{
	padding:0 0 6px 14px;
	margin:0 0 0 5px;
	color:#333;
	background:url(img/product/li_yellow.gif) left 1px no-repeat;
	list-style:none;
}


/*-- 箇条書き --*/
.reference{
	padding: 10px 5px 5px;
	border: 1px solid #ddd;
}


/*-- テーブル --*/
table.data th,
table.data td{
	padding:2px;
}


/*-- 各Section ページトップへ --*/
.ProductInner p.pagetop_s{
	width:890px;
	padding:20px 10px 0 30px;
	margin:0 0 20px 0;
	text-align:right;
	border-bottom:1px dotted #ddd;
	background:#fff;
}

/*-- step03 枠付きテーブル --*/
table.waku td{
	padding:4px;
	border:1px solid #ccc;
}



/*=====================================================
３）製品ごとに追加
=====================================================*/

/*-- 画像にドロップシャドウつける --*/
img.sdon {
	-moz-box-shadow: 0 1px 3px #333;
	-webkit-box-shadow: 0 1px 3px #333;
	box-shadow: 0 1px 3px #333;
}


/*-- 各Section ページトップへ --*/
.ContentInner p.pagetop_s{
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	background:#fff;
}

.ContentInner p.pagetop_s_line{
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ccc;
	background:#fff;
}

/*-- EXTRA PREMIUMのProductInner --*/
.Section_EXP {
    background: none repeat scroll 0 0 #faf7e6;
    margin: 0;
    padding: 0;
    width: 930px;
		border-radius: 8px;  
		-webkit-border-radius: 8px;    /* Safari,Google Chrome */  
		-moz-border-radius: 8px;   /* Firefox */  
}
div#MainArea960_row1 .Section_EXP h2{
	color:#824000;
	margin-bottom:0;
}
div#MainArea960_row1 .Section_EXP .boxL .boxL{
	margin-top:10px;
}

/*-- 画像など左に置く枠 --*/

DIV.pt_Left{
	float: left;
	margin-right: 10px;
}

/*-- 画像など右に置く枠 --*/

DIV.pt_Right{
	float: right;
	margin-left: 10px;
}




/*===========================
■9.オリジナルパーツ作成
============================*/

p#original_title{
	font-size:28px;
	font-weight:bold;
	width:960px;
	margin:0 auto 10px auto;
}


.ContentInner{
	width:915px;
	margin:0 auto;
}


.orgparts {
	float: left;
	margin-bottom: 20px;
}
.orgparts p {
	margin: 10px 15px 5px 15px;
	padding: 0;
	color:#58578C;
}

.orgparts p.image{
	margin:0;
	text-align:center;
}

/*　↑これはいずれいらん↑ */

.dev_parts_top {
	height: 360px;
	background-image: url(../product/img/dev_parts/main01.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}

.dev_parts_top .boxL{
	width: 470px;
}

.dev_parts_top .boxR{
	position: relative;
	width: 580px;
	top:110px;
	left:0;
}

.dev_step .s01{
	width: 320px;
	float:left;
}

.dev_step .s02{
	width: 280px;
	float: left;
	margin-left:10px;
}

.dev_step .s03{
	width: 280px;
	float: right;
}

.dev_step .notice{
	background-color: #EEE;
	padding: 0.4em 0.6em;
}

.dev_step .notice p{
	font-size: 75%;
	margin:0;
}


.hint p{
	margin: 0.6em 10px;
}


.hint .h01,
.hint .h02,
.hint .h03,
.hint .h04{
	background-color: #EDF6FF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.hint .h01,
.hint .h03{
	width: 400px;
	float: left;
}

.hint .h02,
.hint .h04{
	width: 470px;
	float: right;
}




/*===========================
■動作環境
============================*/

/*-- Sectionの中の白Box --*/
.SpecTable_960{
	width:900px;
	margin:10px auto;
}
.SpecTable_960 th{
	background:#ebebeb;
	padding:6px;
	font-size:80%;
	width:150px;
}
.SpecTable_960 td{
	border-bottom:1px solid #ddd;
	padding:6px;
	font-size:80%;
}

.SpecTable_960 td.top{
	border-top:1px solid #ddd;
}

.SpecTable_960 td li{
	font-size:100%;

}




/*===========================
■CSSボタン
============================*/
/* 基本設定 */
div.CssBtn,
a.CssBtn {
	border: 0;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	cursor: pointer;
	text-decoration: none;
}
div.CssBtn input,
a.CssBtn span {
	font: bold 12px/23px Verdana;
	color: #666;
	display: block;
	float: left;
	white-space: nowrap;
	height: 41px;   /* 画像（縦）サイズに合わせる */
	line-height: 41px; /* 画像（縦）サイズに合わせる */
	margin-left: 1px;
	padding: 0 12px 0 11px;
	border: none;
}
div.CssBtn:hover,
a.CssBtn:hover {
	text-decoration: none;
}
div.CssBtn:visited,
a.CssBtn:visited {
	text-decoration: none;
}


/* Type A */
div.CssBtn.MetalBtn.TypeA input,
a.CssBtn.MetalBtn.TypeA span {
	background: url("img/btn/metal1_right.gif") no-repeat right top;
}
div.CssBtn.MetalBtn.TypeA,
a.CssBtn.MetalBtn.TypeA {
	background:url("img/btn/metal1_left.gif") no-repeat 0 0;
}
div.CssBtn.MetalBtn.TypeA input:hover,
a.CssBtn.MetalBtn.TypeA:hover span {
	background:url("img/btn/metal1_right.gif") no-repeat right bottom;
}
div.CssBtn.MetalBtn.TypeA:hover,
a.CssBtn.MetalBtn.TypeA:hover {
	background:url("img/btn/metal1_left.gif") no-repeat -272px 0;
}

/* Type B */
a.CssBtn.MetalBtn.TypeB span {
	background: url("img/btn/metal2_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeB {
	background:url("img/btn/metal2_left.gif") no-repeat 0 0;
}
a.CssBtn.MetalBtn.TypeB:hover span {
	background:url("img/btn/metal2_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeB:hover {
	background:url("img/btn/metal2_left.gif") no-repeat -272px center;
}

/* Type C */
a.CssBtn.MetalBtn.TypeC span {
	background: url("img/btn/metal3_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeC {
	background:url("img/btn/metal3_left.gif") no-repeat 0 0;
}
a.CssBtn.MetalBtn.TypeC:hover span {
	background:url("img/btn/metal3_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeC:hover {
	background:url("img/btn/metal3_left.gif") no-repeat -272px 0;
}


#list{
	padding:10px 5px;
}
#list .btn {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    display: block;
	background: #fff;
    border: 1px solid #1b8b6e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #1b8b6e;
    width: 200px;
    padding: 10px 0;
}
#list .btn:hover{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    display: block;
	background: #1b8b6e;
    border: 1px solid #1b8b6e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    width: 200px;
    padding: 10px 0;
}