/* hebrew */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: local('Assistant'), local('Assistant-Regular'), url(fonts/Assistant_a.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: local('Assistant'), local('Assistant-Regular'), url(fonts/Assistant_b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Opensans/OpenSansHebrew-Regular.eot);
  src: url(fonts/Opensans/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/Opensans/OpenSansHebrew-Regular.woff2) format('woff2'),
       url(fonts/Opensans/OpenSansHebrew-Regular.woff) format('woff'),
       url(fonts/Opensans/OpenSansHebrew-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Opensans/OpenSansHebrew-Bold.eot);
  src: url(fonts/Opensans/OpenSansHebrew-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/Opensans/OpenSansHebrew-Bold.woff2) format('woff2'),
       url(fonts/Opensans/OpenSansHebrew-Bold.woff) format('woff'),
       url(fonts/Opensans/OpenSansHebrew-Bold.ttf) format('truetype');
}


html,body {
 padding:0px;
 margin:0px;
 font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
 width:100%;
 height:100%;
}


body {
 background:url(../img/bg.jpg);
}

#main_container {
	transition: transform .4s ease,-webkit-transform .4s ease;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}

#header {
	width:100%;
	text-align:center;
	/*background-color:#e9ece5;*/
	overflow:hidden;
	text-align:center;
}
.header {
	height:225px;
}
.header_short {
	height:100px;
}
#header_sep {
	width:100%;
	height:1px;
	background-color:#C0C0C0;
	margin-top:8px;
	/*margin-bottom:5px;*/
}
#logo_container {
	/*float:right;*/
	margin-right:9px;
	margin-top:9px;
}
#logo_container img {
	width:auto;
	height:175px;
	transform: rotate(10deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	
}
#menu_container {
	width:100%;
	position:relative;
	top:-1px;
}
.menu_container_wide {
 width:auto !important;
 top: 10px !important;
}
#menu_inner {
	margin-left:auto;
	margin-right:auto;
	width:290px;
}
.menu_item {
	cursor:pointer;
	/*width:100px;*/
	direction:rtl;
	/*border-left:1px solid rgba(0,0,0,0.2);*/
	border-top: 2px solid rgba(0,0,0,0);
	border-radius: 1px;
	float:right;
	padding-top:15px;
	height:80px;
	padding-right:12px;
	padding-left:12px;
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	color:#000;
}
/*
.menu_item:hover {
	background-color:#eee;
}
*/
.menu_item:hover a {
	color:#666;
}



.menu_item_label {
	text-align:center;
}
.menu_item_label img {
  height:30px;
  width:auto;
}

.menu_item_label a {
	color:#000;
	font-size:16px;
	text-decoration:none;
}

.menu_item_selected {
	/*width:100px;*/
	direction:rtl;
	/*border-left:2px solid #fff;
	border-right:1px solid #ccc;*/
	border-top: 3px solid #ce0000;
	border-radius: 1px;
	float:right;
	padding-top:15px;
	height:80px;
	padding-right:12px;
	padding-left:12px;
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/*background-color:#3b3a36;*/
	color:#18ABDF;
}
.menu_item_selected a {
	/*color:#18ABDF;*/
	font-weight:bold;
}

.menu_extras {
	float:right;
	padding-top:25px;
	padding-right:15px;
}
.menu_extras .fb_lbl {
	float:right;
}
.menu_extras .fb_img {
	float:right;
	margin-right:8px;
}
.menu_extras a {
	text-decoration:none;
	color:#444;
}

.fl_r {
	float:right;
}
.fl_l {
	float:left;
}
.fl_c {
	clear:both;
}

#logo_text_container {
 /*float:right;*/
 /*background-color:#fff;*/
 height:135px;
 text-align:center;
 margin-top:30px;
}
#logo_text_container a {
	text-decoration:none;
}

#logo_text {
  font-size:26px;
  padding-left:30px;
  padding-right:22px;
  font-family: 'Alef', Arial;
  direction:rtl;
}




#content_bg {
	margin-top:18px;
	/*border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;*/
	background:url(../img/bg.jpg);
	padding-top:68px;
	
}

