@charset "shift_jis";
/*------------------------------------------------------------------------------

Date: 2010-11-16

1= リセット
2= 基本設定
3= ヘッダー
4= グローバルナビゲーション
5= コンテンツ
6= フッター
7= 汎用class
8= 非表示（音声対応）
9= 印刷対応

------------------------------------------------------------------------------*/



/* 1= リセット
----------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, caption, code, em, strong {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
img {
	vertical-align: top;
	border: 0;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}


/* 2= 基本設定
----------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック",  "MS PGothic",  "ヒラギノ角ゴ Pro W3",  "Hiragino Kaku Gothic Pro",  "HiraKakuPro-W3",  "メイリオ",  "Meiryo",  Osaka,  Sans-Serif;
	color: #2E2E2E;
	text-align: center;
}
/* リンク */
a:focus {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #225bc6;
}
a:visited {
	text-decoration: none;
	color: #225bc6;
}
a:hover {
	text-decoration: underline;
	color: #06c;
}
a:active {
	text-decoration: underline;
	color: #06c;
}

/* フォント */
p, dl, ul, ol, table {
	font-size: 81.25%;
	line-height: 1.4;
}
dl p, dl dl, dl ul, dl ol, dl table,  ul p, ul dl, ul ul, ul ol,  ol p, ol dl, ol ul, ol ol,  table p, table dl, table ul, table ol, table table {
	font-size: 100%;
}
p {
	margin-bottom: 1em;
}

/* フォーム */
select option {
	padding: 0 5px;
}

/* 大枠 */
div#headerContainer, div#gNavContainer, div#footerContainer {
	width: 100%;
}
div#header, div#gNav, div#content, div#footer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* スクロールバー常時表示 */
html {
	margin-bottom: 1px;
	height: 100%;
	overflow-y: scroll;
}

/* 3= ヘッダー
----------------------------------------------------*/
div#headerContainer {
	background: #5555c7 url(/products/e-solution/common/img/bg_header.gif) repeat-x center bottom;
	height: 56px;
}

/*3-2-1.ヘッダエリア*/
div#header h1.logo,  div#header p.logo {
	position: absolute;
	top: 18px;
}
#header h1.logo a,  #header p.logo a {
	display: block;
	width: 122px;
	height: 19px;
}
#header dl#hNavi ul {
	position: absolute;
	left: 572px;
	top: 8px;
 /top: 6px;
}
#header dl#hNavi ul li {
	position: absolute;
}
#header dl#hNavi ul li.inquiry {
	left: 65px;
}
#header dl#hNavi ul li.sitemap {
	left: 191px;
}
#header dl#hNavi ul li.english {
	left: 279px;
}
#header dl#sitesearch {
	position: absolute;
	top: 31px;
	right: 0px;
	width: 340px;
}
#header dl#sitesearch dt,  #header dl#sitesearch dd {
	display: inline;
	vertical-align: middle;
}
#header dl#sitesearch dt {
	width: 64px;
	height: 22px;
	font-size: 1px;
}
#header dl#sitesearch dt img,  #header dl#sitesearch dd img,  #header dl#sitesearch dd input.searchtxt,  #header dl#sitesearch dd input.searchbtn {
	position: absolute;
}
#header dl#sitesearch dd input.searchtxt {
	width: 213px;
	height: 20px;
	border-top: 1px solid #a2b5c6;
	border-right: 1px solid #7e9db9;
	border-bottom: 1px solid #a8bbcc;
	border-left: 1px solid #7e9db9;
	vertical-align: middle;
	left: 70px;
	top: 0px;
}
#header dl#sitesearch dd input.searchbtn {
	left: 300px;
	top: 0px;
}

/* 4= グローバルナビゲーション
----------------------------------------------------*/
div#gNavContainer {
	background: #E5E5E5 url(/products/e-solution/common/img/bg_gnav.gif) repeat-x left bottom;
	border-top: 1px solid #868686;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
