@charset "UTF-8";

/* CSS Information =======================
Table of Contents:
 +lv
 +block
  ++overlay
  ++assistant-nav
  ++tab-nav
  ++unit-bsc
  ++unit-multi-column
  ++unit-section
  ++unit-box
  ++unit-index-block
  ++unit-faq-index
  ++unit-notice
  ++unit-category-nav
  ++unit-info
  ++unit-search-box/unit-search/unit-ques-box
  ++mod-heading-wrap
 +toggle
 +block module
 +heading
 +paragraph
 +list
 +table
 +form
 +general
========================================*/

/*========================================
 +lv
========================================*/
.lv1 {}
.lv2 {}
.lv3 {}
.lv4 {}
.lv5 {}
.lv6 {}

/*========================================
 +block
========================================*/
/*
  ++overlay
========================================*/
#blackLayer {
	background: url(/g/b/shared/img/module/bg_overlay_01.png) left top repeat;
}
.unit-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
.unit-overlay .inner {
	position: relative;
	width: 775px;
	max-height: 80%;
	margin: 5% auto 0;
	border: 5px solid #afafaf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	overflow: auto;
}
.unit-overlay .inner02 {
	padding: 15px 25px 10px;
}
.unit-overlay a:hover img,
.unit-overlay a:focus img,
.unit-overlay a:active img {
	opacity: .6;
	filter: opacity=60;
}
.unit-overlay .close01 {
	position: absolute;
	top: 5px;
	right: 5px;
}
.unit-overlay .close02 {
	text-align: center;
}
.unit-overlay .close03 {
	text-align: center;
	margin-top: 10px;
}
.unit-overlay-header .title {
	margin: 0 0 6px;
	font-size: 225%;
}
.unit-overlay-header .text {
	margin: 0 0 20px;
	color: #666;
	font-size: 116.7%;
}
.unit-overlay .list {
	margin: 12px 0 0;
	padding: 16px 0 0;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
}
.unit-overlay .first-child {
	margin: 0;
	padding: 0;
	background: none;
}
.unit-overlay .list li {
	float: left;
	width: 177px;
}
.unit-overlay .list a {
	display: block;
	padding: 0 8px 0 0;
}
.unit-overlay .list a img {
	float: left;
}
.unit-overlay .list a span {
	display: block;
	float: right;
	width: 112px;
	word-wrap: break-word;
}
.unit-overlay .list a span.txt {
	float: none;
	padding-left: 66px;
}
.unit-overlay .help a {
	display: inline-block;
	margin: 14px 0 6px;
	padding: 2px 0 2px 22px;
	background: url(/g/b/shared/img/module/icon_question_18.png) left center no-repeat;
	*zoom: 1;
}

.unit-overlay .select-country {
	margin: 0 0 20px;
}
.unit-overlay .select-country .column2 ul {
	float: left;
	width: 50%;
}
.unit-overlay .select-country .column3 ul {
	float: left;
	width: 33%;
}
.unit-overlay .select-country a {
	display: block;
	margin: 0 0 10px;
	*zoom: 1;
}
.unit-overlay .select-country a img {
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
}
#imgprev {
	position: absolute;
	z-index: 1000;
}

/*
  ++assistant-nav
========================================*/
#assistant-nav-wrapper02 {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#assistant-nav-wrapper03 {
	position: absolute;
	right: 0;
	bottom: 0;
}
#assistant-nav {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-o-box-shadow: 0 0 20px rgba(0,0,0,.8);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
}
#assistant-nav h1 {
	position: relative;
	padding: 8px 50px 8px 20px;
	border-bottom: 1px solid #c95b1a;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #f47d29 url(/g/b/shared/img/module/icon_grad_tb_oo_32.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 2px #b0b0b0, inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: 0 1px 2px #b0b0b0, inset 0 1px 0 rgba(255,255,255,.3);
	-ms-box-shadow: 0 1px 2px #b0b0b0, inset 0 1px 0 rgba(255,255,255,.3);
	-o-box-shadow: 0 1px 2px #b0b0b0, inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow: 0 1px 2px #b0b0b0, inset 0 1px 0 rgba(255,255,255,.3);
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.6);
	font-size: 133.4%;
}
#assistant-nav #close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	border-left: 1px solid #be5c19;
	background: #df6301 url(/g/b/shared/img/module/icon_arrow_w_b_01.png) center center no-repeat;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.3);
	text-indent: -9999px;
	overflow: hidden;
}
#assistant-nav #close.open {
	background: #df6301 url(/g/b/shared/img/module/icon_arrow_w_t_01.png) center center no-repeat;
}
#assistant-nav #close:hover,
#assistant-nav #close:focus,
#assistant-nav #close:active,
#assistant-nav #close.open:hover,
#assistant-nav #close.open:focus,
#assistant-nav #close.open:active {
	background-color: #c75101;
}
#assistant-nav-pane {
	border: 1px solid #bfbfbf;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#assistant-nav .search-box {
	padding: 15px 19px;
	background: #fff9df;
}
#assistant-nav .search-box p {
	float: left;
}
#assistant-nav .search-box .select1,
#assistant-nav .search-box .select2 {
	margin: 0 10px 0 0;
}
#assistant-nav .search-box .select1 {
	padding: 0 27px 0 0;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_02.gif) right center no-repeat;
}
#assistant-nav .link {
	padding: 8px 18px 11px;
	border-top: 1px solid #e9e3cb;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #fff;
}
#assistant-nav .link li {
	margin: 3px 0 0;
}
#assistant-nav .link a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}

/*
  ++tab-nav
========================================*/
#tab-nav {
	position: relative;
	z-index: 10;
	font-weight: bold;
}
#tab-nav:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
	background: #bfbfbf;
	content: "";
}
#tab-nav td {
	padding: 0 5px 0 0;
}
#tab-nav a {
	display: block;
	padding: 8px 10px 7px;
	border: 1px solid #bfbfbf;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #fbfbfb url(/g/b/shared/img/module/icon_grad_tb_wg_32.gif) left bottom repeat-x;
	-webkit-box-shadow: inset 0 1px 1px #fff;
	-moz-box-shadow: inset 0 1px 1px #fff;
	-ms-box-shadow: inset 0 1px 1px #fff;
	-o-box-shadow: inset 0 1px 1px #fff;
	box-shadow: inset 0 1px 1px #fff;
}
#tab-nav .active {
	border-bottom: 1px solid #fff;
	background: #fff url(/g/b/shared/img/module/icon_grad_bt_wg_15.gif) left top repeat-x;
	color: #000;
	cursor: default;
}
#tab-nav a:hover,
#tab-nav a:focus,
#tab-nav a:active {
	text-decoration: none;
}

#tab-nav02 {
	margin: 0 0 25px;
	border: 1px solid #bfbfbf;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	-webkit-box-shadow: 0 1px 2px #edecec, inset 0 -1px 0 #fff;
	-moz-box-shadow: 0 1px 2px #edecec, inset 0 -1px 0 #fff;
	-ms-box-shadow: 0 1px 2px #edecec, inset 0 -1px 0 #fff;
	-o-box-shadow: 0 1px 2px #edecec, inset 0 -1px 0 #fff;
	box-shadow: 0 1px 2px #edecec, inset 0 -1px 0 #fff;
}
#tab-nav02 table {
	width: 100%;
	table-layout: fixed;
}
#tab-nav02 td {
	padding: 10px 0;
	background: url(/g/b/shared/img/module/icon_line_gw_01.png) left center no-repeat;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
}
#tab-nav02 .first-child {
	background: none;
}
#tab-nav02 a {
	text-decoration: none;
	vertical-align: middle;
}
#tab-nav02 .active {
	color: #000;
	font-weight: bold;
	cursor: default;
}
#tab-nav02 a:hover,
#tab-nav02 a:focus,
#tab-nav02 a:active {
	text-decoration: none;
}

#tab-nav03 ul {
	margin: 0 0 20px;
	text-align: center;
}
#tab-nav03 li {
	display: inline;
}
#tab-nav03 a {
	padding: 0 15px;
	border-left: 1px solid #000;
	line-height: 1.2;
}
#tab-nav03 .tab-nav-usa {
	border-left: none;
}
#tab-nav03 .active {
	color: #000;
}

