/* starfax15.css 2012.07.20 */

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

/*--------------------------
	リセット・HTML再定義
---------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	color:#222;
	background:#eff0f7;
}
/*--------------------------
	基本レイアウト
---------------------------*/

#MainImage {
	margin:0 auto;
	text-align:center;
	background:#194792;
}
#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;
}

DIV#MainArea960_row1 .Section {
  clear: both;
	width:900px;
	padding: 10px 0 0 0;
	margin:10px 15px 0 15px;
}
DIV#MainArea960_row1 .Section_full {
	clear: both;
	/*width:952px;
	margin:0px 4px 0 4px;*/
}

DIV#MainArea960_row1 .Section_full.feature {
	clear: both;
	width:950px;
	margin:0px 5px 20px 5px;
}


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


/*-- フロート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: 75%;
	line-height: 130%;
	color: #555555;
}
/*--------------------------
	回り込み解除
---------------------------*/
.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:110%;
	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 ul li, .ProductInner ul li{
	font-size: 80%;
	margin: 0 0 0.2em 1.5em;
}

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

/*--------------------------
	画像キャプション
---------------------------*/
.ContentInner p.cap {
	padding:2px 0 0 10px;
	margin:0;
	font-size:65%;
	color:#5a5a5a;
	background:url(img/product/ar_cap.gif) left center no-repeat;
}
/*--------------------------
	拡大・再生ボタン付画像
---------------------------*/
/*-- 拡大ボタン付画像 --*/
a.GoBig {
	background:url(img/tool/btn_zoom.gif) 270px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_2 {
	background:url(img/tool/btn_zoom.gif) 170px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}
a.GoBig_3 {
	background:url(img/tool/btn_zoom.gif) 280px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}

a.GoBig_4 {
	background:url(img/tool/btn_zoom.gif) 410px bottom no-repeat;
	padding:0 0 24px 0;
	display:block;
}


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

/*------------------------------------
	トップ部分
-------------------------------------*/
#MainArea960_row1 .topsummary {
	width:960px;
	height:352px;
	background:url(img_top/bk_top_main.jpg) no-repeat;
}


#MainArea960_row1 .topsummary h2 {
	margin:0;
	padding:0;
	height:56px;
	text-indent:-9999px;
	background:none;
}
#MainArea960_row1 .topsummary p {
	margin:110px 20px 0 270px;
	color:#333;
	font-size:105%;
	font-weight:bold;
	letter-spacing:0.0em;
	line-height:160%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#MainArea960_row1 .topsummary p.catch {
	letter-spacing:0.05em;
}


/* ボタン-STARFAX15についてもっと詳しく */

#MainArea960_row1 .topsummary div.btn_more_sf15 a {
	display:block;
	margin:5px 0 0 270px;
	width:363px;
	height:56px;
	text-indent:-9999px;
	background:url(img_top/btn_more_sf15.png) left top no-repeat;
	
}

#MainArea960_row1 .topsummary div.btn_more_sf15 a:hover {
	background:url(img_top/btn_more_sf15.png) left -56px no-repeat;

}

/* ボタン-STARFAX15の新機能 */
#MainArea960_row1 div.btn_top_verup a {
	display:block;
	margin:5px auto;
	width:855px;
	height:83px;
	text-indent:-9999px;
	background:url(img_top/btn_top_verup.jpg) left top no-repeat;
	
}

#MainArea960_row1 div.btn_top_verup a:hover {
	background:url(img_top/btn_top_verup.jpg) left -82px no-repeat;

}



/*------------------------------------
	主な機能
-------------------------------------*/

#MainArea960_row1 .feature {
	margin: 0 0 20px 0;
	padding:0 0 10px 0;
	background:#fff;
}
#MainArea960_row1 .feature h2{
	display:none;
	
}
.feature a{
	color:#000099;
	text-decoration:none;
}
.feature a:visited{
	text-decoration:none;
}
.feature a:hover,
.feature a:active{
	text-decoration:underline;
}
.feature p.subttl{
	text-indent:-9999px;
}
.featureBox {
	width:920px;
	margin:20px auto 0 auto;
}

.featureBox.top {
	background:url(img_top/bk_product.jpg) left top no-repeat;
}

.featureBox.bottom {
margin-top:0;
}

.featureBox h3{
	text-decoration:underline;
}

.featureBox.bottom h3{
	margin-top:15px;

}


.featureBox p{
	font-weight:bold;
	color:#333;
	font-size:90%;
	line-height:1.6;
}

.feature01 {
	float:left;
	margin:50px 0 0 20px;
	padding:0 0 10px 0;
	width:890px;
	border-bottom:1px solid #ccc;
}

