@charset "utf-8";

.ss_contents{width: 100%!important;}

ul.breadcrumb {
  padding: 8px 15px 0px!important;
	margin: 0;
}

p {
  line-height: 28px!important;
}

.label, .badge {
  padding: 6px 8px;
	margin: 0 5px 0 0;
}

table.table { border: #C7C7C7;
width: 100%;
}

table.table th {
  height: 50px;
  background-color: #F9F9F9 !important;
  padding: 10px 30px;
  width: 33%;
  border-left: none;
  border-top: none;
  border-bottom: #FFF solid 2px;
}
table.table td {
  padding: 10px 30px;
  border-bottom: #bcccd1 solid 1px;
  border-top: none;
  border-left: none;
  background: #FFF !important;
}
.ss_form_btn {text-align: center;
	margin: 0 auto;

}

.ss_input input { 
	display: contents;
}



.ss_input input{
  height: 30px;
  border-radius: 3px;
  border: #999 1px solid;
 display: inline-block;
	margin-right: 15px;
	
}

.ss_input input[type="radio"]{
	height: inherit!important;
}

.ss_input textarea{
	min-height: 200px;
  border-radius: 3px;
  border: #999 1px solid;
	
}

@media screen and (max-width: 980px) {
	
.ss_input input[type="radio"]{
	width: 15px;
}
	
.ss_contents {
	width: 90%!important;
	margin: 0 auto;
	padding: 10px;
}

	
table.table th {
	width: 100%;
	padding: 5px;
	display: block;
}
table.table td {
	padding: 10px;
	width: 100%;
	display: block;
}

table.table th {
  border-bottom:none;
}
	

}




