@charset "shift_jis";

/*====================================================
 検索メニュー 共通CSS
====================================================*/
/*---------------------------------------------
 ブラウザクリア
---------------------------------------------*/
html, body, form, table, div, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, a {
	margin:0;
	padding:0;
}
ul {
	list-style-type: none;
}
table, img {
	border: 0;
}

/*---------------------------------------------
 擬似クラス
---------------------------------------------*/
body {
	text-align: center;
	margin: 0px;
	font-size: 12px;
	background-color: #FFF;
	color: #808080;
	font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}
td {
	font-size: 12px;
	color: #808080;
	font-family: "lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	text-align: left;
}
input, label {
	vertical-align: middle;	
}
/* select option */
select {
	border: 1px inset #CCC;
	padding:1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
option {
	background-color: #fea;
	color: #333;
	margin-bottom: 1px;
}
/* Checkboxラベル */
label {
	cursor: pointer;
}
label:hover {
	color: #f60;
}
a {
	color: #07417B;
	text-decoration: none;
}
a:visited {

}
a:hover {
	text-decoration: underline;
}

/*---------------------------------------------
 包括BOX
---------------------------------------------*/
div#menuBox {
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

.sotowaku {
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/*---------------------------------------------
 トップ画像
---------------------------------------------*/
.top_img {
	text-align: center;
	margin-bottom: 5px;
}
.top_img a {
	text-decoration:none;
}

/* 見出し */
.title {
	background: url(https://rals-kansai.sakura.ne.jp/rengotai/facebook/img/title_bg.png) repeat-x;
	height: 34px;
	padding: 3px 10px;
}

/*---------------------------------------------
 トップ画像下キューブ
---------------------------------------------*/
.top_cube {
	margin: 0 auto 5px;
	text-align: center;
}

/*---------------------------------------------
 クッキー保存・呼び出しボタン
---------------------------------------------*/
td.cookieSaveBox {
	background:#F6F6F6;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0;
}
.slButton {
	width: 130px;
	text-align: center;
}
.infoLink {
	line-height: 16px;
	font-size:11px;
	text-decoration:underline;
}

/*---------------------------------------------
 フォームオブジェクト
---------------------------------------------*/
.option_td {
	padding-left: 5px;
	vertical-align: middle;
}

/* キーワード検索 */
.keywordSearxhTitle {
	background:url(https://rals-kansai.sakura.ne.jp/rengotai/facebook/img/icon_keyword.jpg) no-repeat 0 50%;
	padding: 0 0 3px 20px;
}
/* 注意書き */
.coutionGray {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

/* 項目タイトル */
.optionTitle {
	margin:8px 0 2px 0;
	padding-left:16px;
	font-size: 13px;
	font-weight:700;
	color: #333333;
}
.optionTitle {
	background: url(../img/pointer1.gif) no-repeat 5px 50%;
}

/* クリアリンク */
.clLink a {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.clLink a:hover {
	color: #F00;
	text-decoration: underline;
}

.option_ul li {
	font-size:12px;
	float:left;
	padding-left:5px;
	vertical-align:middle;
	font-weight:normal;
	width:155px;
	border:1px solid #FFF;
}

.option_ul_nofloat {
	width:100%;
}

.option_ul_nofloat li {
	padding-left:5px;
	vertical-align:middle;
	border:1px solid #FFF;
}

.option_single li {
	width:260px;
	border:1px solid #FFF;
	line-height:1.2;
}

.option_ul_nowidth li {
	font-size:12px;
	float:left;
	padding-left:5px;
	vertical-align:middle;
	font-weight:normal;
	width:auto;
	border:1px solid #FFF;
}

.toho_ul {
	padding:2px 0;
}

.toho_ul li {
	padding:2px 1px;
}


.option_dl {
	width:100%;
	margin:0 0 3px 0;
	padding:0;
	overflow:hidden;
	position:relative;
	zoom:1;
}

.option_dl dt {
	margin:5px 0;
	padding:2px 0;
	font-size:11px;
	color:#666;
	background-color:#F6F6F6;
	width:100%;
	clear:both;
}

.option_dl dd {
	border:1px solid #FFF;
	padding-left:5px;
	vertical-align:middle;
	width:155px;
	display: inline;
	float:left;
}

/*	フロート解除用 */
.option_dl dd.option_dd_break {
	clear:both;
}

/*	1行表示用 */
.option_dl dd.option_dd_single {
	width:260px;
}

.check_c {
	clear:both;
}

.check_l {
	width:50%;
	float: left;
}
.check_r {
	width:50%;
	float:right;
}

/*---------------------------------------------
 セレクトボックスサイズ 
---------------------------------------------*/
.selBoxMini {
	width:120px;
}
.selBoxMid {
	width:150px;
}
.selBoxWid {
	width:235px;
}
.selBoxWidL {
	width:480px;
}

/*---------------------------------------------*/
/* オプション背景
/*---------------------------------------------*/

/* 指定無しオプション */
.noSelect {
	background-color:#FFF; 
	color:#444;
}
/* 強調カラー */
option.optStrong {
	background: #F95;
}

/* 空行 */
option.optBlank {
	background: #FFF;
}
/* 金額 */
option.optNumOdd {
	background: #FEA
}
option.optNumEven {
	background: #FFC;
}
/* エリア */
option.optAreaTitle {
	background: #FE6;
}

option.optArea1 {
	background: #FB9;
}
option.optArea2 {
	background: #FEA;
}
option.optArea3 {
	background: #FFC;
}
option.optArea4 {
	background: #FFD;
}
option.optArea1dep {
	background: #F95;
}

/* 小中学校 */
option.optSchoolPTitle {
	background: #FFD5D5;
}
option.optSchoolP {
	background: #FFECEC;
}
option.optSchoolJTitle {
	background: #CBDAF3;
}
option.optSchoolJ {
	background: #E2F2FC;
}
/* 路線・駅 */
option.optLine {
	background: #FEA
}
option.optStation {
	background: #FFC;
}
/* 大学・短大・専門学校 */
option.optCollege {
	background: #FEA
}
option.optJuniorCollege {
	background: #FFC;
}
option.optVocationalCollege {
	background: #FEA;
}
/*---------------------------------------------
 こだわり条件サブタイトル
---------------------------------------------*/
.option_sub {
	background-color: #F6F6F6;
	padding: 3px;
	vertical-align: middle;
	font-size: 11px;
	color: #666;
}
/*---------------------------------------------
 見出しTD
---------------------------------------------*/
.tree_midashi_bg {
	color: #F60;
	/* [disabled]border-top: 1px #CCC solid; */
	/* [disabled]padding: 0px; */
}
.tree_midashi {
	font-size: 13px;
	font-weight: 700;
	color: #333333;
	padding: 8px 0px 2px 5px;
}
/*---------------------------------------------
 ボタン
---------------------------------------------*/
.contents {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}
.kensaku {
	vertical-align: middle;
	text-align: center;
	margin-right: 5px;
	line-height: 16px;
	border-top: 1px solid #AEDBFF;
}
.kensakuTop,
.kensakuFooter {
	width: 480px;
	height: 60px;
	padding: 10px;
	text-align: center;
	line-height: 16px;
}
.kensakuContents {
	width: 478px;
	height: 50px;
	padding: 10px;
	text-align: center;
	line-height: 16px;
}
.kensakuTop,
.kensakuFooter {
	background: url(../img/cBg1.png) no-repeat;
}
.kensakuContents {
	background: url(../img/cBg2.png) no-repeat;
}
.kensakuTop a,
.kensakuFooter a,
.kensakuContents a {
	color: #FFF;
}
.kensakuTop a:hover,
.kensakuFooter a:hover,
.kensakuContents a:hover {
	color: #FF0;
}
.submit_bt {
	width: 120px;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 2px;
}
/* キーワード検索 */
.searchBtnMini {
	width: 100px;
}

/* キーワードInput */
#free_word {
	width: 360px;
	margin-right: 5px;
}

/*---------------------------------------------
 リクエスト・掲示板
---------------------------------------------*/
.trq_bbs {
	margin:0 auto;
	width:122px;
	padding:8px 0;
	text-align:center;
}

div#request, div#bbs {
	width: 122px;
	height: 26px;
	margin: 3px 0;
}
div#request {
	background: url(http://www.rals.net/img/search/btn_req_bg.png) no-repeat;
}
div#bbs {
	background: url(http://www.rals.net/img/search/btn_bbs_bg.png) no-repeat;
}
div#request p, div#bbs p {
	text-align: left;
}
div#request p a, div#bbs p a {
	height: 19px;
	display: block;
	padding: 7px 0 0 25px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
/*---------------------------------------------
 リンクメニュー
---------------------------------------------*/
ul.td_menu {
	margin:0 0 5px 5px;
	font-size: 12px;
}
ul.td_menu li a {
	height: 20px;
	line-height:20px;
	background:url(http://www.rals.net/img/search/icon_02_grn.jpg) no-repeat 5px 50%;
	padding-left: 16px;
	display: block;
	list-style-type: none;
}
/*---------------------------------------------
 連合隊リンク部分
---------------------------------------------*/
.link {
	font-size: 11px;
	line-height: 13px;
}
.link li a {
	padding: 2px;
	display: block;
	width: 100%;
	text-decoration: none;
}

/*---------------------------------------------
 フッターテキスト
---------------------------------------------*/
#footer {
	clear: both;
}

p.tBox {
	clear: both;
	margin:15px 0;
}

/*---------------------------------------------
 テキスト
---------------------------------------------*/
.red {
	font-size: 11px;
	color: #F30;
	font-weight: normal;
}
.red2 {
	color: #F00
}

.investLink {
	margin-left: 6px;
}


/*---------------------------------------------*/
/* ノースグラフィック広告枠
/*---------------------------------------------*/

div#northAd {
	text-align: center;
}
div#northAdInner {
	margin:0 auto 5px; 
	width:260px;
}
div#js_ads_bg {
	width:260px !important;
	height:80px !important;
}