.feature01 h3{
	font-size:160%;
}

.feature01 .txt{
	float:left;
	width:370px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.feature01 .img{
	float:right;
	width:510px;
}

.feature01 .ico{
margin:15px 0 0 0;

}



.feature02 {
	float:left;
	width:424px;
	margin:0 10px 0 20px;
	padding:0 10px 0 0;
	border-right:1px solid #ccc;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.feature03 {
	float:right;
	width:425px;
	margin:0 10px 0 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


.feature02 h3,
.feature03 h3{
	font-size:140%;
}


/* ボタン もっと詳しく */
.feature p.btn a{
	display:block;
	width:182px;
	height:50px;
	text-indent:-9999px;
	background:url(img_top/btn_kinou_shousai.gif) left top no-repeat;
	overflow:hidden;
	outline:none;
}
.feature p.btn a:hover,
.feature p.btn a:focus{
	background:url(img_top/btn_kinou_shousai.gif) left -50px no-repeat;
}


/*------------------------------------
	ピックアップ
-------------------------------------*/
#MainArea960_row1 .Section_full.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 4px 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 {
	/*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;
}
.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:left;
	width:960px;
}

/* 2カラム用
.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 {
	position:relative;
	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_product {
	width:930px;
	padding:5px 15px 0 15px;
	margin:0 0 10px 0;
}
.footnavi_product div {
	float:left;
	width:280px;
}
.footnavi_product h3 {
	padding:0 0 0 10px;
	margin:10px 0 6px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:90%;
	color:#333;
	background:url(img/tool/ttl_footbar_blue.gif) left top no-repeat;
}
.footnavi_product 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_product li.ora {
	background:url(/common/img/tool/navi_yaji_o.gif) no-repeat left center;
}
/*-- その他用フッタ --*/
.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-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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;
}
.FootNavi .goto_seriestop {
	position:absolute;
	top:135px;
	left:740px;
}

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

/*--------------------------
	上部メニューナビ
---------------------------*/
.Menu_navi{
	margin:0 auto 20px auto;
	width:969px;
	height:50px;
	background:url(/starfax15/img/tool/bk_navi_sub.jpg) no-repeat;
	font-size:85%;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Menu_navi .Left{
	float:left;
	margin:14px 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 5px 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 */


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

/*-- ページ上部 --*/
.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;
	text-align:center;
	width:900px;
}
.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(img/tool/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(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{
	width:419px;
	padding:0;
}
.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:880px;
	margin:0 auto;
}
.ProductPager_step .Navi li{
	float:left;
}
.ProductPager_step .Navi li a{
	display:block;
	width:200px;
	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;
}

/*----------------------------------
	収録済みオフィス家具分類表
-----------------------------------*/
#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:10px 20px 0 0;
}
.ProductMenu li{
	padding:0 0 10px 12px;
	font-size:95%;
	font-weight:bold;
	background:url(img/product/ar_products.gif) left 4px no-repeat;
	list-style:none;	
}
#product_step01{  
	height:210px;
}

#product_step02{  
	height:130px;
}

#product_step03{  
	height:90px;
}

/*--------------------------
	コンテンツ
---------------------------*/
DIV#MainArea960_row1 .ProductInner{
	margin:0 15px;
	width:930px;
}
DIV#MainArea960_row1 .ProductInner .Section{
	padding:0;
	margin:0;
	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 .top_bk {
    background: url("img/product/bk_section_top.jpg") no-repeat scroll left top transparent;
}

.ProductInner .Section.bottom_bk{
	padding-bottom:20px;
	background:url("img/product/bk_section_btm.jpg") no-repeat scroll left bottom #fff;
}

/*-- テキスト設定 --*/
.ProductInner p{
	margin-bottom:10px;
	font-size:80%;
	color:#333;
	line-height:1.4;
}
.ProductInner em{
	color:#824000;
	font-size:90%;
	font-weight:bold;
	font-style:normal;
}
.ProductInner .notice{
	padding:5px;
	background:#eee;
}
.ProductInner .notice ul.remark{
	padding-left:0;
	background:#eee;
}
.ProductInner .notice ul.remark li{
	margin:5px;
	line-height:1.4;
}
.ProductInner .notice_yellow{
	padding:7px;
	font-size:80%;
	background:#faf7e6;
	line-height:1.4;
}
.ProductInner p.cap{
	padding:2px 0 0 10px;
	margin:0;
	font-size:65%;
	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;
}

/*-- 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%;
}
#product_step01_cts .top_bk{ /* 間取りを描く */
	background:url(img/product/step01/bk_products_top.jpg) left top no-repeat;
}

