@media print, screen and (min-width: 720px){

/*******************************
 ***	CMP JPN PC CSS ***

- REAPONSIVE
- BASE OTHER

- PDF ICON
- ACCORDION NAVE SWITH

- BASE
- GLOBAL NAVI
- MAGA MANU
--BASE
--MANU
--MAGA MANU
- FOOTER
- STYLE
-- BUTTON
-- LIST
-- INQUIRY
-- AREA
-- BOX
-- SELECT REGION
- ACCORDION
- SLIDE
- MEDIA SWITCH
- COLOR BOX(YouTube)
- GROW

/*******************************
*     REAPONSIVE
*******************************/
.pctab-box {
  display:block;
}
.pc-box {
  display:block;
}
.boxtex-left {
  width: 80%;
  float: left;
  margin: 10%;
}
.boxtex-right {
  width: 80%;
  float: right;
  margin: 10%;
}
.cmpglCol3; {
  display:block;
}
.sptab-box {
  display:none;
}
.sp-box {
  display:none;
}

/*******************************
*     BASE OTHER
*******************************/

.body{
     background-color: #fff;
}

.img-block {
  width: 286px;
  height: 120px;
  overflow: hidden;
}
 
.img-block img {
  transition: 1.0s;
  /*拡大されるスピードを設定します*/
}
 

		#headbar {
			/* 上部に固定するCSS */
		       position: fixed;
                       margin-right: auto;
                       margin-left : auto;
			width: 960px;

			/* バーの装飾 */
			background-color: rgba(255,255,255,0.8); 
			color: white;
		}



/*******************************
*  PDF CHECK ICON
*******************************/

.news_table .newscell a[class="pbOpenNewWindow"]:after {
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #cc0000;
    text-decoration: none;
}
.datasheet .datasheetcellR a[target="_blank"]:after {
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #cc0000;
    text-decoration: none;
}
.datasheet .datasheetcellR a[target="_new"]:after {
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #cc0000;
    text-decoration: none;
}
.outlink_blue a[target="_blank"]:after {
    content:  "\f08e";
    font-family: FontAwesome;
    padding: 0 10px 0 6px;
    font-weight: normal;
    color: #0058ff;
    text-decoration: none;
}
.reload :after {
    content:  "\f0e2";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #0058ff;
    text-decoration: none;
}
.new_window :after {
    content:  "\f2d2";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}
.outlink :after {
    content:  "\f08e";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}
.outlink_blue :after {
    content:  "\f08e";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #0058ff;
    text-decoration: none;
}
.download :after {
    content:  "\f019";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #0058ff;
    text-decoration: none;
}
.check :before {
    content:  "\f046";
    font-family: FontAwesome;
    padding: 0 6px 0 0;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}
.checkmark :after {
    content:  "\f00c";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}
.list_sitemap :before {
    content:  "\f101";
    font-family: FontAwesome;
    padding: 0 6px 0 0;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}
.pdflink :after {
    content:  "\f1c1";
    font-family: FontAwesome;
    padding: 0 4px 0 6px;
    font-weight: normal;
    color: #808080;
    text-decoration: none;
}


.news_table a[target="_blank"] {
    background: url() no-repeat01 right top;
}

.ir_results a[class="pbOpenNewWindow"] {
    background: url() no-repeat right top;
    text-decoration: none;
}

.ir_results a[target="_blank"] {
    background: url() no-repeat right top;
}

/*******************************
*  LINK HOVER
*******************************/
.news_table .newscell a:hover {
      text-decoration: none;
      color: #cc0000;
}
.ir_results a:hover {
      text-decoration: none;
      color: #cc0000;
}


/*******************************
*  ACCRDION NAVI SWITH
*******************************/

.accordion_navi li {
	float: left;
        margin-top: 10px;
        padding: 1px;
}
.accordion_navi a {
    display: block;
}

