@charset "shift_jis";

/*================================================================================

	default.css for www.nelt.co.jp
	Last modified:  2025-09-08

================================================================================*/


/*-------------------------------------------------------------- general styles */
* {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

.pbPage {
	margin: 0 auto;
	overflow:visible;
	text-align: left;
	padding-bottom: 0px;
	/*background-image: url(/library/_140__187__141_s/english/common/images/bg-body.jpg);/* 20170117add */
	/*background-repeat: repeat-x;/* 20170117add */
	font-family: Arial, Verdana, Helvetica, sans-serif;/* 20170117add */
}

/*----------------------------------------------------------------- body styles */
.pbPage {
	padding-bottom: 10px;
	background-color: #fff;
	/*background-image: url(/library/_140__187__141_s/english/common/images/bg-body.jpg);
	background-repeat: repeat-x;*/
	text-align: center;
	line-height: 1.6;
	font-size: 100%;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.pbMainArea{
	overflow: visible;
}

div.singleColumn{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

body.popup { background-image: none; }

/*---------------------------------------------------------------- block styles */

ul,
ol,
dl {
	list-style-type: none;
	list-style-position: outside;
}

li,
dt,
dd { font-size: 80%; }

dt,
dt label {
	font-weight: bold;
	color: #004171;
}

/*
dd
{
	no style
}
*/

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd { font-size:	100%; }

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p { }

/*
form
{
	no style
}
*/


input,
textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: white;
}

input.radio {
	background-color: transparent;
	border: none;
	margin-bottom: -2px;
}

input.checkbox {
	background-color: transparent;
	border: none;
}

input.submit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6c737a;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
	padding: 1px 0.5em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

td,
th { background-color: #fff; }

/*--------------------------------------------------------------- inline styles */
img {
	border: none;
	vertical-align: bottom;
}

em {
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
}

strong { font-weight: bold; }

/*------------------------------------------------------------------ link styles */
a:link {
	color: #0041B1;
	text-decoration:none;
}

a:visited {
	color: #0041B1;
	text-decoration:none;
}

a:hover {
	/*	padding-bottom: 2px; */
    color: #0041B1;
	text-decoration: underline;
}

a:active {
	color: #0041B1;
	text-decoration: underline;
}

/*-------------------------------------------- acronyms and abbreviations styles */
acronym,
abbr { cursor:help; }

/*------------------------------------------------------------------------------ */
span.alpha {
	font-size: 150%;
	font-family: "Times New Roman", Times, serif;
	line-height: 0px;
}

a span.alpha { color: #0041B1; }

h3 span.alpha { color: #000; }

div#news a span.alpha { color: #666; }

div.flex{
	display: flex;
	height: 30px;
}

/*  EOF */