﻿@charset "utf-8";
/* ページ全体の基本設定 */
html{ overflow-y:scroll; }
body{ font-size:14px;font-family:"メイリオ","Times New Roman","ＭＳ Ｐゴシック"; }
image{ border:none; }
table,th,td { border-collapse:collapse;border-color:#aaa; }
select,input,textarea,button{ font-family:"メイリオ","Times New Roman","ＭＳ Ｐゴシック"; }
label { cursor:pointer; }
a:hover{ color:#bbb; }

/* 全体の設定 */
.all_div{
	width:1100px;
	margin:auto;
}

/* システムタイトル */
.sys_title{
	background-color:#bbb;
	color:white;
	text-align:center;
	margin-bottom:10px;
}
.main_title{
	padding-top:10px;
	font-size:50px;
	font-weight:bold;
}
.sub_title{
	padding-bottom:10px;
}

/* カレンダー入力のカレンダーアイコン */
img.ui-datepicker-trigger{
	cursor: pointer;
	position:absolute;
	margin-left:5px;
}

/*　メニューボタン　*/
.menu_btn{
	width:100px;
	border:none;
	line-height:200%;
	cursor:pointer;
}

/* 入力画面の項目枠 */
.input_div{
	margin-left:30px;margin-bottom:30px;background-color:#eee;
}
.input_div_b{
	margin-left:30px;margin-bottom:30px;background-color:#eee;border:1px #ccc solid;
}
.input_div_bp{
	margin-left:30px;margin-bottom:30px;background-color:#eee;border:1px #ccc solid;padding:5px;
}
.input_div0{
	margin-left:30px;background-color:#eee;
}


