/* 共通css */
@charset "utf-8";
/* css 読み込み */
@import url('./common_mobile.css');
@import url('./form_print.css');


.TR_ONAMAE, .TR_KYOSIKIBI, .TR_KYOSIKI, .TR_HIROUEN, .TR_TANTOU{
	font-weight: bold;
}


body , html {
	height: 100% !important;
    margin: 0;
    padding: 0;
}
#form_info{
	display: none;
}
#form_print{
	display: none;
}

#wedding_info{
	margin: 5px auto 10px;
	font-size: 15px;
}
#wedding_info th, #wedding_info td{
	vertical-align: middle;
	text-align: center;
}
#form_area{
	margin: 0 auto;
	width:100%;
	height: 100% !important;
   	min-height: -webkit-fill-available;
	padding: 0 20px 100px;
}
br{
    line-height: initial;
}
p{
	margin: 0;
}
.tbl_weddinginfo{
	width:100%;
}
.tbl_weddinginfo tr, .tbl_weddinginfo th, .tbl_weddinginfo td{
	border: 1px solid #666666;
	padding: 8px auto;
}
th, td{
	font-size: 12px;
}
table tr th, 
.table .row .th{
	line-height: 1.5 !important;
   	padding-top: 1em;
}
@media print{/* 印刷CSS */
	table tr th, 
	.table .row .th {
		line-height: 1.5 !important;
    	padding-top: .5em;
		}
}
.order_tbl input[type=text], .order_tbl select{
	font-size: 12px;
}
.order_tbl tr:nth-child(odd){
	background-color: #f1f0f6;
}
.line-title{
	background-color: #d6eef8;
}
.tbl_border td{
	vertical-align: middle;
}
.tbl_border td input{
	/*margin-left: 5px;*/
}
.tbl_border td select{
	font-size: 15px;
}
.tbl_border th{
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
.no-display{
	display: none;
}
.list_no {
    display: none;
} 
/*.cal_date, 
.cal_birthdate {
	width: 150px !important;
}*/
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
    background-image: url('../images/common/bg_mobile_2.jpg');
	background-repeat: repeat;    
	z-index:999;
}

/* =======================================
	table_css
======================================= */  
table, .table { 
    margin: 0 auto;
    box-sizing:border-box;
    border-top: 1px solid #af9c8c;
    border-left: 1px solid #af9c8c;
    border-right: 1px solid #af9c8c;
    box-sizing:border-box;
    height: auto !important;
}
caption {
	margin-bottom: 10px;
	font-weight: bold;
	color: #444;
	font-size: 16px;
}
tr, .row {
    margin: 0px;
}

th, td, .th, .td {
    height: auto !important;
}
th, .th {
    background-color: #c9bcb1;
    box-sizing:border-box;
    border-bottom: 1px solid #af9c8c;
    border-right: 1px solid #af9c8c;
    color: #fff;
    font-weight: 700;
/*    line-height: 40px; */
    text-align: left;
    padding-left: 15px;
	vertical-align: middle;
}
td, .td {
    box-sizing:border-box;
    border-right: 1px solid #af9c8c;
    border-bottom: 1px solid #af9c8c;
	padding: 5px 10px;
    min-height: 40px !important; 
}
.table>tbody>tr>td,
.table>tbody>tr>th {
	padding: 5px;
    vertical-align: middle;
    border-top: none;
}
/* =======================================
	datepicker_timepicker_css
======================================= */  
.ui-datepicker-calendar thead tr th, .ui-datepicker-calendar tbody tr td{/*カレンダーtd&th高さ調整*/
    height: inherit;
}
.timepicker-picker .table-condensed tr td{/*timepicker-pickerの不要な線を消す*/
	border-right: none;
    border-bottom: none;
}
.timepicker-picker .table-condensed{
	border:none;
}

