/**
 * 共通スタイルシート
 */
html,body{
	height:100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height:120%;
}
a{
	color:#1A73E8;
}
input[type="checkbox"]{
	vertical-align:middle;
	margin-right:5px;
}
#pre_print_r{
	position:absolute;
	z-index:999;
	background:rgba(255,255,255,0.9);
	padding:1em;
	font-size:9pt;
	margin:0px;
	padding-top:0;
	max-width:100%;
	max-height:100%;
	overflow:auto;
}
#pre_print_r::before{
	display: block;
	content: 'pre_print_r';
	font-weight:bold;
	color:#888;
	top:0;
	font-style:italic;
}
#layoutTbl{
	height:100%;
	width:100%;
	display:table;
	border-collapse:collapse;
}
#topRow,
#midRow,
#btmRow{
	display:table-row;
}
#topCol,
#midCol,
#btmCol{
	display:table-cell;
}
#topCol{
	height:1px;
	color:#FFF;
}
#topCol header #logo{
	padding:8px 0 2px 10px;
}
#topCol header #title{
	background:#055;
	padding:5px 10px;
	box-shadow:0px 5px 5px rgba(0,0,0,0.3);
	position:relative;
}
#sysName{
	display:inline-block;
	line-height:2em;
	font-weight:bold;
}
#sysName > a{
	text-decoration:none;
	color:#FFF;
}
#burgerBtn{
	display:none;
}
#loginInfo{
	display:inline-block;
	float:right;
	font-size:12pt;
	height:2em;
}
#loginInfo > dl.name{
	display:table;
	height:100%;
}
#loginInfo > dl.name > dt,
#loginInfo > dl.name > dd{
	display:table-cell;
	vertical-align:middle;
}
#loginInfo > dl.name > dt{
	padding-right:20px;
}
#loginInfo > dl.name > dd > .btnBase{
	padding:5px;
	font-size:80%;
	line-height:1em;
}
#midCol{
	height:auto;
}
#btmCol{
	height:1px;
	padding:0.5em 3px;
	font-size:8pt;
	vertical-align:middle;
	background:#055;
	color:#FFF;
	position:relative;
	z-index:2;
}
#btmCol #copy{
	font-family: Century,'ＭＳ 明朝', serif;
	text-align:right;
}

/**
 * Midline
 */
#mainTbl{
	display:table;
	border-collapse:collapse;
	height:100%;
	width:100%;
	max-width:1824px;
}
#mainTbl.fullW{
	max-width:100%;
}

#mainRow{
	display:table-row;
}
#naviCol,
#mainCol{
	display:table-cell;
	padding:0px;
}
#naviCol{
	width:1px;
	white-space:nowrap;
}
#mainCol{
	width:auto;
	position:relative;
}
#mainFrame{
	padding:0px 1em;
	width:100%;
	height:100%;
}
#mainFrame::before{
	display: block;
	line-height:0px;
	content: '　';
}
#mainFrame::after{
	display: block;
	content: '　';
}
#topicPath{
	margin-bottom:15px;
	padding-left:6px;
	height:35px;
	line-height:35px;
	background-color:#E5F4E0;
	border: solid 1px #CCC;
}

/**
 *
 */
