/* 3dofficelm.css 2009.05.20 */
/* 製品ごとに使うスタイル */
/*============目次============
　最終更新日：2009/08/11
　1.ClearFix
　2.上書きスタイル
　--------------------------
　※製品ごとに追加したクラス
　--------------------------
　3.ページ送り
　4.製品トップ
　5.よくあるご質問
  6.旧バージョン比較
  7.製品紹介
  8.プチアンケート
============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
DIV#product .cont_area UL.step:after,
.ClearFix:after,
dl:after{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
DIV#product .cont_area UL.step,
.ClearFix,dl{  
	display: inline-block;  
	zoom: 100%;  
}

/*===========================
■2. 上書きスタイル
============================*/
/* 「h1」の背景画像を変更する場合 */
.Contents h1.TitleBlank {
	background-image: url(/common/img/title/title_blank_odlm.gif);
}

/* 製品紹介の「h3」 */
.Contents #product H3 {
	margin: 10px 0;
	font-size: 100%;
}

/* バージョンアップポイントの見出し */
.Contents #verup H2 {
	font-size: 100%;
	display: block;
	background-repeat:no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.Contents #verup H3 {
	font-size: 85%;
	display: block;
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
/*===========================
■3. ページ送り
============================*/
DIV.turn_page{
	width: 570px;
}

DIV.turn_page .prev{
	width: 170px;
	float: left;
	text-align: left;
}

DIV.turn_page .next{
	width: 170px;
	float: right;
	text-align: right;
}

DIV.turn_page A:link,
DIV.turn_page A:hover,
DIV.turn_page A:active,
DIV.turn_page A:visited{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

/*--左送り 85px--*/
DIV.turn_page A.prev85{
	width: 85px;
	height: 16px;
	background-image:  url(img/btn/bt_prev85.jpg);
	background-repeat:no-repeat;
	margin-right: 85px;
	padding: 8px 0;
	display: block;
}

DIV.turn_page A.prev85:hover{
	background-image:  url(img/btn/bt_prev85on.jpg);
}

/*--右送り 85px--*/
DIV.turn_page A.next85{
	width: 85px;
	height: 16px;
	background-image: url(img/btn/bt_next85.jpg);
	background-repeat:no-repeat;
	margin-left: 85px;
	padding: 8px 0;
	display: block;
}

DIV.turn_page A.next85:hover{
	background-image:  url(img/btn/bt_next85on.jpg);
}

/*--左送り 130px--*/
DIV.turn_page A.prev130{
	width: 130px;
	height: 16px;
	background-image:  url(img/btn/bt_prev130.jpg);
	background-repeat:no-repeat;
	margin-right: 40px;
	padding: 8px 0;
	display: block;
}

DIV.turn_page A.prev130:hover{
	background-image:  url(img/btn/bt_prev130on.jpg);
}

/*--右送り 130px--*/
DIV.turn_page A.next130{
	width: 130px;
	height: 16px;
	background-image:  url(img/btn/bt_next130.jpg);
	background-repeat:no-repeat;
	margin-left: 40px;
	padding: 8px 0;
	display: block;
}

DIV.turn_page A.next130:hover{
	background-image:  url(img/btn/bt_next130on.jpg);
}

/*--左送り 170px--*/
DIV.turn_page A.prev170{
	width: 170px;
	height: 16px;
	background-image:  url(img/btn/bt_prev170.jpg);
	background-repeat:no-repeat;
	padding: 8px 0;
	display: block;
}

DIV.turn_page A.prev170:hover{
	background-image:  url(img/btn/bt_prev170on.jpg);
}

/*--右送り 170px--*/
DIV.turn_page A.next170{
	width: 170px;
	height: 16px;
	background-image:  url(img/btn/bt_next170.jpg);
	background-repeat:no-repeat;
	padding: 8px 0;
	display: block;
}

DIV.turn_page A.next170:hover{
	background-image:  url(img/btn/bt_next170on.jpg);
}


DIV.turn_page A.prev85 SPAN,
DIV.turn_page A.prev130 SPAN,
DIV.turn_page A.prev170 SPAN{
	margin-left: 20px;
}

DIV.turn_page A.next85 SPAN,
DIV.turn_page A.next130 SPAN,
DIV.turn_page A.next170 SPAN{
	margin-right: 20px;
}

/*===========================
■4. 製品トップ
============================*/
/* メインイメージ */
.MainImage {
	width: 583px;
	background-color:#FFFFCC;
	height: 270px;
	text-align:center;
	line-height: 270px;
	border: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 0;
}

/* メインイメージ下のコンテンツ紹介 */
#ContentsMenu .EachBox {
	border: 1px solid #D9D9D9;
	margin: 0 0 8px 0;
	padding: 0;
}
#ContentsMenu .EachBox h2 {
	font-size: 90%;
	color: #000000;
	margin: 5px;
}
#ContentsMenu .EachBox h2 a {

}
#ContentsMenu .EachBox p {
	margin: 0 5px 3px 5px;
}

