@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

i,
span.fa {
	font-family:FontAwesome !important;
}


body {
	font-size:12px !important;
	margin:0px !important;
	padding:0px !important;
	background-color: #E7E8EC !important;
	min-width: 1200px;
}
h1#pageTitle{
	font-size: 25px;
    border-left: 5px solid #2f70ab;
    padding-left: 10px;
    margin-top: 0px;
    padding: 0.25em 0.5em;
    font-weight: normal;
}
#headerWrapper{
	/*min-width: 1200px;*/ /*//TB.tk //20181022 モバイル画面の改善（ログアウトボタンが押せない）*/
	/*margin: 0px auto 0px auto;*/
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    width: 100%;
}

header{
	height: 80px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #7591A4;
}
header div#logoImg{
	float: left;
    height: 65px;
    width: 240px;
    padding: 20px 20px 0px 95px;
}
@media (orientation: landscape) and (max-width: 900px){
	header div#logoImg{
		float: left;
    	height: 65px;
    	width: 240px;
    	padding: 10px 20px 0px 95px;
	}
}
@media screen and (max-width:480px) {
	header div#logoImg{
		float: left;
    	height: 65px;
    	width: 240px;
    	padding: 10px 20px 0px 95px;
	}
}
header dl {
    width: 600px;
    padding: 11px 0px 0px 270px;
    font-size: 1.4rem;
    min-height:70px;
}
header dt {
    padding: 0px 0px 0px 20px;
    width: 100px;
    float: left;
}
header dd {
    color: #009FB8;
}
header ul {
    float: right;
    margin: -73px 20px 0px 0px;
    font-size: 1.0rem;
}
header li {
    display: inline-block;
    margin: 0px 0px 0px 30px;
}
@media (orientation: landscape) and (max-width: 900px){
	header li {
    	display: inline-block;
    	margin: -7px 0px 0px 30px;
	}
}
@media screen and (max-width:480px) {
	header li {
    	display: inline-block;
    	margin: -7px 0px 0px 30px;
	}
}
header ul li a {
    padding: 35px 0px 0px 0px;
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
	font-size: 13px;
}
header ul li a:empty {
    padding: 20px 20px 20px 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}
header li.mypage a {
    background-image: url(/images/head/i_mypage.png);
}
header li.help a {
    background-image: url(/images/head/i_help.png);
}
header li.logout a {
    background-image: url(/images/head/i_logout.png);
}
header li.register a {
    background-image: url(/images/head/i_reg.png);
}
header li.login a {
    background-image: url(/images/head/i_login.png);
}
#menu {
    height: 50px;
    background-color: #7591A4;
    font-size: 1.8rem;
    /*margin-top: 80px;*/
    width: 100%;
}
#dashbord{
	/*width: 250px;*/
	min-width:170px;
    height: 50px;
    float: left;
    padding: 15px 2rem 0px 2rem;
    background-color: #00A0B8;
    color: #FFFFFF;
    font-size:1.8rem;
    margin-top:0px;
    margin-bottom:0px;
}
#menu ul {
    margin: 0px 0px 0px 0px;
}
#menu ul li {
    float: left;
    padding: 0px 0px 0px 0px;
    cursor:pointer;
    width: 22.1rem !important;
    background-color: #485E6D;
}
#menu ul li a {
    height: 50px;
    margin: 0px 1px 0px 0px;
    padding: 12px 40px 0px 80px;
    display: block;
    /*background-color: #485E6D;*/
    background-position: left 40px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.75rem;
}
#menu ul li a.foot {
    height: 25px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    display: block;
    background-color: #485E6D;
    background-position: left 30px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 22.1rem;
    text-align: center;
    font-size: 1.2rem !important;
}
#menu ul li a.foot:hover {
    background-color: SlateGray;
}
#menu ul li a.comp {
	cursor: default;
    height: 25px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 30px 5px;
    display: block;
    background-color: #485E6D;
    background-position: left 30px center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 22.1rem;
    text-align: center;
    font-size: 1.2rem !important;
}
#menu li.preparation a {
    background-image: url(/images/head/bg_preparation.png);
}
li.menu_single ul.menu_second-level {
    /*position: absolute;*/
    top: 130px;
    background: #072A24;
    transition: all .2s ease;
    padding: 0px 0px 0px 0px !important;
}
ul.menu_second-level {
	/*20181026*/
    /*visibility: hidden;
    opacity: 0;*/
    width: 193px;
    z-index: 100;
    font-size: 1.4rem;
}
.menu_second-level li {
    clear: both;
    border-top: 1px solid #8EA6B5;
}
.menu_second-level li a {
    display: block;
    width: 22.1rem !important;
    color: #FFFFFF;
    height: auto !important;
    background: #5F7889 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0px 10px 0px !important;
    text-align: center;
}
#menu li.print a {
    background-image: url(/images/head/bg_print.png);
}
#menu li.management a {
    background-image: url(/images/head/bg_management.png);
}
#menu li {
    list-style-type: none;
}
a {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
/*a:hover {*/
a:hover:not([data-balloon]){
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration:none !important;
}
a:focus {
    text-decoration: none !important;
}
/*
li.menu_single:hover ul.menu_second-level {
    top: 130px;
    visibility: visible;
    opacity: 1;
    padding: 0px 0px 0px 0px !important;
}
*/



#headerBtnsArea {
	width:1200px;
	height:53px;
	margin:0px auto;
}
#head{
	margin:0px;
	padding:7px 20px 0px 20px;
	background-color:white;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	line-height:normal;
	border-bottom: 4px solid #2f4f4f;
	height:53px;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#head *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing:content-box;
}
	#head a {
		text-decoration:none;
		color:black;
	}
	#head a:hover {
		/*background-color:#ccffcc;*/
	}
	#head td{
		padding:0px;
	}

