/* 3dplace.css 2011.07.15 */

/*============目次============
　最終更新日：2012/04/02
１）共通
２）共通（３Ｄプレイスで追加）
３）上書き要素
４）３Ｄプレイス トップ
５）製品紹介
６）動作環境
７）価格ご購入
８）３Ｄビューアモジュール
９）ユーザー活用事例
10）そのほか
============================*/

/*=====================================================
１）共通
=====================================================*/

/*--------------------------
	リセット・HTML再定義
---------------------------*/
* {
	margin:0;
	padding:0;
}

/*ul li{
	list-style:none;
}*/

body{
	color:#222;
	background:#eff0f7;
	font-family:"Noto Sans Japanese","Noto Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

/*--------------------------
	ClearFix
---------------------------*/
.ProductMenu:after,
.ClearFix:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.ProductMenu,
.ClearFix
{  
	display: inline-block;  
	zoom: 100%;  
}


/*--------------------------
	基本レイアウト
---------------------------*/

#Outline{
	width: 100%;
	background:#eff0f7;
}
#MainArea960_row1{
	margin:0 auto;
	text-align:left;
	width: 960px;
}
#MainArea960_row1 .Contents{
	clear:both;
	float:none;
	width:960px;
}

DIV#MainArea960_row1 .ContentInner {
		clear:both;
		margin:0 15px 20px 15px;
		width:930px;
		background:#fff;
		padding-bottom:1px;
}

DIV#MainArea960_row1 .Section,.Section2 {
	clear: both;
	width:900px;
	padding: 10px 0 0 0;
	margin:10px 0 0 10px;
}

DIV#MainArea960_row1 .Section_full {
    clear: both;
		width:960px;
}

DIV#MainArea960_row1 .Section_bottom {
    clear: both;
    width: 930px;
		margin-bottom:0;
}


/*--------------------------
	パンくず上書き（下余白無し）
---------------------------*/
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;
}
.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 20px 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;
}
#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:110%;
		font-weight:normal;
}


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

.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;
}


/*=====================================================
２）共通　※MIFES 9で追加
=====================================================*/

/*-- テーブル内の文字サイズをPと合わせる --*/

.ContentInner TABLE TH,
.ContentInner TABLE TD,
.ProductInner TABLE TH,
.ProductInner TABLE TD{
	font-size: 80%;
	line-height: 140%;
}

/*-- テーブル内のリストは100%で表示 --*/

.ContentInner TABLE TD UL LI{
	font-size:100%;
}

/*-- フォント指定1（ヒラギノ優先） --*/

#MainArea960_row1 h1,
#MainArea960_row1 .ProductInner h2,
.Menu_top,
.Menu_navi,
.ProductMenu dl dt {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*-- フォント指定2（メイリオ優先） --*/
.ProductMenu ul li,
#MainArea960_row1 .topsummary p,
#MainArea960_row1 h2,
.pickup div span,
.footnavi_prd h3,
.footnavi_other h3,
.topcatch UL.uses LI,
.about_proarea .feature h3,
.about_proarea .feature_long h3,
.ContentInner .repo_userinfo P {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


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

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

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

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


/*=====================================================
３）上書き要素
=====================================================*/


/*=====================================================
４）３Ｄプレイス トップページ
=====================================================*/

/*------------------------------------
トップ画像（DIV#MainImage）
-------------------------------------*/

#MainImage{
	margin:0 auto;
	text-align:center;
	background:url(img/top/bk_topmain.jpg) repeat-x;
}


#iecloud a:hover{
	opacity:0.7;
}

/*------------------------------------
製品キャッチ（DIV.topcatch）
-------------------------------------*/
.topcatch {
}

#MainArea960_row1 .topcatch H2{
	background: none;
	margin: 0 0 15px 0;
	padding: 0;
}


.topcatch P{
	font-size: 90%;
	line-height: 120%;
	margin-top:0;
	margin-bottom: 10px;
}

.topcatch P.remark{
	font-size: 75%;
}

.topcatch .pt_Left{
	width: 660px;
}

/*-- ３Ｄプレイスのメリット --*/
.topcatch UL.merit{
	list-style: none;
	margin: 0 0 20px 0;
}

