@charset "utf-8";
/* CSS Document */

html,
body {
	height: 100%;
	-webkit-print-color-adjust: exact;
}
#wrapper {
  	width:100%;
  	overflow:hidden;
	min-height: 101vh;
	position: relative;
	padding-bottom: 50px;
	box-sizing: border-box;
}
body {
  background-color: #fff;
}
body .body{
	width: 100%;
	margin: 0 auto;
}
select{
	width: 200px;
	height: 25px;
}
input{
	border: 1.2px solid #a9a9a9;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
button{
	cursor: pointer;
}
th,td {
    border: solid 1px;
}
 
table {
    border-collapse:  collapse;
}
.text-align_right{
	text-align: right;
}
.button{
	background-color: #0a4b91;
	color: #fff;
	width: 100px;
	border-radius: 5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.2);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 3px;
	height: 25px;
	line-height: 2px;
}
.size_8{
	width: 80px;
}
.size_24{
	width: 240px;
}
.size_50{
	width: 500px;
}
.size_100{
	width: 730px;
}
.size_43{
	width: 330px;
}
.size_45{
	width: 400px;
}


/*管理者ページはここから*/
.admin_area{
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.admin_login{
	margin: 0 auto;
}
.Beslogi_System{
	position: relative;
	top:100px;
	font-size: 18px;
	color: #999;
}
.admin_button_pj{
	position: relative;
	left: 28px;
}
@media all and (-ms-high-contrast: none){
	.admin_button_pj{
	position: relative;
	left: 22px;
}
}
.input_height{
	height: 20px;
}
.admin_btn{
	margin: 20px;
        
	
}
.admin_btnuser{
	margin-left: 20px;
}
.admin_userlogout{
	position: relative;
	left: 25%;
}
.admin_allcont{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
}
.admin_listtb{
	width: 200px;
}

.admin_list_th1{
	width: 429px;
}

.admin_list_th2{
	width: 546px;
}
.admin_main-re{
        margin-top: 20px;
}
.adminEdit_p{
	position: relative;
	right: 65%;
	text-align: right;
	margin-bottom: -20px;
}
.adminEdit_inp{
	position: relative;
	left: 60px;
	bottom: 5px;
	height: 20px;
	
}
@-moz-document url-prefix(){
	.adminEdit_inp_bl{
		border: 1px solid #666;
	}
}

.adminEdit_area{
	width: 1000px;
	margin: 0 auto;
}
.adminEdit_btn{
	height: 40px;
	width: 150px;
	margin: 30px 50px;
	position: relative;
	left: 50px;
}
.adminEdit_btn:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}

#admin_delete{
        height: 27px;
        }

.admin_edit{
        background-color: #0a4b91;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.2);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 3px;
	line-height: 2px;
}
 
    .admin_edit_all_user button{
        background-color: #0a4b91;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.2);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 3px;
	line-height: 2px;
        width: 150px;
        height: 40px;
    }