div#gNav {
	border-left: 1px solid #656565;
}
div#gNav ul {
}
div#gNav ul li {
	float: left;
	width: 10em;
	border-bottom: 1px solid #9F9F9F;
	border-right: 1px solid #656565;
}
div#gNav ul li a {
	text-decoration: none;
	background: #F6F6F6 url(/products/e-solution/common/img/gnav.gif) repeat-x left top;
	_width: 10em;
	display: block;
	padding: 3px 0px;
	text-align: center;
	border-left: 1px solid #F7F7F7;
}

/* 現在のページを判定 */
body#home div#gNav ul li.eSolution a,  body#eSolution div#gNav ul li.eSolution a,  body.eSolution div#gNav ul li.eSolution a,  body#list div#gNav ul li.list a,  body#list div#gNav ul li.list a,  div#gNav ul li a:hover,  body.eSolution div#gNavContainer div#gNav ul li.list a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: #7DD0F8 url(/products/e-solution/common/img/gnav_on.gif) repeat-x left top;
}
body.eSolution div#gNavContainer div#gNav ul li.list a {
	color: #225bc6;
	font-weight: normal;
	background: #F6F6F6 url(/products/e-solution/common/img/gnav.gif) repeat-x left top;
}


/* 5= コンテンツ
----------------------------------------------------*/
div#content {
	min-height: 380px;
	padding-bottom: 40px;/*background: #fff;*/
}
/* パンくず */
div#path {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div#path ul {
}
div#path ul li {
	float: left;
	display: inline;
}
div#path ul li a {
	padding-right: 14px;
	margin-right: 7px;
	background: url(/products/e-solution/common/img/ico_path.gif) no-repeat right center;
}
/* 見出し */
div#content h1 {
	padding: 15px;
	background: url(/products/e-solution/common/img/bg_h1.jpg) no-repeat left top;
	border-bottom: 1px solid #C9D9E9;
	margin-bottom: 20px;
}
/* -----メインエリア----- */
div#mainArea {
	float: right;
	width: 720px;
}
/* 製品ヘッダー */
div#pHeader {
	position: relative;
	min-height: 100px;
	width: 720px;
}
div#pHeader div.leftBox {
	width: 210px;
}
div#pHeader div.rightBox {
	width: 280px;
	margin: 15px 210px 0px 0px;
}
div#pHeader p.feature {
	font-weight: bold;
}
div#pHeader p.title {
	font-weight: bold;
	font-size: 118.75%;
}
div#pHeader ul.catalog {
	position: absolute;
	top: 20px;
	right: 0px;
	clear: both;
}
div#pHeader ul.catalog li {
	margin-bottom: 5px;
}
div#pHeader p.servicepack,  div#pHeader p.sampleMovie {
	position: absolute;
	right: 0px;
	bottom: -30px;
}
div#pHeader p.demo {
	position: absolute;
	right: 0px;
	bottom: -112px;
	padding-bottom: 6em;
}
div#pHeader p.termination {
	position: absolute;
	right: 343px;
	top: 61px;
}
/* 上タブ */
div#pTab {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
div#pTab li {
	float: left;
	margin-right: 2px;
	white-space: nowrap;
	position: relative;
	top: 1px;
}
div#pTab li a {
	color: #000000;
	border: 1px solid #CBE0F4;
	border-bottom: 1px solid #CCCCCC;
	background: url(/products/e-solution/common/img/bg_ptab.gif) repeat-x left top;
	padding: 5px 32px;
	border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	behavior: url(/products/e-solution/common/js/PIE.htc);
	display: inline-block;
}
div#pTab li a span {
	padding-right: 10px;
	background: url(/products/e-solution/common/img/ico_link.gif) no-repeat right center;
}
/* タブ 現在ページ判定 */
body.index div#pTab li.index a,  body.spec div#pTab li.spec a,  body.option div#pTab li.option a,  body.service div#pTab li.service a,  body.function div#pTab li.function a {
	border-color: #DFDFDF;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF none;
	font-weight: bold;
}
body.index div#pTab li.index a span,  body.spec div#pTab li.spec a span,  body.option div#pTab li.option a span,  body.service div#pTab li.service a span,  body.function div#pTab li.function a span {
	padding-right: 12px;
	background-image: url(/products/e-solution/common/img/ico_link_on.gif);
}

