@charset "UTF-8";

/* 2017-01-13 add */

p.errMsg {
	margin-bottom:0;
	color:#f00;
        text-align: left;
        font-weight: bold;
        margin-bottom:5px;
}

.err-fld {
	background:#FCAEAE!important;
}

input.is-error {
	background:#FCAEAE!important;

}


.must {
	color:#f00;
}

.ulForm,
.ulForm2,
.ulForm3,
.ulForm4,
.ulForm5 {
	list-style:none;
        padding: 0;
}

.ulForm li {
}
.ulForm2 li {
}
.ulForm3 li {
}
.ulForm4 li {
}
.ulForm5 li:last-child {
    width: 100%;
}
.none {
	display:none!important;
}

.mailArea2,
.mailArea3,
.mailArea4,
.mailArea5 {
	display:none;
}


#err {
	width:100%;
	border:3px #f00 solid;
	background:#fbf5f5;
	margin-bottom:20px;
}
#err .inner {
	padding:2%;
}
#err .inner p {
	padding:0;
	margin:0;
}

.select-title {
    background-color: #3a9b2a;
    color: #fff;
    font-size: 17px;
    line-height: 2px;
    margin: 1px;
    padding: 15px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

#selProdArea dl {
    padding: 10px 10px 0;
    margin: 0;
}
#selProdArea dt {
    font-weight: normal;
    border-left: 3px solid #3a9b2a;
    padding-left: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2;
}
#selProdArea dd {
    border: 1px solid #3a9b2a;
    font-size: 13px;
    padding: 4px 10px;
    line-height: 1.0;
    margin: 0;
}
.order-history {
    background-color: #FFA418;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.0.5em;
    padding: 10px;
    margin: 10px;
    display: block;
    text-align: center;
    line-height: 1.3;
}
.order-history:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.order-history i {
    float: right;
    font-size: 29px;
}


/* 注文履歴ページング */
.ulPaging {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}
 
.ulPaging li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
 
.ulPaging li span,
.ulPaging li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
 
.ulPaging li a:hover {
	background: #efefef;
}




dl.dlHist {
    border-bottom: 1px solid #CCC;
    display: table;
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

dl.dlHist dt{
    font-size: 14px;
    font-weight: normal;
    display: table-cell;
    width: 125px;
}

dl.dlHist dd {
    font-size: 14px;
    display: table-cell;
}

dl.dlForm dt{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0.5em;
}

dl.dlForm dd{
    font-size: 14px;
}
#confirm dl.dlHist dd,
#confirm dl.dlForm dd{
    font-weight: bold;
}

/***************************/
/* radio start */
/***************************/

dl.dlForm dd label,
dl.dlForm + .bdForm dd li:last-child label {
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin-right: 20px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
    border: none;
    text-align: left;
}
dl.dlForm dd label:before,
dl.dlForm + .bdForm dd li:last-child label:before {
    border: 1px solid #ADADAD;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 20px;
    z-index: 3;
}
dl.dlForm dd label:after,
dl.dlForm + .bdForm dd li:last-child label:after {
    background-color: #3a9b2a;
    border-radius: 100%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 14px;
    z-index: 1;
}


dl.dlForm dd label input[type="radio"],
dl.dlForm + .bdForm dd li:last-child label input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 22px -1px #FFF;
}
dl.dlForm dd label input[type="radio"]:checked,
dl.dlForm + .bdForm dd li:last-child label input[type="radio"]:checked {
	box-shadow : none;
}
dl.dlForm dd label input[type="radio"]:focus,
dl.dlForm + .bdForm dd li:last-child label input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}

/***************************/
/* checkbox start */
/***************************/

dl.dlForm dd label.chkBox,
dl.dlForm + .bdForm dd li:last-child label.chkBox {
    cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin-right: 20px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
    border: none;
    text-align: left;
    margin-bottom: .2rem;
}
dl.dlForm dd label.chkBox:before,
dl.dlForm + .bdForm dd li:last-child label.chkBox:before {
    border: 1px solid #ADADAD;
    border-radius: 0!important;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 20px;
    z-index: 3;
}
dl.dlForm dd label.chkBox:after,
dl.dlForm + .bdForm dd li:last-child label.chkBox:after {
    background-color: #3a9b2a;
    border-radius: 0!important;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 14px;
    z-index: 1;
}