.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
.tab-pane.normal-pane {
	margin: -1px 0 0;
	padding: 15px 14px 0;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	background: #fff;
}
.tab-pane .date {
	text-align: right;
}
.tab-pane .word{
	text-align: right;
}
.tab-pane .ranking li {
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
}
.tab-pane .ranking li:first-child {
	background: none;
}
.tab-pane .ranking a {
	display: block;
	padding: 8px 0 8px 1.5em;
	text-indent: -1.5em;
}
.tab-pane .ranking a .no {
	padding: 0 .3em 0 0;
	font-size: 116.7%;
	font-weight: bold;
}

.tab-pane .released tr {
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
}
.tab-pane .released tr:first-child {
	background: none;
}
.tab-pane .released th,
.tab-pane .released td {
	padding: 8px 0;
	vertical-align: top;
}

.tab-pane .faq li {
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
}
.tab-pane .faq li:first-child {
	background: none;
}
.tab-pane .faq a {
	display: block;
	padding: 8px 0 8px 16px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_r_01.png) left 12px no-repeat;
}

/*
  ++unit-bsc
========================================*/
.unit-bsc {
	padding: 15px 0 0;
}
.unit-bsc .unit-utility {
	float: left;
	width: 180px;
	margin: 0 0 0 -200px;
	padding: 9px 9px 3px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_43.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-bsc .unit-utility a {
	display: block;
	margin: 0 0 6px;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}
.unit-bsc .body {
	position: relative;
	width: 881px;
	height: 436px;
	margin: 0 auto;
	font-size: 133.4%;
	font-weight: bold;
}
.unit-bsc .body li {
	position: absolute;
}
.unit-bsc .body .europe {
	top: 63px;
	left: 400px;
}
.unit-bsc .body .usa {
	top: 249px;
	left: -34px;
}
.unit-bsc .body .japan {
	top: 185px;
	left: 767px;
}
.unit-bsc .body .china {
	top: 160px;
	left: 613px;
}
.unit-bsc .body .asia {
	top: 284px;
	left: 567px;
}
.unit-bsc .body li {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_29.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-bsc .body a {
	display: block;
	padding: 8px 18px 8px 28px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_r_01.png) 9px 14px no-repeat;
	color: #1a74ba;
}
.unit-bsc .body .linkHover {
	background: #fff url(/g/b/shared/img/module/icon_grad_bt_wg_15.gif) left top repeat-x;
}
.unit-bsc .body .linkHover a {
	text-decoration: underline;
}

.unit-bsc .body .nolink {
	display: block;
	padding: 8px 18px 8px 28px;
	color: #000;
}

/*
  ++unit-multi-column
========================================*/
.unit-multi-column .normal .span {
	float: left;
	margin: 0 15px 0 0;
}

.unit-multi-column .column2 .span {
	width: 265px;
}
.unit-multi-column .column2 .odd { float: left; }
.unit-multi-column .column2 .even { float: right; }

.unit-multi-column .column2.column2-branch .odd {
	margin-right: 10px;
}
.unit-multi-column .column2.column2-branch .even {
	float: left;
	margin-right: 10px;
}

.unit-multi-column .column2.column2-branch .hliquid {
    width: 48%;
}

.unit-multi-column .column2.column2-branch .rhliquid {
    width: 48%;
	float: right;
}

.unit-multi-column .column2.column2-branch .lfixed {
	float: left;
	width: 265px;
	position: relative;
}

.unit-multi-column .column2.column2-branch .rliquid {
	width: 100%;
	float: right;
	margin-left: -265px;
}

.unit-multi-column .column2.column2-branch .unit-info2 {
	position: relative;
	margin: 0 0 0 275px;
}

/*
  ++unit-section
========================================*/
#main .unit-section .wrap {
	margin: 0 0 15px;
	padding: 3px 10px 0;
}

#container-printable .unit-section .wrap {
	margin: 0 0 15px;
	padding: 3px 10px 0;
}

#container-printable .unit-section div.wrap {
	width: auto;
}

/*
  ++unit-box
========================================*/
.unit-box p {
	margin: 0 0 15px;
}
.unit-box .dense {
	margin: 0;
}
.unit-box .h4 {
	margin: 0 0 7px;
	padding: 0 0 7px;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}
.unit-box .h4 span {
	padding: 0 0 0 12px;
	background: url(/g/b/shared/img/module/icon_line_gr_r_02.gif) left center no-repeat;
}
.unit-box .h5 {
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_square_g_01.gif) left center no-repeat;
	margin: 0 0 7px;
}

