@charset "utf-8"; 
/************** 基本CSS (売買,賃貸 共通) **************/

body {
	font-size:13px;   -webkit-text-size-adjust: 100%; 
	letter-spacing:0.05em;
	color: #333333; 
	background-color:#ffffff; 
	margin:82px 0 0;
}
body, input,textarea,select{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
input, textarea {border: 1px solid #999999;margin:1px;box-sizing:border-box;padding:4px;}
iframe{vertical-align: bottom;}
select,input,textarea{color: #333333; font-size: 13px;margin:1px;}
.nobr{white-space:nowrap;}
table,div{padding:0;border-spacing:0;}
td,a {margin:0;padding:0;line-height:130%;}
big {font-size: 14px;}
h1 {font-size:18px; margin:0 0 20px;}
.b{font-weight:bold;}
.clear{clear:both;}
.lined {border-bottom: #adaabd 1px solid; background-color: #ffffff;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.middle{vertical-align:middle;}
.bottom{vertical-align:bottom;}
.red {color: #ff0000;}
.wht {color: #ffffff;}

a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #0000ff; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: underline;}

/* 印刷時非表示*/
@media print { .npnt{display:none;} }

/* ヘッダ */
.header{
	position: fixed; top: 0px;  z-index: 100;width:900px;
	margin:0 auto 1px; padding:0; height:80px; 
}
/*.header_image{width:100%;height:auto;vertical-align:bottom;}*/
.header_txt{
position:absolute;top:9%;width:100%; 
font-size:150%;text-align:center; letter-spacing:0.2em;
text-shadow:2px 2px 2px #ff2b51;
}
.header_txt a{ color:#f39a00; text-decoration:none;}
.header_txt a:link{ color: #ffffff;  }
.header_txt a:visited{ color: #ffffff;  }
.header_txt a:active{ color: #ffffff;  }
.header_txt a:hover{ text-decoration:none;}

/* フッタ */
#footer{
	width:100%; height:50px; margin-top:10px;
	display:table;
	background-color:#e8e8f2;
}
/* フッタ内文字 上下中央表示 */
.footer2{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:100%;
}


/* 外枠table */
.outtable{
	width:900px;
	padding:0;
	margin:0 auto;
	text-align:center;
}

/* タイトル */
.title{
margin:5px 0 5px;font-size:140%; 
letter-spacing:0.15em;
text-shadow:1.7px 1.7px 1.5px #9d9d9d;
}
/* 会員パス入力の目アイコン*/
#iicon{vertical-align:middle;width:auto;height:17px;margin:0 5px 0 1px; } 

/* 角丸 */
.s_table1, .s_chk label, .form_errormsg,input,select, .hum_table{ border-radius:4px;}
textarea{ /* 左上4左下4 右上2右下2*/
	border-radius: 4px 2px 2px 4px / 4px 2px 2px 4px;-o-border-radius: 4px 2px 2px 4px / 4px 2px 2px 4px;
}
/* メニュー アコーディオン */
#OpenMenu{
  display:none; width:100%; height:40px;text-align:right;padding:0; margin-top:40px;
  box-sizing:border-box; 
}
.menutxt{ font-size:120%;color: #0000ff; height:40px;}
.hum_table{width:110px;background-color:#fcc064; position: fixed;right:0px;}
.hum_table:hover {cursor: pointer;color: #f7657b;  background-color: #f2f4ff;}
/* 3本線 */
#humberger {
  margin:0 10px 0;
  position: relative;
  height: 22px; width: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div {
  position: absolute;
  left: 0;height: 4px;width: 24px;
  background-color: #444;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box; 
}
#humberger div:nth-of-type(1) {top: 0;}
#humberger div:nth-of-type(2) {top: 9px;}
#humberger div:nth-of-type(3) {bottom: 0;}

/* 上部リンクメニュー */
.linknemu{padding:0;display: block;margin-top:40px;}
#css3menu1 .switch{width:0;}
#css3menu1 .mwid1, #css3menu1 .mwid2{width:136px;}
#css3menu1 {
  list-style-type: none;
  width: 900px;
  margin: 0 ;
  padding: 0;
}
#css3menu1 li {
	color:#ffffff;
  height: 40px;
  position: relative;
  float: left;
  padding: 0;
  text-align: center;  
}

#css3menu1 .topfirst{ width:78px; padding:0;background-color:#ffb0db;  }
#css3menu1 .topfirst a{ padding: 2px 0 2px; margin:0;}
#css3menu1 .topmenu1{ border-left: 1px solid #ffffff; background-color:#78a083;}
#css3menu1 .topmenu2{ border-left: 1px solid #ffffff; background-color:#7076be; }

#css3menu1 li a {
	color:#ffffff; font-weight:bold; letter-spacing:0.1em;
  display: block;
  margin: 0;
  padding: 13px 0 12px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
#css3menu1 li a:hover { cursor:default; } 
#css3menu1 li ul li a:hover { cursor:pointer; } 
#css3menu1 .topfirst a:hover{ cursor:pointer; }

#css3menu1 li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;  
}

#css3menu1 li ul li{
  overflow: hidden;
  height: 0;
  color: #fff;
  transition: .2s;
}
#css3menu1 li ul li a{
	color:#0000ff; letter-spacing:0.2em;
  padding: 11px 12px;
  background: #eaeaea;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}
#css3menu1 li:hover > a{ background: #fbc64c; color: #000000; }

#css3menu1 li:hover ul li{
  overflow: visible;
  height: 32px;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #ffffff;
}
#css3menu1 li:hover ul li:first-child{ border-top: 0; }
#css3menu1 li:hover ul li:last-child{ border-bottom: 0;}
#css3menu1 li:hover ul li:last-child a{ border-radius: 0 0 5px 5px; }


/* PDFアイコン */
.pdf_icon{width:270px;height:auto;}

/* 検索フォーム */
.srh_table{clear:both;width:100%;}
.search_form{width:100%;margin:15px auto 1px;}

/* ホーム、パンリスト、、戻る*/
.pan_area{ padding:5px 0 5px; width:100%; }
.pan_area td{ vertical-align:top; }
.homelink1{ float: left; }
.homelink2{ float: right; text-align:right; margin:5px 0 5px;}

.td1{
	width:130px;
	border-left:1px solid #989898; border-right:1px solid #989898; border-bottom:1px solid #989898;
	padding:8px 3px 8px;border-spacing:0;text-align:left; vertical-align:top;
	display:table-cell; box-sizing:border-box;
}
.td2, .td3, .td4{
	border-right:1px solid #989898;border-bottom:1px solid #989898;border-right:1px solid #989898;
	padding:5px;border-spacing:0;text-align:left; vertical-align:top;
	display:table-cell; box-sizing:border-box;
}
.td2	{width:770px}
.td3, .td4{width:320px;}
.td3{border-right:0;}
/* 最上段の項目の上線 */
.top_line{border-top:1px solid #989898;}
/* 種類選択 */
.ptype{float:left;width:188px;margin:3px 0 3px;}
/* こだわり選択 */
.kodawari{float:left;width:188px;margin:3px 0 3px;}

/** エリア、沿線 選択Box **/
.select_form{text-align:left;}
.sbc2{padding-top:9px;}/* 市 */
.sbc2 big{font-size:120%;}
.selbox{width:100%;padding-top:3px;}
.sbc1{width:25%;float:left;padding-top:6px;}/* 町 */
.sbc1 input[type="checkbox"]{vertical-align:middle;}
.dot_line{clear:both;border-bottom:1px dotted #8f8f8f;padding-top:10px;}

/* チェックボックスのサイズ */
input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: middle; margin-right:4px;
}

/* 検索ページ 点線 */
.dot_line{
	width:99%;
	border-bottom:1px dotted #8f8f8f;
	margin:8px 0 8px;
}
/* 検索ボタン */
.srh_button{
 font-size:15px;font-weight:bold;
	width:120px;
	margin:12px 0 5px;
}
/* ▼絞り込みフォーム▼開閉リンク */
#OpenForm{ margin:0 auto 10px;font-weight:bold;font-size:110%;color: #0000ff;}
#OpenForm:hover {cursor: pointer;color: #f7657b;text-decoration: underline;}

/* 一覧/詳細 <td>データ */
.bgcolor3 { text-align:left;}
/* 問い合せチェック欄/詳細 項目 */
.bgcolor4 {text-align:center;}

/* 該当物件数表示用フレーム */
#Rarea{ width:100%;height:50px;border:0;margin-top:10px;}



/********** 一覧表示 PC幅 *****************/
/* 一覧表示 <table>外枠 */
.list_table{width:100%;}
.list_table td{border-bottom:1px solid #999999;}
/* 一覧表示 <table>ヘッダ */
.bgcolor2 {text-align:center;padding:2px;}
/* 項目名 */
.h_td1{text-align:center;white-space:nowrap;} /* 問合せ */
.h_td2{}/* 画像 */
.h_td3{width:17%;}/* 種別 価格 */
.h_td4{}/* 所在地 交 通 */
.h_td5{white-space:nowrap;}/* 建物/専有面積  土地面積 */
.h_td6{white-space:nowrap;}/* 間取り築年 */
.h_td7{white-space:nowrap;}/* 物件No. 登録日 */
/* データ */
.d_td1{text-align:center;} /* 問合せ */
.d_td2{text-align:left;padding:0;vertical-align:top;}/* 画像 */
.d_td2 img{padding:0;margin:0 0 1px;vertical-align: bottom;}
.d_td3{width:17%;text-align:center;}/* 種別 価格 */
.d_td4{text-align:left;padding:3px 5px 3px;}/* 所在地 交 通 */
.d_td5{text-align:center;line-height:0.9;white-space:nowrap;padding:4px 20px 4px;}/* 建物/専有面積  土地面積 */
.tt_margin{margin:11px;}/* 建物,土地の隙間 */
.d_td6{text-align:center;padding:4px 10px 4px;}/* 間取り築年 */
.d_td7{text-align:center;white-space:nowrap;}/* 物件No. 登録日 */

/* 詳細 主項目・法令・土地など */
.bgcolor3_h { text-align:left;padding:0;}
.bgcolor3_h p{
text-align:center;
width:125px; margin:2px 0 0; padding:3px;
border-radius: 3px 20px 0 0 / 3px 20px 0 0; 
box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}



/* 一覧表示 該当物件数 */
.searchfall{color: #ff0000; font-weight: bold;}
/* 該当物件 */
.hits{text-align:left;font-size:14px;margin:0 0 5px;}
.Pleaselogin{ 
	background-color: #ffffff;
	text-align:center;font-size:80%;
}


/********** 一覧表示 スマホ幅 *****************/
.s_table1{width:100%;margin:8px 0 8px;padding:0;border-spacing:5px;border:1px solid #999999;}
.s_table1 td{text-align:left;}
.s_table2{ width:100%;margin:0;padding:0;}
.s_img{text-align:left;font-size:110%;font-weight: bold; }/* 種別名,アイコン */
.s_chk{text-align:right; width:8%; white-space:nowrap; }/* 問合せチェックBOX */
.s_chk label{background-color: #fff3bb;padding:2px 7px 2px;}/* 問合せチェックBOX */
.s_chk input{padding:0; margin:0 3px 2px 0; vertical-align:middle;}
.s_td1{vertical-align:top;padding:0 3px 0 0;}/* 画像 */
.s_td2{text-align:left;vertical-align:top;}/* 所在 交通 価格 特記 */
.s_td3{text-align:left;}/* 詳細データ */
.s_price{color: #ff0000; padding:3px 0 3px;font-size:110%;font-weight: bold;font-family:verdana, arial, sans-serif;}/* 価格 */
.sphead{color:#ffae62;}/* ● */
/* 問い合わせボタン 一覧 */
.toiawase_btn a{
	color:#ffffff;height:33px;display: table-cell;vertical-align:middle;text-align:center;
	background-color: #ff9a00; border:1px solid #ff8200;
	border-radius: 10px; 
	text-shadow:2px 2px 2px #b53801;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.toiawase_btn a:link,.toiawase_btn a:visited,.toiawase_btn a:hover{color:#ffffff;text-decoration:none; }
/* 問い合わせボタン 一覧*/
.atype a{width:360px; font-size:16px;}
/* 並べ替え, 次へ,前へ */
.sort_link{float:left;margin:8px 0 8px;}
.next_link{float:right;margin:8px 0 10px;}
.next_link a{
	border:#c7c7c7 1px solid;padding:2px 8px 2px;background-color: #f0f0f0;
	border-radius: 4px; 
}



/**********  詳細ページ *****************/
/* 詳細 データ表示table */
.result{ width:100%; margin:0;}
.result .bgcolor4{width:15%;}/* 項目名 */
.result .bgcolor3{width:35%;}/* データ */
.result .bgcolor4 p, .result .bgcolor3 p{margin:0;padding:0;}
.result .bgcolor4, .result .bgcolor3{padding:3px 3px 3px 4px;border-bottom:#c4c4c4 1px solid;}
/* 詳細ページ サムアイコン外周 */
.sumlist{ width:100%; margin:0;padding:0;}
.sumlist ul {margin:1px;padding:0;}
/* li サイスはページ内で指定されます */
.sumlist li {
	padding:0;
	margin:1px;
	text-align:center; list-style-type:none;
	background-repeat:repeat-x;
	float:left;
}
.sumpict{ margin:0; padding:0;}
/* サムアイコン枠線 */
.pfrm_col{ 
	outline: 3px solid #0087ff; 
	outline-offset: -3px;
	filter: brightness(1.3);
}
/*お気に入り登録/削除ボタン*/
.bmkb{white-space:nowrap; text-align:right;margin:10px 0 6px;}
.bmkb a{bottom:0;} 

/* 画像 */
.ia1{text-align:center;width:130px;font-size:90%;vertical-align:top;padding-top:20px}
.simage{text-align:left;}
.simage img{vertical-align: bottom;}
/* 画像大 タイトル部*/
.picttitle{ 
	margin:0; padding:3px 0 5px;v
	background-color: #e7edf8; 
	text-align:center;
}

/* 「パノラマ」  */
.ifrmpano{padding:0;margin:0;}
/* サムネイル部 */
.pano360{ 
	font-size:13px; color:#ffff00; font-weight:bold;
	text-shadow: 1px 1px 5px #ff0000;white-space:nowrap;
	position: absolute; 
    top: 50%; left: 50%;  
    transform: translate(-50%, -50%);
}
.panocom{position: relative; top:-50px;}
/* パノラマ取説 */
#panotxt{
margin:10px 2px 0;line-height:1.5;font-size:12px
}


/* こだわり<table> */
.option_table{width:100%; margin:0;border-spacing:2px;}
.option_table td{ padding:2px 5px 2px; width:25%;text-align:left; }
/* こだわり 項目名 該当なし */
.option0 {background-color: #f2f2f2;color:#989898;}
/* こだわり 項目名 該当あり */
.option1 {background-color: #ffe4c1; border:1px solid #f9c683;}
/* こだわり 空 */
.option_no {background-color: #ffffff;}

/* 問い合わせボタン 詳細*/
.btype, .btype a{width:276px;font-size:16px;}



/********** お問合せフォーム *****************/
/* お問合せフォーム <table>ヘッダ (外枠)*/
.form_area {width:700px; margin :0 auto 0;}
/* 最上段の項目の上線 */
.top_form{border-top:1px solid #989898;}
.yform{clear:both;}
/* フォームの 項目用 TDタグ */
.formTD1{
	width:200px;
	background-color:#eeeed6;
	border-left:1px solid #989898; border-right:1px solid #989898; border-bottom:1px solid #989898;
	padding:8px 5px 8px;border-spacing:0;text-align:left; vertical-align:top;
	display:table-cell; box-sizing:border-box;
}
/* フォームの 入力部用 TDタグ */
.formTD2{
	width:500px;
	background-color:#ffffff; 
	border-right:1px solid #989898;border-bottom:1px solid #989898;
	padding:5px;border-spacing:0;text-align:left; vertical-align:top;
	display:table-cell; box-sizing:border-box;
}

/* 上部説明文 */
.formlist{margin:0 auto 10px;text-align:left; }
/* 「ご選択頂いた物件」,「お問合せ内容」,「お客様情報」 */
.form_header{font-weight:bold;margin:15px 0 7px;}
/* エラーメッセージ */
.form_errormsg{border:1px solid #ff0000; margin:0 auto 20px; }
.form_errormsg td{padding:10px; text-align:left;font-weight: bold;line-height:1.5;}
/* 確認・送信ボタン*/
.formsubmit{width:120px;padding:5px;}
/* 戻る*/
.formback{width:70px;padding:5px;}
/* フォームサイズ */
.fsize1{max-width:300px; width:100%;}
.fsize2{max-width:400px; width:100%;}
#Email{max-width:300px; width:100%;}
#maC{width:35%;max-width:108px;}
#maD{width:53%;max-width:166px;}
/* 「内容」選択肢 */
.form_td1{vertical-align:top;text-align:center;width:17px;padding:4px;}
.form_td2 {padding:4px;}


/* 検索フォーム・こだわり・問い合せフォーム「内容」 の項目名背景色 */
.bgcolor5 {
	white-space:nowrap;
	text-align:center;
}
/* 価格 */
.price {
	font-size:13px; font-weight: bold; color:#ff0000;
}





 /* 検索画面トップ [検索] ボタン */
.button1{
	font-size:15px; 
	width:110px;
	font-weight: bold;
}
 /* 検索結果一覧表示 [絞込検索] ボタン */
.button2{
	font-size:15px; 
	width:110px;
}
 /* 検索結果一覧表示 [一覧で確認/地図で確認] ボタン */
.button3{
	background-color: #eeeed6;margin-top:15px;
	border:1px solid #72c789;color:#014601;
}



/* 会員限定物件設定時 ログインフォーム */
.logintxt{text-align:left;color:#ff7300;font-weight:bold;}
.loginform{text-align:right;line-height:140%;vertical-align:bottom;}
#wlpd{width:100px;font-size:12px;padding:2px;}
.loginbtn{font-size:12px;}
.paser{color:#ff0000;font-weight:bold;}

/* 該当物件数 */
.hits{ width:270px;float:left;}



/* ページトップに戻る ボタン */
#pageTop{ position:fixed;bottom:10px;right:20px; z-index: 90;}
a#pageTop:hover img{
    cursor:pointer;
    opacity:0.6;
    transform:scale(1);
}


/* iPhone特有フォームデザイン解除 フォーム上側の枠線影対策等 */
input[type=text],input[type=tel],input[type=email],input[type=button],input[type=submit],input[type=password],textarea{ -webkit-appearance: none; }
input[type=submit]{ background-color: #e9e9ed;color:#000000;}


/* お気に入りに追加(青) */
.bmk_P0, .bmk_S0{ 
	font-size:12px; font-weight:bold;letter-spacing:0.12em;
	background-color: #e7f6f6; padding:2px 2px 2px 22px; 
	border:1px solid #59dddd; border-radius: 3px;
	background-image: url(../hart01.png);  background-repeat:no-repeat;
	background-position:2% 45%;
}
.bmk_P0{position: relative; bottom:-15px; } /* PCサイズ */
.bmk_S0{ font-weight:normal;} /* スマホサイズ */

/* お気に入りに追加済み(赤) */
.bmk_P1, .bmk_S1{ 
	font-size:11px; font-weight:bold; letter-spacing:0.12em;
	background-color: #ffe5dc; padding:3px 2px 3px 21px; 
	border:1px solid #ffab8e; border-radius: 3px;
	background-image: url(../hart02.png);  background-repeat:no-repeat;
	background-position:2% 45%;
}
.bmk_P1{position: relative; bottom:-15px; } /* PCサイズ */
.bmk_S1{font-weight:normal; } /* スマホサイズ */
/* 登録数 */
#Bmn{ font-weight:bold; font-size:15px;}
/* お気に入り物件表示へのリンク */
.bmk_link{
	border:1px solid #ffab8e; border-radius: 3px;
	padding:3px 5px 3px 4px; 
}
/* スマホ用お気に入り登録/削除リンク */
.BmkLink_S{text-align:right;padding:7px 0 3px 0; }

/* 詳細ページ  追加ボタンエリア */
.bmk_area{ width:100%; text-align:right;}
.bmk_area .bmk_P0{ bottom:5px; }
.bmk_area .bmk_P1{ bottom:5px; }



/******** レスポンシブ   ********/
@media screen and (max-width:905px){
 .outtable{width:95%;}
.header{width:100%;left:0px; margin:0 0 1px;}
/* Menu 幅縮小 */
#css3menu1 {width:100%;}
#css3menu1 .topfirst{width:5.5%;}
#css3menu1 .mwid1{width:15.6%;}
#css3menu1 .mwid2{width:100%;}
/* 検索フォーム 幅縮小 */
.search_form{width:750px;}
.td2	{width:620px;}
.td3, .td4{width:245px;}
.top_line{width:750px;}
.ia1{display:none;}
}
/* 表示エリア変更 初期値   functions.jsでも同様に指定 */
@media screen and (min-width:840px){   
.Result01{display:block;}
.Result02{display:none;}
}
@media screen and (max-width:840px){
.Result01{display:none;}
.Result02{display:block;}
/* Menu 非表示 */
body {margin:42px 0 80px;}
#OpenMenu{ width:100%; display: block; margin-top:0; }
.header{ height:40px; }
.header_txt{top:20%;font-size:130%;}
.linknemu{margin-top:0;}
#css3menu1 .topfirst, .linknemu{display:none;}
#css3menu1 ul, #css3menu1 .mwid1{width:100%;}
#css3menu1 .mwid2{width:25%;}
#css3menu1 .mwid2 a{padding:8px 0 8px;}
#css3menu1 li ul li{  
  overflow: clear ;height:35px;
  transition: 0;
}
#css3menu1 .topmenu1 a, #css3menu1 .topmenu2 a{padding:7px 0 9px;}
#css3menu1 li:hover ul li{border:0;}
#css3menu1 .topmenu1:hover > a{background-color:#78a083;color:#ffffff;}
#css3menu1 .topmenu2:hover > a{background-color:#7076be;color:#ffffff;}
#css3menu1 .topmenu1, #css3menu1 .topmenu2{height:25px; padding:0; margin-bottom:30px;}
/* 検索フォーム レイアウト変更 */
.search_form{width:100%;}
.td1 { width:100%; font-size:110%;letter-spacing:0.2em;display:block; text-align:left;padding:3px 15px 3px; border-top:1px solid #989898;}
.td2, .td3, .td4{ width:100%; display:block; border:0; margin-bottom:10px;}
.top_line{width:100%;border-top:0;}
/* 該当数表示フレーム移動 */
#Rarea{
  position: fixed;  background-color:#ffffff;width:100%;
  bottom: 0px; left:0px; border:0; margin:0;height:70px; z-index: 80;
}

}

@media screen and (max-width:755px){
.news{width:600px;}
.header1{font-size:13px; top:15%;}
.header2{font-size:18px; margin-bottom:10px;}
}

@media screen and (max-width:705px){
.sbc1{width:33.3%;padding-top:10px;}
.form_area { width:100%;}
.formTD1{ width:100%; display:block; border-top:1px solid #989898;}
.formTD2{ width:100%; display:block; border:0; margin-bottom:10px;}
.sort_link, .next_link{width:100%;}
.result .bgcolor4{width:18%;}/* 項目名 */
.result .bgcolor3{width:32%;}/* データ */
}

@media screen and (max-width:605px){
.sbc1{width:50%;}
.news{width:450px;}
.header3{display:none;}
input,textarea,select{font-size:15px;}
}

@media screen and (max-width:505px){
.sbc1{width:50%;padding-top:12px;}
}

@media screen and (max-width:455px){
.news{width:300px;}
.header1{font-size:12px; top:10%;left:10px;etter-spacing:0.05em;}
.header2{font-size:15px; margin-bottom:5px;}
.header_txt{text-align:left;padding-left:20px;}
}

@media screen and (max-width:380px){
.sbc1{width:100%;}
.chkbtn{font-size:11px;}
.atype a{font-size:14px;padding}
.header1{font-size:12px; top:10%;left:5px;width:98%;}
.header2{font-size:13px; margin-bottom:3px;}

}
@media screen and (max-width:350px){
.s_table1 .nobr{  white-space:normal; }
}
@media screen and (max-width:305px){
 .atype a{font-size:12px;}
.news{width:150px;}
}

