@charset "UTF-8";

body {
	background: #ffbdda url(https://pucchigumi.net/wp-content/uploads/2017/12/pucchigumi_bg.png) left center repeat;
}

.panel-default>.panel-heading {
	background-color: #ffffff;
	border: solid 4px #ff44a5;
	font-weight:bold;
	color:#ff44a5;
}

.panel-heading-page {
	background-color: #ffdede;
	radius:16px;
	border-radius:16px;
	color: #ff44a5;
	font-weight:bold;
}

.panel{
}
@media (min-width: 992px) {

.col-md-2 {
	width: 20%;
}
.col-md-10 {
	width: 80%;
}

}
.colored-label {
	background-color: transparent;
}
textarea.form-control {
	height: auto;
	min-height: 100px;
}

.form-group-gotonext {
	text-align:center;
	margin-left:0;
}
.form-group-gotonext .col-md-offset-2 {
	margin-left:0;
	width:100%;
}

.panel-body+.form-group .col-md-offset-2{
	margin:0;
	width:100%;
	text-align: center;
}