@charset "UTF-8";
/*====================================================================
 reset styles
====================================================================*/
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, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
ul {
    list-style: none;
}
ol li {
    margin-left: 20px;
}
* html ol li {
    margin-left: 25px;
}
*+html ol li {
    margin-left: 25px;
}
ol li ul li {
    margin-left: 0;
}
fieldset, img {
    border: 0;
}
img {
    vertical-align: top;
}
*+html img {
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    vertical-align: top;
}
caption, th {
    text-align:left;
}
abbr, acronym {
    border: 0;
}


/*====================================================================
 general purpose
====================================================================*/
/* margin
--------------------------------------------------------------------*/
/*
.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}

.ml00 {margin-left: 0 !important;}
.ml05 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}

.mr00 {margin-right: 0 !important;}
.mr05 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 35px !important;}
.mr50 {margin-right: 40px !important;}

.pb00 {padding-bottom: 0 !important;}
*/


/* text-align
--------------------------------------------------------------------*/
.align_left, .al {text-align: left !important;}
.align_center, .ac {text-align: center !important;}
.align_right, ar {text-align: right !important;}
.vertical_top {vertical-align: top !important;}
.vertical_middle {vertical-align: middle !important;}
.vertical_bottom {vertical-align: bottom !important;}


/* font-size
--------------------------------------------------------------------*/
/*
.f10 {font-size: 81%;}
.f11 {font-size: 88%;}
.f13 {font-size: 106%;}
.f14 {font-size: 113%;}
.f15 {font-size: 124%;}
.f16 {font-size: 130%;}
.f17 {font-size: 138%;}
.f18 {font-size: 148%;}
.f19 {font-size: 163%;}
.f20 {font-size: 173%;}
*/


/* font-type
--------------------------------------------------------------------*/
.bold {font-weight: bold;}
.italic {font-style: italic;}


/*====================================================================
 link
====================================================================*/
a:link {
    color: #525252;
    text-decoration: none;
    vertical-align: baseline;
}
a:hover, a:active {
    color: #ff0000 !important;
    text-decoration: underline;
}
a:visited {
    color: #7659b0;
    text-decoration: none;
}

a:hover img {
     filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
}
#n_toshibaLogo a:hover img {
     filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
}

/* 本文中のリンク */

#n_mainArea a:link {
        color: #3546a6;
        text-decoration: none;
        vertical-align: baseline;
}
#n_mainArea a:hover, a:active {
        color: #ff0000 !important;
        text-decoration: underline;
}
#n_mainArea a:visited {
        color: #7659b0;
        text-decoration: none;
}
#n_mainArea a.n_btn_more {
        color: #ffffff !important;
        text-decoration: none;
}
#n_mainArea a.n_btn_more02 {
        color: #ffffff !important;
        text-decoration: none;
}

/*====================================================================
 float
====================================================================*/
.flLeft, .fl {
    float: left !important;
}
.flRight, .fr {
    float: right !important;
}
.flNone {
    float: none !important;
}


/*====================================================================
 body
====================================================================*/
body {
    color: #525252;
    text-align: center;
    background-color: #ffffff;
}


/*====================================================================
 layout styles
====================================================================*/
.n_container {
    clear:both;
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

/*====================================================================
 clearfix
====================================================================*/
.clear:after,
.clearfix:after,
#topArea:after,
#contents:after,
#path:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear,
.clearfix,
#topArea,
#othersArea,
#contents,
#path {
    zoom: 1;
}

/*====================================================================
 list styles
====================================================================*/
ul.n_list_gt01 li {
    margin-bottom:10px;
    padding-left:18px;
    background:url(images/icon_gt_red.png) no-repeat 4px center;
    font-weight:bold;
}
.n_icon_list01 {
    margin-bottom:10px;
    padding-left:18px;
    background:url(images/icon_gt_red.png) no-repeat 4px 5px;
    font-weight:bold;
}
ul.n_icon_list02 li {
    margin-bottom:0px;
    padding-left:18px;
    background:url(images/icon_gt_red.png) no-repeat 4px 5px;
}
ul.n_list_triangle01 {
    padding-bottom:20px;
    padding-left:19px;
    padding-right:10px;
}
ul.n_list_triangle01 li {
    padding-left:10px;
    padding-bottom:5px;
    background:url(images/btn_triangle_red.png) no-repeat left 3px;
}

.n_noIcon {
    background:none !important;
}

/*====================================================================
 box styles
====================================================================*/
.n_listBox01 {
    float:left;
    width:223px;
}

.icon-win {
    background: url("images/cmn_ico_17.gif") no-repeat scroll right center;
    padding: 0 16px 0 0;
}

/*====================================================================
 placeholder
====================================================================*/
:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

/*====================================================================
 for tmpl_001
====================================================================*/
#n_topFrame_left {
    float: left;
    width: 702px;
}

#n_topFrame_right {
    float: right;
    width: 242px;
}

/*====================================================================
 for tmpl_003
====================================================================*/
#n_snavArea {
    float:left;
    width:210px;
}

#n_mainArea {
    float:right;
    width:720px;
}


div.parsys_column {
    width: 100%;
    float: left;
    border: 0;
    vertical-align:top;
    padding: 0;
    margin: 0;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

/* column control layouts */
div.cq-colctrl-cols {
    width: 100%;
    float: left;
}

div.cq-colctrl-default {
    width: 100%;
}

/* layout 0 : 2 x 50% ( 960px ) */
div.cq-colctrl-lt0 {
    width: 950px;
    margin-left: 0px;
}
div.cq-colctrl-lt0-c0 {
    float:left;
    width:460px; /* 470px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt0-c1 {
    float:left;
    width:460px; /* 470px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 1 : 3 x 33% ( 960px ) */
div.cq-colctrl-lt1 {
    width: 950px;
    margin-left: 0px;
}
div.cq-colctrl-lt1-c0 {
    float:left;
    width:300px; /* 310px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt1-c1 {
    float:left;
    width:300px; /* 310px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt1-c2 {
    float:left;
    width:300px; /* 310px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 2 : 4 x 25% ( 960px ) */
div.cq-colctrl-lt2 {
    width: 950px;
    margin-left: 0px;
}
div.cq-colctrl-lt2-c0 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt2-c1 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt2-c2 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt2-c3 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 3 : 5 x 20% ( 960px ) */
div.cq-colctrl-lt3 {
    width: 950px;
    margin-left: 0px;
}
div.cq-colctrl-lt3-c0 {
    float:left;
    width:172px; /* 182px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt3-c1 {
    float:left;
    width:172px; /* 182px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt3-c2 {
    float:left;
    width:172px; /* 182px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt3-c3 {
    float:left;
    width:172px; /* 182px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt3-c4 {
    float:left;
    width:172px; /* 182px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 4 : 6 x 17% ( 960px ) */
div.cq-colctrl-lt4 {
    width: 950px;
    margin-left: 0px;
}
div.cq-colctrl-lt4-c0 {
    float:left;
    width:140px; /* 150px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt4-c1 {
    float:left;
    width:140px; /* 150px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt4-c2 {
    float:left;
    width:140px; /* 150px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt4-c3 {
    float:left;
    width:140px; /* 150px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt4-c4 {
    float:left;
    width:140px; /* 150px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt4-c5 {
    float:left;
    width:140px; /* 150px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 10 : 2 x 50% ( 720px ) */
div.cq-colctrl-lt10 {
    width: 710px;
    margin-left: 0px;
}
div.cq-colctrl-lt10-c0 {
    float:left;
    width:340px; /* 350px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt10-c1 {
    float:left;
    width:340px; /* 350px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 11 : 3 x 33% ( 720px ) */
div.cq-colctrl-lt11 {
    width: 710px;
    margin-left: 0px;
}
div.cq-colctrl-lt11-c0 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt11-c1 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt11-c2 {
    float:left;
    width:220px; /* 230px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 12 : 4 x 25% ( 720px ) */
div.cq-colctrl-lt12 {
    width: 710px;
    margin-left: 0px;
}
div.cq-colctrl-lt12-c0 {
    float:left;
    width:160px; /* 170px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt12-c1 {
    float:left;
    width:160px; /* 170px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt12-c2 {
    float:left;
    width:160px; /* 170px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt12-c3 {
    float:left;
    width:160px; /* 170px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 13 : 5 x 20% ( 720px ) */
div.cq-colctrl-lt13 {
    width: 710px;
    margin-left: 0px;
}
div.cq-colctrl-lt13-c0 {
    float:left;
    width:124px; /* 134px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt13-c1 {
    float:left;
    width:124px; /* 134px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt13-c2 {
    float:left;
    width:124px; /* 134px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt13-c3 {
    float:left;
    width:124px; /* 134px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt13-c4 {
    float:left;
    width:124px; /* 134px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 14 : 6 x 17% ( 720px ) */
div.cq-colctrl-lt14 {
    width: 710px;
    margin-left: 0px;
}
div.cq-colctrl-lt14-c0 {
    float:left;
    width:100px; /* 110px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt14-c1 {
    float:left;
    width:100px; /* 110px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt14-c2 {
    float:left;
    width:100px; /* 110px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt14-c3 {
    float:left;
    width:100px; /* 110px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt14-c4 {
    float:left;
    width:100px; /* 110px */
    padding:10px 10px 10px 0;
    margin-right:10px;
}
div.cq-colctrl-lt14-c5 {
    float:left;
    width:100px; /* 110px */
    padding:10px 10px 10px 0;
    margin-right:0px;
}

/* layout 20 : 1 x 100% ( 242px ) */
div.cq-colctrl-lt20 {
    width: 242px;
    margin-left: 0px;
}
div.cq-colctrl-lt20-c0 {
    float:left;
    width:242px; /* 242px */
    padding:0px;
    margin-right:0px;
}

/* layout 30 : 3 x 33% ( 702px ) */
div.cq-colctrl-lt30 {
    width: 702px;
    margin-left: 0px;
}
div.cq-colctrl-lt30-c0 {
    float:left;
    width:230px; /* 230px */
    padding:0px 0px 0px 25px;
    margin-right:0px;
}
div.cq-colctrl-lt30-c1 {
    float:left;
    width:230px; /* 230px */
    padding:0px;
    margin-right:0px;
}
div.cq-colctrl-lt30-c2 {
    float:left;
    width:214px; /* 214px */
    padding:0px;
    margin-right:0px;
}

@charset "UTF-8";
/*====================================================================
 header
====================================================================*/
#n_headerArea {
	width:960px;
	padding: 8px 0px 7px;
	margin: 0px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#n_headerArea a {
	text-decoration: none;
}
#n_headerArea a:hover {
	text-decoration: underline;
}
#n_headerArea #n_toshibaLogo {
	position: absolute;
	top: 14px;
	left: 12px;
}
#n_headerArea #n_toshibaLogo .n_logo_sub {
	margin: 7px 0px 0px 58px;
}
#n_headerArea #n_headright {
	margin-top:15px;
	float: right;
}
#n_headerArea #n_headright span {
	zoom: 1;
	background: url(images/head_ico_02.gif) right top no-repeat;
	padding: 0px 18px 0px 10px;
}
#n_headerArea #n_headright #n_langArea{
	float:right;
	z-index: 1;
	position: relative;
	margin: 0px 0px 9px 10px;
}
#n_headerArea #n_headright #n_langArea .n_language {
	zoom: 1;
	background: url(images/head_ico_01.gif) left top no-repeat;
	padding: 0px 0px 0px 8px;
	display: inline-block !important;
}
#n_headerArea #n_headright #n_langArea .n_language a {
}
#n_headerArea #n_headright #n_langArea #n_langBoxT {
	zoom: 1;
	background: url(images/head_bg_02.gif) left top no-repeat;
	width: 120px;
	position: absolute;
	top: 14px;
	right: -10px;
	z-index:1000;
}
#n_headerArea #n_headright #n_langArea #n_langBoxB {
	zoom: 1;
	background: url(images/head_bg_04.gif) left bottom no-repeat;
	padding: 12px 0px 5px;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner {
	zoom: 1;
	background: url(images/head_bg_03.gif) left top no-repeat;
	padding: 5px 9px;
	text-align: left;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li {
	zoom: 1;
	background: url(images/icon_gt_red_s.png) left 4px no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li.n_downIcon {
		background: url(images/icon_gt_red_down_s.png) left 5px no-repeat;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li a {
	background: none;
	padding: 0px;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li ul li {
	background:  url(images/cmn_ico_01.gif) left 4px no-repeat;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 3px 5px;
}

#n_headerArea #n_headright #n_guide {
	float:right;
	margin: 0px 0px 10px;
}
#n_headerArea #n_headright #n_guide ul li.n_sitemap {
	zoom: 1;
	background: url(images/head_ico_03.gif) left center no-repeat;
	padding: 0px 0px 0px 17px;
	margin: 0px 11px 0px 0px;
	float: right;
}


/* clearfix */
#n_headerArea:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#n_headerArea { zoom: 1; }


/* popup */
.n_popbox { margin-right:0px; }
.n_collapse { z-index:1000; }
.n_box { display:none; }

/*====================================================================
 search
====================================================================*/
#n_searchArea {
	width:960px;
	height:23px;
	margin:0px auto;
	background:#fff;
	padding-top:4px;
	padding-bottom:6px;
	text-align:right;
}
#n_searchArea img {
	float:right;
	margin-left:10px;
}
#n_searchArea form {
}
#n_searchArea .n_searchBox {
	float:right;
	display:inline-block;
	position:relative;
}
#n_searchArea .n_searchSelectBox {
	display:inline-block;
	position:relative;
}
/* new search */
.n_contactBtn {
	padding-top: 1px;
}