#logo {
	width:200px;
	text-align:left;
	vertical-align:top;
}
#headerRight{
	width:350px;
	text-align:right;
}
#head-btns{
	width:500px;
	text-align:center;
	vertical-align: bottom;
}
.headRightBtn{
	color:#ea5550;
	padding: 3px 15px;
	font-size: 14px;
	/*width: 100px;*/
	display: inline-block;
	max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.headRightBtn:hover{
	color:white;
	background-color:#b33e5c;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}
.headerUnderBtns{
	position: absolute;
	top: 61px;
	left: 0px;
	background-color: #0073a8;
	right: 0px;
	padding: 15px;
	text-align: center;
	color:white;
	display:none;
}
.headerUnderGroup{
	width:50%;
	text-align: left;
	margin: 0px auto;
}
.headerUnderContentTitle{
	font-size:14px;
	color:#c9c9c2;
}
.headerUnderContents{
	font-size:14px;
	margin-right:40px;
}
.headerUnderContents:hover{
	text-decoration:underline;
}

#container{
	/*padding:15px 30px 30px 30px;*/
	/*margin: 75px auto 35px auto;*/
	margin: 0px auto 35px auto;
	width:1200px;
	font-size:14px !important;
}
#container_noDashBord{
	margin: 80px auto 35px auto;
	width:1200px;
	font-size:14px !important;
}
#contents {
	/*padding-top:30px;*/
	padding-bottom:30px;
}
.headBtns{
	padding: 3px 20px;
	font-size: 14px;
	max-width: 140px;
	min-width:100px;
	display: inline-block;
	margin-right: 2px;
}
.cornerRadius{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.headButtons{
	background-color:#eae8e1;
	margin-right: 2px;
	display: inline;
}

#breadCrumbList{
	margin-bottom: 10px;
    height: 50px;
    padding: 15px 0px 0px 30px;
    background-color: #F7F5F5;
    color: #009FB8;
    min-width: 1200px;
    font-size: 14px;
    margin-top: 130px;
}
#head-table{
	width:100%;
	border-spacing:2px;
	border-collapse: separate;
}
#head-left{
	width:30%;
}

#contentExplain{
	margin-top:5px;
	margin-bottom:10px;
}

table.type10 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type10 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #04162e;
}
.w20{
	width: 20%;
}
.w10{
	width: 10%;
	max-width: 169px;
}