dl.box01{
	position:relative;
	padding-top:0.5em;
}
dl.box01 > dt{
	position:absolute;
	top:0px;
	left:0.5em;
	background:#FFF;
	font-weight:bold;
}
dl.box01 > dd{
	border:solid 1px #BBB;
	border-radius:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

div.phead{
	margin-bottom: 10px;
}

/**
 * 一覧用
 */
table.listTable{
	border-collapse:collapse;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	width:100%;
}
table.listTable > tr,
table.listTable > thead > tr,
table.listTable > tfoot > tr,
table.listTable > tbody > tr{
	height:100%;
}
table.listTable > tr > th,
table.listTable > tr > td,
table.listTable > thead > tr > th,
table.listTable > thead > tr > td,
table.listTable > tfoot > tr > th,
table.listTable > tfoot > tr > td,
table.listTable > tbody > tr > th,
table.listTable > tbody > tr > td{
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	padding:5px;
	height:100%;
}
table.listTable > tr > th,
table.listTable > thead > tr > th{
	font-weight:normal;
	vertical-align:middle;
}
table.listTable > tr > td,
table.listTable > tbody > tr > th,
table.listTable > tbody > tr > td{
	border-bottom:solid 1px #BBB;
}
table.listTable > tbody > tr:nth-child(even){
	background: #ebfaeb;
}
table.listTable > tbody > tr:hover{
	background: #c6f2ff;
}
table.listTable > thead > tr{
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), color-stop(0.50,#EFEFEF),to(#DCDCDC));
	background-image: -webkit-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:    -moz-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:      -o-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:         linear-gradient(to bottom,#DCDCDC,#EFEFEF 50%,#DCDCDC);
}
table.listTable tr.deleted{
	background-color: #CCC !important;
}
table.listTable > thead > tr > th.btns,
table.listTable > thead > tr > td.btns,
table.listTable > tbody > tr > th.btns,
table.listTable > tbody > tr > td.btns{
	padding:0px;
	width:1px;
	white-space:nowrap;
}
table.listTable > thead > tr > td.btns,
table.listTable > tbody > tr > td.btns{
	position:relative;
	border:solid 1px #999;
}
table.listTable > tbody > tr:last-child td{
	border-bottom:solid 1px #999;
}
table.listTable > thead > tr > th.btns > ul,
table.listTable > thead > tr > td.btns > ul,
table.listTable > tbody > tr > th.btns > ul,
table.listTable > tbody > tr > td.btns > ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:table;
	width:100%;
	height:100%;
	position:relative;
}
table.listTable > thead > tr > th.btns > ul > li,
table.listTable > thead > tr > td.btns > ul > li,
table.listTable > tbody > tr > th.btns > ul > li,
table.listTable > tbody > tr > td.btns > ul > li{
	display:table-cell;
	height:100%;
}
table.listTable .btns > ul > li a.btnBase{
	border-radius:0px;
	padding:5px;
	border-top:none;
	border-bottom:none;
	border-right:solid 1px #BBB;
	border-left:solid 1px #EEE;
	font-size:0.9em;
	line-height: inherit;
	width:100%;
}
table.listTable .btns > ul > li:first-child a.btnBase{
	border-left:none;
}
table.listTable .btns > ul > li:last-child a.btnBase{
	border-right:none;
}

/**
 * table
 */
table{
	border-collapse:collapse;
}
table.fullW{
	width:100%;
}
.maxMin{
	white-space:nowrap;
	width:1px;
}

table.fixed{
	table-layout:fixed;
}
table.noBorder{
	border:0px;
}
table.noBorder > tr > th,
table.noBorder > tr > td,
table.noBorder > thead > tr > th,
table.noBorder > thead > tr > td,
table.noBorder > tfoot > tr > th,
table.noBorder > tfoot > tr > td,
table.noBorder > tbody > tr > th,
table.noBorder > tbody > tr > td{
	border:0px;
}
table.noPad{
}
table.noPad > tr > th,
table.noPad > tr > td,
table.noPad > thead > tr > th,
table.noPad > thead > tr > td,
table.noPad > tfoot > tr > th,
table.noPad > tfoot > tr > td,
table.noPad > tbody > tr > th,
table.noPad > tbody > tr > td{
	padding:0px;
}


/**
 * タイトル
 */
div.titleLine{
	position:relative;
	margin:0 0px;
	margin-bottom:1em;
	padding:0px 4px 0px 30px;
	color:#666;
	background:#ccc;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset, 0px 9px 5px -5px rgba(0,0,0,0.3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), color-stop(0.50,#EFEFEF),to(#DCDCDC));
	background-image: -webkit-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:    -moz-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:      -o-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:         linear-gradient(to bottom,#DCDCDC,#EFEFEF 50%,#DCDCDC);
}
div.titleLine::before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
div.titleLine::after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}
div.titleLine > dl{
	margin:0px;
	padding:0px;
	display:table;
	width:100%;
	height:100%;
}
div.titleLine > dl > dt,
div.titleLine > dl > dd{
	display:table-cell;
	vertical-align:middle;
}
div.titleLine > dl > dt{
	font-weight:bold;
	color:#000;
	padding:10px 0px;
}
div.titleLine > dl > dd{
	white-space:nowrap;
	width:1px;
}
div.titleLine > dl > dd > a{
	text-decoration:none;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;
	border-bottom:solid 1px #BBB;
	padding: 5px 0.5em;
	font-size:0.9em;
	color:#666;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	border-radius:3px;
}
div.titleLine > dl > dd > a > img{
	max-height:1.4em;
}
div.titleSubLine{
	position:relative;
	margin:0 0px;
	margin-bottom:1em;
	padding:0px 10px 0px 30px;
	color:#666;
	background:#ccc;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset, 0px 9px 5px -5px rgba(0,0,0,0.3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), color-stop(0.50,#EFEFEF),to(#DCDCDC));
	background-image: -webkit-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:    -moz-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:      -o-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:         linear-gradient(to bottom,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	margin-top:1em;
}
div.titleSubLine::before{
	content:" ";
	position:absolute;
	top:0;
	left:15px;
	width:0;
	height:100%;
	border-left:#ccc solid 1px;
}
div.titleSubLine::after{
	content:" ";
	position:absolute;
	top:0;
	left:16px;
	width:0;
	height:100%;
	border-right:#eee solid 1px;
}

div.titleSubLine > dl{
	margin:0px;
	padding:0px;
	display:table;
	width:100%;
	height:100%;
}
div.titleSubLine > dl > dt,
div.titleSubLine > dl > dd{
	display:table-cell;
	vertical-align:middle;
}
div.titleSubLine > dl > dt{
	font-weight:bold;
	color:#000;
	padding:5px 0px;
}
div.titleSubLine > dl > dd{
	white-space:nowrap;
	width:1px;
}
div.titleSubLine > dl > dd > a{
	text-decoration:none;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #BBB;
	border-bottom:solid 1px #BBB;
	padding: 5px 0.5em;
	font-size:0.9em;
	color:#666;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	border-radius:3px;
}

/**
 *
 */
dl.searchBox{
	position:relative;
	padding-top:0.5em;
	margin-bottom:1em;
}
dl.searchBox > dt{
	position:absolute;
	top:0px;
	left:0.5em;
	background:#FFF;
	font-weight:bold;
	padding:0px 5px;
}
dl.searchBox > dd{
	border:solid 1px #BBB;
	border-radius:0.5em;
	padding:0.5em 1em;
	padding-top:1em;
	padding-bottom:1em;
}
dl.searchBox > dt > img{
	vertical-align:bottom;
	max-height:1em;
	margin-right:5px;
}
dl.searchBox > dd > .btnLine{
	padding-top:1em;
	text-align:center;
}
dl.searchBox > dd > .btnLine > .btnBase{
	width:6em;
}
table.searchTable{
	width:100%;
}
table.searchTable > tr > th,
table.searchTable > tr > td,
table.searchTable > tbody > tr > th,
table.searchTable > tbody > tr > td{
	border-top:solid 1px #BBB;
	border-bottom:solid 1px #BBB;
	vertical-align: middle;
}

table.searchTable > tr > th,
table.searchTable > tbody > tr > th{
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: linear-gradient(to bottom,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	white-space:nowrap;
	width:150px;
	padding:5px 1em;
	line-height:24px;
}
table.searchTable > tr > td,
table.searchTable > tbody > tr > td{
	padding:5px;
}
table.searchTable td label{
	line-height: 23px;
}
table.searchTable input,
table.searchTable select{
	margin-right:3px;
	height: 25px;
}

/* タブ表示 */
dl.tabFrame{
	width:100%;
	padding:0;
	margin:0;
	margin-top:1em;
}
dl.tabFrame dt.tabHead{
}
dl.tabFrame dt.tabHead > a{
	display:inline-block;
	text-decoration:none;
	position:relative;
	z-index:0;
	background:#FFF;
	padding:5px 1em;
	font-weight:normal;
	background:#DCDCDC;
	
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #999;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0px -4px 4px -4px rgba(0,0,0,0.5) inset,0 0 0 1px rgba(255,255,255,0.5) inset;
	color:#666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#BBB), color-stop(0.50,#DDD));
	background-image: -webkit-linear-gradient(top,#BBB,#DDD 50%);
	background-image:    -moz-linear-gradient(top,#BBB,#DDD 50%);
	background-image:      -o-linear-gradient(top,#BBB,#DDD 50%);
	background-image:         linear-gradient(to bottom,#BBB,#DDD 50%);
}
dl.tabFrame dt.tabHead > a:after{
	content:" ";
	background:#F9F9F9;
	box-sizing: border-box;
	bottom:-1px;
	left:1px;
	display:inline-block;
	position:absolute;
	width:calc(100% - 2px);
	height:2px;
}
dl.tabFrame dt.tabHead > a:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#CCC), color-stop(0.50,#EEE));
	background-image: -webkit-linear-gradient(top,#CCC,#EEE 50%);
	background-image:    -moz-linear-gradient(top,#CCC,#EEE 50%);
	background-image:      -o-linear-gradient(top,#CCC,#EEE 50%);
	background-image:         linear-gradient(to bottom,#CCC,#EEE 50%);
	color:#333;
}
dl.tabFrame dt.tabHead > a.active{
	transition: 0s;
	font-weight:bold;
	color:#000;
	z-index:1;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), color-stop(0.50,#F9F9F9));
	background-image: -webkit-linear-gradient(top,#DCDCDC,#F9F9F9 50%);
	background-image:    -moz-linear-gradient(top,#DCDCDC,#F9F9F9 50%);
	background-image:      -o-linear-gradient(top,#DCDCDC,#F9F9F9 50%);
	background-image:         linear-gradient(to bottom,#DCDCDC,#F9F9F9 50%);
}
dl.tabFrame dd.tabBody{
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	margin-top:-1px;
	position:relative;
	padding:10px;
	background:#F9F9F9;
}
dl.tabFrame dd.tabBody > div.tabItem{
	display:none;
}
dl.tabFrame dd.tabBody > div.tabItem.active{
	display:block;
}
dl.tabFrame dd.tabBody > div.tabItem > div.tableScroll{
	overflow-x: none;
	overflow-y: auto;
	height:300px;
}
div.tableScroll{
	overflow-x: none;
	overflow-y: auto;
	height:300px;
}
/**
 * Input Table
 */
table.inputTable{
	width:100%;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
}
table.inputTable th,
table.inputTable td{
	padding:5px;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
}


table.inputTable th{
	white-space:nowrap;
	width:1px;
	padding:8px 1em;
	background-image: -webkit-gradient(linear, left left, left left, from(#DCDCDC), color-stop(0.50,#EFEFEF), to(#DCDCDC));
	background-image: -webkit-linear-gradient(left,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:    -moz-linear-gradient(left,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:      -o-linear-gradient(left,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:         linear-gradient(to left,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	font-weight:normal;
	width: 150px;
	height: 40px;
	vertical-align:middle;
}
table.inputTable td{
	background:#FFF;
	height: 40px;
	vertical-align:middle;
}
table.inputTable td .comment{
	color:#555;
}
table.inputTable td div.comment{
	line-height:150%;
}
div#loginFrame > #loginBox > dl > dd> input.errBG,
table.listTable td.errBG,
table.inputTable td.errBG{
	background:#FEE;
}
table.inputTable td label{
	line-height: 23px;
}
table.inputTable select,
table.inputTable input{
	margin-right:3px;
	height: 25px;
}
div.btnLine{
	padding-top:1em;
	text-align:center;
}
div.btnLine > .btnBase{
	width:6em;
}
span.required {
    color: #F00;
}
span.font_red{
	color: #F00;
}
span.font_blue{
	color: #1E90FF;
}
span.font_gray{
	color: #808080;
}
ul.error_message {
	padding:5px 10px;
	line-height: 120%;
	margin-top:1em;
	margin-bottom:1em;
	background:#FEE;
	border:solid 1px #d90000;
	list-style:none;
	border-radius:5px;
}
ul.error_message > li{
	color:#d90000;
}
ul.error_message > li::before{
	content:"・";
}
ul.error_message > li > b{
	padding:0px 5px;
	text-decoration:underline;
}

/**
 * 一覧用ページャー
 */
.listPager{
	display:table;
	width:100%;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.listPager > ul{
	list-style:none;
	display:table-row;
}
.listPager > ul > li{
	display:table-cell;
	text-align:left;
}
.listPager > ul > li.limit,
.listPager > ul > li.summary{
	white-space:nowrap;
	width:1px;
	padding-left:1em;
	vertical-align: bottom;
}
.listPager > ul > li.limit > span > select{
	height: 25px;
}
.listPager > ul > li.summary > span{
	font-weight:bold;
	padding:0px 0.5em;
}
.listPager > ul > li.limit::before{
	content:"表示件数：";
	color:#555;
}
.listPager > ul > li.summary::before{
	content:"該当件数：";
	color:#555;
}

.listPager > ul > li.pager{
	text-align:left;
}

ul.page_navi{
	list-style:none;
	margin:0;
	padding:0;
}
ul.page_navi > li{
	display:inline-block;
	margin-right:5px;
	padding:0px;
}
ul.page_navi > li.prev,
ul.page_navi > li.next,
ul.page_navi > li.first,
ul.page_navi > li.last{
	width:30px;
}
ul.page_navi > li.space{
	width:1px;
}

ul.page_navi > li > a{
	display:inline-block;
	text-decoration:none;
	padding:2px 5px;
	line-height:100%;
	font-family: 'MS PGothic', arial, helvetica, sans-serif;
	color:#555;
	border-radius:3px;
	width:100%;
	text-align:center;

	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	text-shadow:1px 1px 0 rgba(255,255,255,1);
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5) inset;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCDCDC), color-stop(0.50,#EFEFEF),to(#DCDCDC));
	background-image: -webkit-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:    -moz-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:      -o-linear-gradient(top,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	background-image:         linear-gradient(to bottom,#DCDCDC,#EFEFEF 50%,#DCDCDC);
	transition: 0.2s;
}
ul.page_navi > li.now > a{
	font-weight:bold;
}
ul.page_navi > li > a:hover{
	box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset;
	text-shadow:1px 1px 0 rgba(0,0,0,0.3);
	color: #FFF;
	border-top: solid 1px #15AEEC;
	border-left: solid 1px #15AEEC;
	border-right: solid 1px #1a92c2;
	border-bottom: solid 1px #1a92c2;
	background: linear-gradient(top, #15AEEC, #1a92c2);
	background: -ms-linear-gradient(top, #15AEEC, #1a92c2);
	background: -moz-linear-gradient(top, #15AEEC, #1a92c2);
	background: -webkit-linear-gradient(top, #15AEEC, #1a92c2);
}

/**
 * 社員写真
 */
div.empPhoto{
	vertical-align:bottom;
	display:table;
}
div.empPhoto > .photoLine{
	display:table-row;
}
div.empPhoto > .photoLine > .photoItem{
	display:table-cell;
	position: relative;
}
div.empPhoto > .photoLine > .photoItem > img{
	width:180px;
	height:auto;
	vertical-align:bottom;
	border-top:solid 1px #BBB;
	border-left:solid 1px #BBB;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
}
div.empPhoto > .toolLine{
	display:table-row;
}
div.empPhoto > .toolLine > .btnItem{
	display:table-cell;
}
div.empPhoto > .toolLine > .btnItem > ul{
	display:table;
	width:100%;
	margin:0px;
	padding:0px;
}
div.empPhoto > .toolLine > .btnItem > ul > li{
	display:table-cell;
	margin:0px;
	padding:0px;
}
div.empPhoto > .toolLine > .btnItem > ul > li > .btnBase{
	padding:5px;
	width:100%;
	border-radius:0px;
	border-top:0px;
}
/* datepicker */
.ui-datepicker .ui-datepicker-title{
	line-height:1.4em;
}
.ui-datepicker select.ui-datepicker-year{
	margin-right:3px;
	width:70px;
}
.ui-datepicker select.ui-datepicker-month{
	margin-left:5px;
	width:70px;
}
.ui-datepicker-trigger{
	margin:-3px;
	margin-left:3px;
	cursor:pointer;
}
.datepicker{
	display:none;
}

.txt50px{
	width:50px;
}
.txt70px{
	width:70px;
}
.txt100px{
	width:100px;
}
.txt150px{
	width:150px;
}
.txt200px{
	width:200px;
}
.txt300px{
	width:300px;
}
.txtfull{
	width:100%;
}
.mt3px{
	margin-top:3px;
}
.ymd{
	margin-right:3px;
	width:50px;
	text-align:right;
}
.num{
	text-align:right;
}
span.bold{
	font-weight:bold;
}
span.red{
	color:red;
}
.radioWrap{
	display:flex;
	justify-content: space-between;
}
table.calendarTable{
	width:351px;
	margin-right:10px;
}
table.calendarTable > thead > tr:first-child > th > div.month{
	display:flex;
	justify-content: space-between;
}
table.calendarTable > thead > tr:first-child > th > div.month a{
	text-decoration:none;
}
table.calendarTable > tbody > tr > th,
table.calendarTable > tbody > tr > td{
	background-color:#FFF;
	width:50px;
	text-align:center;
}
table.calendarTable > tbody > tr > td:not(.non){
	cursor:pointer;
}
table.calendarTable > tbody > tr > td:not(.non):hover{
	background: #c6f2ff;
}
table.calendarTable > tbody > tr > td.sun{
	color:#F00;
}
table.calendarTable > tbody > tr > td.sat{
	color:#00F;
}
table.calendarTable > tbody > tr > td.holiday{
	color:#F00;
}
table.calendarTable > tbody > tr > td.today{
	background-color:#CCC;
}
table.calendarTable > tbody > tr > td.data{
	/*font-weight:bold;*/
	text-decoration: none;
	/*color:#1A73E8;*/
}
.info_box{
	margin-top:10px;
	padding:10px;
	border:solid 1px #333;
	border-radius:10px;
	width:100%;
}
.info_box .title{
	margin-bottom:5px;
}
#search_box{
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:solid 1px #333;
	border-radius:10px;
	width:100%;
}
#search_box .title{
	margin-bottom:5px;
}

/* firefoxのみ */
@-moz-document url-prefix(){
	select{
		background-color:#FFF;
		border:solid 1px #8F8F9D;
		border-radius:2px;
	}
}