.unit-round-box {
	margin: 0 0 15px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-round-box .inner {
	padding: 12px 14px;
}
.unit-round-box .inner02 {
	padding: 5px 14px 12px;
}
.unit-round-box .select-box .h2 {
	margin: 0 0 7px;
	padding: 0 0 0 2px;
}
.unit-round-box .select-box select {
	width: 226px;
}
.unit-round-box .spec-item {
	min-height: 38px;
	_height: 38px;
	padding: 14px 14px 14px 65px;
	border-top: 1px solid #d0d0d0;
}
.unit-round-box .spec-item.type2top {
	border-top: none;
}
.unit-round-box .spec-item .h3 {
	margin: 0 0 6px;
	font-size: 116.7%;
}
.unit-round-box .spec-item table {
	margin: 0 0 8px;
}
.unit-round-box .spec-item table .toggle-button {
	color: #000;
}
.unit-round-box .spec-item th,
.unit-round-box .spec-item td {
	padding: 6px 8px;
	border: 1px solid #dedede;
}
.unit-round-box .spec-item tbody th,
.unit-round-box .spec-item tbody td {
	vertical-align: top;
}
.unit-round-box .spec-item th {
	background: #eee;
	text-align: center;
}
.unit-round-box .spec-item em {
	font-weight: bold;
}
.unit-round-box .spec-item p {
	margin: 0 0 8px;
}

.unit-round-box .body {
	padding: 0 10px;
}

/*
  ++unit-index-block
========================================*/
.unit-index-block {
	margin: 0 0 25px;
}
.unit-index-block .item {
	margin: 0 0 6px;
	padding: 9px 10px 8px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_53.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	_zoom: 1;
}
.unit-index-block .item.linkHover {
	border: 1px solid #ccc;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_22.gif) left bottom repeat-x;
	cursor: pointer;
}
.unit-index-block .item .title {
	margin: 0 0 3px;
	font-size: 133.4%;
	font-weight: bold;
}
.unit-index-block .item .pgh {
	color: #666;
}
.unit-index-block .item a {
	display: block;
	color: #000;
	text-decoration: none;
}
.unit-index-block .item img,
.unit-index-block .item .body {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.unit-index-block .item.img57 .body { width: 456px; }
.unit-index-block .column2 .item.img83 .body,
.column2 .unit-index-block .item.img83 .body { width: 156px; }

/*
  ++unit-faq-index
========================================*/
.unit-faq-index .title {
	margin: 0 0 11px;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	border-left: 3px solid #3e4059;
	background: #f6f6f6 url(/g/b/shared/img/module/icon_grad_lr_wg_505.png) right top repeat-y;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-o-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	font-size: 116.7%;
}
.unit-faq-index .title span {
	display: block;
	padding: 7px 0 6px 28px;
}
.unit-faq-index ul {
	margin: 0 0 0 -20px;
	padding: 0 15px 5px;
	font-weight: bold;
	*zoom: 1;
}
.unit-faq-index li {
	float: left;
	margin: 0 0 10px 20px;
	_display: inline;
}
.unit-faq-index a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 6px no-repeat;
	font-size: 116.7%;
	*zoom: 1;
}

/*
  ++unit-notice
========================================*/
.unit-notice {
	margin: 0 0 15px;
	padding: 8px 10px 6px 36px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #bebdbe;
	-moz-box-shadow: 0 1px 0 #bebdbe;
	-ms-box-shadow: 0 1px 0 #bebdbe;
	-o-box-shadow: 0 1px 0 #bebdbe;
	box-shadow: 0 1px 0 #bebdbe;
	display: block;
	margin: 0 0 7px;
	*zoom: 1;
}
.unit-notice ul {
	list-style: none outside;
}
.unit-notice a {
	display: block;
	margin: 0 0 7px;
	*zoom: 1;
}

/*
  ++unit-category-nav
========================================*/
.unit-category-nav .inner {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-category-nav .list ul {
	padding: 17px 17px 2px;
	overflow: hidden;
}
.unit-category-nav .list li {
	float: left;
	width: 241px;
}
.unit-category-nav .list a {
	display: block;
	width: 221px;
	padding: 0 0 15px;
	font-weight: bold;
	overflow: hidden;
	word-wrap: break-word;
	*zoom: 1;
}
.unit-category-nav .list a img {
	float: left;
}
.unit-category-nav .list a:hover img,
.unit-category-nav .list a:focus img,
.unit-category-nav .list a:active img {
	opacity: .6;
	filter: alpha(60);
}
.unit-category-nav .list a span {
	display: block;
	margin: 0 0 0 86px;
}
.unit-category-nav .list a span.txt {
	float: none;
}

.unit-category-nav .result {
	padding: 2px 17px;
}
.unit-category-nav .result a {
	display: block;
	padding: 15px 0;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
	color: #000;
	font-weight: bold;
	*zoom: 1;
}
.unit-category-nav .result .first-child a {
	background: none;
}
.unit-category-nav .result a img,
.unit-category-nav .result a .body {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.unit-category-nav .result a .body {
	width: 650px;
	padding: 0 0 0 10px;
}
.unit-category-nav .result a .ttl,
.unit-category-nav .result a .cat-name {
	display: block;
	width: 650px;
	word-wrap: break-word;
}
.unit-category-nav .result a .ttl {
	color: #1a74ba;
	font-size: 116.7%;
}
.unit-category-nav .result a .ttl .otherlink-asterisk{
	color: #f00;
	display: inline;
}
.unit-category-nav .result a:hover .ttl,
.unit-category-nav .result a:focus .ttl,
.unit-category-nav .result a:active .ttl {
	color: #ba1a31;
	text-decoration: underline;
}
.unit-category-nav .result a:hover img,
.unit-category-nav .result a:focus img,
.unit-category-nav .result a:active img {
	opacity: .6;
	filter: alpha(opacity=60);
}

.unit-category-nav .table {
	font-weight: bold;
}
.unit-category-nav .table table {
	width: 100%;
}
.unit-category-nav .table th {
	width: 164px;
	padding: 8px 16px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
	vertical-align: middle;
}
.unit-category-nav .table .first-child th {
	border-top: none;
}
.unit-category-nav .table th img,
.unit-category-nav .table th span {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.unit-category-nav .table th span {
	width: 96px;
	padding: 0 0 0 8px;
}
.unit-category-nav .table td {
	background: url(/g/b/shared/img/module/icon_grad_rl_wg_6.gif) left top repeat-y;
	vertical-align: top;
}
.unit-category-nav .table td ul {
	padding: 24px 26px 24px 6px;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
	font-size: 116.7%;
}
.unit-category-nav .table .first-child td ul {
	background: none;
}
.unit-category-nav .table td li {
	float: left;
	margin: 0 0 0 20px;
	_display: inline;
}
.unit-category-nav .table td li a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 0 6px no-repeat;
}
.unit-category-nav .table .help {
	padding: 10px 13px 9px;
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
}
.unit-category-nav .table .help a {
	padding: 2px 0 2px 22px;
	background: url(/g/b/shared/img/module/icon_question_18.png) left center no-repeat;
}

.unit-category-nav .step-item {
	position: relative;
	min-height: 46px;
	_height: 46px;
	padding: 10px 15px 10px 60px;
	border-top: 1px solid #d0d0d0;
}
.unit-category-nav .first-item {
	border: none;
}
.unit-category-nav .step-item em {
	font-weight: bold;
}
.unit-category-nav .step-item .h3 {
	margin: 0 0 6px;
}
.unit-category-nav .step-item .h3 img {
	position: absolute;
	top: 10px;
	left: 15px;
}
.unit-category-nav .step-item .normal-table {
	margin: 0 0 8px;
}
.unit-category-nav .step-item .normal-table .toggle-button {
	color: #000;
}
.unit-category-nav .step-item .normal-table th,
.unit-category-nav .step-item .normal-table td {
	padding: 6px 8px;
	border: 1px solid #dedede;
}
.unit-category-nav .step-item .normal-table tbody th,
.unit-category-nav .step-item .normal-table tbody td {
	vertical-align: top;
}
.unit-category-nav .step-item .normal-table th {
	background: #eee;
	text-align: center;
}
.unit-category-nav .step-item .toggle-table {
	width: 680px;
	table-layout: fixed;
}
.unit-category-nav .step-item .toggle-table td {
	padding: 0 0 4px;
	vertical-align: top;
}
.unit-category-nav .step-item .toggle-table p {
	padding-top: 0;
}

.unit-category-nav .step-item .iframe {
	height: 40px;
	padding: 7px 10px;
	border: 1px solid #e3e3eb;
	border-top: 1px solid #aaadb4;
	overflow: auto;
}

/* Design Dept */
.unit-category-nav .step-item .iframe2 {
	height: 200px;
	padding: 7px 10px;
	border: 1px solid #e3e3eb;
	border-top: 1px solid #aaadb4;
	overflow: auto;
}
/* end  Design Dept*/

.unit-category-nav .step-item .downloadiframe {
	height: 150px;
	width: 680px;
}
.unit-category-nav .step-item .agreeiframe {
	height: 200px;
	width: 99%;
}

.unit-category-nav .step .btn {
	margin: 0 0 15px;
	text-align: center;
}
.unit-category-nav .step .btn a img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.unit-category-nav .step .btn a:hover img,
.unit-category-nav .step .btn a:focus img,
.unit-category-nav .step .btn a:active img {
	opacity: .6;
	filter: alpha(60);
}

/*
  ++unit-category-nav
========================================*/
.unit-category-nav2 .inner {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}

.unit-category-nav2 .table {
	font-weight: bold;
}
.unit-category-nav2 .table table {
	width: 100%;
}
.unit-category-nav2 .table th {
	width: 164px;
	padding: 8px 16px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
	vertical-align: middle;
}

.unit-category-nav2 .table th span {
	width: 96px;
	padding: 0 0 0 8px;
}
.unit-category-nav2 .table td {
	background: url(/g/b/shared/img/module/icon_grad_rl_wg_6.gif) left top repeat-y;
}

/*
  ++unit-info
========================================*/
.unit-info .scroll-block,
.unit-info .scroll-block-02,
.unit-info .scroll-block-03 {
	height: 94px;
	overflow: auto;
	padding: 10px 14px 3px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-info .scroll-block ul,
.unit-info .scroll-block-02 ul,
.unit-info .scroll-block-03 ul {
	list-style: disc outside;
	margin-left: 1.5em;
}
.unit-info .scroll-block a,
.unit-info .scroll-block-02 a,
.unit-info .scroll-block-03 a {
	display: block;
	margin: 0 0 7px;
	*zoom: 1;
}
.unit-info .scroll-block-03 span a {
	display: inline;
}
.unit-info .scroll-block-02 { height: 63px; }
.unit-info .scroll-block-03 dd {
	display: list-item;
	list-style: disc outside;
	margin-left: 1.5em;
}
.unit-info .scroll-block-03 dd a {
	margin: 0;
}
.unit-info .scroll-block-03 dd span {
	display: block;
	margin: 0 0 7px;
	color: #000;
	font-size: 83.3%;
	*zoom: 1;
}

/*
  ++unit-search-box/unit-search
========================================*/
.unit-search-box {
	margin: 0 0 20px;
	border: 3px solid #979797;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #bebdbe;
	-moz-box-shadow: 0 1px 0 #bebdbe;
	-ms-box-shadow: 0 1px 0 #bebdbe;
	-o-box-shadow: 0 1px 0 #bebdbe;
	box-shadow: 0 1px 0 #bebdbe;
	overflow: hidden;
}
.unit-search-box .inner {
	padding: 9px 10px;
	border: 1px solid #e6e6e6;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_81.gif) left bottom repeat-x;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-o-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
}
.unit-search-box .title {
	margin: 0 0 6px;
	font-size: 116.7%;
}
.unit-search-box .keyword,
.unit-search-box .btn {
	float: left;
}
.unit-search-box .keyword {
	width: 246px;
}
.unit-search-box .keyword input {
	width: 231px;
	height: 22px;
	padding: 0 3px;
	border: 1px solid #e2e9ef;
	border-top: 1px solid #aaadb2;
	line-height: 22px;
}

.unit-search-box #loading {
	padding: 20px 0 40px;
	text-align: center;
}
.unit-search-box .select-item .h3 {
	padding: 7px 11px;
	border-top: 1px solid #e1e1e1;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_29.gif) left bottom repeat-x;
	-webkit-box-shadow: inset 0 -1px 1px #fff;
	-moz-box-shadow: inset 0 -1px 1px #fff;
	-ms-box-shadow: inset 0 -1px 1px #fff;
	-o-box-shadow: inset 0 -1px 1px #fff;
	box-shadow: inset 0 -1px 1px #fff;
	font-size: 116.7%;
}
.unit-search-box .select-item .body {
	padding: 12px 15px 2px;
	border-top: 1px solid #bdbdbd;
}
.unit-search-box .select-item .body .normal li {
	float: left;
	margin: 0 35px 10px 0;
}
.unit-search-box .select-item .body .column2 li {
	float: left;
	width: 50%;
	margin: 0 0 10px;
	word-wrap: break-word;
}
.unit-search-box .select-item .body label {
	padding: 0 0 0 5px;
}
.unit-search-box .select-footer {
	padding: 5px 12px 7px;
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
}
.unit-search-box .select-footer .btn {
	float: none;
	margin: 0 auto;
	padding: 7px 0 0;
	text-align: center;
}
.unit-search-box .select-footer .hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.unit-search-box .help {
	margin: 5px 0 0;
}
.unit-search-box .help a {
	display: inline-block;
	padding: 0 0 2px 22px;
	font-weight: bold;
}

.unit-search-box .select-item .body .normal .selected-os label{
	font-weight:bold;
}

.unit-search-box .select-item .body .column2 .selected-os label{
	font-weight:bold;
}

.unit-search {
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	padding: 0 14px 20px;
}
.unit-search .inner {
	padding: 16px 0 0;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
}
.unit-search .title {
	margin: 0 0 8px;
	font-size: 116.7%;
}
.unit-search .search-box {
	float: left;
	width: 246px;
}
.unit-search .search-box .keyword,
.unit-search .search-box .btn {
	float: left;
}
.unit-search .search-box .keyword {
	width: 166px;
}
.unit-search .search-box .keyword input {
	width: 151px;
	height: 22px;
	padding: 0 3px;
	border: 1px solid #e2e9ef;
	border-top: 1px solid #aaadb2;
	line-height: 22px;
}
.unit-search .search-utility {
	float: left;
	width: 255px;
	padding-left: 8px;
}
.unit-search .search-utility a {
	display: block;
	margin: 3px 0 0;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 5px no-repeat;
	font-weight: bold;
	*zoom: 1;
}

.unit-ques-box {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #bebdbe;
	-moz-box-shadow: 0 1px 0 #bebdbe;
	-ms-box-shadow: 0 1px 0 #bebdbe;
	-o-box-shadow: 0 1px 0 #bebdbe;
	box-shadow: 0 1px 0 #bebdbe;
}
.unit-ques-box .body {
	padding: 14px;
}
.unit-ques-box .ques-item {
	border-top: 1px solid #e6e6e6;
}
.unit-ques-box .ques-item.first-item {
	border: none;
}

.unit-ques-box .h2 {
	margin: 0 0 7px;
	padding-left: 4.5em;
	text-indent: -4.5em;
	line-height: 1.4;
}
.unit-ques-box li {
	margin-top: 3px;
}
.unit-ques-box label {
	padding-left: 5px;
}
.unit-ques-box .note {
	text-align: right;
}

.unit-ques-box .ques-footer {
	position: relative;
	padding: 10px 0 8px;
	background: url(/g/b/shared/img/module/icon_stripe_01.gif) left top repeat-x;
	text-align: center;
}
.unit-ques-box .ques-footer input {
	vertical-align: middle;
}
.unit-ques-box .reset {
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -8px;
}
.unit-ques-box .reset input {
	margin: 0;
	padding: 0 0 0 16px;
	border: none;
	color: #1a74ba;
}
.unit-ques-box .reset input:hover,
.unit-ques-box .reset input:focus,
.unit-ques-box .reset input:active {
	color: #ba1a31;
	text-decoration: underline;
}
.unit-ques-box .btn {
	display: inline-block;
	width: 76px;
	height: 24px;
}
.unit-ques-box .btn .disabled {
	display: none;
}
.unit-ques-box textarea {
	width: 700px;
	height: 152px;
	background: #f0f0f0;
}
#loading {
	padding: 40px 0;
	text-align: center;
}
#step2-comment {
	width: 500px;
	background: #f0f0f0;
}

/*
  ++unit-designsample-nav
========================================*/
.unit-designsample-nav .inner {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-designsample-nav .th {
	background: #eee;
	text-align: center;
}
.unit-designsample-nav .th,
.unit-designsample-nav .td {
	padding: 8px;
	border: 1px solid #dedede;
}
.unit-designsample-nav .dsimage {
	width: 40%;
}
.unit-designsample-nav .dsimage img{
	display: block;
	margin: auto;
}
.unit-designsample-nav .dstitle {
	color: #006666;
	font-size: 150%;
	margin-top: 7px;
	margin-bottom: 3px;
}
.unit-designsample-nav .dscomment{
	margin-left: 3px;
	margin-bottom: 3px;
}
.unit-designsample-nav .dsspace {
	width: 5px;
}
.unit-designsample-nav .iframe {
	height: 56px;
	border: 1px solid #e3e3eb;
	border-top: 1px solid #aaadb4;
}
.unit-designsample-nav .btn {
	margin: 0 0 15px;
	text-align: center;
}
.unit-designsample-nav .btn a img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.unit-designsample-nav .btn a:hover img,
.unit-designsample-nav .btn a:focus img,
.unit-designsample-nav .btn a:active img {
	opacity: .6;
	filter: alpha(60);
}
.unit-designsample-nav .table table {
	width: 100%;
}
.unit-designsample-nav .table tr {
	border-top: 1px solid #d0d0d0;
	vertical-align: middle;
	padding: 6px 0px;
}
.unit-designsample-nav .table .first-child {
	border: none;
}
.unit-designsample-nav .table td ul {
	padding: 6px;
}
.unit-designsample-nav .table td li {
	float: left;
	margin: 0 0 0 20px;
	_display: inline;
}
.unit-designsample-nav .table td li a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 0 6px no-repeat;
}

/*
  ++unit-tape-nav
========================================*/
.unit-tape-nav .inner {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-tape-nav .tape {
	width: 230px;
	vertical-align: middle;
}
.unit-tape-nav .tapeimage {
	width: 200px;
	height: 55px;
	margin: 10px 0px 0px 5px;
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid #444444;
	border-width: 3px 0px;
	text-align: center;
}
.unit-tape-nav .tapeproductend {
	width: 100%;
	height: 100%;
	position: relative;
}
.unit-tape-nav .tapeno {
	width: 100%;
	height: 100%;
	font-size: 220%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: 20%;
}
.unit-tape-nav .tapewidth {
	width: 200px;
	text-align: right;
	font-size: 140%;
}
.unit-tape-nav .tapeimage img{
	display: block;
	margin: auto;
}
.unit-tape-nav .tapespace {
	width: 5px;
}
.unit-tape-nav .tapediscon {
	font-size: 140%;
}
.unit-tape-nav .tapediscon strong {
	color: #FF0000;
}
.unit-tape-nav .tapecolor {
	font-size: 170%;
}
.unit-tape-nav .tapematerial {
	font-size: 140%;
}
.unit-tape-nav .tapemore {
	font-size: 140%;
	width: 30%;
}
.unit-tape-nav .tapelen {
	font-size: 140%;
}
.unit-tape-nav .table table {
	width: 100%;
	line-height: 1.3;
}
.unit-tape-nav .table tr {
	border-top: 1px solid #d0d0d0;
	vertical-align: middle;
	padding: 6px 0px;
}
.unit-tape-nav .table .tapeinfo tr{
	border: 0px;
}
.unit-tape-nav .table .first-child {
	border: none;
}
.unit-tape-nav .table td ul {
	padding: 6px;
}
.unit-tape-nav .table td li {
	float: left;
	margin: 0 0 0 20px;
	_display: inline;
}
.unit-tape-nav .table td li a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 0 6px no-repeat;
}


/*
  ++unit-roll-nav
========================================*/
.unit-roll-nav .inner {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
.unit-roll-nav .roll {
	width: 230px;
	vertical-align: middle;
}
.unit-roll-nav .rollimage {
	width: 200px;
	height: 100px;
	margin: 10px 0px 0px 5px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.unit-roll-nav .rollproductend {
	width: 100%;
	height: 100%;
	position: relative;
}
.unit-roll-nav .rollno {
	width: 100%;
	height: 100%;
	font-size: 220%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: 30%;
}
.unit-roll-nav .rollwidth {
	width: 200px;
	text-align: right;
	font-size: 130%;
}
.unit-roll-nav .rollimage img{
	display: block;
	margin: auto;
}
.unit-roll-nav .rollspace {
	width: 5px;
}
.unit-roll-nav .rolldiscon {
	font-size: 140%;
}
.unit-roll-nav .rolldiscon strong {
	color: #FF0000;
}
.unit-roll-nav .rollname {
	font-size: 170%;
}
.unit-roll-nav .rollmaterial {
	font-size: 100%;
}
.unit-roll-nav .rollSuffix
{
    font-size: 100%;
}
.unit-roll-nav .rollper {
	font-size: 100%;
}
.unit-roll-nav .rollcolor {
	font-size: 100%;
}
.unit-roll-nav .rollmore {
	font-size: 140%;
	width: 30%;
}
.unit-roll-nav .rolllen {
	font-size: 140%;
}
.unit-roll-nav .table table {
	width: 100%;
	line-height: 1.3;
}
.unit-roll-nav .table tr {
	border-top: 1px solid #d0d0d0;
	vertical-align: middle;
	padding: 6px 0px;
}
.unit-roll-nav .table .rollinfo tr{
	border: 0px;
}
.unit-roll-nav .table .first-child {
	border: none;
}
.unit-roll-nav .table td ul {
	padding: 6px;
}
.unit-roll-nav .table td li {
	float: left;
	margin: 0 0 0 20px;
	_display: inline;
}
.unit-roll-nav .table td li a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 0 6px no-repeat;
}

/*
  ++unit-country-list
========================================*/
.unit-country-list .column3 ul {
    float: left;
    width: 33%;
    margin-bottom: 20px;
}
.unit-country-list .list ul {
	overflow: hidden;
}
.unit-country-list .list a {
	display: block;
	width: 161px;
	padding: 0 0 7px;
	font-weight: bold;
	overflow: hidden;
	word-wrap: break-word;
	*zoom: 1;
}

/*========================================
 +unit-secure
========================================*/

.unit-secure {
	float: right;
	padding: 5px;
}

/*========================================
 +msglist
========================================*/

.msglist .table {
	font-weight: bold;
}
.msglist .table table {
	width: 100%;
}
.msglist th {
	width: 164px;
	padding: 5px 5px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
	vertical-align: middle;
	text-align:center;
}

th.msglist-max { font-size:200%;}
.msglist .table th img,
.msglistv .table th span {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.msglist td p {
	font-weight: bold;
	padding-left:10px;
	font-size:120%;
	vertical-align: middle;
}

.msglist td {
	border-top: 1px solid #d4d4d4;
}

/*========================================
 +imglist
========================================*/

table.imglist{
	width:100%;
}

table.imglist td{
	width:33%;
	border: 1px solid #e5e5e5;
	text-align:center;
	padding-top:15px;
}

/*========================================
 +toggle
========================================*/
.toggle-list li {
	float: left;
	width: 340px;
}
.toggle-button {
	display: block;
	padding: 0 0 0 15px;
	background: url(/g/b/shared/img/module/icon_plus_01.png) 0 3px no-repeat;
}
.toggle-buttonEx, .toggle-buttonEx2 {
	display: block;
	padding: 0 0 0 15px;
}
.open-button {
	background: url(/g/b/shared/img/module/icon_minus_01.png) 0 3px no-repeat;
}
.toggle-pane {
	display: none;
	padding: 2px 0 0 15px;
}
dl.toggle-pane dd {
	margin-left:15px;
}

/*========================================
 +block module
========================================*/
.mod-remote-nav .column {
	float: left;
	width: 25%;
}
.mod-remote-nav .column-inner {
	padding: 0 10px 4px;
	background: url(/g/b/shared/img/module/icon_dot_g_b_01.gif) left top repeat-y;
}
.mod-remote-nav .linkSelect {
    margin-left : 9px;
}
.mod-remote-nav .first-column .column-inner {
	padding-left: 0;
	background: none;
}
.mod-remote-nav .last-column .column-inner {
	padding-right: 0;
}
.mod-remote-nav .column .title {
	margin-bottom: 10px;
}
.mod-remote-nav .column a {
	display: block;
	margin: 4px 0 0;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 5px no-repeat;
	*zoom: 1;
}

.mod-remote-nav-02 table {
	margin: 0 auto;
}
.mod-remote-nav-02 th {
	padding: 8px 12px;
	font-weight: bold;
}
.mod-remote-nav-02 td {
	text-align:center;
}

.mod-remote-nav-02 .nav-leftline {
	background: url(/g/b/shared/img/module/icon_line_gw_01.png) left center no-repeat;
}
.mod-remote-nav-02 .nav-leftline-active {
	background: url(/g/b/shared/img/module/icon_line_gw_01.png) left center no-repeat;
	font-weight: bold;
}
.mod-remote-nav-02 .nav-active {
	padding: 8px 12px;
	font-weight: bold;
}

.mod-remote-nav-02 a {
	display: block;
	padding: 8px 12px;
}

.mod-list-step {
	width: 729px;
	margin-right: auto;
	margin-left: 10px;
	color: #40425c;
	line-height: 1.2;
}
.mod-list-step.step1 { background: url(/g/b/shared/img/module/bg_step_01.png) left center no-repeat; }
.mod-list-step.step2 { background: url(/g/b/shared/img/module/bg_step_02.png) left center no-repeat; }
.mod-list-step.step3 { background: url(/g/b/shared/img/module/bg_step_03.png) left center no-repeat; }
.mod-list-step.step4 { background: url(/g/b/shared/img/module/bg_step_04.png) left center no-repeat; }
.mod-list-step.step5 { background: url(/g/b/shared/img/module/bg_step_05.png) left center no-repeat; }
.mod-list-step.step6 { background: url(/g/b/shared/img/module/bg_step_06.png) left center no-repeat; }
.mod-list-step.step1_1 { background: url(/g/b/shared/img/module/bg_step_1_1.png) left center no-repeat; }
.mod-list-step.step2_1 { background: url(/g/b/shared/img/module/bg_step_2_1.png) left center no-repeat; }
.mod-list-step.step2_2 { background: url(/g/b/shared/img/module/bg_step_2_2.png) left center no-repeat; }
.mod-list-step.step3_1 { background: url(/g/b/shared/img/module/bg_step_3_1.png) left center no-repeat; }
.mod-list-step.step3_2 { background: url(/g/b/shared/img/module/bg_step_3_2.png) left center no-repeat; }
.mod-list-step.step3_3 { background: url(/g/b/shared/img/module/bg_step_3_3.png) left center no-repeat; }
.mod-list-step.step4_1 { background: url(/g/b/shared/img/module/bg_step_4_1.png) left center no-repeat; }
.mod-list-step.step4_2 { background: url(/g/b/shared/img/module/bg_step_4_2.png) left center no-repeat; }
.mod-list-step.step4_3 { background: url(/g/b/shared/img/module/bg_step_4_3.png) left center no-repeat; }
.mod-list-step.step4_4 { background: url(/g/b/shared/img/module/bg_step_4_4.png) left center no-repeat; }
.mod-list-step ol {
	width: 719px;
}
.mod-list-step li {
	float: left;
	word-wrap: break-word;
	font-weight: bold;
}
.ie .mod-list-step li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.mod-list-step .item1 {
	width: 86px;
	padding: 8px 22px 8px 13px;
}
.mod-list-step .item2,
.mod-list-step .item3,
.mod-list-step .item4 {
	width: 107px;
	padding: 8px 11px 8px 4px;
}
.mod-list-step .item5 {
	width: 106px;
	padding: 8px 11px 8px 4px;
}
.mod-list-step .item6 {
	width: 96px;
	padding: 8px 1px 8px 4px;
}

.mod-box-blue {
	border: 1px solid #dbe9f8;
	background-color: #f8fbfe;
}
.mod-box-red {
	border: 1px solid #fadede;
	background-color: #fef4f4;
}
.mod-box-yellow {
	border: 1px solid #f4e9bb;
	background-color: #fffbe9;
}
.mod-box-green {
	border: 1px solid #d5edbe;
	background-color: #f3fcea;
}
.mod-box-blue,
.mod-box-red,
.mod-box-yellow,
.mod-box-green {
	padding: 12px 13px 12px 72px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.mod-box-note,
.mod-box-exclamation,
.mod-box-exclamation02,
.mod-box-light {
	background-repeat: no-repeat;
	margin-top: 15px;
}

.mod-box-note {
	min-height: 48px;
	_height: 48px;
	background-image: url(/g/b/shared/img/module/icon_note_52.png);
	background-position:10px 10px;
}
.mod-box-exclamation {
	min-height: 42px;
	_height: 42px;
	background-image: url(/g/b/shared/img/module/icon_exclamation_01.png);
	background-position:10px 10px;
}
.mod-box-exclamation02 {
	min-height: 37px;
	_height: 37px;
	background-image: url(/g/b/shared/img/module/icon_exclamation_02.png);
	background-position:10px 10px;
}
.mod-box-light {
	min-height: 50px;
	_height: 50px;
	background-image: url(/g/b/shared/img/module/icon_light_01.png);
	background-position:10px 10px;
}

.mod-flash {
	padding: 12px 13px;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #f9f9f9;
}
.mod-flash .banner,
.mod-flash .text {
	display: inline-block;
	vertical-align: middle;
}
.mod-flash .text {
	width: 530px;
	padding-left: 8px;
}

/*========================================
 +heading
========================================*/
.mod-heading-wrap {
	margin: 0 0 15px;
}
.mod-heading-wrap .mod-heading {
	float: left;
	width: 100%;
}
.mod-heading-wrap .mod-heading .title {
	margin: 0 220px 0 0;
}
.mod-heading {
	margin: 0 0 15px;
}
.mod-heading .leadtxt {
	margin: 0 0 2px;
	color: #7fa308;
	font-size: 116.7%;
	font-weight: bold;
}
.mod-heading .pgh {
	padding: 5px 0 0;
	font-size: 116.7%;
}
.mod-heading-footer {
	clear: both;
	padding: 14px 0 0;
}
.mod-heading-footer .text {
	float: left;
}
.mod-heading-footer .buttons {
	float: right;
}
.mod-heading-footer li { float: left; }
.mod-heading-footer .text li {
	margin: 0 10px 0 0;
	color: #666;
}
.mod-heading-footer .buttons li {
	margin: 0 0 0 20px;
	_display: inline;
}
.mod-heading .purpose-img 
{
    width : 40px;
}
.mod-heading table 
{
    width : 100%;
    table-layout:fixed;
}
.mod-h1 {
	font-size: 216.7%;
}
.mod-h2 {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border: 1px solid #e6e6e6;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_32.gif) left bottom repeat-x;
}
.mod-h2 span {
	display: block;
	padding: 9px 0 9px 24px;
	background: url(/g/b/shared/img/module/icon_line_gr_01.png) 9px center no-repeat;
	font-size: 116.7%;
}
.unit-round-box .mod-h2 {
	border: none;
	border-bottom: 1px solid #e6e6e6;
}
.mod-h2-02 {
	margin: 0 0 8px;
	padding: 4px 0 2px 14px;
	background: url(/g/b/shared/img/module/icon_line_gr_01.png) left center no-repeat;
	font-size: 116.7%;
}
.mod-h2-03 {
	padding: 14px 20px;
	border-bottom: 1px solid #bdbdbd;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_81.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #e5e5e5, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #e5e5e5, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #e5e5e5, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #e5e5e5, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #e5e5e5, inset 0 0 1px #fff;
	font-size: 150%;
}
.mod-h2-04 {
	color: #666;
}
.mod-h3 {
	margin: 0 0 10px;
	padding: 0 0 7px;
	background: url(/g/b/shared/img/module/icon_line_gr_r_01.gif) left bottom no-repeat;
	font-size: 108.4%;
}
.mod-h4 {
	padding: 0 3px 5px;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}
.mod-h4 span {
	display: block;
	padding-left: 6px;
	border-left: 2px solid #90b80a;
}
.mod-h4-02 {
	border-left: 2px solid #a6c814;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.mod-h4-02 span {
	display: block;
	padding: 5px 9px;
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #bebdbe;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background: url(/g/b/shared/img/module/icon_grad_lr_wg_459.png) right top repeat-y;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-o-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
}
.mod-h4-03 {
	padding: 5px 9px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #a6c814;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(/g/b/shared/img/module/icon_grad_lr_wg_459.png) right top repeat-y;
	-webkit-box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,.2);
	-ms-box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,.2);
	-o-box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,.2);
}
.mod-h4-04 {
	padding: 0 2px 7px;
	background: url(/g/b/shared/img/module/icon_line_gr_r_03.gif) left bottom repeat-x;
}
.mod-h5 {
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_square_g_01.gif) left center no-repeat;
}
.mod-h5-02 {
	padding: 0 2px 5px;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}