/* 下タブ */
div#puTab {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom:20px;
}
div#puTab li {
	float: left;
	margin-right: 2px;
	white-space: nowrap;
	position: relative;
	bottom: 1px;
}
div#puTab li a {
	color: #000000;
	border: 1px solid #CBE0F4;
	border-top: 1px solid #CCCCCC;
	background: url(/products/e-solution/common/img/bg_ptab.gif) repeat-x left top;
	padding: 5px 32px;
	border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	behavior: url(/products/e-solution/common/js/PIE.htc);
	display: inline-block;
}
div#puTab li a span {
	padding-right: 10px;
	background: url(/products/e-solution/common/img/ico_link.gif) no-repeat right center;
}
/* タブ 現在ページ判定 */
body.index div#puTab li.index a,  body.spec div#puTab li.spec a,  body.option div#puTab li.option a,  body.service div#puTab li.service a,  body.function div#puTab li.function a {
	border-color: #DFDFDF;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF none;
	font-weight: bold;
}
body.index div#puTab li.index a span,  body.spec div#puTab li.spec a span,  body.option div#puTab li.option a span,  body.service div#puTab li.service a span,  body.function div#puTab li.function a span {
	padding-right: 12px;
	background-image: url(/products/e-solution/common/img/ico_link_on_under.gif);
}

/* タブ内 */
div.article p,  div.article table,  div.article ul {
	margin: 0px 10px 1em;
}
div#mainArea div.section {
	padding-bottom: 0.5em;
}
div.article table th,  div.article table td {
	padding: 3px 10px;
	border: 1px solid #ccc;
}
div.article table th {
	background: #e9e9e9;
	font-weight: bold;
	text-align: center;
}
div.article table td {
	background: #fff;
}
/* ページ内リンク集 */
div.article div.includedLinkBox {
	background: url(/products/e-solution/common/img/bg_included_link_box.gif) repeat-x left top;
}
div.article div.includedLinkBox ul {
	margin: 0px 30px 40px;
	zoom: 1;
}
div.article div.includedLinkBox ul li {
	zoom: 1;
}
div.article div.includedLinkBox ul li a {
	background: url(/products/e-solution/common/img/bg_included_link.gif) no-repeat left bottom;
	padding: 9px 0px 9px 18px;
	display: block;
}
/* リード文 */
div#mainArea div.article p.lead {
	margin-bottom: 1.5em;
}
/* 見出し */
div#mainArea h2 {
	color: #000;
	font-size: 87.5%;
	padding: 10px;
	background: #F3F3F3 url(/products/e-solution/common/img/bg_h2.gif) no-repeat center top;
	border: 1px solid #D7D7D7;
	border-bottom: 3px solid #225BC6;
	margin-bottom: 20px;
}
div#mainArea h2.bg_title {
	color: #2E2E2E;
	background: #F3F3F3 url(/products/e-solution/common/img/bg_h2_02.gif) no-repeat center top;
	border: 1px solid #D7D7D7;
}
div#mainArea h3 {
	font-size: 81.25%;
	background: url(/products/e-solution/common/img/bg_h3.gif) no-repeat left bottom;
	padding-bottom: 10px;
	margin: 0px 0px 10px 10px;
}
div#mainArea h4 {
	font-size: 81.25%;
	margin: 0px 0px 5px 10px;
}
/* スペック表 */
div.article table th,  div.article table td,  div.article table caption {
	padding: 3px 10px;
	border: 1px solid #ccc;
}
div.article table th {
	background: #e9e9e9;
	text-align: center;
}
div.article table caption {
	background: #e9e9e9;
	text-align: center;
	font-weight: bold;
	border-bottom: none;
}
div.article table td {
	background: #fff;
}
div.article table.type01 {
	width: 550px;
}
div.article table.type02 {
	width: 640px;
}
div.article table.th30 th {
	width: 30%;
}
div.article tr.sub td {
	background: #f7f8f9;
}
div.article table.sample {
	position: relative;
	top: -1.1em;
}
div.article table.sample td {
	text-align: center;
	padding-bottom: 10px;
}
div.article p.sample {
	position: relative;
	top: -2.1em;
}
/* 関連情報 */

