.panel{
	border-radius: 0 !important;
}
#form_title{
	display: none;
}
.panel-default a{
	color: #e55300;
	text-decoration: underline;
}
a.btn.btn-primary{
	color: #fff;
	text-decoration: none;
}
.navbar-default{
	background-color: #f5f4ef !important;
	border: none !important;
}
.navbar-header img{
	max-height: none !important;
}
body, .panel, .colored-label{
	background-color: #f5f4ef;
}
.panel-default>.panel-heading{
	background-color: #fff;
}
.panel-body{
	background-color: #fff;
}
.panel-heading p strong{
	color: red;
}

@media only screen and (max-width: 767px) {
	.panel-heading.panel-heading-section{
	    padding: 0;
	}
	.panel-body.panel-body-section {
	    padding: 0 !important;
	}
}
.panel-body h2 {
	margin-bottom: 30px !important;
}
.panel-body h3, .panel-body h2 {
    padding: 10px 15px 10px;
    background-color: #fff;
    border-top: 1px solid #e6bf7e;
    border-bottom: 2px solid #e6bf7e;
}
.panel-body h3 + p{
	padding: 0 15px;
}
.form-horizontal .form-group{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.colored-label{
	padding: 7px 15px !important;
	line-height: 1.7em;
	border-top: 1px solid #e6bf7e;
	border-bottom: 1px dotted #cccccc;
}
@media only screen and (max-width: 767px) {
	.colored-label{
		display: block;
	}
}
.colored-label p{
	margin: 0 !important;
	line-height: 1.7em;
}
footer{
	margin-bottom: 15px;
	font-size: 12px;
}
footer p{
	margin-bottom: 0;
	line-height: 1.5em;
}



/* レイアウトを変更している為、場合によっては削除 */
.col-md-offset-1{
	margin-left: 0 !important;
}
.col-md-offset-2{
	margin-left: 0 !important;
}
.col-md-10{
	float: none !important;
	width: 960px !important;
	margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
	.container>.navbar-header{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.col-md-10{
		width: 100% !important;
	}
}
.col-md-10.col-md-offset-2{
	width: 100% !important;
}
@media only screen and (min-width: 768px) {
	input, select{
		width: 40% !important;
	}
	select, input[type="radio"], input[type="checkbox"]{
		width: auto !important;
	}
	.select-date input{
		width: 100% !important;
	}
	input[type="date"]{
		width: 100% !important;
	}
	textarea{
		width: 60% !important;
		height: 200px !important;
	}
}


/* 郵便番号「住所検索」ボタンのはみ出し修正 */
@media only screen and (min-width: 768px) {
	select, input[type="radio"], input[type="checkbox"], input[type="button"]{
		width: auto !important;
	}
}

.input-group .form-control{
	width: 100% !important;
	display: table-cell !important;
}
.input-group-btn{
	width: 1% !important;
	white-space: nowrap !important;
	display: table-cell !important;
	vertical-align: top;
}
.input-group-btn .btn{
	width: auto !important;
}

/* ----------------------ここまで---------------------- */