.Beslogi_System_mainmenu{
	font-size: 18px;
	color: #999;
}
.main_menu_area button{
	margin: 0 auto;
	margin-bottom: 10px;
}
.mainmenu_button{
	display: block;
	background: #0a4b91;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.2);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 8px 0 4px 0;
	width: 200px;
	height: 45px;
	font-size: 18px;
	margin: 20px 60px 20px 60px;
}
.mainmenu_button:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.parameters_area{
	position: relative;
	right: 40%;
	margin-bottom: -70px;
	margin-left: 10%;
}
.parameters{
	font-size: 20px;
	font-weight: 600;
}
.parameters_boxpj{
	position: relative;
	left: 200px;
	bottom: 5px;
	margin-bottom: -20px;
}
.parameters_boxpj option{
	margin-bottom: -20px;
}
.parameters_fontpj{
	margin-bottom: -20px;
	text-align: right;
	position: relative;
	right: 45%;
}
.parameters_boxpj_inp{
	position: relative;
	left: 220px;
	bottom: 5px;
	margin-bottom: -20px;
	height: 20px;
}
.parameters_execution{
	background: #0a4b91;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.2);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 8px 0 4px 0;
	width: 200px;
	height: 45px;
	font-size: 15px;
	margin: 20px 60px -30px 60px;
	position: relative;
	left: 500px;
	bottom: 60px;
}
.parameters_execution:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.number_pj{
	position: relative;
	top:65px;
	left: 45%;
	margin-bottom: -20px;
	font-size: 18px;
}
.from_to{
	width: 100px;
}
.reset_area{
	text-align: center;
	margin-top: 200px;
}
@media all and (-ms-high-contrast: none){
	.reset_area{
		text-align: center;
		margin-top: 200px;
		line-height: 25px;
	}
	.redio_pj06{
		margin-left: 5px;
	}
	.redio_pj03{
		margin-left: 66px;
	}
}
.new_password{
	position: relative;
	right: 20px;
}
.reset_area button{
	background-color: #0a4b91;
	color: #fff;
	width: 180px;
	padding: 5px;
	margin: 10px 30px;
}
.ad_additionList_fst{
	margin-left: 600px;
	position: relative;
	top: 10px;
}


@media all and (-ms-high-contrast: none){
	.ad_additionList_fst{
	margin-left: 600px;
	position: relative;
	top: 30px;
	}
}
.ad_departureList_new{
	display: inline-block;
	float: right;
	width: 200px;
}

