@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */

table td {
	border: none;
}

.headline-type2 {
	margin-top: 5em;
}

#contact .box_table {
	border-bottom: 1px solid #f0ecdb;
	margin-bottom: 5em;
}

#contact .box_table th {
	width: 30%;
	padding: 1.5em 1em;
	background-color: #f0ecdb;
	border-left: 1px solid #f0ecdb;
	border-right: 1px solid #f0ecdb;
	border-top: 1px solid #FFF;
	font-weight: normal;
	text-align: left;
}

#contact .box_table td {
	width: auto !important;
	display: block !important;
	padding: 1em;
	background-color: #fff;
	border-right: 1px solid #f0ecdb;
	border-top: 1px solid #f0ecdb;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}

#contact .box_table td #kamo01 {
	width: 10em;
	margin-right: .6em;
}
#contact .box_table td #kamo02 {
	width: 10em;
	margin-right: .6em;
}
#contact .box_table td #kamo03 {
	width: 10em;
	margin-right: .6em;
}

#contact .box_table td span {
	color: #cf462e;
}

#contact .box_table em {
	color: #cf462e;
	margin-left: 5px;
}

#contact .box_table .note {
	margin-top: 1em;
	font-size: 1.2em;
	color: #cf462e;
}

#contact .box_table input, #contact .box_table select, #contact .box_table textarea {
	width: 100%;
	padding: .5em .8em;
	border: 1px solid #f0ecdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

#contact .box_table input {
	margin-bottom: 10px;
}

#contact .box_table select {
	margin-bottom: 10px;
}

#contact .box_table td input[type="checkbox"] {
	width: auto;
	margin: 0 .8em 0 0;
	padding: .5em .8em;
	border: 1px solid #f0ecdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: -6px;
}

#contact .box_table textarea {
	height: 10em;
}

#contact .btn_reset {
	cursor: pointer;
	width: auto;
	padding: 1.5em 1em;
    display: inline-block;
	background-color: #bbbbbb;
	color: #fff;
	border-radius: 5px;
}

#contact .btn_add {
	cursor: pointer;
	width: 50%;
	margin: 3em auto 1em;
	padding: 1.5em 1em;
    display: block;
	background-color: #cf462e;
	color: #fff;
	border-radius: 5px;
}

#contact .btn_del {
	cursor: pointer;
	width: 50%;
	margin: 3em auto 1em;
	padding: 1.5em 1em;
    display: block;
	background-color: #bbbbbb;
	color: #fff;
	border-radius: 5px;
}

#contact input[type="submit"] {
	cursor: pointer;
	margin: 3em auto 6em;
	background-color: #CCC;
	color: #333;
}

/* 「配達日」カレンダー */
input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
	-webkit-appearance: none;
}
input[type="date"]{
	position: relative;
}

/* のし紙 */
#contact td p {
	color: #cf462e;
}