

/*-------------　全体に関すること  -------------*/
/* margin top right bottom left */
body {
	letter-spacing: 0.005em; 
	text-align: center;
	padding: 10px;
	margin: 2px 10px 5px 10px;
	margin-left: auto;
	margin-right: auto;
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
/*	background: #162a63; */
/*	background: #0067c8; */
/*	background: #198cbd; */
	background: #ffffff;
}


pre {
	max-width: 100%;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

@media screen and (max-width:768px){
	pre {
		font-size: 80%;
	}
}

.pc-only { display: block }
.mobile-only { display: none }

@media only screen and (max-width: 768px) {
.pc-only { display: none  }
.mobile-only { display: block  }
}

a:link {
	color: #3366FF;
	text-decoration:underline;
}
a:visited {
	color: #9933FF;
	text-decoration:underline;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
	text-decoration:underline;
}

.changeboldcolor b {
	color: #FFFBF0;
}

pre.code-scr {
	background-color: #F5F5FF;
	padding-left: 0.3em;
}


.req-field {
	color: #EC5592;
	font-size: 80%;
}


/* Fortran入門等で使う左側の広告 */
div#adLeft {  
position: fixed;
width: 45px;
height: 70px;
top: 80px;
left: 50%;
margin-left: -465px;
z-index: 5;  
font-size: 0.7em;
}  



/* 関連情報 */
.kanrenjoho {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	padding-right: 5px;
	width: 100%;
}
.kanrenjoho {
  border-spacing: 0;
  border-collapse: separate;
}