.n_search_downBox {
	background: none repeat scroll 0 0 #f9f9f9;
	border-color: #bdbdbd;
	border-right: 1px solid silver;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	/*display: none;*/
	font-size: 100%;
	text-align: left;
	padding: 8px 13px;
	position: absolute;
	/*left: 0;*/
	z-index: 11000;
}

.n_search_downBox h4 {
	margin-bottom: 12px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #bababa;
	text-align: left;
}

.n_search_downBox ul {
	padding-left: 0px !important;
	padding-bottom: 0 !important;
}

.n_search_downBox ul li {
	margin-bottom: 3px !important;
	cursor: pointer;
}

#n_searchInputBox {
	width: 277px;
	background: url(images/bg_searchinputbox.png) no-repeat 0 bottom;
	border: none !important;
}

.searchInput {
	padding: 2px 2px 2px 25px;
	/*width: 210px;*/
	width: 275px;
	height: 19px;
	background: url(images/icon_grass.png) no-repeat scroll 6px 5px #fff;
	border: 1px solid #bdbdbd;
	font-size: 92%;
}

.n_newsearchBtn {
	background: url(images/bg_searchbtn.png) no-repeat;
	border-style: none;
	cursor: pointer;
	height: 25px;
	width: 80px;
	color: #fff;
	font-size: 100%;
	vertical-align: top;
	margin-left: -0.5em;
}

.n_newsearchBtn:hover {
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
}
.n_searchSelectBox {
	background: url(images/bg_searchselectbox.png) no-repeat 0 0;
}

.n_searchSelectBox .customSelect {
	background: url(images/icon_triangle_black_down.png) no-repeat scroll 96% 50%;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 12px;
	vertical-align: middle;
	/*width: 168px;*/
	width: 226px;
	height: 22px;
	font-size: 100%;
	text-align: left;
}

.n_searchSelectBox .hasCustomSelect {
	background: #f9f9f9;
	border: none !important;
}

.n_searchSelectBox .hasCustomSelect option {
	padding: 5px 10px;
}

#gH_id_select .customSelectInner {
	width: 208px !important;
}

#n_searchBox .customSelectInner {
	width: 280px !important;
}

.n_searchBox .customSelect {
	background: url(images/icon_triangle_black_down.png) no-repeat scroll 96% 50% #fff;
	border-color: #bdbdbd;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	cursor: pointer;
	padding-top: 2px;
	padding-left: 12px;
	vertical-align: middle;
	width: 290px;
	height: 21px;
	font-size: 100%;
	text-align: left;
}

.n_searchBox .hasCustomSelect {
	background: #fff;
	border: none !important;
}

.n_searchBox .hasCustomSelect option {
	padding: 5px 10px;
	border: none !important;
	border-bottom: 1px dotted #bababa;
}



/* #n_searchArea input.n_inputBox { */
/* 	height:19px; */
/* 	width:200px; */
/* 	margin-right:3px; */
/* 	vertical-align:top; */
/* } */
#n_searchArea input.n_searchBtn {
	height:22px;
	width:60px;
	color: #6b6b6b;
}
#n_searchArea select.n_selectMenu,
#n_searchArea select.n_selectMenu2 {
	height:22px;
	margin-right:7px;
	color: #6b6b6b;
	font-size:110%;
	border:#ccc 1px solid;

}
/* #n_searchArea select.n_selectMenu { */
/* 	-webkit-appearance: menulist-button; */
/* 	width: 180px; */
/* 	position: absolute; */
/* 	opacity: 0; */
/* 	height: 25px; */
/* 	font-size: 12px; */
/* } */

#n_searchArea select.n_selectMenu2 {
	/*width:207px;*/
	width:200px;
	margin-right:5px;
	vertical-align:top;
}

/* suggest */
#suggest {

	position: absolute;
	top: 83px;
	right: 280px;
	z-index: 11000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCFF;
	width: 290px;
	height: 179px;
	overflow: scroll;
}

.suggest_fixed#suggest {
	position: fixed;
	top: 25px;
}

#suggest div {

	display: block;
	width: 270px;
	overflow: hidden;
	white-space: nowrap;
	height: 17px;
	padding-top: 2px;
	text-align: left;
}

#suggest div.select{ /* キー上下で選択した場合のスタイル */

	color: #FFFFFF;
	background-color: #3366FF;
}

#suggest div.over{ /* マウスオーバ時のスタイル */

	background-color: #99CCFF;
}

@charset "UTF-8";

#n_gnavFix {
    width:100%;
    height:68px;
}

#n_gnavArea {
    clear:both;
    width:100%;
    background:url(images/bg_gnav.png) repeat-x left top !important;
}

#n_gnavArea ul {
    width:960px;
    margin:0 auto;
}

#n_gnavArea li.n_gnav {
    float:left;
}

#n_gnavArea li.n_gnav span.n_gnav_now,
#n_gnavArea li.n_gnav a.n_gnav_link {
    display:block;
    width:160px;
    height:35px;
    background:url(images/btn_gnav_off.png) no-repeat;
    text-align:center;
    line-height:35px;
    font-size:112%;
    font-weight:bold;
    overflow:hidden;
    color:#000;
    text-decoration:none;
}

#n_gnavArea li.n_gnav:last-child span.n_gnav_now,
#n_gnavArea li.n_gnav:last-child a.n_gnav_link {
	background:url(images/btn_gnav_last_off.png) no-repeat;
}

#n_gnavArea li.n_gnav a.btn_select {
    background:url(images/btn_gnav_on.png) no-repeat !important;
    color:#fff !important;
}

#n_gnavArea a:visited {
	color: #6b6b6b;
}
/*
#n_gnavArea li.n_gnav:last-child {
    border-right:#bfbfbf 1px solid;
}

#n_gnavArea li.n_gnav:last-child span,
#n_gnavArea li.n_gnav:last-child a {
    width:159px;
}
*/
#n_gnavMenu {
    position: relative;
    width:960px;
    margin:0 auto;
}

#n_menu li div.n_sub {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 960px;
    padding-bottom:10px;
    border-bottom:#bdbcbd 1px solid;
    z-index:1000;
}

#n_menu li .n_col1 {
    background: url(images/bg_submenu_col1.png) no-repeat left bottom;
}

#n_menu li .n_col2 {
    background: url(images/bg_submenu_col2.png) no-repeat left bottom;
}

.n_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#n_snav_pd,
#n_snav_ap {
}

#n_snav_ds,
#n_snav_sp,
#n_snav_cp {
    padding-left:50px;
}

ul.n_snavTab {
    display:block;
    width:320px !important;
    padding-top:5px;
    padding-bottom:0px;
    float:left;
}

ul.n_snavTab li {
    width:284px;
    margin-left:1px;
    padding-top:3px;
    padding-left: 35px;
    padding-bottom:2px;
    cursor: pointer;
	font-weight:bold;
    text-align:left;
}

ul.n_snavTab li {
    background:url(images/icon_gt_red.png) no-repeat 19px 10px;
}

.n_snavTab li.n_select2,
.n_snavTab li.n_select3,
.n_snavTab li.n_select4,
.n_snavTab li.n_select5,
.n_snavTab li.n_select6 {
    background:#f8f8f8 url(images/icon_gt_red.png) no-repeat 19px 10px;
}

.n_snavTab li.n_select2 a:hover,
.n_snavTab li.n_select3 a:hover,
.n_snavTab li.n_select4 a:hover,
.n_snavTab li.n_select5 a:hover,
.n_snavTab li.n_select6 a:hover {
    background:none;
}

.n_disnon { display: none; }

#n_snav_pd .n_content_wrap,
#n_snav_ap .n_content_wrap {
    float:right;
    width: 638px !important;
    text-align:left;
    color: #000;
    overflow:hidden;
}

#n_snav_ds .n_content_wrap,
#n_snav_sp .n_content_wrap,
#n_snav_cp .n_content_wrap {
    width: 910px !important;
    text-align:left;
    color: #000;
    overflow:hidden;
}

#n_snav_pd .n_content_wrap .n_icon_list01,
#n_snav_sp .n_content_wrap .n_icon_list01,
#n_snav_ds .n_content_wrap .n_icon_list01,
#n_snav_cp .n_content_wrap .n_icon_list01 {
    width:180px !important;
}

#n_snav_ap .n_content_wrap .n_icon_list01 {
    width:220px !important;
}

#n_snav_pd .n_content_wrap .n_listBox01 {
    width:182px !important;
    margin-top:20px;
    margin-left:20px;
}

#n_snav_sp .n_content_wrap .n_listBox01,
#n_snav_ds .n_content_wrap .n_listBox01,
#n_snav_cp .n_content_wrap .n_listBox01 {
    width:182px !important;
    margin-top:20px;
    margin-left:20px;
    margin-right:15px;
}

#n_snav_ap .n_content_wrap .n_listBox01 {
    width:260px !important;
    margin-top:20px;
    margin-left:20px;
}

.n_content_wrap .n_listBox01 .n_list_triangle01 {
    height: inherit !important;
}

.n_content_wrap .n_listBox01 .n_list_triangle01 li {
    width:152px !important;
}

.n_content_wrap .n_listBox01 .n_list_line01 {
    padding-top: 5px;
    padding-bottom:20px;
}

.n_content_wrap .n_listBox01 .n_list_line01 li {
    width:142px !important;
    margin-left:2px;
    text-indent:-1em;
    padding-left:1em;
    background:none;
}
@charset "UTF-8";
/*====================================================================
 top banner
====================================================================*/
#slides {
    display:none;
    position:relative;
    width:960px;
    height:340px;
    margin:0 auto;
    z-index:1;
}
.slidesjs-navigation {
}
#slides .key_left {
    position:absolute;
    top:145px;
    left:10px;
    z-index:101;
}
#slides .key_right {
    position:absolute;
    top:145px;
    left:920px;
    z-index:102;
}
.slidesjs-pagination {
    position:absolute;
    bottom:15px;
	right:20px;
    list-style: none;
    z-index:100;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 5px;
}
.slidesjs-pagination li a {
    display: block;
    width: 17px;
    height: 0;
    padding-top: 17px;
    background-image: url(images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -17px;
}
.slidesjs-pagination li a:hover {
    background-position: 0 -34px;
}
#slides a:hover img.key_left,
#slides a:hover img.key_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader()\9;
}

@charset "UTF-8";

ul#n_breadcrumbList {
	float:left;
	width:780px;
    margin-top: 7px;
    margin-left: 7px;
    margin-bottom: 16px;
}

ul#n_breadcrumbList li {
    float:left;
    margin-left:4px;
    line-height: 1.4em;
}

@charset "UTF-8";
/*====================================================================
 footer
====================================================================*/
/* footer navi */
#n_fnavArea,
#n_fnavArea_s {
    clear:both;
    width:100%;
    background:#d9d9d9;
    padding-top:20px;
}
#n_fnavArea_s {
    padding-top:9px;
}
#n_fnavArea .n_listBox01 {
    width:320px;
}
#n_fnavArea_s .n_listBox01 {
    width:140px;
}


/* footer */
#n_footerArea {
}
#n_footerArea .n_list-utility {
    float:left;
}
#n_footerArea ul.n_list-utility li {
    display: inline;
    padding:0 8px 0 4px;
    border-right:#a4a4a4 1px solid;
    line-height:1;
}
#n_footerArea ul.n_list-utility li:last-child {
    border-right:none;
}

#n_copyBox {
    float:right;
    text-align:right;
    width:420px;
}
#n_copyBox a {
    color:#000000;
    text-decoration:none;
}
#n_copyBox a:hover {
    color:#ffffff;
    text-decoration:underline;
}

.n_another_window {
    margin-top:18px;
    float:left;
    font-size:84%;
}

#n_anotherwindow_img {
    background-image: url(images/cmn_ico_17.gif);
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    float:left;
}

#n_newWindowSpan {
    padding: 0px 0px 15px 15px;
}

.n_toPageTop {
    float: right;
	margin-bottom:20px;
}

.n_toPageTop a #n_pageTop_img{
    margin:  10px 0px 0px 0;
}

#n_pageTop_img {
    background-image: url(images/img_totop.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 22px;
    padding:  0px 0px 8px 0;
}

#n_fnavArea_s .n_SNSfooterlink {
    width:200px;
    float:right;
}
#n_fnavArea_s .n_SNSfooterlink ul {
    float:right;
}
#n_fnavArea_s .n_SNSfooterlink ul li {
    float:left;
    margin-right:12px;
    text-align:left;
}

@charset "UTF-8";
/*====================================================================
 h1 - h5
====================================================================*/
.n_ttl_lv1 {
    position:relative;
    margin-top:10px;
	margin-bottom:10px;
    padding:5px 0px;
	line-height:1.4em;
}
.n_ttl_lv2 {
    position:relative;
    background:url(images/bg_line_title.png) no-repeat left bottom;
    margin-top:10px;
    margin-bottom:12px;
    padding:4px 2px;
	line-height:1.4em;
}
.n_ttl_lv3 {
	position:relative;
    min-height:19px;
    background:url(images/bg_lv3.png) no-repeat left top;
    border-bottom:#ddd 1px solid;
	margin:8px 0 12px 0;
    padding:2px 0px 2px 13px;
	line-height:1.4em;
}
.n_ttl_lv4 {
	position:relative;
    min-height:18px;
    background:url(images/bg_lv4.png) no-repeat left top;
	margin:8px 0 11px 2px;
    padding-left:11px;
    padding-top:1px;
	line-height:1.4em;
}
.n_ttl_lv5 {
	position:relative;
	min-height:16px;
    border-left:#c00 2px solid;
    border-bottom:#ddd 1px dotted;
	margin:8px 0 10px 4px;
    padding-left:7px;
	line-height:1.4em;
}