table.type10 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
table.type10 .even {
	background: #f3f6f7;
}
#myPageTopExp{
	width:100%;
}

#myPageTopExp td.title div{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#006a6c;
	color:white;
	font-size:20px;
	text-align:center;
	cursor:pointer;
	width:70%;
	margin:30px auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#myPageTopExp td.title div.disallow{
	cursor:default !important;
}
#myPageTopExp td.title div:not(.disallow):hover{
	background-color:#a3d6cc;
	color:black;
}
/*
#foot{
    border-top:1px solid gray;
    width:100%;
    text-align: center;
    padding-top: 10px;
    color:#a9a9a9;
}
#foot a{
	margin-right:10px;
	color:gray;
	text-decoration:none;
}
#foot a:hover{
	color:#ff4500;
}
*/
#pageNum{
	margin-top: 5px;
    margin-bottom: 5px;
}

.pageNum{
	cursor: pointer;
}

.pageNum-selected
{
	background-color: #f3f6f7!important;
	font: #ffffff!important;
}


.commonBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.commonBtn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.commonBtn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

table#templateFormSetDialog{
	width:100%;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-collapse: separate !important;
    border-spacing: 1px !important;
}
table#templateFormSetDialog td{
	padding:5px;
}
.templateFormSetDialog_table_title{
	width:20%;
	background-color:#006a6c;
	color:white;
}
#templateFormSetDialog input{
	padding:5px;
	width:400px;
}

.template_list_left {
	width:36%;
	margin-right:20px;
}
.template_list_center{
	width:56%;
}
.template_list_right{
	width:30%;
}
.template_list_back{
	background-color:white;
	text-align: center;
}

.template_list_title{
	border-top: 2px solid #ed6d35;
	padding: 10px;
	border-bottom: solid 1px #CCCCCC;
}
.template_list_contents{
	background-color:white;
	/*border: 1px solid black;*/
	padding: 10px;
}
.template_list_contents{
	overflow: auto;
}
.template_contents{
	padding: 5px 10px;
	background-color: white;
	text-align: left;
	border: 1px solid gray;
	margin-bottom: 2px;
	cursor: pointer;
}
.template_contents:hover{
	/*
	background-color: #ea5532;
	color:white;
	*/
	background-color: #f2d58a;
	color:black;
}
.template_selected{
	/*
	background-color: #ea5532 !important;
	color:white !important;
	*/
	background-color: #f2d58a !important;
	color: black !important;
	cursor:default !important;
}
.template_free{
	margin-left: 15px;
	background-color: #9CC715;
	color: #ffffff;
	padding: 0 3px;
}
.template_new{
	margin-left: 15px;
	background-color: #ff3366;
	color: #ffffff;
	padding: 0 3px;
}
.newicon{
	margin:0 2px 2px 0;
}
#detail_thumbnail{
	border: 1px solid gray;
	width: 70%;
	padding: 5px 0px;
	display: block;
	margin: 5px auto 8px auto;
	max-height: 300px;
}
#detail_thumbnail img{
	max-height:290px;
}
#detail_info{
	border: 1px solid gray;
	width: 70%;
	padding: 5px;
	display: block;
	margin: 5px auto 8px auto;
	text-align:left;
}

#funcBtns{
	margin-top: 20px;
	text-align: right;
}

#def_template_save_table{
	width:100%;
	border-collapse: collapse;
}
#def_template_save_table td{
	border:1px solid gray;
	padding: 5px;
}
#def_template_save_table .def_template_save_table_title{
	background-color:#006888;
	color:white;
	padding: 5px;
}


.head-float{
	float:left;
}
.mypageCate{
	background-color:#a0d8ef;
	color:#696969;
	text-align:center;
}
.mypageCate:hover{
	background-color:#006eb0;
	color:white;
}

.mypageCateSelected{
	background-color:#006eb0 !important;
	color:white !important;
}

.headBtnLeft{
	border-left:1px solid white;
}
.headBtnRight{
	border-left:1px solid white;
	border-right:1px solid white;
}


