/* 共通 */

.micro-field {
	position: relative;
}
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder{
	color: #6b7280;
}
.attention_balloon {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	margin-top: 60px;
	background-size: 17px 15px;
	font-size: 1.2rem;
}
.attention_balloon .inner {
	border: 2px solid #800200;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #FFFFFF;
	color:#333333;
}
.attention_balloon2 {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	margin-top: 40px;
	background-size: 17px 15px;
	font-size: 1.2rem;
}
.attention_balloon2 .inner {
	border: 2px solid #800200;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #FFFFFF;
	color:#333333;
}
.attention_balloon3 {
	background-image: url(../img/bg-attention_balloon.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 14px;
	position: absolute;
	z-index: 100;
	margin-top: 40px;
	background-size: 17px 15px;
	font-size: 1.2rem;
}
.attention_balloon3 .inner {
	border: 2px solid #800200;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
	white-space: nowrap;
	background-color: #FFFFFF;
	color:#333333;
}
/* Minor Break Point */
@media screen and (max-width: 768px) {
	.attention_balloon{
		width:80%;
		background-position: 30px top;
	}
	.attention_balloon .inner {
		white-space: normal;
		width: 55%;
	}
	.attention_balloon2{
		width:50%;
		background-position: 30px top;
		margin-top: 13px;
	}
	.attention_balloon2 .inner {
		white-space: normal;
		width: 55%;
	}
	.attention_balloon3{
		width:90%;
		background-position: 30px top;
		margin-top: 13px;
		margin-top: 40px;
	}
	.attention_balloon3 .inner {
		white-space: normal;
		width: 55%;
	}
}
/* SMP Style */
@media screen and (max-width: 480px) {
}
