@charset "utf-8";

/* 子CSS
--------------------------------------------------------------------*/

	div#topMenu div.FlowBox div.FlowBoxBody {
	display: block;
	margin-bottom: 15px;
	}

#main {
	padding-left : 10px;
	background : #fff;
	border-radius : 10px;
}

#main span{
	color:#ff0000;
}

#main h2 {
	margin-right : 20px;
	margin-top : 10px;
}

#main p {
	margin-left : 10px;
}

#main p.LM{white-space:nowrap;}

#main div.space10 {margin-top:50px;}

	#main #chk{
		text-align : center;
		border : 1px solid #ccc;
		margin : 15px auto;
		padding : 15px 0px;
		width : 70%;
	}


/* index.html お知らせ
----------------------------------------*/
dl#top_info dt{
	margin-left : 20px;
	padding-left : 10px;
	margin-right : 25px;
	background : #eee;
	font-weight : bold;
}

dl#top_info dd{
	margin-left : 35px;
	margin-bottom : 20px;
}

table {
	border-collapse:collapse;
	font-size: 100%; 
	border-spacing: 0;
}

header {
	height: 50px;		/*ヘッダーの高さ*/
	font-size : 1.4em;
	margin-bottom: 10px;
}

header #logo {
	position: absolute;
	left: 60px;
	top: 10px;
	text-decoration:none;
	display = inline;
}

header #logo a{
	margin-right : 30px;
	text-decoration:none;
	color : #eee;
}

header #logo a:hover {none;color: #666}

header #company {
	float : right;
	color : #fff;
}
#menu_icon {
	display:none;
	margin-left : 10px;
}

div#user_name {
	margin-bottom : 10px;
	border-bottom : 1px solid #ddd;
}

button a{
	text-decoration: none;
}

input#dummy {
	display:block;
	border:1px solid #ddd;
	text-align:center;
	display:inline;
}

input#dummy2 {
	display : none;
	border : none;
}

div#input_name_area {
	border : 1px solid #ddd;
	border-radius : 10px;
	text-align: center;
	padding-top : 20px;
}
/*従業員マスター設定ページ
-----------------------------------*/
div#staff_master_insert ,
div#staff_insert{
	margin:15px 15px;
}

div#staff_master_insert form{
	margin:15px 15px;
}

div#staff_master_insert p {
	margin : 3px 5px;
	padding : 0px;
}

div#staff_master_insert p.sm {
	font-size : 12px;
	color : #006;
}

input#new_staff_insert ,
input#new_staff_insert_reset {
	width:130px;
	height : 35px;
	vertical-align:middle;
	font-size : 1.0em;
	padding : 0px;
}

div#del_msg ,
div#delete_confirm{
	margin:15px 15px;
	padding:5px;border:1px solid #c00;
	border-radius:8px;
	width : 450px;
	text-align:center;
}
div#csv_upload{
	margin-top:5px;
	margin-bottom:5px;
}

input#file{
	width : 450px;
}

input#upload {
	font-size : 1.0em;
}

/*サイト設定ページ pms_config_create.php
---------------------------------------------------------------------------*/
div.config_create {
	margin-bottom : 10px;
	border-bottom : 1px solid #eee;
	padding: 0px 5px 0px 5px;
	padding-top: 5px;
}

div.config_create h3::first-letter {
	border-left: 3px solid #7badc9;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

div.config_create input.sub_mit{
	margin-left : 30%;
	font-size:1.1em;
}

div.config_create input.reset{
	margin-left : 60%;
	font-size:1.1em;
	width : 150px;
}

div.config_create ol li{
	display:inline-block;
}

/*サイドバー
---------------------------------------------------------------------------*/
#sub h2{
	/*border-top : solid 3px #ccc;*/
	padding : 0px;

}

.side_h{
border-top : solid 2px #eee;
	border-radius : 10px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	margin-bottom : 150px;
	border-top : solid 1px #ccc;
	padding-top: 20px;
	height : 150px;
}