.headMypageContents{
	color:#696969;
	background-color:#dbebc4;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
.headMypageContents:hover{
	background-color:#00a968;
	color:white;
}
.headContentSelected{
	background-color:#00a968;
	color:white;
	border-bottom:3px solid #ec6800;
	cursor:default !important;
}


.ml10{
	margin-left:10px;
}

.wizard>.steps>ul>li{
	width: 16%!important;
}

.wizard>.content
{
	overflow: auto !important;
	overflow-x: hidden;
}


.explainCategoryTitle{
	/*float:left;
	width:154px;
	color: #696969;
    padding: 5px 20px;
    background-color: #dbebc4;
    font-size: 14px;
    border: 1px solid white;
    text-align:center;*/
    font-size: 14px;
    font-weight:bold;
	display: inline-block;
}
.explainCategoryTitle:hover{
	text-decoration:underline;
	color:#0068b7;
}

.explainCategory{
	/*float:left;*/
	width:100%;
	padding:10px 10px 30px 30px;
}
.explainCategoryClear{
	clear:both;
	margin-bottom:20px;
}

#searchArea{
	width:65%;
	float:left;
	margin-right: 20px;
}
#templateDetailArea{
	width:30%;
	float:left;
}
.template_list_float{
	float:left;
}

#searchHinban {
    width: 300px;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 15px;
    vertical-align: middle;
    float: left;
}
#searchHinban_btn {
    margin-top: 20px;
    font-size: 15px;
    float: left;
    width: 100px;
    color: white;
    background-color: #006a6c;
    margin-left: 20px;
    text-align: center;
    padding: 5px 3px;
    cursor: pointer;
}
#searchHinban_btn:hover {
    background-color: #a3d6cc;
    color: black;
}
#searchResultTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#searchResultTable th {
    background-color: #6a1917;
    color: white;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
	text-align: center;
}
#searchResultTable th.cate{
	width: 40%;
}
#searchResultTable th.tempName{
	width: 60%;
}
#searchResultTable td {
    padding: 2px;
    cursor: pointer;
}
#searchHinban_result {
    max-height: 198px;
    overflow: auto;
    margin-top: 10px;
}
.keySearchTarget {
    background-color: #f3a68c !important;
}

#setNewPrintDataStart_{
	border: 2px solid #d70035;
    text-align: center;
    padding: 30px 20px;
    font-size: 20px;
    width: 20%;
    background-color: #ff4500;
    color: white;
    margin: 50px auto 5px auto;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    cursor:pointer;
}
#setNewPrintDataStart_:hover{
	border: 2px solid #f7b977;
	background-color: #fbd8b5;
	color: gray;
}
#showAllFlow{
	text-align: center;
	margin: 5px auto;
	display: table;
	width:750px;
}
.bothType{
	width:45% !important;
}
#showAllFlow *{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing:content-box;
}
.showAllFlow{
	float: left;
	margin-right: 10px;
	padding: 7px 20px;
}
.bothType .flowBox{
	width:40%;
}
.flowBox{
	width:24%;
}
.thisFlow{
	border: 1px solid #9fc24d;
	background: #a7d28d;
}
.anotherFlow{
	border: 1px solid gray;
	background: #dcdcdc;
}
.bothFlow{
	border: 1px solid #d1de4c;
	background: #d9e367;
}
.flowArrowBase{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	height:40px;
}
.flowArrowBase::before,
.flowArrowBase::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing:content-box;
}
.flowArrow::before{
	left: 2px;
	width: 7px;
	height: 3px;
	background: #7a0;
}
.flowArrow::after{
	left: 2px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #7a0;
	border-right: 3px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#registryTemplateCateList{
	padding: 2px 4px 4px 4px;
}
.startDialog_title{
	color:#006a6c;
	font-weight:bold;
}

.mb5{
	margin-bottom:5px;
}
.mt5{
	margin-top:5px;
}
.ml10{
	margin-left:10px;
}