#section_vspacer {
	 height:50px;
}
#footer {

	/*margin-top:25px;*/
	background:rgba(255,255,255,0.7);
	padding-top:20px;
	width:100%
	font-size:15px;
	color:#aaa;
	text-align:center;
	padding-bottom:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#search_box_container,#search_box_container2 {
  width:100%;
}
#search_box_container2{ margin-bottom:40px;}
#search_box,#search_box2{
 width:540px;
 margin-left:auto;
 margin-right:auto;
}

#search_box_input,#search_box_input2 {
 float:right;
 height:60px;
 width:440px;
 border:2px solid #ce0000;
 padding-bottom:10px;
 padding-top:8px;
 padding-right:25px;
 padding-left:25px;
 font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
 font-size:28px;
 color:#707072;
 direction:rtl;
}
#search_box_button,#search_box_button2 {
 float:right;
 height:40px;
 width:80px;
 line-height: 23px;
 text-align:center;
 cursor:pointer;
 font-size:20px;
 padding:10px;
 padding-top:18px;
 padding-bottom:2px;
 background-color:#ce0000;
 font-weight:bold;
 color:#FFF;
 -moz-transition: background-color 0.5s ease;
 -webkit-transition: background-color 0.5s ease;
 transition: background-color 0.5s ease;
}
#search_box_button:hover img {
 opacity:0.6;
}

#content_container {
	width:100%;
	text-align:center;
}
#content {
	margin-top:40px;
	border-top:3px solid #ce0000;
	/*border-bottom:5px solid #ce0000;*/
	background-color:#FFF;
	margin-bottom:60px;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#content_wide {
	/*margin-top:40px;*/
	/*border-top:5px solid #ce0000;
	border-bottom:5px solid #ce0000;*/
	background-color:#FFF;
	margin-bottom:60px;
	padding-top:20px;
	padding-bottom:50px;
	width:100%;
}

#content_title {
	font-size:23px;
	color:#424244;
	direction:rtl;
	text-align:right;
	padding-right:7%;
}
#content_title td {
	font-size:23px;
	color:#17ADE2;
}

#content_body {
	font-size:21px;
	direction:rtl;
	text-align:right;
	color:#7D7D7F;
	padding-right:7%;
	padding-left:2%;
}
#content_r {
	font-size:21px;
	direction:rtl;
	text-align:right;
}

.dash_sep {
	width:2px;
	/*background-color:#9DCB51;*/
	background-color: #19ACE2;
}

.tdltr {
 text-align:left;
 direction:ltr;
}
.tdrtl {
 text-align:right;
 direction:rtl;
}
/*.dash_rtr {
 width:100%;
}*/
.dash_rtb {
	margin-bottom:20px;
}

.dash_rtbh td {
 /* border: 1px solid #444;*/
  font-size:14px;
  vertical-align:top;
}
.dash_rtb_hdr {
	/*background-color:#444;
	background-color:#919193;*/
	background-color:#9DCD55;
	color:#fff;
	text-align:center;
	/*font-weight:bold;*/
}
.dash_rtb_hdr_td {
  border-left:8px solid #FFF;
  border-right:8px solid #FFF;	
  padding:10px;
  font-weight:bold;
}
.op2_dc {
 font-size:15px;
 width:164px;
 padding:7px;
 border-bottom:2px solid #E1E1E1;
 vertical-align:top;
}
.tdvac {
 vertical-align:middle;
}
.mobile_spacer {
 /*background-color:#19ACE2; */
 /*background-color: #9DCB51;*/
 background-color: #18ADE5;
 text-align:center; 
 font-size:11px;
 margin-bottom:10px;
}

.contact_form_table {
	width:400px;
	direction:rtl;
}