.adminlist_table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.adminlist_table th{
	padding: 5px;
	background-color:#daeef2;
}
.ad_departureList_new button{
	padding: 10px;
	background-color: #0a4b91;
	color: #fff;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #0a4b91;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.ad_departureList_new button:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.tb_btn{
	margin: 2px 0 2px 0;
	background-color: #0a4b91;
	color: #fff;
	width: 78px;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2);
  	text-shadow: 0 2px 0 rgba(0,0,0,0.2);
	padding: 5px 0 0 0;
	border: 1px solid #0a4b91;
}
.tb_btn:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
@media all and (-ms-high-contrast: none){
	.tb_btn{
		padding: 5px 0 5px 0;
	}
}
.re-button{
	display: inline-block;
	width: 300px;
}
.re-button button{
	padding: 10px;
	background-color: #0a4b91;
	color: #fff;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #0a4b91;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.re-button button:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.admin_allcont_edit{
	margin-top: 100px;
}
.admin_resetbtn{
	background: #FCAA00;
	border-radius: 5px;
	border: 1px solid #FCAA00;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.admin_resetbtn:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.new_btnpj button{
	margin-bottom: 50px;
}
.alluser_edit{
	width: 1000px;
	margin: 0 auto;
}
.fontpj_alluser_edit{
	position: relative;
	right: 85%;
	text-align: right;
	margin-bottom: -25px;
}
.boxpj_alluser_edit{
	position: relative;
	left: 20%;
}
.expiration-date_p{
	position: relative;
	left: 22%;
}
.boxpj_alluser_edit02{
	position: relative;
	left: 25%;
}
.expiration-date_p02{
	position: relative;
	left: 27%;
}
.correction_dis{
	position: relative;
	left: 20%;
}
.correction_time,.correction_route{
	position: relative;
	left: 20%;
	margin-left: 10px;
}
.hr_pj{
	margin: 100px 0;
}
.zip{
	border: 1px solid #0a4b91;
	padding: 3px 10px;
	border-radius: 3px;
	background: #0a4b91;
	color: #fff;
	position: relative;
	left: 25%;
}
.alluser_btnpj{
	position: relative;
	left: 25%;
}
.alluserapp_tb{
	width: 100px;
}
/*ユーザー問合せ*/
.search{
	text-align: left;
}
.text_area01{
	position: relative;
	left: 30px;
}
.checkbox_size{
	width: 50px;
	position: relative;
	top:5px;
}
.execution_btn{
	padding: 5px 5px 10px 5px;
	background-color: #0a4b91;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #0a4b91;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}
.execution_btn:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.ul_tree {
	margin-left: 10%;
	width: 100%;
	position: relative;
	top: -50px;
}
.main_area {
	width: 1040px;
	margin: 0 auto;
	margin-top: 50px;
	padding-left: 10%;
}
.fa-folder-open02 {
	color: #fff;
	position: relative;
	top: 42px;
	left: 40px;
	z-index: 999;
}
.fa-folder-open, .fa-envelope, .fa-reply {
	margin: 0 10px;
}
.acd-labeltop {
	list-style: none;
}
.acd-label {
	width: 100px;
	background: #0a4b91;
	color: #fff;
	display: block;
	margin-bottom: -15px;
	padding: 5px;
	font-size: 12px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.acd-labeltop {
	list-style: none;
}

.acd-label:after {
	content: '\f139';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	text-align: center;
	top: 7px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-weight: 900;
}

.acd-label.on:after {
	content: '\f13a';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	text-align: center;
	top: 7px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-weight: 900;
}

@media all and (-ms-high-contrast: none) {
	.acd-label {
		width: 100px;
		height: 20px;
		line-height: 20px;
		background: #0a4b91;
		color: #fff;
		display: block;
		margin-bottom: -15px;
		padding: 5px;
		font-size: 12px;
		border-radius: 4px;
		position: relative;
		text-align: center;
		cursor: pointer;
	}
	.acd-label:after {
		content: '\f139';
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: 0;
		text-align: center;
		top: 5px;
		width: 30px;
		height: 30px;
		color: #fff;
		font-weight: 900;
	}
	.acd-label.on:after {
		content: '\f13a';
		font-family: "Font Awesome 5 Free";
		position: absolute;
		right: 0;
		text-align: center;
		top: 5px;
		width: 30px;
		height: 30px;
		color: #fff;
		font-weight: 900;
	}
}
.acd_list_style {
	list-style: none;
	border-left: 1px solid #555;
	position: relative;
	top: 20px;
}

.acd_list_style li {
	width: 700px;
	font-size: 18px;
	position: relative;
	margin: 0;
	padding: 10px 0px;
	text-align: left;
}

.acd_list_style p:hover {
	color: #FF0000;
	font-weight: bold;
	cursor: pointer;
}
.acd_list_style p{
	display: inline-block;
	margin: 0;
}

.fa-envelope, .fa-reply {
	color: #0a4b91;
}

.acd_list_style_ppj {
	border-bottom: 1px solid #555;
	position: absolute;
	right: 700px;
	bottom: 25px;
	width: 40px;
	display: inline-block;
	margin: 0;
}
.new_btn {
	margin-left: 20px;
	padding: 0 5px;
	border: 2px solid #0a4b91;
	border-radius: 5px;
	color: #fff;
	background-color: red;
}
.userapplyview_title_area h1 {
	font-size: 20px;
	font-weight: 300;
}

.userapplyview_title_area {
	margin-left: 50px;
}

.userapplyview_cont {
	margin-top: 30px;
}
.userapplyview_cont p {
	margin: 0;
}
.userapplyview_title_sab {
	border-bottom: 1px solid #444;
	width: 900px;
}

.userapplyview_cont_area {
	border: 1px solid #444;
	width: 80%;
	margin-left: 30px;
	height: 300px;
	line-height: 300px;
	text-align: center;
}

.user_apply_input_title_area p, .user_apply_input_cont p {
	margin: 0;
}

.user_apply_input_cont {
	margin-top: 30px;
}

.user_apply_input_notices_area input {
	border: 1px solid #444;
	height: 20px;
	width: 90%;
	margin-top: 0px;
}
.user_apply_confirm_notices_area {
	width: 90%;
	border: 1px solid #666;
	height: 25px;
}

.userapplyview_btn_area button {
	background: #0a4b91;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2);
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 0 4px 0;
	width: 200px;
	font-size: 18px;
	margin: 30px 60px;
}
#textarea {
	max-height: 5000px;
	min-height: 200px;
	padding: 8px;
	resize: none;
	overflow: hidden;
	width: 90%;
	border: 1px solid #666;
}
.userapplyinput {
	margin: 50px 100px 100px 100px;
}
.user_apply_input_title_area input {
	border: 1px solid #444;
	height: 20px;
	width: 50%;
	margin-top: 0px;
}
.confirm-button {
	margin: 20px auto;
	text-align: center;
}

.confirm-button input {
	background: #0a4b91;
	color: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2);
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	padding: 8px 0 4px 0;
	width: 200px;
	font-size: 18px;
	height: 45px;
}
.submitConfirm_cancel {
	background-color: #FCAA00!important;
	border: 1px solid #FCAA00;
}
/*QA*/
.qa_adminEdit_inp input[type=checkbox]{
	width: 50px;
	vertical-align: middle;
}
.qa_adminEdit_inp{
	position: relative;
	bottom: 5px;
}
.qa_adminEdit_inp_pj{
	position: relative;
	left: -65px;
}
.qacategory_inp{
	position: relative;
	left: 60px;
	bottom: 10px;
	height: 20px;
}

