@charset "UTF-8";
/*---------------------------------------------------------------------------------
list
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import "base.css";
@import "search.css";

/*
検索結果
---------------------------------------------------------------------------------*/
div#result{
	width: 906px;
	margin: 10px auto 20px;
	border: 2px solid #66CC33;
}

div#result h3{
	margin: 0px;
	padding: 10px;
	font-size: 75%;
	text-align: left;
	background: #CCFF99;
	border-bottom: 2px solid #66CC33;
}

div#result p{
	margin: 10px;
	font-size: 75%;
	text-align: left;
}

div#result a{
	font-weight: bold;
	color: #000000;
}

div#result form{
	margin: 0px;
	padding: 0px;
}

div#research a{
	width: 881px;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 25px;
	font-size: 75%;
	text-align: left;
	background: url(../images/search/icon_open.gif) no-repeat left #CCFF99;
	border-top: 2px solid #66CC33;
}

div#research a.selected{
	background: url(../images/search/icon_close.gif) no-repeat left #CCFF99;
	border-bottom: 2px solid #66CC33;
}

div#research div{
	width: 890px;
	margin: 0px auto 10px;
}

div#research h4{
	margin: 10px 0px;
	padding: 0px 0px 10px;
	text-align: left;
	font-size: 90%;
	letter-spacing: 2px;
	color: #339900;
	background: url(../images/cmn/bdr_green.gif) repeat-x bottom;
}

div#research div div.select{
	margin: 0px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #66CC33;
}

div#research table{
	margin: 0px;
	padding: 0px;
}

div#research td{
	width: 178px;
	margin: 0px;
	padding: 5px 0px;
	text-align: left;
	font-size: 12px;
}

* html div#research td{ padding: 2px 0px; }

div.select input{
	margin: 0px;
	padding: 2px 0px 0px;
	vertical-align: middle;
}

input.btn_search{
	width: 145px;
	height: 30px;
	margin: 10px auto 15px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	/*\*/overflow: hidden;/**/
	background: url(../images/search/btn_search.gif) no-repeat;
}

* html input.btn_search{ margin: 10px auto 5px; }
*+ html input.btn_search{ margin: 10px auto 5px; }

div#add h3{
	width: 886px;
	padding: 10px;
	border-top: 2px solid #66CC33;
	border-bottom: none;
}

div#add a{
	float: right;
	width: 155px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
	cursor: pointer;
}

/*
ページ遷移
---------------------------------------------------------------------------------*/
div.pageno{
	clear: both;
	padding: 0px 0px 15px 0px;
}

div.pageno ul{
	height: 15px;
	margin: 0px;
	padding: 2px 0px;
}

div.pageno a{ color: #339900; }

div.pageno ul.mn_help{ float: left; }

div.pageno ul.pg_move{ float: right; }

div.pageno li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	display: inline;
	list-style-type: none;
}

div.pageno ul.mn_help a{
	padding: 2px 0px 2px 18px;
	background: url(../images/search/icon_explain.gif) no-repeat left;
}

div.pageno ul.pg_move li{ margin: 0px 0px 0px 10px; }

div.pageno ul.pg_move a{ font-weight: bold; }

/*
1店舗分指定
---------------------------------------------------------------------------------*/
div.wrap_cnt{
	padding: 10px 0px;
}

table.tbl_shop{
	width: 910px;
	border: 1px solid #66CC33;
}

table.tbl_shop td{
	background: url(../images/cmn/bdr_green.gif) repeat-x bottom;
}

/*
店舗名指定
---------------------------------------------------------------------------------*/
table.tbl_shop th{
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #66CC33;
	background: url(../images/search/bg_shopname.gif) repeat;
}

table.tbl_shop h4{
	float: left;
	width: auto;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	font-size: 75%;
}

table.tbl_shop h4 a{ color: #FFFFFF; }

/*
業態アイコン指定
---------------------------------------------------------------------------------*/
th div.spc_icon{
	float: right;
	width: auto;
	padding: 0px;
}

th div.spc_icon img{ margin: 0px 0px 0px 5px; }

/*
待遇アイコン指定
---------------------------------------------------------------------------------*/
td div.spc_icon{
	float: left;
	width: auto;
	padding: 10px;
}

td div.spc_icon img{ margin: 0px 5px 0px 0px; }

/*
ボタン指定
---------------------------------------------------------------------------------*/
div.spc_btn{
	float: right;
	padding: 10px;
}

/*
画像・コメント指定
---------------------------------------------------------------------------------*/
table.tbl_shop td.td_detail{
	padding: 10px 10px 0px 10px;
	text-align: left;
	background: none;
}

div.spc_intro{
	width: 885px;
	margin: 0px 0px 10px;
}

div.spc_image{
	float: left;
	margin: 0px 10px 0px 0px;
}

div.spc_image img{ display: block; }

div.spc_comment h5{
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 90%;
	line-height: 120%;
	color: #339900;
}

div.spc_comment p{
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 160%;
}

div.spc_comment a{
	font-size: 10px;
	text-decoration: none;
	color: #339900;
}

div.spc_comment a:hover{
	text-decoration: underline;
	color: #FF6600;
}

/*
詳細テーブル指定
---------------------------------------------------------------------------------*/
table.tbl_point{ width: 885px; }

table.tbl_point th, table.tbl_point td{
	padding: 10px 0px;
	font-size: 75%;
	vertical-align: top;
	text-align: left;
	background: url(../images/cmn/bdr_green.gif) repeat-x top;
}

table.tbl_point th{
	width: 140px;
	border: none;
}

/*
Fタイプ
---------------------------------------------------------------------------------*/
div.typeF div.spc_comment{
	height: 300px;
	overflow: hidden;
}

/*
Eタイプ
---------------------------------------------------------------------------------*/
div.typeE div.spc_comment{
	height: 250px;
	overflow: hidden;
}

/*
Dタイプ
---------------------------------------------------------------------------------*/
div.typeD div.spc_comment{
	height: 200px;
	overflow: hidden;
}

div.typeD div.spc_image{
	width: 324px;
	margin: 0px 10px 0px 0px;
}

div.typeD img.img_main{
	float: left;
	margin: 0px 10px 0px 0px;
}

div.typeD img.btm_margin{ margin-bottom: 10px; }

/*
Cタイプ
---------------------------------------------------------------------------------*/
div.typeC div.spc_comment{
	height: 200px;
	overflow: hidden;
}

/*
Bタイプ
---------------------------------------------------------------------------------*/
div.typeB div.spc_comment{
	height: 150px;
	overflow: hidden;
}

/*
Aタイプ
---------------------------------------------------------------------------------*/
div.typeA table.tbl_point th.no_bdr, div.typeA table.tbl_point td.no_bdr{
	padding: 0px 0px 10px;
	background: none;
}
