@charset "shift_jis";

*{
	margin:0;
	padding:0;
	list-style:none;
	
 } 



/* コンテンツ
---------------------------------------------------- */

.bestfood_contentS {
 width: 360px;
}


.bestfood_content {
 width: 360px;
 margin:0;
 padding:0;
}
.bestfood_titles{
	float:left;
	width:330px;
	height:auto;
	display:block;
	background:#FFFFFF;
	clear:both;
	margin:0px 0px 15px 10px;
	padding: 0;
	}
	
.bestfood_comment{
	float:left;
	width:330px;
	height:auto;
	display:block;
	margin: 10px 0px 12px 0px;
	padding:5px;
	background:#FFFFFF;
	clear:both;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
    font-size:10px;
    line-height:1.5em;
	border: #CCCCCC solid 1px;
	}	
.bestfood_line{
width:330px;
height:auto;
margin-left:10px;
margin-bottom:15px;
border-bottom:#dcdcdc dotted 3px;
} 	
form {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0.5em 0 1.3em 0;
  border-width: 1px;
  border-color: #726d6b;
  border-style: none none dotted none;
  position:relative;
  display:block;
  float:left;
}
fieldset#last {
  border-bottom: none;
}
.label {
  
  display: block;
  padding-top: 0.8em;
  padding-left: 0px;
  float: left;
  width: 120px;
  line-height: 2em;
  
}
.control {
	display: block;
	padding-top: 0.8em;
	line-height: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
input, select, textarea {
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #696969;
  background: #f1f1ed;
}
input.radio {
  border-style: none;
  color: #000000;
  background: transparent;
}

.label-m {
  clear: left;
  display: block;
  padding-top: 0.8em;
  padding-left:0px;
  float: left;
  width: 120px;
  line-height: 2em;
  background: url(../images/mark.gif) no-repeat 0px 1.5em;
}
input.req1, select.req1 {
  border-style: solid;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}
input.req2 {
  border-style: dashed;
  border-width: 2px;
  border-color: #9999FF;
  vertical-align: middle;
  color: #696969;
  background: #f6f6f2;
}



h2 {
  margin: 0;
  padding: 0;
  font-size: small;
}

input:focus, select:focus, textarea:focus {
  background: #ffffff;
}

/* 入力部品の幅設定
---------------------------------------------------- */
#mail1, #mail2, #city, #number, #bldg, #comment {
  width: 190px;
}
#pass1, #pass2 {
  width: 180px;
}
#name1, #name2, #name3, #name4, #year, #month, #day {
  width: 70px;
}
#post1, #post2 {
  width: 60px;
}
#state {
  width: 120px;
}
#tel1, #tel2, #tel3, #fax1, #fax2, #fax3 {
  width: 60px;
}

/* 送信ボタン
---------------------------------------------------- */
#submit input {
	margin-left: 0.5em;
	border-width: 2px;
	border-color: #ffb87c #d26000 #d26000 #ffb87c;
	width: 6em;
	vertical-align: middle;
	color: #ffffff;
	background: #ff7400;
}
#submit {
  margin-top: 1em;
  color: #444444;
  background: url(../images/bg-submit1.gif) no-repeat;
}
#submit p.postext {
  margin: 0;
  padding: 10px;
  text-align: right;
  background: url(../images/bg-submit2.gif) no-repeat left bottom;
}
#submit button {
  width: 140px;
  height: 50px;
  padding: 4px 0 0 0;
  color: #ffffff;
  background: url(../images/button.gif) no-repeat;
  border-width: 0px;
 
}
#submit p.posted {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0;
}
#submit span {
  font-size: 10px;
}
