@charset "utf-8";

#MAINAREA #CONTENTS {
	margin-bottom:20px;
	margin-top:-10px;
}
*html #MAINAREA #CONTENTS {/*IE6ハック*/
	margin-bottom:30px;
	margin-top:-16px;
}

/*メインコンテンツ部*/
#MAINAREA #CONTENTS2 {
	float:left;
	width:650px;
	margin-left:0;
}


/*==========■■■パンくずリスト■■■==========*/
#MAINAREA #path {
	color:#777;
}
#MAINAREA #path a:link {
	text-decoration:none;
	color:#08B;
}
#MAINAREA #path a:hover {
	text-decoration:underline;
	color:#F30;
}


/*==============■■■テキストリンク■■■==============*/
/*基本…青　マウスオーバー…赤+アンダーライン*/
#MAINAREA a {
	text-decoration:none;
	color:#08B;
}
#MAINAREA a:hover {
	text-decoration:underline;
	color:#c30;
}




/*==============■■■サイトマップ■■■==============*/
/*サイトマップ左側ボックス*/
#MAINAREA #CONTENTS2 .box01 {
	width:45%;
	margin-top:0px;
	float:left;
}
/*サイトマップ右側ボックス*/
#MAINAREA #CONTENTS2 .box02 {
	width:45%;
margin-top:0px;
	float:right;
}
.list {
	list-style:none;
	margin-left:-30px;
	text-indent:15px;
}
*:first-child+html .list {/*IE7用ハック*/
	margin-left:10px;
}
*html .list {/*IE6用ハック*/
	margin-left:10px;
}
.list li {
	line-height:1.6em;
}

/*==========■■■地図■■■==========*/
/*地図===大阪本社*/
#MAINAREA #CONTENTS2 #MAP01 a{
	position:absolute;
	width:64px;
	height:18px;
	left:610px;
	top:472px;
	display:block;
	background:url(../company/img/map.gif) no-repeat;
	background-position:0 0;
}
*:first-child+html #MAINAREA #CONTENTS2 #MAP01 a{/*IEハック*/
	left:608px;
	top:469px;
}
#MAINAREA #CONTENTS2 #MAP01 a:hover {
	background-position:0 -19px;
}


/*==============■■■沿革■■■==============*/
#MAINAREA #CONTENTS2 #history {
	background-image:url(../company/img/img_year_ff.gif);
	background-repeat:no-repeat;
}

*:first-child+html #MAINAREA #CONTENTS2 #history {/*I7ハック*/
	background-image:url(../company/img/img_year.gif);
}
* html #MAINAREA #CONTENTS2 #history {/*I6ハック*/
	background-image:url(../company/img/img_year_fff.gif);
}
#MAINAREA #CONTENTS2 #history #thing {
	margin-left:40px;
	list-style-type:none;
}
*:first-child+html #MAINAREA #CONTENTS2 #history #thing {/*IE7ハック*/
	margin-left:90px;
}
*html #MAINAREA #CONTENTS2 #history #thing {/*IE6ハック*/
	margin-left:90px;
}
#MAINAREA #CONTENTS2 #history #thing .one-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:0.1em;
	padding-bottom:0.1em;
}
#MAINAREA #CONTENTS2 #history #thing .three-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:1.15em;
	padding-bottom:0.1em;
}
#MAINAREA #CONTENTS2 #history #thing .five-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:2.95em;
	padding-bottom:0.1em;
}
#MAINAREA #CONTENTS2 #history  #thing .one-y02 {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
#MAINAREA #CONTENTS2 #history #thing .five-y02 {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
#MAINAREA #CONTENTS2 #history #thing .space {
	letter-spacing: 2em;
}

#MAINAREA #CONTENTS2 #history #thing .space02 {
	letter-spacing: 8em;
}

/*==============■■沿革　IE7ハック■■==============*/
*:first-child+html #MAINAREA #CONTENTS2 #history #thing .one-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:0.3em;
	padding-bottom:0.1em;
}
*:first-child+html #MAINAREA #CONTENTS2 #history #thing .three-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:1.3em;
	padding-bottom:0.1em;
}
*:first-child+html #MAINAREA #CONTENTS2 #history #thing .five-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:3.15em;
	padding-bottom:0.1em;
}
*:first-child+html #MAINAREA #CONTENTS2 #history  #thing .one-y02 {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
*:first-child+html #MAINAREA #CONTENTS2 #history #thing .five-y02 {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
*:first-child+html #MAINAREA #CONTENTS2 #history #thing .space {
	letter-spacing: 2em;
}
*:first-child+html #MAINAREA #CONTENTS2 #history #thing .space02 {
	letter-spacing: 8em;
}