/*====================================================================
 indent
====================================================================*/
.n_indent_lv1 {
    margin:0 15px 15px 0;
}
.n_indent_lv2 {
    margin:0 15px 15px 0;
}
.n_indent_lv3 {
    margin:0 15px 15px 0px;
}
.n_indent_lv4 {
    margin:0 15px 15px 0px;
}
.n_indent_lv5 {
    margin:0 15px 15px 0px;
}

/*====================================================================
 link button
====================================================================*/
a.n_btn_more {
    position: absolute;
	bottom:4px;
    right: 0px;
    padding: 3px 8px 3px 17px;
    background-image: url(images/btn_triangle_red.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-color: #676767;
	height: 18px;
    color: #fff;
    text-decoration: none;
}

.n_ttl_lv2 a.n_btn_more {
    bottom: 3px;
    background-position: 8px 8px;
	padding:3px 8px 3px 17px;
	height: 16px;
    color: #fff;
}

.n_ttl_lv3 a.n_btn_more {
    bottom: 1px;
    background-position: 8px 7px;
	padding:3px 8px 3px 17px;
	height: 15px;
    color: #fff;
}

.n_ttl_lv4 a.n_btn_more {
    bottom: 0px;
    background-position: 8px 7px;
	padding:2px 8px 4px 17px;
	height: 14px;
}

.n_ttl_lv5 a.n_btn_more {
    bottom: 1px;
    background-position: 8px 6px;
	padding:2px 8px 4px 17px;
	height: 13px;
}

a.n_btn_more:hover {
    background-color:#f00;
    background-image:url(images/btn_triangle_white.png);
    color:#fff !important;
}

@charset "UTF-8";
/*====================================================================
 image center
====================================================================*/
.image_c,
.image_l,
.image_r {
	padding-bottom:20px;
}
.image_c {
	text-align:center;
}
.image_l {
	text-align:left;
}
.image_r {
	text-align:right;
}
.comp_007 .thickbox {
	margin-left:-29px;
}

@charset "UTF-8";
/*====================================================================
 text picture
====================================================================*/
.picImg_right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.picImg_left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.picImg_center {
    clear: both;
	text-align: center;
}
.not_wraparound {
    display: table;
}
.comp_008 .thickbox {
	margin-left:-29px;
}

@charset "UTF-8";
/*====================================================================
 text
====================================================================*/
.n_textArea {
    margin-bottom:20px;
}


/*====================================================================
 definition list - w/link
====================================================================*/
.n_dl_normal dt {
	margin-top:8px;
	margin-bottom:6px;
    padding-left:18px;
    background:url(images/icon_gt_red.png) no-repeat 4px 5px;
    font-weight:bold;
}
.n_dl_normal dd {
    margin:0px 0px 20px 18px;
}
.n_dl_normal ul.n_list_triangle01 {
    padding-left:0;
    padding-bottom:0;
}

/*====================================================================
 definition list - text w/o link
====================================================================*/
.n_dl_text dt {
    margin-bottom:8px;
    padding-left:18px;
    background:url(images/icon_gt_black.png) no-repeat 4px 5px;
    font-weight:bold;
}
.n_dl_text dd {
    margin:0 15px 20px;
}
.n_dl_text ul.n_list_triangle01 {
    padding-left:0;
    padding-bottom:0;
}
.n_dl_text ul.n_list_triangle01 li {
	background:url(images/btn_triangle_black.png) no-repeat left 3px;
}
.n_dl_text a {
	text-decoration: underline;
}

/*====================================================================
 table
====================================================================*/
table.n_table_normal {
    border:#adadad 1px solid;
    margin-bottom:20px;
    line-height:1.4;
}
table.n_table_normal th,
table.n_table_normal td {
    padding:5px 6px;
    border-right:#adadad 1px solid;
    border-bottom:#adadad 1px solid;
    vertical-align:middle;  
}
table.n_table_normal th {
    background:#d1d1d1;
    font-weight:bold;
    text-align:center;
}
table.n_table_normal td.n_subitem {
    background:#f5f5f5;
    text-align:center;
}
table caption {
    /* display:none; */
}

/* normal icon */
ul.n_list_normal li {
    padding-left:10px;
    padding-bottom:5px;
    background:url(images/btn_triangle_red.png) no-repeat left 3px;
    line-height:1.2;
}

/*====================================================================
 note
====================================================================*/
.n_note {
    margin:0 15px 15px 0;
}

@charset "UTF-8";

.n_frameArea {
    margin-bottom:20px;
    padding: 10px 20px 16px;
    background: none repeat scroll 0% 0% #F4F4F4;
    border: 1px solid #CCC;
    border-radius: 6px;
}
.n_frameArea .n_textArea {
    margin-bottom:0 !important;
}

@charset "UTF-8";
/*====================================================================
 news search
====================================================================*/
#n_newssearchArea {
	margin-bottom:20px;
}

/* search */
#n_newssearch_head {
	min-height:21px; /* 45px */
	padding:12px 7px;
	background:url(images/bg_newssearch.png) repeat-x left top;
}
#n_newssearch_head p {
    float:left;
    line-height:1.9;
    margin-right:3px;
}
#n_newssearch_head .n_searchfor {
	display:inline-block;
	min-width:70px;
	height:20px;
	margin-right:5px;
	padding-right:7px;
	background:url(clientlibs_cmn/image/cmn/bg_searchfor.png) no-repeat right top;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:22px;
}
#n_newssearch_head .n_prnumber {
	display:inline-block;
}
#n_newssearchArea select.n_selectMenu {
	height:22px;
	margin-top:1px;
	color: #6b6b6b;
	border:#ccc 1px solid;
	vertical-align:top;
}
#n_newssearchArea input.n_searchBtn {
	height:22px;
	width:auto;
	margin-top:1px;
	color: #6b6b6b;
    font-size: 100%;
}
#n_newssearchArea input.n_inputBox {
	height:19px;
	width:90px;
	margin-top:1px;
	margin-right:3px;
	margin-left:2px;
	vertical-align:top;
}


/* list */
#n_newssearchArea dl.list_newssearch {
	position:relative;
	border-top:#d0d0d0 3px solid;
	border-bottom:#d0d0d0 3px solid;
	line-height:1.4;
}
#n_newssearchArea dl.list_newssearch dt {
    position:absolute;
    left:0;
    width:9em;
	padding:8px 0 8px 8px;
}
#n_newssearchArea dl.list_newssearch dd {
    padding:0 10px 0 9em;
    border-bottom:#dedede solid 1px;
}
#n_newssearchArea dl.list_newssearch dd a,
#n_newssearchArea dl.list_newssearch dd span {
	display:block;
    padding:8px 0 8px 10px;
	background:url(images/icon_stick_red.png) no-repeat left 8px;
}

#n_newssearchArea dl.list_newssearch dd .n_newsPdfComment {
	margin-left:10px;
    font-size:96%;
    line-height:1.2;
}

#n_newssearchArea dl.list_newssearch dd .n_newsPdfList a {
    padding:8px 0px 8px 10px;
	background-image:none;
}

#n_newssearchArea dl.list_newssearch dd .n_newsPdfList img {
    width:50px;
	height:20px;
}

#n_newssearchArea dl.list_newssearch dd img {
	height: 16px;
}

#n_newssearchArea .pagination {
	height:30px;
	margin-top:20px;
	text-align:center;
}
#n_newssearchArea .pagination span {
	margin:0 8px;
	text-align:center;
}
#n_newssearchArea .pagination span img {
	vertical-align:middle;
	padding-bottom:2px;
}

.newsMessageDiv {
	width: 600px;
	color: red;
	padding: 8px 0px 8px 8px;
}
@charset "UTF-8";
/*====================================================================
 news carrousel panel
====================================================================*/
/* top page */
#n_newsArea {
	position:relative;
	width:960px;
	height:115px;
	margin:0px auto 30px;
	z-index:1;
}
#n_newsArea #n_newsAreaInner {
	position:absolute;
	top:0px;
	left:20px;
	width:920px;
	height:115px;
	margin:0px auto;
	overflow:hidden;
}
#n_newsArea img#n_newsBtnL {
	position:absolute;
	top:45px;
	left:0px;
}
#n_newsArea img#n_newsBtnR {
	position:absolute;
	top:45px;
	right:0px;
}

#n_newsArea #n_newsAreaInner div#n_newsList {
	position:absolute;
	top:0px;
	left:0px;
}
.n_pointerOn {
	cursor:pointer;
}


/* second page */
#n_mainArea #n_newsArea {
	position:relative;
	width:720px;
	height:115px;
	margin:0px auto 30px;
}
#n_mainArea #n_newsArea #n_newsAreaInner {
	position:absolute;
	top:0px;
	left:20px;
	width:680px;
	height:115px;
	margin:0px auto;
	overflow:hidden;
}
#n_newsArea img#n_newsBtnMainL {
	position:absolute;
	top:45px;
	left:0px;
}
#n_newsArea img#n_newsBtnMainR {
	position:absolute;
	top:45px;
	right:0px;
}

#n_newsArea #n_newsAreaInner div#n_newsList {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}


/* news box */
.n_newsBox {
	position: absolute;
	top:0px;
	width:214px;
	height:115px;
}
.n_newsCat {
	height:21px;
	position:relative;
}
.n_newsCat img {
	position:absolute;
	top:0px;
	right:0px;
}
.n_newsCont {
	height:78px;
	padding:7px;
	border:#dcdcdc 1px solid;
	overflow:hidden;
}
.n_newsCont img {
	float:left;
	margin-right:7px;
}
.n_newsCont p {
	line-height:1.5 !important;
	overflow:hidden;
}

.newsMessageDiv {
	width: 600px;
	color: red;
	padding: 8px 0px 8px 8px;
}

@charset "UTF-8";
/*====================================================================
 sns print icon
====================================================================*/
#n_sns_printArea {
	width:170px;
	float:right;
	margin:12px 0 20px 0;
}

/* sns icon */
#n_sns_printArea ul {
	float:right;
}
#n_sns_printArea ul li {
	float:left;
	margin-left:10px;
	line-height:1;
}

/* print icon */
#n_sns_printArea ul li.n_print {
	padding-left:10px;
	border-left:#b3b3b3 1px solid;
}

/* share icon */
#n_sns_printArea .n_sns_share_area {
	float:right;
}

#n_sns_printArea .n_sns_share_area .n_sns_share {
	float:left;
	width:60px;
	padding-left:10px;
	text-align:right;
	line-height:16px;
	font-size:90%;
}

@charset "UTF-8";
/*====================================================================
 new window
====================================================================*/
.n_new_window {
	float:left;
	margin-bottom:20px;
	font-size:92%;
}
.n_new_window img {
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}

@charset "UTF-8";
/*====================================================================
 to top button
====================================================================*/
.n_toPageTop {
    float:right;
    margin-bottom:20px;
}

.n_toPageTop .pageTop {
}
@charset "UTF-8";
/*====================================================================
 site map
====================================================================*/
#sitemap_container {
	overflow: auto;
}

#n_topBox_left, #n_topBox_center, #n_topBox_right {
	width: 310px;
	margin-right: 10px;
}


#n_topBox_left, #n_topBox_center {
	float:left;
}

#n_topBox_right {
	float:right;
}

#n_topBox_left .n_listBox01, 
#n_topBox_center .n_listBox01, 
#n_topBox_right .n_listBox01 {
	width:295px;
	float: none;
}

#n_topBox_right ul.n_list_gt01 li {
	padding-left:14px;
	background:url(images/icon_gt_red.png) no-repeat left center;
}

@charset "UTF-8";
/*====================================================================
 side navigation
====================================================================*/
.n_snavAreaLink {
	padding-bottom:42px;
	padding-top:27px;
	border-right:#d9d9d9 1px solid;
}
.n_snavAreaLink p {
    padding-bottom:8px;
    font-weight:bold;
}
.n_snavAreaLink ul {
}

.n_snavAreaLink ul li {
    padding:6px 2px 6px 10px;
    background:url(images/btn_triangle_red.png) no-repeat 13px 9px;
    border-bottom:#949494 1px dashed;
    line-height:1.2;
}
.n_snavAreaLink ul li a,
.n_snavAreaLink ul li span {
    display:block;
    padding-left:11px;
}

.n_snavAreaLink ul.n_list_snav_sub li {
    padding-bottom:2px !important;
    border-bottom:none !important;
}
.n_snavAreaLink ul li.n_select {
    background:url(images/btn_triangle_black.png) no-repeat 12px 9px;
}

.n_snavAreaLink ul li.n_select span {
    font-weight:bold;
}

@charset "UTF-8";
/*====================================================================
 contacts
====================================================================*/
.n_contactBox {
    margin-bottom:20px;
	border:#ccc 1px solid;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.n_contactBox p.n_bar {
	height:40px;
	padding-left:20px;
	background:url(images/bg_line_title.png) no-repeat left bottom;
	font-weight:bold;
	line-height:40px;
}
.n_contactBox .n_contactBoxInner {
	padding:14px 18px;
	background:#f6f6f6;
}
.n_contactBox .n_contactBoxInner p {
	margin-bottom: 8px;
}

.n_contactBox dl.n_dl_contact dt {
	margin-left:3px;
	padding-left:14px;
	padding-bottom:4px;
	background:url(images/icon_gt_black.png) no-repeat left 5px;
}
.n_contactBox dl.n_dl_contact .n_list_triangle01 {
	padding-left:18px;
	padding-bottom:8px;
}

@charset "UTF-8";

.n_image-large {
    clear: both;
    margin: 12px auto !important;
    text-align: center !important;
}

.n_image-icon-box-125x4:after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    margin-bottom: 1em;
    visibility: hidden;
}

.n_image-icon-box-125x4 {
    clear: both;
    margin-bottom: 1em;
}

.n_image-icon-box-125x4 ul {
    margin: 0px;
    padding: 0px;
}