.input-append {/*時間・カレンダーアイコンをテーブル内に収める*/
	display: -webkit-flex;
	display: flex;
}
button.btnstyle-none {
	margin: 0;
	padding: 0;
	line-height: normal;
	border: none;
	background-color: transparent;
	outline: 0;
}
.datepicker .input-group-addon:first-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ccc;
	width: 39px;
}
.input-group .form-control:not(:first-child):not(:last-child){
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
button[type="button"]:active, button[type="button"]:visited, button[type="button"]:focus {
  outline: 0;
}
.datepicker{
	display: -webkit-flex;
	display: flex;
}	
.ui-datepicker-trigger{
	border-style: none;
    padding: 0;
	height: 30px;
}
.popover-title span {
	display: contents;
}
button.ui-datepicker-current {
	display: none;
}
button {
    background-color: transparent;
}
@media screen and (max-width:768px) {	
	span.datepicker-btn {
		padding: 5px 12px;
	}
}
@media print{/* 印刷CSS */
	.clockpicker .input-group-addon {
		display: none;
	}
}
/* =======================================
	stretch_table_css
======================================= */  
.stretch .table { 
    margin: 0 auto;
    border-top: 1px solid #af9c8c;
    border-left: 1px solid #af9c8c;
    border-right: 1px solid #af9c8c;
    box-sizing:border-box;
    height: auto !important;
}
/*
.stretch tr, 
.stretch .row {
    margin: 0px;
	border-bottom: 1px solid #af9c8c;
	background-color: #c9bcb1;
}

.stretch th,
.stretch .th {
    background-color: #c9bcb1;
    box-sizing:border-box;
    border-bottom-style: none;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    padding-left: 15px;
}
.stretch td,
.stretch .td {
    box-sizing:border-box;
    border-bottom-style: none;
	padding: 5px 10px;
	background-image:url(../images/common/bg_mobile_1.jpg);
}
*/
@media screen and (max-width:767px) {/*phone*/	
	table.stretch th, 
	table.stretch td {
		box-sizing:border-box;
		display:block;
		width: 100%;
	}
	table th[class*=col-],
	table td[class*=col-] {
		float: left;
	}
}

/*
@media screen and (max-width:767px) {/*tablet以下*/
/*    .stretch .td {
		border-left: none;
	}
}
*/
/* =======================================
	list_table_type
======================================= */ 
.table_title {
    background-color: #b7a596;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    box-sizing:border-box;
    border-top: 1px solid #af9c8c;
    border-left: 1px solid #af9c8c;
    border-right: 1px solid #af9c8c;
    height: 30px;
}
thead, .thead {    
    box-sizing:border-box;
    border-top: 1px solid #af9c8c;
    border-left: 1px solid #af9c8c;
    border-right: 1px solid #af9c8c;
    height: auto !important;
}

.table thead tr th {
    border-top:  1px solid #af9c8c;
    border-bottom:  1px solid #af9c8c;
    height: auto !important;
}
table thead th, 
.thead .th {
    padding: 0;
    text-align: center;
    font-size: 10px;
}
thead .th-rows, 
.thead .th-rows {
    line-height: 10px;
    padding-top: 5px;
}
.table_list {    
    box-sizing:border-box;
    margin: 0 auto;
    border-left: 1px solid #af9c8c;
    border-right: 1px solid #af9c8c;
    box-sizing:border-box;
    height: auto !important;
}
.table_list .th {
    box-sizing:border-box;
    background-color: #c9bcb1;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding-left: 15px;
}
.table_list .td {
    box-sizing:border-box;
    border-right: 1px solid #af9c8c;
}
.table_list ::-webkit-input-placeholder { /* Chrome, Opera */
    color: transparent;
}
.table_list :-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}
.table_list :-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}
/*--時間アイコンずれ対策--*/
.float-control{
	float:left;
}
.float-control{
	float:left\9; /* IE10以下 */
}
@media all and (-ms-high-contrast: none){
  .float-control{/* IE10以上 */
	float:left;
}
}
@media screen and (max-width:767px) {/*phone*/
	table {
        border-right: none;
		border-bottom: none;
	}
    table.stretch th, .th {
		border-right: none;
    }
    table.stretch td, .td {
/*        height: fit-content; */
        height: auto;
		border-right: none;
    }
    th.bdr-l, td.bdr-l, .bdr-l {
        border-left: none;
    }
    thead, .thead {
        display: none;
    }
    .list_no {
        display: block;
        margin-top: 10px;
        background-color: #c9bcb1;
        border-top: 1px solid #af9c8c;
        border-left: 1px solid #af9c8c;
        border-right: 1px solid #af9c8c;
        color: #fff;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        padding-left: 15px;
    }
    .table_list {
        border-top: 1px solid #af9c8c;
    }
    .table_list .td {
        border-right: none;
    }
    .table_list ::-webkit-input-placeholder { /* Chrome, Opera */
        color: #999999;
    }
    .table_list :-moz-placeholder { /* Firefox 19+ */
        color: #999999;
    }
    .table_list :-ms-input-placeholder { /* IE 10+ */
        color: #999999;
    }
}