/*===========================
■5.よくあるご質問
============================*/
/* 質問リスト */
#faq ul {
	margin: 0 0 30px 0;
	width: 570px;
	padding: 0;
	list-style: none;
}
#faq ul li {
	background: transparent url(/common/img/tool/list_yaji_s.gif) no-repeat 3px 6px;
	margin: 0;
	padding: 3px 5px 3px 20px;
	display: block;
	width: 545px;
	clear: both;
}

/* 回答枠 */

#faq h2 {
	background: url(img/title/subtitle_bar_rep.gif) repeat-x 1px 1px;
	font-size: 95%;
	margin: 0 0 5px 0;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	color: #333333;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
#faq .Section.Answer {
	border-top: 1px solid #999999;
	margin: 0 0 30px 0;
}

#faq .Section.Answer h3 {
	border: none;
	background: url(img/title/subtitle_rep.gif) repeat-x left top;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	height: 22px;
	line-height: 135%;
	color: #333333;
}
#faq .Section.Answer p {
	margin: 0 20px 0.5em 20px;
	padding: 0;
	clear: both;
	
}

#faq .Section.Answer TABLE{
	border-collapse: collapse;
	margin: 0 0 10px 20px;
}

#faq .Section.Answer TABLE TD{
	font-size: 75%;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;	
}

#faq .Section.Answer TABLE TD.yaji{
	text-align: center;
	padding: 3px 10px;
	border: none;	
}

#faq .Section.Answer TABLE TD.ok{
	background-color: #FFCC00;
	text-align: center;	
}

#faq .Section.Answer TABLE TD.so{
	background-color: #FFFF99;
	text-align: center;		
}

#faq .Section.Answer TABLE TD.ng{
	background-color: #EEEEEE;
	text-align: center;	
}

#faq div.PageTop {
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
}
#faq div.PageTop a {
	background: url(../../3dmyhomepro6/img/tool/page_top_s.gif) no-repeat 0 0;
	width: 108px;
	height: 12px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 40px;
	display: block;
	float: right;
	clear: both;
}



/*===========================
■6. 旧バージョン比較
============================*/

/* -----比較表----- */

TABLE.compare {
	width: 570px;
	border-collapse: collapse;
}

TABLE.compare TH{
	border: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 140%;
}

TABLE.compare TD{
	border: 1px solid #999999;
	border-bottom: 1px dashed #999999;
	font-weight: normal;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
}

/* 機能の補足説明 */
TABLE.compare TH DIV{
	color: #666666;
	line-height: 120%;
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
}


/* 一番上の項目名 */
TABLE.compare TH.title,
TABLE.compare TH.newver,
TABLE.compare TH.oldver{
	padding: 5px;
	text-align:center;
	font-size: 80%;
}

TABLE.compare TH.title{
	width: 330px;
}

TABLE.compare TH.newver,
TABLE.compare TH.oldver{
	width: 120px;
}

/* 項目グループ subtitle */
TABLE.compare TH.subtitle{
	background-color: #EEEEEE;
/*	background-color: #D5D6DF; */
	color: #333333;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 80%;
}

TABLE.compare TH.newver,
TABLE.compare TD.newver{
	background-color: #D2DEFF;
}

TABLE.compare TH.oldver,
TABLE.compare TD.oldver{
	background-color: #D2D2FF;
}


/* 最終行のラインは実線　classの値にlastを入れる */
TABLE.compare TH.last,
TABLE.compare TD.last{
	border: 1px solid #999999;
}

/*===========================
■7. 製品概要　ID：outline
============================*/

DIV#outline P{
	margin: 0 10px 10px 10px;
}

DIV#outline IMG.main{
	margin: 20px 0;
}

.Top15{
	margin-top: 15px;
}

/*===========================
■8. 追加分
============================*/

DIV#product .contents,
DIV#verup .contents {
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 560px;
	margin-bottom: 30px;
}

DIV#product .contents .floatright,
DIV#verup .contents .floatright {
	float: right;
	margin-left: 15px;
	padding: 0px;
}