.topcatch UL.merit LI{
	margin: 0 0 10px 0;
	height: 42px;
	text-indent: -9999px;
}

.topcatch UL.merit LI#m1{
	background:url(img/top/merit1.jpg) left top no-repeat;
}
.topcatch UL.merit LI#m2{
	background:url(img/top/merit2.jpg) left top no-repeat;
}
.topcatch UL.merit LI#m3{
	background:url(img/top/merit3.jpg) left top no-repeat;
}

/*-- ３Ｄプレイスの用途 --*/

.topcatch UL.uses{
	list-style: none;
}
.topcatch UL.uses LI{
	font-size: 90%;
	line-height: 120%;
	margin: 0 0 10px 0;
	padding-left: 15px;
	background:url(img/top/ic_purpose.jpg) left 3px no-repeat;
}

/*-- 「サービスのご紹介」ボタン --*/

P.goservice{
	margin: 0px 10px 50px 680px;
}

P.goservice A{
	margin-top:5px;
	display:block;
	width:200px;
	height:36px;
	text-indent:-9999px;
	background:url(img/top/bt_goservice.jpg) left top no-repeat;
	overflow:hidden; /*点線対策*/
	outline:none;
}
P.goservice A:hover,
P.goservice A:focus{
	background:url(img/top/bt_goservice.jpg) left -36px no-repeat;
}


/*------------------------------------
活用してますコメント（DIV.topcomment）
-------------------------------------*/
DIV.topcomment{
	background:url(img/top/icon_top_comment.jpg) left top no-repeat;
	min-height: 110px;
}


#MainArea960_row1 DIV.topcomment UL{
	margin-left: 120px;
	list-style: none;
}

#MainArea960_row1 .topcomment UL LI{
	width: 375px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

DIV.topcomment P{
	font-size: 75%;
	line-height: 140%;
	text-align: right;
}


/*------------------------------------
ピックアップ
-------------------------------------*/
.pickup{
	background:url(img/top/bk_pickup.jpg) left top no-repeat;
	padding:0 0 40px 0;
	margin:0 0 20px 0;
	height: 259px;
}
.pickup ul{
	margin:0 auto;
	width:900px;
}
.pickup li{
	float:left;
	width:214px;
	margin-right:14px;
	margin-top:55px;
	/*font-size:85%;*/
	line-height: 140%;
	list-style:none;
}
* html .pickup li{
	margin-right:12px; /*IE6*/
}
.pickup li.end{
	margin-right:0;
}
.pickup div span{
	padding:1px 0 4px 17px;
	font-size:100%;
	font-weight:bold;
	background:url(/common/img/tool/arrow_blue.gif) left 0.3em no-repeat;
}

.pickup div span.mini{
	font-size:95%;
}

.pickup li p{
	font-size: 80%;
	line-height: 140%;
}

.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{
	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;
	font-size: 90%;
	color: #333333;
}
.info li{
	display:inline-block;
	clear:both;
	width:470px;
	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;
}
.info li img{
	float:left;
	margin-right:4px;
}
.info .infomation li{
	background:url(/common/img/tool/navi_yaji_2.gif) left top no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}

/* 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{
	padding-top:5px;
	background:#fff;
	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 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:4px 0 0 15px;
	float:left;
}
.FootTop li.right{
	margin:0px 5px 0 0;
	float:right;
	padding:0;
}

/*-- 製品用フッタ --*/
.footnavi_prd{
	width:930px;
	padding:5px 15px 15px 15px;
	margin:0 0 10px 0;
}
.footnavi_prd div{
	float:left;
	width:230px;
}
.footnavi_prd h3{
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_blue.gif) left top no-repeat;
}
.footnavi_prd li{
	background:url(/common/img/tool/navi_yaji_2.gif) no-repeat left center;
	padding-left:14px;
	line-height:1.6em;
	font-size:75%;
	color:#222;
}

