@charset "UTF-8";

/** quickorder start **/

#qwkArea {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	z-index: 9999;
}
#qwkArea.listbox .itemLine {
	padding: 2px 10px;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
}
#qwkArea.listbox .error_ {
	padding: 2px 20px;
}

/** quickorder end **/

/** suggestZip start **/
#suggestZipArea {
	background-color: #fff8ef;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	font-size: 14px;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 30px;
	line-height: 30px;
	list-style:none;
	white-space:nowrap;
	cursor:default;
	color: #000000;
	text-align: left;
}
#suggestZipArea .selected {
	background-color: #ffffff;
	color: #00aa00;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	margin-right: 4px;
}
#suggestZipArea .itemLine .itemName {
}

/** suggestZip end **/


.input-box > span {
    display: block;
}

main.error_page .form-notice-box {
    padding: 40px 0;
}

main.error_page .contents {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ec-notice-box {
    margin: 20px 0;
    padding: 20px;
    background: #fff8f8;
    border: 1px solid #e94629;
    border-radius: 4px;
    font-size: 1.3rem;
}

.ec-notice-box.notice-normal {
    background: #fff;
    border-color: #5ea8dd;
}

.ec-notice-box h2 {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
}

.contact .contact-more .ec-notice-box h2 {
    font-size: 1.6rem;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
}

.ec-notice-box h2:before {
    content: "";
    width: 20px;
    height: 18px;
    background: url(/s/img/entry/icon_notice.png) 0 0/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.ec-notice-box .txt {
}

.ec-notice-box ul {
    padding-left: 10px;
}

.ec-notice-box ul li {
    color: #e94629;
    position: relative;
}

.ec-notice-box ul li:before {
    content: "・";
    position: absolute;
    top: 0px;
    left: -20px;
}

.ec-notice-box .message_ {
}

.mypage-container .mypage-menu-top {
    margin-bottom:20px;
}

.main > .sec-form .table-form .input-short, .main > .sec-form .table-form .wrapper_input-short.wrapper_select-date {
    width: 100%;
}

.main > .sec-form .table-form .input-short, .main > .sec-form .table-form .wrapper_input-short.wrapper_select-date select {
    width: 75px;
    margin: 0 8px 0 10px;
}
.main > .sec-form .table-form .input-short, .main > .sec-form .table-form .wrapper_input-short.wrapper_select-date select:first-child {
    margin-left: 0;
}

.main > .sec-form .table-form .like-input-text-disabled {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 3px;
    font-size: 1.6rem;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.questionnaire_contents {
    margin-top: 4rem;
}
.questionnaire_contents dl dt {
    background-color: #f7f7f7;
    padding: 11px 20px 13px 20px;
    font-size: 1.4rem;
    border-top: 1px solid #ddd;
}
.questionnaire_contents dl dd {
    padding: 25px 20px;
    font-size: 1.4rem;
}
.questionnaire_contents input[type="text"] {
    max-width: 100%;
}

.review .review-item .pic {
    width: 60px;
}
.review .main > .sec-form .q-more>div#own_child,
.review .main > .sec-form .q-more>div#purpose_family {
    border-bottom-style: none;
    padding-bottom: 0;

}
.review .main > .sec-form .q-more>div#season {
    border-top-style: none;
    padding-top: 0;
}
.review .main > .sec-form .q-more>div#season .table-form {
    border-top-style: none;
}

.btn-primary input[type="submit"]:disabled {
    background-color: #ccc;
    cursor: default;
}

