/* ------------------------------
 2009-10-21  koyanagi
 @charset指定を追加
------------------------------ */
@charset "utf-8";

html {
  overflow-y: scroll;
}
body {
  text-align: center;
  background-color: #ffffff;
  font-size: 12px;
}

td {
  color: #000000;
  font-size: 12px;
}
table {
  font-size: 12px;
}

input {
  font-size: 12px;
  border-width: 1px;
}
.input {
  border: solid 1px #b0cafa;
}
select {
  font-size: 12px;
}
textarea {
  font-size: 12px;
}

a:link {
  color: #3563FF;
  text-decoration: underline;
}
a:visited {
  color: #3563FF;
  text-decoration: underline;
}
a:active {
  color: #3563FF;
  text-decoration: underline;
}
a:hover {
  color: red;
  text-decoration: underline;
}

.search_item{
  font-size : 10px;
}

.caution {
  color: #ee4335;
}

#dialogcentering {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 700px;
  margin-left: -350px;
}
.header_item {
  background-color: #d3e2f4;
  font-weight: bold;
}

.comment {
  color: green;
}
.font_red {
  color: red;
}

.font_green {
  color:green;
}
.menu_table td {
  border: solid 1px #3d4e7e;
  border-right: none;
  border-bottom: solid 3px #3d4e7e;
}
.menu_table td a:visited {
  color: #000000;
  text-decoration: none;
}
.menu_table td a:link {
  color: #000000;
  text-decoration: none;
}
.menu_table2 td {
  border: solid 1px #3d4e7e;
  border-bottom: solid 3px #3d4e7e;
}
.menu_table2 td a:visited {
  color: #000000;
  text-decoration: none;
}
.menu_table2 td a:link {
  color: #000000;
  text-decoration: none;
}

.table_height td {
  height: 30 !important;
}

.main_table {
  border-collapse: collapse;
  border: 1px solid #3d4e7e;
}
.main_table td {
  border: 1px solid #3d4e7e;
}

.input_table {
  border-collapse: collapse;
  border: 1px solid #3d4e7e;
}
.input_table td {
  border: 1px solid #3d4e7e;
}

@media (max-width: 568px)  {
    .input_table td {
        border: 1px solid #3d4e7e;
        display : block;
        width : auto;
    }
}


.sub_table {
  border-collapse: collapse;
  border: none;
}
.sub_table td {
  border: none;
}

.table_line {
  border: 1px solid #3d4e7e !important;
  border-collapse: collapse !important;
}

.table_line td {
  border: 1px solid #3d4e7e !important;
  border-collapse: collapse !important;
}

.sub_table_line {
  border: none !important;
}

.sub_table_line td {
  border: none !important;
}
.table_enclose {
  border-collapse: collapse;
  border-left: 1px solid #3d4e7e;
  border-right: 1px solid #3d4e7e;
  border-bottom: 1px solid #3d4e7e;
}

.table_enclose td {
  border-collapse: collapse;
  border-right: 1px solid #3d4e7e;
}

.table_top_line td {
  border-top: 1px dotted #3d4e7e !important;
  border-collapse: collapse !important;
  height: 30 !important;
}

.boder-top_and_right{
  border-top: 1px solid #3d4e7e !important;
  border-right: 1px solid #3d4e7e;
  border-collapse: collapse !important;
}

.boder-top_and_right td {
  border-top: 1px solid #3d4e7e !important;
  border-right :1px solid #3d4e7e;
}
.border-right_none {
	border-right: hidden !important;
	border-collapse: collapse !important;
}

.table_noline {
  border-collapse: collapse;
  border: none !important;
}

.table_noline td {
  border: none !important;
}

.ScrollBox {
  font-size : 10px;
  overflow:auto;
  width:120px;
  height:160px;
  border:none;
  margin:0px;
  scrollbar-arrow-color: #a0a0a0;
  scrollbar-face-color: #ffffff;
  scrollbar-3dlight-color: #a0a0a0;
  scrollbar-darkshadow-color: #a0a0a0;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
}

.bgblue_colwhite {
  background-color: #3d4e7e;
  color: #ffffff;
}
.bgblue_change {
  background-color: #ff3300;
  color: #ffffff;
}
.bgblue_colwhite td {
  background-color: #3d4e7e;
  color: #ffffff;
}
.bgblue_change td {
  background-color: #ff3300;
  color: #ffffff;
}

#tab {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0px;
  border-bottom: none;
  height: 30px;
  overflow: hidden;
  list-style-type: none;
}
#tab li {
  float: left;
  height: 30px;
}
#tab li a {
  display: block;
  width: 100px;
  height: 30px;
  border: none;
  border-bottom: 0;
  color: #777;
  text-align: center;
}
#tab li a:hover, #tab li.present a {
  border-color: #3d4e7e;
  color: #3d4e7e;
}

#page1, #page2, #page3, #page4, #page5, #page6 {
  margin-bottom: 12em;
  padding-top: 1em;
}

.table_under_line td {
  border-bottom: 1px dotted #3d4e7e !important;
  border-collapse: collapse !important;
  height: 30 !important;
}

.top_item_link {
  font-size: 15px;
}
.font_s18 {
  font-size: 18px;
}
.cursor_finger {
  cursor: pointer;
}

div#header, div#main, div#footer {
  width: 870px;
  margin: 0 auto;
  text-align: left;
}

div#dialogheader, div#dialogmain, div#dialogfooter {
  width: 680px;
  margin: 0 auto;
  text-align: left;
}

.detail_td {
   padding-left : 1.5em;
   line-height  : 1.7em;
   word-break   : break-all;
   word-wrap    : break-word;
}

.detail2_td {
   padding-left : 0.8em;
   line-height  : 1.7em;
   word-break   : break-all;
   word-wrap    : break-word;
}

.interlinear_space{
	line-height:20px;
	font-size  :15px;
}

.first_font
{
	line-height:18px;
	font-size  :13px;
}
.flow_font{
	font-size  :14px;
	background-color:#ecf377;

}
.marker_noting
{
	list-style-type: none;
}

.other_specs
{
	position:relative;
	padding-left:1em;
	padding-right:1em;
}

.new_border {
	border-bottom: 2px dotted #444780;
}

.new_breadcrumb {
	border-bottom: solid 2px;
	darkblue;
	margin-left:3px;
}

.new_breadcrumb_ol {
	margin-bottom:3px;
	margin-top:3px;
}

.new_login_footer {
	background-color:#d1e3f7;
}

.new_left {
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}

.new_right {
	text-align:left;
	margin-top:10px;
}

.new_img_title_top {
	margin-top:10px;
}

.msg_title {
	background-color : #3D4E7E;
	text-indent:3em;
	background-repeat: no-repeat;
}
