/*******************************
 ***	CMP JP SP CSS ***

- REAPONSIVE
- BASE OTHER

- PDF ICON

- BASE
- HEADER
- FOOTER
-- GO TOP
- STYLE
-- COMMON
-- BUTTON
-- TEXT
-- LIST
-- INQUIRY
-- AREA
-- BOX
-- SELECT REGION
- ACCORDION
- MEDIA SWITCH
- COLOR BOX(YouTube)

/*******************************
*     REAPONSIVE
*******************************/

.pctab-box {
  display:none;
}
.pc-box {
  display:none;
}
.cmpglCol3; {
  display:none;
}
.sptab-box {
  display:block;
}
.sp-box {
  display:block;
}


/*******************************
*     BASE OTHER
*******************************/
.body{
     background-color: #fff;
}

.displayNone {
    display: none;
}

.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 ICON
*******************************/
.news_table a[class="pbOpenNewWindow"] {
    background: url(/library/cmp_jpn/img/icon_pdf_pc.png) no-repeat right top;
    padding-right: 24px;
    text-decoration: none;
}
.news_table a[target="_new"] {
    background: url() no-repeat right top;
     padding-right: 24px;
}


.ir_results a[class="pbOpenNewWindow"] {
    background: url() no-repeat right top;
     padding-right: 24px;
    text-decoration: none;
}
.boxlink a[target="_new"] {
    background: url() no-repeat right top;
     padding-right: 24px;
}

.ir_results a[target="_new"] {
    background: url() no-repeat right top;
     padding-right: 24px;
}

@media screen and (max-width: 768px) {

.ir_results a[class="pbOpenNewWindow"] {
    background: url(/library/cmp_jpn/img/icon_pdf_pc.png) no-repeat right top;
     padding: 0px 24px 0px 0px;
    text-decoration: none;
}

}


/*******************************
*  MENU
*******************************/


#container {
	max-width: 1024px;
	margin: 0 auto;
        padding: 0px;

}
#menu .switch {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-left: auto;
}
#menu .switch:before {
	content: "";
	position: absolute;
	border-top: 5px solid #696969;
	border-bottom: 15px double #696969;
	width: 30px;
	height: 5px;
}
#menu .active:before,
#menu .active:after {
	content: "";
	position: absolute;
	left: 13px;
	top: 0;
	border: 0;
	background-color: #0000cd;
	width: 5px;
	height: 30px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         transform: rotate(45deg); 

}
#menu .active:after {
       -moz-transform: rotate(-45deg);
       -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); 
}
#menu .nav {
	display: none;
}
#menu a {
	display: block;
	margin-bottom: 1px;
	padding: 12px;
	background-color: #0000cd;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}



/*******************************
* BASE
*******************************/
/* ===== EDIT MODE ===== */
#toparea {
	position: relative;
	z-index: 15000;
	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);
}
span.pbButton img,
#pbca_control .controlbar img,
.pbInvisibleBlock img { width: auto; }
img.pbSystemImage { margin: 0 !important; }
#div_btn_vsimple_vlayout,#div_btn_vallbtn { display:block !important; }