.switch {
      cursor:pointer;
      text-align: center;
      font-weight: 500;
      padding: 10px;
      font-size: 16px;
      position: relative;

}
.switch :hover {
      text-decoration: none;
      color: #cc0000;
}

.initR-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 4px 10px;
	border-right: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*******************************
*	BASE
*******************************/
/* ===== EDIT MODE ===== */
#toparea {
	position: relative;
	z-index: 1000;
	min-height: 156px;
}
.pbTypeName a,
.pbButton a,
a.pbExcluded {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.pbTypeName a:hover,
.pbButton a:hover,
a.pbExcluded:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
span.pbButton img { width: auto; }
img.pbSystemImage { margin: 0 !important; }
#div_btn_vsimple_vlayout,#div_btn_vallbtn { display:block !important; }


/* ===== COMMON ===== */
.pbPage {
	min-width: 1000px;
	margin: 0 auto;
}
.pbAnchor { padding: 0; }
a img { border: none; }
a:hover,
.cmpglInquiryBox .cmpglInquiryBtn input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	*zoom: 1;
	cursor: pointer;
}
a.border { text-decoration: underline; }
img { vertical-align: bottom; }
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
hr {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 5px 0;
}
:root ol, :root ul {
	margin: 0px !important;
	padding: 0px !important;
}



/*******************************
*	GLOBAL NAVI
*******************************/
.pbHeaderArea {
	min-height: 50px;
}
.cmpglFixWidthMenu {
	width: 960px;
	text-align: center;
	z-index: 0;
}
.cmpglFixGnaviR { 
	position: fixed;
	left: 0;
        top: -68px;
	width: 100%;
	z-index: 10000;
        background-color: rgba(255,255,255,0.8); 
}

.cmpglFixGnavi { background-color: rgba(255,255,255,0.8); }
.cmpglHdLogo {
	width: 20%;
	float: left;
}
.cmpglHdUtil {
	width: 80%;
	float: right;
	text-align: right;
}
.cmpglHdUtil a{
	text-decoration: none !important;
	display: inline-block;
	padding: 1px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cmpglHdUtil a:hover{
	text-decoration: none !important;
	color:#E71323;
}
.cmpglHdUtil li {
	display: inline;
	margin-left: 30px;
}

/*******************************
*	MAGA MANU
*******************************/

/* --------------------------------------------------- BASE */

.contents {
	width: 100%;
	height: 100%;
}

.contents__inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
	color: #fff;
}

.contents__inner h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

/* --------------------------------------------------- MENU */
.menu {
	position: absolute;
	width: 960px;
	height: 50px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	z-index: 200;
}

.menu > li {
	float: left;
	text-align: center;
	width: 320px;
	height: 50px;
	line-height: 50px;
	background: #004EA2;
}

.menu > li a {
	display: block;
	color: #fff;
}

.menu > li a:hover {
	color: #999;
        text-decoration: none;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 200;
}

ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}

ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}

.menu > li:hover {
	background: rgb(0, 31, 64);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #111;
}
.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 4px 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu:before,
.menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
	*zoom: 1;
}

/* --------------------------------------------------- MEGA MANU */
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 960px;
	padding: 20px 2%;
	background: rgb(0, 31, 64);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 300;
}

li.menu__mega:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
	z-index: 300;
}

li.menu__mega ul.menu__second-level > li {
	float: left;
	width: 320px;
	border: none;
	z-index: 300;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+4) {
	margin: 0;
}