/*-- その他用フッタ --*/
.footnavi_other{
	width:930px;
	padding:5px 15px 20px 15px;
	background:#d9d9d9;
}
.footnavi_other div{
	float:left;
	width:232px;
}
.footnavi_other h3{
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_gray.gif) left top no-repeat;
}
.footnavi_other li{
	background:url(/common/img/tool/navi_yaji_2.gif) no-repeat left center;
	padding-left:14px;
	line-height:1.6em;
	font-size:75%;
	color:#222;
}
.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;
}


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

/*--------------------------
上部メニューナビ(.Menu_nav)
---------------------------*/
.Menu_navi{
	margin:0 auto 20px auto;
	width:969px;
	height:50px;
	background:url(img/tool/bk_navi_sub.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
}
.Menu_navi .Left{
	float:left;
	margin:10px 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:8px 20px 10px 12px;
	background:url(img/tool/ar_navi.gif) left 16px no-repeat;
	text-decoration:none;
}
.Menu_navi ul.menu a:visited{
	color:#000099;
}
.Menu_navi ul.menu li:hover > a{
    color: #5656d6;
}
 
*html .Menu_navi ul.menu li a:hover{ /* IE6 */
    color: #5656d6;
}
 
.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;
}


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

/*-- ページ上部 --*/
.TopPager{
	margin:20px 15px 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;
}
.ProductPager_step li{
	list-style:none;
}
.ProductPager_step ul.Pager{
	margin:0 auto;
	height:3em;
	line-height:3em;
	text-align:center;
	width:900px;
}
.ProductPager_step ul.Pager li{
	float:left;
}

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

/* ボタン--次へ */
.ProductPager_step ul.Pager li.NextBox{
	
}
.ProductPager_step ul.Pager li.NextBox a{
	display:block;
	width:419px;
	background:url(img/tool/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;
	text-decoration:underline;
}
.ProductPager_step ul.Pager li.NextBox a:hover span{
	color:#0066ff;
}

/* ボタン--前へ*/
.ProductPager_step ul.Pager li.PrevBox{
}
.ProductPager_step ul.Pager li.PrevBox a{
	display:block;
	width:419px;
	background:url(img/tool/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;
	text-decoration:underline;
}
.ProductPager_step ul.Pager li.PrevBox a:hover span{
	color:#0066ff;
}



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

/*-- ページナビゲーション --*/
.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:900px;
/*	width:840px;*/
	margin:0 auto;
}
.ProductPager_step .Navi li{
	float:left;
}
.ProductPager_step .Navi li a{
	display:block;
/*	width:120px;	*/
	width:240px;
	background:url(img/product/bk_pageNavi_off.png) no-repeat 100% 50%;
	padding:0 1.5em 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(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
}
.ProductPager_step .Navi li a:hover{
	background:url(img/product/bk_pageNavi_on.png) no-repeat 100% 50%;
	text-decoration:underline;
}

/*===========================
■次へ、前へボタン
============================*/
.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;
}


/*=====================================
■機能と特長、機能一覧
======================================*/

/*--------------------------
	コンテンツ
---------------------------*/
DIV#MainArea960_row1 .ProductInner{
	margin:0 15px;
	width:930px;
}
DIV#MainArea960_row1 .ProductInner .Section{
	padding:0;
	margin:0;
	background:#fff;
	width:930px;
}


DIV#MainArea960_row1 .ProductInner .Section2{
	padding:0;
	margin:0;
	background:#FFF7E3;
	width:930px;
}
/*-- 見出し --*/

#MainArea960_row1 .ProductInner h2{
	background: none;
	font-size: 130%;
	line-height: 120%;
	margin: 0;
/*	padding: 0 0 0.5em 0;	*/
	padding: 0;
	font-weight: bolder;
}

.ProductInner h3.areaname{
	border-left: 3px solid #F90;
	padding: 5px;
	margin-bottom:10px;
}
.ProductInner IMG.Line{
	margin:10px 0 10px -20px;
}

.ProductInner IMG.Line2{
	margin:10px 0 0 -20px;
}
.ProductInner IMG.Line3{
	margin:0;
}


/*-- テキスト設定 --*/
.ProductInner p{
	margin-bottom:10px;
	font-size:90%;
	color:#333;
	line-height:1.6;
}

