@CHARSET "UTF-8";
/* フリーページ */

table td {
	vertical-align: middle;
}
.text_min_02 {
	font-weight: bold;
}

/*レイアウト*/
	#contents.oneColumns #topGroupName {
		width: 100%;
	}
@media screen and (max-width:767px){
	#contents.oneColumns #topGroupName {
		padding: 0;
	}
}


/* amazonPayログインボタン
--------------------------------------------------------- */
#AmazonPayButton {
	margin-top: 10px;
}


/* 生年月日 */
.birthdayYear_itemLabel .required_condition:after {
	display: none;
}
/* tel */
.required_condition:after {
	content: "どちらか必須";
}