@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

html {
	background: #ffffff;
}

body{
	text-align: left;
	font-size: 11pt;
	color: #333;
	background: #f5f5f5;
	font-family:"ƒƒCƒŠƒI", meiryo, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN';
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

textarea{
	padding:5px;
}

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: normal;
/*	background: #f5f5f5;*/
/*	border-bottom: 1px solid #555555;*/
	border-left: 10px solid #444444;
	padding: 3px 0 3px 10px;
	margin-bottom: 20px;
}

h1.top_ttl{
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	background: url(./img/bar2.gif) repeat-x left center;
	border: 1px solid #000099;
	border-left: 10px solid #000099;
	padding: 2px 0 3px 10px;
	margin-bottom: 20px;
	border-radius: 10px;		/* CSS3‘ˆÄ */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 7px;	/* Firefox—p */

}

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

.link_blank{
	margin:0 0 5px 15px;
	padding:0 0 0 30px;
	background:url("./img/blank.png") no-repeat 0 0;
}

img { border-style: none; }

a { color: #0060FF; }
a:hover { background-color: #E3EEFF; }


/*@@‹¤’ÊƒXƒ^ƒCƒ‹*/

/*---•¶ŽšF-------------------------------------*/
.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; }

/*---ˆÊ’u-------------------------------------*/
.al-l { text-align: left; }
.al-c { text-align: center; margin:10px;}
.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;
}


/*ƒGƒŠƒAƒXƒ^ƒCƒ‹*/
div#header{
	width: 100%;
//	height: 50px;
	text-align: left;
	margin: 0 auto 10px;
	background:#ffffff;
box-shadow: 0 3px 3px 0 rgba(17, 17, 17, 0.2);
}

.h_logo{
	padding:5px 0 5px 5px;
}

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

#wrap{
	margin:10px 0 0 0;
}

.clearfix {
	height: 1px;
	height: auto;
	overflow: hidden;
}
.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
div#menu{
	width: 240px;
	text-align: left;
	height:100vh;
/*	margin: 0 auto;*/
	background:#cccccc;
	margin-right: 10px;
	margin-bottom: 20px;
	float:left;
	overflow:auto;
}

div#main{
	width: 1000px;
	float:left;
	text-align: left;
	margin: 0;
/*	background: #fff;*/
	border-radius: 10px;		/* CSS3‘ˆÄ */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 7px;	/* Firefox—p */
}

div#main .contents{
//	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 10px;		/* CSS3‘ˆÄ */
	-webkit-border-radius: 7px;	/* Safari,Google Chrome—p */
	-moz-border-radius: 7px;	/* Firefox—p */
//	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
/*	box-shadow: -2px -2px white, 2px 2px #cccccc;*/

}


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


/*ƒe[ƒuƒ‹*/
/*tr.even{ background: #f5f5f5; }*/

/*---ƒƒOƒCƒ“---------------------------------*/

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

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

table.login th{
	background: #777777;
	color:#fff;
}


input[type="text"]{
	border:1px solid #cccccc;
	border-radius:6px;
	padding:5px;
}

/*---ŒÂ•Ê‚t‚q‚k---------------------------------*/

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

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

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


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

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

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


/*---ƒf[ƒ^tbl-------------------------*/

.pg_tbl{
 margin:0 auto;
 width: 970px;
 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{
 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:#F0F0F6; }


.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:#000000;
    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{
	margin:10px 0 30px 0;
	padding:10px;
	width:800px;
//	border:1px solid #cccccc;
	background:#f0f0f0;
	box-shadow: -1px -1px white, 1px 1px #cccccc;
}

.search_api_list{
	margin:10px 0 10px 0;
	padding:10px;
	width:800px;
	background:linear-gradient(#f0f0f0, #fafafa);
	box-shadow: -1px -1px white, 1px 1px #cccccc;
}

.api_get{
	margin:10px auto;
	width:800px;
}

.api_get li{
	border-bottom:1px dotted #cccccc;
	list-style-type:none;
	padding:10px 0 20px 0;
}

.s_api{
	width:250px;
	padding:5px;
}

.btn{
	padding:5px;
}



