@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

img{
	max-width:100%;
}

html {
	/* overflow-y:scroll; */
	scroll-behavior: smooth;
/*	background: #555555;.txtbox2
	background: url(./img/bg3.png) fixed center 120px;*/
}

body{
	text-align: left;
	font-size: 11pt;
	color: #777777;
	background: #ffffff;
	font-family:"メイリオ", meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	height:100%;
}


h1 {
	font-size: 22px;
	color: #333;
	padding: 7px 10px 2px 10px;
	height: 20px;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 20px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	background: none;
	border-bottom: 0px solid #cccccc;
	border-left: 10px solid #0066cc;
	padding: 3px 0 3px 10px;
	margin-bottom: 20px;
	color: #777777;
}

h1.top_ttl{
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	background: url(./img/bar2.gif) repeat-x left center;
	border: 1px solid #000099;
	border-left: 10px solid #0066cc;
	padding: 2px 0 3px 10px;
	margin-bottom: 20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */

}

p{	line-height: 140%;margin: 0px 0px 20px 0px; }


img { border-style: none; }

a { color: #0066cc; }
a:hover { background-color: #E3EEFF; }


/*　　共通スタイル*/

/*---文字色-------------------------------------*/
.red { color: #ff0000; }
.blue { color: #000099; }
.green { color: #003300; }
.orange { color: #ff6600; }


/*---文字装飾-------------------------------------*/
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration:underline; }
.s { text-decoration:line-through; }

.mk{ background: #FFFFA4; }

/*---位置-------------------------------------*/
.al-l { text-align: left; }
.al-c { text-align: center; }
.al-r { text-align: right; }

.fl-l { float: left;margin: 0 20px 20px 0; }
.fl-c { float: center; }
.fl-r { float: right; }

input.cursors {
    cursor: pointer;
}



/*エリアスタイル*/


div#header{
	width: 900px;
	height: 80px;
	text-align: left;
	margin: 0 auto;
	background:#cccccc;
}

div#bar{
	width: 100%;
	height: 20px;
	text-align: left;
	background: url(./img/menu_bak.png) repeat left center;
	margin-bottom: 20px;
}

div#menu{
	width: 100%;
	/* height: 40px; */
	text-align: left;
	margin: 0 auto;
	background: url(./img/menu_bak.png) repeat left center;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
	position: fixed;
	top:0;
	z-index:999999;

}

.menu ul{
  padding:0;
/*  margin: 0 auto;
  width: 1360px; */
}

.menu ul li.ch_logo{
	width:670px;
	text-align:left;
}

.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 168px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
/*  background: url() repeat-x left center #283985;*/
  color: #ffffff;/*親メニューの文字色*/
  text-align:center;
  font-weight:normal;
  border-right: 1px solid #4f4949;
}

.menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.menu ul li:hover, .menu ul li a:hover {
  background:#777777;/*ホバー時の親メニューの背景色*/
  color:#FFFFCC;/*ホバー時の親メニューの文字色*/
}

.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 168px;
  z-index: 100;
}

.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 168px;/*サブメニューの幅*/
  height: 0;
  background:#cccccc;/*サブメニューの背景色*/
}

.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#bbbbbb;/*ホバー時のサブメニューの背景色*/
  height:35px;/*サブメニューの高さ*/
}

.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:35px;/*サブメニューの高さ*/
  z-index: 10;
}

.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.lg_out{
	background: #8C0000;
}

.menu ul li.lg_out a:hover{
	background: #FF6F6F;
}

div#main{
/* 	width: 1360px;
	margin: 0 auto; */
	text-align: left;
	background: #ffffff;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 7px;	/* Firefox用 */
	position:relative;
	top:80px;
}

div#main .contents{
/*	border: 1px solid #dcdcdc;*/
	background: #ffffff;
	margin-bottom: 20px;
	padding: 10px;
}


div#footer{
	clear: both;
/*	border-top: 1px solid #dcdcdc ;*/
	width: 100%;
	text-align: center;
	margin: 70px auto 0;
	padding-top: 20px;
	color: #a9a9a9;
}

.txtbox{
	padding:5px;
	width:600px;
}
.txtbox2{
	padding:2px;
	width:700px;
}



