.textCopySMALL {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 25pt;
	color: #999999;
	letter-spacing: 1px;
	font-variant: small-caps;


}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5pt;
	line-height: 18pt;
	color: #333333;

}
.textCopy {


	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18pt;
	color: #CCCCCC;
}
.textBROWN {
	font-family: "Times New Roman", Times, serif;
	font-size: 17pt;
	line-height: 18pt;
	color: #330000;
	letter-spacing: 1pt;

}
.textCopy2 {

	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 25pt;
	color: #333333;
}
.textCopy22 {

	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25pt;
	color: #333333;
}
.textCopy3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11.5pt;
	line-height: 18pt;
	color: #333333;
	background-position: -0.4pt;
	vertical-align: middle;


}
.hoverlink a:hover {

	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 25pt;
	color: #FF0000;
	
}	.hoverlinkABOUT a:hover {

	font-family: "Times New Roman", Times, serif;
	font-size: 17pt;
	line-height: 28pt;
	color: #333333;
	letter-spacing: normal;
	border: 1px solid #000000;
	
}.textlarge {


	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 25pt;
	color: #333333;
}
.textbody {


	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 28pt;
	color: #333333;
}
.textbodyja {

	lang:ja;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 28pt;
	color: #333333;
}
.textABOUT {
	font-family: "Times New Roman", Times, serif;
	font-size: 17pt;
	line-height: 28pt;
	color: #333333;
	letter-spacing: normal;
	border: 1px solid #333333;

}
.textABOUT2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 28pt;
	color: #333333;
	letter-spacing: normal;

}
button.link {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 619px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
}
button.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 0px;
    width: 619px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
}
button.accordionMOBILE {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 899px;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ffffff;
	border-top-color: #CC0000;
}
button.accordionMOBILE.active, button.accordionMOBILE:hover {
    background-color: #ffffff;
	border-top-color: #CC0000;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
button.accordionMOBILE:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}
button.accordionMOBILE.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 5px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 3000px;  
}
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 29pt;
	visibility: hidden;
    width: 619px;
    background-color: #CC0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -180%;
    margin-left: -80px;
}

.popup2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup2 .popuptext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 31px;
	line-height: 37pt;
	visibility: hidden;
    width: 899px;
    background-color: #CC0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -320%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.popup2 .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.popup2 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.textbody18 {



	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	line-height: 28pt;
	color: #000000;
}
.textbody18Copy {




	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: 28pt;
	color: #000000;
}
