﻿@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	background: #FFF;
        color: #004831;
}
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	word-wrap: break-word;
	font: 12px/1.231 "メイリオ",Century Gothic, Verdana, Arial, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	width: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, menu {
	display: block;
}
a img, map a {
	border: none;
}
img {
	-ms-interpolation-mode: bicubic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: 100%;
	font-size: inherit;
	empty-cells: show;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
label {
  font-size: 15px;
  margin-right: 5px;
}

#idl_exp_header {
  background: #fff;
  position: fixed;
  width: 2000px;
  z-index: 9999;
  height: 76px;
  padding: 0 0 0 0;
  top: 0px;
}

#idl_exp_logo {
  float: left;
  line-height: 0;
  width: 260px;
  height: 75px;
  margin-top:0px;
  overflow: hidden;
}

#idl_exp_logo img {
  opacity: 1 !important;
  margin-top: -15px;
}

#idl_contents {
  position: relative;
}

#idl_main {
  padding-top: 100px;

}

#idl_footer {
  padding: 40px 0 40px 40px;
  max-width: 86%;
}

#idl_copyright {
  font-size: 11px;
  font-size: 12px;
}

.h_right {
  float: left;
  padding: 0 0 0 0;
  height: 104px;
  max-width: 1740px;
  min-width: 1740px;
}

.h-exp-main {
  margin-top: 0px;
  height: 71px;
}

.idl-exp-line {
  position: fixed;
  top: 71px;
  display: block;
  float:left;
  width: 2000px;
  height: 5px;
  background: #004831;
  z-index: 99999;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.section {
  border-bottom: 1px solid #004831;
  padding: 30px 0 10px 60px;
  width: 90.5%;
}

.section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.section.onepage_section {
  padding: 10px 0 10px 60px;
  width: 90.5%;
}

.section_inner {
  max-width: 100%;
}

.table-error {
  width: 720px;
  margin-bottom: 10px;
}

.dtlList {
  color: #323232 !important;
}

.border-bottom-error {
  border-bottom:2px #99cc00 solid;
}

.logo-style-error1 {
  color: rgb(0, 51, 0);
  font-family: Times New Roman,sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

.logo-style-error2 {
  color:#003300;
  font-size: 10pt;
}

.h15-error {
  height: 15px;
}

.border-top-error {
  border-top: 2px rgb(204, 204, 204) solid;
}

.page-error-view {
  display: inline-block;
  position: relative;
  width: 720px;
  color: red;
  background: rgba(220,0,20,.2);
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px;
  border-style: solid;
  border-color: rgba(220,0,20, 1);
}

.error-message {
  color:red;
  font-size: 13px;
}

.message-code {
	text-align: right;
}

.g_text {
  line-height: 1.7;
  color: #323232;
  padding-bottom:20px;
}

.g_text h3 {
  line-height: 1;
 /*  padding-left: 13px; */
}

.headline4 {
  font-weight: bold;
  font-size: 15px;
  font-size: 16px;
  margin-bottom: 10px;
  color:#323232;
}

.g_text_ul{
  margin-left: 30px;
  list-style-type: disc;
}

.mt10  {
  margin-top:10px !important;
}

.fs13{
  font-size:13px;
}

.ta-center{
  text-align: center;
  padding: 0px;
}

.sorry-message{
  margin-left:15px;
  margin-right:15px;
}


#idl_footer .f_info {
  float: left;
}

#idl_footer .name {
  font-size: 13px;
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: bold;
}

.font_green{
	color:green;
	padding-top:20px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
}

.font_red{
	color:red;
}

.font_h1{
	 font-size: 16px;
}

.headline5 {
  font-weight: bold;
  font-size: 15px;
}

.time_text{
	padding-top:10px;
}


.display-settings::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../image/icon_pop.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    right: 2px;
}

a.blue_link {
  color: #288cff;
  text-decoration: underline;
}
.help {
  font-size: 12px;
  margin-left: 16px;
}