/*========================================
 +paragraph
========================================*/
.mod-sort {
	margin-top: -2.4em;
	padding-left: 10em;
}

/*========================================
 +list
========================================*/
.mod-list-decimal {
	list-style: outside decimal;
	margin-left: 1.5em;
}
.mod-list-lower-alpha {
	list-style: outside lower-alpha;
	margin-left: 1.5em;
}
.mod-list-lower-roman {
	list-style: outside lower-roman;
	margin-left: 1.5em;
}
.mod-list-upper-roman {
	list-style: outside upper-roman;
	margin-left: 1.5em;
}
.mod-list-disc {
	list-style: outside disc;
	margin-left: 1.5em;
}
.mod-lisl-line {
	list-style: none;
}
.mod-lisl-line li {
	padding-left: 9px;
	margin-left: 1em;
	background: url(/g/b/shared/img/module/icon_line_b_r_01.gif) left 7px no-repeat;
}
.mod-list-link {
	list-style: outside disc;
	margin-left: 1.5em;
	color: #1a74ba;
}
.mod-list-note {
	color: #666;
	font-size: 83%;
}
.mod-list-note li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.mod-list-link02 a {
	display: block;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left center no-repeat;
}

.mod-lisl-result {
}
.mod-lisl-result a {
	display: block;
	padding: 10px 0;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left top repeat-x;
	color: #000;
}
.mod-lisl-result .first-child a {
	padding-top: 0;
	background: none;
}
.mod-lisl-result div {
    float: left;
}