/*==============■■沿革　IE6ハック■■==============*/
*html #MAINAREA #CONTENTS2 #history #thing .one-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:0.3em;
	padding-bottom:0.1em;
}
*html #MAINAREA #CONTENTS2 #history #thing .three-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:1.3em;
	padding-bottom:0.1em;
}
*html #MAINAREA #CONTENTS2 #history #thing .five-y {
	border-bottom:1px dotted #ccc;
	text-indent:24px;
	padding-top:3.15em;
	padding-bottom:0.1em;
}
*html #MAINAREA #CONTENTS2 #history  #thing .one-y02 {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
*html #MAINAREA #CONTENTS2 #history #thing .five-y02 {
	line-height:1.6em;
	border-bottom:1px dotted #ccc;
}
*html #MAINAREA #CONTENTS2 #history #thing .space {

	letter-spacing: 2em;
}
*html #MAINAREA #CONTENTS2 #history #thing .space02 {
	letter-spacing: 8em;
}


/*==========■■■サイトマップ■■■==========*/
.list-3dm {
	background:url(../img/icn_3dm.gif) no-repeat;/*3Dモニター*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-hmd {
	background:url(../img/icn_hmd.gif) no-repeat;/*HMD*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-sft {
	background:url(../img/icn_sft.gif) no-repeat;/*ソフトウェア*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-dl {
	background:url(../img/icn_dl.gif) no-repeat;/*ダウンロード*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-eos {
	background:url(../img/icn_eos.gif) no-repeat;/*販売終了*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-faq {
	background:url(../img/icn_faq.gif) no-repeat;/*FAQ*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-inf {
	background:url(../img/icn_inf.gif) no-repeat;/*会社情報*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-lnk {
	background:url(../img/icn_lnk.gif) no-repeat;/*FAQ*/
	background-position:0 2px;
	line-height:1.2em;
}
.list-sub {
	background:url(../img/icn_sub.gif) no-repeat;/*サブ*/
	background-position:30px 1px;
	line-height:1.2em;
	text-indent:40px;
}
.list-sub2 {
	background:url(../img/icn_sub.gif) no-repeat;/*サブ第3階層*/
	background-position:40px 1px;
	line-height:1.2em;
	text-indent:50px;
}
.line-h {
	padding-top:8px;
	padding-bottom:0px;
	background-position:0 10px;
}


/*==============■■■販売店様へ■■■===============*/
.mail {
	width:150px;
	background-image:url(../info/img/img_adress.gif);
	background-position:0 -3px;
	background-repeat:no-repeat;
}


/*==============■■■プレスリリース■■■==============*/
/*プレスリリース一覧*/
.press_list {
	list-style:none;
	margin:0 0 0 5px;
	padding:0 0;	
	line-height:1.8em;
}

/*注意点*/
#MAINAREA #CONTENTS2 #BOX01 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:550px;
	border:1px solid #f00;
	padding:5px 10px;
	line-height:1.6em;
}
#BOX01 li {
	margin-left:-25px;
}
/*メールアドレス_文字青*/
.mail02 {
	width:150px;
	background-image:url(../info/img/img_adress02.gif);
	background-position:0 -3px;
	background-repeat:no-repeat;
}
.name {
	margin-bottom:0;
	}
.explain {
	margin-top:0;
	}
.feature,.feature02 {
	margin-top:0;
	padding-left:2em;
	text-indent:0;
	}
	.feature li,.feature02 li {
		margin:5px 0 0 0;
		}
	.feature02 li {
		list-style:none;
		}
/*================■■プレスリリース画像用ボックス■■===================*/
/*Beansロゴ用*/
.press_box01 {
	width:155px;
	height:110px;
	float:left;
	padding:5px;
	margin:5px 5px 5px 20px;
	line-height:1.2em;
	display:inline;
}
.press_box01 img {
	outline: 1px solid #D9DEE2;
	margin-bottom:3px;
}
.press_box01 img:hover {
	outline: 1px solid #97C4C2;
}
*:first-child+html .press_box01 a {/*IE7用ハック*/
	border: 1px solid #D9DEE2;
}
*:first-child+html .press_box01 a:hover{/*IE7用ハック*/
	border: 1px solid #97C4C2;
}
*html .press_box01 a {/*IE6用ハック*/
	border: 1px solid #D9DEE2;
}
*html .press_box01 a:hover{/*IE6用ハック*/
	border: 1px solid #97C4C2;
}