.qacategory_inp_rankbox{
	position: relative;
	left: -65px;
}
.hidden_p{
	position: relative;
	left: 130px;
	bottom: 10px;
}
.qa_category_choice{
	text-align: left;
}
.qa_category_choice p{
	margin-left: 20px;
}
.qa_category_choice_btn button{
	padding: 5px 10px;
	background-color: #0a4b91;
	color: #fff;
	border: 1px solid #0a4b91;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.qa_category_choice_btn button:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}
.QASentenceEdit_area{
	width: 1000px;
	margin: 0 auto;
}
.QASentenceEdit_p{
	position: relative;
	right: 70%;
	text-align: right;
	margin-bottom: -20px;
}
.QASentenceEdit_inp{
	position: relative;
	bottom: 5px;
}
.QASentenceEdit_qacategory_inp{
	position: relative;
	bottom: 10px;
	height: 20px;
}
.QASentenceEdit_qacategory_inp_rankbox{
	position: relative;
	left: -125px;
}
.hidden_p_rankbox{
	position: relative;
	left: 70px;
}
#textarea_Q,#textarea_A{
	width: 600px;
	min-height: 100px;
	position: relative;
	left: 136px;
	resize: none;
	overflow: hidden;
}
.QASentenceEdit_inp input[type=checkbox]{
	width: 50px;
	vertical-align: middle;
}
.QASentenceEdit_inp_checkbox{
	position: relative;
	right: 50px;
}
/*お知らせ一覧*/
.Publication-contents{
	width: 600px;
}
.info_date{
	position: relative;
	right: 95px;
}
#info_cont{
	width: 600px;
	min-height: 100px;
	position: relative;
	left: 136px;
	resize: none;
	overflow: hidden;
}

/*更新履歴*/
.kara{
	position: relative;
	top:-10px;
	margin-left: 15px;
        left: 15px;
}
.made{
	position: relative;
	top:-10px;
	left: 30px;
}
.updateHistory_inp{
	position: relative;
	left: 21px;
}
@-moz-document url-prefix(){
	.kara{
		position: relative;
		top:-10px;
		left: 5px;
	}
	.made{
		position: relative;
		top:-10px;
		left: 5px;
	}
	.updateHistory_inp{
		position: relative;
		left: 10px;
	}
}