.n_image-icon-box-125x4 ul li {
	/*
    display: block;
    float: left;
    */
    list-style: none outside none;
    background: none repeat scroll 0% 0% transparent !important;
    margin: 0px 10px 10px 0px !important;
    padding: 0px !important;
    text-align: center;
    width: 160px;
    display: inline-block;
    vertical-align: top;
}
@charset "UTF-8";
/*====================================================================
 links
====================================================================*/
.n_linksArea {
    margin-bottom:20px;
	border:#c8c8c8 1px solid;
	background:url(images/bg_links.png) repeat-x left bottom;
	overflow: auto;
}
.n_linksArea .n_textArea {
    margin-bottom:0 !important;
}
.n_linksArea .n_title {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	padding:6px 14px;
	border-bottom:#c8c8c8 1px dotted;
	font-weight:bold;
}
.n_linksArea .n_list_gt {
	margin-left:4px;
	margin-right:5px;
	margin-bottom:8px;
	padding-left:25px;
	background:url(images/icon_gt_black.png) no-repeat 10px 5px;
	font-weight:bold;
}
.n_linksArea .col2Box {
	float:left;
	width:350px;
	margin-right:10px;
}
.n_linksArea .last {
	margin-right:0 !important;
}
#compsearch {
    background: url("images/search_bg_09.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    margin-bottom: 0.5em;
   	float: left;
   	width: 80%;
}

#compsearch fieldset {
    background: url("images/search_bg_08.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    line-height: 1.4;
    padding: 15px 30px;
}

#compsearch .bold {
    font-weight: bold;
}

#compsearch .mb10 {
    margin-bottom: 10px !important;
}

#compsearch label {
    display: block;
    margin: 0.2em 0 0.8em;
}

#compsearch fieldset label span {
    display: inline-block;
    margin: 0 1em 0 0;
    text-align: right;
    width: 8em;
}

#compsearch fieldset select {
    border: 1px solid #ABADB3;
    height: 19px;
    width: 198px;
}
#compsearch fieldset input, #colRight #compsearch fieldset select {
    vertical-align: bottom;
}

#compsearch fieldset .note {
    color: #666666;
    margin: 5px 0 0 6em;
}

#compsearch fieldset, #compsearch img {
    border: 0 none;
}

#xreflevelnote {
    float: right;
    width: 20%;
}

#xreflevelnote table {
    font-size: 90%;
    border-collapse: collapse;
    border: 1px solid #666;
    line-height: 150%;
}

#xreflevelnote table th {
    background-color: #EAEAEA;
    border: 1px solid #666;
    font-weight: normal;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
}

#xreflevelnote table td {
    border: 1px solid #666;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
}

@charset "UTF-8";
/*====================================================================
 document information
====================================================================*/
.n_documentArea {
    width:688px;
    padding:10px 16px;
    border:#ccc 1px solid;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    margin-bottom: 20px;
}
.n_documentArea .n_docList {
    float:left;
    width:230px;
}

.n_documentArea .n_pdfArea {
    float:right;
    width:457px;
    border-left:#ddd 1px solid;
}
p.n_catalogImg {
    display:block;
    float:left;
    padding-left:30px;
}
.n_documentArea .n_pdficon_list01 {
    float:left;
    width:287px;
    margin-left:30px;
    margin-bottom:15px;
}
.n_documentArea .n_pdficon_list01 li {
    text-indent:-2em;
    padding-left:2em;
    padding-top:4px;
    padding-bottom:4px;
    line-height:1.2;
}
.n_documentArea .n_pdficon_list01 li a {
    padding-left:21px;
    background:url(images/icon_pdf.png) no-repeat 4px 0;
}


/* more button */
.n_documentArea .n_pdfArea a.n_btn_more02 {
	display:inline-block;
	padding:2px 8px 2px 17px;
    background-image:url(images/btn_triangle_red.png);
    background-repeat:no-repeat;
    background-position:8px 7px;
    background-color:#676767;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}
.n_documentArea .n_pdfArea a.n_btn_more02:hover {
    background-color:#f00;
    background-image:url(images/btn_triangle_white.png);
    color:#fff !important;
}

@charset "UTF-8";
/*====================================================================
 document list
====================================================================*/

table.n_table_doclist {
	border:#adadad 1px solid;
	margin-bottom:20px;
	line-height:1.4;
	width:720px;
}
table.n_table_doclist th,
table.n_table_doclist td {
	padding:5px 6px;
	border-right:#adadad 1px solid;
	border-bottom:#adadad 1px solid;
	vertical-align:middle;	
}
table.n_table_doclist th {
	background:#d1d1d1;
	font-weight:bold;
	text-align:center;
}
table.n_table_doclist td {
	background:#fff;
}
table.n_table_doclist td.n_doclist_no {
	width:12%;
}
table.n_table_doclist td.n_doclist_date {
	width:12%;
}
table.n_table_doclist td.n_doclist_pdf ul {
	list-style-type: none;
	list-style-position: outside;
}
table.n_table_doclist td.n_doclist_pdf ul li {
	padding-left:16px;
	background:url(images/icon_pdf.png) no-repeat 0 0;
}
table.n_table_doclist td.n_subitem {
	background:#f5f5f5;
	text-align:center;
}
table caption {
	display:none;
}

/*========= old ==========
.n_pdfList {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    color: #333;
}
.n_pdfList .n_tbl_head1 {
    float: left;
    width: 20%;
    text-align: center;
    padding-left: 1.5px;
    border-top: 1px #666 solid;
    border-left: 1px #666 solid;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
    background-color: #CCC;
}
.n_pdfList .n_tbl_head2 {
    float: left;
    width: 58%;
    text-align: center;
    border-top: 1px #666 solid;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
    background-color: #CCC;
}
.n_pdfList .n_tbl_head3 {
    float: left;
    width: 20%;
    text-align: center;
    border-top: 1px #666 solid;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
    background-color: #CCC;
}

.n_pdfList .n_tbl_col1 {
    float: left;
    width: 20%;
    text-align: left;
    padding-top: 4px;
    padding-left: 1.5px;
    border-left: 1px #666 solid;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}
.n_pdfList .n_tbl_col2 {
    float: left;
    width: 58%;
    text-align: left;
    padding-top: 4px;
    background: url(images/icon_pdf.png) no-repeat 0px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}
.n_pdfList .n_tbl_col3 {
    float: left;
    width: 20%;
    text-align: left;
    padding-top: 4px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}
========= old ==========*/

@charset "UTF-8";
/*====================================================================
 list
====================================================================*/
.n_listArea {
	
}

.n_lastDiv {
	margin-bottom:20px;
	border-bottom:#bbbbbb 1px dotted;
}

/* pdf icon */
.n_listArea ul.n_pdficon_list02 {
	border-top:#bbbbbb 1px dotted;
}
.n_listArea ul.n_pdficon_list02 li {
	text-indent:-2em;
	padding-left:2em;
	padding-top:6px;
	padding-bottom:6px;
	/*border-bottom:#bbbbbb 1px dotted;*/
	line-height:1.2;
}
.n_listArea ul.n_pdficon_list02 li a {
	padding-left:22px;
	background:url(images/icon_pdf.png) no-repeat 5px 0;
}


@charset "UTF-8";
/*====================================================================
 faq
====================================================================*/

.n_faqArea {
    margin-left:10px;
    width:710px;
}

.n_lastFaq {
	margin-bottom:20px;
}

.n_faqArea ul li{
    border-bottom:#bbb 1px dotted;
}

.n_faqArea .n_aArea ul li{
    border-bottom:#bbb 1px none;
}

.n_faqArea .n_aArea ol li{
    border-bottom:#bbb 1px none;
}

.n_faqArea .n_qArea {
	clear: both;
    padding:5px 10px 5px 18px;
    background-image:url(images/btn_triangle_red_down.png);
    background-repeat:no-repeat;
	background-position:5px 18px;
    cursor:pointer;
}

.n_faqArea .n_qArea.n_select {
	clear: both;
    background-image:url(images/btn_triangle_red_up.png);
	background-position:5px 18px;
}

.n_faqArea .n_aArea {
	padding:15px 15px;
    background:#f8f8f8 url(images/bg_aarea.png) repeat-x left top;
    border-left:#ddd 1px solid;
    border-right:#ddd 1px solid;
	overflow: auto;
    display: none;
}

.n_faqArea .n_aArea.n_visible {
    display: block;
}

.n_faqArea .n_aArea p a {
	text-decoration: underline;
}
.n_faqArea .n_aArea .col2Box {
	float:left;
	width:320px;
	margin-right:20px;
}
.n_faqArea .n_aArea .last {
	margin-right: 0 !important;
}
@charset "UTF-8";

.n_list_quicklinks {
	margin-bottom:20px;
	border-right:#d9d9d9 1px solid;
}
.n_list_quicklinks p {
    padding:2px 14px;
    background:#909090;
    color:#fff;
    font-weight:bold;
}
.n_list_quicklinks ul {
    background:#f2f2f2;
}
.n_list_quicklinks ul li {
    padding:6px 5px 6px 23px;
    background:url(images/btn_triangle_black.png) no-repeat 12px 9px;
    border-bottom:#949494 1px dashed;
    line-height:1.2;
}
.n_list_quicklinks ul li:last-child {
    border-bottom:none;
}


@charset "UTF-8";
/*====================================================================
 anchorlink list
====================================================================*/
.anchorArea {
	margin-bottom:20px;
	padding:12px 0;
	background:url(images/bg_anchorlink.png) repeat-x left bottom;
	border:#e4e4e4 1px solid;
}
.anchorArea ul li {
	float:left;
	display:inline-block;
	margin-left:14px;
	margin-right:35px;
	padding-left:15px;
	background:url(images/icon_gt_white_down_red.png) no-repeat left 6px;
	line-height:2;
}

div.n_childNodeList ul.n_list_triangle01 li.col2 {
	float:left;
	width:45%;
}

div.n_childNodeList ul.n_list_triangle01 li.col3 {
	float:left;
	width:30%;
}

div.n_childNodeList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@charset "UTF-8";
/*====================================================================
 fold
====================================================================*/

.n_foldingArea {
	margin-bottom:20px;
}
.n_foldingArea .n_titlArea {
	clear: both;
	padding:5px 10px 5px 20px;
	background-image:url(images/icon_gt_red_down.png);
	background-repeat:no-repeat;
	background-position:5px 11px;
	font-weight:bold;
	cursor:pointer;
	border-bottom:#ccc 1px dotted;
}
.n_foldingArea .n_titlArea.n_select {
	clear: both;
	background-image:url(images/icon_gt_red_up.png);
	background-position:5px 11px;
	border-bottom:#ccc 1px dotted;
}

.n_foldingArea .n_contArea {
	padding:15px 20px 15px 20px;
	overflow: auto;
    display: none;
}

.n_foldingArea .n_contArea p a {
	text-decoration: underline;
}
.n_foldingArea .n_contArea .col2Box {
	float:left;
	width:330px;
	margin-right:20px;
}
.n_foldingArea .n_contArea .last {
	margin-right:0 !important;
}

.n_foldingArea .n_contArea.n_visible {
    display: block;
}

@charset "UTF-8";
/*====================================================================
 Accept Panel
====================================================================*/
#acceptPanel {
	width: 180px;
	margin-top: 15px;
	padding: 1px 10px 10px 10px;
	background: #ffddff;
	text-align: center;
}

#acceptPanel form {
	margin-top: 20px;
}

#acceptPanel form input {
	margin-bottom: 8px;
	font-size: 150%;
}

#acceptPanel p {
	padding: 5px 0 5px 0;
	font-size: 90%;
}

.n_container .acceptLeft {
	float: left;
	width: 740px;
	margin-top: 15px;
}

.n_container .acceptRight {
	float: right;
	width: 180px;
	margin-top: 15px;
	padding: 0 20px 10px 10px;
}

@charset "UTF-8";
/*====================================================================
 sub banner
====================================================================*/
#sub_slides {
    display:none;
    position:relative;
    width:720px;
    height:260px;
    margin:0 auto;
    z-index:1;
}
#sub_slides .slidesjs-navigation {
}
#sub_slides .key_left {
    position:absolute;
    top:105px;
    left:10px;
    z-index:101;
}
#sub_slides .key_right {
    position:absolute;
    top:105px;
    left:680px;
    z-index:102;
}
#sub_slides .slidesjs-pagination {
    position:absolute;
    bottom:15px;
	right:20px;
    list-style: none;
    z-index:100;
}
#sub_slides .slidesjs-pagination li {
    float: left;
    margin: 0 5px;
}
#sub_slides .slidesjs-pagination li a {
    display: block;
    width: 17px;
    height: 0;
    padding-top: 17px;
    background-image: url(images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
#sub_slides .slidesjs-pagination li a.active,
#sub_slides .slidesjs-pagination li a:hover.active {
    background-position: 0 -17px;
}
#sub_slides .slidesjs-pagination li a:hover {
    background-position: 0 -34px;
}
#sub_slides a:hover img.key_left,
#sub_slides a:hover img.key_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader()\9;
}

@charset "UTF-8";
/*====================================================================
 video component
====================================================================*/
.n_video {
	padding-bottom:20px;
	text-align:center;
}

﻿@charset "utf-8";

/************ title ************/
#part_number {
	margin-bottom: 1em;
	background: url(images/h1_bg.png) repeat-x
		bottom;
}

#part_number h1 {
	line-height: normal;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 2em;
	color: #525252;
	border: none;
}

#part_number h1 img {
	padding-right: 4px;
}

#part_number h1 span {
	font-size: 0.7em;
	color: #ff0000;
	font-weight: bold;
	padding-left: 0.5em;
}

#part_number p.category {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-left: 44px;
}