/*各製品用*/
.press_box02 {
width:125px;
height:120px;
float:left;
padding:5px;
margin:5px 5px 5px 20px;
line-height:1.2em;
}
.press_box02 img {
	outline: 1px solid #D9DEE2;
	margin-bottom:3px;	
}
.press_box02 img:hover {
	outline: 1px solid #97C4C2;
}

*:first-child+html .press_box02 a {/*IE7用ハック*/
	border: 1px solid #D9DEE2;
}
*:first-child+html .press_box02 a:hover{/*IE7用ハック*/
	border: 1px solid #97C4C2;
}
*html .press_box02 a {/*IE6用ハック*/
	border: 1px solid #D9DEE2;
}
*html .press_box02 a:hover{/*IE6用ハック*/
	border: 1px solid #97C4C2;
}

/*プレスリリース詳細トップ*/
#press {
	width:450px;
	border-top:2px dotted #a40035;
	border-bottom:2px dotted #a40035;
	padding:5px;
	text-align:center;
	margin-left:100px;
}
/*プレスリリース製品概要のリスト*//
.press_box02 p {
	margin-top:5px;
}
/*ZM-M190スペックの画像リンク*/
.zm-3dglass19 {
	position:absolute;
	left: 700px;
	top: 1765px;
	display:block;
	width:42px;
	height:42px;
	background-image:url(../products/zm_m220w/img/img05s.jpg);
	background-repeat:no-repeat;
}
*:first-child+html .zm-3dglass19 {/*IE7ハック*/
	position:absolute;
	left: 700px;
	top: 1850px;
	display:block;
	width:42px;
	height:42px;
	background-image:url(../products/zm_m220w/img/img05s.jpg);
	background-repeat:no-repeat;
}
*html .zm-3dglass19 {/*IE6ハック*/
	position:absolute;
	left: 700px;
	top: 1850px;
	display:block;
	width:42px;
	height:42px;
	background-image:url(../products/zm_m220w/img/img05s.jpg);
	background-repeat:no-repeat;
}
/*ZM-M220Wスペックの画像リンク*/
.zm-3dglass {
	position:absolute;
	left: 700px;
	top: 2450px;
	display:block;
	width:42px;
	height:42px;
	background-image:url(../products/zm_m220w/img/img05s.jpg);
	background-repeat:no-repeat;
}
*:first-child+html .zm-3dglass {/*IE7ハック*/
	position:absolute;
	left: 700px;
	top: 2530px;
	display:block;
	width:42px;
	height:42px;
	background-image:url(../products/zm_m220w/img/img05s.jpg);
	background-repeat:no-repeat;
}
*html .zm-3dglass {/*IE6ハック*/
	position:absolute;
	left: 700px;
	top: 2530px;
	display:block;
	width:42px;
	height:42px;
	background-image:url(../products/zm_m220w/img/img05s.jpg);
	background-repeat:no-repeat;
}


/*==============■■■見積り依頼■■■==============*/
/*左側ボックス*/
#MAINAREA #CONTENTS2 .Lbox01 {
	width:300px;
	margin-bottom:30px;
	float:left;
}
#MAINAREA #CONTENTS2 .Lbox01 ul{
	margin:0;
	padding:0;
	list-style-type:none;	
	line-height:1.8em;
}
#MAINAREA #CONTENTS2 .Lbox01 input {/*フォームズレ修正*/
margin:0 5px 0 0;
vertical-align:middle;
}
/*右側ボックス*/
#MAINAREA #CONTENTS2 .Rbox01 {
width:300px;
margin-bottom:30px;
float:right;
}
#MAINAREA #CONTENTS2 .Rbox01 ul{
	margin:0;
	padding:0;
	list-style-type:none;	
	line-height:1.8em;
}
#MAINAREA #CONTENTS2 .Rbox01 input {/*フォームズレ修正*/
margin:0 5px 0 0;
vertical-align:middle;
}