/*ビジター問合せ*/
.visitorApplyView_btn{
	padding: 5px 5px 10px 5px;
	background-color: #0a4b91;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 20px;
	border-radius: 5px;
	border: 1px solid #0a4b91;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}
.visitorApplyView_btn:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	　transform: translateY(2px);/*沈むように*/
}
.user_apply_input_title_area input {
	border: 1px solid #444;
	height: 20px;
	width: 50%;
	margin-top: 10px;
}
.user_apply_input_title_area_pj input{
	margin: 0;
}
.user_apply_input_notices {
	margin-top: 30px;
}

.user_apply_input_title_area p, .user_apply_input_cont p, .user_apply_input_notices p {
	margin: 0;
}
.user_apply_input_title_area_pj p{
	margin: 0;
	padding: 0;
}
.visitorApplyInput_area{
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
}
.visitorApplyInput_inp_pj input{
	position: relative;
	left: 150px;
	top:-35px;
}
.user_apply_input_cont .visitorApplyInput_inp_notices{
	position: relative;
	left:200px;
	width: 700px;
}
.visitorApply_line{
	border-bottom: 1px solid #000;
	position: relative;
	left: 150px;
	top:-25px;
}
.visitorApply_line_title{
	border-bottom: 1px solid #000;
	position: relative;
	left: 180px;
	top:-25px;
}
.vistor_input_cont_af {
	border-bottom: 1px solid #000;
	height: 25px;
	position: relative;
	left: 150px;
	bottom: 30px;
}
.vistor_input_cont_af_sb {
	border-bottom: 1px solid #000;
	height: 25px;
	position: relative;
	left: 180px;
	bottom: 30px;
}
.Answer_form{
	margin-top: 30px;
}
.user_apply_input_title_area .Answer_form_day{
	width: 200px;
	position: relative;
	top:-10px;
	left: 10px;
	margin-left: 45px;
}
.user_apply_input_title_area .Answer-name{
	width: 345px;
	position: relative;
	top:-10px;
	left: 30px;
}
.user_apply_input_title_area .Answer_form_remarks{
	width: 700px;
}

.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.user_apply_input_title_area .Answer-name_p{
	margin-left: 50px;
}
.btn02_area .button{
	background-color: #0a4b91;
	color: #fff;
	width:200px;
	height: 40px;
	line-height: 2px;
	border-radius: 5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.2);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
	padding: 3px;
	margin-top: 50px;
	margin-left: 50px;
}

.btn02_area .button:active{
	 box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	 -webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
}

.btn02_area .admin_resetbtn{
	background: #FCAA00;
	border-radius: 5px;
	border: 1px solid #FCAA00;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

#admin_manipulate_select {
    display: inline-block;
    margin: 0 0.75px;
}

.admin_all_user {
    display: inline-block;
    margin: 0 0.75px;
}

.qa_category_choice_btn input{
	padding: 5px 10px;
        height: 27px;
	background-color: #0a4b91;
	color: #fff;
	border: 1px solid #0a4b91;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  	text-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

.admin_delete{
        height: 27px;
        }

.textarea_Q,.textarea_A{
	width: 600px;
	min-height: 100px;
	position: relative;
	left: 136px;
	resize: none;
	overflow: hidden;
}

.parameters_boxpj_left_nothing{
	position: relative;
        right: 60px;
	bottom: 5px;
	margin-bottom: -20px;
}

.admin_listtb_half{
	width: 100px;
}

.admin_listtb_adjust{
	width: 150px;
}

.info_cont{
	width: 600px;
	min-height: 100px;
	position: relative;
	left: 136px;
	resize: none;
	overflow: hidden;
}
.drag-and-drop{
	margin: 20px 5%;
	border: 3px dotted #0a4b91;
	border-radius: 10px;
	width: 90%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	color: #727171;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 200px;
  background: url("../img/Spin-1s-200px.gif") center center no-repeat;
}

.vertical {
    vertical-align:middle;
}

.margin {
    margin-top: 20px;
}

.text_area {
    font-size: 16px;
    font-family: 'メイリオ',Meiryo;
}