div#relatedBox {
	background: url(/products/e-solution/common/img/bg_relatedbox.gif) no-repeat left bottom;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 700px;
	margin-left: 10px;
	overflow: hidden;
	behavior: url(/products/e-solution/common/js/PIE.htc);
}
div#relatedBox h3 {
	background: none;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	float: left;
	width: 160px;
	text-align: center;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-bottom: none;
	border-right: none;
	behavior: url(/products/e-solution/common/js/PIE.htc);
}
div#relatedBox h3 img {
	margin: 13px 0px;
}
div#relatedBox ul {
	float: left;
	margin: 12px 0px 0px 10px;
	padding-bottom: 10px;
}
div#relatedBox ul.leftBox {
	width: 250px;
}
div#relatedBox ul.rightBox {
	width: 250px;
}
div#relatedBox ul li a {
	background: url(/products/e-solution/common/img/ico_list.gif) no-repeat left center;
	padding-left: 10px;
}
/* サイドエリア */
div#sideArea {
	float: left;
	width: 165px;
}
div#inquiryBox {
	background: url(../img/snav_inqboxbg.gif) no-repeat left top;
	padding: 5px;
	margin-bottom: 10px;
}
div#sNav ul li {
	margin-bottom: 5px;
}
div#fNav {
	margin-top: 40px;
	background: url(/products/image/common/img/line_dotted.gif) repeat-x left top;
	padding-top: 10px;
	text-align: left;
}
/* 2014,04,16追加 */
.tab_area{
	margin:30px 0 15px;
	padding-bottom:5px;
}
.tab_area.bee7{
	background-color:#1679a9;
}
.tab_area.bee8{
	background-color:#8b2c29;
}
.tab_area.media_center{
	background-color:#50802f;
}
.tab_area.spec{
	background-color:#67276c;
}
.tab_area li{
	float:left;
}

/* 2016,06,10追加 */
.tab_area_under{
	margin:15px 0 40px;
	padding-top:5px;
}
.tab_area_under.bee7{
	background-color:#1679a9;
}
.tab_area_under.bee8{
	background-color:#8b2c29;
}
.tab_area_under.media_center{
	background-color:#50802f;
}
.tab_area_under.spec{
	background-color:#67276c;
}
.tab_area_under li{
	float:left;
}

#tab01 h2,
#tab02 h2,
#tab03 h2,
#tab04 h2{
	background:none !important;
	padding:0 !important;
	border:none !important;
}
#tab01 h3,
#tab02 h3,
#tab03 h3,
#tab04 h3{
	color: #000;
	font-size: 87.5% !important;
	padding: 10px;
	background: #F3F3F3 url(/products/e-solution/common/img/bg_h2.gif) no-repeat center top !important;
	border: 1px solid #D7D7D7;
	border-bottom: 3px solid #225BC6;
	margin:0 0 20px 0;
}
#tab04 table{
	word-break:break-all;
}
.img_left,
.img_right{
	margin-left:10px;
	position:relative;
}
.img_left .txt{
	float:right;
	width:390px;
}
.img_left .eyecatch{
	float:left;
	margin:0 10px 10px 10px;
	width:300px;
	text-align:center;
	font-size:smaller;
}
.img_right .txt{
	float:left;
	width:390px;
}
.img_right .eyecatch{
	float:right;
	margin:0 10px 10px 10px;
	width:300px;
	text-align:center;
	font-size:smaller;
}
.caption{
	text-align:center;
	font-size:smaller;
}
.bee .section > p,
.bee .section > div > p{
	margin-left:20px !important;	
}
.bee .section > div > div > p{
	margin-left:10px !important;	
}
.ttl{
	font-size:100%;
	font-weight:bold;
	line-height:1.3;
}
.ttl + .kome{
	text-align:right;
	font-size:75%;
	color:#666;
	margin-top:-1em;
}
.format{
	position:absolute;
	bottom:10px;
	left:330px;
	width:390px;
	font-size:81.25%;
}
.format img{
	margin-top:5px;
}
.bee_keeper{
	padding:15px 10px;
	background-color:#d9edc2;
}
#tab03 .bee_keeper h3{
	color:#446e27;
	background:none !important;
	border:none;
	font-size:18px !important;
}
#tab03 .bee_keeper .txt{
	float:right;
	width:390px;
}
#tab03 .bee_keeper .eyecatch{
	float:right;	
	width:300px;
}
#tab03 .bee_keeper ul li{
	list-style:disc inside;
	margin-bottom:10px;
}

