@charset "Shift_JIS";

@import "base.css";


#main{
	width: 600px;
	margin: 0 79px;
	text-align: center;
	}


/* 見出し 
------------------------------------------------ */

#main-title{
	width: 600px;
	text-align: left;
	}
h2{
	height: 28px;
	margin: 0;
	padding-left: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	background: #4573b3 url(../common_images/title_bg.gif) no-repeat 0% 0%;
	}
h2 span{
	padding-right: 1em;
	background: #4573b3;
	}
#main-title p{
	margin: 10px 35px;
	line-height: 1.5em;
	}


/* お店を推薦する 
--------------------------------------------- */

p.recommend-title{
	width: 542px;
	margin: 10px auto 20px auto;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	color: #cc0033;
	background: url(../recomment/images/title2_bg.gif) no-repeat 0% 50%;
	}
h3{
	width: 540px;
	margin: 0 auto 3px auto;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	background: #999;
	}

table{
	width: 540px;
	margin: 0 30px;
	border-collapse: collapse;
	border: none;
	padding: 0;
	}
th,td{
	padding: 4px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	border: 1px solid #999;
	}
th{
	width: 150px;
	background: #ffffcc;
	}
th.th2{
	color: #fff;
	background: #4573b3;
	}
th span{
	display: block;
	margin-top: 0.5em;
	line-height: 1.35em;
	}
td{
	width: auto;
	background: #fff;
	}
td select{
	margin: 1px 2px 2px 2px;
	}
td input{
	margin: 1px 2px;
	}
td input.short{
	width: 165px;
	}
td.hankaku input{
	ime-mode: disabled;
	}
td textarea{
	width: 355px;
	height: 8em;
	margin-left: 2px;
	}
td p{
	margin: 0.5em 0 0 0;
	text-align: center;
	}
input#c1,input#c2{
	margin: 2px 2px 0px 2px;
	}

/* recomment_comfirm */
td p.usertext{
	width: 360px;	/* forWin-IE overflowのための幅指定 */
	margin: 0;
	text-align: left;
	overflow: hidden;
	}

p.submit{
	margin: 1.5em 0;
	text-align: center;
	}
p.submit input{
	width: 8em;
	}


/* 送信後メッセージ 
--------------------------------------------- */

p.complate{
	margin: 75px 0;
	font-size: 14px;
	line-height: 1.5em;
	}