/*---add---*/
body,input[type=text], input[type=number], input[type=textarea], input[type=button], select, textarea{
	font-size:12px;
}
input,textarea{
	width:100%;
}
textarea {
   	resize: vertical;
}
.place-disp ::-webkit-input-placeholder { /* Chrome, Opera */
    color: #999999;
}
.place-disp :-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
.place-disp :-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
.list_no {
    display: none;
}
.bdr-t {
    box-sizing:border-box;
    border-top: 1px solid #af9c8c;
}
.bdr-b {
    box-sizing:border-box;
    border-bottom: 1px solid #af9c8c;
}
.bdr-l {
    box-sizing:border-box;
    border-left: 1px solid #af9c8c;
}
.bdr-r {
    box-sizing:border-box;
    border-right: 1px solid #af9c8c;
}
.nobdr {
    border: none !important;
}
.nobdr-t {
    border-top: none !important;
}
.nobdr-b {
    border-bottom: none !important;
}
.nobdr-l {
    border-left: none !important;
}
.nobdr-r {
    border-right: none !important;
}
.notxt { /*PC=非表示 phone=表示*/
    display: none;
}
.pc-nodisp { /*PC=非表示 phone=表示*/
	display: none !important;
}
.margin-t {
    margin-top: 15px;
}
.height-40 {
    height: 40px;
}
.height-60 {
    height: 60px;
}
.height-75 {
    height: 75px;
}
.height-80 {
    height: 80px;
}
.height-90 {
    height: 90px;
}
.height-100 {
    height: 100px;
}
.height-120 {
    height: 120px;
}
.height-130 {
    height: 130px;
}
.height-150 {
    height: 150px;
}
.height-160 {
    height: 160px;
}
.height-200 {
    height: 200px;
}
.height-220 {
    height: 230px;
}
.height-260 {
    height: 260px;
}
.height-280 {
    height: 280px;
}
.height-300 {
    height: 300px;
}
.height-320 {
    height: 320px;
}
.height-340 {
    height: 340px;
}
.height-400 {
    height: 400px;
}
.height-520 {
    height: 520px;
}
.height-100per{
	height:100%;
}
input[type=text], select {
    height: 30px;    
}
.sama {        
    line-height: 30px;
    vertical-align:middle;
}
label.notxt {
    font-weight: 400;
    font-size: 11px;
    margin-left: 5px;
    margin-bottom: 0px;
}
label.radio,
label.checkbox{
    margin: 0;
    font-weight: 100;
}
label{
    padding: 5px 0 0;
	font-weight: 400;
    display: inline-block;
	font-size: inherit;
    line-height: inherit;
}
.radio-inline,
.checkbox-inline{
	display: inline-block;
	line-height: 16px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: inherit;
}
.inline-auto{
    width: auto;    
    font-weight: 400;
}
.inline-50 label.radio-inline,
.inline-50 .checkbox-inline{
	width: 50px;
}
.inline-100 label.radio-inline,
.inline-100 .checkbox-inline{
	width: 100px;
}
.inline-120 label.radio-inline,
.inline-120 .checkbox-inline{
	width: 120px;
}
.inline-180 label.radio-inline,
.inline-180 .checkbox-inline{
	width: 180px;
}
.inline-220 .radio-inline,
.inline-220 .checkbox-inline{
	width: 220px;
}
.inline-360 .radio-inline,
.inline-360 .checkbox-inline{
	width: 360px;
}
.inline-450 .radio-inline,
.inline-450 .checkbox-inline{
	width: 450px;
}
.bar{
	text-align: center;
	background-color: #eae5db;
	margin: 10px auto;
/*    height: 30px;　*/
}
.grm{
	background-color: #58678d;
	color: #FFFFFF;
}
.brd{
	background-color: #dbb0ae;
	color: #FFFFFF;
}
.pln{
	background-color: #d9e7df;
    height: auto;
}
.staff_form {
    background-color: rgba(189, 189, 189, 0.3);
    margin: 10px 0 30px 0;
    padding: 20px;
}
.title-pln{
    font-weight: 700;
    padding-top: 10px;
    color: #86af71;    
    font-size: 110%;
}
.title-cpl{
    padding-top: 10px;
    color: #c3ae6b;    
    font-size: 110%;
}
.title-grm{
    padding-top: 10px;
    color: #445580;    
    font-size: 110%;
}
.title-brd{
    padding-top: 10px;
    color: #e5a8a6;
    font-size: 110%;
}
.caption{
	font-size: 90%;
    text-align: left;  
}
.under {
	text-decoration : underline
}
/*hr {191023コメントアウト
	border-top: 1px solid #ccc;
}*/
hr {/*191023追加*/
    border: 1px dashed #eae5db;
    margin: 5px 0;
}
.menu_list img {
    width: 300px;    
    margin: 10px 0px;
}
.thum {
    text-align: center;
    padding: 0 5px;  
}
.thum .radio-inline,
.thum .check-inline {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: 400;
    vertical-align: top;
    width: 300px;  
}
.weight-400 {
    font-weight: 400;
}
.thum .caption {
    padding-top: 5px;
}
.half .radio-inline,
.half .check-inline,
.half img {
    width: 470px;
}
input[type=text], input[type=number], input[type=textarea], input[type=button], select, textarea, .form-control {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    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[type=text]:focus, input[type=number]:focus, input[type=textarea]:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
select.form-control {
    padding: 3px 0;
}
select {
    height: 30px;
}/*追加*/
/*.input-append input,
.cal_date.hasDatepicker,
.cal_birthdate.hasDatepicker{
    display: table-cell;
    width: 150px;
	height:30px;
}*/
.input-append input{
    display: table-cell;
    width: 150px;
	height:30px;
}
.datepicker .cal_date,
.datepicker .cal_birthdate{
    width: 141px;
}
.clockpicker{
    width: 180px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*iOSのみの時間:ずれ解消CSS*/
    _::-webkit-full-page-media, _:future, :root [class*="span"] {
    float: none;
    min-height: 0;
    margin-left: 0;
}
}
img.ui-datepicker-trigger { /*日付ボタン*/
    }
.input-group .datatime .input-append {
    padding-top: 0;
    padding-right: 27px;
    padding-left: 0px;
    border-style: none;
}
.guidance {
    position: relative;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.guidance::before,
.guidance::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
    }
.guidance::before {
    top: 0;
    border-top: 2px solid #c9bcb1;
    border-bottom: 1px solid #c9bcb1;
}
.guidance::after {
    bottom: 0;
    border-top: 1px solid #c9bcb1;
    border-bottom: 2px solid #c9bcb1;
}
.point {
    padding: 9.5px;
    font-size: 90%;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 0;
    text-align: left;
}
.point.all-center {
	vertical-align: middle;
	text-align: center;
}
.print-notes {
    margin: 5px 0;
    padding: 9.5px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #ebf0ea;
	border: 1px solid #aaadb2;
	border-radius: 4px;
}	
span.bottom{
    line-height: 15px;
    vertical-align: bottom;
}
.sm .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}
.dropshadow{
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
p, input[type="radio"], input[type="checkbox"] {
    line-height: inherit;
	vertical-align: middle;
}
/*pc*/
.birthflw .thum {
    height: 230px;
}
.coordinate .thum {
    height: 320px;
}
.vtr .thum {
        height: 400px;
}
.option .thum {
        height: 410px;
}
@media screen and (max-width:767px) {/*phone*/
    .margin-t {
        margin-top: 0;
    }
    .sp-nobdr {
        border: none !important;
    }
    .sp-nodisp { /*PC=表示 phone=非表示*/
        display: none !important;
    }
    .pc-nodisp { /*PC=非表示 phone=表示*/
        display: inherit !important;
    }
    .notxt {
        display: inherit;
		padding-top: 0px;
    }
	.grmblue{
		color: #58678d;		
	}
	.brdred{
		color: #cc807d;		
	}
}

@media screen and (max-width:768px) {/*tablet*/
    .birthflw .thum {
        height: 200px;
    }
    .coordinate .thum {
        height: 280px;
    }
    .vtr .thum {
        height: 400px;
    }
    .hairstyle .thum,
    .family .thum {
        height: 320px;
    }
}

@media screen and (max-width:425px) {/*phone*/
    .birthflw .thum,  
    .coordinate .thum,
    .vtr .thum,  
    .hairstyle .thum,
    .option .thum,
    .family .thum {
        height: auto;
    }
}

/* =======================================
	btn_css
======================================= */ 

#btn_area{
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
	z-index:999;
}
#btn_entry, #btn_save, #btn_cancel, #btn_print{   
	width: 85px;
	height: 30px;
    color: #ffffff;
	background-color:#af9c8c;
    font-size: 12px;
}
#btn_nouse{
	font-size: 12px;
	width: 85px;
	height: 30px;
	margin-left: 30px;
    color: #ffffff;
	background-color: #c9bcb1;
}
@media screen and (max-width:768px) {/*tablet*/
#btn_print{
	display:none;
    }
}
@media screen and (max-width:425px) {/*phone*/
    #btn_nouse{
        margin-left: 0px;
    }
}
@media screen and (max-width:354px) {/*phone*/
    #btn_nouse{
        margin-top: 5px;
    }
    #form_area{
        padding-bottom: 120px;
    }
    #footer {
        height: 105px;
    }
}