div #footAdd{
	font-size : 0.9em;
	margin-top : 10px;
}


/* 
テーブルの枠線を細くする
------------------------------*/
table.line1
{
   border-left: solid 1px #999999;
   border-bottom: solid 1px #999999;
}


table.line1 th,
table.line1 td {
   	border-top: solid 1px #999999;
   	border-right: solid 1px #999999;
   	padding		:5px;
	line-height:1.5em;
	vertical-align:top;
}

table.line1 ol li{
margin-left:15px;
	margin-bottom:5px;
	list-style-type:disc;
}

table.line1 ul li{
margin-left:0px;
	margin-bottom:5px;
	list-style-type:decimal;
}


td.red{
	color:#ff0000;
}

td.blue{
	background : #EFF8FB; 
}

table.support {
	border-collapse:collapse;
	margin-bottom:10px;
	margin-left : 15px;
	width : 95%;
}

table.support th {
	background : #eee;
	font-weight: normal;
}

table.support td {
	font-weight: normal;
	font-size : 95%;
}

table.support ul{
	line-height:2.0em;
	padding-left:25px;
	list-style:decimal;
}

table.new_user td{
	text-align : center;
	font-size : 12px;
}

table.learning td{
	text-align : center;
	font-size : 12px;
}

table.new_user th{
	font-size : 12px;
	background:#ddd;
}

table.tb_input_name_area{
	width : 90%;
}
/*
テーブル自動番号
----------------------------------------*/
table.number {
    counter-reset: num;
}
 
 
table.number td.numb {
	white-space: pre;
    counter-increment: num;
}
 
table.number td.numb:before {
    content: " " counter(num) ".";
}


/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	margin-bottom: 20px;
	border-radius: 3px;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);
	background: linear-gradient(#FFF, #e5e5e5);
	font-size: 12px;
	letter-spacing: 0.1em;	
	border: 1px solid #999;	
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	
	background: linear-gradient(#e5e5e5, #FFF);
}

/*教育 education
_________________________________*/

/* 回答フォーム*/
form#education {width : 95% ;}

input#lastName,
input#firstName,
input#name_chkNo
 {width:80px;}

	input#education_answer,
	input#name_check {
		width:100px;
		height : 35px;
		vertical-align:middle;
	}

div#selAnswer {
	margin : 15px 10px 15px 15px; 
	padding : 10px ;
	border : 1px solid #ddd;
	border-radius : 10px;
}

/* 簡易教育のアンケートエリア*/
div.question_area{
	margin-top:10px;
}

div#coment_answer input#answer_comment,
div.question_area input {
	width: 100%;
	max-width: 400px;
	height : 5em;
/*	box-sizing: border-box;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: border-box;
	resize:none;
*/
}

div#selAnswer textarea.question{
	width: 100%;
	max-width: 700px;
	height : 3em;
	border:none;
}

div#selAnswer textarea.comment {
	width: 100%;
	max-width: 400px;
	height : 5em;
	box-sizing: border-box;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing: border-box;
	resize:none;
}

div#education_cont {
	margin-left : 10px;
	margin-right : 10px;
}

div#education_cont span#welcome {
	font-weight : bold;
	color : #000;
}

div#education_cont div.education_text{
	border : 1px solid #ccc;
	border-radius : 6px;
	margin-left : 10px;
	margin-bottom : 10px;
	padding : 10px;
}

div#education_cont div.education_text h3::first-letter {
	border-left: 3px solid #7badc9;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

div#selAnswer,
div#thanks,
div#thanks button {
	font-size : 1.0em;
}

input#answer_comment{
	width: 100%;
	max-width: 400px;
	height : 5em;
}

	input#confirm , 
	input#text_open,
	input#confirm,
	input#name_check,
	input#answer_area_on,
	input#education_answer_comfirm,
	input#education_answer {
		font-size:1.0em;
		width : auto;
		height : 2.5em;
	}

div.input_button{
	text-align:center;
}

p.input_button{
	text-align:center;
}