.mod-lisl-result span {
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	*display: inline;
	*zoom: 1;
}
.mod-lisl-result .no {
	white-space: nowrap;
	min-width: 20px;
	text-align: right;
}
.mod-lisl-result .date {
	white-space: nowrap;
	color: #1a74ba;
	padding-left: 10px;
}
.mod-lisl-result .date02 {
	white-space: nowrap;
	color: #1a74ba;
	padding-left: 10px;
}
.mod-lisl-result .text {
	color: #1a74ba;
	padding-left:1em;
	margin-left: 92px;
	float: none;
}
.mod-lisl-result .text02 {
	color: #1a74ba;
	padding-left:1em;
	margin-left: 138px;
	float: none;
}
.mod-lisl-result .text03 {
	padding-left: 6px;
	color: #1a74ba;
	margin-left: 31px;
	float: none;
}
.mod-lisl-result a:hover .text,
.mod-lisl-result a:focus .text,
.mod-lisl-result a:active .text {
	color: #ba1a31;
	text-decoration: underline;
}
.mod-lisl-result a:visited .text{
	color: purple !important;
}

.mod-lisl-result a:hover .text02,
.mod-lisl-result a:focus .text02,
.mod-lisl-result a:active .text02 {
	color: #ba1a31;
	text-decoration: underline;
}
.mod-lisl-result a:visited .text02{
	color: purple !important;
}