#product_step02_cts .top_bk{ /* 3Dイメージを作る */
	background:url(img/product/step02/bk_products_top.jpg) left top no-repeat;
}

#product_step03_cts .top_bk{ /* 多彩なプレゼン */
	background:url(img/product/step03/bk_products_top.jpg) left top no-repeat;
}

#product_step04_cts .top_bk{ /* 診断チェック */
	background:url(img/product/step04/bk_products_top.jpg) left top no-repeat;
}

.ProductInner .bottom_bk{
	padding-bottom:20px;
	background:url("img/product/bk_section_btm.jpg") no-repeat scroll left bottom #fff;
}


/*-- 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 h3{
	padding:14px 0 10px 30px;
	background:url(img/product/bk_ttl_pu.jpg) left top no-repeat;
}
.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 30px;
	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;
}


/*-- 箇条書き --*/
.ProductInner .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:0 10px 0 30px;
	margin:0;
	text-align:right;
	border-bottom:1px dotted #ddd;
	background:#fff;
}

/*-- 各Section ページトップへ イエロー背景用 --*/
.ProductInner p.pagetop_s_yellow{
	width:890px;
	padding:0 10px 0 30px;
	margin:0;
	text-align:right;
	background:#faf7e6;
}


/*-- ピックアップのProductInner --*/
div#MainArea960_row1 .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;
}


/*-- G3のてーぶる --*/
#MainArea960_row1 table.superg3table{
	border:2px solid #ccc;

}


#MainArea960_row1 table.superg3table td{
	padding:5px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	background:#fff;
	font-size:80%;
}

#MainArea960_row1 table.superg3table th{
	padding:5px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:separate;
	background:#ddd;
	font-size:80%;

}

#MainArea960_row1 table.superg3table th.Top{
	border-top:none;
}

#MainArea960_row1 table.superg3table td.Right{
	border-left:none;
}


/*-----------------------
 機能と特長トップ
------------------------*/
#MainArea960_row1 .ProductMenu.product_summary{
	width:920px;
	height:335px;
	background:url(product/img/topimg_product.jpg) left top no-repeat;
}



#MainArea960_row1 .ProductMenu.product_summary h1{
	display:none;
}

#MainArea960_row1 .ProductMenu.product_summary div{
	display:none;
}



/*=====================================================
６）バージョンアップポイント
=====================================================*/

#MainArea960_row1 DIV.Contents.verup .ContentInner{
		padding-top: 10px;
}

#MainArea960_row1 DIV.Contents.verup h2{
	background: url(/starfax15/img/verup/ico_new.jpg) no-repeat;
	padding:20px 0 21px 110px;
	/*border-bottom: 4px double #CCC;*/
	color:#194792;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:140%;
}

#MainArea960_row1 DIV.Contents.verup h2.ichioshi{
	background: url(/starfax15/img/verup/ico_ichioshi.jpg) no-repeat;
}

#MainArea960_row1 DIV.Contents.verup h2.kinou{
	background: url(/starfax15/img/verup/ico_kinou.jpg) no-repeat;
}

#MainArea960_row1 DIV.Contents.verup h2 span{
	font-size:80%;
}

#MainArea960_row1 DIV.Contents.verup h2.ichioshi span{
	padding:0px 7px;
	margin:0 0 0 7px;
	font-size:55%;
	color:#fff;
	background:#3e5594;
	border-radius:2px;
}

#MainArea960_row1 DIV.Contents.verup .Section{
	margin:0 20px 10px 20px;
	padding-top:0;
	width:890px;
}

#MainArea960_row1 DIV.Contents.verup .Section .notice{
    padding:7px;
    background:#eee;
	line-height:1.4;
}
#MainArea960_row1 DIV.Contents.verup .Section .notice_bk{
    padding:7px;
    background:#eee;
}

#MainArea960_row1 DIV.Contents.verup .devcom{
	padding-top:5px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}

#MainArea960_row1 DIV.Contents.verup .devcom P{
	font-size: 75%;
	line-height: 1.8em;
	margin: 0 10px 5px 10px;
}

#MainArea960_row1 DIV.Contents.verup .devcom P SPAN{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DDD;
}

#MainArea960_row1 DIV.Contents.verup .devcom P.from{
	font-weight: bold;
	background-color: #BDE427;
	padding:3px 5px;
	line-height: 140%;
}




/*-- 注意書き --*/
#MainArea960_row1 DIV.Contents.verup .Section .notice {
    background: none repeat scroll 0 0 #EEEEEE;
    line-height: 1.4;
    padding: 7px;
}