/* 製品ページ　関連事例 */
.products .article .ttl_box{
	padding-bottom:20px;
	border-bottom:1px #ccc dashed;
	margin-bottom:20px;
}
.products .article .ttl_box:last-child{
	border-bottom: none;
	margin-bottom:0;
}
.bee.products .article h2.ttl{
	margin:0 0 20px 10px!important;
}
.bee.products .article .ttl_box{
	padding-left:10px;
}
.products .article .ttl_box  > img{
	float:left;
}
.products .article .ttl_box .right{
	float:right;
	width:495px;
}
.bee.products .article .ttl_box .right{
	width:485px;
}
.products .article h3.ttl-relation{
	width:100%;
	height:45px;
	font-size:14px;
	line-height:45px;
	margin-bottom:20px;
	background:#7c7c7c;
	color:#ffffff;
	border: none;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	behavior: url(/products/image/common/js/PIE.htc);
	position:relative;
}
.products .article .ttl_box h3 {
	font-size:18px!important;
	background:none!important;
	color:#1a73cd;
	margin:0 0 20px 0!important;
	padding-bottom:0!important;
}
.products .article .ttl_box h3 a{
	color:#1a73cd;
}
.products .article p{
	margin:0 0 10px;
}
.products .article .ttl_box .client{
	margin-bottom:20px;
	font-size:15px;
}
.products .article .ttl_box .btn{
	float:right;
	width:180px;
	height:40px;
	border:1px solid #4992da;
	background-color:#1771c9;
}
.products .article .ttl_box .btn:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: alpha( opacity=60 );
}
.products .article .ttl_box .btn a{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	width:140px;
	padding:0 10px;
	margin:0 auto;
	background:url(/products/e-solution/case/img/ico_arrow.png) right center no-repeat;
	font-size:15px;
	text-decoration:none;
}
.products .ttl_box p.relation_ico{
	margin-top: 10px;
}
.products .ttl_box p.relation_ico img{
	margin-right: 10px;
}
.products .ttl_box p.relation_ico img:last-child{
	margin-right: 0;
}

body#list div#power_fNav {
	margin: 20px auto 50px;
	text-align: left;
	width:331px;
}
body#list div#power_fNav ul {
	margin-left:0;
}
body#list div#power_fNav ul li {
	border-left:1px #e4e4e4 solid;
	border-right:1px #e4e4e4 solid;
	float: left;
	width:329px;
}
body#list div#power_fNav ul li a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: alpha( opacity=60 );
}
body#list div#power_fNav ul li,
body#list div#power_fNav ul li a:link {
	width:329px;
	height:70px;
	display:block;
}


/* 7= フッター
----------------------------------------------------*/
div#fNav ul {
	margin-left: 120px;
}
div#fNav ul li {
	float: left;
	margin-right: 10px;
}
div#fNav ul li.lastChild {
	margin-right: 0px;
}
div#footerContainer {
	background: url(/products/image/common/img/bg_footer.gif) repeat-x left top;
	height: 56px;
}
#footer {
	padding-top: 20px;
}
#footer #flink {
	float: right;
	width: 640px;
	text-align: right;
}
#footer #flink ul li {
	display: inline;
	font-size: 80%;
}
#footer #flink ul li a {
	padding-left: 15px;
	background: url(/products/image/common/img/ico_fnav.gif) no-repeat 5px center;
}
#footer p.imagica {
	width: 190px;
	height: 12px;
	margin-bottom: 10px;
}
#footer p#copyright {
	color: #676767;
	font-size: 68.75%;
}