.contact_form {
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.contact_inp1 {
	direction:rtl;
	border:1px solid #C7C5C6;
	padding:5px;
	padding-left:8px;
	padding-right:8px;
	min-height:36px;
	color:#7C7C7E;
	border:1px solid #C7C5C6;
	font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
	width:200px;
	font-size:16px;
}

.contact_inp2 {
	direction:rtl;
	/*background-color:rgba(169,169,169,0.2);*/
	padding:5px;
	padding-right:8px;
	min-height:36px;
	color:#7C7C7E;
	border:1px solid #C7C5C6;
	font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
	width:404px;
	font-size:16px;
}

.contact_inp3 {
	direction:rtl;
	border:1px solid #C7C5C6;
	padding:5px;
	padding-right:8px;
	height:140px;
	color:#7C7C7E;
	border:1px solid #C7C5C6;
	width:404px;
	overflow-y: auto;
	font-family: 'Assistant', 'Open Sans Hebrew', sans-serif;
	font-size:16px;
}
.contact_inpButton {
	direction:rtl;
    width:380px;
	/*background-color: rgba(27, 166, 82, 0.88);*/
	background-color:#ce0000;
	text-align:center;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:22px;
	cursor:pointer;
}
.contact_form_header {
	color:#7D7D7F; padding-bottom:4px;
}
#loader {
 z-index:5005;
 position:absolute;
 background-color: #AAAADD;
 height:3px;
 width:0%;
 opacity:1;
 -moz-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
 transition: all 0.5s ease;
}


.sidenav_button {
 display:none;
 position:absolute;
 top:10px;
 left:8px;
 font-size:32px;
 font-weight:bold;
 border:none;
 z-index:2250;
 width:35px;
 height:35px;
 background:none;
 cursor:pointer;
}

#sidenav {
	display:none;
    position: absolute;
    top: 0;
    height: 100%;
    left: -250px;
    width: 250px;
	z-index:2270;
    background-color:#1798C6;
}
#sidenav_content {
	padding:7px;
	padding-right:15px;
	padding-top:10px;
	direction:rtl;
}

.sidenav_item {
	 margin-bottom:5px;
}
.sidenav_item a {
	color:#fff;
	text-decoration:none;
}
.sidenav_item_selected {
	margin-bottom:5px;
}
.sidenav_item_selected a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.sidenav_cat {
	font-weight:bold;
	width:100%;
	direction:rtl;
}

#overlay {
    position: absolute;
    display: none;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 50;
}

#content_r {
  width: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
 }	

 #settings_display {
	 display:none;
	 content: ''
 }

 
.empty_cell {
 width:90%;
 height:1px;
/*margin-top:8%;*/
 margin-left:5%;
 margin-right:5%;
 background-color:#afafaf;

 /*display:inline-block;*/
 /*background: #fff200;

 background: -moz-linear-gradient(10deg, #fff 1%, #fff 47%, #c9c9c9 48%, #fff 49%, #fff 100%); 
 background: -webkit-linear-gradient(10deg, #fff 1%,#fff 47%,#c9c9c9 48%,#fff 49%,#fff 100%);
 background: linear-gradient(10deg, #fff 1%,#fff 47%,#c9c9c9 48%,#fff 49%,#fff 100%); */
 
 /*
 width:90%;
 height:100%;
 margin-left:5%;
 margin-right:5%;
 
 background: -moz-linear-gradient(0deg, #fff 1%, #fff 47%, #afafaf 48%, #fff 49%, #fff 100%); 
 background: -webkit-linear-gradient(0deg, #fff 1%,#fff 47%,#afafaf 48%,#fff 49%,#fff 100%);
 background: linear-gradient(0deg, #fff 1%,#fff 47%,#afafaf 48%,#fff 49%,#fff 100%);*/
}
 
/*  and (max-device-width: 1080px)*/
/*@media only screen and (orientation: portrait) {*/
/*@media screen and (max-device-aspect-ratio: 1/1) and (orientation: portrait)*/
/*@media screen and (max-aspect-ratio: 13/9) {*/

#dash_rtb_responsive {
	display:none;
	/*padding:10px;*/
	direction:ltr;
	box-sizing: border-box;
}


.rtb_item {
 float:right;
 margin-top:15px;
 margin-left:10px;
 /*margin-right:10px;*/
}
.rtb_header  {
  border-left:7px solid #FFF;
  border-right:7px solid #FFF;	
  padding:10px;
  font-weight:bold;
  background-color:#9DCD55;
  color:#fff;
  text-align:center;
  width:328px;
}