/*-- テキスト設定 --*/
#MainArea960_row1 DIV.Contents.verup em {
    color: #824000;
    font-size: 90%;
    font-style: normal;
    font-weight: bold;
}

/*-- その他のバージョンアップポイント --*/
#MainArea960_row1 DIV.Contents.verup .verup_other div{
	width:435px;
}



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

/*-- 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%;

}



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

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


/*===========================
■出力サンプル
============================*/
/* sample.css参照 */

/*===========================
■旧バージョンとの比較
============================*/
/* 旧バージョンとの比較リスト */
.ContentInner.VupOld {
	/*border: 1px solid #666666;*/
	width: 568px;
	margin-bottom: 10px;
}
#MainArea960_row1 .ContentInner .Section.VupSelect{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dotted #666;

}


.VupOld ul.InfoList {
list-style: none;
margin: 10px 0 10px 0;
}

.VupOld ul.InfoList li {
display: block;
float: left;
border-right: 1px solid #CCC;
padding: 0 0.75em;
margin: 0;
}

.VupOld h2.SubTitleBlank {
	border: none;
	margin: 0 0 5px 0;
	padding: 5px 10px 10px 10px;
	font-size: 95%;
	color: #333366;
}
.VupOld p {
	margin-left: 5px;
}
ul.VupOldList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.VupOldList li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	height: 200px;
}
ul.VupOldList li div {
	margin: 0 auto 0 12px;
}
ul.VupOldList li img {
	margin: 5px auto;
	padding: 0;
	border: 0;
	display: block;
}

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

/* 機能比較テーブル */
table.CompareTable {/*
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;*/
	width: 890px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	padding: 0;
	display: block;
	font-size: 75%;
	line-height: 140%;
	clear: both;
}
table.CompareTable tbody {
	margin: 0;
	padding: 0;
}
table.CompareTable th {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-align: left;
	padding: 4px 6px;
	margin: 0;
	width: 500px;
	
}
table.CompareTable th div {
	font-weight: normal;
	font-style: normal;
	display: block;
}
table.CompareTable td {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
	text-align: center;
	margin: 0;
	background-color: #FFCC99;
	padding: 4px 6px;
	width: 195px;
	font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
table.CompareTable td span {
	margin: 0;
	span: 0;
}
table.CompareTable td.ItemOld {
	background-color: #FFFFCC;
}
table.CompareTable td em {
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
}

/* 収録素材比較テーブル */
table.CompareTable_parts {/*
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;*/
	width: 548px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	padding: 0;
	display: block;
	font-size: 80%;
	line-height: 140%;
	clear: both;
}
table.CompareTable_parts tbody {
	margin: 0;
	padding: 0;
}
table.CompareTable_parts th {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px dashed #999999;
	font-weight: bold;
	text-align: left;
	padding: 4px 6px;
	margin: 0;
	width: 250px;
}

table.CompareTable_parts td {/*
	border-right: 1px solid #999999;*/
	border-bottom: 1px dashed #999999;
	text-align: center;
	margin: 0;
	background-color: #FFCC99;
	padding: 4px 6px;
	width: 25%;
}
table.CompareTable_parts td span {
	margin: 0;
}
table.CompareTable_parts td.ItemOld {
	background-color: #FFFFCC;
}

table.CompareTable_parts tr.total,
table.CompareTable_parts tr.total th,
table.CompareTable_parts tr.total td {
	background-color: #DDDDDD;
	border-bottom: none;
}

/* 「○○との違い」ボタン */
a.CssBtn.MetalBtn.TypeCompare span {
	height: 36px;
	line-height: 130%;
	padding-top: 5px;
	color: #000000;
}
a.CssBtn.MetalBtn.TypeCompare span {
	background: url("img/btn/compare_right.gif") no-repeat right top;
}
a.CssBtn.MetalBtn.TypeCompare {
	background:url("img/btn/compare_left.gif") no-repeat left center;
}
a.CssBtn.MetalBtn.TypeCompare:hover span {
	background:url("img/btn/compare_right.gif") no-repeat right bottom;
}
a.CssBtn.MetalBtn.TypeCompare:hover {
	background:url("img/btn/compare_left.gif") no-repeat -272px 0;
}


/*===========================
■CADとの比較
============================*/
.ContentInner#product_cad .ProductSection ul.Point {
    margin: 0;
    padding: 0;
    /*width: 570px;*/
    list-style: none;
}
.ContentInner#product_cad .ProductSection ul.Point li {
    margin: 0;
    padding: 10px;
    display: block;
    width: 265px;
    float: left;
    text-align: left;
}
.ContentInner#product_cad .ProductSection ul.Point li img {
    display: block;
    margin: 5px auto 10px auto;
}
.ContentInner .CatchBox {
	margin-bottom:10px;
    border: 1px solid #CCCCCC;
}
.ContentInner .CatchBox .SubTitleBar,
.ContentInner .CatchBox .SubTitleBlank {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 0;
}
.ContentInner .CatchBox p {
    margin: 0 10px 0.4em;
}