dl.dlForm dd label.chkBox input[type="checkbox"],
dl.dlForm + .bdForm dd li:last-child label.chkBox input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 22px -1px #FFF;
}
dl.dlForm dd label.chkBox input[type="checkbox"]:checked,
dl.dlForm + .bdForm dd li:last-child label.chkBox input[type="checkbox"]:checked {
	box-shadow : none;
}

/*
dl.dlForm dd label.chkBox input[type="checkbox"]:focus,
dl.dlForm + .bdForm dd li:last-child label.chkBox input[type="checkbox"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}
*/






dl.dlForm dd input[type="text"],
dl.dlForm dd select {
    margin-top: -4px;
}
dl.dlForm dd select.form-control-sm {
    height: 28px;
}
dl.dlForm dd div.input-group input[type="text"] {
    margin-top: 0;
}


dl.dlForm textarea {
}


.mailSwitch1,
.mailSwitch2,
.mailSwitch3,
.mailSwitch4,
.mailSwitch5 {
    list-style: none;
    text-align: center;
    padding: 0;
}
.add, .del {
    display: inline;
}

ul.btn2Col {
	list-style:none;
	width:50%;
	margin:10px auto;
}
ul.btn2Col li.left {
	float:left;
	width:49.5%;
}
ul.btn2Col li.right {
	float:right;
	width:49.5%;
}
ul.btn2Col li input {
	width:100%;
}


.loginHeader {
	list-style:none;
}
.loginHeader li {
	color:#fff;
	float:left;
	padding-right:5%;
}


.ulMypage {
	list-style:none;
}


.dlMypage {
	width: 100%;
	display:table;
	margin:0.2em 0 0.5em 0;
}

.dlMypage dt {
	display: table-cell;
	width: 20%;
	padding:0.2em 0.5em 0.5em;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
}
.dlMypage dd {
	display: table-cell;
	width: 80%;
	padding:0.2em 0.5em 0.5em;
	border-bottom:solid 1px #ccc;
	vertical-align:top;
}