.mod-lisl-result a:hover .date,
.mod-lisl-result a:focus .date,
.mod-lisl-result a:active .date {
	color: #ba1a31;
	text-decoration: underline;
}
.mod-lisl-result a:visited .date{
	color: purple !important;
}

.mod-lisl-result a:hover .date02,
.mod-lisl-result a:focus .date02,
.mod-lisl-result a:active .date02 {
	color: #ba1a31;
	text-decoration: underline;
}
.mod-lisl-result a:visited .date02{
	color: purple !important;
}

.mod-lisl-result a:hover .text03,
.mod-lisl-result a:focus .text03,
.mod-lisl-result a:active .text03 {
	color: #ba1a31;
	text-decoration: underline;
}
.mod-lisl-result a:visited .text03{
	color: purple !important;
}

.mod-list-manual {
	width: 100%;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_14.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	font-weight: bold;
}
.mod-list-manual table {
	width: 100%;
}
.mod-list-manual th {
	width: 209px;
	padding: 8px 16px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
	vertical-align: middle;
}
.mod-list-manual .first-child th {
	border-top: none;
}
.mod-list-manual th img,
.mod-list-manual th span {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.mod-list-manual th span {
	width: 96px;
	padding: 0 0 0 8px;
}
.mod-list-manual .img55 span {
	width: 146px;
	font-size: 150%;
	vertical-align: middle;
}
.mod-list-manual .img55 img {
	margin: 5px 5px 0 10px;
	vertical-align: top;
}
.mod-list-manual td {
	vertical-align: top;
	border-top: 1px solid #d4d4d4;
}
.mod-list-manual td ul {
	padding-top: 10px;
}
.mod-list-manual .first-child td ul {
	background: none;
}
.unit-category-nav .table td li {
	margin: 0 0 0 20px;
}
.mod-list-manual td li a {
	display: block;
	margin: 4px 0 0;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) 0 4px no-repeat;
}
.mod-list-manual .mod-font-s {
	font-weight: normal;
}