/*===========================
■機能一覧
============================*/
ul.InfoList {
    list-style: none;
    border-left: 1px solid #CCCCCC;
    margin: 10px 0 0 0;
}
ul.InfoList li {
    display: block;
    float: left;
    border-right: 1px solid #CCCCCC;
    padding: 0 0.75em;
    margin: 0;
}
#product_function ul li {
	font-size:80%;
    font-weight: normal;
    margin-bottom: 0.5em;
}
#product_function ul li strong {
    font-weight: bold;
    color: #000000;
}

#product_function ul li span.NewFunction {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #D23300;
    margin: 0 0 0 1em;
    padding: 1px 4px;
    font-size: 0.9em;
}


/*===========================
■よくあるご質問
============================*/
#MainArea960_row1 .ContentInner 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;
		border: none;
}


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

#MainArea960_row1 .ContentInner ul.qa_list li{
	margin-bottom:10px;
}

#MainArea960_row1 .ContentInner div.A TABLE {
    border-collapse: collapse;
    margin: 0 0 10px 20px;
}

#MainArea960_row1 .ContentInner div.A td{
    border: 1px solid #CCCCCC;
    font-size: 75%;
    padding: 3px 5px;
}

#MainArea960_row1 .ContentInner div.A td.yaji {
    border: medium none;
    padding: 3px 10px;
    text-align: center;
}

#MainArea960_row1 .ContentInner div.A td.ok {
    background-color: #FFCC00;
    text-align: center;
}

/*===========================
■カタログ・お問い合わせ
============================*/
#info .InfoSection p{
	margin:0 0 0 10px;
}
#info .InfoSection .faq{
	margin:0;
	padding:10px 0 10px 0;
	border-bottom: 1px dashed #CCCCCC;
}
#info .InfoSection .faq span{
	font-size:80%;
	line-height:140%;
}

.DownloadBox {
    font-size: 80%;
    margin: 5px auto;
    padding: 10px 30px;
}
.DownloadReader {
    border-top: 1px dashed #CCCCCC;
    clear: both;
    font-size: 83%;
    margin: 0 10px;
    padding: 5px 10px 0;
}
.DownloadBox .IconPdf {
    border: 0 none;
    float: left;
    padding: 0 10px 0 0;
}
.DownloadReader .ReaderBanner {
    border: 0 none;
    float: left;
    padding: 0 10px 0 0;
    vertical-align: top;
}
.CatalogTextBox {
    float: left;
    width: 700px;
}
.CatalogImageBox {
    float: left;
    margin: 10px 0;
    padding: 0 5px;
    width: 150px;
}


/*===========================
■体験版ダウンロード
============================*/
TABLE.try_download {
padding:10px;
margin:10px;
	width: 98%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
TABLE.try_download th, TABLE.try_download td {
padding:5px;
margin:5px;
	font-size: 75%;
	border: 1px solid #AAAAAA;
}
TABLE.try_download th {
	vertical-align: middle;
	background-color: #D6DCF4;
	font-weight: normal;
	line-height:1.4;
	font-weight:bold;
}
TABLE.try_download td {
	vertical-align: middle;
}

TABLE.try_download td label{
	line-height:1.6;
}

TABLE.try_download02 {
	width:300px;
	margin:0 0 20px 10px;
	border:1px solid #ccc;
}

TABLE.try_download02 td{
	padding:10px;
	background:#FFFFCC;
	
}


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

.Section .ImageLeft {
	float: left;
	padding: 5px;
	margin: 0 10px 0 0;
}

.Section .ImageRight {
	float: right;
	padding: 5px;
	margin: 0 0 0 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.Section .ImageLeft P,
.Section .ImageRight P{
	color: #666666;
}

.buy_lipack{
	width: 650px;
	background-color: #EEEEEE;
	padding: 5px 10px;
	margin-bottom:10px;
}


/*===========================
■モデムチェックツール
============================*/

a.bt_tooldl {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#284357 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#284357),
		to(#000000));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
	margin-right: 10px;
	background-color: #000;
}



/*===========================
■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 8px 0 8px;*/
	border: none;
}
a.CssBtn span.compare {
	width:140px;
}

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










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