.workDetailThumbnail{
	float:left;
	width:30% !important;
	margin-right:20px;
}
.workDetailThumbnailImage{
	height:220px !important;
}
.workDetailRemarks{
	float:left;
	width:66%;
}
.workDetailRemarks .propTitle{
	width:7% !important;
}
.workNameList{
	cursor:pointer;
}
.workNameListArea{
	/*width:32%;*/
	width:55%;
	margin-right:50px;
}
.workDetailArea{
	/*width:66%;*/
	width:42%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-moz-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-o-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
	-ms-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
}
.infoRemarksTitle{
	background-color: #006888;
	color: white;
}
#infoRemarksTable{
	height:220px;
}
#infoRemarks{
	vertical-align:top;
	text-align:left;
}
.workDetailProperty .propTitle{
	width:13% !important;
	padding:5px;
}
#formInfoThumbnailsArea{
	display: inline-table;
	border: 1px solid gray;
	width: 85%;
	float: left;
	margin-left: 30px;
	text-align: center;
	margin-bottom: 25px;
	table-layout: fixed;
}


#formInfoThumbnails{
	height: 250px;
    display: table-cell;
    vertical-align: middle;
    background-color: white;
}

#formInfoThumbnails img{
	max-height: 248px;
	max-width: 90%;
}

.cursorPointer {
	cursor:pointer;
}

.alignCenter{
	margin-right:auto;
	margin-left:auto;
}
.login-form {
    text-align: center;
}
form[role=login] input,
form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
}
.form-control-login {
    position: relative;
    height: auto;
    padding: 10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-lg {
    line-height: 1.3333333;
    border-radius: 6px;
}
#pwd-container {
    margin: 0 auto;
}
form[role=login] {
    color: #5d5d5d;
    padding: 26px;
    width: 600px;
}
form[role=login] > div {
    text-align: center;
}
.login-input-box {
    width: 300px;
    margin: 20px auto 0px auto;
    background-color:white;
}

#makeNewUsual_bothTemplate{
	width:500px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	box-sizing: border-box;
	margin-bottom:10px;
}
#makeNewUsual_bothTemplate td{
    padding: 5px;
    border: 1px solid #ddd;
}
#makeNewUsual_bothTemplate .title{
	width:30%;
	background-color:orange;
	color:white;
}
#makeNewUsual_bothTemplate .val{
	width:90%;

}
#usualPrintUploadDialog_overlay{
	cursor: default;
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    z-index: 1000000;
    background-color:#eeeeee;
    opacity: .8;
}
#usualPrintUploadDialog{
	background-color: rgb(128, 128, 128);
	z-index: 1000001;
	position: absolute;
    top: 100px;
    left: 100px;
    width: 500px;
    height: 400px;
    text-align: center;
    border: 4px dashed black;
    padding: 40px 20px;
    font-size: 25px;
    color: white;
}
#DnD_cancel {
    position: absolute;
    z-index: 1000002;
    font-size: 30px;
    font-weight: bold;
    width: 30px;
    cursor: pointer;
    top: 0px;
    right: 0px;
}
#DnD_Area {
    position: absolute;
    z-index: 1000002;
    border: 4px dashed black;
    text-align: center;
    color: white;
}
#DnD_Area_in{
	margin-top:20px;
}
button#fileSelect{
	font-size:16px;
}

.radio_spcPrintDate{
  display: none;
}
.radio_spcPrintDate_parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio_spcPrintDate_parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio_spcPrintDate:checked + .radio_spcPrintDate_parts{
  color: #009a9a;
}
.radio_spcPrintDate:checked + .radio_spcPrintDate_parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #009a9a;
  border-radius: 50%;
}

.spcPrintDate{
	display:none;
	margin-top:20px;
	background-color:white;
	padding: 15px 30px;
}

#formTable td{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid gray;
}

#usualWorkListTable,
#fileListTable{
	width:100%;
}

#fileListTable tr{
    transition: background-color 1s ease 0s;
}

#fileListTable td{
	padding: 10px 0;
    border-bottom: solid 1px #E9E9E9;
}

#fileListTable tr:hover td {
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	transition: 1.2s;
    background: none repeat scroll 0 0 #EBF6F7!important;
}

#fileListTable  tr:nth-child(even) td{
	background-color: #F9F9F9;
}

