body{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
}

header{
	background: #FCEE21;
}

header #h_main{
	display: block;
	margin: 0 auto 10px auto;
	width: 550px;
	overflow: auto;
}

header #h_main img{
	float: left;
	margin-right: 30px;
}

header #h_main h1{
	float: left;
	margin: 8px 0 0 0;
	letter-spacing: 10px;
}

div#sel_cam{
	display: block;
	margin: 0 auto 30px auto;
	width: 650px;
}

div#sel_cam p{
	font-size: 20px;
	text-align: center;
}

a.select_camera{
	display: block;
	width: 250px;
	height: 65px;
	border: 1px solid #000;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.1em;
}


a.select_camera:nth-of-type(1){
	float: left;
}
a.select_camera:nth-of-type(2){
	float: right;
}

#select_gps{
	display: block;
	margin: 0 0 30px 0;
	overflow: auto;
}

#n-gps img{
	display: block;
	float: left;
	margin: 20px 12px 0 12px;
}

#n-gps p{
	display: block;
	float: left;
}


#s-gps img{
	display: block;
	float: left;
	margin: 18px 10px 0 8px;
}

#s-gps p{
	display: block;
	float: left;
	font-size: 18px !important;
	margin-top: 20px;
}

h5.h_label{
	display: block;
	width: 100%;
	overflow: auto;
	
	border-left: 8px solid #F15A24;
	font-size: 18px;
	padding: 5px 0 5px 20px;
	
	letter-spacing: 10px;
	margin: 0;
}


select#sel_type{
	color: #000;
	padding: 8px 10px;
	font-size: 22px;
	width: 100%;
}

.select_img{
	display: block;
	width: 250px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #000;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.select_img img{
	display: block;
	float: left;
	
	margin: 20px 15px 0 20px;
}

.select_img span{
	display: block;
	float: left;
}

.select_img:nth-of-type(1){
	float: left;
}
.select_img:nth-of-type(2){
	float: right;
}


#conf_btn{
	display: block;
	width: 95%;
	font-size: 24px;
	font-weight: bold;

	text-align: center;
	
	background: #FCEE21;
	padding: 10px;
	border: 1px solid #888;
	border-radius: 8px;
	
	margin: 0 auto;
}

.inp_line{
	display: block;
	overflow: auto;
	margin-top: 30px;
}

.inp_line p{
	box-sizing: border-box;
	display: block;
	width: 100%;
	overflow: hidden;
	
	border-left: 8px solid #F15A24;
	font-size: 18px;
	padding: 5px 0 5px 10px;
	
	letter-spacing: 10px;
	margin: 0;
	font-weight: bold;
	text-align: left !important;
}

.inp_line span{
	display: block;
	overflow: auto;
}



#sel_btn{
	display: block;
	width: 100%;
	height:75px;
	overflow: auto;
}

.n_radio{
	display: none;
}


#preview{
	display: block;
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-top: 40px;
}

#preview img{
	display:block;
	width: auto;
	height: 200px;
	margin: 0 auto;
}


input#camera_upload, input#file_upload {
	display:none;
}
label#camera_btn, label#file_btn{
	color: #000;
	padding: 2px 3px;
}


#u_file{
	display: none;
}

#content_text{
	width: 95%;
	height: 150px;
}

.conf_img{
	display:block;
	width: auto;
	height: 150px;
}

#top_btn{
	display: block;
	width: 250px;
	font-size: 20px;
	margin: 80px auto 0 auto;
}


/*********************************/
/*admin
/*********************************/
#adm_body{
	display: block !important;
	margin: 0 auto;
	width: 1260px;
}


#admin_list{
	width: 100%;
}

#admin_list tr{
	height: 40px;
}

#admin_list tr:nth-child(odd) td{
	background: #eee;
}

#admin_list th{
	box-sizing: border-box;
	text-align: left;
	background: #42A2E6;
	color: #FFF;
	padding-left: 5px;
}

#admin_list th:nth-child(1){
	width: 100px;
}

#admin_list th:nth-child(2){
	width: 200px;
}

#admin_list th:nth-child(3){
	width: 400px;
}

#admin_list th:nth-child(3){
	width: 400px;
}


#admin_list th:nth-child(5){
	width: 100px;
}

#admin_list th:nth-child(6){
	width: 100px;
}

/*モーダルを開くボタン*/
/*
.modal-open{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}


.modal-content h4{
	margin: 0;
	font-weight: normal;
}

.modal-content h5{
	margin: 0;
	text-align: right;
	font-weight: normal;
}

.pop_img{
	display: block;
	width: auto;
	max-height: 280px;
	max-width: 100%;
	margin: 0 auto;
}


#pop_body{
	display: block;
	width: 100%;
	overflow: auto;
}

#pop_body #l_body{
	display: block;
	float: left;
	width: 45%;
}


#pop_body #r_body{
	display: block;
	float: right;
	width: 45%;
}

#print_btn{
	display: block;
	width: 350px;
	margin: 15px auto 0 auto;

	background: #eee;
	border: 1px solid #888;
	text-align: center;
	padding: 5px 10px;

}

.d_btn{
	display: block;
	border: 1px solid #333;
	text-align: center;
	border-radius: 5px;
}



@media all and (max-width:650px) {
	header #h_main{
		width: 100%;
	}

	div#sel_cam{
		width: 100%;
	}
	
	a.select_camera{
		width: 45%;
	}
	
	div#sel_cam p{
		width: 70%;
		font-size: 16px !important;
		text-align: left;
		margin-top: 10px;
	}
	
	.select_img{
		width: 45%;
	}
	
	.select_img img{
		margin: 20px 10px 0 10px;
	}
	
	.inp_line img + span{
		font-size: 10px;
	}
}


@media all and (max-width:450px) {
	header #h_main h1{
		font-size: 18px;
		margin-top: 14px;
	}
	
	div#sel_cam p{
		width: 60%;
		font-size: 12px !important;
		margin-top: 15px;
	}
}

@media all and (max-width:300px) {
	header #h_main h1{
		font-size: 14px;
		margin-top: 14px;
	}
}