/* =======================================
	Print_css
======================================= */    
@media print{
    @page {
		size: A4;
		margin: 25px 5px 10px;
    }
	body {
	-webkit-print-color-adjust: exact;
	}
	div#main{
		height: auto;
		background-color: #ffffff;
	}
	#form_area{
		border: none;
        min-height: inherit;
	}
	.font-22 {
		font-size: 14pt !important;
	}
	header, #header, #btn_entry, #btn_save, #btn_cancel, #btn_print, #btn_nouse{
		display: none;
	}
	input[type=text], input[type=number], input[type=textarea], input[type=button],  input[type=time],
    .tbl_border input[type=text], .tbl_border input[type=number], .tbl_border textarea, 
	.form-group textarea, .container-fluid textarea, .table_list textarea,
    .form-group select, .container-fluid select, .table select, .table_list select, .input-group label, 
    textarea, textarea.form-control, select, .datatime span.add-on {
		border: none;
	}	
	input[type=text], input[type=number], textarea, .tbl_border input[type=text], .tbl_border input[type=number], .tbl_border textarea, input[type=time] {
		display: none !important;
	}
	.no-display{
		display: inline;
		line-height: 23px;
	}
	.print_logo{/*ロゴ消し*/
		display: none !important;
	}
	span[id^="time_"] { /* id名に「time_」を含むspan要素 */
		font-size:18px !important;
	}
	.kanashow_print input[type=text] {
		display: inline !important;
		font-size:8pt !important;
	}
	.kanashow_print .no-display {
		display: none !important;
	}
    select {
        -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
        -moz-appearance: none;	/* ベンダープレフィックス(Firefox用) */
        appearance: none;		/* 標準のスタイルを無効にする */ 
    }
    ::-ms-expand {		/* select要素のデザインを無効にする（IE用） */
        display: none;
    }
    textarea {  
        resize: none;  
    }
    table ::-webkit-input-placeholder, 
    .table ::-webkit-input-placeholder, 
    .table_list ::-webkit-input-placeholder { /* Chrome, Opera */
        color: transparent;
    }
    table :-moz-placeholder, 
    .table :-moz-placeholder, 
    .table_list :-moz-placeholder { /* Firefox 19+ */
        color: transparent;
    }
    table :-ms-input-placeholder, 
    .table :-ms-input-placeholder, 
    .table_list :-ms-input-placeholder { /* IE 10+ */
        color: transparent;
    }
    .jump-link a {
        display: none;
    }
	#form_info{
		display: inline;
		float: right;
		color: #bfbfbf;
		font-size: 10px;
	}
	table { 
		border-collapse: collapse;
	}