/*******************************
*	FOOTER
*******************************/
.pbFooterArea h5 { font-size: 18px; }
.cmpglFtLinkList li {
	margin-bottom: 5px;
	color: #9FA0A0;
}
.cmpglFtLinkList li a:link,
.cmpglFtLinkList li a:visited { color: #9FA0A0; }
.cmpglFtLinkList li a:hover { color: #E18590; }
.cmpglFtLinkList li:before {
	content: "-";
	margin-right: 5px;
}
.pbFooterArea .cmpglBtnBlueVer { margin-top: 20px; }
.pbFooterArea .cmpglBtnBlueVer ul { width: 204px; }
.pbFooterArea .cmpglBtnBlueVer li { margin: 0 auto 15px; }
.pbFooterArea .cmpglBtnBlueVer a {
	margin: 0 auto 15px;
	border: 1px solid #9FA0A0;
	background: none;
	border-radius: 15px;
  -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.pbFooterArea .cmpglBtnBlueVer a:hover {
	background: #999;
	opacity: 1;
	filter: alpha(opacity=100);
}
.cmpglFtCopyBox,
.cmpglFtCopy { width: 960px; }
.cmpglFtCopyBox ul { overflow: hidden; }
.cmpglFtCopyBox li {
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 3px;
	border-right: 2px solid #9FA0A0;
	text-align: center;
}
.cmpglFtCopy li:last-child,
.cmpglFtCopy2 li:last-child {
	width: 45%;
	border-right: none;
	text-align: right;
}

/* ===== GO TOP ===== */
.pbFooterArea .gotop{
	position: fixed;
	right: 20px;
	bottom: 20px !important;
}
.pbFooterArea .gotop a{
	width: 52px;
	height: 52px;
	display: block;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.pbFooterArea .gotop a:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}



/*******************************
*	STYLE
*******************************/
.cmpglFixWidth { width: 960px; }
.cmpglImgShadow img {
	margin: 15px;
	box-shadow:  5px 5px 15px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 5px 5px 15px 3px rgba(0,0,0,0.3);
}


/* ===== BUTTON ===== */
.cmpglBtnBlueHor {
	max-width: 940px;
	text-align: center;
}
.cmpglBtnBlueVer ul {
	width: 240px;
	margin: 0 auto !important;
}
.cmpglBtnBlueHor li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 45%;
	min-width: 35%;
	margin: 0 15px 30px;
}
.cmpglBtnBlueVer li {
	display: block;
	margin: 0 auto 35px;
}
.cmpglBtnBlueHor a,
.cmpglBtnBlueVer a,
.cmpglInquiryBox .cmpglInquiryBtn input {
	display: block;
	border: 1px solid #146896;
	border-top-color: #73bdd8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #3688b8;
	background: -moz-linear-gradient(top, #62aece, #3688b8);
	background: -webkit-gradient(linear, left top, left bottom, from(#62aece), to(#3688b8));
	background: linear-gradient(to bottom, #62aece, #3688b8); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	*zoom: 1;
}
.cmpglBtnBlueHor a,
.cmpglInquiryBox .cmpglInquiryBtn input {
	min-width: 200px;
	padding: 20px 70px;
}
.cmpglInquiryBox .cmpglInquiryBtn input {
	display: inline;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
}
.cmpglBtnBlueVer a { padding: 20px 5px; }
.cmpglAreaDside .cmpglBtnBlueVer a {
	width: 100%;
	background: #A1C4D7;
	border: none;
}
.cmpglAreaDside .cmpglBtnBlueVer li { margin: 0 auto 20px; }


/* ===== LIST ===== */
.cmpglLinkListVer li { margin-bottom: 24px; *zoom: 1;}
.cmpglLinkListVer li:before {
	content: "\f04b";
	font-family: FontAwesome;
	padding-right: 10px;
	color: #014da1;	
}
.cmpglLinkListVer li:before {
	content: "\f04b";
	padding-right: 10px;
	color: #014da1;	
}

/* ===== INQUIRY ===== */
.cmpglInquiryBox table { width: 100%; }


/* ===== AREA ===== */
/* --- WIDTH --- */
.cmpglAreaA01,
.cmpglAreaA02 {
	box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.5) inset;
	-o-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.5) inset;
	-ms-box-shadow: 0px 5px 12px -8px rgba(0,0,0,0.5) inset;
}

/* --- HEADLINE --- */
.cmpglAreaDtop h1 { margin-bottom: 50px; }
.cmpglAreaEtop h1 { margin-bottom: 7px; }
.cmpglAreaA01 h2,
.cmpglAreaA02 h2,
.cmpglAreaA03 h2,
.cmpglAreaC01 h2,
.cmpglAreaC02 h2 {
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
}
.cmpglAreaA01 h2,
.cmpglAreaA02 h2,
.cmpglAreaA03 h2 { font-weight: bold; }
.cmpglAreaE01 h2 {
	margin-bottom: 20px;
	font-size: 20px;
}
.cmpglAreaD02 h3,
.cmpglAreaD02 h5 { font-weight: bold; }

/* --- ALINE --- */
.cmpglAreaCtop .cmpglFixWidth,
.cmpglAreaC01 .cmpglFixWidth { display: table; }
.cmpglAreaCtop .cmpglFixWidth .pbHorizontalNested,
.cmpglAreaC01 .cmpglFixWidth .pbHorizontalNested {
	float: none !important;
	*float: left !important;
	display: table-cell;
	vertical-align: middle;
}

.cmpglAreaE01 img,
.cmpglAreaE02 img { margin-bottom: 20px; }



/* ===== BOX ===== */
/* --- COMMON --- */
.cmpglBoxA01Link a,
.cmpglBoxA02Link a,
.cmpglBoxA03Link a,
.cmpglBoxC01Link a,
.cmpglBoxE02Link a {
	display: block;
}

.cmpglBoxA01Link a:hover,
.cmpglBoxA02Link a:hover,
.cmpglBoxA03Link a:hover,
.cmpglBoxC01Link a:hover,
.cmpglBoxE02Link a:hover {
	cursor: pointer;
}

.cmpglBoxA01Link a:hover img,
.cmpglBoxA02Link a:hover img,
.cmpglBoxA03Link a:hover img,
.cmpglBoxC01Link a:hover img,
.cmpglBoxE02Link a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.cmpglBoxA01Link a:hover .fa,
.cmpglBoxA02Link a:hover .fa,
.cmpglBoxA03Link a:hover .fa,
.cmpglBoxC01Link a:hover .fa,
.cmpglBoxE02Link a:hover .fa { color: #E35549; }

.cmpglBoxTopLeft h2 { text-align: left; }

.cmpglBoxTopLeft { border-top: 1px solid transparent; }

div[class*="cmpglCol"] div[class*="cmpglBoxA"],
div[class*="cmpglCol"] div[class*="cmpglBoxB"],
div[class*="cmpglCol"] div[class*="cmpglBoxC"] {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* --- COL --- */
.cmpglCol1,
.cmpglCol3,
.cmpglCol4 { width: 940px; }
.cmpglCol2 { width: 920px; }
.cmpglCol2 .pbHorizontalNested {
	width: 430px !important;
	margin-right: 60px;
}
.cmpglCol2 .cmpglTile1 .pbHorizontalNested { width: 100% !important; }
.cmpglCol2 .cmpglTile1 .cmpglBoxC01 { width: 396px; }
.cmpglCol2 .cmpglTile1 .cmpglBoxC01Link { width: 430px; }

.cmpglCol3 .pbHorizontalNested {
	width: 288px !important;
	margin-right: 38px;
}
.cmpglCol4 .pbHorizontalNested {
	width: 210px !important;
	margin-right: 33px;
}
.cmpglCol2 .pbHorizontalNested:last-child,
.cmpglCol3 .pbHorizontalNested:last-child,
.cmpglCol4 .pbHorizontalNested:last-child { margin-right: 0; }




/* --- A01 A02 --- */
div[class*="cmpglBoxA"] .pbBlock,
div[class*="cmpglBoxA"] .pbNested { line-height: 1.7; }

.cmpglBoxA01 h3,
.cmpglBoxA01Link h3,
.cmpglBoxA03 h3,
.cmpglBoxA03Link h3,
.cmpglBoxA02 h3,
.cmpglBoxA02Link .cmpglText h3 {
	font-size: 18px;
	font-weight: 700;
	padding-top: 15px;
}
.cmpglBoxA02Link .cmpglInnerBox .cmpglText h3 {
	margin-bottom: 0px;
	font-size: 18px; 
	font-weight: normal;
}

.cmpglBoxA01 .fa,
.cmpglBoxA01Link .fa,
.cmpglBoxA03 .fa,
.cmpglBoxA03Link .fa {
	width: 70px;
	margin: 15px;
	color: #e0868f;
	font-size: 85px;
}
.cmpglBoxA01 .cmpglInnerBox,
.cmpglBoxA01Link a .cmpglInnerBox,
.cmpglBoxA03 .cmpglInnerBox,
.cmpglBoxA03Link a .cmpglInnerBox{ padding: 10px 10px; }
.cmpglBoxA02Link .cmpglInnerBox {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*min-height: 5em;*/
}
.cmpglBoxA02Link .cmpglText {
	display: table-cell;
	padding: 15px 10px 10px 16px;
	vertical-align: middle;
}
.cmpglBoxA02Link table.cmpglInnerBox {
	width: 100%;
	*display: inline;
	*zoom: 1;
}
.cmpglBoxA02Link table.cmpglInnerBox td {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.cmpglBoxA02 li:before,
.cmpglBoxA02Link li:before,
.cmpglBoxA03Link li:before {
	content: "-";
	margin-right: 5px;
}

/* --- C01 --- */
.cmpglBoxC01Link a { padding: 15px; }
.cmpglBoxC01Link table { width: 100%; }
.cmpglBoxC01Link td {
	vertical-align: top;
	font-size: 14px;
}
.cmpglBoxC01Link td.cmpglImage {
	width: 44%;
	padding-right: 15px;
	text-align: center;
	vertical-align: middle;
}
.cmpglBoxC01Link td.cmpglDate {
	vertical-align: bottom;
	font-size: 12px;
}
.cmpglBoxC01Link h3{
	font-weight: bold;
}

/* --- D01 D02 --- */
.cmpglAreaD02 h3 a.cmpglLinkBlank:after {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	content: " \f08e";
	padding-left: 10px;
	color: #1aa3d1;
	font-size: 28px;
	font-family: FontAwesome;
	text-decoration: none;
	vertical-align: middle;
}
.cmpglAreaD02 h4 {
	position: relative;
	font-size: 28px;
}
.cmpglAreaD02 h4 a {
	position: absolute;
	top: 12px;
	right: 0;
	min-width: 90px;
	padding: 2px;
	background: #fff;
	border: 2px solid #ccc;
	font-size: 10px;
	text-align: center;
}
.cmpglAreaD02 h4 a:hover { text-decoration: none; }
.cmpglBoxD02 .cmpglInnerBox {
	margin: 0 15px;
	padding-top: 10px;
	font-size: 14px;
}
.cmpglBoxD02 .cmpglDcateGroup,
.cmpglBoxD02 .cmpglDcateAgent,
.cmpglBoxD02 .cmpglDcateLicense {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 2px solid #ddd;
	font-size: 14px;
}
.cmpglBoxD02 .cmpglDcateGroup:before,
.cmpglBoxD02 .cmpglDcateAgent:before,
.cmpglBoxD02 .cmpglDcateLicense:before {
	margin-right: 5px;
	content: " \f0c8";
	font-family: FontAwesome;
}
.cmpglBoxD02 .cmpglDcateGroup { color: #E60012; }
.cmpglBoxD02 .cmpglDcateAgent { color: #009944; }
.cmpglBoxD02 .cmpglDcateLicense { color: #BC641D; }
.cmpglBoxD02 .cmpglIso14,
.cmpglBoxD02 .cmpglIso99 {
	margin-left: 10px;
	padding: 1px 10px;
	font-size: 11px;
	line-height: 1.2;
	white-space: nowrap;
}
.cmpglBoxD02 .cmpglIso14 { border: 2px solid #88C99C; }
.cmpglBoxD02 .cmpglIso99 { border: 2px solid #7DCDF4; }
.cmpglBoxD02 table {
	margin-top: 30px;
	border-collapse: collapse;
}
.cmpglBoxD02 table td,
.cmpglBoxD02 table th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.cmpglBoxD02 table th { padding: 0 10px 0 0; }
.cmpglBoxD02 .cmpglIconLink {
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
	text-align: right;
	line-height: 1.2;
}
.cmpglBoxD02 .cmpglIconLink a {
	width: 32px;
	margin: 0 5px;
	cursor: pointer;
	margin-left: 10px;
}
.cmpglBoxD02 .cmpglIconLink a:hover { text-decoration: none; }
.cmpglBoxD02 .cmpglIconLink a .cmpglMap:after,
.cmpglBoxD02 .cmpglIconLink a .cmpglMail:after {
	color: #999;
	font-size: 30px;
	font-family: FontAwesome;
}
.cmpglBoxD02 .cmpglIconLink a .cmpglMap:after { content: " \f041"; }
.cmpglBoxD02 .cmpglIconLink a .cmpglMail:after { content: " \f003"; }

/* --- E01 E02 --- */
.cmpglBoxE02 .pbBlock,
.cmpglBoxE02 .pbNested,
.cmpglBoxE02Link .pbBlock,
.cmpglBoxE02Link .pbNested { line-height: 1.7; }



/* ===== SELECT REGION ===== */
h5 span.icon:before {
	content: " \f0c8";
	font-family: FontAwesome;
}
h6 a.blankWin:after {
	content: " \f08e";
	font-size: 28px;
	color: #1aa3d1;
	font-family: FontAwesome;
}
h6 a.blankWin:after:hover { text-decoration: none; }
h7 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}
.region_companyBox {
	padding: 10px 0 0;
	border-top: 2px solid #ddd;
}
.icontest.after:after {
	content: "\f015";
	font-family: FontAwesome;
}
.icontest.before:before {
	content: "\f015";
	font-family: FontAwesome;
}
.icontest.after.space:after {
	content: "\f015";
	font-family: FontAwesome;
	padding-left: 10px;
}
.icontest.before.space:before {
	content: "\f015";
	font-family: FontAwesome;
	padding-right: 10px;
}
ul.icontest li:before {
	content: "\f0a9";
	font-family: FontAwesome;
	padding-right: 5px;
	color: yellowgreen;
}
.cmpglAreaDside .pbBlockExtMenuLv1 a,
.cmpglAreaDside .pbBlockExtMenuLv2 a,
.cmpglAreaDside .cmpglSideMenuList li a {
	display: block;
	padding: 15px 5px 15px 10px;
	line-height: 1.4;
	border-bottom: 1px solid #aaa;
}
.cmpglAreaDside .pbBlockExtMenuLv2 a,
.cmpglAreaDside .cmpglSideMenuList li.carrent li a { padding-left: 24px; }
.cmpglAreaDside .pbBlockExtMenuLv1 a:before,
.cmpglAreaDside .pbBlockExtMenuLv2 a:before,
.cmpglAreaDside .cmpglSideMenuList li a:before {
	font-family: FontAwesome;
	padding-right: 8px;
	color: #004DA0;
	content: "\f0da";
}
.cmpglAreaDside .pbBlockExtMenuHighlight1 a:before,
.cmpglAreaDside .cmpglSideMenuList li.carrent a:before { content: "\f0d7"; }
.cmpglAreaDside .pbBlockExtMenuLv2 a:before,
.cmpglAreaDside .cmpglSideMenuList li.carrent li a:before {
	content: "\f105";
	color: #306EB2;
}



/*******************************
*	ACCORDION
*******************************/
.cmpglAccH2 h2 {
	font-size: 16px;
	background: #EFEFEF;
	padding: 10px;
	margin-bottom: 10px;
}
.cmpglAccResult h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
.cmpglAccResult h3 {
	font-size: 12px;
	margin-bottom: 0;
}
div.acordion_search h4 {
	font-size: 12px;
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
div.acordion_search form {
	font-size: 16px;
	margin-bottom: 10px;
}
div.acordion_search input {
	width: 150px;
	border: 2px solid #aaa;
	font-size: 12px;
	padding: 2px;
	margin-right: 10px;
}
ul.accordion,
ul.accordion ul,
ul.accordion li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.4;
}
ul.accordion { margin-bottom:30px; }
.cmpglAccResult ul.accordion { margin-left:15px !important; }
ul.accordion ul {
	margin: 15px 5px 15px 15px !important;
	display:none;
}
.cmpglAccResult ul.accordion ul { margin: 10px 5px 10px 15px !important; }
ul.acordion_search{
	background: #DF0101;
	color: #ffffff;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
}
ul.acordion .none-submenu,
ul.acordion .active-submenu {
	background: #DDD url(/library/products/seajet/img/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2%;
	display: block;
	margin: 2px;
	padding: 15px;
}
ul.acordion .active-submenu { background: #FFE4E1 url(/library/products/seajet/img/triggeractive-arrow.png) no-repeat 98% 50%; }

ul.accordion a {
	display:block;
	text-decoration:none;
	color:#000;
}
ul.accordion span {
	font-size:16px;
	display:block;
	padding:5px 10px;
	color:#000;
}
.cmpglAccResult ul.accordion span { padding: 10px 15px; }
ul.accordion li { border-bottom: 1px solid #fff; }
ul.accordion > li > ul > li {
	margin: 2px 0;
	position: relative;
	background: #eeefef;
	border-bottom: 1px solid #DDD;
}
.cmpglAccResult ul.accordion > li > ul > li { background-color: #C9CACA; }
ul.accordion > li > ul > li > p {
	background:#c9c9ca;
	color:#000;
	padding:5px 10px 5px;
	font-size:85%;
	font-weight: normal;
}
ul.accordion > li > ul > li > ul > li {
	background: #FFF;
	border-bottom: 1px dotted #888;
}
ul.accordion > li > ul > li > ul > li:last-child { border:none; }
ul.accordion > li > p span {
	background:#c9c9ca url(/library/global/img/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2.5%;
}
.cmpglAccResult ul.accordion > li > p span { background-color: #C9CACA; }
ul.accordion > li > p span:hover {
  background:#fadce9 url(/library/global/img/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2.5%;
}
ul.accordion > li > p span.open {
	background:#fadce9 url(/library/global/img/triggeractive-arrow.png) no-repeat 98% 50%;
	background-size: 2.5%;
}
ul.accordion > li > a {
	background: url(/library/global/img/trigger-arrowright.png) no-repeat 98%;
	background-size: 1%;
}
ul.accordion > li > ul > li > p span {
	background:#c9c9ca url(/library/global/img/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2%;
}
ul.accordion > li > ul > li > p span.open {
	background:#FFE4E1 url(/library/global/img/triggeractive-arrow.png) no-repeat 98% 50%;
	background-size: 2%;
}
ul.accordion > li > ul > li > a {
	padding: 15px;
	background: url(/library/global/img/trigger-arrowright.png) no-repeat 98%;
	background-size: 1.5%;
}
.cmpglAccResult ul.accordion > li > ul > li > a {
	padding: 10px 15px;
	background-color: #EFEFEF;
}
ul.accordion > li > ul > li > a:hover {
	-moz-box-shadow: 0px 0px 12px #387bbe; 
	-webkit-box-shadow: 0px 0px 12px #387bbe; 
	box-shadow: 0px 0px 12px #387bbe;
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
ul.accordion > li > ul > li > ul > li a {
	background: url(/library/global/img/trigger-arrowright.png) no-repeat 98%;
	background-size: 1%;
}
ul.accordion > li > p span { cursor: pointer; }
ul.accordion > li > ul > li > a div p { font-size: 16px; }
ul.accordion > li > ul > li > a div {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	margin-left: 20px;
}
ul.accordion span.accordion_menutit {
	font-size: 20px;
	padding: 0 ;
}
ul.accordion span.accordion_subtit {
	font-size: 12px;
	padding: 0;
}
.cmpglAccBackBtn .pbBlock { line-height: 1.8; }
.cmpglAccBackBtn .pbBlock a:link,
.cmpglAccBackBtn .pbBlock a:visited {
	display: block;
	width: 4em;
	padding: 5px 10px;
	background: #231815;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.cmpglAccBackBtn .pbBlock a:before {
	content: " \f104";
	font-size: 20px;
	font-family: FontAwesome;
	margin-right: 10px;
}
.cmpglAccBackBtn .pbBlock a:hover { text-decoration: none; }



/*******************************
*	SLIDE
*******************************/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width:1000px; 
	line-height:1.8;
        z-index:0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;

}
.bx-wrapper .bx-viewport {
	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: 0px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/library/global/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	display: block; 
	float: left; 
	margin:-5px auto;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: 25px;
	width: 25px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #9f9fa0;
	text-indent: -9999px;
	display: block;
	width: 5px;
	height: 5px;
	margin: 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #e71323;
	width: 5px;
	height: 5px;
	margin: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e71323;
	width: 10px;
	height: 10px;
	margin: 0px 7.5px 7.5px 7.5px;
	line-height: 2.1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/library/global/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(/library/global/img/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: 100;
}
.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(/library/global/img/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(/library/global/img/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-controls-auto {
	width: 50px; 
	display: block; 
	float: left; 
	position: relative; 
	top: 6px; 
	left: 94%;
}

/* 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;
}

/* ADJUSTMENT */
.bx-wrapper .bx-controls{
	position:absolute;
	top:264px;
	width:100%;
}
.bx-wrapper .bx-controls:after {
	content: "";
	clear: both;
	display: block;
}
.mainvisual_button a {
	display: block;
	border: 1px solid #146896;
	border-top-color: #73bdd8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #3688b8;
	background: -moz-linear-gradient(top, #62aece, #3688b8);
	background: -webkit-gradient(linear, left top, left bottom, from(#62aece), to(#3688b8));
	background: linear-gradient(to bottom, #62aece, #3688b8); 
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	*zoom: 1;
	padding: 20px 70px;
}
.mainvisual_button a:link {
	color: #FFF;
	text-decoration: none;
}
.mainvisual_button{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
}

/*******************************
* MEDIA SWITCH
*******************************/
.cmpglMediaPC dl.stViewMode{
	text-align:center;
	border-top: 2px solid #231815;
}
.cmpglMediaPC dl.stViewMode dt,
.cmpglMediaPC dd.stLast { display:none; }
.cmpglMediaPC dd{
	padding-top:10px; 
	padding-bottom:10px; 
}
.cmpglMediaPC dd a{ display:block; }



/*******************************
*	COLOR BOX(YouTube)
*******************************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{z-index:11000;background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{z-index:12000;outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}



/*******************************
*  GROW
*******************************/

img.grow {
	-webkit-transition:1.2s ease-in-out;
	-moz-transition:1.2s ease-in-out;
	-ms-transition:1.2s ease-in-out;
	-o-transition:1.2s ease-in-out;
	transition:1.2s ease-in-out;
}

img.grow:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}



}