/*==============■■■区切り線■■■==============*/
hr {
   border-width: 1px 0 0 0;
   border-style: dotted;
   border-color: #666;
   height: 1px;
   margin-bottom:30px;
}


/*=========■■■テーブル関係■■■===========*/
/*テーブルセット01*/
#CONTENTS2 table {
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	line-height:1.4em;
	border-collapse: collapse;
}
#CONTENTS2 table th {/*一覧表の見出し部分（背景がグレーの部分←spec01-itemと同じ）*/
	width:25%;
	font-weight:normal;
	text-align:left;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
td {
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
}
/*テーブルセット02*/
#CONTENTS2 .spec01 {
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	line-height:1.4em;
	border-collapse: collapse;
}
#CONTENTS2 .spec01 th {/*一覧表の見出し部分（spec01内のthのみ）*/
	width:20%;
	font-weight:normal;
	text-align:left;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
.td02{
	border-right:1px solid #777;
	padding:2px 5px;
}

.spec02 {
	width:100%;
	margin-top:0px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	line-height:1.4em;
	border-collapse:collapse;
	margin-top:-10px;
}
/*.spec03 td{
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
}*/
#CONTENTS2 .th03 {
	width:55%;
	font-weight:normal;
	text-align:left;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
#CONTENTS2 .th04 {
	width:35%;
	font-weight:normal;
	text-align:left;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
#CONTENTS2 .th05 {
	width:15%;
	font-weight:normal;
	text-align:left;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
#CONTENTS2 .th06 {
	width:5%;
	font-weight:normal;
	text-align:center;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
#CONTENTS2 .th07 {
	width:5%;
	font-weight:normal;
	text-align:center;
	background-color:#EEE;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	padding:2px 5px;
	vertical-align:top;
}
.td00 {
	width:15%;
	text-align:center;
}
.td03 {
	width:15%;
	text-align:center;
}
#CONTENTS2 table.con_spec {/*テーブル外側*//*Contourスペック表*/
	width:100%;
	margin:0 0 5px 0;
	border-top:1px solid #777;
	border-left:1px solid #777;
	line-height:1.8em;
	border-collapse:collapse;
}
/*==============■■■サンクス画面■■■==============*/
#thanks {
	width:400px;
	border:1px solid #006699;
	text-align:center;
	line-height:2em;
	padding:15px;
	margin-top:50px;
	margin-left:100px;
}

/*==============■■■センター・クリアー■■■==============*/
.center0 {
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
.center02 {
	text-align:center;
}
.clear{
	clear:both;
}


/*==============■■■ページトップへ■■■==============*/
.pagetop {
	float:right;
	width:100px;
	padding:2px;
	color:#999;
	border:1px solid #999;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;
}
.pagetop a {
	text-decoration:none;
	color:#999;
}
.pagetop a:hover {
	text-decoration:none;
	color:#999;
}
/*==============■■■デモ機貸し出しページ■■■==============*/
.img_fL {
	/*float:left;*/
	margin-right:5px;
}
a img {
	border:none;
	vertical-align:middle;
	margin-right:5px;
}

.rentalbox {
	width:290px;
	float:left;
	margin:10px 0 30px 10px;
	padding:0;
	text-align:center;
	}
	.rentalboxl ul,li{
	margin:0;
	padding:0;

	}	
	.rentalbox li{
	float:left;
	list-style:none;
	}
	
 #btn_rental a {
  /*margin-bottom:10px;*/
 	display:block;
	width:199px;
	height:38px;
 background:url(../info/img/btn_rental.gif) no-repeat 0 -38px;
 	text-indent:-9999px;
	overflow:hidden;
 }
  #btn_rental a:hover{
 	display:block;
	width:199px;
	height:38px;
 background:url(../info/img/btn_rental.gif) no-repeat 0 0;
 	text-indent:-9999px;
 }
 
 #btn_feerental a {
/* margin-bottom:10px;*/
 	display:block;
	width:199px;
	height:38px;
 background:url(../info/img/btn_fee_rental.gif) no-repeat 0 -38px;
 	text-indent:-9999px;
	overflow:hidden;
 }
  #btn_feerental a:hover{
 	display:block;
	width:199px;
	height:38px;
  background:url(../info/img/btn_fee_rental.gif) no-repeat 0 0;
 	text-indent:-9999px;
 }
 
 #btn_dl_contract {
 height:29px;
 margin:-40px 0 30px 0px;
 padding:0;
 float:right;
 }

 
