@charset "utf-8";

html, body{
	height: 100%;
}

body{
	font-family: Meiryo, メイリオ, 'A-OTF 新ゴ Pro',A-OTF Shin Go Pro,'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace;
	background: #f3f4f4;
}

.wrapper{
	position: relative;
	background: #f3f4f4;
	min-height: 100%;
}

input[type="submit"], input[type="button"]{
   -webkit-appearance: none;
   border-radius: 0;
}

a{
	color: #1D39dd;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.btn_common{
	display: inline-block;
	font-weight: bold;
	color: #fff;
	font-size: 100%;
	box-shadow: rgba(113, 135, 164, 1) -1px 2px 7px -5px;
	-moz-box-shadow: rgba(113, 135, 164, 1) -1px 2px 7px -5px;
	-webkit-box-shadow: rgba(113, 135, 164, 1) -1px 2px 7px -5px;
	cursor: pointer;
	border: none;
}

.btn_common:hover{
	text-decoration: none;
}

.btn_add{
	padding: 0 40px 0 50px;
	height: 43px;
	line-height: 43px;
	background-image: url(../img/icon_add.png);
	background-repeat: no-repeat;
	background-position: 25px center;
}

.btn_request_invoice{
	padding: 0 25px 0 25px;
	height: 43px;
	line-height: 43px;
}

.btn_normal{
	padding: 0 91px;
	height: 60px;
	line-height: 60px;
}

.btn_add_modal{
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
}