#workNameHeader{
	overflow:auto;
}
#workNameHeader table{
	width:100%;
}

#workNameHeader tr.todayPrintTarget {
	color:red !important;
}

#companyNameHeader{
	overflow:auto;
	min-height: 205px;
	max-height: 205px;
}

#searchStaff{
	display:none;
	position: absolute;
    top: 133px;
    right: 100px;
	padding: 10px 40px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(/images/selectTab.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(/images/selectTab.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
#searchStaff::-ms-expand {
  display: none;
}

.sortTitle{
	cursor:pointer;
}

.sortTitle:hover{
	text-decoration:underline;
}

#staffRecord{
	display:none;
}

#headerUserInfoArea{
	position:fixed;
	top:64px;
	right:260px;
	width:160px;
	background-color:white;
}
#headerUserInfoArea div{
	border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding:5px 10px;
    text-align:center;
    cursor:pointer;
}
#headerUserInfoArea div:hover{
	background-color:#ff7f50;
}

.manualSpcPrintDate{
	margin-top: 10px;
    background-color: #fffafa;
    padding: 10px;
    display:none;
}

.pageSec {
	width: 1000px;
	margin: 0 auto;
}

.titleh2 {
	padding: 10px 15px;
	border-bottom: 3px double #ccc;
	font-weight: 100;
	font-size: 20px!important;
}

.pageP {
	font-size: 15px!important;
	margin-left: 15px;
	margin-bottom: 35px;
}

.policyh2 {
	font-weight: bold;
	font-size: 20px!important;
	padding: 10px 15px;
	background-color: #f6f6f6;
}

.pageSec ul {
	font-size: 15px!important;
	margin-bottom: 35px;
}

.pageSec ul li {
	padding-left: 10px;
}

.NumList {
	list-style-type: decimal;
}



#contact_contents {
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
}

#contact_attention {
	margin: 20px 0;
}

#formArea dl {
	display: table;
	width: 100%;
	border: 1px solid #d1d1d1;
	margin: 0 0 -1px;
	overflow: hidden;
}

#formArea dl dt, #formArea dl dd {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

#formArea dl dt {
	font-weight: bold;
	width: 220px;
	padding: 7px 0 7px 16px !important;
	background: #e7f3f5;
	color: #4c4747;
}

#formArea dl dd {
	padding: 11px 10px 16px 20px !important;
}

#formArea dl dt label {
	display: block;
	height: 100%;
	width: 140px;
	position: relative;
}

#formArea dl dt label .required {
	position: absolute;
	right: 0;
	padding: 0 4px;
	margin-right: -40px;
	background: #d80000;
	color: #ffffff;
	font-size: 0.85em;
}

label.contactError {
	padding: 5px 15px;
	color: red;
	font-size: 14px;
	margin-top: 5px;
}

#policy {
	margin: 20px auto;
	padding: 25px;
	background: #eeeeee;
	width: 650px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#policyTitle {
	margin: 20px 0px 5px 0px;
	font-weight: bold;
}

#policy_data {
	background: #ffffff;
	height: 150px;
	border: 1px solid #a9a7a7;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}

#policy_frame {
	width: 100%;
	height: 100%;
	border: none;
	display:block;
}

#submitBtn {
	width: 50%;
	margin: 0 auto;
}

#btnArea {
	width: 50%;
	margin: 20px auto;
}

#backPage {
	margin-right: 16px;
}

.contactBtn {
	width: 47%!important;
	float: left;
}

#topBtn {
	width: 40%;
	margin: 20px auto;
}

.ml50{
	margin-left:50px;
}

.regImageList{
	cursor:pointer;
}
.regImageList:hover{
	text-decoration:underline;
}
#sorter th.header{
	cursor:pointer;
}
#sorter th.header:hover{
	text-decoration:underline;
}
.mt10 {
	margin-top:10px;
}
.mb10 {
	margin-bottom:10px;
}
.minH400{
	min-height:400px;
}

