@charset "utf-8";
/* CSS Document */

.at{
	margin-top:-40px;}
	
.bot{
	border-top:#999 1px dotted;
}

/*カスタマイズボタン*/
.custom_b {
	background-color: #ef881c;
	color:#FFF;
	font-weight:bold;
  border-radius: 2px;
	padding:5px;
  transition: background-color linear .2s;
	-webkit-align-items: center;
	-webkit-display: flex;
	-webkit-justify-content: center;
	 align-items: center;
	display: flex;
	justify-content: center;
	-webkit-flex-grow:0;
	flex-grow:0;
}
@media all and (-ms-high-contrast:none) { /*IE11用ハック*/
     *::-ms-backdrop,  .custom_b{
			 padding-top:7px;
}
}
.custom_b a {
	color:#FFF;
	text-decoration: none ;
}
.custom_b:hover {
  background-color: #ee9b3f;
}

.custom_g {
	background-color: #6db030;
	color:#FFF;
	font-weight:bold;
  border-radius: 2px;
	padding:5px;
  transition: background-color linear .2s;
	-webkit-align-items: center;
	-webkit-display: flex;
	-webkit-justify-content: center;
	 align-items: center;
	display: flex;
	justify-content: center;
	-webkit-flex-grow:0;
	flex-grow:0;
}
@media all and (-ms-high-contrast:none) { /*IE11用ハック*/
     *::-ms-backdrop,  .custom_b{
			 padding-top:7px;
}
}
.custom_g a {
	color:#FFF;
	text-decoration: none ;
}
.custom_g:hover {
  background-color: #95c06d;
}