@charset "utf-8";
/*------------------------------------------------
terrace2015 メールフォーム
style_mailform.css
------------------------------------------------*/


#VERISIGN_CONT,
#VERISIGN_CONT object,
#VERISIGN_CONT embed {
display:block;
max-width: 100%;
width:100px;
height: 72px;
}

#VERISIGN_CONT{
position: absolute;
top: -22px;
right: 0;
}

#VERISIGN_CONT .veri{
padding: 10px;
border: 1px solid #eee;
}

/*
for mobile
*/
@media (max-width: 767px) {
	#VERISIGN_CONT{
	position: relative;
	margin: 0 auto;
	width: 120px;
	top: auto;
	right: auto;
	min-height: 100px;
	}
}



/* 20240920_BABY_FOOD_FORM ----------------------------------------------------------------------- */
table{
	border-collapse: collapse;
	width: 100%;
}
.babyfood_table th,
.babyfood_table td{
	padding: 10px;
	border: solid 1px #ccc;
	text-align:left;
	box-sizing:border-box;
}
.babyfood_table th {
	color: #333;
}
.babyfood_food{
	width:210px;
}

@media screen and (max-width: 640px) {
	.babyfood_table,.babyfood_food {
		width: 100%;
	}
	table.babyfood_table th,
	table.babyfood_table td {
		display: block;
		width: 100%;
		border-bottom:none;
	}
	.babyfood_table tr:last-child{
		border-bottom: solid 1px #ccc;
	}
}

.txtbox01 {
	background-color: #F9F9F9;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 5px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
}

@media (min-width: 950px) {
	.pc-none-950 {
		display: none !important;
	}
}

@media (min-width: 940px) {
	.pc-none-940 {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.pc-none-991 {
		display: none !important;
	}
}

.word-break{
	word-break: break-all;
}

.babyfood_menu_label,
.babyfood_staple_label,
.babyfood_hardness_label,
.babyfood_shape_label,
.babyfood_taste_label,
.babyfood_seasoning_label,
.babyfood_notyet_label,
.babyfood_label{
	line-height: 1.6em;
}

ul.ul_asterisk {
	list-style-type: none;
	padding-left: 1em;
}
ul.ul_asterisk > li {
	text-indent: -1em;
}
ul.ul_asterisk > li:before {
	content: "※";
	text-indent: -1em;
}

.item_span_140 label {
	display: inline-block;
	width: 100%;
	line-height: 1.6em;
}
.item_span_150 label {
	display: inline-block;
	width: 100%;
	line-height: 1.6em;
}
.item_span_160 label {
	display: inline-block;
	width: 100%;
	line-height: 1.6em;
}
.item_span_320 label {
	display: inline-block;
	width: 100%;
	line-height: 1.6em;
}

/* ブレークポイント調整が必要 */
@media (min-width: 380px){
	.item_span_140 label {
		width: 140px;
	}
	.item_span_150 label {
		width: 150px;
	}
	.item_span_160 label {
		width: 160px;
	}
	.item_span_320 label {
		width: 320px;
	}
}
.select_readonly{
	pointer-events: none;
	background-color: #ddd;
}

.meal_date_jp{
	min-width: 210px;
}
.meal_date_en{
	min-width: 210px;
}
.meal_location_jp{
	display: inline-block;
	min-width: 100%;
}
@media (min-width: 871px){
	.meal_location_jp{
	width: auto;
		min-width: 465px;
	}
}
.meal_location_en{
	display: inline-block;
	min-width: 100%;
}
@media (min-width: 850px){
	.meal_location_en{
	width: auto;
/* 20260202_CHG ★English 英訳後に調整が必要★ */
		min-width: 370px;
	}
}
.meal_time_jp{
	display: inline-block;
	width: auto;
}
.meal_time_en{
	display: inline-block;
	width: auto;
	min-width: 160px;
}
/* 20240920_BABY_FOOD_FORM ----------------------------------------------------------------------- */