/*テーブル*/
/*tr.even{ background: #f5f5f5; }*/

/*---ログイン---------------------------------*/

table.login{
	border-collapse: collapse;
	border-spacing: 0;
}

table.login th,table.login td{
	border: 1px solid #333333;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font-weight: normal;
}

table.login th{
	background: #555555;
	color:#a9a9a9;
}





/*---個別ＵＲＬ---------------------------------*/

table.conf{ width: 1200px;font-size: 10pt;margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }

table.conf th,table.conf td{
	border: 1px solid #999999;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	padding:8px;
	font-weight: normal;
}

table.conf th.c1{ width: 250px; background: #f0f0f0; color:#777777;}
table.conf th.c2{ width: 250px; background: #f0f0f0; color:#777777;}
table.conf th.c3{ width: 250px; background: #f0f0f0; color:#777777; }
table.conf th.c4{ width: 250px; background: #f0f0f0; color:#777777;}
table.conf th.c5{ width: 250px; background: #f0f0f0; color:#777777;}
table.conf th.c6{ width: 250px; background: #f0f0f0; color:#777777;}
table.conf td{ width: 600px; padding-left:10px; }


table.indiv{ width: 1200px;font-size: 10pt;margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }

table.indiv th,table.indiv td{
	border: 1px solid #999999;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	padding:8px;
	font-weight: normal;
}

table.indiv th.c1{ width: 250px; background: #f0f0f0; color:#777777;}
table.indiv th.c2{ width: 250px; background: #f0f0f0; color:#777777;}
table.indiv th.c3{ width: 170px; background: #f0f0f0; color:#777777;}
table.indiv th.c4{ width: 80px; background: #f0f0f0; color:#777777;}
table.indiv th.c5{ width: 50px; background: #f0f0f0; color:#777777;}
table.indiv th.c6{ width: 50px; background: #f0f0f0; color:#777777;}


/*---データtbl-------------------------*/

.pg_tbl{
	/* margin:0 auto; */
	width: 1200px;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 10pt;
}
.pg_tbl th{
	padding: 6px;
	text-align: center;
	vertical-align: top;
	color: #666666;
	background: url(img/bg.jpg) repeat-x top left #eee;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
	font-weight:normal;
}
.pg_tbl td{
	color: #666666;
	padding: 5px;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #ccc;
	word-break:break-all;
}
.pg_tbl tbody tr:nth-child(even) { background-color:#FCFCFC; }
.pg_tbl tbody tr:nth-child(odd) { background-color:#F0F0F0; }

.pg_tbl_th1{
	width:600px;
}

.pg_tbl_th2{
	width:140px;
}
.pg_tbl td a{
	color: #0066cc;
}
.p_navi{
	/* float:right; */
	margin:3px 10px 3px 0;
	padding:5px;
}

.p_navi a,.p_navi a:visited{
	text-decoration:none;
	color:#cc9900;

}

.l_pages{
    float:left;
}

.all_pg{
    float:left;
	margin:4px 20px 0 0;
}

.link_pages{
	border:1px solid #cccccc;
	margin:0px 1px 0 1px;
	padding:2px 3px 2px 3px;
/*    cursor: pointer;*/
	color:#666666;
    float:left;
}
input.link_pages{
	border:1px solid #cccccc;
	margin:0px 1px 0 1px;
	padding:5px 4px 5px 4px;
    cursor: pointer;
	color:#cc9900;
    float:left;
    background:none;
}

select.cat_menu{
	font-size:120%;
}

input.cat_menu{
	font-size:140%;
}

.fip_tags{
	color: #666666;
	font-size: 0.8em;
	padding: 1em;
	border: 1px solid #283985;
	background:#FFFFFA;
}

.search_api {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    margin: 10px auto 30px;
    padding: 10px;
    width: 800px;
}

.txt{
	padding:6px;
	width:340px;
	ime-mode:active;
	border:1px solid #cccccc;
	border-radius:3px;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

.rbttxtares{
	/* background:rgba(0,0,0,0.7); */
	padding:10px;
	width:800px;
	border:1px solid #cccccc;
	border-radius:5px;
}

.rbttxt{
	color:#ffffff;
	padding:10px;
	line-height:180%;
	font-size:15px
}
.rbttxtareas{
	padding:10px;
	width:600px;
	border:1px solid #cccccc;
	border-radius:5px;
}

.qa{
	display:flex;
/*	border:1px solid #999999;
	border-radius:5px;
	background:#fafafa;*/
	width:840px;
}

.qa_img{
	width:100px;
}

.qa_form{
	width:720px;
	border-radius:5px;
}

.qa_form{
  position: relative;
  display: inline-block;
  margin:0.5em 0 1.0em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.qa_form:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.qa_form p ,.qa_form h4{
  margin: 0;
  padding: 0;
}

.flex-content{
	display:flex;
	justify-content:space-between;
}

.hist{
	/* width:650px; */
	margin-top:15px;
/*	margin-left:50px;*/
	/* max-height:800px;
	overflow-y:auto; */
}


@media screen and (max-width: 1360px) {

div#main{
	width:100%;
}

.flex-content{
	display:block;
}
.rbttxtareas,.hist{
	padding:5px;
	width:100%;
}

.txtbox{
	padding:5px;
	width:94%;
}
.txtbox2{
	padding:2px;
	width:94%;
}




table.conf{ width: 100%;}

table.conf th.c1{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c2{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c3{ width: 30%; background: #f0f0f0; color:#777777; }
table.conf th.c4{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c5{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c6{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf td{ width: 70%; padding-left:10px; }

table.indiv{ width: 100%;}

table.indiv th.c1{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c2{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c3{ width: 30%; background: #f0f0f0; color:#777777; }
table.indiv th.c4{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c5{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c6{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv td{ width: 70%; padding-left:10px; }

.pg_tbl {
  width: 100%;
}

.pg_tbl_th1{
	width: 60%;
}
.pg_tbl_th2{
	width: 20%;
}




}


@media screen and (max-width: 768px) {

body{
	width:100%;
}

div#main {
	clear:both;
	width:100%;
}

.menu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.menu ul li.ch_logo{
	text-align:left;
	/* width:30%;
	background:#25364C; */
}

.menu ul li.ch_logo img{
	width:94px;
}

.menu ul li{
    margin: 0 auto;
    padding: 0;
}

.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float:left;
  position: relative;
  width: 33%;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  /* background: url(./img/bak.gif) repeat left center; */
  color: #ffffff;/*親メニューの文字色*/
  text-align:center;
  font-weight:normal;
  border-right: 1px solid #cccccc;
}

.menu ul li ul {
  position: absolute;
  top: 40px;/*親メニューの高さと同じにする*/
  width: 100%;
  z-index: 100;
}

.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;/*サブメニューの幅*/
  height: 0;
  background:#A0A4BA;/*サブメニューの背景色*/
}

.menu ul li.lg_out{
	background: #C00703;
}

.menu ul li.lg_out a:hover{
	background: #FF6F6F;
}

.search_api{
	width:94%;
}

iframe{
	width:94%;
}

.txtbox{
	padding:5px;
	width:94%;
}
.txtbox2{
	padding:2px;
	width:94%;
}

table.conf{ width: 100%;}

table.conf th.c1{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c2{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c3{ width: 30%; background: #f0f0f0; color:#777777; }
table.conf th.c4{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c5{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf th.c6{ width: 30%; background: #f0f0f0; color:#777777;}
table.conf td{ width: 70%; padding-left:10px; }



.rbttxtares{
	padding:5px;
	width:100%;
}

.rbttxtareas,.hist{
	padding:5px;
	width:100%;
}

.flex-content{
	display:block;
}

table.indiv{ width: 100%;}

table.indiv th.c1{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c2{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c3{ width: 30%; background: #f0f0f0; color:#777777; }
table.indiv th.c4{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c5{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv th.c6{ width: 30%; background: #f0f0f0; color:#777777;}
table.indiv td{ width: 70%; padding-left:10px; }

.pg_tbl {
  width: 100%;
}

.pg_tbl_th1{
	width: 60%;
}
.pg_tbl_th2{
	width: 20%;
}



}