.btnInvoArea {
	text-align:center;
	margin:0 auto 20px;
}
.btnInvoArea button {
	color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.kochoForm label {
}

.ulForm4 li .imgArea,
.ulForm li .imgArea {
	min-height:130px;
        margin-bottom: 0;
}
.bouquetForm .ulForm4 li .imgArea,
.arrangementForm .ulForm4 li .imgArea {
	margin: auto;
        width: 70%;
}

dl.dlForm + .kochoForm dd,
dl.dlForm + .KanyoForm dd,
dl.dlForm + .bdForm dd,
dl.dlForm + .arrangementForm dd,
dl.dlForm + .bouquetForm dd {
    text-align: center;
}
dl.dlForm + .kochoForm dd label,
dl.dlForm + .KanyoForm dd label,
dl.dlForm + .arrangementForm dd label,
dl.dlForm + .bouquetForm dd label,
dl.dlForm + .bdForm dd label {
    line-height: 22px;
    margin-right:0;
    padding-left: 0;
    text-align: center;
    border: 1px solid #ADADAD;
    border-radius: 5px;
    padding: 10px 0;
    background-color: #FFF;
    margin-bottom: 20px;
}
dl.dlForm + .bdForm dd li:last-child label {
    background-color: transparent;
}



dl.dlForm + .kochoForm dd label input[type="radio"],
dl.dlForm + .KanyoForm dd label input[type="radio"],
dl.dlForm + .arrangementForm dd label input[type="radio"],
dl.dlForm + .arrangementForm dd li.estimate0 label input[type="radio"],
dl.dlForm + .bouquetForm dd label input[type="radio"],
dl.dlForm + .bouquetForm dd li.estimate0 label input[type="radio"],
dl.dlForm + .bdForm dd label input[type="radio"] {
	z-index    : 2;
	left       : -24px;
	top        : 11px;
	margin     : 0px;
	box-shadow : 63px -1px #FFF;
}
dl.dlForm + .kochoForm dd label input[type="radio"]:checked,
dl.dlForm + .KanyoForm dd label input[type="radio"]:checked,
dl.dlForm + .arrangementForm dd label input[type="radio"]:checked,
dl.dlForm + .arrangementForm dd li.estimate0 label input[type="radio"]:checked,
dl.dlForm + .bouquetForm dd label input[type="radio"]:checked,
dl.dlForm + .bouquetForm dd li.estimate0 label input[type="radio"]:checked,
dl.dlForm + .bdForm dd label input[type="radio"]:checked {
    box-shadow: none;
}
dl.dlForm + .kochoForm dd label:before,
dl.dlForm + .KanyoForm dd label:before,
dl.dlForm + .bdForm dd label:before,
dl.dlForm + .arrangementForm dd label:before,
dl.dlForm + .arrangementForm dd li.estimate0 label:before,
dl.dlForm + .bouquetForm dd li.estimate0 label:before,
dl.dlForm + .bouquetForm dd label:before {
    height: 20px;
    left: 38px;
    top: 11px;
}
dl.dlForm + .kochoForm dd label:after,
dl.dlForm + .KanyoForm dd label:after,
dl.dlForm + .arrangementForm dd label:after,
dl.dlForm + .arrangementForm dd li.estimate0 label:after,
dl.dlForm + .bouquetForm dd li.estimate0 label:after,
dl.dlForm + .bouquetForm dd label:after,
dl.dlForm + .bdForm dd label:after {
    height: 14px;
    left: 41px;
    top: 14px;
}


dl.dlForm + .bdForm dd label input[type="radio"] {
	left       : -20px;
	box-shadow : 33px -1px #FFF;
}
dl.dlForm + .bdForm dd label:before {
    left: 13px;
}
dl.dlForm + .bdForm dd label:after {
    left: 16px;
}

/* 自由金額入力の場合 */
dl.dlForm + .arrangementForm dd li.estimate0 label,
dl.dlForm + .bouquetForm dd li.estimate0 label {
	cursor: pointer;
    display: inline-block;
    line-height: 22px;
    margin-right: 0px;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
    border: none;
    text-align: left;
    border-radius:0;
    
}
dl.dlForm + .arrangementForm dd li.estimate0 label input[type="radio"],
dl.dlForm + .bouquetForm dd li.estimate0 label input[type="radio"] {
	-moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 1px;
    margin: 0px;
	box-shadow:none;

}
dl.dlForm + .arrangementForm dd li.estimate0 label input[type="radio"]:checked,
dl.dlForm + .bouquetForm dd li.estimate0 label input[type="radio"]:checked {
	box-shadow: none;
    background: #3a9b2a;
    top:4px;
    left: 3px;
    height:14px;
    width:14px;
    border-radius: 100%;
    z-index: 3;
}

dl.dlForm + .arrangementForm dd li.estimate0 label:before,
dl.dlForm + .bouquetForm dd li.estimate0 label:before {
	border: 1px solid #ADADAD;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 20px;
    z-index: 3;
    background:#fff;
}

dl.dlForm + .arrangementForm dd li.estimate0 label:after,
dl.dlForm + .bouquetForm dd li.estimate0 label:after {

    background-color: #3a9b2a;
    border-radius: 100%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 14px;
    z-index: 1;
}



#img_fl2_style_4,
#img_fl2_style_5,
#img_fl5_style_10,
#img_fl5_style_11 {
	display:none;
}

.mb3 { margin-bottom:0.3em!important; }
.mb5 { margin-bottom:0.5em!important; }


table.schHist {
	width:100%;
	margin-bottom:0.5em;
}

table.schHist th,
table.schHist td {
	font-weight:normal;
	border: 1px solid #EAEAEA;
	padding: 6px 10px;
	font-size:0.9em;
}


.btnSchHist {
	background-color: #7f7f7f;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 8px 16px;
	
}

.btnSchHist:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
	cursor: pointer;
}

.taC { text-align:center!important; }


dl.dlForm dd.notSel label:after,
dl.dlForm + .bdForm.notSel dd li:last-child label:after {
	background-color:#fff;
}


.freePrArea {
	text-align:left;
}

.bdSampleArea {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:20px auto;
	width:100%;
}
.bdSampleArea h7 {
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.bdSampleArea div {
	width:48%;
}

.bdSampleArea div+div {

}
.bdSampleArea div figure {
	max-width:100%;
	border:solid 1px #ccc;
}

/* tablet */
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {

	.bdSampleArea {
		display:block;
		flex-wrap:wrap;
		margin:1em auto;
	}
	.bdSampleArea div+div {
		margin-left:0;
		margin-top:20px;
	}
}

