@charset "utf-8";

/**/
body #str_container h3{
	margin:0 0 10px;
	padding:0;
	border:0;
}
p.sentence{
	margin-left:15px;
}

/* read */
#read{
	width:960px;
	margin-bottom:20px;
	overflow:hidden;
}

#read p.btnright{
	width:320px;
	margin-left:10px;
	float:right;
}

/* this */
#this{
	position:relative;
	margin-bottom:30px;
}
#this div.text{
	width:780px;
	position:absolute;
	top:83px;
	left:25px;
}

/* method */
#method{
	height:150px;
	position:relative;
	margin-bottom:40px;
	background:url(/concierge/images/bg_method.gif) bottom no-repeat;
}

#method div{
	width:285px;
	position:absolute;
	top:30px;
}
#method .method01{
	left:20px;
}
#method .method02{
	left:345px;
	text-align:center;
}
#method .method02 img{
	margin-top:10px;
}
#method .method03{
	right:10px;
}

/* special */
#special{
	width:960px;
	overflow:hidden;
	margin: 10px 0;
}
#special div{
	width:290px;
	margin-right:10px;
	padding:10px;
	float:left;
	border:1px solid #b5a77f;
}
#special div.last{
	margin-right:0;
}
#special div p{
	width:290px;
	margin:0;
	padding-top:5px;
	display:block;
	clear:both;
	overflow:hidden;
}
#special div img{
	float:left;
	margin-right:10px;
	clear:both;
}

/* search */

#search{
	padding:10px 10px 20px 10px;
	height:300px;
	margin-bottom:10px;
	background:#e0e6e9;
	border:1px solid #ccc;
	overflow:hidden;
}

#search select{
	font-size:14px;
}
#search h4{
	padding:5px;
	margin-bottom:10px;
	background:#0e0f63;
	text-align:center;
	color:#FFF;
}

#search from{
	margin:0;
	padding:0;
	background:#f00;
}

#search div.playarea,
#search div.proposeday,
#search div.price{
	width:295px;
	height:150px;
	margin: 0 0 0 10px;
	padding:5px 1px 5px 10px;
	float:left;
	background:#fff;
}
#search div h5{
	margin-bottom:5px;
}


#search div.playarea select{
	width:280px;
	height:100px;
	font-size:12px;
}
#search div.playarea p{
	margin-bottom:10px;
	font-size:10px;
	color:#666;
}

#search div.proposeday h5,
#search div.price h5{
	margin-bottom:20px;
}

#search div.price{
	height:80px;
	margin-bottom:20px;
}

#search div.form_submit_btn{
	width:295px;
	float:left;
	text-align:center;
}



#call{
	margin-bottom:20px;
	border:1px solid #ccc;
}

#call p{
	width:940px;
	margin:0;
	padding:5px;
	border:4px #eee solid;
	background:#fff;
	overflow:hidden;
}
#call p img{
	margin:0 10px 0 0; 
	float:left;
}


/* attend */

#attend{
	padding:10px;
	background:#e9eff2;
}

#bigbotton{
	margin:30px auto;
	text-align:center;
}
#bigbotton img{
	margin-bottom:20px;
}

/*検索ボックス修正*/

#str_container .tblSearch{
	width:100%;
	background:#ffffff;
	padding:auto 30px;
}

#str_container select#playarea{
	margin:0;
	width:140px !important;
	height:100px !important;
}

#str_container select#playarea{
    margin:0 0 5px;
    width:200px;
    height:90px;
}

/* プレイエリア ---------------*/
#str_container .tblSearch td.playarea{
	border-right:2px solid #cccccc;
	width:168px;
}
	
/* プレー候補日 ---------------*/
#str_container .tblSearch td.proposeday{
	width:755px;
	border-bottom:2px solid #cccccc;
}

#str_container .tblSearch td .inputarea{
	width:550px;
	margin:8px 10px 0 10px;
	_clear:right;				/*ie6*/
	_margin:8px 5px 0 10px;
	*clear:right;				/*ie7*/
	*margin:8px 5px 0 10px;
	float:left;
}