.newguide {
    max-width: 1200px;
    margin: 30px auto 0px auto;
    padding: 15px 15px 15px 85px;
    border: solid 1px #74B519;
    background-color: #FFFFFF;
    border-radius: 5px;
    background-image: url(/images/bg_newguide.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.newguide a {
    display: block;
    width: 140px;
    margin: 5px 0px 0px 0px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 5px 5px 30px;
    background-color: #74B519;
    border-radius: 3px;
    background-image: url(/images/bg_guide.png);
    background-position: left 15px center;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 0px 0px #40650E;
    float: right;
    cursor:pointer;
}
.newguide p,
.quotion p {
    float: left;
    margin: 0px;
}
.quotion {
    max-width: 1200px;
    margin: 30px auto 20px auto;
    padding: 20px 15px 20px 85px;
    border: solid 1px #FEC00F;
    background-color: #FFFFFF;
    border-radius: 5px;
    background-image: url(/images/bg_quotion.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#news,
#usualPrintArea {
    max-width: 1200px;
    margin: 30px auto 0px auto;
}
#news h3,
#usualPrintArea h3,
#registerInfo h3,
#webCode h3,
#registerCompany h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
table.table_inner {
	width:100%;
}
table.table_outer {
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
    -moz-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
    -o-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
    -ms-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
}
table.table_outer tr,
table.table_inner tr {
    background-color: #FFFFFF;
}
#news th:nth-child(1) {
    width: 100px;
}
#news th:nth-child(2) {
    width: 150px;
}
#news table.table_inner td:nth-child(1) {
    width: 100px;
}
#news table.table_inner td:nth-child(2) {
    width: 150px;
}
#news table.table_inner td:last-child {
    text-align: left;
}
#news th,
#usualWorkListTable th,
#fileListTable th,
#registerCompanyListTable th,
#deflist_table th,
#sorter th,
#bunruiListTableTitle th,
#formTable th {
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-top: solid 2px #00A0B8;
    border-bottom: solid 1px #CCCCCC;
}

table.table_inner tr:nth-child(even) td {
    background-color: #F9F9F9;
}
table.table_inner td {
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #E9E9E9;
    transition: background-color 1s ease 0s;
}
table.table_inner tr:hover td {
    background: none repeat scroll 0 0 #EBF6F7;
}
#newsTableContents {
	min-height: 200px;
    max-height: 200px;
    overflow: auto;
}
#usualWorkListTable,
#fileListTable {
    width: 100%;
    max-width:1200px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
    -moz-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
    -o-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
    -ms-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
}
footer {
    border-top: solid 1px#FFFFFF;
    background-color: #FFFFFF;
    font-size: 1.2rem;
    overflow: hidden;
}
footer .inner {
    min-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 15px 0px 5px 0px;
    text-align: center;
    position: relative;
}
footer .inner ul li {
    display: inline;
    padding: 0px 5px 0px 5px;
    text-align: left;
}
.whiteWrapper{
	width: 1000px;
	text-align: left;
	background-color: white;
	padding: 20px;
	margin: 10px auto;
	box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-moz-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-o-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
	-ms-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
	border-radius: 6px;
	-webkit-border-radius: 6px;    /* Safari,Google Chrome騾包ｽｨ */
	-moz-border-radius: 6px;
}
.box_shadow{
	box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-moz-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-o-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
	-ms-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
}
.borderTopBlueColor{
	border-top:solid 2px #00A0B8;
}
.addPostionFixBottom{
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
}
.freePlan {
	width: 420px;
	background-color: #CEECF5;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.payPlan {
	width: 420px;
	background-color: #ffe4e1;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	text-align:left;
}

.w15 {
	width: 15%;
}

.w45 {
	width: 45%;
}

.w18 {
	width: 18%;
}

input{
	color: #2f2f2f !important;
	display:inline;
	vertical-align:top;
}

#toUsualPrint{
	background-color: #00A0B8 !important;
	border: none;
	width: 190px;
	margin: 30px 0px 0px 0px;
	padding: 10px 5px 10px 5px;
}

.contact_w {
	color: #fff!important;
}