.kanrenjoho td {
  padding: 0;
}
.kanrenjoho A:link {
	COLOR: #666666; TEXT-DECORATION: none;
}
.kanrenjoho A:visited {
	COLOR: #666666; TEXT-DECORATION: none;
}
.kanrenjoho A:hover {
	COLOR: #333399; TEXT-DECORATION: underline;
}
.kanrenjoho A:active {
	COLOR: #666666; TEXT-DECORATION: none;
}
.kanrenjoho ul {
	padding:0px;
}
.kanrenjoho li {
	margin-left: 30px;
	padding: 1px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.kanrenjoho .kanrentitle-alt {
	text-align: left;
	padding: 1px;
	padding-left: 7px;
	padding-top: 4px;
	margin: 0px;
	height: 22px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 1.05rem;
	font-weight: 600;
/*	font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
	/*background: #89BE91;*/
	background: #BF335A;
	
}

.kanrenjoho .kanrentitle {
	text-align: left;
	padding: 1px;
	padding-left: 7px;
	padding-top: 4px;
	margin: 0px;
	height: 22px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 1.05rem;
	font-weight: 600;
/*	font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
	color: #fff;
	/*background: #89BE91;*/
	background: #3333bf;
	
}
.kanrenjoho .kanrenitems {
	border-width: 1px;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fbfbfb;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}


table.examcategory {
	width: 140px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #eee;
	border-width: 1px;
	border-collapse: collapse;
	border-left: 1px solid #999;
	border-bottom: 1px solid #aaa;
	font-size: 11px;

}

table.examcategory td {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	margin: 0px;
}

.examcategorytitle {
	color: #555FFF;
	font-size: 24px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

.examitem {
	color: #444;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}




table.ronMitsumori {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-color:#bbb;border-style:solid;border-width:1px 0px 0px 0px;
}

table.ronMitsumori td {
	border-color:#bbb;border-style:solid;border-width:0px 1px 1px 0px;
}

div.header {
	padding: 10px;
	background-color: #0B479F;
}
table.mailform {
	margin: 0px auto 0px auto;
}
table.mailform td p {
	font-size: 9px;
	color: #0B479F;
	display: block;
	margin: 0px;
}
table.mailform td span {
	font-size: 10px;
	color: #FF0000;
}

table.normalx {
	margin: 1px;
	margin-bottom: 1em;
	margin-left: 30px;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.normalx td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 5px;
	padding-right: 5px;
}
table.normalx td.strong {
	background: #C0EFFD;
	font-weight: bolder;
	font-size: medium;
}
table.normalx td.skip {
	border-left: 0px;
	border-right: 0px;
}

table.normal {
	width: 100%;
	margin: 0px;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.normal-borderdark {
	margin: 0px;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}
	
table.thinkeepTitle {
	margin: 0px;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 1em;
}
table.thin {
	margin: 0px;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 0em;
	padding: 0px;
}


td.title-left {
	text-align: left;
	font-weight: bolder;
	color: #5f5f5f;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f4f4f4;
}
td.title-right {
	text-align: right;
	font-weight: bolder;
	color: #5f5f5f;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f4f4f4;
}
td.title-center {
	text-align: center;
	font-weight: bolder;
	color: #5f5f5f;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f4f4f4;
}
td.title-left-blue {
	text-align: left;
	font-weight: bolder;
	color: #fff;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #55b;
}
td.title-right-blue {
	text-align: right;
	font-weight: bolder;
	color: #fff;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #55b;
}
td.title-center-blue {
	text-align: center;
	font-weight: bolder;
	color: #fff;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #55b;
}
td.title-center-lightblue {
	text-align: center;
	color: #fff;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #88b;
}
td.item-left {
	text-align: left;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td.item-right {
	text-align: right;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td.item-center {
	text-align: center;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td.item-center-thin {
	margin: 0px;
	text-align: center;
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td.item-left-borderdark {
	text-align: left;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

td.item-left-borderdark-bgblue {
	text-align: left;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #e3e3fc;
}

/*-------------　上の青いＢＯＸ部分  -------------*/

.topbox {
/*

	background: #333399 url(img/naglogoandname.gif) no-repeat 3px 1px;
*/
	background: #1A273E;
	height:95px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	padding: 0px;
}

.topbox img.toplogo {
	float: left;
	margin: 13px 0px 0px 11px;
	border-style: none;
}

.topbox h1 {
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	float: right;
	width: 580px;
	font-size: 14px;
	font-weight: bold;
	color: #00f;
	padding-right: 5px;
}


/*topbox内の右側のメニュー*/
.topbox a:link { color:#fff; text-decoration: none;}
.topbox a:visited { color:#fff; text-decoration: none;}
.topbox a:hover,a:active { color:#FFCC00; text-decoration: underline; }
.topbox .mitem {
	position: relative;
	top: 48px;
	background: #333399 url(img/yellowarrow.gif) no-repeat 0px -4px;
	padding-left: 14px; /*メニューの左右のギャップ*/
	padding-right: 8px; 
}



/*-------------　左にメニューがないトップページの場合など  -------------*/
.flexbox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
	padding-bottom: 20px;
}

.flexbox .flexcontent-main {
	width: 1000px;
}

.flexbox .flexcontent-right {
	width: 280px;
	padding-left: 30px;
}

.flexbox .flexcontent-right-toppage {
	width: 280px;
	padding-left: 10px;
}


@media screen and (max-width:768px){
.flexbox {
	flex-direction:column;
}
.flexbox .flexcontent-main {
	width: inherit;
}
.flexbox .flexcontent-right {
	width: inherit;
	padding-left: 30px;
}
.flexbox .flexcontent-right-toppage {
	width: inherit;
	padding-left: 10px;
}
}




/*-------------　メインメニュー部分  -------------*/
.menu {
	padding: 0px;
	padding-right: 300px;
	margin: 0px auto 0px auto;
    background: #1A273E;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media screen and (max-width:768px){
.menu {
	display: none;
}
}

.menu div {
}


/*------------- Topバナー -------------*/
.topbanner {
	border-top: solid 5px #fff; 
	color: white;
	font-size: 0.8em;
	margin: 0px auto 0px auto;
	background: #1E4290;
	text-align: left;
	padding: 0px;
	height: 95px;
}
.topbanner * {
	margin-left:10px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.topbanner2 {
    font-size: 2.0em;        /* H1だけ大きくする */
    margin-left: 0px;        /* H1だけ左寄せ */
    margin-top: 9px;        /* H1だけ左寄せ */
}

@media screen and (max-width:768px){
	.topbanner {
		font-size: 70%;
		height: auto;
	}
}

/*------------- Bottomバナー -------------*/
.bottombanner {
	border-top: solid 5px #A8CFAE;
	color: white;
	font-size: 0.95em;
	margin: 0px auto 0px auto;
	background: #1A273E;
	text-align: center;
	padding: 10px;
	padding-bottom: 30px;
	height: 40px;
}
.bottombanner .split {
	color: #999;
}
	
	
.bottombanner A:link {
	TEXT-DECORATION: none; COLOR: #fff;
}

.bottombanner A:visited {
	TEXT-DECORATION: none; COLOR: #fff;
}

.bottombanner A:hover {
	TEXT-DECORATION: underline; COLOR: #fff;
}

.bottombanner A:active {
	TEXT-DECORATION: none; COLOR: #fff;
}



/*-------------　レイアウトボックス  -------------*/
.outerbox {
	padding: 0px;
	margin: 0px auto 0px auto;
	width:100%;
/*
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
*/
   
}


.mainbox {
	margin: 0px auto 0px auto;
	text-align: left;
	color: #777;
	font-size: 14px;
		width:100%;

}


/*-------------　左側が狭い２ＣＯＬレイアウトの場合（*-simple-naviを使う）  -------------*/
.leftbox-simple-navi {
	background: #f4f4f4;
	letter-spacing: 0; 
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: left;
}

.rightbox-simple-navi {
	margin: 0px;
	padding: 0px;
/*	width: 786px;*/
/*	width: 616px;*/
	float: right;
}




/*-------------　汎用  -------------*/
.clearboth {
	clear: both;
}

.halfline {
	line-height: 50%;
}

hr.sep01 {
border-width: 0px;
padding: 0px;
margin: 0px;
color: #AACCFF;
background: #AACCFF;
height: 2px;
}

p {
	max-width: 100%;
}

img {
	max-height: 100%;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}


img.left {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 14px;
}
img.rightwrap {
    float: right;
    max-width: 280px;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 10px;
}
img.right {
	margin: 0px;
	float: right;
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
img.rightmid {
	margin: 0px;
	float: right;
	padding-left: 14px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
img.rightfuto {
	margin: 0px;
	float: right;
	padding-left: 14px;
	margin-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
img.rightstamp {
	margin: 0px;
	float: right;
	padding-left: 8px;
	margin-right: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
}
img.rightsema {
	margin: 0px;
	float: right;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
img.right0 {
	margin: 0px;
	float: right;
	padding: 0px;
}
img.rightspaced {
	margin: 0px;
	float: right;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.kaiso {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 4px;
	margin-left: -4px;
	padding: 0px;
	padding-left: 7px;
	color: #656565;
	background: linear-gradient(#f0f0f0, #fff, #f0f0f0);
}
.kaiso a:link,a:visited,a:active { color: #6666FF; text-decoration: none; }
.kaiso a:hover { color:#a0a; text-decoration: underline; }



.sizeplus {
	font-size: 118%;
}

.sizeminus {
	font-size: 85%;
}

.customerList {
	font-size: 85%;
	line-height: 2.2em;
}

.superscript {
	vertical-align: super;
	font-size: 70%;
}
.subscript {
	vertical-align: sub;
	font-size: 70%;
}

.emphasize-black-bolder {
	color: #555;
	font-weight: bolder;
}

.emphasize-green {
	color: #088;
}

.emphasize-black-underline {
	color: #555;
	text-decoration: underline;
}


.emphasize-highlight {
	color: #555;
	background-color:#D4FF00;
	text-decoration: none;
	font-weight: bolder;
}

.emphasize-strike {
	text-decoration: line-through;
}

.emphasize-underline {
	text-decoration: underline;
}

.emphasize-overline {
	text-decoration: overline;
}

.emphasize-red {
	color: #a00;
}

.kyuka {
	background: #DfEfFF;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 2x;
	padding-bottom: 2x;
	color: black;
}

.topPageTitle {
	font-size: 24px;
	color: #339;
	padding: 0;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: left;
}

.topPageSubTitle {
	font-size: 14px;
	color: #339;
	padding: 0;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: left;
}

.campaignTitle {
	font-size: 170%;
	color: #F63;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

.campaignDescription {
	font-size: 100%;
	color: #39C;
	text-align: left;
}

.campaignSubTitle {
	font-size: 120%;
	color: #39C;
	margin: 5px 0px 15px 0px;
	text-align: center;
}

.veryTopTitleLeft {
	font-size: 150%;
	color: #55b;
	margin: 16px 15px 0px 15px;
	text-align: left;
}

.veryTopTitleVeryLeft {
	font-size: 150%;
	color: #55b;
	margin: 16px 15px 5px 15px;
	margin-left: 0px;
	text-align: left;
}

.veryTopTitle {
	font-size: 130%;
	color: #55b;
	margin: 16px 15px 0px 15px;
	text-align: center;
}

.veryTopSubtitle {
	font-size: 107%;
	color: #3399FF;
	margin: 0px 15px 4px 15px;
	padding-top: 5px;
	text-align: center;
	font-weight: normal;
}

.veryTopSubSubtitle {
	font-size: 107%;
	color: #CC99FF;
	margin: 0px;
	padding-top: 5px;
}

.veryTopSubSubSubtitle {
	font-size: 90%;
	padding-left: 40px;
	padding-right: 40px;
	color: #CC99FF;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
}

.honbun-centermidashi {
	font-size: 170%;
	color: #33499F;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.honbun-akamidashi {
	font-size: small;
	font-size: 120%;
	font-weight: bolder;
	color: #933;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
.honbun-midashi {
	font-size: small;
	font-size: 110%;
	font-weight: bolder;
	color: #339;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
.honbun-midashi-2 {
	font-size: small;
	font-size: 130%;
	font-weight: bolder;
	color: #339;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
.honbun-midashi-top-scr {
	font-size: small;
	font-size: 150%;
	font-weight: bolder;
	color: #339;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.honbun-midashi-scr {
	font-size: small;
	font-size: 120%;
	font-weight: bolder;
	color: #339;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 4px;
}
.honbun-sub-midashi-scr {
	font-size: small;
	font-size: 110%;
	font-weight: bolder;
	color: #66c;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 3px;
}
.honbun-sub-sub-midashi-scr {
	font-size: small;
	font-size: 100%;
	font-weight: bolder;
	color: #86c;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 3px;
}
.honbun-sub-midashi {
	font-size: small;
	font-size: 100%;
	font-weight: bolder;
	color: #66c;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
}
.honbun-sub-sub-midashi {
	font-size: small;
	font-size: 90%;
	font-weight: bolder;
	color: #86c;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
}
.midashi-bg100-01 {
	font-size: small;
	font-size: 110%;
	font-weight: bolder;
	text-align: left;
	background: #4A4A8F;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 5px;
	padding-top: 5px;
	width: 100%;
	margin: 0px;
	margin-left: -2px;
	border-radius: 4px;
	margin-top: 20px;
}
.midashi-bg90-01 {
	font-size: small;
	font-size: 100%;
	font-weight: bolder;
	text-align: left;
	background: #8888BB;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 5px;
	width: 100%;
	margin: 0px;
	margin-top: 20px;
}
.midashi-statement {
	font-size: small;
	font-size: 110%;
	font-weight: bolder;
	text-align: left;
	background: #666666;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 5px;
	width: 100%;
	margin: 0px;
	margin-top: 20px;	
}

.box-midashi {
	font-size: 14px;
	font-weight: bolder;
	color: #229;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 4px;
	padding: 0px;
	text-align: left;
}

.box-sub-midashi {
	font-size: 12px;
	font-weight: bolder;
	color: #66d;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 4px;
	padding: 0px;
	text-align: left;
}

.box-midashi-line01 {
	width: 100%;
	border-bottom: solid 1px #66b;
	font-size: 14px;
	font-weight: bolder;
	color: #229;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.box-midashi-line02 {
	width: 100%;
	border-bottom: solid 1px #66b;
	font-size: 15px;
	font-weight: bolder;
	color: #229;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.box1 {
	line-height: 120%;
	margin: 0px;
	margin-top: 15px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	line-height: 1.2em;
	text-align: left;
	border: solid 1px #ccc;
}

.box2 {
	height: 100%;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	line-height: 1.2em;
	text-align: left;
	border: solid 1px #ccc;
}
.box2-lineno {
	height: 100%;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	line-height: 1.2em;
	text-align: left;
	border: solid 1px #ccc;
}
.box2-left {
	float: left;
	width: 50%;
}
.box2-left-div-lineno {
	float: left;
	width: 4.5%;
	text-align: right;
	color: #096;
	border-right: 1px solid #ccc;
}
.box2-right-lineno {
	float: right;
    color: #000;
	width: 94.5%;
}
.box2-left-div {
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
}
.box2-right {
	float: right;
	width: 49.5%;
}
.box2-right-div {
	float: right;
	width: 49.5%;
	border-left: 1px solid #ccc;
}
.box2-inner {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.box2-inner-lineno {
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 0px;
}
.box2nb {
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	text-align: left;
}
.box2-leftnb {
	float: left;
	width: 50%;
}
.box2-rightnb {
	float: right;
	width: 47%;
}
.box2-innernb {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.box2-right-divnb {
	float: right;
	width: 49.5%;
}

.indent-left-half {
	padding-left: 1em;
}

.indent-left {
	padding-left: 2em;
}

.indent-both {
	padding-left: 2em;
	padding-right: 2em;
}
.half-indent-left {
	padding-left: 0.5em;
}

.half-indent-both {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.verisign {
 text-align: right;
 margin:0px 10px;
}


/*-------------　右側の本文（メインコンテンツ）関連  -------------*/
.honbun {
	margin: 15px 15px 0px 15px;
	line-height: 1.5em;
	font-size: 1.1em;
}

.honbun a:link {
	color: #3366FF;
	text-decoration:underline;
}
.honbun a:visited {
	color: #9933FF;
	text-decoration:underline;
}
.honbun a:hover {
	color: #FF9900;
	text-decoration:underline;
}
.honbun a:active {
	color: #FF9900;
	text-decoration:underline;
}
.honbun p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.honbun ul {
	margin:0px;
	margin-top: 5px;
	padding: 0px;
}
.honbun li {
	margin:0px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 1em;
	list-style-type: none;
	list-style-position : outside;
}
.honbun li.disc {
	margin-left: 1em;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position : outside;
}
.honbun li.disc02 {
	margin-left: 1.5em;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position : outside;
}
.honbun li.indentdisc {
	margin-left: 2.5em;
	padding-left: 0px;
	list-style-type: disc;
	list-style-position : outside;
}
.honbun li.circle {
	margin-left: 1em;
	padding-left: 0px;
	list-style-type: circle;
	list-style-position : outside;
}
.honbun li.square {
	margin-left: 1em;
	padding-left: 0px;
	list-style-type: square;
	list-style-position : outside;
}
.honbun li.nu01 {
	margin-left: 1.7em;
	padding-left: 0px;
	list-style-type: decimal;
}
.honbun li.bu01 {
	background:url(img/bu01.gif) left top no-repeat;
	background-position: 0px 0.5em;
}
.honbun li.bu02 {
	background:url(img/bu02.gif) left top no-repeat;
	background-position: 0px 0.5em;
}
.honbun li.buindent01 {
	background:url(img/bu01.gif) left top no-repeat;
	background-position: 5px 0.5em;
}
.honbun li.arrow01 {
	background:url(img/arrow01.gif) left top no-repeat;
	background-position: 0px 0.5em;
}
.honbun li.arrow02 {
	background:url(img/arrow02.gif) left top no-repeat;
	background-position: 0px 0.5em;
}
.honbun li.arrow03 {
	background:url(img/arrow03.gif) left top no-repeat;
	background-position: 0px 0.5em;
}
.honbun li.arrow04 {
	background:url(img/arrow04.gif) left top no-repeat;
	background-position: 0px 0.5em;
}
.honbun dl {
	margin: 0px;
	padding: 0px;
}
.honbun dt {
	padding: 0px;
}
.honbun dt.arrow01 {
	background:url(img/arrow01.gif) left top no-repeat;
	background-position: 0px 0.5em;
	padding-left: 0.8em;
}
.honbun dt.arrow02 {
	background:url(img/arrow02.gif) left top no-repeat;
	background-position: 0px 0.5em;
	padding-left: 0.8em;
}
.honbun dt.arrow03 {
	background:url(img/arrow03.gif) left top no-repeat;
	background-position: 0px 0.5em;
	padding-left: 0.8em;
}
.honbun dt.arrow04 {
	background:url(img/arrow04.gif) left top no-repeat;
	background-position: -10px 0.5em;
	padding-left: 0.8em;
}
.honbun dd {
	padding: 0px;
	margin-left: 1.3em;
	padding-bottom: 0.9em;
}



/*-------------　左側のNaviMenu関連  -------------*/
.newNavi ul {
	width: 100%;
	margin: 0;
	padding: 0;
	color:#777;
	font-size: 14px;
	line-height: 1.5em;
}

.newNavi ul li {
	list-style-type: none;
	list-style-position : outside;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.newNavi ul li a {
	padding: 5px;
	padding-left: 5px;
	display: block;
	color:#777;
	text-decoration: none;
}

.newNavi ul li a:hover {
	padding: 5px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #def;
}

.newNavi ul li.nolink {
	padding: 5px;
	padding-left: 5px;
}

.newNavi ul li.nextmenu {
}


.newNavi ul li.mynextmenu {
	background:#def;
}

.newNavi ul li.myfirstmenu {
	border-top: 1px solid #ccc;
	background:#def;
}


.newNavi ul li.submenu {
	background:#fff;
}

.newNavi ul li.mysubmenu {
	background:#def;
}

.newNavi ul li.mysubmenu a {
	padding: 5px;
	padding-left: 12px;
	background:#def;
}

.newNavi ul li.submenu a {
	padding: 5px;
	padding-left: 12px;
} 

.newNavi ul li.submenu a:hover {
	padding: 5px;
	padding-left: 12px;
}






/*  メールアドレス表記用  */
.meado {
	color:#6666FF;
	text-decoration: underline;
}


/*  以下は主に英文校正で使われる */
.plainTable {
 margin-left: 5px;
 border-collapse: collapse;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 font-size: 12px;
}
.plainTable td {
 padding: 5px;
 text-align: center;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
.plainTable th {
 padding: 5px;
 background: #3366FF;
 color: #fff;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}


/*  Exam関連 */
.examq{
margin:0px;
margin-bottom: 20px;
padding: 5px;
line-height: 1.5em;

font-size: 130%;
color: #fff;
background: #2A1FAA;
}
.examt{
margin:5px;
margin-top: 10px;
margin-left: 25px;
font-size: 115%;
}

.examt a:visited { color: #007FFF; text-decoration: none; }
.examt a:link { color:#007FFF; text-decoration: none; }
.examt a:active { color:#007FFF; text-decoration: none; }
.examt a:hover { color:#f07FFF; text-decoration: underline; }

.exams{
padding:5px;
padding-top: 0px;
margin:0px;
margin-bottom:25px;
margin-left:45px;
margin-right: 35px;
background: #FFFBF0;
}

.examhl {
	color: #555;
	font-weight: bold;
	background-color: #FFFFAA;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

.examat{
margin:5px;
margin-top: 10px;
margin-left: 25px;
font-size: 115%;
}
.examad{
padding:5px;
padding-top: 0px;
margin:0px;
margin-bottom:25px;
margin-left:45px;
margin-right: 35px;
background: #FFFBF0;
}

.examTopTitle {
	font-size: 200%;
	font-family:  "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic";
	color: #55b;
	margin: 0px;
	margin-bottom: 25px;
	text-align: center;
}
.examTopTitleSup {
	font-size: 320%;
	font-family:  "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic";
	color: #D43FFF;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
}
.examTopTitleScore {
	font-size: 300%;
	font-family:  "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic";
	color: #55b;
	font-weight: bold;
	margin: 30px;
	text-align: center;
}

.examTopTitleName {
	font-size: 150%;
	font-family:  "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic";
	font-weight: bold;
	color: #000;
	margin: 20px;
	text-align: left;
	line-height: 1.5em;
}

.examShowScore {
	font-size: 150%;
	font-family:  "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic";
	font-weight: bold;
	color: #000;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5em;
}

.examCert {
	font-size: 130%;
	font-family:  "メイリオ", Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic";
	color: #007FFF;
	margin: 10px;
	text-align: center;
	line-height: 1.5em;
}


/*  英文校正のFAQで使われる  */
.faqq {
LINE-HEIGHT: 20px;
margin-left:5px; margin-top:10px; margin-bottom:10px; margin-right:0px; color: #60a0a0; font-size: 16px;font-weight: bolder;}

.faqa{ LINE-HEIGHT: 16px; margin-left:25px; margin-top:0px; margin-bottom:10px; margin-right:0px; color: #5a5a5a; font-size: 14px;font-weight: normal;}

.containerMitsumori {
	PADDING-BOTTOM: 40px; BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid;  COLOR: #666666; BORDER-BOTTOM: #ccc 1px solid;
	}
.containerMitsumori td{
	COLOR: #666666; BORDER-Top: #ccc 1px solid; BORDER-Left: #ccc 1px solid;
	}

.container3 {
	margin: 0px;
	margin-top: 10px;
	BORDER-RIGHT: #ccc 1px solid; BORDER-TOP: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; COLOR: #666666; BORDER-BOTTOM: #ccc 1px solid
;}

/* グレーのＢｏｕｎｄｉｎｇＢｏｘ上ボーダー付き紫、下ぼーたーなし */
.innerBox1StrongTop2 {
 border-bottom: 1px solid #fff;
 border-top: 6px solid #9966FF;
 margin: 0px 20px 30px 0px;
 padding: 0px;
 color:#777777;
 padding: 10px;
 padding-bottom: 5px;
 line-height: 150%;
}


.stepItem {
 color:#2244AA;
 padding: 0px;
 font-weight: bold;
 margin: 2px 0px 0px 4px;
}

.innerBox1StrongTop {
 border-bottom: 1px solid #ccc;
 border-top: 6px solid #E0AAFD;
 margin: 0px 20px 30px 0px;
 padding: 0px;
 color:#777777;
 padding: 10px;
 padding-bottom: 5px;
 line-height: 150%;
}

.voiceNameOfPerson {
 color:#2244AA;
 padding: 0px;
 font-weight: bold;
 margin: 2px 0px 0px 4px;
}

.topicText {
 color:#777777;
 padding: 2px;
 line-height: 140%;
}





/*  Topページでのみ使われるもの  */
.bluehiddenlinksTop {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1rem; COLOR: #333399;
}


/*
.bluehiddenlinksTop A:link {
	TEXT-DECORATION: none; COLOR: #333399;
}

.bluehiddenlinksTop A:visited {
	TEXT-DECORATION: none; COLOR: #333399;
}

.bluehiddenlinksTop A:hover {
	TEXT-DECORATION: none; COLOR: #333399;
}

.bluehiddenlinksTop A:active {
	TEXT-DECORATION: none; COLOR: #333399;
}
*/

.topboxcontents {
	border-left: #cccccc 1px solid; 
	border-right: #cccccc 0px solid; 
	border-top: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;
	padding: 9px;
	margin-right: 0px;
	vertical-align: top;
	color: #666666; 
/*	color: #666666; */
	line-height: 1.5em; 
}
.topboxes {
	margin: 0px;
	margin-top: 20px;
	border-right: #ccc 1px solid; 
	border-top: #ccc 0px solid;
	border-left: #ccc 0px solid; 
	border-bottom: #ccc 0px solid;
	font-size: 0.9em;
	min-width: 680px;
}

@media screen and (max-width:768px){
.topboxes {
	min-width: 0px;
}
}

.topboxcontents div {
	text-align: center;
}
.topboxcontents img {
	width:100%;
}
.topboxes td {
	width: 33%;
}

/* mouse overの時のハイライト */
boxtable.topboxes td:hover {
  background-color: #fff;
}

table.topboxes td a {
	text-decoration: none;
	display:block;
    width:100%;
    height:100%;
}
table.topboxes td a:link {
	text-decoration: none;
	color:inherit;
}
table.topboxes td a:visited {
	text-decoration: none;
	color:inherit;
}
table.topboxes td a:hover {
	text-decoration: none;
	color:inherit;
}
table.topboxes td a:active {
	text-decoration: none;
	color:inherit;
}



.hiddenlinks {
	COLOR: #666666;
}

.hiddenlinks A:link {
	COLOR: #666666; TEXT-DECORATION: none;
}

.hiddenlinks A:visited {
	COLOR: #666666; TEXT-DECORATION: none;
}

.hiddenlinks A:hover {
	COLOR: #333399; TEXT-DECORATION: underline;
}

.hiddenlinks A:active {
	COLOR: #666666; TEXT-DECORATION: none;
}


/* いろいろ使われる */
.text {
font-size: 10.5pt;
text-align: left;
line-height: 1.3em;
}

.textindex {
font-size: 8.5pt;
text-align: left;
}

.code {
font-family: "Courier New", "ＭＳ ゴシック";
font-size: 10.5pt;
margin-left: 2.4em;
}

.code2 {
font-family: "Courier New", "ＭＳ ゴシック";
font-size: 10.5pt;
margin-left: 1.2em;
}

.code3 {
font-family: "Courier New", "ＭＳ ゴシック";
font-size: 9pt;
margin-left: 1.2em;
}

.code4 {
font-family: "Courier New", "ＭＳ ゴシック";
font-size: 11pt;
}

li.listdisc {
display: list-item;
list-style-type: disc;
margin-bottom: 0.5em;
}

li.listalpha {
display: list-item;
list-style-type: lower-alpha;
margin-bottom: 0.5em;
}

li.listroman {
display: list-item;
list-style-type: lower-roman;
margin-bottom: 0.5em;
}

li.listdecimal {
display: list-item;
list-style-type: decimal;
margin-bottom: 0.5em;
}

li.listnone {
display: list-item;
list-style-type: none;
margin-bottom: 0.5em;
}

li.listnone2 {
display: list-item;
list-style-type: none;
padding-left: 0;
margin-bottom: 0.5em;
}

h1.genint {
font-size: 16pt;
text-align: left;
}

h2.genint {
font-size: 14pt;
text-align: left;
}

h3.genint {
font-size: 12pt;
text-align: left;
}

h4.genint {
font-size: 11pt;
text-align: left;
}

h2.toc {
font-style: normal; 
font-size: 12pt;
font-weight: normal;
padding-left: 2em;
}

h3.toc {
font-style: normal; 
font-size: 11pt;
font-weight: normal;
padding-left: 4em;
}

h4.toc {
font-style: normal; 
font-size: 11pt;
font-weight: normal;
padding-left: 6em;
}

a.rtnref {
color:#5555FF;
font-weight: bold;
text-decoration: none;
}



/*   KWIC用のCSS   */
 

.rout {
font-weight: bold;
}
 
.mono{
 font-family:monospace;
}
.subprog { border-style: solid;
           background-color: #FFEEBB ;
                      border-width: 1px ; 
                       }
.u {
text-decoration: underline;
}
.italic {
 font-style: italic;
}
.bitalic {
 font-weight: bold;
 font-style: italic;
}
 
 
.pclass {
position: absolute;
font-style: italic;
right: 1em;
 
}
.button {
width: 100%;
/*filter: DropShadow(Color=#FF00FF, OffX=5, OffY=5); */
}

 

 
a.sdkey{color:#000000;}
a.litref{color:#00AABB; font-weight: bold;}
a.figref {color:#229966; font-weight: bold;}
a.rtnref{color:#5555FF; font-weight: bold;}
a.wdrnref{color:#9999CC; font-weight: bold;}
a.argref {color:#EE0000; font-weight: bold;}
a.secref {color:#229966; font-weight: bold;}
a.eqnref {color:#00AABB; font-weight: bold;}
 
span.roman {font-family: serif; font-style: normal; font-weight: normal;}
span.overacc2 {position: relative;  left: .8em; top: -1.2ex;}
span.overacc1 {position: relative;  left: .6em; top: -1.2ex;}
 
 
 
.overline {
border-style: solid;
border-color: black;
border-width: .1em 0em 0em 0em;
}
 
.gamscode {
font-weight: bold;
}
 
span.publication {
font-style: italic;
}
 
span.issueno {
font-weight: bold;
}
 
.texbar {
border-style: solid;
border-width: 2px 0 0 0;
}
 
 
.texdot {
border-style: dotted;
border-width: 2px 0 0 0;
}
 
.phantom {
display: none;
color: white;
}



.tablebutton table {
	border-spacing: 0px;
	background-color: #EF9A10;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width: 0px;
	border-collapse: collapse;
}

.tablebutton table td {
	white-space:nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;	
}

.smallerdesc {
	font-size: 70%;
}

.smallerbolddesc {
	font-size: 80%;
	font-weight: 600;
}


.tablebutton table tr:hover {
	background-color: #FFAA30;
}

.tablebutton a:link {
	text-decoration: none;
}

.submitbutton{
	font-size: 120%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #07B53B;
	color: white;
	border-width: thin;
}
.errorbutton{
	font-size: 120%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #D41F1F;
	color: white;
	border-width: thin;
}
.erroritems{
	font-size: 120%;
	color: #D41F1F;
}

table.thintoiawase {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.thintoiawase td {
	border: 1px solid #ccc;
}


.toiawaseboxcontents {
	border-left: #cccccc 1px solid; 
	border-right: #cccccc 0px solid; 
	border-top: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid;
	padding: 9px;
	margin-right: 0px;
	vertical-align: top;
	color: #666666; 
/*	color: #666666; */
	line-height: 1.5em; 
}
.toiawaseboxes {
	margin: 0px;
	margin-top: 20px;
	border-right: #ccc 1px solid; 
	border-top: #ccc 0px solid;
	border-left: #ccc 0px solid; 
	border-bottom: #ccc 0px solid;
	font-size: 0.9em;
	min-width: 680px;
}

@media screen and (max-width:768px){
.toiawaseboxes {
	min-width: 0px;
}
}

.toiawaseboxcontents div {
	text-align: center;
}
.toiawaseboxes td {
	width: 33%;
}

/* mouse overの時のハイライト */
.toiawaseboxes td:hover {
  background-color: #eef;
}

table.toiawaseboxes td a {
	text-decoration: none;
	display:block;
    width:100%;
    height:100%;
}
table.toiawaseboxes td a:link {
	text-decoration: none;
	color:inherit;
}
table.toiawaseboxes td a:visited {
	text-decoration: none;
	color:inherit;
}
table.toiawaseboxes td a:hover {
	text-decoration: none;
	color:inherit;
}
table.toiawaseboxes td a:active {
	text-decoration: none;
	color:inherit;
}

.blueWithUnderline {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1rem; COLOR: #333399;
	border-bottom: solid 0.1rem; color:#2616B8;
}



.blueWithUnderline A:link {
	TEXT-DECORATION: underline; COLOR: #333399;
}

.blueWithUnderline A:visited {
	TEXT-DECORATION: underline; COLOR: #333399;
}

.blueWithUnderline A:hover {
	TEXT-DECORATION: underline; COLOR: #333399;
}

.blueWithUnderline A:active {
	TEXT-DECORATION: underline; COLOR: #333399;
}

.g-recaptcha {
/*	padding: 0.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
*/
	font-size: 120%;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: #07B53B;
	color: white;
	border-width: thin;
}
.cool-list {
    max-width: 600px;
    margin: 10px 0; /* 左寄せにするためautoを削除 */
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 5px 5px 5px 35px; /* 左側に30pxのパディングを追加 */
}

.cool-list ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
    counter-reset: item;
}

.cool-list ol > li {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.cool-list ol > li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #666;
    margin-left: -25px; /* 番号を左に移動 */
    position: absolute;
}

.cool-list ul {
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.cool-list ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.cool-list ul li:last-child {
    border-bottom: none;
}

.cool-list ul li:hover {
    background-color: #f9f9f9;
}

.cool-list strong {
    color: #333;
}
.tr-description {
    display: block;
    margin-top: 2px;
    margin-bottom: 15px;
    padding-left: 24px;
    line-height: 1.5;
    color: #333;
}

.tr-h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}




.cool_tbl {
  width: 90%;
  max-width: 1200px;
  margin: 3px  auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.cool_tbl th, .cool_tbl td {
  padding: 8px 5px;
  border: 2px solid #e0e0e0;
  text-align: center;
}

.cool_tbl th {
  background-color: #f0f4f8;
  font-weight: 600;
  color: #2c3e50;
}

.cool_tbl td {
  color: #34495e;
}

.cool_tbl td:first-child {
  font-size: 1.1em;
  font-weight: 500;
}

.cool_tbl a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cool_tbl a:hover {
  color: #2980b9;
  text-decoration: underline;
}

.cool_tbl tr:nth-child(even) {
  background-color: #f9fafb;
}

.cool_tbl tr:hover {
  background-color: #f0f4f8;
  transition: background-color 0.3s ease;
}