.mod-list-manual .mod-learn {
	font-weight: normal;
	margin:4px 0 0 10px;
}
.mod-list-manual .column {
	display: inline-block;
	margin-top: 10px;
	width: 460px;
}
.link-list li {
	margin: 3px 0 0;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 6px no-repeat;
}
.link-list a {
}

/*========================================
 +table
========================================*/
.mod-table {
	width: 100%;
}
.mod-table th,
.mod-table td {
	padding: 8px;
	border: 1px solid #dedede;
}
.mod-table thead .th {
	background: #8f8f8f;
	color: #fff;
	text-align: center;
}
.mod-table thead .th02 {
	background: #eee;
	font-weight: bold;
	text-align: center;
}
.mod-table thead .th03 {
	background: #eee;
	text-align: center;
}
.mod-table tbody .th {
	background: #e3e3e3;
	font-weight: bold;
}
.mod-table tbody .th02 {
	background: #f6f6f6;
}
.mod-table .inline-block {
	display: inline-block;
	text-align: left;
	*display: inline;
	*zoom: 1;
}
.mod-table .icon {
	margin-right: 4px;
	vertical-align: middle;
}

.mod-round-table {
	width: 540px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-collapse: separate;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_29.gif) left bottom repeat-x;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-o-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
}
.mod-round-table thead th {
	padding: 3px 8px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #eee;
}
.mod-round-table thead th:first-child {
	border-left: none;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-ms-border-radius: 3px 0 0 0;
	-o-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
.mod-round-table thead th:last-child {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.mod-round-table tbody tr {
	background: url(/g/b/shared/img/module/icon_dot_g_r_02.gif) 50% top no-repeat;
}
.mod-round-table tbody tr:first-child {
	background: none;
}
.mod-round-table tbody th {
	padding: 10px 0 20px 15px;
	font-size: 116.7%;
}
.mod-round-table tbody th img,
.mod-round-table tbody th span {
	vertical-align: middle;
}
.mod-round-table tbody th span {
	display: inline-block;
	width: 85px;
	padding-left: 10px;
	word-wrap: break-word;
}
.mod-round-table tbody td {
	padding: 10px 10px 20px 8px;
}
.mod-round-table tbody tr:last-child th,
.mod-round-table tbody tr:last-child td {
	padding-bottom: 40px;
}
.mod-round-table .mod-list-link02 {
	padding: 3px 0 0 13px;
}
/* add Desgin Dept */
.mod-round-table2 {
	width: 760px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-collapse: separate;
	background: url(/g/b/shared/img/module/icon_grad_tb_wg_29.gif) left bottom repeat-x;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-o-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
}
.mod-round-table2 thead th {
	padding: 3px 8px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #eee;
	text-align:center;
}
.mod-round-table2 thead th:first-child {
	border-left: none;
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-ms-border-radius: 3px 0 0 0;
	-o-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
	font-weight:bold;
}
.mod-round-table2 thead th:last-child {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.mod-round-table2 tbody tr {
	background: url(/g/b/shared/img/module/icon_dot_g_r_02.gif) 0% top repeat-x;
}
.mod-round-table2 tbody tr:first-child {
	background: none;
}
.mod-round-table2 tbody th {
	padding: 10px 0 20px 15px;
	font-size: 116.7%;
}
.mod-round-table2 tbody th img,
.mod-round-table2 tbody th span {
	vertical-align: middle;
}
.mod-round-table2 tbody th span {
	display: inline-block;
	width: 85px;
	padding-left: 20px;
	word-wrap: break-word;
}
.mod-round-table2 tbody td {
	padding: 10px 10px 20px 8px;
}
.mod-round-table2 tbody tr:last-child th,
.mod-round-table2 tbody tr:last-child td {
	padding-bottom: 40px;
}
.mod-round-table2 .mod-list-link02 {
	padding: 3px 0 0 13px;
}
/* end Desgin Dept */
.mod-simple-table th,
.mod-simple-table td {
	padding: 6px 8px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}
.mod-simple-table th {
	font-weight: bold;
}
.mod-simple-table .border {
	padding-bottom: 7px;
	border-bottom: none;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}
.mod-simple-table .border02 {
	padding-bottom: 7px;
	border: none;
	background: url(/g/b/shared/img/module/icon_dot_g_r_01.gif) left bottom repeat-x;
}
.mod-simple-table .border03 {
	border-top: none;
}
.mod-other-models {
	width: 56px;
	height: 57px;
	text-align: center;
}

/*========================================
 +form
========================================*/
input.hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.mod-button {
	display: inline-block;
	padding: 1px 8px;
	border: 1px solid #1a74ba;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #1c76bc url(/g/b/shared/img/module/icon_grad_tb_bb_32.gif) left top repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	-ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	-o-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 2px 2px rgba(0,0,0,.3);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	cursor: pointer;
}
.mod-button:visited {
	color: #fff !important;
}
.mod-button:hover,
.mod-button:focus,
.mod-button:active {
	background: #47abf8 url(/g/b/shared/img/module/icon_grad_tb_bb_32_02.gif) left top repeat-x;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.mod-button.disabled {
	border: 1px solid #b3b3b3;
	background: #c7c7c7;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #f7f7f7;
	text-shadow: none;
	cursor: default;
}
.mod-button.button-m {
	padding: 4px 14px;
	font-size: 14px;
}
.mod-button.button-l {
	padding: 6px 40px;
	font-size: 14px;
}
.mod-button-serial{
	margin-left:3px;
}

/*========================================
 +general
========================================*/
a.arrow {
	margin-left: 20px;
	padding-left: 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left .3em no-repeat;
}
a.blank {
	padding-left: 18px;
	background: url(/g/b/shared/img/module/icon_blank_01.gif) 2px center no-repeat;
}
a.help {
	padding: 2px 0 3px 22px;
	background: url(/g/b/shared/img/module/icon_question_18.png) left center no-repeat;
}
a.page {
	padding-left: 16px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_b_01.png) left center no-repeat;
}
a.pagetop {
	padding-left: 16px;
	background: url(/g/b/shared/img/module/icon_arrow_gw_t_01.png) left center no-repeat;
}
a.print {
	padding-left: 16px;
}
a.email {
	padding-left: 18px;
}
.mod-note { color: #f00; }
.mod-inline-img { vertical-align: middle; }
em { font-weight: bold; }
.mod-mb5 { margin-bottom: 5px; }
.mod-mb10 { margin-bottom: 10px; }
.mod-mb15 { margin-bottom: 15px; }
.mod-mb20 { margin-bottom: 20px; }
.mod-mb25 { margin-bottom: 25px; }
.mod-mb30 { margin-bottom: 30px; }
.mod-mb130 { margin-bottom: 130px; }
.mod-ml20 { margin-left: 20px !important; }
.mod-mt25 { margin-top: 25px; }
.mod-pt20 { padding-top: 20px; }
.mod-font-s { font-size: 83%; }
.mod-font-l { font-size: 116.7%; }
.mod-color-red { color: #f00; }
.text-center { text-align: center; }
.mod-normal {
	font-weight: normal;
	margin: 14px 0 6px;
}
.mod-note-prodlist {
	color: #f00;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
.mod-note-prodseries {
	color: #f00;
	font-weight: normal;
	padding: 14px 0px 6px 0px;
}
.mod-note-optionlist {
	color: #f00;
	font-weight: normal;
}
.otherlink {
	font-size: 116.7%;
	font-weight: bold;
	color: #f00;
}
.mod-validate {
	color: #f00;
}
.mod-error {
	color: #f00;
}
.mod-error-box {
	background-color: #ffcccc;
}

.whqlfont
{
    font-size:10px;
}
.clear-both .table td li {
	clear: both;
}
.step2_title,
.model_image {
	display:none;
}
.mod-round-table2 tbody th span .otherlink-asterisk,
.unit-overlay .select-country a span .otherlink-asterisk,
.unit-overlay .list a span .otherlink-asterisk {
	color: #f00;
	display:inline;
	float:none;
}
.mod-round-table2 tbody th span .otherlink-asterisk {
	width:auto;
	padding-left:0px;
}

.type3subcomment {
	margin-top:15px;
}

.Additionary-List dd{
	margin-left:15px;
}
.mod-serialb {
	width: 60px;
}

/*========================================
 +wrap
========================================*/
div.wrap {
	width: 100%;
} 
div.wrap div {
	display: table-cell;
	vertical-align: middle;
}

/* add Design Dept.
========================================*/
.sst-nav { text-align:right; padding:10px;}
.back-button { padding-bottom:20px;}

.inner.pgh table { margin-top:1em;}
/*.inner.pgh tbody th{ padding:5px; text-align:center; font-weight:bold; border:1px #999 solid}*/
.inner.pgh tbody th{ padding:5px; text-align:center; font-weight:bold;}
.inner.pgh tbody td{ padding:5px; }


.inner.pgh a[name] {
	color: #000;
	text-decoration: none;
}

.inner.pgh p strong { vertical-align:bottom;}

.inner.pgh blockquote {padding-left:5em; padding-bottom:1em;}


.unit-box {
	padding: 14px;
	background: #ffffff;
}

#resultbox02 {
	display: block;
	margin-bottom: 15px;
}

#resultbox02 .mod-h2-02 {
	width: auto;
	display: inline;
}

#resultbox02 .mod-sort {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: auto;
	padding-right: 0px;
	display: inline;
	white-space: nowrap;
	padding-top: 0px
}

.manuallist td {
    vertical-align: top;
}

.mod-table .wrap div {
	display: table-cell;
	vertical-align: top;
	margin-right: 2px;
}

.mod-table th, 
.mod-table td,
.mod-search-table td {
    vertical-align: top;
}

/* add Design Dept. end
========================================*/

/* Description Table用 Style
========================================*/

.comp1{
	border-left: 1px solid #666666;
}

.comp1_none{
	border-left: 1px solid #ffffff;
}

.comp1 td.function{
	vertical-align:middle;
	text-align:center;
}
.comp1 th,
.comp1 td{
	padding: 5px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

.comp1_none td{
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.comp1 th{

	background-color: #C6D9EB;
	font-weight:normal;
	vertical-align:middle;
}
.comp1 td.bg-glay{
	background-color: #FAFAFA;
}
.comp1 .bdr-tb-none{
	border-top: none;
	border-bottom: none;
}
.comp1 .bdr-r-none{
	border-right: none;
}
.comp1 .w5{
	width:5px;
	padding:0px;
}
.comp1-cap td{
	padding:5px;
	vertical-align:middle;
}
.bdr-t{
	border-top: 1px solid #666666;
}
.bdr-r{
	border-right: 1px solid #666666;
}
.bdr-tr{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

/* FAQ末端、DLのInstInst、静的ページ用 Style
========================================*/
.box_line{
	padding:15px;
	border: 1px #999999 solid;
	position: relative;
}

/* FAQ末端、DLのInstInst、静的ページ用 Style
========================================*/
.color-red{
	color:#ff0000;
}

/* FAQ末端、静的ページ用 Adobeダウンロード案内用のテキスト枠のスタイル
========================================*/
.img-textGet{
	font-size:80%;
	width: 530px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

/* Spec
========================================*/
.mod-spec-table {
    width: 100%
}

.td-width-multi {
	border-left: 1px solid #e5e5e5;
}

.td-width4{
    width: 55%;
}

.td-widthNotes {
    width: 70%;
}


#imgprev {
  border: 1px solid #9a9a9a;
}

/*add design 131204*/
.mod-h2 span .mod-color-red{display:inline;padding:9px 0px;background:none;}
.unit-info .scroll-block-03 li a {display: inline;}
.unit-info .scroll-block-03 li   {padding-bottom:7px;}

#Info3QuestionsandComments {
  width: 420px;
  height: 70px;
}

a.nodecoration,
a.nodecoration:hover,
a.nodecoration:focus,
a.nodecoration:active {
    text-decoration: none;
}

/*========================================
 +product-recently 201709
========================================*/
.product-recently .list li {
	float: left;
	width: 30%;
	padding: 15px 0px 0px 15px;	
	height: 65px;
}
.product-recently .list a img {
    float: left;
}
.product-recently .list a span {
	display: block;
}
.product-recently .list a span.txt {
	float: none;
	padding-left: 66px;
}

/*END====================================*/


/*
  ++faq-expand-search-button
========================================*/
.faq-expand-search-button {
	margin-left: 243px;
}

/*END====================================*/



/*========================================
 +manual top
========================================*/

.mod-h2-05 {
	padding: 6px;
	font-size: 150%;
}

/*========================================
 +manual top (information, what's new, related link)
========================================*/

#main02 {
	width: 71%;
	float: left;
}

#main02 .scroll-block-03
{
    margin-bottom: 15px;
}

#aside02{
	float: right;
	width: 200px;
}

#aside02 .unit-utility {
	margin: 0 0 15px;
	padding: 9px 9px 3px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff url(/g/b/shared/img/module/icon_grad_tb_wg_43.gif) left bottom repeat-x;
	-webkit-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-moz-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-ms-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	-o-box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
	box-shadow: 0 1px 0 #bebdbe, inset 0 0 1px #fff;
}
#aside02 .unit-utility a {
	display: block;
	margin: 0 0 2px;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}