DIV#product .contents .floatleft,
DIV#verup .contents .floatleft {
	float: left;
	margin-right: 15px;
}

DIV#product .contents p.comment,
DIV#verup .contents p.comment {
	font-size: 75%;
	color: #666666;
	line-height: 120%;
	margin: 0;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

DIV#product IMG.top5,
DIV#verup IMG.top5 {
	margin-top: 5px;
}

DIV#product IMG.top10,
DIV#verup IMG.top10 {
	margin-top: 10px;
}


/* 製品紹介 余白調整 */
DIV#product .cont_area {
	width: 550px;
	margin: 10px;
}

DIV#product .cont_area H2{
	margin: 0 0 15px 0;
}

DIV#product .cont_area H3{
	color: #666666;
}

/* 製品紹介 各機能への入口 function_gate */

DIV.function_gate {
	width: 570px;
	margin: 20px 0 0 0;
	padding: 0;
	background: url("product/img/bk_gate.gif") repeat-y;
}

DIV.function_gate UL{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

DIV.function_gate UL LI{
	width: 180px;
	float: left;
	margin: 5px 0 5px 6px;
	padding: 0;
}

DIV.function_gate UL LI DIV.cont{
	width: 178px;
	margin-top: 5px;
	background-color: #FFFFFF;
	border: 1px solid #C4ECF0;
}

DIV.function_gate UL LI DIV.cont IMG{
	margin: 5px;
}

DIV.function_gate UL LI DIV.cont DIV{
	margin: 5px;
}

DIV.function_gate UL LI DIV.cont DIV A{
	font-weight: bold;
}

/* 製品紹介 区切り線 */

DIV#product HR{
	color: #6FCDD3;
	background-color: #6FCDD3;
	height: 1px;
	border: none;
	margin: 10px 0 15px 0;
}

/* 製品紹介 集計項目一覧表 */

DIV#product DIV.split DIV.counttxt{
	width: 240px;
	float: left;
}

DIV#product DIV.split DIV.countlist{
	width: 298px;
	border: 1px solid #6FCDD3;
	float: right;
}

DIV#product DIV.split DIV.countlist P{
	padding: 3px 0;
	margin-bottom: 5px;
	background-color: #B2E7ED;
}

DIV#product DIV.countlist UL LI{
	width: 120px;
	margin-right: 3px;
}

DIV#product DIV.countlist UL.listleft{
	float: left;
}

DIV#product DIV.countlist UL.listright{
	float: right;
}

/* 製品紹介 ステップ表記 */
DIV#product .cont_area UL.step {
	margin: 10px 0 20px -25px;
	padding: 0;
	list-style-type: none;
}

DIV#product .cont_area UL.step LI STRONG{
	font-size: 120%;
}

DIV#product .cont_area UL.step LI BR{
	-bottom: 10px;
}

DIV#product .cont_area UL.step LI.s01{
	background: url("product/img/step1.gif") no-repeat;
	padding-left: 70px;
	padding-bottom: 15px;
}

DIV#product .cont_area UL.step LI.s02{
	background: url("product/img/step2.gif") no-repeat;
	padding-left: 70px;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

/* バージョンアップポイントのH3 */
DIV#verup H3 {
	margin-top: 10px;
}

/* キャンペーン情報 */
DIV.camp_info {
	width: 570px;
	height: 100px;
	margin-top: 20px;
}

DIV.camp_info IMG{
	margin-bottom: 5px;
}


/*===========================
■9. プチアンケート
============================*/

/* プチアンケート */
.Section#fbform {
	margin: 20px 0 0 0;
	padding: 5px;
	width: 558px;
	border: 1px solid #C2E0DD;
	background-color: #F4F9F9;
}
.Section#fbform h4 {
	font-size: 87.5%;
	font-weight: bold;
	margin: 0 5px 10px;
	padding: 0;
}
.Section#fbform dl {
	margin: 0 10px 7px;
	padding: 0 0 0 0;
	clear: both;
	display: block;
	width: 538px;
}
.Section#fbform dt {
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
	width: auto;
	float: left;
}
.Section#fbform dd {
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	width: auto;
	display: block;
	float: left;
}
.Section#fbform dd.clear {
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	width: 523px;
	display: block;
	float: none;
}
.Section#fbform dd label {
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0 1em 0 0;
	float: left;
}

.Section#fbform dd .cform_com {
	width: 450px;
	height: 2.8em;
}

.Section#fbform .SubmitBox {
	text-align: center;
	display: block;
}
.Section#fbform .SubmitBox input {
	font-size: 75%;
	padding: 1px 5px;
}