.ProductInner ul{
	list-style-position: outside;
	list-style-type: disc;
}

.ProductInner ul li{
	font-size: 80%;
	line-height: 140%;
	margin: 0 0 0.1em 2em;
}

.ProductInner em{
	color: #D43C00;
/*--	color: #824000;	 --*/
	font-size: 90%;
	line-height: 140%;
	font-weight:bold;
	font-style:normal;
}
.ProductInner .notice{
	padding:7px;
	font-size:75%;
	background:#eee;
}
.ProductInner .notice2{
	padding:7px;
	font-size:75%;
	background:#fff;
}
.ProductInner p.cap,
.ContentInner p.cap{
	padding:0 0 5px 10px;
	margin:0;
	font-size:70%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left 1px no-repeat;
	line-height:140%;
}
.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 .boxL2{
	float:left;
}
.ProductInner .boxR{
	float:right;
	margin:20px 0 0 0;
}
.ProductInner .boxR2{
	float:right;
}

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

/*-- 拡大ボタン付画像（PRO7設定）
.ProductInner a.GoBig{
	background:url(img/tool/btn_zoom.gif) 152px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
.ProductInner a.GoBig_2{
	background:url(img/tool/btn_zoom.gif) 250px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
} --*/

/*-- 2列 --*/
.ProductInner .col2{
	width:890px;
	padding:0 20px 0 20px;
}

/* 2列　一番上と下のみ */
.ProductInner .col2 h2.top{
	margin:0 0 15px 0;
	font-size:160%;
}
.ProductInner .top_bk{
	background:url(img/product/bk_section_top.jpg) left top no-repeat;
}
.ProductInner .bottom_bk{
	background:url(img/product/bk_section_btm.jpg) left bottom no-repeat;
	background-color:#FFF;
	padding-bottom: 20px; /* 11.05.27追加 */
}

/*-- 3列 --*/
.ProductInner .col3{
	width:890px;
	padding:0 20px 0px 20px;
}

/*-- 2列／3列 補足、事例付き--*/
.ProductInner .col2_pu,
.ProductInner .col3_pu{
	width:910px;
	padding:0 0 0px 20px;
}

.ProductInner .col2_pu .ex,
.ProductInner .col3_pu .ex{
	float:right;
	width:280px;
	color:#222;
	background:#deca7c;
}
.ProductInner .col2_pu .ex h3,
.ProductInner .col3_pu .ex h3{
	padding:14px 0 10px 30px;
	background:url(img/product/bk_ttl_pu.jpg) left top no-repeat;
}
.ProductInner .col2_pu .ex p,
.ProductInner .col3_pu .ex p{
	margin:0 10px 15px 10px;
	font-size:75%;
	color:#111;
}
.ProductInner .col2_pu .ex .photo
.ProductInner .col3_pu .ex .photo{
	float:left;
	padding-left:10px;
	width:74px;
}
.ProductInner .col2_pu .ex .txt,
.ProductInner .col3_pu .ex .txt{
	float:right;
	width:195px;
	text-align:left;
}

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

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

/*-- テーブル共通 --*/
TABLE.funclist{
	border-collapse: collapse;
	margin: 10px 0 0 0;
}

TABLE.funclist TH{
	background-color: #EEE;
}

TABLE.funclist TH,
TABLE.funclist TD{
	padding: 5px 10px;
	border: 1px solid #CCC;
}

TABLE.funclist SPAN{
	font-size: 90%;
	font-weight: normal;
}

TABLE.funclist TH.proarea,
TABLE.funclist TH.freearea,
TABLE.funclist TD{
	text-align: center;
}

TABLE.funclist TH.proarea,
TABLE.funclist TH.freearea{
	padding: 10px;
}

TABLE.funclist TH.proarea{
	background-color: #dbdbf1;
}
TABLE.funclist TH.blue{
	background-color: #ffe6bc;
}

TABLE.funclist TD.proarea{
	background-color: #ffdcc8;
}
TABLE.funclist TD.blue{
	background-color: #e5e5f9;
}

/*-- テーブル共通（本文中用） --*/
TABLE.funclist_mini{
	border-collapse: collapse;
}