/*
	tr, th, td {
		padding: 4px 0;
		min-height: 23px;
	}
*/
	.tbl_border th, .tbl_border td, .tbl_border textarea{
		font-size: 8pt;
		min-height: 23px;
	}
    table, tr, th, td, thead, 
	.table, .row, .th, .td, .thead, .table_list, .table_list .td, .bdr-l, .bdr-r, .list_no, .table_title {
        border-color: #9a9a9a !important;
        font-weight: normal;
    }
	.ui-datepicker-trigger {	/*日付ボタン*/
		display: none;
	}
	.input-append .add-on, .input-prepend .add-on {
		border: none;
	}
    .red, .caution{
        color: #e63b3b !important;
    }
    #copy, #form_print {
        padding-top: 0px;
        margin: 0;
        height: 10px;
		display: block;
    }
    /*#copy {
        margin-left: 140px;
    }*/
    #form_print {
        margin-right: 20px;
    }
    #footer {
        position: static;
        height: 15px;
    }    
    #form_area {
        padding-bottom: 15px;
    }  
/*	
	body {
		zoom: 0.80;
		-moz-transform: scale(0.75,0.75) translate(-23px,-23px);
	}
*/
	body,input[type=text], input[type=number], input[type=textarea], input[type=button], select, textarea{
		padding-right:0;
		padding-left:0;
	}
	.memo{
		color:#909090 !important;
	}
	.point dt, .point dd {
    	line-height: 14px !important;
		font-size: 7pt !important;
	}
	.print-notes {
		display: none;
	}
	th, .th, td, .td {
		padding: 5px !important;
	}
	th, .th, td, .td, .form-control, select option, select,
	.table tr td textarea,
	.table tr th textarea, 
	.table tr td input[type=textarea],
	.table tr th input[type=textarea] {
		font-size: 8pt !important;
		min-height: 23px !important;
	}
	.table>tbody>tr>td,
	.table>tbody>tr>th {
		padding: 0px 5px !important;
	}
	.table .th,
	.table>thead>tr>th,
	.table>tbody>tr>th {
		background-color: #cccccc !important;
	}
	.guidance::before, .guidance::after {/*191023追加*/
    	border-top: 2px solid #cccccc !important;
    	border-bottom: 1px solid #cccccc !important;
	}
	hr {/*191023追加*/
    	border: 1px dashed #cccccc !important;
	}
	input[type=text], select {/*追加*/
		height: 23px !important;
		line-height: 23px !important;
	}
	.input-append .add-on{/*追加*/
		padding:0;
	}
	.sama {/*追加*/
    	line-height: 23px;
	}  
	.print-r {
		text-align: right;
	} 
	input[type=text], input[type=number], input[type=textarea], input[type=button], select, textarea {
   		padding: 0 !important;
	}
	/*A4印刷各種別にフォームを分けて印刷する<section class="print_page">*/
	.print_page{
		margin: 0 auto;
		width: 100%; 
		height: 251mm; /* A4縦の高さ */
		page-break-after: always; /* 各ページの終わりに改ページ */
	}
	.print_page:last-child{
		page-break-after: auto; /* 最後のページの改ページを防ぐ */
	}
	/*--placeholder印刷時非表示--*/
	input::-webkit-input-placeholder {
		display:none !important;
	}
	input:-moz-placeholder {
		display:none !important;
	}
	input::-moz-placeholder {
		display:none !important;
	}
	input:-ms-input-placeholder {
		display:none !important;
	}
	.form-control::-webkit-input-placeholder {
		display:none !important;
	}
	.form-control:-moz-placeholder {
		display:none !important;
	}
	.form-control::-moz-placeholder {
		display:none !important;
	}
	.form-control:-ms-input-placeholder {
		display:none !important;
	}
	.staff_form{
		border: 1px solid #9a9a9a;
	}
}