#part_number p.catch_copy {
	font-size: 1em;
	margin: 0;
	line-height: 1.5;
	padding: 10px 0px 20px 44px;
	font-weight: bold;
}

#part_number br {
	line-height: 0.5em;
}

/************ anchor ************/
.anchorlink {
	zoom: 1;
	width: 695px;
	margin: 0 0 20px 5px;
	clear: both;
}

.anchorlink ul {
	margin: 0 !important;
}

.anchorlink ul li {
/* 	display: block; */
/* 	zoom: 1; */
/* 	background: url(images/cmn_ico_13.gif) left 5px */
/* 		no-repeat !important; */
/* 	float: left; */
/* 	padding: 0 0 0 16px !important; */
/* 	margin: 0 20px 5px 0 !important; */
/* 	white-space: nowrap; */
    font-size: 92%;
}

.anchorlink ul li a {
	/* 	color: #333333;
	text-decoration: underline;
 */
	background: url(images/icon_gt_white_down_red.png) no-repeat left 3px;
	margin: 0 20px 5px 0 !important;
	padding: 0 0 0 16px !important;
	float: left;
	display: block;
	white-space: nowrap;
	zoom: 1;
	color: #3546a6;
	text-decoration: none;
	line-height: 1.4;
}

.anchorlink ul li a:hover {
	text-decoration: none;
}

/* .anchorlink:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
} */

.anchorlink {
	zoom: 1;
}

/************ datasheet ************/
#datasheet {
	float: left;
	width: 700px;
	margin: 0 0 1em 0;
	background: #fff url(images/datasheet_bg.png)
		no-repeat bottom;
}

#datasheet h3 {
	font-weight: bold;
	margin-bottom: 3px;
	border: none;
	padding: 10px;
}

#important_notice {
	width: 700px;
	margin: 0 0 2em 0;
}
#important_notice h3 {
	border: none;
	color:#da0c1d;
  font-size:14px;
  font-size:1.4rem;
	font-weight:normal;
	margin-bottom: 5px;
	padding:10px 10px 5px;
}
#important_notice ul{
  border:1px solid #7a7a7a;
}
#datasheet li{
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	background: url(images/detail_pdf_si_small.gif)
		no-repeat left center;
	padding-left: 20px;
}
#important_notice li{
  background:url(images/detail_pdf_si_small.gif) no-repeat 5px center;
  padding:5px 5px 5px 30px;
  border-bottom:1px dotted #7a7a7a;
}
#important_notice li:last-child{
  border-bottom:none;
}
#datasheet li.td_cn {
	font-weight: normal;
	list-style-type: none;
	background: url(images/listmark_map.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 60px;
}

#anchorlink a:visited {
	color: #770077;
	text-decoration: underline;
}

#anchorlink a:link {
	color: #27279f;
	text-decoration: underline;
	vertical-align: baseline;
}

#datasheet_hf {
	float: left;
	width: 345px;
	margin: 0 0 0.5em 0;
	background: #fff url(images/datasheet_half_bg.png) no-repeat bottom;
}

#datasheet_hf h3 {
	font-weight: bold;
	margin-bottom: 5px;
	background: #fff url(images/datasheet_half_bg.png) no-repeat top;
	border: none;
	padding: 10px;
}

#important_notice_hf {
	float: left;
	width: 345px;
	margin: 0 0 0.5em 0;
	background: #fff url(images/box_p_half_bg.png) no-repeat bottom;
}

#important_notice_hf h3 {
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
	background: #fff url(images/box_p_half_bg.png) no-repeat top;
}

#datasheet_hf li, #important_notice_hf li {
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	background: url(images/detail_pdf_si_small.gif) no-repeat left center;
	padding-left: 20px;
	margin: 5px 0 5px 5px;
}

#datasheet_hf li.td_cn {
	font-weight: normal;
	list-style-type: none;
	background: url(images/listmark_map.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 60px;
}

/************ Sample ************/
#sample {
	width: 660px;
	padding:0 20px 10px;
	margin:20px 0 0;
	background:#eaeaea;
	clear: both;
}

#caution {
	width: 660px;
	padding:0px 20px;
	margin:20px 0 0;
	background:#fff;
  border:1px solid #2b578c;
	clear: both;
}

#caution h2, #sample h2 {
	border: none;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size:15px;
  font-size:1.5rem;
	font-weight: bold;
}

#sample p, #sample ul {
	padding-left: 10px;
	padding-right: 10px;
}
#caution ul {
	padding-left: 10px;
	padding-right: 10px;
	list-style: none none outside;
}
#caution ul li {
	padding-left:10px;
	margin-bottom: 10px;
	background-image:url(images/cmn_ico_01.gif);
	background-repeat:no-repeat;
	background-position:2px 8px;
}

/************ Caution ************/
#caution {
	margin: 10px 0px;
}

/************ Description ************/
#description {
	margin: 10px 0px;
}

#description .section {
	width: 700px;
}

#description .section .text-l-col {
	width: 520px;
	float: left;
	margin: 0 0 10px;
}

#description .section .image-r-col {
	float: right;
	width: 170px;
	margin: 0 0 10px;
	text-align: center;
}

#description .notes {
	clear: both;
	font-size: 80%;
}

#description table {
	width: 100%;
	border:1px solid #7a7a7a;
}
#description table th, #description table td {
	padding: 0.4em;
	border: none;
}

#description table th {
	width: 35%;
	font-weight: bold;
	text-align:left;
  border-right:1px solid #7a7a7a;
}

#description table td {
	/*width: 65%;*/
	text-align:left ;
}
#description table td.aec_notes {
	text-align:right ;
}
#description table tr:nth-child(odd){
  background-color:#eaeaea
}
#description table tr:nth-child(even){
  background-color:#fff
}
#description .description_notes {
  text-align: right;
}


/************ properties ************/
#specification, #specification_full {
	margin: 10px 0px;
}

#order_num h2,#specification h2,#specification_full h2,#systemblock h2,#developEnv h2,#mic_doc h2,#related_link h2,#description h2,#prod_document h2,h2.detail_title,#recommended h2{
  clear:both;
  font-size:18px;
  font-size:1.8rem;
  line-height:1.4;
  margin:2em 0 1em 0;
  padding:.4em 0  0;
  color:#535353;
  vertical-align: middle;
}
#order_num h2:before,#specification h2:before,#specification_full h2:before,#systemblock h2:before,#developEnv h2:before,#mic_doc h2:before,#related_link h2:before,#description h2:before,#prod_document h2:before,h2.detail_title:before{
  content:"";
  width:5px;
  height:24px;
  background-color: #da0c1d;
  display: inline-block;
  margin-right:5px;
  margin-top:-4px;
  font-size:18px;
  font-size:1.8rem;
  vertical-align: middle;
}
#specification:after, #specification_full:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#specification h3,#specification_full h3{
  font-size:15px;
  font-size:1.5rem;
  font-weight:bold;
  padding-left:10px;
  margin-bottom:1em;
  border-bottom:5px solid #ccc;
  border-image: url(clientlibs_cmn/css/images/bdr_h3.png) 5 5 stretch;
}
#specification #package{
  width:100%;
  padding-bottom:16px
}

#specification #package table{
  width:100%;
  line-height:180%;
  border-collapse:collapse;
  margin:4px 0 12px;
  border:1px solid #6c6c6c;
}
#specification #package table tr:nth-child(odd){
  background: #eaeaea
}
#specification #package table th{
  vertical-align:middle;
  border-right:1px solid #7a7a7a;
  padding:2px 5px;
  font-weight:bold;
  text-align:left;
}
#specification #package table td{
  vertical-align:middle;
  padding:2px 5px;
}
#specification #package p.note{
  font-size:12px;
  font-size:1.2rem;
}

#specification .prod_properties:first-child{
  width:100%;
  padding:4px 0 8px 0
}
#specification .prod_properties{
  width:100%;
  padding-bottom:8px
}

#specification_full .prod_properties, #specification #specific, #specification #features {
	width: 700px;
	float: left;
	padding-bottom: 8px;
}

#specification .prod_properties table,#specification #specific table,#specification #features table{
  width:100%;
  line-height:180%;
  border-collapse:collapse;
  margin:4px 0 12px;
  border:1px solid #7a7a7a;
  text-align:center;
  *border-collapse:collapse;
  border-spacing:0
}
#specification .prod_properties table th, #specification #specific table th, #specification #features table th {
	white-space: nowrap;
	vertical-align: middle;
	border-right: 1px solid #fff;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
	background: #7a7a7a;
  color:#fff;
}
#specification .prod_properties table th:last-child,#specification #specific table th:last-child,#specification #features table th:last-child{
  border-right:1px solid #7a7a7a;
}
#specification .prod_properties table td, #specification #specific table td, #specification #features table td {
	vertical-align:middle;
	padding: 2px 5px;
	text-align: center;
	border-right:1px solid #7a7a7a;
}
#specification .prod_properties table tr:nth-child(odd),#specification #specific table tr:nth-child(odd),#specification #features table tr:nth-child(odd){
  background: #eaeaea;
}

#specification .note_properties {
	width:100%;
	padding-bottom: 8px;
	margin-top: -15px;
}
/************ properties ************/


/************ documents ************/
#prod_document #documents, #prod_document #documents_ray {
	margin: 10px 0px;
}
#prod_document #documents table, #prod_document #documents_ray table {
	width: 100%;
	margin-top: 1em;
	border:1px solid #7a7a7a;
}
#prod_document #documents table tr, #prod_document #documents_ray table tr {
	border-bottom:1px dotted #7a7a7a;
}
#prod_document #documents table tr:last-child,#prod_document #documents_ray table tr:last-child{
  border-bottom:none;
}
#prod_document #documents table th, #prod_document #documents_ray table th {
	width: 20%;
	border: none;
	font-weight: bold;
	padding: 2px 5px;
	text-align: left;
	vertical-align: middle;
  background: #eaeaea;
}

/* #prod_document #documents table td.title {
	width: 55%;
	text-align: left;
	padding: 10px;
	border: none;
}
#prod_document #documents table td.size {
	width: 20%;
	text-align: left;
	border: none;
}
 */

#prod_document #documents table td.title, #prod_document #documents_ray table td.title {
	border: medium none;
	padding: 10px;
	text-align: left;
}
#prod_document #documents table td.size, #prod_document #documents_ray table td.size {
	border: medium none;
	text-align: left;
	padding: 10px 2px;
	width: 17%;
}

#prod_document #documents .n_icon_new, #prod_document #documents_ray .n_icon_new {
	padding: 0 2px;
	border:1px #b10311 solid;
	background-color:#b10311;
  color:#fff;
 	font-size:10px;
  font-size:1.0rem;
}
#prod_document #documents .n_icon_update, #prod_document #documents_ray .n_icon_update {
	padding: 0 2px;
	border:1px #b10311 solid;
  background-color:#b10311;
  color:#fff;
  font-size:10px;
  font-size:1.0rem;
}

/************ documents ************/

#systemblock p {
	line-height: 180%;
	margin-bottom: 0.8em;
}

#recommended {
	width: 700px;
	padding: 0 0 10px 0;
	margin: 0;
}
#recommended p {
	border: none;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size:14px;
  font-size:1.4rem;
	font-weight: bold;
	color:#da0c1d;
}
#recommended table {
	width: 680px;
	margin: 10px 10px 0 10px;
	font-size: 90%;
}

#recommended tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

/* #recommended th {
	background-color: #fff;
} */

/* #recommended td {
	background-color: #fff;
} */

#recommended table th {
	background-color:#943b3e;
  color:#fff;
  border:1px solid #fff;
  border-right:1px solid #fff;
  font-weight:bold;
  padding:2px 5px;
  text-align:center;
  vertical-align:middle
}
#recommended table tr th:last-child{
  border-right:1px solid #943b3e;
}
#recommended table td {
	border-bottom:1px solid #943b3e;
  border-right:1px solid #943b3e;
  border-left:1px solid #943b3e;
  padding:5px 5px;
  text-align:left;
  vertical-align:middle;
  background-color:#fff
}
#recommended p.note {
	font-size: 80%;
	margin-left: 10px;
	background: none;
}

#developEnv ul, #related_link ul {
	margin: 0 0 12px 0;
	list-style: none;
}

#developEnv ul li, #related_link ul li,#sample ul li {
	background: url(images/icon_gt_red.png) left 8px no-repeat;
	list-style: none;
	padding: 0 0 0 15px;
	margin: 5px 0 5px 15px;
}
#mic_doc ul {
	margin: 0 0 12px 0;
	list-style: none;
}

#mic_doc ul li {
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	background: url(images/detail_pdf_si.gif) no-repeat left center;
	padding-left: 20px;
}

#caution .icon-win {
	background: url(images/cmn_ico_17.gif) center right no-repeat;
	padding-right: 16px;
}

/************ Back to List ************/
#back_to_list {
	clear: both;
	margin: 2em 0;
}

#back_to_list p {
	text-align: right;
	margin:0 10px;
}

/************ Online Store Link ************/
#prod_purchase {
	float: right;
	width: 345px;
	margin: 0 0 .5em 0;
	background: #fff url(images/purchase_bg.png)
		no-repeat bottom;
}

#prod_purchase #purchase_top {
	overflow: hidden;
}

#prod_purchase h3 {
	font-weight: bold;
	margin-bottom: 5px;
	background: #fff url(images/purchase_bg.png)
		no-repeat top;
	border: 0;
	padding: 10px;
}

#prod_purchase p {
	/* font-size: 12px; */
	margin: 5px;
}

#prod_purchase #purchase_top ul li, #prod_purchase #purchase_left ul li {
	background: url(images/btn_triangle_red.png) left 6px no-repeat;
	list-style: none;
	padding: 0 0 0 8px;
	margin: 5px 0 5px 5px;
}


