@charset "UTF-8";

/* **************************************************

Name: products_selector_01.css

Description: Setting of Products Selector 01

Create: 2014.05.01
Update: 2014.10.28

Copyright 2014	Hitachi High-Technologies Corporation.

***************************************************** */


/* [cc] Column4  Add 2014.05.21
===================================================== */

.Column3 {
	float: left;
	width: 690px;
	margin: -20px 0px 0px 0px;
        padding:20px 0px 0px 30px;
}

.Column3.bg-gray {
        background-color:#eee;
}

.Column4 {
	float: left;
	width: 175px;
	/*margin: 0 0 0 6px;*/
}

.Column4.FirstItem {
	/*margin: 0;*/
}



ul.Panel2 .catalogitem a{
    margin:0px 10px 0px 10px;
    padding:0px 20px 0px 26px;
    font-weight:bold;
    font-size: 73%;
    color: #B1000E;
	background-color: #ffffff;
	background-image: url(/image/jp/common/catalog_non_select.png);
	background-repeat: no-repeat;
	display:block;
}

ul.Panel2 li strong {
    font-weight:bold;
}

ul.Panel2 .selected a{
	background-image: url(/image/jp/common/catalog_select.png);
}


/* [c2] Heading   Add 2014.05.21
===================================================== */

h2.TopInformation5.event-bg-gray {
        margin-top:-10px;
}


/* [c21] Page Top Link     Add 2014.05.21
===================================================== */

.PageTop.event-bg-gray {
	margin: 20px 0 20px;
	text-align: right;
	font-size: 76%;
}

/*  Products Select Box     Add 2014.05.24
===================================================== */

.ProductsSelectBox { 
        color: #ccc;
}

.ProductsSelectBox:after {
	content: "";
	display: block;
	clear: both;
}

.ProductsSelectBox li.ProductsSelectBtn01 {
        width: 130px;
        font-size: 76%;
        font-weight: bold;
        text-align: center;
        line-height: 110%; 
        float: left;
        margin: 6px 2px 0px 2px;
        padding: 3px 0px 0px 0px;
        border: 2px solid #fff;
        background-color: #fff;
        border-radius: 6px;
}

.ProductsSelectBox li.ProductsSelectBtn01 a{
	text-decoration: none;
	color: #333;
}

.ProductsSelectBox li.selected {
        color:#b1000e;
        border: 2px solid #b1000e;
}
.ProductsSelectBox li.selected a{
        color:#b1000e;
}

.ProductsSelectBox li.ProductsSelectBtn01:hover{
        border: 2px solid #E60027;
        background-color: #E60027;
}

.ProductsSelectBox li.ProductsSelectBtn01:hover a{
	color: #fff;
}

/*  AddClass/RemoveClass for SelectClearBtn    Add 2014.06.13
===================================================== */

.SelectClearBtn { 
        color:#ccc;
}

.SelectClearBtn:after {
	content: "";
	display: block;
	clear: both;
}
.SelectClearBtn li{
        width:130px;
        height:24px;
        font-size:76%;
        font-weight:bold;
        text-align: center;
        line-height: 150%; 
        float:left;
        margin:6px 2px 0px 2px;
        padding:6px 0px 0px 0px;
        border: 2px solid #d1d1d1;
        background-color:#d1d1d1;
        border-radius:4px;
        border: 1px solid #d1d1d1;
}
.SelectClearBtn li a{
	text-decoration: none;
	color: #fff;
}

.SelectClearBtn li.selected {
        color:#fff;
        border: 1px solid #b1000e;
		background-color:#b1000e;
}
.SelectClearBtn li.selected a{
        color:#fff;
}

/* CloseButton Add 2014.06.13
===================================================== */
.SelectBoxDetailCloseBtn {
	background-color: #fff;
	border: 2px solid #d1d1d1;
	height: 17px;
	text-align: right;
}


/* [c12] Button
===================================================== */

.ButtonW120SetStyle {
    width: 124px;
    font-size:70%;
    text-align: center;
    padding:5px;
    margin:15px;
	background-color: #e60027;
	color: #fff;
	text-decoration: none;
}

.RequestCatalogBtnArea { 
	text-align:center;
	padding:0px 0px 40px 0px;
}

.RequestCatalogBtnArea a:link,
.RequestCatalogBtnArea a:visited {
	padding: 9px 25px 9px 90px;
	background-image: url(/image/jp/common/catalog_request.png);
	background-size: auto;
	background-position: left center;
	border: 0px;
}

.RequestCatalogBtnArea a:hover,
.RequestCatalogBtnArea a:active {
}

.BottomMargin40{
	margin-bottom:20px;
}
.BottomPadding0{
	padding-bottom:0px;
}

/* SelectCategoryMenu
===================================================== */
.SelectCategoryDetailOverlay{
        display: none;
        width: 100%;
        height:100%;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        background: rgba(255,255,255,0.7);
}

.SelectCategoryDetail {
	display: none;
	width:720px;
    position: absolute;
    top: 0px;
    z-index: 9999;
}

.SelectCategoryDetail .selectcategorydetail_arrow_top {
	margin:0 0 3px; 
	vertical-align:bottom;
}

.SelectBoxDetailBG {
    background-color: #666666;
    padding:10px 15px 1px 15px;
}

.SelectBoxDetail {
    color:#ccc;
}

.SelectBoxDetail:after {
	content: "";
	display: block;
	clear: both;
}

.SelectBoxDetail li.catalogdetail {
	background-image: url(/image/jp/common/select_off.png);
	background-repeat: no-repeat;
	background-position: 3% 7px;
	width: 180px;
	font-size: 68%;
	font-weight: bold;
	text-align: left;
	float: left;
	margin: 3px 10px 5px 10px;
	padding: 5px 0px 0px 20px;
	background-color: #FFF;
	color:#000;
}

.SelectBoxDetail li.catalogdetail a:link,
.SelectBoxDetail li.catalogdetail a:visited {
	color:#000;
	text-decoration: none;
}


.SelectBoxDetail li.selected {
    background-image: url(/image/jp/common/select_on.png);
}



.ButtonW206SetStyle {
	margin-top:5px;
	text-align:center;
	padding:8px;
}

.ButtonW206SetStyle p{
	width:646px;
}

.ButtonW206SetStyle a:link,
.ButtonW206SetStyle a:visited {
	background-color: #e60027;
	color: #fff;
	text-decoration: none;
	padding: 5px 44px;
	width:600px;
	font-size: 78%;
	border: 2px solid #ffffff;
}

.ButtonW206SetStyle a:hover,
.ButtonW206SetStyle a:active {
	background-color: #b1000e;
	color: #fff;
	text-decoration: none;
}


/* [c19] Linear Navigation System
===================================================== */

.LinearNaviProductsSelector { 
	 margin: 0px 0px 0px 0px;
}

.LinearNaviProductsSelector h2.location{
	margin:0 0 5px;
}
