@charset "UTF-8";

/*===============
フォームの設定
=================*/

form {
	width: 680px;
	margin: 0 auto;
}

#formSection {

	padding-bottom: 80px;
}

form td input {
	width: 420px;
	height: 25px;
}

form table {
	font-size: 0.8em;
	border-collapse: separate;
}

form th {
	width: 150px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 180%;
	text-align: left;
	vertical-align: middle;
}

form td {
	padding: 20px 15px;
}

form textarea {
	width: 420px;
	height: 150px;
	font-size: 1.4em;
}


input.text,textarea {
	padding-left: 5px;
	outline: 1px solid #eee;
}

input.text {
	font-size: 1.2em;
}

input:focus, textarea:focus {
	outline: 5px solid #abda45;

}

.reserveChoco {
	font-size: 1.2em;
}

p#sending {
	text-align: center;
	padding-top: 20px;
}

.button {
	background-color: #fff;
	border: 3px solid #E9501A;
	color: #E9501A;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka, sans-serif;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
}

.button:hover {
	background-color: #E9501A;
	color: #fff;
	border: 3px solid #fff;
}


.red {
	color: #da7d97;
	padding-left: 5px;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #b0d62e;
	padding: 10px 0;
	text-align: center;
}

.check {
	font-size: 1.1em;
}

.check input {
	width: auto;
	height: auto;
}

.storngTxt {
	border-bottom: 3px double #D1325F;
	font-size: 1.3em;
}

.soldOut {
	text-decoration: line-through;
}

.fS {
	font-size: 1.3em;
}

.postNumber {
	width: 100px;
}

.mailWarn {
	padding-top: 30px;
	line-height: 1.6em;
	width: 700px;
	margin: 0 auto;
}

.button {
   border: 5px solid #89ae0a;
   background: #ffffff;
   padding: 13px 27px;
   color: #89ae0a;
   font-size: 15px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 5px solid #ffffff;
   background: #89ae0a;
   color: #fff;
   }
.button:active {
   border: 5px solid #fcfeff;
   background: #607a07;
   color: #fff;
   }
      
.orderButton {
	text-align: center;
	padding: 35px 0;
}

.textAlign {
	text-align: center;
}

.fcTxt {
	text-align: justify;
	line-height: 1.7em;
	margin-bottom: 25px;
}