#purchase_left {
	float: left;
	width: 160 px;
}

#purchase_right {
	text-align: right;
	margin-left: auto;
	margin-right: 5px;
	padding: 30px 5px 5px 5px;
}

#purchase_right a:visited {
	color: #7659b0;
	text-decoration: none;
}

#purchase_right a:link {
	color: #3546a6;
	text-decoration: none;
	vertical-align: baseline;
}

#purchase_right img {
	vertical-align: top;
}
/* --- StockCheck 2016/07/24 start --- */
.smallAmount {
	width: 346px;
	padding: 10px 12px 12px;
	background: #d9f9fe;
	text-align: left;
	float: right;
	margin-bottom: 6px;
}
.smallAmount dt {
	margin-bottom: 6px;
	color: #333;
	font-size: 104%;
	font-weight: bold;
}
.smallAmount .smallAmountText {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 88%;
	font-weight: bold;
}
/* --- ReAdd 2016/07/27 Start --- */
.smallAmount .smallAmountLink ul li {
	background: url(images/btn_triangle_red.png) left 6px no-repeat;
	list-style: none;
	padding: 0 0 0 8px;
	margin: 5px 0 5px 5px;
	font-size: 88%;
}
/* --- ReAdd 2016/07/27 End --- */
.smallAmount #smallAmountBtn {
	padding: 0 11px;
}
.smallAmount #smallAmountBtn li {
	width: 324px;
	text-align: center;
	font-size: 98%;
	margin-bottom: 6px;
}
.smallAmount #smallAmountBtn a {
	display: block;
	padding: 2px 0;
	background: #606060;
	border: solid 1px #4f4f51;
	color: #fff;
}
.smallAmount #smallAmountBtn li.btn01 a {
	background: #1974ba;
	border: solid 1px #0064b2;
}
.smallAmount #smallAmountBtn a:hover {
	color: #fff!important;
	opacity: 0.8;
}
/* --- StockCheck 2016/07/24 end --- */

/************ Order Number ************/
#order_num {
	width: 720px;
	padding: 0;
}

#order_num table {
	width: 100%;
	line-height: 180%;
	border-collapse: collapse;
	margin: 0;
	text-align: center;
	border-spacing: 0;
	border:1px solid #7a7a7a;
}
#order_num table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

#order_num table tr:nth-child(even){
  background-color:#eaeaea
}
#order_num table th.example {
	white-space:nowrap;
  vertical-align:middle;
  background:#6c6c6c;
  color:#fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:2px 5px;
  font-weight:bold;
  text-align:center;
}

#order_num table th {
	white-space:nowrap;
  vertical-align:middle;
  background:#6c6c6c;
  color:#fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:2px 5px;
  font-weight:bold;
  text-align:center
}
#order_num table td {
	vertical-align:middle;
  padding:2px 5px;
  text-align:center;
  border-right:1px solid #7a7a7a;
  border-bottom:0
}
#order_num_hf {
	width: 345px;
	float: left;
	padding: 0;
}

#order_num_hf table {
	width: 100%;
	line-height: 150%;
	border-collapse: collapse;
	margin: 0;
	border: 1px solid #ccc;
	text-align: center;
	border-spacing: 0;
	font-size: 90%;
}

#order_num_hf table tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

#order_num_hf table tr:nth-child(odd) {
	background-color: #f0f0f6;
}

#order_num_hf table th.example {
	white-space: nowrap;
	vertical-align: middle;
	background: #faf0f0 url(images/th_col_bg.png)
		no-repeat left top;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #edcbcb;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
	font-size: xx-small;
}

#order_num_hf table th {
	white-space: nowrap;
	vertical-align: middle;
	background: #faf0f0 url(images/th_col_bg.png)
		no-repeat left top;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #edcbcb;
	padding: 2px 5px;
	font-weight: bold;
	text-align: center;
}

#order_num_hf table td {
	vertical-align: middle;
	padding: 2px 5px;
	text-align: center;
	border-right: 1px dotted #ccc;
	border-bottom: 0;
}


/************ StockCheck or eSampling ************/

#stockcheck {
	float: right;
	width: 345px;
	margin: 0 0 0.5em 0;
	background: #fff url(images/stockcheck_bg.png) no-repeat bottom;
}

#stockcheck h3 {
	font-weight: bold;
	margin-bottom: 5px;
	background: #fff url(images/stockcheck_bg.png) no-repeat top;
	border: none;
	padding: 10px;
}

#stockcheck p {
	font-size: 11px;
	margin: 5px;
}

#stockcheck li{
	vertical-align: middle;
}

#stockcheck_top          { overflow: hidden; }
#stockcheck_top li       { padding-left: 20pt; }
#stockcheck_left         { float: left;   width: 160 px; }
#stockcheck_right        { text-align: center; margin-left: auto; margin-right: auto; padding: 30px 5px 5px 5px;}

@charset "utf-8";

/*新詳細ヘッダー*/
#prod_header {
	margin-bottom:1rem;
	display:table;
	width:720px;
}
#prod_header .header-photo {
	display:table-cell;
	width:100px;
	vertical-align:top;
}
#prod_header .header-text {
	display:table-cell;
	width:610px;
}
#prod_header h1 {
	line-height:normal;
	margin:0;
	padding:0 0 0 10px;
	background:0;
	font-size:32px;
	font-size:3.2rem;
	color:#da0c1d;
	border:0;
}
#prod_header h1 span {
	font-size:22px;
	font-size:2.2rem;
	color:#f00;
	font-weight:bold;
	padding-left:.5em;
}
#prod_header p.prod_category {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin:0 0 0 10px;
	border-bottom:1px dashed #949494;
}
#prod_header p.prod_catch_copy {
	margin:0;
	line-height:1.5;
	padding:10px 0 10px 10px;
}
#prod_header br {
	line-height:.5em;
}

#prodNavArea {
    padding-top: 27px;
    border-right: #d9d9d9 1px solid;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
    margin-bottom: 20px;
}

#prodNavArea p {
    padding-bottom: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold
}

#prodNavArea ul li {
    padding: 6px 2px 6px 10px;
    line-height: 1.2
}

#prodNavArea ul li a,#prodNavArea ul li span {
    display: block;
}

#prodNavArea dl dt {
    font-weight: normal;
    background: url(images/detail_pdf_si_small.gif) no-repeat left 5px center;
    padding-left: 25px;
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}

#prodNavArea dl dd {
    margin: 10px 0 5px 0px;
}

#prodNavArea dl dd ul {
    list-style: none;
}

#prodNavArea dl dd ul li {
    background: #eeeeee url(images/btn_triangle_red.png) 5px 8px no-repeat;
    list-style: none;
    padding: 5px 5px 5px 15px;
    margin: 5px 0 5px 5px;
    font-size: 14px;
    font-size: 1.4rem;
}

#prodNavArea dl dd ul li.ds_item_cn {
    background: #eeeeee url(images/btn_dots_red.png) 5px 12px no-repeat;
    margin: 5px 0 5px 30px;
}

#prodNavArea ul.prodmenu {
    margin-top: 10px;
}

#prodNavArea ul.prodmenu li {
    border-bottom: #949494 1px dashed;
    padding: 6px 2px 6px 10px;
}

#prodNavArea ul.prodmenu li a {
    background: url(images/icon_gt_white_down_red.png) no-repeat left 8px;
    margin: 0 20px 0 0;
    padding: 3px 0 3px 16px;
    display: block;
    color: #525252;
    text-decoration: none;
    line-height: 1.4
}

#prodNavArea ul.prodmenu li a:hover {
    text-decoration: underline;
    color: #f00;
}

#prodNavArea ul.prodmenu li.on {
    background-color: #f2ddde;
}

.fixed_not {
    position: relative;
    top: 0;
}

.fixed {
    position: fixed;
    top: 68px;
}

.fixed_releace {
    position: absolute;
    bottom: 0;
}

/*新データシートリンク*/
#datasheet_tree {
    clear: both;
    margin: 20px 0;
}
#datasheet_tree ul {
    list-style-type: none;
}
#datasheet_tree ul li {
    font-weight: normal;
    background: url(images/detail_pdf_si_small.gif) no-repeat left 5px center;
    padding-left: 25px;
    margin: 5px 20px 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    border: 1px solid #000;
}
#datasheet_tree li a {
    display: block;
    padding: 5px 10px;
    color: #000;
    text-decoration: none;
}
#datasheet_tree li a:link,#datasheet_tree li a:visited,#datasheet_tree li a:hover {
    color: #000;
    text-decoration: none;
}
.tree_item_cn {
    position: relative;
    left: 350px;
}
.tree_item_cn:before {
    position: absolute;
    left: -30px;
    top: -10px;
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    border-left: dashed 1px #000;
    border-bottom: dashed 1px #000;
}

/*新ヘッダー下サンプル請求について*/
.sampleinfo {
    padding: 10px 12px 10px;
    background: #eaeaea;
    text-align: left;
    margin-bottom:12px
}
.sampleinfo dt {
    margin-bottom: 6px;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}
.sampleinfo .sampleinfoText {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.sampleinfo .sampleinfoLink ul {
    text-align: right;
}
.sampleinfo .sampleinfoLink ul li {
    background: url(images/icon_gt_red.png) no-repeat 4px 5px;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 5px 0 5px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
}
.sampleinfo .sampleinfoBtn {
    padding: 0 11px
}
.sampleinfo .sampleinfoBtn li {
    width: 324px;
    text-align: center;
    font-size: 98%;
    margin: 10px auto 6px
}
.sampleinfo .sampleinfoBtn li.btn01 a {
    display: block;
    padding: 4px 0;
    background: #224c7f;
    border: solid 1px #0064b2;
    color: #fff !important;
}
#n_mainArea .sampleinfo .sampleinfoBtn li.btn01 a:hover {
    color: #fff !important;
    opacity: .8;
    text-decoration: none !important;
}
.dt_pagetop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 15px;
}
.dt_pagetop a {
	display: block;
	width: 50px;
	height: 47px;
}

@charset "UTF-8";

#ProdNumSearchResult table {
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-spacing: 0px;
	margin: 5px 0px;
	font-size: 95%;
	line-height: 150%;
	width: 100%;
}
#ProdNumSearchResult tr.oddrow {
	background-color: #FFFFFF;
}
#ProdNumSearchResult tr.evenrow {
	background-color: #F9F9F9;
}
#ProdNumSearchResult th {
	background-color: #EAEAEA;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	text-align: center;
}
#ProdNumSearchResult td {
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	padding: 2px 5px;
	vertical-align: middle;
}
#ProdNumSearchResult table a:link {
    color: #3546A6;
    text-decoration: none;
    vertical-align: baseline;
}
#ProdNumSearchResult p.message {
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-top: 1em;
}
@charset "UTF-8";

#XrefSearchResult table {
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-spacing: 0px;
	margin: 5px 0px;
	font-size: 95%;
	line-height: 150%;
	width: 100%;
}
#XrefSearchResult tr.oddrow {
	background-color: #FFFFFF;
}
#XrefSearchResult tr.evenrow {
	background-color: #F9F9F9;
}
#XrefSearchResult th {
	background-color: #EAEAEA;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	text-align: center;
	padding: 2px 5px;
	vertical-align: middle;
}
#XrefSearchResult td {
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	padding: 5px 5px;
    vertical-align: middle;
}
#XrefSearchResult table a:link {
    color: #3546A6;
    text-decoration: none;
    vertical-align: baseline;
}
#XrefSearchResult p.message {
	font-size: larger;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-top: 1em;
}
@charset "UTF-8";

#n_parametric_search .n_parametric_content .n_left_content {
	float: left;
	width: 470px;
}

#n_parametric_search .n_parametric_content .n_right_content {
	float: right;
	width: 470px;
}

#n_parametric_search .n_parametric_content ul {
	margin: 0 0 20px;
}

#n_parametric_search .n_parametric_content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#n_parametric_search .n_parametric_content ul.n_line_dot:after {
	clear: left;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#n_parametric_search .n_parametric_content ul.n_line_dot {
	padding 0 0 20px;
	border-bottom: 1px dotted #666;
}

#n_parametric_search .n_parametric_content ul.n_line_dot li {
	float: left;
	width: 225px;
}

#n_parametric_search .n_parametric_content ul li.n_line_dot {
	padding 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #666;
}

#n_parametric_search .n_parametric_content ul li.n_list_none {
	background-image: none;
    padding-left: 0;
}

#n_parametric_search .n_parametric_content  ul li {
    padding-left:10px;
    padding-bottom:5px;
    background:url(images/btn_triangle_red.png) no-repeat left 3px;
    line-height:1.4;
}

#n_parametric_search li.n_ct_child {
	margin-left:20px !important;
	width:95% !important;
}

@charset "utf-8";

/************ distyList ************/
.buyContent {
	width: 556px;
	float: left;
}

.buyContent #partnerLounge {
	padding: 10px 0 70px 10px;
}

.buyContent #partnerLounge h1.first {
	margin: -10px 0 0 10px;
}

.buyContent h1 {
	background: url(images/bullet_chevron_medium.gif) no-repeat 0px 5px;
	color: #808284;
	font-size: 18px;
	padding: 0 0 7px 18px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

.buyContent h1.noUpperCase {
	text-transform: none;
}

.buyContent h2 {
	font-size: 13px;
	color: #808284;
	padding: 0 0 12px 10px;
}

.buyContent h3 {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	padding: 0 0 12px 10px;
}

.buyContent h4 {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	padding: 0 0 12px 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.buyContent h5 {
	font-size: 9px;
	line-height: 13px;
	color: #808080;
	padding: 0 0 12px 0px;
	font-weight: normal;
}

.buyContent p {
	font-size: 11px;
	line-height: 16px;
	color: #808080;
	padding: 0 0 14px 10px;
}

#partnerLounge a:hover {
    color: #999999!important;
}


#partnerLounge .storageDealer{
	width:557px;
	height:auto;
	min-height:335px;
	background: url("images/bg_map.png") no-repeat right top;
	margin:-3px 0 11px 0;
}