/* ===== COMMON ===== */
a img { border: none; }
a:hover,
.pbSmartQuery .pbSmartQueryButton input:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	*zoom: 1;
	cursor: pointer;
}
a.border { text-decoration: underline; }
img {
	width: 100%;
	vertical-align: bottom;
}
:root ol,
:root ul {
	margin: 0px !important;
	padding: 0px !important;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
hr {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 5px 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 { 
        font-size: 17px;
        font-weight: bold; 
}
h3 {
	font-size: 15px;
	font-weight: bold;
}


/*******************************
*	HEADER
*******************************/
.cmpglFixGnavi {
	padding: 14px 10px 14px;
	border-top-width: 2px;
	border-bottom: 2px solid #eee;
	background: none;
}
img.cmpglHdlogo{
	width: 150px!important;
	float:left;	
}
.cmpglHdMenu {
	float:right;
	position: relative;
}
.cmpglHdMenu a{
	display:table;
	width: 30px;
	height: 22px;
	text-align:center;
	background: #DCDDDD;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	border-radius:3px;
}
.cmpglHdMenu a:hover { text-decoration: none; }
.cmpglHdMenu a:visited { color: #fff; }

.fa{
	display: table-cell !important;
	vertical-align: middle;
	text-align: center;
	text-align: -webkit-center;
	color: #000;
}


/*******************************
* FOOTER
*******************************/
.pbFooterArea {
	padding-top: 25px;
	font-size: 12px;
}
.pbFooterArea h5 {
	margin-bottom: 10px;
	font-size: 18px;
}
.cmpglFtLinkList li { margin-bottom: 15px; }
.cmpglFtLinkList li:before {
	content: "-";
	margin-right: 5px;
}
.pbFooterArea .cmpglBtnBlueVer { margin-top: 10px; }
.pbFooterArea .cmpglBtnBlueVer ul {
	width: 100%;
	margin: 0 auto !important;
}
.pbFooterArea .cmpglBtnBlueVer li { margin: 0 auto 10px; }
.pbFooterArea .cmpglBtnBlueVer a {
	margin: 0 auto 15px;
	padding: 15px;
	border: 1px solid #9FA0A0;
	background: none;
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	font-size: 14px;
}
.cmpglFtCopyBox { margin-top: 0; }
.cmpglFtCopy {
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	margin-bottom: 20px;
	padding: 3px 0;
}
.cmpglFtCopy ul { overflow: hidden; }
.cmpglFtCopy li,
.cmpglFtCopy2 li {
	display: block;
	float: left;
	width: 49%;
	margin: 5px 0;
	padding: 0;
	border-right: 2px solid #9FA0A0;
	text-align: center;
}
.cmpglFtCopy li:last-child,
.cmpglFtCopy2 li:last-child {
	width: 49%;
	border-right: none;
	text-align: center;
}

/* ===== GO TOP ===== */
.pbFooterArea .gotop{
	position: fixed;
	right: 10px;
	bottom: 10px !important;
}
.pbFooterArea .gotop a{
	width: 30px;
	height: 30px;
	display: block;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity:0.8;
}

/*******************************
* STYLE
*******************************/
/* ===== COMMON ===== */
.cmpglMgnB20 { margin-bottom: 10px; }
.cmpglMgnB30 { margin-bottom: 15px; }
.cmpglMgnB50 { margin-bottom: 25px; }
.cmpglMgnB100 { margin-bottom: 50px; }
.pbNestedHorizontalWrapper .pbHorizontalNested {
	float: none !important;
	width: 100% !important;
	clear: both !important;
}


/* ===== BUTTON ===== */
.cmpglBtnBlueHor,
.cmpglBtnBlueVer{
	margin-bottom: 25px;
	padding: 0 15px;
}
.cmpglBtnBlueHor a,
.cmpglBtnBlueVer a,
.pbSmartQuery .pbSmartQueryButton input {
	display: block;
	border: 1px solid #146896;
	border-top-color: #73bdd8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top, #62aece, #3688b8);
	background: -webkit-gradient(linear, left top, left bottom, from(#62aece), to(#3688b8));
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.pbSmartQuery .pbSmartQueryButton input {
	display: inline;
	border: 1px solid #146896 !important;
	border-top-color: #73bdd8 !important;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) !important;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.cmpglBtnBlueHor a,
.cmpglBtnBlueVer a,
.pbSmartQuery .pbSmartQueryButton input { padding: 12px 5px !important; }
.cmpglBtnBlueHor li,
.cmpglBtnBlueVer li { margin: 0 0 15px; }
.cmpglAreaDside .cmpglBtnBlueVer a {
	background: #A1C4D7;
	border: none;
}

/* ===== TEXT ===== */
.cmpglSubTitle1,
.cmpglSubTitle2,
.cmpglNoteButton {
	margin-bottom: 20px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.4;
}
.cmpglSubTitle2 { margin-bottom: 25px; }
.cmpglNoteButton { margin-bottom: 0; }


/* ===== LIST ===== */
.cmpglLinkListVer { margin-bottom: 20px; }
.cmpglLinkListVer li { border-bottom: 1px solid #999; }
.cmpglLinkListVer li a {
	display: block;
	position: relative;
	padding: 12px 0;
	color: #666;
	font-size: 14px;
	line-height: 1.2;
}
.cmpglLinkListVer li a:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 24px;
	color: #999;
}
.cmpglLinkListVer li a:hover { text-decoration: none; }

/* ===== INQUIRY ===== */
.pbSmartQuery .pbSmartQueryRequired { display: none; }


/* ===== AREA ===== */
/* --- HEADLINE --- */
.cmpglAreaAtop h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #000;
}
.cmpglAreaBtop h1,
.cmpglAreaCtop h1,
.cmpglAreaEtop h1,
.cmpglAreaFtop h1 {
	margin-bottom: 15px;
	font-size: 20px;
}
.cmpglAreaA03 h1 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.cmpglAreaDtop h1,
.cmpglAreaD01 h1 { margin-bottom: 0; }
.cmpglAreaA01 h2,
.cmpglAreaA02 h2,
.cmpglAreaA03 h2,
.cmpglAreaC01 h2,
.cmpglAreaC02 h2 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.cmpglAreaD02 h2 {
	margin: 0 10px 20px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
}
.cmpglAreaE01 h2 {
	margin-top: 20px;
	font-size: 17px;
}
.cmpglAreaD02 h3,
.cmpglAreaD02 h5 { font-weight: bold; }

/* --- SHADOW --- */
.cmpglAreaA01,
.cmpglAreaA02,
.cmpglAreaA03,
.cmpglAreaC01 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}

/* --- SPACE --- */
div[class*="cmpglAreaA0"],
div[class*="cmpglAreaC0"] { padding: 40px 15px 30px; }
.cmpglAreaD02 { padding-top: 30px; }
.cmpglAreaEtop { padding-top: 15px; }
.cmpglAreaE01 { padding-bottom: 30px; }
.cmpglAreaE02 { padding-bottom: 20px; }
/* COL */
div[class*="cmpglCol"] { margin: 0 15px; }
.cmpglAreaA01 div[class*="cmpglCol"],
.cmpglAreaA02 div[class*="cmpglCol"],
.cmpglAreaA03 div[class*="cmpglCol"],
.cmpglAreaC01 div[class*="cmpglCol"],
.cmpglAreaC02 div[class*="cmpglCol"] { margin: 0; }
/* BUTTON */
div[class*="cmpglAreaA0"] div[class*="cmpglBtnBlue"],
div[class*="cmpglAreaC0"] div[class*="cmpglBtnBlue"] { padding: 0; }
/* TEXT */
div[class*="cmpglAreaA0"] .cmpglSubTitle1,
div[class*="cmpglAreaA0"] .cmpglSubTitle2,
div[class*="cmpglAreaC0"] .cmpglNoteButton { padding: 0; }

/* --- IMAGE --- */
.cmpglAreaE01 img,
.cmpglAreaE02 img {
	width: 100%;
	margin-bottom: 10px;
}

.cmpglBoxA01Link img {
	width: 98px;
}


.cmpglAreaAtop {
	color: #727171;
	font-size: 14px;
}
.cmpglAreaAtop .pbBlock { line-height: 1.4; }
.cmpglAreaBtop,
.cmpglAreaCtop, 
.cmpglAreaFtop {
	padding: 0 0 10px;
	background: #D3EDFB;
}
.cmpglAreaC02 .cmpglBoxTitle1 {
	margin-bottom: 30px;
	padding: 0;
	border: none;
	font-size: 14px;
}
.cmpglAreaC02 .cmpglSubTitle2 {
	font-size: 10px;
	color: #000;
	line-height: 2;
}
.cmpglAreaDside table.pbSmartMenuTable { overflow: visible; }
.cmpglAreaDside .cmpglBtnBlueVer {
	margin-top: 20px;
	padding: 0;
}
.cmpglAreaE01 .cmpglTextAreaE {
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.8;
}


/* ===== BOX ===== */
.cmpglBoxA01Link a,
.cmpglBoxA02Link a,
.cmpglBoxC01Link a,
.cmpglBoxE02Link a { display: block; }

.cmpglAreaAtop { text-align: center; }
.cmpglAreaAtop img { width: 280px; }


.cmpglBoxA01Link a:hover,
.cmpglBoxA02Link a:hover,
.cmpglBoxC01Link a:hover,
.cmpglBoxE02Link a:hover {
	background-color: #F29A75;
	cursor: pointer;
}

.cmpglBoxA01Link a:hover img,
.cmpglBoxA02Link a:hover img,
.cmpglBoxC01Link a:hover img,
.cmpglBoxE02Link a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.cmpglBoxA02Link a { color: #000; }

.cmpglBoxA01Link a:hover .fa,
.cmpglBoxA02Link a:hover .fa,
.cmpglBoxC01Link a:hover .fa,
.cmpglBoxE02Link a:hover .fa { color: #E35549; }

.cmpglBoxA02Link {
	border: none;
	background: #fff none;
}

.cmpglBoxTopLeft h2 { text-align:  center; }

.cmpglBoxTopLeft,
.cmpglBoxTopRight {
	margin: 0;
	padding: 0 15px;
	font-size: 14px;
	text-align:  center;
}

div[class*="cmpglCol"] div[class*="cmpglBoxA"],
div[class*="cmpglCol"] div[class*="cmpglBoxB"],
div[class*="cmpglCol"] div[class*="cmpglBoxC"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* --- COL --- */
.cmpglCol2 div[class*="cmpglBoxA"],
.cmpglCol2 div[class*="cmpglBoxB"],
.cmpglCol2 div[class*="cmpglBoxC"],
.cmpglCol2 div[class*="cmpglBoxE"] {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.cmpglCol3 div[class*="cmpglBoxA"],
.cmpglCol3 div[class*="cmpglBoxB"],
.cmpglCol3 div[class*="cmpglBoxC"],
.cmpglCol3 div[class*="cmpglBoxE"] {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.cmpglCol4 div[class*="cmpglBoxA"],
.cmpglCol4 div[class*="cmpglBoxB"],
.cmpglCol4 div[class*="cmpglBoxC"],
.cmpglCol4 div[class*="cmpglBoxE"] {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* --- A01 A02 --- */
div[class*="cmpglBoxA"] { margin-bottom: 10px; }
div[class*="cmpglBoxA"] .pbBlock,
div[class*="cmpglBoxA"] .pbNested { line-height: 1.7; }
div[class*="cmpglBoxA"] .cmpglInnerBox {
	font-size: 12px;
	line-height: 1.7;
}

div[class*="cmpglBoxA"] table.cmpglInnerBox {
	margin: 15px 10px 10px;
	padding: 0;
}
.cmpglBoxA01 h2,
.cmpglBoxA01Link h2,
.cmpglBoxA02 h2,
.cmpglBoxA02Link .cmpglText h2 {
	font-size: 17px;
	text-align: center;
	padding: 10px 5px 0;
}
.cmpglBoxA01 h3,
.cmpglBoxA01Link h3,
.cmpglBoxA02 h3,
.cmpglBoxA02Link .cmpglText h3 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}

.cmpglBoxA01 .fa,
.cmpglBoxA01Link .fa {
	width: 60px;
	color: #e0868f;
	font-size: 45px;
	padding: 15px;
}


.cmpglBoxA02Link .cmpglInnerBox {
	text-align: left;
	min-height: 2em;
}
.cmpglBoxA02Link .cmpglText { padding: 30px 10px 30px; }


.cmpglBoxA01Link  a { padding: 0; }

.cmpglBoxA01Link table { width: 100%; }
.cmpglBoxA01Link td:first-child { width: 10%; }
.cmpglBoxA01Link td:last-child {
	width: 90%;
	text-align: right;
}


/* --- C01 --- */
.cmpglBoxC01,
.cmpglBoxC01Link {
	margin-bottom: 15px;
	font-size: 10px;
}
.cmpglBoxC01 h3,
.cmpglBoxC01Link h3 {
	font-weight: normal;
	font-size: 15px;
	font-weight: 700;
}
.cmpglBoxC01,
.cmpglBoxC01Link a { padding: 7px; }
.cmpglBoxC01Link table { width: 100%; }
.cmpglBoxC01Link td { vertical-align: top; }
.cmpglBoxC01Link td.cmpglImage {
	width: 30%;
	padding-right: 7px;
	text-align: center;
	vertical-align: middle;
}
.cmpglBoxC01Link td.cmpglDate {
	vertical-align: bottom;
	font-size: 12px;
}
.cmpglAreaC02 .cmpglBoxC01Link .cmpglImage img {
	width: auto;
	height: auto;
	max-width: 116px;
	max-height: 116px;
}

/* --- D02 --- */
.cmpglBoxD02 { margin-bottom: 15px; }
.cmpglBoxD02 h3 {
	margin: 0 10px 5px;
	font-weight: normal;
}
.cmpglBoxD02 h3 a.cmpglLinkBlank:after {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	content: " \f08e";
	padding-left: 10px;
	color: #1aa3d1;
	font-size: 21px;
	font-family: FontAwesome;
	text-decoration: none;
	vertical-align: middle;
}
.cmpglBoxD02 h4 {
	position: relative;
	margin-bottom: 5px;
	padding: 0 10px 5px;
	font-size: 21px;
}
.cmpglBoxD02 h4 a {
	position: absolute;
	top: 5px;
	right: 10px;
	min-width: 90px;
	padding: 2px;
	background: #fff;
	border: 2px solid #ccc;
	font-size: 10px;
	text-align: center;
}
.cmpglBoxD02 h4 a:hover { text-decoration: none; }
.cmpglBoxD02 .cmpglInnerBox {
	margin: 0 25px;
	font-size: 14px;
	line-height: 1.8;
}
.cmpglBoxD02 .cmpglDcateGroup,
.cmpglBoxD02 .cmpglDcateAgent,
.cmpglBoxD02 .cmpglDcateLicense {
	margin: 0 10px 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: 20px;
	border-collapse: collapse; }
.cmpglBoxD02 table td,
.cmpglBoxD02 table th {
	display: block;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.cmpglBoxD02 table th { padding: 0 10px 0 0; }
.cmpglBoxD02 .cmpglIconLink {
	margin: 0 10px 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.8; }



/* ===== SELECT REGION ===== */
h4 span {
	float: right;
	display: block;
	margin-top: 12px;
	width: 90px;
	padding: 1px 1px 2px;
	border: 2px solid #ccc;
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
}
h5 span.icon:before {
	content: " \f0c8";
	font-family: FontAwesome;
}
h6 a.blankWin:after {
	content: " \f08e";
	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 {
	margin: 0 10px;
	padding: 10px 0 0;
	border-top: 2px solid #ddd; }
.inner { margin: 0 15px; }
.inner p { margin-bottom: 10px; }
.mgnB30 { margin-bottom: 30px; }
.inner .iso {
	margin-left: 20px;
	padding: 1px 20px;
	border: 2px solid skyblue;
	font-size: 11px;
	line-height: 1.2;
	white-space: nowrap;
}
.inner table { border-collapse: collapse; }
.inner table td,
.inner table th {
	display: block;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.inner table th { padding: 0 0 10px;}
.link {
	margin-bottom: 10px;
	border-bottom: 2px solid #ddd;
	text-align: right;
}
.link a {
	width: 32px;
	line-height: 1;
	cursor: pointer;
}
.link a .map:after {
	content: " \f041";
	color: #999;
	font-size: 30px;
	font-family: FontAwesome;
}
.link a .mail:after {
	content: " \f003";
	color: #999;
	font-size: 28px;
	font-family: FontAwesome;
}

.cmpglAreaDside {
	background: url(library/global/img/bg_areaA01.png);
	padding: 10px 15px;
}
.cmpglAreaDside .pbSmartMenuTd {
	border-bottom-color: #bbb;
	background: none;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	color: #595757;
	text-align: middle;
}
.cmpglAreaDside a.pbSmartMenuItem {
	padding: 12px 0;
	height: auto;
	overflow: visible;
}
.cmpglAreaDside a.pbSmartMenuItem:after {
	content: "\f105";
	color: #ccc;
	font-size: 24px;
	font-family: FontAwesome;
	display: block;
	float: right;
	margin-top: -6px;
}
.cmpglAreaDside a.pbSmartMenuItem:hover {
	text-decoration: none;
}
.cmpglAreaDside .pbSmartMenuItem,
.cmpglAreaDside .pbSmartPhone { background: none !important; }
.cmpglAreaDside .pbSmartPhone a[selected],
.cmpglAreaDside .pbSmartPhone a:active {
	color: inherit !important;
	background: none !important;
}



/*******************************
*	ACCORDION
*******************************/
.cmpglAccH1,
.cmpglAccDtTtl {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}
.cmpglAccH1 h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.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;
}
.acordion_search h4 {
	font-size: 10px;
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.acordion_search { padding: 10px; }
.acordion_search form {
	font-size: 12px;
	margin-bottom: 10px;
}
.acordion_search input {
	width: 150px;
	border: 2px solid #aaa;
	font-size: 12px;
	padding: 2px;
	margin-right: 10px;
}
.cmpglAccList {
	background: #ddd;
	padding: 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; }
ul.accordion ul {
	margin: 15px 0 15px 30px !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: 20px;
	display: block;
	padding: 10px;
	color: #000;
}
.cmpglAccResult ul.accordion span { padding: 10px 15px; }
/* ul.accordion li { border-bottom: 1px solid #fff; } */
ul.accordion > li > ul > li {
	margin: 0;
	position: relative;
	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:url(/library/global/img/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2.5%;
}
ul.accordion > li > p span:hover {
	background:#ffe3e1 url(/library/global/img/trigger-arrow.png) no-repeat 98% 50%;
	background-size: 2.5%;
}
ul.accordion > li > p span.open {
	background:#ffe3e1 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%;
}
.cmpglAccResult ul.accordion > li > ul > li > a {
	padding: 10px;
	background: #888 url(/library/global/img/trigger-arrowright.png) no-repeat 98%;
	background-size: 1.5%;
	color: #fff;
}
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: 10px;
	color: #fff;
	background: #888 url(/library/global/img/trigger-arrowright.png) no-repeat 98%;
	background-size: 1.5%;
}
ul.accordion span.accordion_subtit {
	font-size: 12px;
	padding: 5px;
}
.cmpglAccBackBtn {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 10px;
}
.cmpglAccBackBtn .pbBlock { line-height: 1.2; }
.cmpglAccBackBtn .pbBlock a:link,
.cmpglAccBackBtn .pbBlock a:visited {
	display: block;
	width: 4em;
	margin-bottom: 5px;
	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; }



/*******************************
* MEDIA SWITCH
*******************************/
.cmpglMediaSP a:link,
.cmpglFtCopy a:visited {
	font-size: 12px;
	color: #9FA0A0;
}
.cmpglMediaSP .stViewMode {
	border-top: 1px solid #231815;
	text-align:center;
}
.cmpglMediaSP dl.stViewMode dt,
.cmpglMediaSP dl.stViewMode dd { display:none; }
.cmpglMediaSP dl.stViewMode dd.stLast {
	display:block;
	padding-top:10px; 
	padding-bottom:10px; 
} 
.cmpglMediaSP dl.stViewMode dd.stLast 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;}




/*******************************
*  TABLET
*******************************/

.cmpgltab-sp {
display: inline;
}

@media screen and (max-width: 400px) {

.cmpgltab-sp {
display: none;
}

}