/* 7= 汎用class
----------------------------------------------------*/
.leftBox {
	float: left;
	display: inline;
}
.rightBox {
	float: right;
	display: inline;
}
.leftBox {
	float: left;
	display: inline;
	margin-right: 0;
}
.rightBox {
	float: right;
	display: inline;
	margin-left: 0;
}
.none {
	display: none;
}
/* 画像-テキスト２カラム */

.leftImgS .leftBox {
	width: 150px;
}
.leftImgS .rightBox {
	width: 410px;
}
/* ２カラム */
.column2 .leftBox {
	width: 290px;
}
.column2 .rightBox {
	width: 290px;
}
.column2 .leftBox p,  .column2 .rightBox p {
	margin-right: 0;
}
/* ４カラム */
.column4 li {
	float: left;
	display: inline;
	width: 170px;
	margin-right: 10px;
	text-align: center;
}
.column4 li span img {
	margin-top: 10px;
}
/* ５カラム */
.column5 li {
	float: left;
	display: inline;
	width: 130px;
	margin-right: 10px;
	text-align: center;
}
/* Power Contents Server 追加 20120615 */
.device_point {
	width: 700px;
	overflow: hidden;
}
.device_point li.pc_thm,  .device_point li.mobile_thm {
	text-align: center;
	width: 177px;
	margin-right: 30px;
	float: left;
	font-size: 83%;
}
.device_point li.mobile_thm {
	width: 128px;
	margin-right: 10px;
}
/* リストマーク */
.square {
	list-style: square;
}
.square li {
	margin-left: 20px;
}
/* アイコン */
img.ico {
	vertical-align: middle;
	margin-left: 3px;
	background: #FFFFFF;
}
/* テキスト位置 */
.centerTxt {
	text-align: center !important;
}
.rightTxt {
	text-align: right !important;
}
.topTxt {
	vertical-align: top !important;
}

em {
	color: #ff6600;
}
.bold {
	font-weight: bold;
}
/* ページトップ */
p.pagetop {
	clear: both;
	font-size: 62.5%;
	text-align: right;
	margin-bottom: 30px;
}
p.pagetop a {
	background: url(/common/images/ico_pagetop.gif) no-repeat left center;
	padding-left: 10px;
}
/* 枠線付ボックス */

.borderBox {
	margin: 0 10px 10px 10px;
	border: 1px solid #2E2E2E;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*for safari2*/

html[xmlns*=""] body:last-child .clearfix:after {
	line-height: 0;
	font-size: 1px;
}
.clearfix {
	zoom: 1;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* マージン強制調整 */
.mb0 {
	margin-bottom: 0!important;
}


/* 8= 非表示（音声対応・CSS無効対応）
----------------------------------------------------*/
hr.separator, div.clear hr {
	visibility: hidden;
	display: none;
}
#hNavi dt, .screenNone {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}


/* 9= 印刷対応
----------------------------------------------------*/
@media print {
#headerContainer, #gNavContainer, #path, #sideArea, #fNav, #flink {
	display: none!important;
}
#content, #footer {
	width: 100%!important;
}
body { /* IE6 */
	_zoom: 67%!important;
}
div#mainArea {
	float: none!important;
}
html > body div#mainArea　div.section {  /* IE6除外 */
	height: auto!important;
	overflow: hidden;
	width: 100%;
}
}
/* cboxでのアコーディオン対応 */

div.cbox_accordion {
	margin: -13px 0 10px 10px;
	padding-top: 10px;
	width: 700px;
	background-color: #f4f4f4;
	display: none;
}
p.cbox_close {
	padding: 0 0 0 25px;
	background: url("/products/image/img/ico_trigger_close.gif") no-repeat 0 0;
}
/* listアイコンの追加 */

div.category a.list_logo {
	background: url(/products/e-solution/common/img/ico_arrowrt.gif) no-repeat left center;
	padding-left: 18px;
}
/* 20120620 追加 */

div#pHeader.high01 {
	min-height: 250px;
}
*html div#pHeader.high01 {
	height: 250px;
}
.pd_ttl {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.8;
	color: #f60;
}