.rtb_cell  {
 float:left;
 text-align:left;
 direction:ltr;
 display: table-cell;
 padding:5px;
}
.rtb_cell_rtl  {
 float:left;
 direction:rtl;
 text-align:right;
 display: table-cell;
 padding:5px;
}
.rtb_spacer {
 background-color: #18ADE5;
 width:100%;
 height:10px;
 text-align:center; 
 font-size:11px;
 margin-bottom:30px;
 margin-top:25px;
}

.sharethis-inline-share-buttons {
	margin-top:20px;
}
#search_box_wide {
 position:absolute; top:55px; right:160px; transform:scale(0.7, 0.7); -ms-transform:scale(0.7, 0.7); -webkit-transform:scale(0.7, 0.7);
 width:540px;
 margin-left:auto;
 margin-right:auto;
}
.header_short {
	height:100px;
}
.logo_wide_div {
	position:absolute; right:15px; top:15px;text-align:right;
	z-index:9998;
}
.footer_contact {
	text-align:center;
	padding-bottom:5px;
}
.footer_contact a {
	color:#fff;
	text-decoration:none;	
}

@media screen and (max-width: 1320px) {
	
 #dash_rtb_content {
	 display:none;
 }

 /*#menu_container {
    display:none;	
 }*/
 #dash_rtb_responsive {
  display:inline;
 }
 .op2_dc {
	 border-bottom:none;
 }
 
 #content {
  width:auto;
 }
 #content_body {
	 padding-right:none;
 }
 #content_body_wide {
	 padding-right:none;
 }
 #search_box {
	width:92%;
 }
 #search_box_input {
	 width:70%;
	 font-size:20px;
 }

 #search_box2 {
	width:92%;
 }
 #search_box_input2 {
	 width:70%;
	 font-size:20px;
 }


 .sidenav_button {
  display:block;
 }
 
 #settings_display {
	 content:'P'
 }
 /*.op2_dc {
  font-size:18px;
  width:175px;
 }*/
 
 #logo_text {
  font-size:18px;
 }
 #search_box_button {
  width:50px;
 }
 .sidenav_button {
  font-size:24px;
 }
 .contact_form_table {
  width:auto;
 }
 .contact_inp1 {
  width:170px;
 }
 .contact_inp2 {
  width:345px;
 }
 .contact_inp3 {
  width:345px;
 }
 .contact_inpButton {
  width:320px;
 }
 
}
@media screen and (max-width: 560px) {
	 
	 #content_bg {
	  background:url(../img/bg_mobile.jpg);
	 }
	
	 #search_box_wide {
		 width:70%;
	 }
	 #logo_wide {
		width:90%;
		height:auto;
	}
	 
}
@media screen and (max-width: 435px) {
	#logo_wide {
		width:50%;
		height:auto;
	}
	/*.search_box_wide {*/
	/*#menu_container {*/
	.menu_container_wide {
		display:none;
	}
	.header_short {
	 height:115px;
	}	
	#search_box_wide {
		top:65px;
		right:-30px;
		transform:scale(0.6, 0.6); -ms-transform:scale(0.6, 0.6); -webkit-transform:scale(0.6, 0.6);
	}
	#search_box_wide {
	 width:130%;
    }
	.logo_wide_div {
	 position:static; right:none; top:none;text-align:center;
	}
}



@media screen and (max-aspect-ratio: 13/9) {

  #search_box_wide {
    padding-top: 75px;
  }

}


/* ===== Index pages (Hebrew /Index, Chinese /Index-CN) ===================== */

.idx {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 14px 10px 14px;
	box-sizing: border-box;
	text-align: center;
}

.idx_title {
	font-size: 27px;
	color: #424244;
	margin: 4px 0 2px 0;
}
.idx_title b {
	color: #ce0000;
}
.idx_sub {
	font-size: 15px;
	color: #9a9a9c;
	margin-bottom: 20px;
}

/* Language switch: Hebrew index <-> Chinese index */
.idx_switch {
	display: inline-block;
	border: 1px solid #dcdcdc;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 22px;
}
.idx_switch a {
	display: inline-block;
	padding: 8px 20px;
	font-size: 16px;
	color: #6a6a6c;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease;
}
.idx_switch a:hover {
	background: #f3f3f3;
	color: #ce0000;
}
.idx_switch a.on {
	background: #18ABDF;
	color: #fff;
	font-weight: bold;
}
.idx_switch a.on:hover {
	background: #18ABDF;
	color: #fff;
}