TABLE.funclist_mini TH{
	background-color: #EEE;
}

TABLE.funclist_mini TH,
TABLE.funclist_mini TD{
	padding: 5px 10px;
	border: 1px solid #CCC;
}

TABLE.funclist_mini SPAN{
	font-size: 90%;
	font-weight: normal;
}



/*-- 備考（枠線あり） --*/
.notice_border{
	border: 1px dashed #CCC;
	padding: 5px 10px;
}

/*-- 事例紹介（製品ページ内） --*/
.report_detail{
	border: 1px dashed #CCC;
	padding: 5px;
}

.report_detail H3{
	font-size: 80%;
	font-weight: normal;
	background-color: #708AB9;
	color: #FFFFFF;
	padding: 5px;
}

.report_detail P{
	font-size: 75%;
	color: #666;
	margin-bottom: 5px;
}

.report_detail P IMG{
	margin: 0 0 5px 5px;
	float: right;
}

/*-- 3つのステップで使える --*/

TABLE.about3step{
	width: 850px;
	margin: 0px 20px;
	padding:20px 15px 10px 15px;
}

TABLE.about3step TH{
	height: 60px;
	text-indent: -9999px;
}

TABLE.about3step TH#s1{
	width: 290px;
	padding:0;
	margin:0;
	background:url(img/product/3step_arrow1.jpg) left top no-repeat;
}
TABLE.about3step TH#s2{
	width: 290px;
	padding:0;
	margin:0;
	background:url(img/product/3step_arrow2.jpg) left top no-repeat;
}
TABLE.about3step TH#s3{
	width: 250px;
	padding:0;
	margin:0;
	background:url(img/product/3step_arrow3.jpg) left top no-repeat;
}

TABLE.about3step TD{
	vertical-align: top;
	text-align: center;
	padding: 20px 0 0 0;
	margin:0;
}

TABLE.about3step TD P{
	font-size: 80%;
	text-align: left;
	margin: 5px 10px;
}

P.btn A{
	margin-top:5px;
	display:block;
	width:108px;
	height:27px;
	text-indent:-9999px;
	background:url(img/btn/btn_kinou_shousai.gif) left top no-repeat;
	overflow:hidden; /*点線対策*/
	outline:none;
}
P.btn A:hover,
P.btn A:focus{
	background:url(img/btn/btn_kinou_shousai.gif) left -27px no-repeat;
}

/*-- プロエリアの説明 --*/

.about_proarea{
	background-color: #e5e5f9;
	padding: 10px 0;
}
.about_proarea2{
	background-color:#ffdcc8;
	padding: 10px 0;
	overflow:hidden;
}

#MainArea960_row1 .ProductInner .about_proarea h2,.#MainArea960_row1 .ProductInner .about_proarea2 h2 {
    font-size: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding-left: 310px;
    background: url(img/product/st_proarea.jpg) left top no-repeat;
}


.about_proarea .feature,.about_proarea2 .feature{
	width: 430px;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	background: url(img/product/bg_proarea_feature.jpg) left top no-repeat;
	background-color: #FFF;
	float: left;
}

.about_proarea .feature h3,.about_proarea2 .feature h3{
	color: #333;
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 0 10px;
/*	text-align: center;	*/
	line-height: 46px;
}

.about_proarea .feature h3 img,.about_proarea2 .feature h3 img{
	margin: 7px 0 0 5px;
	float: right;
}

.about_proarea .feature p,
.about_proarea .feature em,
.about_proarea .feature ul,
.about_proarea .feature table{
	margin: 0 10px 10px;
}
.about_proarea2 .feature p,
.about_proarea2 .feature em,
.about_proarea2 .feature ul,
.about_proarea2 .feature table{
	margin: 0 10px 10px;
}

.about_proarea .feature_long,.about_proarea2 .feature_long{
	width: 870px;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	background: url(img/product/bg_proarea_feature_long.jpg) left top no-repeat;
	background-color: #FFF;
	float: left;
}

.about_proarea .feature_long h3,.about_proarea2 .feature_long h3{
	color: #333;
	font-size: 100%;
	margin: 0 0 5px 0;
	padding: 0 10px;
/*	text-align: center;	*/
	line-height: 46px;
}