#groupid,
#password{
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
#cOrP_c,
#cOrP_p{
	margin-right:5px;
}
#usualPrintNewDialogSelectForm td {
	height:35px;
	border-bottom: solid 1px #E9E9E9;
    transition: background-color 1s ease 0s;
}

#registerFileListTable{
	margin: 0 auto;
}

#selectRegisterFileTable{
	height: 200px;
	width: 780px;
	overflow-y: auto;
	margin: 0 auto;
}

#btnChangeFile{
	margin-bottom: 30px;
}

/* 共通デザインのテーブル */
.designTable{
	box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
}
.designTable th{
	padding: 10px;
	text-align: center;
	border-top: solid 2px #00a0bb;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
}

.designTable td{
	padding: 10px;
	text-align: center;
	border-bottom: solid 1px #e9e9e9;
	cursor: pointer;
}

table.designTable tr:nth-child(even){
	background-color: #f9f9f9;
}

table.designTable tr:nth-child(odd){
	background-color: white;
}

.dTableTd.active{
	background-color: #f2d58a !important;
}

.dTableTd.active {
  background-color: #f2d58a !important;
  animation: gradationTest 1s 1;
}

@keyframes gradationTest {
  0% { background-color: white; }
  100% { background-color: #f2d58a; }
}

@media (orientation: landscape) and (max-width: 900px){
	#headerWrapper {
		/* min-width: 1200px; */
		/* margin: 0px auto 0px auto; */
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		/* z-index: 5; */
		width: 100%;
	}

	header {
		height: 58px;
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		clear: both;
		overflow: hidden;
		position: fixed;
		width: 100%;
		z-index: 5;
	}

	#menu {
		height: 40px;
		background-color: #7591A4;
		font-size: 1.8rem;
		/* margin-top: 80px; */
		width: 100%;
		position: absolute;
		top: 58px;
	}

	#dashbord{
		/*width: 250px;*/
		min-width:170px;
		height: 40px;
		float: left;
		padding: 11px 2rem 0px 2rem;
		background-color: #00A0B8;
		color: #FFFFFF;
		font-size:1.8rem;
		margin-top:0px;
		margin-bottom:0px;
	}
}

@media screen and (max-width:480px) {
	#headerWrapper {
		/* min-width: 1200px; */
		/* margin: 0px auto 0px auto; */
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		/* z-index: 5; */
		width: 100%;
	}

	header {
		height: 58px;
		padding: 0px 0px 0px 0px;
		background-color: #FFFFFF;
		clear: both;
		overflow: hidden;
		position: fixed;
		width: 100%;
		z-index: 5;
	}

	#menu {
		height: 40px;
		background-color: #7591A4;
		font-size: 1.8rem;
		/* margin-top: 80px; */
		width: 100%;
		position: absolute;
		top: 58px;
	}

	#dashbord{
		/*width: 250px;*/
		min-width:170px;
		height: 40px;
		float: left;
		padding: 11px 2rem 0px 2rem;
		background-color: #00A0B8;
		color: #FFFFFF;
		font-size:1.8rem;
		margin-top:0px;
		margin-bottom:0px;
	}
}

#head-user-name {
	color: white;
	display:block;
	float:right;
	padding:12px 25px 0 0;
	display:inline-block;
}

#head-user-name-sama {
	display: inline-block;
	position: absolute;
	right: 5px;
	color: white;
	padding-top: 12px;
}

@media (orientation: landscape) and (max-width: 900px){
	#head-user-name {
		color: white;
		display:block;
		float:right;
		padding:8px 25px 0 0;
		font-size:1.8rem;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
		width: 45%;
		text-align: right;
	}

	#head-user-name-sama {
		display: inline-block;
		position: absolute;
		right: 5px;
		color: white;
		padding-top: 8px;
	}
}

@media screen and (max-width:480px) {
	#head-user-name {
		color: white;
		display:block;
		float:right;
		padding:8px 25px 0 0;
		font-size:1.8rem;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
		width: 34%;
		text-align: right;
	}

	#head-user-name-sama {
		display: inline-block;
		position: absolute;
		right: 5px;
		color: white;
		padding-top: 8px;
	}
}

.active-url {
	background-color: #88a0ac;
}
