@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,900&family=Montserrat:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,900&family=Noto+Sans+JP:wght@100;300;900&family=Noto+Sans+KR:wght@100;300;500;900&display=swap');

body{
	font-family: 'Lato', Noto Sans JP,Noto Sans KR, Arial, Helvetica, sans-serif;
	color: #7B7B7B;
	background-color: #121212;
}
p{
	font-size: 13px;
	color: #999;
	line-height: 18px;
}
.top-title{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
}
.title_box{
/*
	border-bottom: 1px #FF6600 solid;
	border-top: 1px #FF6600 solid;
	border-left: 1px #FF6600 solid;
	border: 1px #FF6600 solid;
*/	
	padding: 15px 10px;
}
.blue_tite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0060C2;
}
.or1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}
.yellow {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	font-weight: bold;
}
.g2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.T1 {
    text-align:justify;
	text-justify:inter-ideograph;
}
.g1 {
	font-size: 13px;
	color: #999;
	line-height: 18px;
	text-justify:inter-ideograph;
}
.g1 A:link {
	COLOR: #F60;
	text-decoration: none
}
.g1 A:active {
	COLOR: #F60;
	text-decoration: none
}
.g1 A:visited {
	COLOR: #F60;
	text-decoration: none
}
.g1 A:hover {
	COLOR: #F60;
	text-decoration: underline
}
.g1 table tr .g1 strong {
	color: #FFF;
}
.white1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
}
.white1-high {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.white2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;	
}


.myButton {
    -moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    -webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    background-color: #768d87;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 13px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background:-moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:-ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87',GradientType=0);
	background-color:#6c7c7c;
}
.myButton:active {
	position:relative;
	top:1px;
}