.about_proarea .feature_long h3 img,.about_proarea2 .feature_long h3 img{
	margin: 7px 0 0 5px;
	float: right;
}

.about_proarea .feature_long p,
.about_proarea .feature_long em,
.about_proarea .feature_long ul,
.about_proarea .feature_long table{
	margin: 0 10px 10px;
}
.about_proarea2 .feature_long p,
.about_proarea2 .feature_long em,
.about_proarea2 .feature_long ul,
.about_proarea2 .feature_long table{
	margin: 0 10px 10px;
}

.about_proarea .feature_remark,.about_proarea2 .feature_remark{
	width: 430px;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	float: left;
}

.about_proarea .feature_remark ul,.about_proarea2 .feature_remark ul{
	font-size: 90%;
	margin: 5px;
}

.about_proarea .feature_remark ul li,.about_proarea2 .feature_remark ul li{
	margin-bottom: 10px;
}

/*-- ビューアDL --*/
DIV.app_dl{
	width:95%;
	margin:20px 18px 40px 18px;
	padding: 2px;
	height:100px;
	text-align:center;
}
DIV.app_dl strong{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 100%;
	border-bottom:dotted 1px #999;
}
DIV.app_dl UL{
	margin:10px 240px;
}
DIV.app_dl LI{
	list-style:none;
	background:none; 
	float:left;
	margin:5px;
}

/*-- ３Ｄプレイスの利用例 --*/
DIV.scene{
	background-color: #EEE;
}

DIV.scene1,
DIV.scene2,
DIV.scene3{
	width: 870px;
	margin-left:10px;
}

DIV.scene .usercomment{
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 3px #999;
	-webkit-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

DIV.scene .usercomment P{
	font-size: 75%;
	margin: 10px;
}


/*=====================================================
７）価格・ご購入
=====================================================*/

/*-- 利用期間ライセンスの表 --*/
.LicenseLineupTable{
	margin:0 0 10px 10px;
	border-collapse: collapse;
}

.LicenseLineupTable TH,
.LicenseLineupTable TD{
	padding: 5px 20px;
	text-align: center;
	border: 1px solid #AAA;
}

.LicenseLineupTable TH.term1{
	background-color: #D2C8B9;
}
.LicenseLineupTable TD.term1{
	background-color: #D2C8B9;
}

.LicenseLineupTable TH.term2{
	background-color: #F2F0EC;
}
.LicenseLineupTable TD.term2{
	background-color: #F2F0EC;
}
.LicenseLineupTable TH.limit1{
	background-color: #ffc668;
}

.LicenseLineupTable TH.limit2{
	background-color: #ffe6bc;
}


/*-- 価格表 --*/
.LicensePriceTable{
	margin:0 0 10px 10px;
	border-collapse: collapse;
}

.LicensePriceTable TH,
.LicensePriceTable TD{
	padding: 5px 20px;
	border: 1px solid #AAA;
}

.LicensePriceTable TH{
	background-color: #EEE;
	text-align: center;
}

.LicensePriceTable TD.price{
	text-align: right;
}

/* 購入申込書ダウンロード */
.ContentInner div.DownloadPurchaser {
	margin: 0 0 20px;
	width: 568px;
	border: 1px solid #333333;
	background: #F2F2F2;
}
.DownloadPurchaser h3 {
	color: #FFFFFF;
	background: #DD0000;
	border-bottom: 1px solid #333333;
	border-left: none;
	margin: 0;
	padding: 3px 5px;
	font-size: 93%;
	font-weight: bold;
}

.DownloadPurchaser .downloadReader {
	margin: 5px;
}
/* AdobeReaderダウンロード */
.downloadReader {
	font-size: 83%;
	margin: 0;
	padding: 5px 20px;
	width: 518px;
	clear: both;
	border-top: 1px dashed #CCC;
}
.downloadReader .readerBanner {
	float: left;
	border: 0;
	width: 98px;
}
.downloadReader p {
	margin: 0;
	padding: 0;
}

/* DownloadBox */
.downloadBox {
	margin: 5px auto;/*
	background-color: #FFFFFF;*/
	padding: 10px 20px;
	width: 528px;
}
.downloadBox .iconPdf {
	float: left;
	border: 0;
	width: 40px;
}
.downloadBox p {
	margin: 0;
	padding: 0;
}


/*=====================================================
６）動作環境
=====================================================*/

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

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


/*=====================================================
８）３Ｄビューアモジュール
=====================================================*/

/* モジュールの利用例 */
UL.module_example{
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.module_example LI{
	width: 200px;
	margin: 0 30px 0 0;
	float: left;
}

UL.module_example LI.last{
	width: 200px;
	margin: 0 0 0 0;
	float: left;
}


UL.module_example LI IMG{
	margin-bottom: 5px;
}


/*=====================================================
９）ユーザー活用事例
=====================================================*/

.user_repo{
	width: 420px;
	vertical-align: top;
	margin: 0 0 20px 0;
}

.repo_userinfo{
	min-height: 153px;
}

.repo_userinfo#user1{
	background:url(img/report/bg_user1.jpg) left top no-repeat;
}
.repo_userinfo#user2{
	background:url(img/report/bg_user2.jpg) left top no-repeat;
}
.repo_userinfo#user3{
	background:url(img/report/bg_user3.jpg) left top no-repeat;
}
.repo_userinfo#user4{
	background:url(img/report/bg_user4.jpg) left top no-repeat;
}
.repo_userinfo#user5{
	background:url(img/report/bg_user5.jpg) left top no-repeat;
}
.repo_userinfo#user6{
	background:url(img/report/bg_user6.jpg) left top no-repeat;
}