.btn_add_modal_new{
	padding-left: 40px;
	padding-right: 20px;
	background-image: url(../img/icon_add_blue.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.btn_blue{
	background-color: #3498db;
	box-shadow: rgba(13, 147, 191, 0.74) 2px 3px 4px -3px;
	-moz-box-shadow: rgba(13, 147, 191, 0.74) 2px 3px 4px -3px;
	-webkit-box-shadow: rgba(13, 147, 191, 0.74) 2px 3px 4px -3px;
}

.btn_outline_blue{
	background-color: #fff;
	border: 1px solid #3498db;
	color: #3498db;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
}

.btn_red{
	background-color: #e74c3c;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
}

.btn_gray{
	background-color: #adb4b6;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
}

.btn_green{
	background-color: #3dca0b;
	box-shadow: rgba(45, 146, 9, 0.74) 2px 3px 4px -3px;
	-moz-box-shadow: rgba(45, 146, 9, 0.74) 2px 3px 4px -3px;
	-webkit-box-shadow: rgba(45, 146, 9, 0.74) 2px 3px 4px -3px;
}

.btn_common_search{
	width: 75px;
	height: 43px;
	background-color: #95a5a6;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.43) 2px 3px 4px -3px;
	background-image: url(../img/common_icon_loupe.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.header{
	background: #393e40;
}

.header_content{
	margin: 0 auto;
	width: 1200px;
}

.header_content .header_logo,
.header_content .header_title{
	padding: 15px 0;
	float: left;	
}

.header_menuWrapper{
	position: relative;
}

.header_menu{
	padding-right: 10px;
	float: right;
	color: #fff;
	font-size: 0.85em;
	height: 53.5px;
	line-height: 53.5px;
}

.header_menu li{
	cursor: pointer;
}

.header_menu .header_menu_user:after{
	position: relative;
	margin-left: 11px;
	top: 3px;
	content: url(../img/common_icon_user.png);
}

.header_menu li.subMenuActive{
	background-image: url(../img/common_submenu_rectangle.png);
	background-repeat: no-repeat;
	background-position: 102% bottom;
}

.header_submenu a{
	color: #fff;
}

.header_submenu{
	display: none;
	position: absolute;
	top: 53.5px;
	right: 0;
	padding: 0 18px;
	width: 149px;	
	background-color: #252829;
}

.header_menu li.subMenuActive .header_submenu{
	display: block;
}

.header_submenu li{
	padding: 18px 0;
	line-height: 1em;
	background-image: none;
}

.header_submenu a:hover{
	text-decoration: none;
}

.header_content .header_title{
	margin-left: 10px;
	color: #fff;
	font-weight: 100;
	font-size: 0.85em;
	height: 23.5px;
	line-height: 23.5px;
	opacity: 0.4;
}

.footer{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #393e40;
}

.footer_content{
	padding: 40px 0;
	margin: 0 auto;
	width: 1200px;
	text-align: center;
	font-size: 0.625em;
	color: #fff;
}

.footer_copyright{
	margin-top: 5px;
	opacity: 0.4;
}

.content{
	padding-bottom: 131px;
}

.contentTitle{
	font-size: 130%;
	font-weight: 300;	
}

.main .date{
	margin: 10px 0;
}

table, th, td{
	border: 1px solid #000;
}

th{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

td{
	padding: 10px;
	text-align: left;
}

.gNav{
	background: #fff;
	box-shadow:rgba(113, 135, 164, 0.53) 0px 6px 3px -4px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.53) 0px 6px 3px -4px;
	-moz-box-shadow:rgba(113, 135, 164, 0.53) 0px 6px 3px -4px;
}

.gNav .featuresWrapper{
	margin: 0 auto;
	width: 1200px;
}

.gNav .features{
	float: left;
}

.gNav .features.admin{
	float: right;
}

.gNav .features li{
	margin-right: 20px;
	float: left;
}

.gNav .features li:last-child{
	margin-right: 0;
}

.gNav .features li.current a,
.gNav .features li a:hover{
	padding-bottom: 12px;
	border-bottom: 3px solid #0dbff9;
	font-weight: bold;
}

.gNav .features li a{
	padding: 15px 0;
	display: block;
	color: #7b7b7b;
	font-size: 0.875em;
}

.gNav .features li a:hover{
	text-decoration: none;
}

.listTitle{
	margin-bottom: 15px;
}

.main{
	width: 1200px;
	margin: 0 auto;
}

.main .register{
	margin: 10px 0 20px;
}

.registerTitle{
	margin-bottom: 10px;
}

input, select{
	text-align: left;
}

select.single{	
	width: 100%;
}

.submit{
	text-align: center;
}

.checkbox input{
	width: auto;
}

.submit input,
.searchDateSubmit{
	width: auto;
}

.profit{
	margin-top: 15px;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;	
}

.statuses{
	margin-bottom: 10px;
}

.statuses li{
	margin-right: 10px;
	float: left;
}

.statusBox{
	padding: 0 5px;
}

.error-message{
	margin-top: 3px;
	color: red;
}

.customSelectWrapper{
	margin-right: 5px;
	float: left;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow:rgba(0, 0, 0, 0.14) 0px 4px 4px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.14) 0px 4px 4px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.14) 0px 4px 4px -2px;
	background-color: white;
}

.customSelectWrapper.shadowMore{
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
	background-color: white;
}

.customSelect{
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

.customSelectWrapper > select{
	width: 130%;
	padding: 0.6em 2.4em 0.6em 0.6em;
}

.customSelectWrapper:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.8em;
	display: block;
	content: "";
	background: url(../img/common_icon_select.png) center no-repeat;
	pointer-events: none;
}

.custom-checkbox {
  display: none;
}

.custom-checkbox + label {
  position: relative;
  display: inline-block;  
  padding-left: 23px;
  min-height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.custom-checkbox + label::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: url("../img/common_checkbox_off.png");
}

.custom-checkbox:checked + label::before {
  content: url("../img/common_checkbox_on.png");
}

.custom-radio{
    display: inline-block;
    margin-right: 6px;
}

.custom-radio + label{
    position: relative; 
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.custom-radio{
	display: none;
	margin: 0;
}
.custom-radio + label{
	padding: 0 0 0 29px;
}
.custom-radio + label::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
.custom-radio + label::before{
	border: 2px solid #d5d5d5;
	border-radius: 30px;
}

.custom-radio:checked + label::after{
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.custom-radio:checked + label::after{
	left: 6px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #3498db;
	border-radius: 6px;
}

.common_titleArea{
	margin-top: 30px;
}

.common_titleArea_left{
	float: left;
}

.common_titleArea_right{
	float: right;
}

.common_title{
	margin-right: 13px;
	float: left;
	height: 43px;
	line-height: 43px;
	font-size: 1.25em;
}

.commonSearchDate,
.formSelect{
	float: left;
}

.commonSearchDate{
	height: 43px;
	font-size: 1.125em;
	line-height: 46px;
}

.common_total_of_amount{
	margin-left: 190px;
	float: left;
	height: 43px;
	line-height: 43px;
	font-size: 1.125em;
}

.common_total_of_amount .amount_inner{
	border-bottom: 2px solid #000;
}

.common_total_of_amount .amount{
	padding: 0 15px 0 70px;
	font-size: 1.3em;
}

.formSelect{
	margin-left: 15px;
}

.formSearch,
.input_searchText,
.listRegisterButton{
	float: left;
}

.input_searchText{
	margin-right: 5px;
	padding: 10px;
	width: 237px;
}

.searchBtnSubmit{
	margin-right: 15px;
}

.paginationWrapper{
	position: relative;
	margin-top: 15px;
}

.paginationPrev{
	position: relative;
	float: left;
	z-index: 10;
}

.paginationNext{
	position: relative;
	float: right;
	z-index: 10;
}

.paginationPages{
	position: relative;
	z-index: 5;
}

.paginationPagesWrapper{
	position: absolute;
	width: 100%;
}

.paginationPagesWrapper ul{
	float: left;
	position: relative;
	left: 50%;
}

.paginationPagesWrapper ul{
	margin-left: -5px;
}

.paginationPagesWrapper ul li{
	float: left;
	position: relative;
	margin-left: 5px;
	left: -50%;	
}

.paginationPagesWrapper ul li a{
	color: #202023;
}

.paginationPagesWrapper ul li a:hover{
	text-decoration: none;
}

.paginationNext li,
.paginationPrev li{
	float: left;
}

.paginationNext li{
	margin-left: 5px;
}

.paginationPrev li{
	margin-right: 5px;
}

.paginationNext li a,
.paginationPrev li a,
.paginationPages li a{
	display: block;
	padding: 12px 0;
	width: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px; 
}

.paginationPages li.current a{
	color: #fff;
	background: #0dbff9;
}

.textCenter{
	text-align: center;
}

.common_table{
	margin-top: 10px;
	width: 1200px;
	background: #fff;
	border: 1px solid #cecdcd;
}

table tr.clickable{
	cursor: pointer;
}

table tr.clickable:hover{
	background: #f3f2f2;
}

.common_table th,
.common_table td{
	padding: 15px;
	vertical-align: middle;
	font-size: 0.75em;
	border: none;
}

.common_table th{
	color: #0d0c0c;
	background: #e1e1e1;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #cecdcd;
}

.common_table td{
	border-bottom: 1px solid #d4d4d4;
}

.common_table td a{
	color: #398ee5;
}

.common_table tr.gray{
	background: #f7f6f6;
}

.commonDetail_titleArea{
	margin-top: 30px;
}

.commonDetail_titleArea_left{
	float: left;
}

.commonDetail_titleArea_right{
	float: right;
}

.commonTitleCompleteRegister{
	margin-top: 15px;
}

.commonDetailTitle{
	float: left;
	font-size: 1.25em;
	height: 43px;
	line-height: 43px;
}

.commonDetailRegister{
	float: right;
}

.commonDetailTableWrapper{
	margin-top: 15px;
	border-top: 1px solid #d5dddf;
	border-bottom: 1px solid #d5dddf;
}

.commonDetailTableLeftWrapper,
.commonDetailTableRightWrapper{
	float: left;
}

.commonDetailTableLeftWrapper{
	padding-right: 40px;
	border-right: 1px solid #d5dddf;
}

.commonDetailTableRightWrapper{
	margin-left: -1px;
	padding-left: 40px;
	border-left: 1px solid #d5dddf;
}

.commonDetailTable{
	width: 559px;
	border: none;
}

.commonDetailTable th,
.commonDetailTable td{
	padding: 10px 0;
	border: none;
	text-align: left;
	font-size: 0.85em;
	border-bottom: 1px dotted #d6d6d6;
}

.commonDetailTable th{
	vertical-align: middle;
}

.commonDetailTable tr.last th,
.commonDetailTable tr.last td{
	border: none;
}

.commonDetailTable thead th,
.commonDetailTable tfoot th{
	border: none;
}

.commonDetailTable th{
	color: #333333;
}

.commonDetailTableLeft th{
	width: 22%;
}

.commonDetailTableRight th{
	width: 17%;
}

.commonDetailTable td{
	font-weight: bold;
	color: #0d0c0c;
}

.commonDetailTable td.memo{
	font-weight: normal;
	line-height: 1.5em;
}

.commonDetailTable td .notBold{
	font-weight: normal;
}

.commonDetailCheck{
	margin-right: 10px;
	padding: 2px 0 2px 18px;
	background: url(../img/ankenDetail_icon_check.png) no-repeat left center;
}

.commonDetailButtonsWrapper{
	margin-top: 40px;
	position: relative;
}

.commonDetailButtons{
	position: relative;
	float: left;
	left: 50%;
}

.commonDetailButtons li{
	margin-right: 3px;
	position: relative;
	float: left;
	left: -50%;
}

.commonDetailButtons li.last{
	margin-right: 0;
}