@charset "UTF-8";

/*	--------------------------------------------------

	company css 12/03/01 ver.1.0

-------------------------------------------------- */

/*コンテンツ内容部分*/

#content{
	background:#FFFFFF;
	margin:10px auto;
	padding:20px 20px;
	width:auto;
	font-size:80%;
}

#content h2{
	margin-bottom:15px;
}
#content h3{
	margin-bottom:15px;
	margin-left:90px;
}

#content h4{
	margin:0 auto 15px 30px;
}
#content table.gaiyo_ja,#content table.gaiyo_kr{
	width:500px;
	margin:auto;
	margin-bottom:40px;
	border-collapse:collapse;　※隣接するセルのボーダーを重ねて表示
	border-spacing:0; ※ボーダー0に
}

#content table.gaiyo_ja th {
	width:120px;
	background:#dfedee;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	padding:10px 0px 10px 30px;
	text-align:left;
	
}
#content table.gaiyo_ja td {
	padding:8px 10px;
	padding-left:15px;
	text-align:left;
	border:1px solid #dfedee;
}


#content table.gaiyo_kr th {
	width:120px;
	background:#dfeee1;
	font-weight:bold;
	border-bottom:1px solid #FFF;
	padding:10px 0px 10px 30px;
	text-align:left;
}
#content table.gaiyo_kr td {
	padding:8px 10px;
	padding-left:15px;
	text-align:left;
	border:1px solid #dfeee1;
}
#content dl{
	margin-left:40px;
	margin-bottom:30px;
}
#content dt{
  clear: left;
  float: left;
  width: 7em;
  color:#096;
  text-align:right;
 
}
#content dd{
  margin-left:8em;
  line-height:22px;
}

form {
	width: 100%;
}

#formSection {
	border-bottom: 1px solid #944D14;
	padding: 0 0 80px 20px;
}

form td input {
	width: 350px;
	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: 15px;
}

form textarea {
	width: 350px;
	height: 150px;
	font-size: 1.4em;
}


input.text,textarea {
	padding-left: 2px;
	border-color: #999 #e1e1e1 #e1e1e1 #999;
	border-style: solid;
	border-width: 1px;
}

input.text {
	font-size: 1.2em;
}

input:focus, textarea:focus {
	outline: 1px solid #419FFF;
	background-color: #E9F4FF;
}

.reserveChoco {
	font-size: 1.2em;
}

p#sending {
	text-align: center;
	padding-top: 20px;
}

.button {
	background-color: #fff;
	border: 3px solid #679538;
	color: #679538;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
}

.button:hover {
	background-color: #679538;
	color: #fff;
	border: 3px solid #fff;
}


.red {
	color: #D1325F;
	padding-left: 5px;
	font-weight: bold;
}

#footer {
	font-family: Times New Roman;
	border-top: 1px solid #ECE5DC;
	padding: 10px 0;
	text-align: center;
	font-size: 1.1em;
}

.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;
}


.button {
   border: 5px solid #075b1b;
   background: #ffffff;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
   background: -webkit-linear-gradient(top, #ffffff, #ffffff);
   background: -moz-linear-gradient(top, #ffffff, #ffffff);
   background: -ms-linear-gradient(top, #ffffff, #ffffff);
   background: -o-linear-gradient(top, #ffffff, #ffffff);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
   padding: 10px 20px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #075b1b;
   font-size: .9em;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   border: 5px solid #ffffff;
   background: #075b1b;
   background: -webkit-gradient(linear, left top, left bottom, from(#075b1b), to(#075b1b));
   background: -webkit-linear-gradient(top, #075b1b, #075b1b);
   background: -moz-linear-gradient(top, #075b1b, #075b1b);
   background: -ms-linear-gradient(top, #075b1b, #075b1b);
   background: -o-linear-gradient(top, #075b1b, #075b1b);
   background-image: -ms-linear-gradient(top, #075b1b 0%, #075b1b 100%);
   color: #fff;
   }
   
.button:active {
   border: 5px solid #fcfeff;
   background: #429316;
   background: -webkit-gradient(linear, left top, left bottom, from(#429316), to(#429316));
   background: -webkit-linear-gradient(top, #429316, #429316);
   background: -moz-linear-gradient(top, #429316, #429316);
   background: -ms-linear-gradient(top, #429316, #429316);
   background: -o-linear-gradient(top, #429316, #429316);
   background-image: -ms-linear-gradient(top, #429316 0%, #429316 100%);
   color: #fff;
   }

.orderButton {
	text-align: center;
	padding: 35px 0;
}

.textAlign {
	text-align: center;
}

.warnTxt td {
  	color:red;
	padding: 0 0 15px 0!important;
	font-size:1.1em;
}

.call {
	background: url(../img/contact/under.gif) repeat-x left 10px;
	padding: 0 5px;
	font-size: 1.3em;
	font-weight: bold;
}