#partnerLounge .storageDealer .radioWrapper {
	overflow:hidden;
	margin:0 0 25px 0;
}

#partnerLounge .storageDealer .radioWrapper input{
	float:left;
	margin:1px 6px 0 0;
}

#partnerLounge .storageDealer .radioWrapper label{
	float:left;
	margin:0 13px 0 0;
	display:block;
	font-size:11px;
	line-height:15px;
	color:#808284;
	background:none;
	width:auto;
	height:auto;
	padding:0;
}

#partnerLounge .storageDealer p {
	font-size:11px;
	line-height:15px;
	color:#808284;
	margin:0 0 15px 0;
	padding:0;
	float:none;
}

#partnerLounge .storageDealer .leftCol{
	width:295px;
	float:left;
	padding:2px 0 0 0;
}
#partnerLounge .storageDealer .rightCol{
	width:262px;
	float:right;
	padding:22px 0 0 0;
}

#partnerLounge .storageDealer  label{
	margin:0 0 5px 0;
	display:block;
	font-size:11px;
	line-height:15px;
	color:#000000;
	background:none;
	width:auto;
	height:auto;
	padding:0;
	float:none;
}

#partnerLounge .storageDealer h2 {
	font-size:14px;
	line-height:15px;
	color:#808284;
	margin:0 0 13px 0;
	padding:0;
}

#partnerLounge .storageDealer label {
	margin: 0 0 5px 0;
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
}

form#contact_support {
	padding: 10px;
}

#partnerLounge #contact_support .selectList {
    display: block;
    float: none;
    margin:0;
	padding:0;
}

#partnerLounge .newListSelected {
    background: url("images/select_country_bg.gif") no-repeat scroll left top transparent;
    float: none;
    margin:0;
    width: 165px;
	height: 20px;
	margin: 0 0 5px 0;
}

a.selectedTxt {
	display: block;
	text-decoration: none!important;
	width: 156px;
}

.selectedTxt {
	color: #999999!important;
	padding: 0px 8px;
	font-size: 12px;
}

.newListSelHover, .newListSelFocus {
	background-position: 0 -20px;
}
.newListSelFocus {
	z-index: 999999!important;
}

.newListSelected a.selectedTxt:hover {
    color: #999999!important;
/*     background: none!important; */
	padding:0px 8px;
	cursor:pointer;
}

.newListSelected ul li {
    background: none!important;
    color: #999999;
    font-size: 11px;
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    padding:2px;
}

ul.newList li.newListHover {
	background: #ededed!important;
}


ul.newList {
/* 	margin: -3px 0 0; */
/*     padding: 0; */
    
	background: #ffffff;
	border: 1px solid #bebebe;
	color: #999999;
	font-size: 12px;
	left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: -3px 0 0 0;
	overflow: auto;
	padding: 0px;
	position: absolute;
/* 	top: 23px!important; */
	width: 176px;
	z-index: 9999;    
    
}

.selectList ul.newList {
	max-height: 192px !important;
	overflow-y: scroll;
	overflow-x: hidden;
}

.selectList ul.newList li {
	width: 146px !important;
}

ul.newList li {
	padding: 2px;
}

ul.newList li.hiLite {
	background: #ed1c24!important;
    color: #ffffff;
}

.clearAll {
	clear: both;
}





/****** Tabs ******/

.tabContainer {
	padding: 10px 0 15px 0;
}

.tabContainer ul.tabList {
	position: relative;
}

.tabContainer ul.tabList ul {
	margin: 8px 0 0 0;
}

.tabContainer ul.tabList li {
	background: none;
	display: inline;
	float: left;
	padding: 3px 3px 3px 0px;
	line-height: 15px;
}

.tabContainer ul.tabList li li {
	background: #ffffff url(images/tabContentBG.png) repeat-x top
		left;
	position: absolute;
	left: 0px;
	width: 546px;
	padding: 15px 10px 15px 0;
	height: auto;
}

.tabContainer ul.tabList li a.tabLink,
.tabContainer ul.tabList li a.tabLink:link,
.tabContainer ul.tabList li a.tabLink:visited
	{
	/*background: #808284;*/
	color: #444444;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px;
	border-top: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
}

.tabContainer ul.tabList li a.tabLink:hover,
.tabContainer ul.tabList li a.tabLink:focus,
.tabContainer ul.tabList li a.tabLink:active
	{
	background: #ed1c24;
}

.tabContainer ul.tabList li a.tabLink:active,
.tabContainer ul.tabList li a.tabLink.current,
.tabContainer ul.tabList li a.tabLink.current:link,
.tabContainer ul.tabList li a.tabLink.current:visited
	{
	/*background: url(clientlibs_cmn/img/common/tabActive.png) repeat-x top left;*/
	background: #e9e9e9;
	color: #444444;
	font-size: 11px;
	text-decoration: none;
	padding: 12px 15px !important;
	border: none;
}

.tabContainer ul.tabList li li table th a {
	background: url(images/arrowLink.png) no-repeat 0px -89px;
	color: #808080;
	text-decoration: none;
	padding: 0 0 0 11px;
	line-height: 20px;
	font-weight: bold;
}

.tabContainer ul.tabList li li td a,
.tabContainer ul.tabList li li td a:link,
.tabContainer ul.tabList li li td a:visited,
.tabContainer ul.tabList li li td a:hover,
.tabContainer ul.tabList li li td a:focus,
.tabContainer ul.tabList li li td a:active
	{
	background: url(images/arrowLink.png) no-repeat 0px -89px;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 11px;
	line-height: 20px;
	font-weight: normal !important;
}

/*Tabs Where to Buy*/

span.bubbleContent {
	font-size: 12px;
	color: #808080!important;
}

#partnerLounge .tabContainer ul.tabList li a.tabLink:active, 
#partnerLounge .tabContainer ul.tabList li a.tabLink.current,
#partnerLounge  .tabContainer ul.tabList li a.tabLink.current:link, 
#partnerLounge  .tabContainer ul.tabList li a.tabLink.current:visited {
    background: none repeat scroll 0 0 #f1f1f1;
    border-left: 0 solid;
    border-right:0 solid;
    border-top: 0 solid;
    color: #010101;
    font-size: 11px;
    padding: 12px 25px !important;
    text-decoration: none;
}
#partnerLounge .tabContainer ul.tabList li a.secondTabLink:active, 
#partnerLounge .tabContainer ul.tabList li a.secondTabLink.current, 
#partnerLounge  .tabContainer ul.tabList li a.secondTabLink.current:link, 
#partnerLounge  .tabContainer ul.tabList li a.secondTabLink.current:visited {
    background: none repeat scroll 0 0 #f2f2f2;
    border-left: 0 solid;
    border-right:0 solid;
    border-top: 0 solid;
    color: #010101;
    font-size: 11px;
    padding: 12px 25px !important;
    text-decoration: none;
}

#partnerLounge .tabContainer ul.tabList li a.thirdTabLink:active, 
#partnerLounge .tabContainer ul.tabList li a.thirdTabLink.current, 
#partnerLounge  .tabContainer ul.tabList li a.thirdTabLink.current:link, 
#partnerLounge  .tabContainer ul.tabList li a.thirdTabLink.current:visited {
    background: none repeat scroll 0 0 #f3f3f2;
    border-left: 0 solid;
    border-right:0 solid;
    border-top: 0 solid;
    color: #010101;
    font-size: 11px;
    padding: 12px 25px !important;
    text-decoration: none;
}


#partnerLounge  .tabContainer ul.tabList li a.tabLink, 
#partnerLounge .tabContainer ul.tabList li a.tabLink:link, 
#partnerLounge .tabContainer ul.tabList li a.tabLink:visited {
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    border-top: 1px solid #C3C3C3;
    color: #010101;
    font-size: 11px;
    padding: 5px 15px;
}

#partnerLounge .tabContainer ul.tabList li li {
   padding: 0 10px 15px 0;
   background:url(images/tab_panel_top.gif) no-repeat #ffffff;
}
#partnerLounge .tabContainer ul.tabList li li.secondTab {
    background: url(images/tab_panel2_top.gif) no-repeat scroll 0 0 #FFFFFF;
}
#partnerLounge .tabContainer ul.tabList li li.thirdTab {
    background: url(images/tab_panel3_top.gif) no-repeat scroll 0 0 #FFFFFF;
}



/****** Distributors List ******/


.distributors {
	float:left;
	background: url(images/dottedLineTrans.png) repeat-x 0px bottom;
	margin: 0 0 15px 10px;
	width: 536px;
}



#partnerLounge .distributors {
	overflow:hidden;
	background:url(images/tab_panel_trenner.gif) no-repeat 10px bottom transparent;
	margin: 0;
    padding: 3px 10px 17px 10px;
	position:relative;
}

.distributors h3,
.distributors p {
	padding-left: 0px;
}

.distributors .moreContent {
	clear: left;
	padding: 4px 0 0 0;
}

.moreContent {
	margin: 0 0 15px 0;
}

.distributors .moreContent a.moreLink{
	margin-left: 0px;
	padding: 1px 0 1px 22px;
}
.distributors .moreInnerContent {
	background: none;
	width: 536px;
}
.distributors img {
	margin: 0 0 10px 0;
}


#partnerLounge .distributors .colLeft {
	width:165px;
	margin: 0 16px 0 0;
	float:left;
	padding:10px 0 0 0;
}


#partnerLounge .distributors:first-child .colLeft {
	padding:0 0 0 0;

}

#partnerLounge .distributors .colRight {
	width:350px;
	margin: 0;
	float:left;
	padding:0;
	display:table;
	padding:25px 0 0 0;
}

#partnerLounge .distributors:first-child .colRight {
	padding:15px 0 0 0;

}



#partnerLounge .distributors .colLeft h2 {
	font-size:11px;
	line-height:15px;
	color:#000000;
	margin:0 0 0 0;
	padding:0;
}

#partnerLounge .distributors .colLeft a.zoom {
	font-size:11px;
	line-height:15px;
	color:#808284;
	margin:0 0 7px 0;
	padding:0 0 0 12px;
	background: url(images/icon_zoom.gif) no-repeat 0 2px;
	text-decoration:none;
}
#partnerLounge .distributors .colLeft a.zoomSelected{
	background: url(images/icon_zoom_selected.gif) no-repeat 0 2px;
}


#partnerLounge .distributors .colLeft a.webLink {
	font-size:11px;
	line-height:15px;
	color:#808284;
	padding:0 0 0 12px;
	background: url(images/arrow_red_link.png) no-repeat 0 5px ;
	position:absolute;
	left:10px;
	bottom:17px;
	z-index:5;
	text-decoration:none;
}

#partnerLounge .distributors .colRight p {
	font-size:11px;
	line-height:15px;
	color:#808284;
	margin:0 0 0 0;
	width:184px;
	float:left;
	text-align:left;
	padding:0;
}

#partnerLounge .distributors .imageWrapper {
	width:146px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

#partnerLounge .distributors .imageWrapper img {
	margin:0;
}


a.moreLink,
a.moreLink:link,
a.moreLink:visited {
	background:url(images/expandIcon.png) no-repeat 0px 0px;
	padding: 1px 0 2px 22px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0 0 10px 10px;
	display: block;
	text-decoration: none;
}
a.moreLink.selected {
	background:url(images/expandIcon.png) no-repeat 0px -17px;
}

.moreInnerContent {
	background: url(images/dottedLineTrans.png) repeat-x bottom left;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.moreInnerContent.showContent {
	position: relative;
	left: 0px;
	top: 0px;
}

.tabContainer ul.tabList .showContent .contentRichtext ul {
	float: none!important;
}
.tabContainer ul.tabList .showContent .contentRichtext ol {
	float: none!important;
}

#partnerLounge .tabContent .secondColor {
	background:url(images/tab_panel_trenner.gif) no-repeat 10px bottom #f8f8f8;
}

.hideContent{
	position: absolute; 
	left: -9999px; 
	top: -9999px;
}

#partnerLounge .etailers {
	overflow:hidden;
	background:url(images/tab_panel_trenner.gif) no-repeat 10px bottom transparent;
	margin: 0;
    padding: 3px 10px 1px 10px;
	position:relative;
}

#partnerLounge .etailers p {
	padding:4px 0 8px 0;
}


#partnerLounge .etailers .wrapper {
	overflow:hidden;
	margin: 0;
	display:table;
	padding:0 0 0 0;
	height:74px;
}

#partnerLounge .etailers .logoBox{
	width:175px;
	height:100%;
	float:left;
	background:url(images/vertical_line.gif) no-repeat;
}

#partnerLounge .etailers .logoBox div{
	width:175px;
	height:74px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}


#partnerLounge .etailers .logoBox:first-child{
	background:none;
}

#partnerLounge .etailers .logoBox img {
	margin:0;
}

@charset "UTF-8";

#n_sys_date {
	display: none;
	text-align: right;
}

.n_print_note {
	margin-bottom: 20px;
	padding: 8px 20px;
	border: #adadad 1px solid;
	line-height: 1.4;
	text-indent: -0.3em;
	display: none;
}
@charset "UTF-8";
/*====================================================================
 login
====================================================================*/

.comp_053 {
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #D9D9D9;
}

.comp_053 td {
    padding: 3px 3px;
}

.comp_053 .n_loginLbl {
    margin-bottom: 10px;
}

.comp_053 .n_errorLbl {
    color: red;
    margin-bottom: 10px;
}

.comp_053 .n_loginBtn {
    margin-top: 0px;
}