#MainArea960_row1 .repo_userinfo H2{
	background: none;
	margin: 0 0 0.4em 10px;
	padding: 40px 0 0 0;
	font-size: 100%;
}

#MainArea960_row1 .repo_userinfo H2,
.repo_userinfo P{
	width: 286px;
}

.ContentInner .repo_userinfo P{
	font-size: 75%;
	text-align: right;
	margin: 0 0 0.7em;
}

.ContentInner .repo_detail P{
	line-height: 160%;
}

.repo_detail img.left{
	float: left;
	margin: 0 10px 0 0;
}

.repo_detail img.right{
	float: right;
	margin: 0 0 0 10px;
}


/*=====================================================
10）そのほか
=====================================================*/

.Contents#commoncont{
}

.Contents#commoncont span.note{
	color: #006699;
	font-weight: bold;
}


.CatalogTextBox {
	float: left;
/*	width: 637px;	*/
	width: 650px;
}
.CatalogImageBox {
	float: right;
	width: 150px;
	margin: 0;
	padding: 0 5px;
}

/* プレイスビューア　ダウンロードリスト */
ul.viewer_list li{
	float: left;
	display: block;
}

ul.viewer_list li img{
	margin: 12px;
}

/* よくあるご質問 */
h3.Q{
		background:url(img/tool/icon_q.jpg) left top no-repeat;
		padding:10px 0 10px 45px;
		margin-bottom:10px;
		font-size:90%;
		font-weight:bold;
}


div.A{
		background:url(img/tool/icon_a.jpg) left top no-repeat;
		padding:6px 0 10px 45px;
		margin-bottom:10px;
		font-weight:normal;
}

/* 機能アップ一覧 */
ul.update_list li{
	margin-bottom: 10px;
}

ul.update_list li span{
	font-weight: bold;
	font-size: 120%;
}

ul.update_list li.harf{
	width: 410px;
	margin-right:10px;
	float: left;
}
em.new{
	background:#FF0000;
	color:#FFFFFF; !important
	font-weight:bold;
	padding:4px;
	margin:0 3px;
}
span.blue{
	font-weight:bold !important;
	color:#2163ad;
}
em.attention{
	color:#ff370f; !important
	font-weight:bold;
	margin:0 3px;
	font-size:120%;
}
#title{
	padding:0 10px 0;
}
#compare{
	text-align:center;
}
#multiperson{
	background:#E6E6E6;
	margin:10px;
	padding:10px;
}
#multiperson strong{
	color:#ff5f20;
}