.idx_sec {
	font-size: 14px;
	color: #9a9a9c;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

/* Letter chips */
.idx_letters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px;
	margin-bottom: 26px;
}
.idx_letter,
.idx_letter_sel,
.idx_letter_off {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1;
	border-radius: 6px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.idx_letter {
	background: #fff;
	border: 1px solid #dcdcdc;
	color: #444;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.idx_letter:hover {
	background: #ce0000;
	border-color: #ce0000;
	color: #fff;
	transform: translateY(-2px);
}
.idx_letter_sel {
	background: #ce0000;
	border: 1px solid #ce0000;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 10px rgba(206,0,0,0.35);
}
/* A pinyin letter with no entries behind it */
.idx_letter_off {
	background: #f4f4f4;
	border: 1px solid #e8e8e8;
	color: #c4c4c4;
	cursor: default;
}

/* Pager */
.idx_pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin-bottom: 8px;
}
.idx_page,
.idx_page_sel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 6px;
	box-sizing: border-box;
	font-size: 15px;
	border-radius: 5px;
	text-decoration: none;
	direction: ltr;
}
.idx_page {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #666;
	transition: background-color .2s ease, color .2s ease;
}
.idx_page:hover {
	background: #18ABDF;
	border-color: #18ABDF;
	color: #fff;
}
.idx_page_sel {
	background: #18ABDF;
	border: 1px solid #18ABDF;
	color: #fff;
	font-weight: bold;
}

.idx_rule {
	height: 1px;
	background: #e4e4e4;
	margin: 22px 0;
}

/* Results */
.idx_count {
	font-size: 15px;
	color: #9a9a9c;
	margin-bottom: 16px;
}
.idx_results {
	columns: 4;
	column-gap: 22px;
	text-align: right;
	direction: rtl;
}
.idx_results_cn {
	direction: ltr;
	text-align: left;
}
.idx_item {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	display: block;
	padding: 9px 12px;
	margin-bottom: 6px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	border-radius: 5px;
	border-right: 3px solid transparent;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.idx_results_cn .idx_item {
	border-right: none;
	border-left: 3px solid transparent;
}
.idx_item:hover {
	background: #faf2f2;
	border-right-color: #ce0000;
	color: #ce0000;
}
.idx_results_cn .idx_item:hover {
	border-left-color: #ce0000;
}
/* Hebrew gloss shown beside each Chinese term */
.idx_item small {
	display: block;
	direction: rtl;
	text-align: left;
	font-size: 14px;
	color: #a0a0a2;
	margin-top: 2px;
}
.idx_item:hover small {
	color: #c98a8a;
}

.idx_empty {
	font-size: 19px;
	color: #8a8a8c;
	padding: 30px 0;
}

.idx_home {
	margin-top: 34px;
}
.idx_home a {
	display: inline-block;
	padding: 11px 30px;
	border: 2px solid #ce0000;
	border-radius: 24px;
	color: #ce0000;
	background: #fff;
	font-size: 17px;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease;
}
.idx_home a:hover {
	background: #ce0000;
	color: #fff;
}

/* Homepage index links, under the search box */
.home_idx {
	text-align: center;
	margin-top: 6px;
}
.home_idx a {
	display: inline-block;
	margin: 0 5px;
	padding: 9px 26px;
	border: 2px solid #ce0000;
	border-radius: 24px;
	background: rgba(255,255,255,0.85);
	color: #ce0000;
	font-size: 17px;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease, transform .2s ease;
}
.home_idx a:hover {
	background: #ce0000;
	color: #fff;
	transform: translateY(-2px);
}

@media screen and (max-width: 900px) {
	.idx_results { columns: 3; }
}
@media screen and (max-width: 700px) {
	.idx_results { columns: 2; }
}
@media screen and (max-width: 480px) {
	.idx_results { columns: 1; }
	.idx { padding: 0 8px 10px 8px; }
	.idx_title { font-size: 22px; }
	.idx_letters { gap: 5px; }
	.idx_letter,
	.idx_letter_sel,
	.idx_letter_off {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	.home_idx a { padding: 9px 18px; font-size: 16px; }
}