@charset "UTF-8";
/*====================================================================
 logout
====================================================================*/

.comp_054 {
    background-color: #D9D9D9;
}

.comp_054 li {
	font-size: 11px;
	padding-right: 10px;
    text-align: right;
}


@charset "UTF-8";
/*====================================================================
 Tab Slider
====================================================================*/
.n_tabSlider {
	width: 720px;
	overflow: hidden;
	position: relative;
}

.n_tabSlider .milestoneBar {
	overflow: hidden;
	margin-left: 20px;
	width: 680px;
	height: 27px;
	background-color: #fff;
	color: #fff;
	position: relative;
	z-index: 10;
}

.n_tabSlider .divTxt {
	position: absolute;
	top: 2px;
	left: -20px;
	width: 1000px;
	z-index: 1
}

.n_tabSlider .milestoneLink {
	display: inline-block;
	font-family: Arial;
	color: #575757;
	padding: 2px 8px;
	cursor: pointer;
	font-weight: bold;
	font-size: 120%;
	height: 23px;
	background-color: #eee;
	border-top: solid 1px #575757;
	border-left: solid 1px #575757;
	border-right: solid 1px #575757;
	position: relative;
	z-index: 1;
}

.n_tabSlider .scrollLeft {
	position: absolute;
	top: 9px;
	left: 5px;
	z-index: 101;
	display: none;
}

.n_tabSlider .scrollRight {
	position: absolute;
	top: 9px;
	right: 5px;
	z-index: 102;
}

.n_tabSlider .active {
	background-color: #fff !important;
	border-bottom: solid 1px #fff !important;
	height: 25px;
	z-index: 20;
	position: relative;
}

.n_tabSlider .milestoneText {
/* 	clear: both; */
/* 	width: 669px; */
	margin: -1px 20px 20px 20px;;
	padding: 5px;
/* 	text-align: left; */
	border: solid 1px #575757;
	z-index: 1;
	position: relative;
}

.milestoneText .column2 {
	float:left;
	width:320px;
/* 	padding:0px 10px 10px 0; */
/* 	margin-bottom: 10px; */
	margin-right:20px;
}

.milestoneText .last {
	margin-right: 0 !important;
}

.milestoneText .page_full .par div.section {
  padding: 30px !important;
}

@charset "UTF-8";
/*====================================================================
 ic package list
====================================================================*/
.comp_121 table {
	font-size: 90%;
	border-collapse: collapse;
	line-height: 150%;
	border-spacing: 0px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	margin-top: 10px;
	margin-bottom: 20px;
}

.comp_121 table th {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: normal;
	padding: 2px 5px;
	text-align: center;
	vertical-align: middle;
	background-color: #EAEAEA;
}

.comp_121 table td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-weight: normal;
	padding: 2px 5px;
	text-align: center;
	vertical-align: middle;
}

.comp_121 table ul li {
	background: url(images/btn_triangle_red.png) no-repeat scroll left 6px transparent;
	list-style: outside none none;
	margin: 5px 0px 5px 5px;
	padding: 0px 0px 0px 8px;
	text-align: left;
}

.comp_121 table .dotted-line-bottom {
	background: url(images/top-dotted.gif) repeat-x scroll center bottom transparent;
	padding-bottom: 5px;
}

.comp_121 table p {
	margin-bottom: 0.8em;
}

table .dotted-line-bottom {
	background:url(images/top-dotted.gif) repeat-x scroll center bottom transparent;
	padding-bottom:5px;
}

@charset "UTF-8";
/*====================================================================
 packTitle.css
====================================================================*/
#packtitle h1 {
	line-height: normal;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 2em;
	color: #535353;
	border: none;
}

#packtitle p {
	line-height: 180%;
	margin-bottom: 0.8em;
}
@charset "UTF-8";
/*====================================================================
 packContent.css
====================================================================*/
#packContent table {
	border-collapse: collapse;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	font-size: 90%;
	line-height: 150%;
	margin-bottom: 12px;
}

#packContent table caption {
	text-align: left;
	white-space: nowrap;
	display: none;
}

#packContent table th {
	width: 20%;
	background-color: #EAEAEA;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-weight: normal;
	padding: 2px 5px;
	text-align: center;
	vertical-align: middle;
}

#packContent table td {
	/*width: 80%;*/
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px 5px;
	text-align: left;
	vertical-align: middle;
}
@charset "UTF-8";
/*====================================================================
 packBackToList.css
====================================================================*/
#packBackToList .align_right {
	text-align: right !important;
}

#packBackToList {
	margin-bottom: 10px;
}

#packBackToList .backtolist {
	zoom: 1;
	background: url(images/cmn_ico_01.gif) left 6px no-repeat !important;
	padding: 0 0 0 8px !important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 10002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:10003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:9900;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

@charset "UTF-8";
/*====================================================================
 document list
====================================================================*/

table.n_table_syslist {
	border:#adadad 1px solid;
	margin-bottom:20px;
	line-height:1.4;
	width:720px;
}
table.n_table_syslist th,
table.n_table_syslist td {
	padding:5px 6px;
	border-right:#adadad 1px solid;
	border-bottom:#adadad 1px solid;
	vertical-align:middle;
    height:24px;
}
table.n_table_syslist th {
	background:#d1d1d1;
	font-weight:bold;
	text-align:center;
}
table.n_table_syslist td {
	background:#fff;
}
table.n_table_syslist td.n_syslist_status {
	width:20%;
}
table.n_table_syslist td.n_syslist_change {
	width:25%;
	margin-bottom:2px;
}
table.n_table_syslist td.n_syslist_name ul {
	list-style-type: none;
	list-style-position: outside;
}

.n_doclist_name a:link {
        color: #3546a6;
        text-decoration: none;
        vertical-align: baseline;
}
.n_doclist_name a:hover, a:active {
        color: #ff0000 !important;
        text-decoration: underline;
}
.n_doclist_name a:visited {
        color: #7659b0;
        text-decoration: none;
}

td.n_syslist_change a.n_syslist_btn {
    display: inline-block;
    bottom:2px;
    width:155px;
    right: 0px;
    padding: 2px 8px 4px 17px;
    background-image: url(images/btn_triangle_red.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-color: #676767;
	height: 18px;
    color: #fff;
    text-decoration: none;
}

td.n_syslist_change a.n_syslist_btn:hover {
    background-color:#f00;
    background-image:url(images/btn_triangle_white.png);
    color:#fff !important;
}


@charset "UTF-8";
/*====================================================================
 searchResultTab.css
====================================================================*/

.scroll_tabs_theme_light div.scroll_tab_inner li {
	padding-left: 6px;
	padding-right: 18px;
	font-size: 14px;
	line-height: 33px;
	color: #333333;
	cursor: pointer;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
	width: 20px;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
}
.scroll_tabs_theme_light .scroll_tab_left_button {
	width: 13px;
	height: 26px;
	margin-top: 3px;
	background:url(images/btn_news_left_off.png) no-repeat left center;
}
.scroll_tabs_theme_light .scroll_tab_left_button::before {
    background:none;
}
.scroll_tabs_theme_light .scroll_tab_left_button_over {
}
.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
	background:url(images/btn_news_left_dis.png) no-repeat left center;
    cursor: default !important;
}
.scroll_tabs_theme_light .scroll_tab_right_button {
	width: 13px;
	height: 26px;
	margin-top: 3px;
	background:url(images/btn_news_right_off.png) no-repeat right center;
}
.scroll_tabs_theme_light .scroll_tab_right_button::before {
    background:none;
}
.scroll_tabs_theme_light .scroll_tab_right_button_over {
}
.scroll_tabs_theme_light .scroll_tab_right_button_disabled{
	background:url(images/btn_news_right_dis.png) no-repeat right center;
    cursor: default !important;
}

#s_tabArea{
	height:33px;
	margin-bottom:20px;
	position:relative;
	border-bottom:#b3b3b3 1px solid;
}
#s_tabArea nav#tab{
	height:33px;
	position:absolute;
	top:0;
	left:0;
}
#s_tabArea li{
	display:inline-block;
	height:32px;
	background:#e5e5e5;
	margin-right:3px;
	margin-left:3px;
	border:#b3b3b3 1px solid;
}
#s_tabArea li.select{
	color:#e60012;
	cursor:auto;
	background:#fff url(images/bg_red.png) repeat-x left top;
	border-bottom:#ffffff 1px solid;
}
#s_tabArea li:before{
	padding-right:5px;
	content:url(images/btn_triangle_red.png);
}
#s_tabArea li.select:before{
	content:url(images/btn_triangle_white.png);
}

.disnon{
	display:none;
}

@charset "UTF-8";
/*====================================================================
 Click Event Sender
====================================================================*/

#n_clickeventArea a:link {
        color: #3546a6;
        text-decoration: none;
        vertical-align: baseline;
}
#n_clickeventArea a:hover, a:active {
        color: #ff0000 !important;
        text-decoration: underline;
}
#n_clickeventArea a:visited {
        color: #7659b0;
        text-decoration: none;
}

#n_clickeventArea a.n_clickevent_btn {
    display: inline-block;
    bottom:2px;
    right: 0px;
    padding: 2px 8px 4px 17px;
    margin-bottom: 1px;
    background-image: url(images/btn_triangle_red.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-color: #676767;
	height: 19px;
    color: #fff;
    text-decoration: none;
}

#n_clickeventArea a.n_clickevent_btn:hover {
    background-color:#f00;
    background-image:url(images/btn_triangle_white.png);
    color:#fff !important;
}


@charset "UTF-8";
/*====================================================================
 recommended carousel
====================================================================*/
/* top page */
#n_recommendedCarousel {
	position:relative;
	width:960px;
	height:115px;
	margin:0px auto 30px;
	z-index:1;
}
#n_recommendedCarousel #n_recommendedCarouselInner {
	position:absolute;
	top:0px;
	left:20px;
	width:920px;
	height:115px;
	margin:0px auto;
	overflow:hidden;
}
#n_recommendedCarousel img.n_recommendedBtnL {
	position:absolute;
	top:45px;
	left:0px;
}
#n_recommendedCarousel img.n_recommendedBtnR {
	position:absolute;
	top:45px;
	right:0px;
}

#n_recommendedCarousel #n_recommendedCarouselInner div.n_recommendedList {
	position:absolute;
	top:0px;
	left:0px;
}

/* second page */
#n_mainArea #n_recommendedCarousel {
	position:relative;
	width:720px;
	height:115px;
	margin:0px auto 30px;
}
#n_mainArea #n_recommendedCarousel #n_recommendedCarouselInner {
	position:absolute;
	top:0px;
	left:20px;
	width:680px;
	height:115px;
	margin:0px auto;
	overflow:hidden;
}

#n_recommendedCarousel #n_recommendedCarouselInner div.n_recommendedList {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

/* news box */
#n_recommendedCarousel .n_recommendedBox {
	position: absolute;
	top:0px;
	width:214px;
	height:115px;
}

#n_recommendedCarousel .n_recommendedCont {
	height:78px;
	padding:7px;
	border:#dcdcdc 1px solid;
	overflow:hidden;
	font-size:92%;
}
#n_recommendedCarousel .n_recommendedCont img {
	float:left;
	margin-right:7px;
}
#n_recommendedCarousel .n_recommendedCont p {
	line-height:1.5 !important;
	overflow:hidden;
}

.recommendedMessageDiv {
	width: 600px;
	color: red;
	padding: 8px 0px 8px 8px;
}

@charset "UTF-8";
/*====================================================================
 Pardot Form
====================================================================*/

.pardotFormFrame {
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    background-color: #A9A9A9;
   	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.pardotFormTitle {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.pardotFormInner {
    padding: 5px 10px;
    background-color: #FFFFFF;
}

.pardotFormItem {
    width: 100%;
    margin-bottom: 10px;
}

.pardotFormMsg {
	color: red;
	font-size: 90%
}

.pardotFormSubmit {
	text-align: center;
}

@charset "utf-8";
/* CSS Document */

.jqpopupmenu, .jqpopupmenu ul { /*topmost and sub ULs, respectively*/
	font: normal 13px Arial;
	margin: 0px;
	padding: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	background: #eeeeee;
	border: 1px solid #DEDEDE;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
}
.jqpopupmenu li {
	position: relative;
	background-image: none;
	background-position: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
}
.jqpopupmenu li a {
	background-image: none;
	display: block;
	/* width: 225px; */ /*width of menu (not including side paddings)*/
	color: #505050;
	background: #eeeeee;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
}
* html .jqpopupmenu li { /*IE6 CSS hack*/
	display: inline-block;
	background-image: none;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a {
	color: #679fda;
	background: #F9F9F9;
	text-align: left;
	text-decoration: none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

@charset "utf-8";
/* CSS Document */

.jqpopupmenu, .jqpopupmenu ul { /*topmost and sub ULs, respectively*/
	margin: 0px;
	padding: 8px;
	position: absolute;
	left: 0px;
	top: 0px;
	list-style-type: none;
	background: #eeeeee;
	border: 1px solid #DEDEDE;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
	text-align:left;
}
.jqpopupmenu li {
	position: relative;
	background-image: none;
	background-position: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
}
.jqpopupmenu li a {
	background-image: none;
	display: block;
	/* width: 225px; */ /*width of menu (not including side paddings)*/
	color: #505050;
	background: #eeeeee;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 11px;
}
* html .jqpopupmenu li { /*IE6 CSS hack*/
	display: inline-block;
	background-image: none;
	width: 170px; /*width of menu (include side paddings of LI A*/
}
.jqpopupmenu li a:hover, .jqpopupmenu li.selected>a {
	color: #679fda;
	background: #F9F9F9;
	text-align: left;
	text-decoration: none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(clientlibs_cmn/css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