/*---------------------------------------------*/
/* タブ
/*---------------------------------------------*/

div#headerLink {
	background-color: #F2F2F2;
	border-bottom: medium none;
	border-top: 1px solid #E2E2E2;
	padding: 4px 5px 5px;
	margin-bottom: 5px;
	overflow: hidden;
	zoom: 1;
}

#headerLinkLeft {
	float:left;
	color: #333;
}

#headerLinkRight {
	float:right;
	text-align: right;
}

#tabMenu01 {
	cursor: default;
}

#tabMenu02 {
	cursor: pointer;
}

div#tabBase {
	position:relative;
	clear: both;
}
  
div#tab01, div#tab02 {
	position: absolute;
	top:0;
	left:0;
}

div#tab02 {
	display: none;
	width: 500px;
    border-top: 1px solid #CCC;	
/*	border: 1px #CCC solid; */
	margin-bottom: 20px;
}



div.fbBox {
	margin: 3px;
	color: #3B5998;
	overflow: hidden;
}

div.fbBox p {
	float: right;
	height: 21px;
	line-height:21px;
	display: inline;
	padding-left: 3px;
}


div#resMessage {
	clear: both;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	color: #999;
}

.vaTop {
	vertical-align: top;
}

.titleLink {
	text-align: right;
	vertical-align:middle;
	padding-right: 10px;
}


.titleLink a {
	background:url(../img/icon_dog1.png) no-repeat 0 50%;
	padding-left: 30px;
	height: 18px;
	line-height:18px;
}

#sel_line {
	width: 235px;
}