#aside02 .unit-section {
	margin: 0 0 25px;
}
#aside02 .unit-section .title {
	margin: 0 0 10px;
	padding: 0 0 6px;
	background: url(/g/b/shared/img/aside/icon_line_01.gif) left bottom no-repeat;
	color: #40425c;
	font-size: 116.7%;
}
#aside02 .unit-section a {
	display: block;
	margin: 0 0 6px;
	padding: 0 0 0 9px;
	background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left 4px no-repeat;
	*zoom: 1;
}

#aside02 .unit-section.banner a {
	display: block;
	margin: 0 0 6px;
	padding: 0 0 0 9px;
	background: none;
	*zoom: 1;
}

#aside02 .unit-banner ul {
	margin: 0 0 0 -7px;
}
#aside02 .unit-banner li {
	display: inline-block;
	margin-left: 7px;
	margin-bottom: 10px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

/*========================================
 +dl top
========================================*/
.os-note{
    margin-bottom: 6px;
}

/*========================================
 + OS Support Contents
========================================*/

div.ossupportinformation
{
    margin-left: 10px; 
    margin-top: 10px;
}

div.ossupportinformation ul
{
    list-style-type: disc;
    margin-left: 10px;
}

div.ossupportinformation p
{
    margin-bottom: 10px;
}

.ossupportinfortype-table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
        
.ossupportinfortype-table td
{
    width: 33%;
    vertical-align: top;
}

.ossupportinfortype-table ul ul
{
    margin: 0 0 0 1em; 
    padding: 0;
}

.ossupportprocategory-table
{
    border: 1px;
    width: 100%;
    margin-left: 10px;
}
        
.ossupportprocategory-table td
{
    width: 25%;
    vertical-align: top;
    padding: 0px 3px;
}

.ossupportproducthead
{
    background: #eee;
    font-weight: bold;
    text-align: center;
}

table.ossupport-go-bgimg .text-center a
{
    padding-left: 10px;
    background: url(/g/b/shared/img/module/icon_arrow_g_r_01.gif) left center no-repeat;
}

.ossupportannotaion-table td
{
    vertical-align: top;
    padding-right: 5px;
}

.ossupportannotaion-nowrap
{
    white-space: nowrap;
}

.ossupportbacktotop
{
    text-align:right;
}

.ossupport-mod-h3
{
	margin: 0 0 10px;
	padding: 0 0 7px;
	background: url(/g/b/shared/img/module/icon_line_gr_r_01.gif) left bottom no-repeat;
	font-size: 108.4%;
}

a.ossupportpageanchor
{
    display: inline !important;
}

/*END====================================*/