@charset "utf-8";

* {
margin:0;
padding:0;
}

video {
	width: 100%;
}

.pr_makuake_sp {
	display: none;
}

.mokibo_sup img {
	width: 100%;
}

img,table,td,th {
	border:0;
}

.products-main2 img {
	width: 100%;
}

.series_link img {
	width: 100%;
}

.pfgif img {
	width: 100%;
}

.pfs_03 .imgbox img {
	width: 100%;
}

html {
	background:white;
	height:100%;
}

a:link,
a:visited{
color:#666666;
text-decoration:none;
}

a:hover,
a:active{
color:#666666;
text-decoration:underline;
}

body {
font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:12px;
line-height:2;
color:#000000;
text-align:center;
background:#FFFFFF;
}

#background_black {
background:#000000;
color:#FFFFFF;
}

#background_black a:link,
#background_black a:visited{
color:#ffffff;
text-decoration:none;
}

#background_black a:hover,
#background_black a:active{
color:#ffffff;
text-decoration:underline;
}

.support_btn {
	width: 70%;
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none!important;
    color: #B1B1B1;
    border: solid 2px #B1B1B1;
    border-radius: 3px;
    transition: .4s;
	margin-bottom: 1.3em;
	text-align: center;
}

.support_btn:hover {
    background: #B1B1B1;
    color: white!important;
}

.onlineshop_btn {
	width: 70%;
    display: inline-block;
    padding: 1.3em 3em;
    text-decoration: none!important;
    color: #B1B1B1;
    border: solid 2px #B1B1B1;
    border-radius: 3px;
    transition: .4s;
	margin-bottom: 1.3em;
	text-align: center;
}

.onlineshop_btn:hover {
    background: #f39800;
    color: white!important;
	border: solid 2px #f39800;
}



/*　　　PC　　　*/

#container {
margin:0 auto;
width:1000px;
padding:0 0 20px 0;
}


/*header*/
#header {
text-align:left;
padding:0 0 19px 0;
}

#header-logo {
	float:left;
	width:24%;
	margin:19px 0 0 0;
}

#header-link {
	float:right;
	/* width:53%; */
	margin:39px 0 0 0;
}

#header-link_sp {
	display:none;
}

#header ul li {
list-style-type:none;
display:inline;
background:url(../img/p-header.gif)  no-repeat 0 2px;
padding:0 30px 0 10px;
}

#background_black #header ul li {
list-style-type:none;
display:inline;
background:url(../img/p-header_backblack.gif)  no-repeat 0 2px;
padding:0 30px 0 10px;
}


/*gnavi*/
#gnavi {
	width:100%;
	margin:0 0 24px 0;
}

#gnavi ul li {
list-style-type:none;
display:block;
float:left;
}

a.gnavi_01 {
width:200px;
height:53px;
overflow:hidden;
display:block;
text-indent: -9999px;
background:url(../img/gnavi-products.gif) no-repeat top center;
}

a:hover.gnavi_01 {
background:url(../img/gnavi-products_on.gif) no-repeat top center;
}

.sp-pcno {
	display:none;
}

a.gnavi_02 {
width:200px;
height:53px;
overflow:hidden;
display:block;
text-indent: -9999px;
background:url(../img/gnavi-qa.gif) no-repeat top center;
}

a:hover.gnavi_02 {
background:url(../img/gnavi-qa_on.gif) no-repeat top center;
}

a.gnavi_03 {
width:200px;
height:53px;
overflow:hidden;
display:block;
text-indent: -9999px;
background:url(../img/gnavi-support.gif) no-repeat top center;
}

a:hover.gnavi_03 {
background:url(../img/gnavi-support_on.gif) no-repeat top center;
}

a.gnavi_04 {
width:200px;
height:53px;
overflow:hidden;
display:block;
text-indent: -9999px;
background:url(../img/gnavi-download.gif) no-repeat top center;
}

a:hover.gnavi_04 {
background:url(../img/gnavi-download_on.gif) no-repeat top center;
}

a.gnavi_05 {
width:200px;
height:53px;
overflow:hidden;
display:block;
text-indent: -9999px;
background:url(../img/gnavi-onlineshop.gif) no-repeat top center;
}

a:hover.gnavi_05 {
background:url(../img/gnavi-onlineshop_on.gif) no-repeat top center;
}

/*content*/
#content {
text-align:left;
width:100%;
}


/*mainimage*/
#mainimage {
margin:0 0 40px 0;
}

#video_p {
margin:30px 0 30px 0;
}

/*pagetop*/
.pagetop {
	width:100%;
	text-align:right;
	clear:both;
	padding:65px 0 0 0;
}

.padding_20 { 
padding-top:20px;
}

/*footer*/
#footer-all {
background:#f0f0f0;
}

#footer {
width:1000px;
margin:0 auto;
padding:25px 0;
text-align:center;
color:#333333;
}

#background_black #footer {
color:#ffffff;
}

#footer-link {
text-align:left;
width:50%;
float:left;
}
/*ニュースリリースなど復活時にこちらに
#footer-link {
text-align:left;
width:55%;
float:left;
}
*/

#footer-link ul {
	width:100%;
}

#footer-link ul li {
display:block;
list-style-type:none;
float:left;
}

#footer-logo {
width:40%;
float:right;
margin:20px 43px 0 0;
text-align:right;
}

@media screen and (max-width:599px) {
/*SmartPhone*/

.mokibo_sup img {
	width: 107%;
}	
	
.pr_makuake_sp {
	display: block;
}	
	
	.pr_makuake_pc {
		display: none;
	}
	
#writer_recruitment img {
	width: 107%;
}	
	
#footer-logo {
width:40%;
float:none;
margin:3em 0 0 0;
}
}

#footer-logo img {
	width: 50%;
}

address {
font-style:normal;
font-size:10px;
margin:10px 0 0 0;
}


/*common*/
.right {
text-align:right;
}

.float-r {
	float:right;
}

.float-l {
	float:left;
}

.p-end {
	margin-bottom: 20px;
}

.p-top {
	margin-top: 20px;
}

.p-normal {
	font-size:14px;
}

#main2 p.logo-color {
color:#ED8000;
}

.left {
	text-align:left;
}

.center {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	text-align:-moz-center; /*FF*/   
}

.fontcolor_or { 
color:#ED8000;
}
.fontcolor_gray{
	color:#666;
	}

/*clearfix*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 

.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */


/*---------------------------------
  PC/スマホ別表示
---------------------------------*/
/* PC用スタイル：幅600px以上（最小幅600px） */
@media screen and (min-width:600px) {

  /* スマホパーツ非表示 */
  .-sp {
    display: none;
  }
}

/* スマホ用スタイル：幅599px以下（最大幅599px） */
@media screen and (max-width:599px) {

  /* PCパーツ非表示 */
  .-pc {
    display: none;
  }
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  left:0;
  top:0;
  height:39px;
  width:100%;
  z-index:10000001;
  position:fixed;
  border:none;
  border-bottom:1px solid #6B90DA;
  margin:0;
  box-shadow:0 0 8px 1px #999
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
  z-index:10000002;
  border:none;
  position:fixed;
  box-shadow:0 3px 8px 2px #999
}
.VIpgJd-ZVi9od-SmfZ-OEVmcd {
  z-index:10000000;
  border:none;
  margin:0
}
.goog-te-gadget {
  font-family:arial;
  font-size:11px;
  color:#666;
  white-space:nowrap
}
.goog-te-gadget img {
  vertical-align:middle;
  border:none
}
.goog-te-gadget-simple {
  background-color:#FFF;
  border-left:1px solid #D5D5D5;
  border-top:1px solid #9B9B9B;
  border-bottom:1px solid #E8E8E8;
  border-right:1px solid #D5D5D5;
  font-size:10pt;
  display:inline-block;
  padding-top:1px;
  padding-bottom:2px;
  cursor:pointer
}
.goog-te-gadget-icon {
  margin-left:2px;
  margin-right:2px;
  width:19px;
  height:19px;
  border:none;
  vertical-align:middle
}
.goog-te-combo {
  margin-left:4px;
  margin-right:4px;
  vertical-align:baseline
}
.goog-te-gadget .goog-te-combo {
  margin:4px 0
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  font-size:12px;
  font-weight:bold;
  color:#444;
  text-decoration:none
}
.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-TvD9Pc-hSRGPd {
  display:block;
  margin:0 10px
}
.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  padding-top:2px;
  padding-left:4px
}
.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
  font-family:arial;
  font-size:10pt
}
.VIpgJd-ZVi9od-ORHb {
  margin:0;
  background-color:#E4EFFB;
  overflow:hidden
}
.VIpgJd-ZVi9od-ORHb img {
  border:none
}
.VIpgJd-ZVi9od-ORHb-bN97Pc {
  color:#000
}
.VIpgJd-ZVi9od-ORHb-bN97Pc img {
  vertical-align:middle
}
.VIpgJd-ZVi9od-ORHb-Tswv1b {
  color:#666;
  vertical-align:top;
  margin-top:0;
  font-size:7pt
}
.VIpgJd-ZVi9od-ORHb-KE6vqe {
  width:8px
}
.VIpgJd-ZVi9od-LgbsSe {
  border-color:#E7E7E7;
  border-style:none solid solid none;
  border-width:0 1px 1px 0
}
.VIpgJd-ZVi9od-LgbsSe div {
  border-color:#CCC #999 #999 #CCC;
  border-right:1px solid #999;
  border-style:solid;
  border-width:1px;
  height:20px
}
.VIpgJd-ZVi9od-LgbsSe button {
  background:transparent;
  border:none;
  cursor:pointer;
  height:20px;
  overflow:hidden;
  margin:0;
  vertical-align:top;
  white-space:nowrap
}
.VIpgJd-ZVi9od-LgbsSe button:active {
  background:none repeat scroll 0 0 #CCC
}
.VIpgJd-ZVi9od-SmfZ {
  margin:0;
  background-color:#FFF;
  white-space:nowrap
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd {
  text-decoration:none;
  font-weight:bold;
  font-size:10pt;
  border:1px outset #888;
  padding:6px 10px;
  white-space:nowrap;
  position:absolute;
  left:0;
  top:0
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd img {
  margin-left:2px;
  margin-right:2px;
  width:19px;
  height:19px;
  border:none;
  vertical-align:middle
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd span {
  text-decoration:underline;
  margin-left:2px;
  margin-right:2px;
  vertical-align:middle
}
.goog-te-float-top .VIpgJd-ZVi9od-SmfZ-hSRGPd {
  padding:2px;
  border-top-width:0
}
.goog-te-float-bottom .VIpgJd-ZVi9od-SmfZ-hSRGPd {
  padding:2px;
  border-bottom-width:0
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  text-decoration:none;
  color:#00C;
  white-space:nowrap;
  margin-left:4px;
  margin-right:4px
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration:underline
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
  margin-left:2px;
  margin-right:2px
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color:#000
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration:none
}
.VIpgJd-ZVi9od-xl07Ob {
  background-color:#FFF;
  text-decoration:none;
  border:2px solid #C3D9FF;
  overflow-y:scroll;
  overflow-x:hidden;
  position:absolute;
  left:0;
  top:0
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b {
  padding:3px;
  text-decoration:none
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b,
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:link {
  color:#00C;
  background:#FFF
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:visited {
  color:#551A8B
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:hover {
  background:#C3D9FF
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:active {
  color:#00C
}
.VIpgJd-ZVi9od-vH1Gmf {
  background-color:#FFF;
  text-decoration:none;
  border:1px solid #6B90DA;
  overflow:hidden;
  padding:4px
}
.VIpgJd-ZVi9od-vH1Gmf-KrhPNb {
  width:16px
}
.VIpgJd-ZVi9od-vH1Gmf-hgDUwe {
  margin:6px 0;
  height:1px;
  background-color:#aaa;
  overflow:hidden
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div {
  padding:4px
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .uDEFge {
  display:none
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .fmcmS {
  padding-left:4px;
  padding-right:4px
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd {
  text-decoration:none
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
  color:#00C;
  background:#FFF
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {
  color:#FFF;
  background:#36C
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:hover div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:active div {
  color:#000;
  font-weight:bold
}
.VIpgJd-ZVi9od-l9xktf {
  background-color:#FFF;
  overflow:hidden;
  padding:8px;
  border:none;
  border-radius:10px
}
.VIpgJd-ZVi9od-l9xktf-OEVmcd {
  background-color:#FFF;
  border:1px solid #6B90DA;
  box-shadow:0 3px 8px 2px #999;
  border-radius:8px
}
.VIpgJd-ZVi9od-l9xktf img {
  border:none
}
.VIpgJd-ZVi9od-l9xktf-fmcmS {
  margin-top:6px
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc {
  margin-top:6px;
  white-space:nowrap
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc * {
  vertical-align:middle
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc .DUGJie {
  background-image:url(https://www&google.com/images/zippy_minus_sm.gif)
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc .TdyTDe {
  background-image:url(https://www&google.com/images/zippy_plus_sm.gif)
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc span {
  color:#00C;
  text-decoration:underline;
  cursor:pointer;
  margin:0 4px
}
.VIpgJd-ZVi9od-l9xktf-I9GLp {
  margin:6px 0 0
}
.VIpgJd-ZVi9od-l9xktf-I9GLp form {
  margin:0
}
.VIpgJd-ZVi9od-l9xktf-I9GLp form textarea {
  margin-bottom:4px;
  width:100%
}
.VIpgJd-ZVi9od-l9xktf-yePe5c {
  margin:6px 0 4px
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index:1000;
  position:fixed;
  transition-delay:.6s;
  left:-1000px;
  top:-1000px
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  transition-delay:0s;
  left:-14px;
  top:-14px
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display:-moz-box;
  display:flex;
  -moz-box-align:center;
  align-items:center;
  -moz-box-pack:center;
  justify-content:center;
  width:104px;
  height:104px;
  border-radius:50px;
  background:#FFF url(https://www.gstatic.com/images/branding/product/2x/translate_24dp.png) 50% 50% no-repeat;
  transition:all .6s ease-in-out;
  transform:scale(.4);
  opacity:0
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
  transform:scale(.5);
  opacity:1
}
.VIpgJd-ZVi9od-aZ2wEe {
  margin:2px 0 0 2px;
  animation:spinner-rotator 1.4s linear infinite
}
@keyframes spinner-rotator {
  0% {
    transform:rotate(0deg)
  }
  100% {
    transform:rotate(270deg)
  }
}
.VIpgJd-ZVi9od-aZ2wEe-Jt5cK {
  stroke-dasharray:187;
  stroke-dashoffset:0;
  stroke:#4285F4;
  transform-origin:center;
  animation:spinner-dash 1.4s ease-in-out infinite
}
@keyframes spinner-dash {
  0% {
    stroke-dashoffset:187
  }
  50% {
    stroke-dashoffset:46.75;
    transform:rotate(135deg)
  }
  100% {
    stroke-dashoffset:187;
    transform:rotate(450deg)
  }
}
.VIpgJd-yAWNEb-L7lbkb html,
.VIpgJd-yAWNEb-L7lbkb body,
.VIpgJd-yAWNEb-L7lbkb div,
.VIpgJd-yAWNEb-L7lbkb span,
.VIpgJd-yAWNEb-L7lbkb iframe,
.VIpgJd-yAWNEb-L7lbkb h1,
.VIpgJd-yAWNEb-L7lbkb h2,
.VIpgJd-yAWNEb-L7lbkb h3,
.VIpgJd-yAWNEb-L7lbkb h4,
.VIpgJd-yAWNEb-L7lbkb h5,
.VIpgJd-yAWNEb-L7lbkb h6,
.VIpgJd-yAWNEb-L7lbkb p,
.VIpgJd-yAWNEb-L7lbkb a,
.VIpgJd-yAWNEb-L7lbkb img,
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul,
.VIpgJd-yAWNEb-L7lbkb li,
.VIpgJd-yAWNEb-L7lbkb table,
.VIpgJd-yAWNEb-L7lbkb form,
.VIpgJd-yAWNEb-L7lbkb tbody,
.VIpgJd-yAWNEb-L7lbkb tr,
.VIpgJd-yAWNEb-L7lbkb td {
  all:unset;
  font-size:100%;
  line-height:normal
}
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul {
  list-style:none
}
.VIpgJd-yAWNEb-L7lbkb table {
  border-collapse:collapse;
  border-spacing:0
}
.VIpgJd-yAWNEb-L7lbkb caption,
.VIpgJd-yAWNEb-L7lbkb th,
.VIpgJd-yAWNEb-L7lbkb td {
  text-align:left;
  font-weight:normal
}
.VIpgJd-yAWNEb-L7lbkb input::-moz-focus-inner {
  border:0
}
div>.VIpgJd-yAWNEb-L7lbkb {
  padding:10px 14px
}
.VIpgJd-yAWNEb-L7lbkb {
  color:#222;
  background-color:#fff;
  border:1px solid #eee;
  box-shadow:0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow:0 4px 16px rgba(0,0,0,.2);
  -webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);
  display:none;
  font-family:arial;
  font-size:10pt;
  width:420px;
  padding:12px;
  position:absolute;
  z-index:10000
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS,
.VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
  clear:both;
  font-size:10pt;
  position:relative;
  text-align:justify;
  width:100%
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-r4nke {
  color:#999;
  font-family:arial,sans-serif;
  margin:4px 0;
  text-align:left
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TvD9Pc-LgbsSe {
  display:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-l4eHX {
  float:left;
  margin:0
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-PLDbbf {
  display:inline-block
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-fw42Ze-Z0Arqf-haAclf {
  display:none;
  width:100%
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-H9tDt {
  margin-top:20px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-LK5yu {
  float:left
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-qwU8Me {
  float:right
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-cGMI2b {
  min-height:15px;
  position:relative;
  height:1%
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-jOfkMb-Ne3sFf {
  background:-ms-linear-gradient(top,#29910d 0,#20af0e 100%);
  background:#29910d;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:inset 0 2px 2px #1e6609;
  -moz-box-shadow:inset 0 2px 2px #1e6609;
  -webkit-box-shadow:inset 0 2px 2px #1e6609;
  color:white;
  font-size:9pt;
  font-weight:bolder;
  margin-top:12px;
  padding:6px;
  text-shadow:1px 1px 1px #1e6609
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-hSRGPd {
  color:#15c;
  cursor:pointer;
  font-family:arial;
  font-size:11px;
  margin-right:15px;
  text-decoration:none
}
.VIpgJd-yAWNEb-L7lbkb>textarea {
  font-family:arial;
  resize:vertical;
  width:100%;
  margin-bottom:10px;
  border-radius:1px;
  border:1px solid #d9d9d9;
  border-top:1px solid silver;
  font-size:13px;
  height:auto;
  overflow-y:auto;
  padding:1px
}
.VIpgJd-yAWNEb-L7lbkb textarea:focus {
  box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  border:1px solid #4d90fe;
  outline:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-IbE0S {
  margin-right:10px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp {
  min-height:25px;
  vertical-align:middle;
  padding-top:8px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp {
  margin-bottom:5px;
  margin-bottom:0
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input {
  display:inline-block;
  min-width:54px;
  *min-width:70px;
  border:1px solid #dcdcdc;
  border:1px solid rgba(0,0,0,.1);
  text-align:center;
  color:#444;
  font-size:11px;
  font-weight:bold;
  height:27px;
  outline:0;
  padding:0 8px;
  vertical-align:middle;
  line-height:27px;
  margin:0 16px 0 0;
  box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  border-radius:2px;
  transition:all .218s;
  background-color:#f5f5f5;
  background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);
  -webkit-user-select:none;
  -moz-user-select:none;
  cursor:default
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:hover {
  border:1px solid #c6c6c6;
  color:#222;
  transition:all 0s;
  background-color:#f8f8f8;
  background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active {
  border:1px solid #c6c6c6;
  color:#333;
  background-color:#f6f6f6;
  background-image:-o-linear-gradient(top,#f6f6f6,#f1f1f1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus:active {
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe {
  outline:none;
  border:1px solid #4d90fe;
  z-index:4!important
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.gk6SMd {
  background-color:#eee;
  background-image:-o-linear-gradient(top,#eee,#e0e0e0);
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  border:1px solid #ccc;
  color:#333
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf {
  color:white;
  border-color:#3079ed;
  background-color:#4d90fe;
  background-image:-o-linear-gradient(top,#4d90fe,#4787ed)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active {
  border-color:#3079ed;
  background-color:#357ae8;
  background-image:-o-linear-gradient(top,#4d90fe,#357ae8)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
  box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:hover,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
  border-color:#3079ed
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-mrxPge {
  color:#999;
  font-family:arial,sans-serif
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-W0vJo-fmcmS {
  color:#999;
  font-size:11px;
  font-family:arial,sans-serif;
  margin:15px 0 5px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-u0pjoe-fmcmS {
  color:#800;
  display:none;
  font-size:9pt
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color:#c9d7f1;
  box-shadow:2px 2px 4px #99a;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  position:relative
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-xl07Ob {
  background:#fff;
  border:1px solid #ddd;
  box-shadow:0 2px 4px #99a;
  min-width:0;
  outline:none;
  padding:0;
  position:absolute;
  z-index:2000
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb {
  cursor:pointer;
  padding:2px 5px 5px;
  margin-right:0;
  border-style:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb:hover {
  background:#ddd
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb h1 {
  font-size:100%;
  font-weight:bold;
  margin:4px 0
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb strong {
  color:#345aad
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
  text-align:right;
  position:absolute;
  right:0;
  left:auto
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-j7LFlb-SIsrTd .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
  text-align:left;
  position:absolute;
  left:0;
  right:auto
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-fmcmS,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  background-color:#f1ea00;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  color:#f1ea00;
  cursor:pointer;
  margin:-2px -2px -2px -3px;
  padding:2px 2px 2px 3px;
  position:relative
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  color:#222
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
  color:white;
  position:absolute!important
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  background-color:#c9d7f1;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  cursor:pointer;
  margin:-2px -2px -2px -3px;
  padding:2px 2px 3px 3px;
  position:relative
}
.VIpgJd-yAWNEb-L7lbkb span:focus {
  outline:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-DyVDA {
  background-color:transparent;
  border:1px solid #4d90fe;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  margin:-2px;
  padding:1px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-LzX3ef {
  border-left:2px solid red;
  margin-left:-2px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-YIAiIb {
  border-right:2px solid red;
  margin-right:-2px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf {
  padding:2px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS {
  font-size:11px;
  padding:2px 2px 3px;
  margin:0;
  background-color:#fff;
  color:#333;
  border:1px solid #d9d9d9;
  border-top:1px solid #c0c0c0;
  display:inline-block;
  vertical-align:top;
  height:21px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-border-radius:1px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:hover {
  border:1px solid #b9b9b9;
  border-top:1px solid #a0a0a0;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:focus {
  box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  outline:none;
  border:1px solid #4d90fe
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-sFeBqf {
  font-size:11px;
  padding:2px 6px 3px;
  margin:0 0 0 2px;
  height:21px
}
.VIpgJd-yAWNEb-L7lbkb>div {
  display:-moz-box;
  display:flex;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  flex-direction:column;
  font-family:"Google Sans",Arial,sans-serif
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-Ud7fr {
  display:-moz-box;
  display:flex;
  -moz-box-align:end;
  align-items:end;
  margin:14px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc-SIsrTd {
  margin-right:14px;
  color:#747775;
  font-size:14px;
  font-weight:500
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc-i3jM8c {
  margin-left:14px;
  color:#747775;
  font-size:14px;
  font-weight:500
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif {
  margin:0 16px 16px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
  width:auto;
  color:#1f1f1f;
  font-size:16px;
  text-align:initial
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 .VIpgJd-yAWNEb-SIsrTd {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
  border-radius:0 0 12px 12px;
  margin:0;
  background:#f1f4f9;
  position:relative;
  min-height:50px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid .VIpgJd-yAWNEb-SIsrTd {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
  display:-moz-box;
  display:flex;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  flex-direction:column;
  width:77%;
  padding:12px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
  color:#1f1f1f;
  font-size:12px;
  font-weight:500
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
  color:#444746;
  font-size:12px;
  padding-top:4px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
  position:absolute;
  top:10px;
  right:5px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 .VIpgJd-yAWNEb-SIsrTd {
  left:5px;
  right:auto
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
  fill:#0b57d0
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
  margin:-4px 2px 0 0;
  padding:2px 0 0;
  width:48px;
  height:48px;
  border:none;
  border-radius:24px;
  cursor:pointer;
  background:none
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
  background:#e8ebec
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-aXYTce {
  display:none
}
sentinel {
}
@charset "utf-8";

/*
——————————top main——————————
*/
#main {
  width: 71%;
  float: left;
}

.ifrm-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  /* margin: 0px 10px; */
  border: thin solid #c8c8c8;
}

.ifrm {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


#new_release {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
  margin: 0 0 55px 0;
}

#new_release2 {
  width: 100%;
  margin: 0 0 55px 0;
}

#new_release2 h2 {
  margin: 0;
}

.pp_title p {
  font-size: 15px;
  color: #FF9300;
}

.pp_title span {
  font-size: 30px;
  font-weight: 700;
  color: #313131;
}

.top_new_infomation span {
  color: #1A1A1A;
  font-size: 17px;
  font-weight: 900;
}

.top_new_infomation p {
  color: #F0972E;
  font-size: 16px;
}

.top_products_infomation {
  display: block;
  margin-bottom: 1em;
}

.top_products_infomation span {
  color: #1A1A1A;
  font-size: 19px;
  font-weight: 900;
}

.top_products_infomation p {
  color: #F0972E;
  font-size: 17px;
  border-bottom: solid 1px #F0972E;
  margin-bottom: 20px;
}

.select_item {
  margin-bottom: 3em;
}

.three_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pick_texts {
  display: flex;
  justify-content: space-between;
}

.pic_text1,
.pic_text2,
.pic_text3 {
  width: 100%;
  margin-left: 0.4em;
}

.pick_texts2 {
  display: flex;
  justify-content: center;
  margin-top: -0.5em;
  text-align: center;
}

.pic_text1,
.pic_text2,
.pic_text3 {
  width: 100%;
  margin-left: 0.4em;
}

.pic_text1_sp,
.pic_text2_sp,
.pic_text3_sp {
  display: none;
}




.three_items .pick1,
.pick2,
.pick3 {
  width: 31.7%;
  margin: 0 0.3em;
}

.three_items .pick1 img,
.pick2 img,
.pick3 img {
  width: 100%;
}

.three_items a:hover {
  opacity: 0.7;
}

.two_items {
  margin-bottom: 2em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.two_items .pic_up1 {
  width: 50%;
}

.two_items .pic_up1 img {
  width: 100%;
}

.two_items .pic_up2 {
  width: 50%;
}

.two_items .pic_up2 img {
  width: 100%;
}

.two_items .pic_up3 {
  width: 50%;
  text-align: center;
}

.two_items .pic_up4 {
  width: 50%;
  text-align: center;
}

.two_items a:hover {
  opacity: 0.7;
}

/* top_recommended */

.top_featuredProducts_infomation {
  display: block;
  margin-bottom: 1em;
}

.top_featuredProducts_infomation span {
  color: #1A1A1A;
  font-size: 19px;
  font-weight: 900;
}

.top_featuredProducts_infomation p {
  color: #F0972E;
  font-size: 17px;
  border-bottom: solid 1px #F0972E;
  margin-bottom: 10px;
  line-height: 1.3;
}

.top_featuredProducts_text {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.top_featuredProducts_box {
  text-align: center;
  /* margin-bottom: 20px; */
}

.top_featuredProducts_box img {
  width: 24%;
}

.top_featuredProducts_box a {
  transition: 0.3s;
}

.top_featuredProducts_box a:hover {
  opacity: 0.7;
}

.top_featuredProducts_banner {
  margin-bottom: 40px;
}

@media screen and (max-width:599px) {
  .top_featuredProducts_box img {
    width: 49%;
  }
}

@media screen and (min-width: 600px) {
  .br-sp {
    display: none;
  }
}

#top-products {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
  margin: 0 0 55px 0;
}

#top-products h2 {
  margin: 0 0 16px 0;
  line-height: 0;
}

#top-products h3 {
  padding: 0 0 8px 0;
}

#top-products_in {
  width: 100%;
  padding: 0 0 17px 0;
}

.top-products_01 {
  width: 229px;
  height: 130px;
  min-height: 130px;
  float: left;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 12px 12px 0;
}

.top-products_01_l {
  margin: 0 0 0 8px;
  width: 44.3%;
  float: left;
}

.top-products_01_r {
  float: left;
  padding: 20px 0 0 0;
}

.top-products_01n {
  width: 229px;
  height: 130px;
  padding: 0 0 0 0;
  min-height: 130px;
  float: left;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 12px 12px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.top-products_01n h3 {
  margin: 0;
  padding: 0;
}

.top-products_01n h3 img {
  vertical-align: bottom;
  width: 50%;
}

.top-products_01n_l {
  margin: 0;
  padding: 0;
  width: 55%;
  float: left;
}

.top-products_01n_l p {
  margin: 0;
  padding: 0;
}

.top-products_01n_l img {
  width: 80%;
}

.top-products_01n_r {
  float: right;
  margin: 0;
  padding: 0;
  width: 43%;
}

.top-products_01n_r_1 img {
  width: 44% !important;
}


.top-products_02 {
  width: 229px;
  height: 130px;
  min-height: 130px;
  float: left;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 12px 12px 0;
}

.top-products_02_l {
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  width: 50%;
  float: left;
}

.top-products_02_r {
  float: left;
  margin: 17px 0 0 0;
}

.top-products_02n {
  width: 229px;
  height: 130px;
  padding: 0 0 0 0;
  min-height: 130px;
  float: left;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 12px 12px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.top-products_02n h3 {
  margin: 0;
  padding: 0;
}

.top-products_02n h3 img {
  vertical-align: bottom;
}

.top-products_02n_l {
  margin: 0;
  padding: 0;
  width: 55%;
  float: left;
}

.top-products_02n_l p {
  margin: 0;
  padding: 0;
}

.top-products_02n_r {
  float: right;
  margin: 0;
  padding: 0;
  width: 43%;
}

.top-products_03 {
  width: 220px;
  height: 130px;
  min-height: 130px;
  float: left;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 0 12px 0;
}

#top-products .top-products_03 h3 {
  margin-left: 9px;
  margin-top: 10px;
}

.top-products_03_l {
  padding: 0 0 0 9px;
  width: 150px;
  float: left;
}

.top-products_03_r {
  float: left;
}

.top-products_03n {
  width: 220px;
  height: 130px;
  padding: 0 0 0 0;
  min-height: 130px;
  float: left;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 0 0 12px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.top-products_03n h3 {
  margin: 0;
  padding: 0;
}

.top-products_03n h3 img {
  vertical-align: bottom;
}

.top-products_03n_l {
  margin: 0;
  padding: 0;
  width: 55%;
  float: left;
}

.top-products_03n_l p {
  margin: 0;
  padding: 0;
}

.top-products_03n_r {
  float: right;
  margin: 0;
  padding: 0;
  width: 43%;
}




.top-products_04 {
  width: 229px;
  height: 110px;
  min-height: 110px;
  float: left;
  margin: 0 12px 0 0;
  border-right: 1px solid #c8c8c8;
  padding: 10px 0 0 0;
}

.top-products_04_l {
  margin: 0 0 0 8px;
  width: 66%;
  float: left;
}

.top-products_04_r {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}


.top-products_05 {
  margin: 0 12px 0 0;
  padding: 10px 0 0 0;
  width: 229px;
  height: 110px;
  min-height: 110px;
  float: left;
  border-right: 1px solid #c8c8c8;
}

/*
#top-products .top-products_06 p,
#top-products .top-products_06 h3 {
margin:0 10px 0 10px;
}
*/

.top-products_05_l {
  margin: 0 0 0 0px;
  width: 50%;
  float: left;
}

.top-products_05_r {
  float: left;
}

.top-products_06 {
  width: 220px;
  height: 110px;
  min-height: 110px;
  padding: 10px 0 0 0;
  float: left;
  border-right: 1px solid #c8c8c8;
}

.top-products_06_l {
  margin: 0 0 0 0px;
  width: 50%;
  float: left;
}

.top-products_06_r {
  float: left;
  margin-left: 20px;
}


#top-products .more {
  margin: 8px 0 0 0;
}

#top-products .more a {
  width: 61px;
  height: 18px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../img/bt-more_01.gif) no-repeat top center;
}

#top-products .more_2 {
  margin: 8px 0 0 9px;
}

#top-products .more_2 a {
  width: 61px;
  height: 18px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../img/bt-more_01.gif) no-repeat top center;
}

#top-products .more a:hover,
#top-products .more_2 a:hover {
  background: url(../img/bt-more_01_on.gif) no-repeat top center;
}

#top-products_sp {
  display: none;
}

#top-news {
  width: 48%;
  float: left;
}

#top-media {
  width: 48%;
  float: right;
}

#top-news h2,
#top-media h2 {
  line-height: 0;
  margin: 0;
}

#top-news dl,
#top-media dl {
  vertical-align: top;
  clear: both;
  border-bottom: 1px solid #c8c8c8;
  padding: 10px 0;
}

#top-news dl dt,
#top-media dl dt {
  width: 24%;
  display: block;
  float: left;
  color: #ec7f00;
}

#top-news dl dd,
#top-media dl dd {
  width: 76%;
  display: block;
  float: right;
}

#top-news .more,
#top-media .more {
  text-align: right;
  margin: 6px 0 0 0;
}

#top-side {
  width: 25%;
  float: right;
}

#top-side h2 {
  margin: 0 0 7px 0;
}

#top-side a.support {
  width: 250px;
  height: 55px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../img/bt-support.gif) no-repeat top center;
  margin: 0 0 18px 0;
}

#top-side a.support:hover {
  background: url(../img/bt-support_on.gif) no-repeat top center;
}

#top-side a.onlineshop {
  width: 250px;
  height: 57px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../img/bt-onlineshop.gif) no-repeat top center;
  margin: 0 0 30px 0;
}

#top-side a.onlineshop:hover {
  background: url(../img/bt-onlineshop_on.gif) no-repeat top center;
}


/*
——————————products——————————
*/

/*———products-side————*/
#products-side {
  width: 25%;
  float: left;
  overflow: hidden;
}

#products-side ul {
  width: 100%;
}

#products-side ul li {
  list-style: none;
  line-height: 2.5;
}


#background_black #products-side dl dt {
  color: #ffffff;
}

#products-side dl dt.dt-top {
  border: 0;
  margin: 0;
  padding: 0;
}

#products-side ul li a span,
#products-side dl dd a span {
  color: #ec7f00;
}

#products-side ul li a:hover,
#products-side ul li a:active,
#products-side dl dd a:hover,
#products-side dl dd a:active {
  color: #ec7f00;
  text-decoration: underline;
}

#products-side ul li a:hover span,
#products-side ul li a:active span,
#products-side dl dd a:hover span,
#products-side dl dd a:active span {
  color: #ec7f00;
  text-decoration: underline;
}


/*———products-side translate————*/
.translate {
  margin-bottom: 15px;

}



/*———main2————*/
#main2 {
  width: 71%;
  float: right;
}

.sidebar_banner {
  margin-bottom: 1em;
  line-height: 1.5;
}


@media screen and (max-width:599px) {
  #main2 {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width:600px) and (max-width:1024px) {

  /*Tablet*/
  #main2 {
    width: 100%;
    float: none;
  }
}

#main2 a:hover img {
  cursor: pointer;
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
}

#path {
  margin: 0 0 20px 0;
}

.products-main {
  width: 100%;
  height: 426px;
}

.products-main a {
  width: 100%;
  display: block;
  padding: 395px 0 21px 0;
  background: url(../products/img/main-products.jpg) no-repeat top center;
}

.products-main a:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
}

.products-main p {
  text-align: right;
  vertical-align: bottom;
}

ul.menu-list {
  margin: 0 0 70px 0;
  padding: 15px 0 0 0;
}

ul.menu-list li {
  list-style-type: none;
  display: block;
  float: left;
  width: 229px;
  text-align: center;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 10px 0 0 10px;
}

ul.menu-list li.li-top_1 {
  margin: 0;
  border-right: 0;
}

ul.menu-list li.li-top_2 {
  margin: 0 0 0 10px;
  border-right: 0;
}

ul.menu-list li.li_1 {
  margin: 10px 0 0 0;
}

ul.menu-list li.li_1_bottom {
  margin: 10px 0 0 0;
  padding-bottom: 18px;
  height: 230px;
  box-sizing: border-box;
}

ul.menu-list li.li-bottom {
  border-bottom: 0;
  margin: 10px 0 0 0;
}

ul.menu-list li.li_bottom2 {
  margin: 10px 0 0 10px;
  height: 230px;
  box-sizing: border-box;
}

#main2 ul.menu-list {
  width: 100%;
}

#main2 ul.menu-list li h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

#main2 ul.menu-list li h3 a {
  color: #000000;
}

#main2 ul.menu-list li h3 span {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}

#main2 h2.products-category {
  padding: 0 0 5px 0;
}

dl.products-category dt {
  color: #000000;
  font-size: 14px;
  margin: 20px 0 0 0;
}

/*———products-end————*/
.products-end {
  background: #d6d6d6;
  margin: 70px 0 0 0;
  color: #333333;
}

.products-end h3 {
  font-size: 14px;
  margin: 3px 0 0 20px;
  line-height: 1;
}

#main2 .products-end p {
  margin: 15px 20px;
}

#main2 .products-end p.p-last {
  margin-bottom: 0;
}


/*
——————————products2——————————
*/

#main2 h3.h3-product {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  border-bottom: 2px solid #c2c2c2;
  line-height: 1;
  margin: 50px 0 15px 0;
  padding: 0 0 8px 0;
}

ul.menu-list li.rapoo-key_under {
  height: 290px;
  min-height: 290px;
}

ul.menu-list li.basic-mouse {
  height: 295px;
  min-height: 295px;
  border-bottom: 0;
}

ul.menu-list li.boogie {
  height: 295px;
  min-height: 295px;
  border-bottom: 0;
}

ul.menu-list li.boogie2 {
  height: 295px;
  min-height: 295px;
}


ul.menu-list li.frogman {
  height: 270px;
  min-height: 270px;
  list-style-type: none;
  display: block;
  float: left;
  width: 220px;
  text-align: center;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin: 10px 0 0 10px;
}

ul.menu-list li.iguardm {
  height: 300px;
  min-height: 300px;
  border-bottom: 0;
}

ul.menu-list li.rapoo-key {
  height: 290px;
  min-height: 290px;
  border-bottom: 0;
}

ul.menu-list li.rapoo-mouse {
  height: 270px;
  min-height: 270px;
}

ul.menu-list li.rapoo-audio {
  height: 280px;
  min-height: 280px;
  border-bottom: 0;
}

ul.menu-list li.silent {
  height: 305px;
  min-height: 305px;
  border-bottom: 1px solid #c8c8c8;
}

ul.menu-list p.txt {
  padding: 0 5px;
}

ul.menu-list li.power-card {
  height: 245px;
  min-height: 245px;
  border-bottom: 0;
}

/*
——————————products3——————————
*/

#main2 ul.products-icon {
  margin: 12px 0 0 0;
}

#main2 ul.products-icon li {
  display: inline;
  padding: 0 4px 0 0;
}

.bt-cart a {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../products/img/bt-buy.gif) no-repeat top center;
  margin: 40px 0 0 0;
}

.bt-cart a:hover {
  background: url(../products/img/bt-buy_on.gif) no-repeat top center;
}

.bt-dl a {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../products/img/bt-dl.gif) no-repeat top center;
  margin: 40px 0 0 0;
}

/*
.bt-dl a:hover {
background:url(../products/img/bt-dl_on.gif) no-repeat top center;
}
*/

/*store*/
.store {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* text-align: center; */
  margin-top: 4em;
  margin-bottom: 4em;
}

.store .store_text {
  background: #575757;
  color: #fff;
  font-size: 20px;
  padding: 0px 10px;
  text-align: center;
  margin-bottom: 1em;
  border-radius: 5px;
}


.store .bt-cart {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  background: #ECECEC;
  transition: .4s;
  font-size: 14px;
  width: 100%;
  border-radius: 3px;
}

.store .bt-cart:hover {
  background: #FF9300;
  color: white;
  text-decoration: none;
}

.store .shop_list {
  display: flex;
  flex-wrap: wrap;
}

.store .shop_list .store1,
.store2 {
  width: 48%;
  margin: 0.5em;
}


#main2 .products-more h3 {
  font-size: 23px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

#main2 .products-more p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

#main2 .products-more p span {
  font-size: 10px;
}

.e9070_01 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin: 30px 0 0 0;
  text-align: center;
  vertical-align: top;
  padding: 27px 0 125px 0;
  background-image: url(../products/rapoo/e9070/img/obj_01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.e9070_02 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin: 50px 0 0 0;
  background: url(../products/rapoo/e9070/img/obj_02.jpg) no-repeat top right;
  text-align: left;
  vertical-align: top;
  padding: 50px 0;
}

.e9070_02 h3 {
  width: 55%;
  margin: 0 0 0 30px;
}

.e9070_02 p {
  width: 55%;
  margin: 0 0 10px 30px;
}

.e9070_03 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin: 10px 0 0 0;
  background: url(../products/rapoo/e9070/img/E9070_front.jpg) no-repeat center left;
  text-align: right;
  vertical-align: top;
  padding: 85px 0 90px 0;
}

.e9070_03 h3 {
  width: 40%;
  padding: 0 10px 0 0;
  margin: 0 0 0 auto;
}

.e9070_03 p {
  width: 40%;
  padding: 0 10px 0 0;
  margin: 0 0 0 auto;
}

.e9070_04 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin: 50px 0 0 0;
  background: url(../products/rapoo/e9070/img/obj_04.gif) no-repeat center right;
  text-align: left;
  vertical-align: top;
  padding: 40px 0;
}

.e9070_04 h3 {
  width: 40%;
  margin: 0 0 0 60px;
}

.e9070_04 p {
  width: 40%;
  margin: 0 0 0 60px;
}

.e9070_05 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  margin: 10px 0 0 0;
  background: url(../products/rapoo/e9070/img/obj_05.jpg) no-repeat center left;
  text-align: right;
  vertical-align: top;
  padding: 85px 0 90px 0;
}

.e9070_05 h3 {
  width: 40%;
  padding: 0 10px 0 0;
  margin: 0 0 0 auto;
}

.e9070_05 p {
  width: 40%;
  padding: 0 10px 0 0;
  margin: 0 0 0 auto;
}

.e9070_06 {
  width: 100%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: url(../products/rapoo/e9070/img/E9070_Fnkey.jpg) no-repeat top right;
  text-align: left;
  vertical-align: top;
  padding: 40px 0 60px 0;
}

.e9070_06 h3 {
  width: 60%;
  padding: 0 0 0 15px;
}

.e9070_06 p {
  width: 60%;
  margin: 0 0 0 15px;
}

.box {
  width: 97%;
  border: 1px solid #c2c2c2;
  padding: 10px;
  margin: 25px 0 0 0;
}

.box_l {
  float: left;
  width: 35%;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0 0 0;
}

.box_r {
  float: right;
  width: 64%;
  text-align: left;
}

#main2 .products-more .box_r h3 {
  text-align: left;
}

#main2 .products-more .box_r p {
  text-align: left;
  font-size: 12px;
}

#main2 h3.products-spec {
  color: #000000;
  font-size: 18px;
  margin: 35px 0 0 0;
}

#main2 .products-spec dl {
  width: 100%;
  display: block;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  background: url(../products/img/bg-spec.gif) repeat-y top left;
}


#main2 .products-spec dl dt {
  width: 160px;
  display: block;
  margin: 0 12px;
  padding: 10px 0;
  float: left;
}

#main2 .products-spec dl dd {
  width: 503px;
  display: block;
  padding: 10px 0;
  margin: 0px 0px 0px 21px;
  float: left;
}

#main2 .products-spec dl dt span,
#main2 .products-spec dl dd span {
  font-size: 10px;
}

#main2 .products-spec dl.dl-last {
  border-bottom: 1px solid #c2c2c2;
}

/*
——————————form——————————
*/

#main3 {
  width: 72%;
}

#main3 h2 {
  margin: 0 0 20px 0;
}

#main3 p {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

.contact-name,
.contact-kana,
.contact-company-name,
.contact-company-kana {
  width: 230px;
}

.contact-address,
.contact-address-kana,
.contact-mail-01,
.contact-mail-02,
.contact-tel,
.contact-fax,
.contact-company-address,
.contact-company-address-kana {
  width: 573px;
}

.contact-postcode,
.contact-company-postcode {
  width: 110px;
}

.contact-company-txt {
  width: 573px;
  height: 130px;
}

.form {
  margin: 60px 0 0 0;
}

.form dl {
  display: block;
  width: 100%;
}

.form dl dt {
  float: left;
  width: 135px;
  vertical-align: top;
  padding: 0 0 15px 0;
  font-size: 14px;
  display: block;
}

.form dl dd {
  float: right;
  width: 574px;
  vertical-align: top;
  color: #828282;
  font-size: 11px;
  padding: 0 0 15px 0;
  display: block;
}

.form dl dd input,
.form dl dd select {
  margin: 0 0 5px 0;
}

.form dl dd input.contact-company-txt {
  margin: 5px 0;
}

.form dl.fax {
  border-bottom: 1px dotted #c8c8c8;
  margin: 0 0 30px 0;
}

.form dl.fax {
  border-bottom: 1px dotted #c8c8c8;
  margin: 0 0 30px 0;
}

.form dl.kakunin dt {
  width: 200px;
}

.form dl.kakunin dd {
  width: 509px;
  color: #333333;
  font-size: 13px;
}

/*
——————————download——————————
*/

#main3 h3 {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  clear: both;
  margin: 0 0 22px 0;
}

#main3 h3.h3_2 {
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  clear: both;
  margin: 0 0 22px 0;
  padding: 45px 0 0 0;
}

#main3 h4 {
  background: url(../img/p-square.gif) no-repeat 0 4px;
  line-height: 1.3;
  padding: 0 0 0 12px;
  font-size: 14px;
}

.download_l_top {
  float: left;
  width: 350px;
  margin: 0 5px 0 0;
}

.download_r_top {
  float: left;
  width: 350px;
  margin: 0 0 0 5px;
}

.download_l {
  float: left;
  width: 350px;
  margin: 25px 5px 0 0;
}

.download_r {
  float: left;
  width: 350px;
  margin: 25px 0 0 5px;
}

.dl_cat {
  padding-top: 25px;
  padding-left: 5px;
}

#main3 .download_l a.download-bt,
#main3 .download_r a.download-bt,
#main3 .download_l_top a.download-bt,
#main3 .download_r_top a.download-bt {
  background: url(../download/img/bt-m-download.gif) no-repeat top center;
  width: 132px;
  height: 32px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  margin: 5px 0 0 0;
}

#main3 .download_l a.download-bt:hover,
#main3 .download_r a.download-bt:hover,
#main3 .download_l_top a.download-bt:hover,
#main3 .download_r_top a.download-bt:hover {
  background: url(../download/img/bt-m-download_on.gif) no-repeat top center;
}

/*
——————————company——————————
*/

h2.h2-top {
  margin: 0 0 20px 0;
}

#company-side {
  width: 25%;
  float: left;
}

#company-side ul {
  border-top: 1px solid #999999;
}

#company-side ul li {
  list-style-type: none;
  font-size: 14px;
}

#company-side ul li a span,
#company-side dl dd a span {
  color: #ec7f00;
}

#company-side ul li a:hover,
#company-side ul li a:active {
  color: #ec7f00;
  text-decoration: underline;
}

#company-side ul li a:hover span,
#company-side ul li a:active span {
  color: #ec7f00;
  text-decoration: underline;
}

#company-main {
  background: url(../company/img/bg-logo.gif) no-repeat center 40px;
  width: 580px;
  padding-bottom: 70px;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 50px;
}

#main2 #company-main h3 {
  font-size: 18px;
  text-align: center;
}

#main2 #company-main p {
  text-align: left;
}

.map {
  padding-top: 55px;
}


/*
——————————recruit——————————
*/
#main2 h3.catch {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.7;
}

#main2 p.p-small {
  font-size: 12px;
}

#main2 h3.h3-recruit {
  border-top: 1px solid #c8c8c8;
  width: 100%;
  font-size: 18px;
  background: url(../img/p-square_2.gif) no-repeat 0 22px;
  padding: 10px 0 0 18px;
  margin: 30px 0 0 0;
}

.riquire {
  padding: 0 0 20px 0;
}

#main2 .riquire dl {
  width: 100%;
  display: block;
}

#main2 .riquire dl dt {
  width: 12%;
  float: left;
  display: block;
}

#main2 .riquire dl dd {
  width: 87%;
  float: left;
  display: block;
}

.type {
  background: url(../company/img/bg-recruit.gif) repeat-y left;
  border: 1px solid #c8c8c8;
  margin: 0 0 10px 0;
}

#main2 .type dl {
  width: 100%;
  display: block;
  border-bottom: 1px solid #c8c8c8;
}

#main2 .type dl.dl-last {
  border-bottom: 0;
}

#main2 .type dl dt {
  width: 80px;
  display: block;
  float: left;
  margin: 5px 10px;
}

#main2 .type dl dd {
  width: 578px;
  display: block;
  float: left;
  margin: 5px 10px;
}

.recruit-contact {
  width: 100%;
  background: #d6d6d6;
  margin: 30px 0 0 0;
  padding: 1em 0;
  border-radius: 10px;
}

.recruit-contact h3 {
  /* width: 160px; */
  /* float: left; */
  margin: 0 10px 0 20px;
  /* padding: 0; */
  /* font-size: 18px; */
  font-weight: bold;
}

#main2 .recruit-contact p {
  /* width: 100%; */
  /* float: right; */
  margin: 0 10px 0 20px;
  /* padding: 0;*/
}

#main2 .bt-recruit {
  margin: 40px auto 0 auto;
  text-align: center;
}

#main2 .bt-recruit a {
  width: 132px;
  height: 32px;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background: url(../company/img/bt-entry.gif) no-repeat top center;
  margin: 0 auto;
}

#main2 .bt-recruit a:hover {
  background: url(../company/img/bt-entry_on.gif) no-repeat top center;
}

/*
——————————privacy policy——————————
*/
#main4 h3 {
  font-size: 14px;
  font-weight: normal;
}

#main4 p {
  padding: 0 0 30px 0;
}

#main4 p.p-last {
  padding: 0;
}

#main4 a span {
  color: #ec7f00;
  text-decoration: underline;
}

/*
——————————site map——————————
*/

#main5 {
  width: 745px;
}

#main5 h3 {
  background: url(../sitemap/img/icon.gif) no-repeat 0 6px;
  padding: 0 0 0 13px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 14px;
}

#main5 dl.sitemap-l,
#main5 dl.sitemap-c,
#main5 dl.sitemap-r {
  float: left;
  width: 248px;
}

#main5 dl dt {
  background: url(../sitemap/img/icon.gif) no-repeat 0 12px;
  padding: 5px 0 0 13px;
  font-size: 14px;
}

#main5 dl dd {
  background: url(../sitemap/img/p-arrow.gif) no-repeat 0 10px;
  padding: 0 0 0 9px;
  margin: 0 0 0 13px;
  font-size: 14px;
}

.sitemap-in_01 {
  width: 100%;
}

.sitemap-in_02 {
  width: 100%;
}

#main5 h3 {
  background: url(../sitemap/img/icon.gif) no-repeat 0 7px;
  padding: 0 0 0 13px;
  font-size: 14px;
  font-weight: normal;
}

#main5 h3.h3-l,
#main5 h3.h3-c {
  width: 224px;
  float: left;
  margin: 70px 10px 0 0;
}

#main5 h3.h3-r {
  width: 224px;
  float: left;
  margin: 70px 0 0 0;
}

#main5 h4 {
  background: url(../sitemap/img/icon.gif) no-repeat 0 7px;
  padding: 0 0 0 13px;
  font-size: 14px;
  width: 224px;
  float: left;
  font-weight: normal;
  margin: 10px 0 0 0;
}

/*
——————————new3——————————
*/
#main3-news {
  width: 100%;
  float: left;
  border-top: 1px solid #c8c8c8;
}

#main3-news dl {
  vertical-align: top;
  border-bottom: 1px solid #c8c8c8;
  padding: 8px 0;
  width: 100%;
  line-height: 1.6;
}

#main3-news dl dt {
  width: 15%;
  display: block;
  float: left;
  color: #ec7f00;
}

#main3-news dl dd {
  display: block;
  float: left;
  width: 84%;
}

/*
——————————event——————————
*/
iframe {
  width: 100%;
  padding: 0;
}

#event_table {
  font-size: small;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

#event_table th {
  border-bottom: dashed thin #CCC;
  padding: 4px;
}

#event_table td {
  border-bottom: dashed thin #CCC;
  padding: 4px 4px 4px 10px;
  line-height: 120%;
}


#event {
  background: url(../evevt/images/bg-event.gif) repeat-y right;
}

#eventimg h3 {
  height: 386px;
  background: url(../evevt/images/2014_6com_t/2012_6com_t_01.jpg) no-repeat;
  background-size: contain;
  font-size: 23px;
  padding: 5px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

#eventimg h3 span {
  display: block;
  color: #FFF;
  padding: 250px 0 0 0;
}

#eventimg h3 img {
  display: none;
}

/* #eventartcle {} */

#eventartcle p {
  font-size: 14px;
  padding: 5px;
  line-height: 1.8;
}

#event p span {
  font-size: 10px;
}

.text_right {
  text-align: right;
}

.e_textright p {
  float: right;
  width: 30%;
  margin: 10% 0;
  padding: 10px !important;
}

.e_textright img {
  float: left;
  width: 60%;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.e_textleft p {
  float: left;
  width: 30%;
  margin: 10% 0;
  padding: 10px !important;
}

.e_textleft img {
  float: right;
  width: 60%;
  margin: 0;
  padding: 10px 0 0 0;

}


/*
——————————crs——————————
*/

h2.crs_h2-top {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: normal;
}

#main2 h3.crs-spec {
  color: #000000;
  font-size: 18px;
  margin: 35px 0 0 0;
}

#main2 .crs-spec dl {
  width: 100%;
  display: block;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  background: url(../company/img/bg-crs.gif) repeat-y top left;
}


#main2 .crs-spec dl dt {
  width: 320px;
  display: block;
  margin: 0 12px;
  padding: 10px 0;
  float: left;
}

#main2 .crs-spec dl dd {
  width: 343px;
  display: block;
  padding: 10px 0;
  margin: 10px 0 0 0px;
  float: left;

}

#main2 .crs-spec dl dt span,
#main2 .crs-spec dl dd span {
  font-size: 10px;
}

#main2 .crs-spec dl.dl-last {
  border-bottom: 1px solid #c2c2c2;
}

#main2 #crs.crs-spec dl dt {
  width: 100%;
  display: block;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  background: none;
}


#main2 .crs2-spec {
  margin-top: 40px;
}

#main2 .crs2-spec dl dt {
  width: 320px;
  display: block;
  margin: 0 12px;
  padding: 10px 0;
  float: left;
}

#main2 .crs2-spec dl dd {
  width: 343px;
  display: block;
  padding: 10px 0;
  margin: 0 0 0 21px;
  float: left;

}

#main2 .crs2-spec dl dt span,
#main2 .crs2-spec dl dd span {
  font-size: 10px;
}

#main2 .crs2-spec dl.dl-last {
  border-bottom: 1px solid #c2c2c2;
}

#main2 #crs2.crs-spec dl dt {
  width: 100%;
  display: block;
  border-top: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  background: none;
}

/*
——————————flooting menu——————————
*/

div#floating-menu {
  position: absolute;
  width: 150px;
  top: 300px;
  right: 0%;
  line-height: 250%;
  /*border: 1px solid #000000; */
  /* border-radius: 10px;*/
  /* 角を丸める */
  background: rgba(255, 255, 255, 0.5);
  /* 背景色を白に指定して不透明度を0.5に指定 */

  /* 影を入れる。指定のピクセルは前から順に横方向のズレ、縦方向のズレ、ぼかし具合、 */
  /* 影の色を指定している。 */
  -moz-box-shadow: 0px 0px 7px #454545;
  /* Firefox用 */
  -webkit-box-shadow: 0px 0px 7px #454545;
  /* Google ChromeやSafari用 */
  box-shadow: 0px 0px 7px #454545;
  /* CSS3対応ブラウザ用 */
  z-index: 9999;

}

/*floating-menu*/

#floating-menu ul {
  padding: 10px 0;
}

#floating-menu ul li {
  list-style: none;
  padding-left: 10px;
}

/*WFP*/
.redcup-campaign {
  margin-bottom: 2em;
}

.redcup-campaign .text-box {
  width: 48%;
  float: left;
}

.redcup-campaign .right {
  width: 48%;
  float: right;
}

.redcup_product img {
  width: 100% !important;
  margin-top: -0.2em;
}

/*case1*/
#case1 .clearfix {
  margin-bottom: 30px;
}

#case1 .text-box1 {
  width: 50%;
  float: right;
}

#case1 .photobox1 {
  width: 45%;
  float: left;
}

#case1 .text-box2 {
  width: 50%;
  float: left;
}

#case1 .photobox2 {
  width: 45%;
  float: right;
}

#case1 .text-box3 {
  width: 50%;
  float: right;
}

#case1 .photobox3 {
  width: 45%;
  float: left;
}

#case1 .text-box4 {
  width: 50%;
  float: left;
}

#case1 .photobox4 {
  width: 45%;
  float: right;
}


img .image_BERKUT {
  width: 50px;
}

.under {
  border-bottom: dotted 2px #959595;
}

.twitter_title {
  margin-top: 20px;
  color: #fff;
  background-color: #00acee;
  background-image: url("/img/twitterlogo_white.png");
  padding-left: 40px;
  background-position: left 10px center;
  background-size: 23px;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 1.4em;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width:599px) {
  /*SmartPhone*/


  .select_item {
    margin-top: -4em;
    margin-bottom: 3em;
  }

  .three_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .pick_texts {
    display: flex;
    justify-content: space-between;
  }

  .pic_text1,
  .pic_text2,
  .pic_text3 {
    display: none;
  }

  .pic_text1_sp,
  .pic_text2_sp,
  .pic_text3_sp {
    display: block;
    margin-left: 0.2em;
    font-size: 13px;
  }

  .two_items {
    width: 100%;
    display: flex;
  }

  .two_items .pic_up1 {
    width: 100%;
    order: 0;
  }

  .two_items .pic_up1 img {
    width: 100%;
  }

  .two_items .pic_up2 {
    width: 100%;
    order: 2;
  }

  .two_items .pic_up2 img {
    width: 100%;
  }

  .two_items .pic_up3 {
    width: 100%;
    text-align: center;
    order: 1;
  }

  .two_items .pic_up4 {
    width: 100%;
    text-align: center;
    order: 3;
  }

  .three_items .pick1,
  .pick2,
  .pick3 {
    width: 100%;
    margin: 0 0.3em;
  }

  .three_items .pick1 img,
  .pick2 img,
  .pick3 img {
    width: 100%;
  }

  .pic_text1_sp {
    order: 1;
  }

  .pic_text2_sp {
    order: 3;
  }

  .pic_text3_sp {
    order: 5;
  }

  .pick1 {
    order: 2;
  }

  .pick2 {
    order: 4;
  }

  .pick3 {
    order: 6;
  }

  .three_items a:hover {
    opacity: 0.7;
  }

  .redcup_product img {
    width: 107% !important;
    margin-top: -0.2em;
  }

  .recruit h2,
  .recruit h3 {
    text-align: left;
  }

  .recruit .catch {
    text-align: left;
  }

  .recruit dt {
    text-align: left;
    width: 20%;
  }

  #main2 .riquire dl dd {
    width: 78%;
    float: left;
    display: block;
    text-align: left;
  }

  #main2 .riquire dl dt {
    width: 21%;
    float: left;
    display: block;
  }

  #main2 .recruit-contact p {
    width: 100%;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
  }

  /* .recruit-contact h3 {
    text-align: center;
  } */

  .recruit-contact h3 {
    /* width: 160px; */
    float: none;
    padding: 0;
    font-size: 18px;
    /* font-weight: normal; */
  }

  #main2 .recruit p.p-small {
    font-size: 12px;
    text-align: left;
  }

  #main2 .recruit-contact p {
    width: 100%;
    float: none;
    margin: 0 10px 0 20px;
    padding: 0;
    text-align: left;
  }

  .store .shop_list .store1,
  .store2 {
    width: 95%;
    margin: 0.5em;
  }

}
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
  float:left
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column
}
.swiper-wrapper {
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  -o-transition-property:transform;
  transition-property:transform;
  transition-property:transform,-webkit-transform;
  -webkit-box-sizing:content-box;
  box-sizing:content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function:ease-out;
  -o-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
  margin:0 auto
}
.swiper-slide {
  -webkit-flex-shrink:0;
  -ms-flex-negative:0;
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  -webkit-transition-property:-webkit-transform;
  transition-property:-webkit-transform;
  -o-transition-property:transform;
  transition-property:transform;
  transition-property:transform,-webkit-transform
}
.swiper-invisible-blank-slide {
  visibility:hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height:auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
  -webkit-transition-property:height,-webkit-transform;
  transition-property:height,-webkit-transform;
  -o-transition-property:transform,height;
  transition-property:transform,height;
  transition-property:transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective:1200px;
  perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action:pan-y;
  touch-action:pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action:pan-x;
  touch-action:pan-x
}
.swiper-button-next,
.swiper-button-prev {
  position:absolute;
  top:50%;
  width:27px;
  height:44px;
  margin-top:-22px;
  z-index:10;
  cursor:pointer;
  background-size:27px 44px;
  background-position:center;
  background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left:10px;
  right:auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right:10px;
  left:auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
  display:none
}
.swiper-pagination {
  position:absolute;
  text-align:center;
  -webkit-transition:.3s opacity;
  -o-transition:.3s opacity;
  transition:.3s opacity;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom:10px;
  left:0;
  width:100%
}
.swiper-pagination-bullets-dynamic {
  overflow:hidden;
  font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform:scale(.33);
  -ms-transform:scale(.33);
  transform:scale(.33);
  position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform:scale(.66);
  -ms-transform:scale(.66);
  transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform:scale(.33);
  -ms-transform:scale(.33);
  transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform:scale(.66);
  -ms-transform:scale(.66);
  transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform:scale(.33);
  -ms-transform:scale(.33);
  transform:scale(.33)
}
.swiper-pagination-bullet {
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2
}
button.swiper-pagination-bullet {
  border:none;
  margin:0;
  padding:0;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor:pointer
}
.swiper-pagination-bullet-active {
  opacity:1;
  background:#007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right:10px;
  top:50%;
  -webkit-transform:translate3d(0,-50%,0);
  transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:6px 0;
  display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display:inline-block;
  -webkit-transition:.2s top,.2s -webkit-transform;
  transition:.2s top,.2s -webkit-transform;
  -o-transition:.2s transform,.2s top;
  transition:.2s transform,.2s top;
  transition:.2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:.2s left,.2s -webkit-transform;
  transition:.2s left,.2s -webkit-transform;
  -o-transition:.2s transform,.2s left;
  transition:.2s transform,.2s left;
  transition:.2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition:.2s right,.2s -webkit-transform;
  transition:.2s right,.2s -webkit-transform;
  -o-transition:.2s transform,.2s right;
  transition:.2s transform,.2s right;
  transition:.2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background:rgba(0,0,0,.25);
  position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background:#007aff;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
  transform:scale(0);
  -webkit-transform-origin:left top;
  -ms-transform-origin:left top;
  transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin:right top;
  -ms-transform-origin:right top;
  transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width:100%;
  height:4px;
  left:0;
  top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width:4px;
  height:100%;
  left:0;
  top:0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background:#fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background:rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background:#000
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background:rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background:#000
}
.swiper-pagination-lock {
  display:none
}
.swiper-scrollbar {
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%
}
.swiper-container-vertical>.swiper-scrollbar {
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%
}
.swiper-scrollbar-drag {
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  border-radius:10px;
  left:0;
  top:0
}
.swiper-scrollbar-cursor-drag {
  cursor:move
}
.swiper-scrollbar-lock {
  display:none
}
.swiper-zoom-container {
  width:100%;
  height:100%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  text-align:center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width:100%;
  max-height:100%;
  -o-object-fit:contain;
  object-fit:contain
}
.swiper-slide-zoomed {
  cursor:move
}
.swiper-lazy-preloader {
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  -webkit-transform-origin:50%;
  -ms-transform-origin:50%;
  transform-origin:50%;
  -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
  animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after {
  display:block;
  content:'';
  width:100%;
  height:100%;
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position:50%;
  background-size:100%;
  background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
.swiper-container .swiper-notification {
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function:ease-out;
  -o-transition-timing-function:ease-out;
  transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events:none;
  -webkit-transition-property:opacity;
  -o-transition-property:opacity;
  transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events:none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events:auto
}
.swiper-container-cube {
  overflow:visible
}
.swiper-container-cube .swiper-slide {
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  -webkit-transform-origin:0 0;
  -ms-transform-origin:0 0;
  transform-origin:0 0;
  width:100%;
  height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin:100% 0;
  -ms-transform-origin:100% 0;
  transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events:auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events:auto;
  visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  -webkit-filter:blur(50px);
  filter:blur(50px);
  z-index:0
}
.swiper-container-flip {
  overflow:visible
}
.swiper-container-flip .swiper-slide {
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events:none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective:1200px
}
@charset "utf-8";

/*

＝＝＝＝＝＝＝＝＝＝タブレット＝＝＝＝＝＝＝＝＝＝

　　　*/

@media screen and (min-width:750px) and (max-width: 988px) {
  #container {
    width: 710px;
  }

  .swiper-container {
    width: 100%;
  }


  .swiper-slide img {
    width: 100%;
  }

  #writer_recruitment {
    width: 35%;
  }

  #header-link {
    float: right;
    min-width: 60%;
    margin: 39px 0 0 0;
    text-align: right;
  }

  #gnavi {
    width: 710px;
  }

  a.gnavi_01,
  a:hover.gnavi_01,
  a.gnavi_02,
  a:hover.gnavi_02,
  a.gnavi_03,
  a:hover.gnavi_03,
  a.gnavi_04,
  a:hover.gnavi_04,
  a.gnavi_05,
  a:hover.gnavi_05 {
    background-size: cover;
    width: 142px;
    height: 37px;
  }

  #gnavi img {
    width: 142px;
    height: 37px;
  }

  #main {
    width: 100%;
    float: none;
  }


  .ifrm-container {
    width: 100%;
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    margin: 10px;
  }

  .ifrm {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }

  .top-products_01,
  .top-products_02,
  .top-products_03 {
    height: 140px;
    min-height: 140px;
  }

  #top-side {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 50px 0 0 0;
    clear: both;
  }

  #top-side_l {
    float: left;
    width: 100%;
    padding: 0 30px 0 0;

  }


  #footer {
    width: 710px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
  }

  #footer-logo {
    width: 46%;
    float: right;
    margin: 20px 5px 0 0;
    text-align: right;
  }

  /*
——————————products——————————
*/

  #products-side {
    width: 177px;
  }

  .products-main {
    width: 504px;
    height: 302px;
  }

  .products-main a {
    background-size: cover;
    padding: 274px 0 10px 0;
  }

  ul.menu-list li {
    width: 158px;
    min-height: 195px;
  }

  #main2 ul.menu-list li h3 {
    font-size: 16px;
  }

  ul.menu-list li.li-top_1,
  ul.menu-list li.li-top_2 {
    min-height: 0;
  }

  .c_b_padding {
    padding-bottom: 14px;
  }


  ul.menu-list li.basic-mouse {
    height: 300px;
    min-height: 300px;
  }

  ul.menu-list li.boogie {
    height: 295px;
    min-height: 295px;
  }

  ul.menu-list li.frogman {
    height: 270px;
    min-height: 270px;
  }

  ul.menu-list li.iguardm {
    height: 280px;
    min-height: 280px;
  }

  ul.menu-list li.rapoo-key_under {
    height: 270px;
    min-height: 270px;
  }

  ul.menu-list li.rapoo-key {
    height: 270px;
    min-height: 270px;
  }

  ul.menu-list li.rapoo-mouse {
    height: 280px;
    min-height: 280px;
  }

  ul.menu-list li.rapoo-audio {
    height: 270px;
    min-height: 270px;
  }

  ul.menu-list li.silent {
    height: 275px;
    min-height: 275px;
  }

  ul.menu-list li.power-card {
    height: 204px;
    min-height: 204px;
  }

  ul.menu-list li.li_bottom2 {
    height: 230px;
    min-height: 230px;
  }

  #main2 .products-spec-r dl {
    background-size: 25%;
  }

  #main2 .products-spec-r dl dt {
    width: 97px;
  }

  #main2 .products-spec-r dl dd {
    width: 356px;
  }

  .bt-cart a {
    width: 100%;
    height: 29px;
    background-size: cover;
  }

  .bt-cart a:hover {
    background-size: cover;
  }


  /*boogie*/
  ul li.boogie_08_li {
    width: 98px;
    height: 340px;
    min-height: 340px;
    ;
  }

  .boogie_01 {
    padding: 50px 0;
  }

  #main2 .boogie_01 h3,
  .boogie_01 p {
    width: 32%;
  }

  .boogie_02 {
    padding: 65px 0;
  }

  #main2 .boogie_02 h3,
  .boogie_02 p {
    width: 36%;
  }

  .boogie_03 {
    background-size: 60%;
    padding: 50px 0;
  }

  #main2 .boogie_03 h3,
  .boogie_03 p {
    width: 33%;
  }

  .boogie_04 {
    background-position: 200px -25px;
    padding: 50px 0;
  }

  #main2 .boogie_04 h3,
  .boogie_04 p {
    width: 45%;
  }

  .boogie_05 {
    background-position: 0 -20px;
    padding: 50px 0;
  }

  #main2 .boogie_05 h3 {
    width: 41%;
  }

  .boogie_05 p {
    width: 40%;
  }

  .boogie_06 {
    background-position: bottom right;
    background-size: 55%;
    text-align: left;
    vertical-align: top;
    padding: 75px 0;
  }

  #main2 .boogie_06 h3 {
    width: 38%;
  }

  .boogie_06 p {
    width: 38%;
  }

  .boogie_07 {
    background-position: top left;
    background-size: 42%;
    padding: 35px 0;
    width: 504px;
  }

  .boogie_07 h3 {
    width: 50%;
    margin: 0 0 0 230px;
    padding: 0;
  }

  .boogie_07 ul {
    width: 50%;
    margin: 0 0 0 230px;
    padding: 0;
  }

  .boogie_07 li {
    padding-left: 0;
    text-indent: 0;
  }

  .bn-bb-001rip a {
    width: 504px;
    height: 195px;
    background-size: cover;
  }

  .bn-bb-001rip a:hover {
    background-size: cover;
  }

  .bn-bb-001l a {
    width: 504px;
    height: 195px;
    background-size: cover;
  }

  .bn-bb-001l a:hover {
    background-size: cover;
  }

  #main2 .spec-livina {
    width: 100%;
    background-size: 25%;
  }

  #main2 .spec-livina ul,
  #main2 .spec-livina li,
  #main2 .spec-livina li.li-livina_last {
    width: 93px;
  }

  #main2 .spec-livina.clearfix .spec-livina-box {
    width: 125px;
  }

  /*
——————————company——————————
*/

  #company-main {
    background-size: auto;
    width: 100%;
  }

  #main2 .products-spec dl {
    background-size: 25%;
  }

  #main2 .products-spec dl dt {
    width: 97px;
  }

  #main2 .products-spec dl dd {
    width: 356px;
  }

  /*
——————————recruit——————————
*/

  .type {
    background-size: 14%;
  }

  #main2 .type dl dt {
    width: 50px;
    display: block;
    float: left;
    margin: 5px 10px;
  }

  #main2 .type dl dd {
    width: 410px;
    display: block;
    float: left;
    margin: 5px 10px;
  }

  #main2 h3.h3-recruit {
    border-top: 1px solid #c8c8c8;
    width: 96%;
    font-size: 18px;
    background: url(../img/p-square_2.gif) no-repeat 0 22px;
    padding: 10px 0 0 18px;
  }

  .recruit-contact h3 {
    width: 130px;
  }

  #main2 .recruit-contact p {
    width: 335px;
  }

  /*
——————————download——————————
*/

  #main3 {
    width: 100%;
  }

  #main5 {
    width: 100%;
  }

  #main5 h4 {
    margin-left: 10px;
  }

  /*
——————————event——————————
*/

  #event {
    background: none;
  }

  #eventimg h3 {
    height: inherit;
    background: none;
    background-size: contain;
    font-size: 23px;
    padding: 5px;
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
  }

  #eventimg h3 img {
    display: block;
  }

  #eventimg h3 span {
    display: block;
    color: #000;
    padding: 10px 0 0 0;
  }


  /*
——————————crs——————————
*/


  #main2 .crs-spec dl,
  #main2 .crs2-spec dl {
    width: 90%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
  }


  #main2 .crs-spec dl dt {

    display: block;
    margin: 0 12px;
    padding: 10px 0;
    float: left;
  }

  #main2 .crs-spec dl dd {
    display: block;
    padding: 10px 0;
    margin: 0 0 0 21px;
    float: left;
    border-bottom: 1px solid #c2c2c2;

  }

  #main2 .crs-spec dl dt span,
  #main2 .crs-spec dl dd span {
    font-size: 10px;
  }

  #main2 .crs-spec dl.dl-last {
    border-bottom: none;
  }



  #main2 .crs2-spec dl dt {
    display: block;
    margin: 0 12px;
    padding: 10px 0;
    float: left;
  }

  #main2 .crs2-spec dl dd {

    display: block;
    padding: 10px 0;
    margin: 0 0 0 21px;
    float: left;

  }

  #main2 .crs2-spec dl dt span,
  #main2 .crs2-spec dl dd span {
    font-size: 10px;
  }

  #main2 .crs2-spec dl.dl-last {
    border-bottom: 1px solid #c2c2c2;
  }

  #main2 #crs2.crs-spec dl dt {
    width: 100%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
  }

  #main2 .pagetop img {
    width: 10%;
    min-width: 100px;
  }


}

/*

＝＝＝＝＝＝＝＝＝＝スマホ＝＝＝＝＝＝＝＝＝＝

　　　*/

@media screen and (max-width:750px) {

  #container {
    width: 300px;
  }

  .swiper-container img {
    width: 100%
  }

  #top-products img {
    width: 100%;
  }

  #main2 img {
    width: 100%;
  }

  #main2 .pagetop img {
    width: 10%;
    min-width: 100px;
  }

  .sp-pcno {
    display: block;
  }

  .pc-spno {
    display: none;
  }

  /*header*/
  #header {
    text-align: center;
    padding: 0;
  }

  #header-logo {
    float: none;
    width: 100%;
    margin: 0;
    padding: 14px 0 0 0;
    text-align: center
  }

  #header-link {
    display: none;
  }

  #gnavi {
    margin: 0 0 5px 0;
  }

  #gnavi ul li {
    list-style-type: none;
    display: block;
    float: none;
  }

  a.gnavi_01 {
    width: 300px;
    height: 39px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background: url(../img/gnavi-products_sp.gif) no-repeat top center;
    background-size: cover;
  }

  a:hover.gnavi_01 {
    background: url(../img/gnavi-products_sp_on.gif) no-repeat top center;
    background-size: cover;
  }

  a.gnavi_02 {
    width: 300px;
    height: 39px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background: url(../img/gnavi-qa_sp.gif) no-repeat top center;
    background-size: cover;
  }

  a:hover.gnavi_02 {
    background: url(../img/gnavi-qa_sp_on.gif) no-repeat top center;
    background-size: cover;
  }

  a.gnavi_03 {
    width: 300px;
    height: 39px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background: url(../img/gnavi-support_sp.gif) no-repeat top center;
    background-size: cover;
  }

  a:hover.gnavi_03 {
    background: url(../img/gnavi-support_sp_on.gif) no-repeat top center;
    background-size: cover;
  }

  a.gnavi_04 {
    width: 300px;
    height: 39px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background: url(../img/gnavi-download_sp.gif) no-repeat top center;
    background-size: cover;
  }

  a:hover.gnavi_04 {
    background: url(../img/gnavi-download_sp_on.gif) no-repeat top center;
    background-size: cover;
  }

  a.gnavi_05 {
    width: 300px;
    height: 39px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    background: url(../img/gnavi-onlineshop_sp.gif) no-repeat top center;
    background-size: cover;
  }

  a:hover.gnavi_05 {
    background: url(../img/gnavi-onlineshop_sp_on.gif) no-repeat top center;
    background-size: cover;
  }

  #header-link_sp {
    display: inline;
    float: none;
    margin: 0;
  }

  #header-link_sp ul li {
    list-style-type: none;
    display: inline;
    background: url(../img/p-header.gif) no-repeat 0 2px;
    padding: 0 8px;
  }

  #main {
    width: 100%;
    float: none;
  }

  /*mainimage*/
  #mainimage {
    margin: 10px 0 40px 0;
  }


  #top-products {
    margin: 0 0 45px 0;
  }

  #top-products h2 {
    margin: 0 0 10px 10px;
  }

  #top-products_in_01,
  #top-products_in_02,
  #top-products_in_03,
  #top-products_in_04 {
    display: none;
  }

  #main #top-products ul#top-products_sp {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
  }

  #top-news {
    float: none;
    width: 94%;
    margin: 0 auto 25px auto;
  }



  .ifrm-container {
    width: 95%;
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    margin: 0px 10px;
  }

  .ifrm {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }



  #top-media {
    float: none;
    width: 94%;
    margin: 0 auto 25px auto;
  }

  #top-news dl dt,
  #top-media dl dt {
    width: 28%;
  }

  #top-news dl dd,
  #top-media dl dd {
    width: 72%;
  }

  #top-side {
    width: 78%;
    float: none;
    margin: 0 auto;
  }

  #footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #footer-link {
    display: inline;
    width: 50%;
    margin: auto;
    float: none;
  }

  #footer-link ul {
    width: 80%;
    text-align: center !important;
    margin: 0 auto;
  }

  #footer-link ul li {
    text-align: center;
  }

  #footer-logo {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
  }

  #footer img {
    width: 50%;
  }

  address {
    font-style: normal;
    font-size: 10px;
    margin: 10px auto 0 auto;
  }

  /*pagetop*/
  .pagetop {
    padding: 40px 0 0 0;
  }


  /*
——————————products——————————
*/

  #main2 {
    width: 100%;
  }

  .products-main {
    width: 300px;
    height: auto;
  }

  .products-main a {
    background-size: cover;
    padding: 162px 0 0 0;
  }

  ul.menu-list li {
    width: 138px;
    min-height: 210px;
    margin: 10px 10px 0 0;
  }

  ul.menu-list li.li_1 {
    margin: 10px 10px 0 0;
  }

  ul.menu-list li.li-top_1 {
    display: none;
  }

  ul.menu-list li.li-top_2 {
    min-height: 0;
    margin: 0 10px 0 0;
  }

  .c_b_padding {
    padding-bottom: 18px;
    margin-left: 10px !important;
  }

  ul.menu-list li.basic-mouse {
    height: 285px;
    min-height: 285px;
  }

  ul.menu-list li.boogie {
    height: 300px;
    min-height: 300px;
    border-bottom: 0;
  }

  ul.menu-list li.frogman {
    height: 240px;
    width: 138px !important;
    margin: 0;
    margin-top: 10px !important;
    margin-right: 10px !important;
    float: left;

  }

  /* ul.menu-list li.fmbt {} */

  ul.menu-list li.iguardm {
    height: 330px;
    min-height: 330px;
  }

  /*rapoo*/
  ul.menu-list li.sp_b_0 {
    border-bottom: 0;
  }

  ul.menu-list li.rapoo-mouse {
    height: 265px;
    min-height: 265px;
  }

  ul.menu-list li.rapoo-audio {
    height: 275px;
    min-height: 275px;
  }

  ul.menu-list li.silent {
    height: 300px;
    min-height: 310px;
  }

  ul.menu-list li.power-card {
    height: 243px;
    min-height: 243px;
  }

  ul.menu-list li.li-bottom {
    border-bottom: 0;
  }

  #main2 .products-spec-r dl {
    background-size: 29%;
  }

  #main2 .products-spec-r dl dt {
    width: 60px;
  }

  #main2 .products-spec-r dl dd {
    width: 189px;
  }

  .bt-cart a {
    width: 300px;
    height: 31px;
    background: url(../products/img/bt-buy_sp.gif) no-repeat top center;
    background-size: cover;
    margin: 40px 0 40px 0;
  }

  .bt-cart a:hover {
    background: url(../products/img/bt-buy_sp_on.gif) no-repeat top center;
    background-size: cover;
  }

  .bt-pdf a {
    width: 300px;
    height: 31px;
    background: url(../products/img/bt-pdf_sp.gif) no-repeat top center;
    background-size: cover;
    margin: 40px 0 40px 0;
  }

  .bt-pdf a:hover {
    background: url(../products/img/bt-pdf_sp_on.gif) no-repeat top center;
    background-size: cover;
  }



  /*boogie*/
  ul li.boogie_08_li {
    width: 122px;
    height: 345px;
    min-height: 345px;
    margin-top: 10px;
  }

  ul li.boogie_08_li.li_bottom {
    border-bottom: 1px solid #c8c8c8;
  }

  .boogie_01 {
    padding: 200px 0 20px 0;
    background-size: 80%;
    background-position: center 20px;
  }

  #main2 .boogie_01 h3,
  .boogie_01 p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .boogie_02 {
    padding: 20px 0 205px 0;
    background-size: 90%;
  }

  #main2 .boogie_02 h3,
  .boogie_02 p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .boogie_03 {
    background-size: 90%;
    padding: 195px 0 20px 0;
    background-position: top center;
  }

  #main2 .boogie_03 h3,
  .boogie_03 p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .boogie_04 {
    background-size: 90%;
    background-position: center -25px;
    padding: 145px 0 20px 0;
  }

  #main2 .boogie_04 h3,
  .boogie_04 p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .boogie_05 {
    background-size: 120%;
    background-position: 0 -70px;
    padding: 90px 0 20px 0;
  }

  #main2 .boogie_05 h3,
  .boogie_05 p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .boogie_06 {
    background-position: bottom right;
    background-size: 90%;
    text-align: left;
    vertical-align: top;
    padding: 20px 0 195px 0;
  }

  #main2 .boogie_06 h3,
  .boogie_06 p {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .boogie_07 {
    background-position: top center;
    background-size: 50%;
    padding: 245px 0 0 0;
    margin: 10px 0 0 0;
    width: 100%;
  }

  .boogie_07 h3,
  .boogie_07 ul {
    width: 92%;
    margin: 0 20px;
    padding: 0;
  }

  .boogie_07 li {
    padding-left: 0;
    text-indent: 0;
  }

  .bn-bb-001rip a {
    width: 300px;
    height: 116px;
    background-size: cover;
  }

  .bn-bb-001rip a:hover {
    background-size: cover;
  }

  .bn-bb-001l a {
    width: 300px;
    height: 116px;
    background-size: cover;
  }

  .bn-bb-001l a:hover {
    background-size: cover;
  }

  #main2 .spec-livina {
    width: 100%;
    background-size: 25%;
    height: auto;
    border-bottom: none;
  }

  #main2 .spec-livina ul {
    width: 100%;
    border-right: none;
  }

  #main2 .spec-livina li,
  #main2 .spec-livina li.li-livina_last {
    width: 99px;
    float: left;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
  }

  #main2 .spec-livina {
    background-image: none;
  }

  #main2 .spec-livina.clearfix .spec-livina-box {
    width: 100%;
    float: none;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #eaeaea;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
  }

  /*
——————————company——————————
*/

  #company-main {
    background-size: auto;
    width: 100%;
  }

  #main2 .products-spec dl {
    background-size: 29%;
  }

  #main2 .products-spec dl dt {
    width: 60px;
  }

  #main2 .products-spec dl dd {
    width: 189px;
  }

  #company-side {
    width: 100%;
    float: none;
  }

  #company-side ul {
    display: inline;
  }

  #company-side ul li {
    border: 1px solid #999999;
    width: 148px;
    display: block;
    float: left;
    text-align: center;
  }

  #company-side ul li.company-side_l {
    border-right: none;
  }


  /*
——————————recruit——————————
*/

  .type {
    background-size: 25%;
  }

  #main2 .riquire dl dt {
    width: 21%;
    float: left;
    display: block;
  }

  #main2 .riquire dl dd {
    width: 78%;
    float: left;
    display: block;
  }

  #main2 .type dl dt {
    width: 55px;
    display: block;
    float: left;
    margin: 5px 10px;
  }

  #main2 .type dl dd {
    width: 202px;
    display: block;
    float: left;
    margin: 5px 10px;
  }

  #main2 h3.h3-recruit {
    border-top: 1px solid #c8c8c8;
    width: 96%;
    font-size: 18px;
    background: url(../img/p-square_2.gif) no-repeat 0 22px;
    padding: 10px 0 0 18px;
  }

  .recruit-contact h3 {
    width: 90%;
    float: none;
  }

  #main2 .recruit-contact p {
    width: 90%;
    float: none;
    margin: 0 0 0 20px;
  }

  /*
——————————download——————————
*/

  #main3 {
    width: 100%;
  }

  .download_l_top {
    float: none;
    width: 100%;
    margin: 0;
  }

  .download_r_top {
    float: none;
    width: 100%;
    margin: 25px 0 0 0;
  }

  .download_l {
    float: none;
    width: 100%;
    margin: 25px 0 0 0;
  }

  .download_r {
    float: none;
    width: 100%;
    margin: 25px 0 0 0;
  }

  .download_l {
    float: none;
    width: 100%;
  }

  .download_r {
    float: none;
    width: 100%;
  }

  #main3-news dl dt {
    width: 95px;
    display: block;
    float: left;
    color: #ec7f00;
  }

  #main3-news dl dd {
    display: block;
    float: left;
    width: 205px;
  }

  #main5 {
    width: 100%;
  }

  #main5 dl.sitemap-l,
  #main5 dl.sitemap-c,
  #main5 dl.sitemap-r {
    float: none;
    width: 100%;
  }

  #main5 h3.h3-l,
  #main5 h3.h3-c,
  #main5 h3.h3-r {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }

  .form dl dt {
    float: none;
    width: 100%;
    padding: 0 0 5px 0;
  }

  .form dl dd {
    float: none;
    width: 100%;
    padding: 0 0 15px 0;
  }

  .contact-name,
  .contact-kana,
  .contact-company-name,
  .contact-company-kana,
  .contact-address,
  .contact-address-kana,
  .contact-mail-01,
  .contact-mail-02,
  .contact-tel,
  .contact-fax,
  .contact-company-address,
  .contact-company-address-kana,
  .contact-company-txt {
    width: 100%;
  }

  /*
——————————event——————————
*/

  #event {
    background: none;
  }

  #eventimg h3 {
    height: inherit;
    background: none;
    background-size: contain;
    font-size: 23px;
    padding: 5px;
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
  }

  #eventimg h3 img {
    display: block;
  }

  #eventimg h3 span {
    display: block;
    color: #000;
    padding: 10px 0 0 0;
  }


  /* #eventartcle {} */

  #eventartcle p {
    font-size: 14px;
    padding: 5px;
    line-height: 1.8;
  }

  #event p span {
    font-size: 10px;
  }

  .text_right {
    text-align: right;
  }

  .e_textright p {
    float: none;
    width: 100%;
    margin: 10% 0;
    text-align: left !important;
    padding: 10px !important;
  }

  .e_textright img {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 10px;
  }

  .e_textleft p {
    float: none;
    width: 100%;
    margin: 10% 0;
    text-align: left !important;
    padding: 10px !important;
  }

  .e_textleft img {
    float: none;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;

  }

  /*
——————————crs——————————
*/


  #main2 .crs-spec dl {
    width: 90%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
  }


  #main2 .crs-spec dl dt {
    width: 90%;
    display: block;
    margin: 0 12px;
    padding: 10px 0;

  }

  #main2 .crs-spec dl dd {
    width: 90%;
    display: block;
    padding: 10px 0;
    margin: 0 0 0 21px;

  }

  #main2 .crs-spec dl dd p {
    width: 90%;
  }

  #main2 .crs-spec img,
  #main2 .crs2-spec img {
    width: 90%;
  }

  #main2 .crs-spec dl dt span,
  #main2 .crs-spec dl dd span {
    font-size: 10px;
  }

  #main2 .crs-spec dl.dl-last {
    border-bottom: none;
  }



  #main2 .crs2-spec dl dt {
    width: 90%;
    display: block;
    margin: 0 12px;
    padding: 10px 0;
    float: left;
  }

  #main2 .crs2-spec dl dd {
    width: 90%;
    display: block;
    padding: 10px 0;
    margin: 0 0 0 21px;
    float: left;

  }

  #main2 .crs2-spec dl dt span,
  #main2 .crs2-spec dl dd span {
    font-size: 10px;
  }

  #main2 .crs2-spec dl.dl-last {
    border-bottom: 1px solid #c2c2c2;
  }

  #main2 #crs2.crs-spec dl dt {
    width: 100%;
    display: block;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
  }



}
@charset "UTF-8";
/* CSS Document */

#menu {
  position: relative;
  width: 100%;
  padding-left: 0px;
  margin: 0;
  height: 70px;
  padding-bottom: 20px;
}



.menu-inner {
  background: #ECECEC;
  /*グローバルメニュー背景色*/
  max-width: 1000px;
  margin: 0 auto;
  height: 70px;
  margin-bottom: 1.5em;
}

#menu li {
  list-style-type: none;
  float: left;
  width: 16.66%;
  height: 70px;
  text-align: center;
  font-size: 0.9em;
}

#menu li a {
  display: block;
  color: #626262;
  /*グローバルメニュー文字色*/
  font-size: 100%;
  font-weight: bold;
  line-height: 70px;
}

#menu li:hover a {
  color: white;
  background: #FF9300;
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {

  #container {
    width: 768px;
  }

  #menu li a {
    font-size: 0.9em;
  }

  .main_nav_ul li {
    width: 18%;
    margin-left: 40px;
  }
}



.menu-toggle {
  width: 300px;
  display: none;
}

/*パソコン１カラム*/
@media screen and (max-width:968px) {
  .menu-inner {
    /* width: 768px; */
    width: auto;
  }
}

/*タブレット*/
@media screen and (max-width:768px) {

  .menu-toggle {
    background-color: #ECECEC;
    color: #626262;
    /*MENUの文字色*/
    display: inline-block;
    padding: 20px 5px;
    margin: 3px;
    margin-left: auto;
    width: 97%;
  }

  #menu {
    width: 100%;
    display: none;
    height: initial;
    padding: 0;
    margin: 0;

  }

  .menu-inner {
    width: 100%;
    height: initial;
    position: static;
    margin: 0;
  }

  #menu li {
    float: none;
    height: 70px;
    width: 100%;
    list-style-type: none;
    background: #ECECEC;
    /*リスト文字の背景色*/
    margin: 0 auto;
    text-align: center;
    /*リストの文字の位置*/
  }

  #menu li a {
    height: initial;
    color: #343838;
    /*リスト文字色*/
    display: block;
  }

  #menu li:hover a {
    color: white;
    background: #FF9300;
  }
}

/*メインのプロダクト*/
.main_product {
  color: #535353;
}

.main_product img:hover {
  opacity: 0.5;
}

/*PC周辺機器*/
.main_PC {
  overflow: hidden;
}

.product_Category {
  border-bottom: 1px dotted #8c8b8b;
  margin-bottom: 10px;
  font-size: 20px;
  color: #7c7c7c;
}

.product_contents {
  clear: both;
  overflow: hidden;
  width: 300px;
  float: left;
}

.product_contents img {
  width: 300px;
}

.product_contents p {
  text-align: center;
}

.product_contents_right {
  width: 300px;
  float: right;
}

.product_contents_right img {
  width: 300px;
}

.product_contents_right p {
  text-align: center;
}


@media screen and (max-width:599px) {

  /*SmartPhone*/
  .product_Category {
    border-bottom: 1px dotted #8c8b8b;
    margin-bottom: 20px;
    font-size: 5vw;
    ;
    color: #7c7c7c;
  }

  .product_contents {
    width: 300px;
    float: left;
  }

  .product_contents img {
    width: 300px;
  }

  .product_contents p {
    text-align: center;
  }

  .product_contents_right {
    width: 300px;
    float: right;
  }

  .product_contents_right img {
    width: 300px;
  }

  .product_contents_right p {
    text-align: center;
  }

}

/*モバイル周辺機器*/
.main_mobile {
  margin-top: 50px;
  overflow: hidden;
}

/*AV・家電機器*/
.main_AV_kaden {
  margin-top: 50px;
  overflow: hidden;
}

/*セキュリティ機器*/
.main_security {
  margin-top: 50px;
  overflow: hidden;
}

/*ライフスタイル・雑貨*/
.main_lifestyle_etc {
  margin-top: 50px;
  overflow: hidden;
}
@charset "UTF-8";
/* CSS Document */
.top_topic {
	width: 100%;
	text-align: center;
	margin-top: -3em;
}

.top_topic img {
	width: 100%;
	text-align: center;
}



 .swiper-container {
      width: 100%;
      height: 90%;
	  padding-bottom: 20px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

@media screen and (max-width:599px) {
    /*SmartPhone*/
.top_topic {
	width: 100%;
	text-align: center;
	margin-top: -3em;
}

.top_topic img {
	width: 100%;
	text-align: center;
}

}

/* Swiperコンテナ */
.swiper-container {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #fff; /* ← スライダー全体の背景 */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  border: none;
}

/* 各スライド */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; /* ← 黒から白に！ */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* iframe動画 or img画像 */
.swiper-slide iframe,
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

/* ページネーション */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 10;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
  left:0;
  top:0;
  height:39px;
  width:100%;
  z-index:10000001;
  position:fixed;
  border:none;
  border-bottom:1px solid #6B90DA;
  margin:0;
  box-shadow:0 0 8px 1px #999
}
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
  z-index:10000002;
  border:none;
  position:fixed;
  box-shadow:0 3px 8px 2px #999
}
.VIpgJd-ZVi9od-SmfZ-OEVmcd {
  z-index:10000000;
  border:none;
  margin:0
}
.goog-te-gadget {
  font-family:arial;
  font-size:11px;
  color:#666;
  white-space:nowrap
}
.goog-te-gadget img {
  vertical-align:middle;
  border:none
}
.goog-te-gadget-simple {
  background-color:#FFF;
  border-left:1px solid #D5D5D5;
  border-top:1px solid #9B9B9B;
  border-bottom:1px solid #E8E8E8;
  border-right:1px solid #D5D5D5;
  font-size:10pt;
  display:inline-block;
  padding-top:1px;
  padding-bottom:2px;
  cursor:pointer
}
.goog-te-gadget-icon {
  margin-left:2px;
  margin-right:2px;
  width:19px;
  height:19px;
  border:none;
  vertical-align:middle
}
.goog-te-combo {
  margin-left:4px;
  margin-right:4px;
  vertical-align:baseline
}
.goog-te-gadget .goog-te-combo {
  margin:4px 0
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  font-size:12px;
  font-weight:bold;
  color:#444;
  text-decoration:none
}
.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-TvD9Pc-hSRGPd {
  display:block;
  margin:0 10px
}
.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  padding-top:2px;
  padding-left:4px
}
.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
  font-family:arial;
  font-size:10pt
}
.VIpgJd-ZVi9od-ORHb {
  margin:0;
  background-color:#E4EFFB;
  overflow:hidden
}
.VIpgJd-ZVi9od-ORHb img {
  border:none
}
.VIpgJd-ZVi9od-ORHb-bN97Pc {
  color:#000
}
.VIpgJd-ZVi9od-ORHb-bN97Pc img {
  vertical-align:middle
}
.VIpgJd-ZVi9od-ORHb-Tswv1b {
  color:#666;
  vertical-align:top;
  margin-top:0;
  font-size:7pt
}
.VIpgJd-ZVi9od-ORHb-KE6vqe {
  width:8px
}
.VIpgJd-ZVi9od-LgbsSe {
  border-color:#E7E7E7;
  border-style:none solid solid none;
  border-width:0 1px 1px 0
}
.VIpgJd-ZVi9od-LgbsSe div {
  border-color:#CCC #999 #999 #CCC;
  border-right:1px solid #999;
  border-style:solid;
  border-width:1px;
  height:20px
}
.VIpgJd-ZVi9od-LgbsSe button {
  background:transparent;
  border:none;
  cursor:pointer;
  height:20px;
  overflow:hidden;
  margin:0;
  vertical-align:top;
  white-space:nowrap
}
.VIpgJd-ZVi9od-LgbsSe button:active {
  background:none repeat scroll 0 0 #CCC
}
.VIpgJd-ZVi9od-SmfZ {
  margin:0;
  background-color:#FFF;
  white-space:nowrap
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd {
  text-decoration:none;
  font-weight:bold;
  font-size:10pt;
  border:1px outset #888;
  padding:6px 10px;
  white-space:nowrap;
  position:absolute;
  left:0;
  top:0
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd img {
  margin-left:2px;
  margin-right:2px;
  width:19px;
  height:19px;
  border:none;
  vertical-align:middle
}
.VIpgJd-ZVi9od-SmfZ-hSRGPd span {
  text-decoration:underline;
  margin-left:2px;
  margin-right:2px;
  vertical-align:middle
}
.goog-te-float-top .VIpgJd-ZVi9od-SmfZ-hSRGPd {
  padding:2px;
  border-top-width:0
}
.goog-te-float-bottom .VIpgJd-ZVi9od-SmfZ-hSRGPd {
  padding:2px;
  border-bottom-width:0
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed {
  text-decoration:none;
  color:#00C;
  white-space:nowrap;
  margin-left:4px;
  margin-right:4px
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration:underline
}
.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
  margin-left:2px;
  margin-right:2px
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color:#000
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  text-decoration:none
}
.VIpgJd-ZVi9od-xl07Ob {
  background-color:#FFF;
  text-decoration:none;
  border:2px solid #C3D9FF;
  overflow-y:scroll;
  overflow-x:hidden;
  position:absolute;
  left:0;
  top:0
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b {
  padding:3px;
  text-decoration:none
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b,
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:link {
  color:#00C;
  background:#FFF
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:visited {
  color:#551A8B
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:hover {
  background:#C3D9FF
}
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:active {
  color:#00C
}
.VIpgJd-ZVi9od-vH1Gmf {
  background-color:#FFF;
  text-decoration:none;
  border:1px solid #6B90DA;
  overflow:hidden;
  padding:4px
}
.VIpgJd-ZVi9od-vH1Gmf-KrhPNb {
  width:16px
}
.VIpgJd-ZVi9od-vH1Gmf-hgDUwe {
  margin:6px 0;
  height:1px;
  background-color:#aaa;
  overflow:hidden
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div {
  padding:4px
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .uDEFge {
  display:none
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .fmcmS {
  padding-left:4px;
  padding-right:4px
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd {
  text-decoration:none
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
  color:#00C;
  background:#FFF
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {
  color:#FFF;
  background:#36C
}
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:hover div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:active div {
  color:#000;
  font-weight:bold
}
.VIpgJd-ZVi9od-l9xktf {
  background-color:#FFF;
  overflow:hidden;
  padding:8px;
  border:none;
  border-radius:10px
}
.VIpgJd-ZVi9od-l9xktf-OEVmcd {
  background-color:#FFF;
  border:1px solid #6B90DA;
  box-shadow:0 3px 8px 2px #999;
  border-radius:8px
}
.VIpgJd-ZVi9od-l9xktf img {
  border:none
}
.VIpgJd-ZVi9od-l9xktf-fmcmS {
  margin-top:6px
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc {
  margin-top:6px;
  white-space:nowrap
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc * {
  vertical-align:middle
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc .DUGJie {
  background-image:url(https://www&google.com/images/zippy_minus_sm.gif)
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc .TdyTDe {
  background-image:url(https://www&google.com/images/zippy_plus_sm.gif)
}
.VIpgJd-ZVi9od-l9xktf-VgwJlc span {
  color:#00C;
  text-decoration:underline;
  cursor:pointer;
  margin:0 4px
}
.VIpgJd-ZVi9od-l9xktf-I9GLp {
  margin:6px 0 0
}
.VIpgJd-ZVi9od-l9xktf-I9GLp form {
  margin:0
}
.VIpgJd-ZVi9od-l9xktf-I9GLp form textarea {
  margin-bottom:4px;
  width:100%
}
.VIpgJd-ZVi9od-l9xktf-yePe5c {
  margin:6px 0 4px
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index:1000;
  position:fixed;
  transition-delay:.6s;
  left:-1000px;
  top:-1000px
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  transition-delay:0s;
  left:-14px;
  top:-14px
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  display:-moz-box;
  display:flex;
  -moz-box-align:center;
  align-items:center;
  -moz-box-pack:center;
  justify-content:center;
  width:104px;
  height:104px;
  border-radius:50px;
  background:#FFF url(https://www.gstatic.com/images/branding/product/2x/translate_24dp.png) 50% 50% no-repeat;
  transition:all .6s ease-in-out;
  transform:scale(.4);
  opacity:0
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
  transform:scale(.5);
  opacity:1
}
.VIpgJd-ZVi9od-aZ2wEe {
  margin:2px 0 0 2px;
  animation:spinner-rotator 1.4s linear infinite
}
@keyframes spinner-rotator {
  0% {
    transform:rotate(0deg)
  }
  100% {
    transform:rotate(270deg)
  }
}
.VIpgJd-ZVi9od-aZ2wEe-Jt5cK {
  stroke-dasharray:187;
  stroke-dashoffset:0;
  stroke:#4285F4;
  transform-origin:center;
  animation:spinner-dash 1.4s ease-in-out infinite
}
@keyframes spinner-dash {
  0% {
    stroke-dashoffset:187
  }
  50% {
    stroke-dashoffset:46.75;
    transform:rotate(135deg)
  }
  100% {
    stroke-dashoffset:187;
    transform:rotate(450deg)
  }
}
.VIpgJd-yAWNEb-L7lbkb html,
.VIpgJd-yAWNEb-L7lbkb body,
.VIpgJd-yAWNEb-L7lbkb div,
.VIpgJd-yAWNEb-L7lbkb span,
.VIpgJd-yAWNEb-L7lbkb iframe,
.VIpgJd-yAWNEb-L7lbkb h1,
.VIpgJd-yAWNEb-L7lbkb h2,
.VIpgJd-yAWNEb-L7lbkb h3,
.VIpgJd-yAWNEb-L7lbkb h4,
.VIpgJd-yAWNEb-L7lbkb h5,
.VIpgJd-yAWNEb-L7lbkb h6,
.VIpgJd-yAWNEb-L7lbkb p,
.VIpgJd-yAWNEb-L7lbkb a,
.VIpgJd-yAWNEb-L7lbkb img,
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul,
.VIpgJd-yAWNEb-L7lbkb li,
.VIpgJd-yAWNEb-L7lbkb table,
.VIpgJd-yAWNEb-L7lbkb form,
.VIpgJd-yAWNEb-L7lbkb tbody,
.VIpgJd-yAWNEb-L7lbkb tr,
.VIpgJd-yAWNEb-L7lbkb td {
  all:unset;
  font-size:100%;
  line-height:normal
}
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul {
  list-style:none
}
.VIpgJd-yAWNEb-L7lbkb table {
  border-collapse:collapse;
  border-spacing:0
}
.VIpgJd-yAWNEb-L7lbkb caption,
.VIpgJd-yAWNEb-L7lbkb th,
.VIpgJd-yAWNEb-L7lbkb td {
  text-align:left;
  font-weight:normal
}
.VIpgJd-yAWNEb-L7lbkb input::-moz-focus-inner {
  border:0
}
div>.VIpgJd-yAWNEb-L7lbkb {
  padding:10px 14px
}
.VIpgJd-yAWNEb-L7lbkb {
  color:#222;
  background-color:#fff;
  border:1px solid #eee;
  box-shadow:0 4px 16px rgba(0,0,0,.2);
  -moz-box-shadow:0 4px 16px rgba(0,0,0,.2);
  -webkit-box-shadow:0 4px 16px rgba(0,0,0,.2);
  display:none;
  font-family:arial;
  font-size:10pt;
  width:420px;
  padding:12px;
  position:absolute;
  z-index:10000
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS,
.VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
  clear:both;
  font-size:10pt;
  position:relative;
  text-align:justify;
  width:100%
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-r4nke {
  color:#999;
  font-family:arial,sans-serif;
  margin:4px 0;
  text-align:left
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TvD9Pc-LgbsSe {
  display:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-l4eHX {
  float:left;
  margin:0
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-PLDbbf {
  display:inline-block
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-fw42Ze-Z0Arqf-haAclf {
  display:none;
  width:100%
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-H9tDt {
  margin-top:20px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-LK5yu {
  float:left
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-qwU8Me {
  float:right
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-cGMI2b {
  min-height:15px;
  position:relative;
  height:1%
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-jOfkMb-Ne3sFf {
  background:-ms-linear-gradient(top,#29910d 0,#20af0e 100%);
  background:#29910d;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  box-shadow:inset 0 2px 2px #1e6609;
  -moz-box-shadow:inset 0 2px 2px #1e6609;
  -webkit-box-shadow:inset 0 2px 2px #1e6609;
  color:white;
  font-size:9pt;
  font-weight:bolder;
  margin-top:12px;
  padding:6px;
  text-shadow:1px 1px 1px #1e6609
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-hSRGPd {
  color:#15c;
  cursor:pointer;
  font-family:arial;
  font-size:11px;
  margin-right:15px;
  text-decoration:none
}
.VIpgJd-yAWNEb-L7lbkb>textarea {
  font-family:arial;
  resize:vertical;
  width:100%;
  margin-bottom:10px;
  border-radius:1px;
  border:1px solid #d9d9d9;
  border-top:1px solid silver;
  font-size:13px;
  height:auto;
  overflow-y:auto;
  padding:1px
}
.VIpgJd-yAWNEb-L7lbkb textarea:focus {
  box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  border:1px solid #4d90fe;
  outline:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-IbE0S {
  margin-right:10px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp {
  min-height:25px;
  vertical-align:middle;
  padding-top:8px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp {
  margin-bottom:5px;
  margin-bottom:0
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input {
  display:inline-block;
  min-width:54px;
  *min-width:70px;
  border:1px solid #dcdcdc;
  border:1px solid rgba(0,0,0,.1);
  text-align:center;
  color:#444;
  font-size:11px;
  font-weight:bold;
  height:27px;
  outline:0;
  padding:0 8px;
  vertical-align:middle;
  line-height:27px;
  margin:0 16px 0 0;
  box-shadow:0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 2px rgba(0,0,0,.1);
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
  border-radius:2px;
  transition:all .218s;
  background-color:#f5f5f5;
  background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);
  -webkit-user-select:none;
  -moz-user-select:none;
  cursor:default
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:hover {
  border:1px solid #c6c6c6;
  color:#222;
  transition:all 0s;
  background-color:#f8f8f8;
  background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active {
  border:1px solid #c6c6c6;
  color:#333;
  background-color:#f6f6f6;
  background-image:-o-linear-gradient(top,#f6f6f6,#f1f1f1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus:active {
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe {
  outline:none;
  border:1px solid #4d90fe;
  z-index:4!important
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.gk6SMd {
  background-color:#eee;
  background-image:-o-linear-gradient(top,#eee,#e0e0e0);
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
  border:1px solid #ccc;
  color:#333
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf {
  color:white;
  border-color:#3079ed;
  background-color:#4d90fe;
  background-image:-o-linear-gradient(top,#4d90fe,#4787ed)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active {
  border-color:#3079ed;
  background-color:#357ae8;
  background-image:-o-linear-gradient(top,#4d90fe,#357ae8)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
  box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);
  -webkit-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1);
  -moz-box-shadow:inset 0 0 0 1px #fff,0 1px 1px rgba(0,0,0,.1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:hover,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
  border-color:#3079ed
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-mrxPge {
  color:#999;
  font-family:arial,sans-serif
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-W0vJo-fmcmS {
  color:#999;
  font-size:11px;
  font-family:arial,sans-serif;
  margin:15px 0 5px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-u0pjoe-fmcmS {
  color:#800;
  display:none;
  font-size:9pt
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color:#c9d7f1;
  box-shadow:2px 2px 4px #99a;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  position:relative
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-xl07Ob {
  background:#fff;
  border:1px solid #ddd;
  box-shadow:0 2px 4px #99a;
  min-width:0;
  outline:none;
  padding:0;
  position:absolute;
  z-index:2000
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb {
  cursor:pointer;
  padding:2px 5px 5px;
  margin-right:0;
  border-style:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb:hover {
  background:#ddd
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb h1 {
  font-size:100%;
  font-weight:bold;
  margin:4px 0
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb strong {
  color:#345aad
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
  text-align:right;
  position:absolute;
  right:0;
  left:auto
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-j7LFlb-SIsrTd .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
  text-align:left;
  position:absolute;
  left:0;
  right:auto
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-fmcmS,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  background-color:#f1ea00;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  color:#f1ea00;
  cursor:pointer;
  margin:-2px -2px -2px -3px;
  padding:2px 2px 2px 3px;
  position:relative
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  color:#222
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
  color:white;
  position:absolute!important
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
  background-color:#c9d7f1;
  border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  box-shadow:rgba(0,0,0,.5) 3px 3px 4px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  cursor:pointer;
  margin:-2px -2px -2px -3px;
  padding:2px 2px 3px 3px;
  position:relative
}
.VIpgJd-yAWNEb-L7lbkb span:focus {
  outline:none
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-DyVDA {
  background-color:transparent;
  border:1px solid #4d90fe;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  margin:-2px;
  padding:1px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-LzX3ef {
  border-left:2px solid red;
  margin-left:-2px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-YIAiIb {
  border-right:2px solid red;
  margin-right:-2px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf {
  padding:2px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS {
  font-size:11px;
  padding:2px 2px 3px;
  margin:0;
  background-color:#fff;
  color:#333;
  border:1px solid #d9d9d9;
  border-top:1px solid #c0c0c0;
  display:inline-block;
  vertical-align:top;
  height:21px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-border-radius:1px
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:hover {
  border:1px solid #b9b9b9;
  border-top:1px solid #a0a0a0;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1)
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:focus {
  box-shadow:inset 0 1px 2px rgba(0,0,0,.3);
  outline:none;
  border:1px solid #4d90fe
}
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-sFeBqf {
  font-size:11px;
  padding:2px 6px 3px;
  margin:0 0 0 2px;
  height:21px
}
.VIpgJd-yAWNEb-L7lbkb>div {
  display:-moz-box;
  display:flex;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  flex-direction:column;
  font-family:"Google Sans",Arial,sans-serif
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-Ud7fr {
  display:-moz-box;
  display:flex;
  -moz-box-align:end;
  align-items:end;
  margin:14px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc-SIsrTd {
  margin-right:14px;
  color:#747775;
  font-size:14px;
  font-weight:500
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc-i3jM8c {
  margin-left:14px;
  color:#747775;
  font-size:14px;
  font-weight:500
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif {
  margin:0 16px 16px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
  width:auto;
  color:#1f1f1f;
  font-size:16px;
  text-align:initial
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 .VIpgJd-yAWNEb-SIsrTd {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
  border-radius:0 0 12px 12px;
  margin:0;
  background:#f1f4f9;
  position:relative;
  min-height:50px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid .VIpgJd-yAWNEb-SIsrTd {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
  display:-moz-box;
  display:flex;
  -moz-box-orient:vertical;
  -moz-box-direction:normal;
  flex-direction:column;
  width:77%;
  padding:12px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
  color:#1f1f1f;
  font-size:12px;
  font-weight:500
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
  color:#444746;
  font-size:12px;
  padding-top:4px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
  text-align:right
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
  position:absolute;
  top:10px;
  right:5px
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 .VIpgJd-yAWNEb-SIsrTd {
  left:5px;
  right:auto
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
  fill:#0b57d0
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
  margin:-4px 2px 0 0;
  padding:2px 0 0;
  width:48px;
  height:48px;
  border:none;
  border-radius:24px;
  cursor:pointer;
  background:none
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
  background:#e8ebec
}
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-aXYTce {
  display:none
}
sentinel {
}
/** Copyright 2005 Google Inc. All rights reserved. */

/* the GSearchControl CSS Classes
 * .gsc-control: the primary class of the control
 */
.gsc-control {
  width: 300px;
}

.gsc-control div {
  position: static;
}

/* Slight reset to make the preview have ample padding. */
.gsc-control-cse {
  padding: 1em;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.gsc-control-wrapper-cse {
  width: 100%;
}

/* control inputs
 * .gsc-search-box: the container that hosts the text input area
 * .gsc-input: the text input area
 * .gsc-keeper: the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table.gsc-search-box td {
  vertical-align: middle;
}

table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}

.gsc-search-button {
  width: 1%;
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gsc-clear-button {
  width: 14px;
}

.gsc-branding,
.gcsc-branding {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 4px;
}

.gsc-branding-text,
.gcsc-branding-text {
  vertical-align: top;
  padding-bottom: 2px;
  text-align: right;
  font-size: 11px;
  margin-right: 2px;
  color: #666;
}

.gsc-branding-text:first-child,
.gcsc-branding-text:first-child {
  flex-grow: 1;
}

.gsc-branding-img-noclear,
.gcsc-branding-img-noclear {
  width: 51px;
  vertical-align: bottom;
}

.gsc-branding-img,
.gcsc-branding-img {
  width: 65px;
  vertical-align: bottom;
}

.gsc-branding-youtube .gsc-branding-img-noclear {
  width: 55px;
}

.gsc-branding-youtube .gsc-branding-img {
  width: 69px;
}

.gsc-branding-vertical .gsc-branding-text .gsc-branding-text {
  margin-right: 0;
  text-align: center;
}

.gsc-branding-vertical .gsc-branding-img-noclear {
  text-align: center;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  position: relative;
  top: -1px;
  padding-left: 2px;
  padding-right: 2px;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  display: inline;
}

.gcsc-branding-text {
  white-space: nowrap;
}

.gcsc-branding-text {
  margin: 0 2px;
}

.gcsc-branding-img-noclear {
  width: auto;
}

.gsc-branding-clickable {
  cursor: pointer;
}

.gsc-search-button {
  margin-left: 2px;
}

.gsc-clear-button {
  display: inline;
  text-align: right;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('//www.google.com/cse/static/css/v2/clear.png');
  cursor: pointer;
}

.gsc-clear-button:hover {
  background-image: url('//www.google.com/cse/static/css/v2/clear-hover.png');
}

.gsc-search-box-tools .gsc-clear-button {
  display: none;
}

.gsc-results-close-btn {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  display: none;
  opacity: 0;
  height: 12px;
  width: 12px;
  position: absolute !important;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-results-close-btn-visible {
  display: block;
  opacity: 1;
}

.gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');

}

.gsc-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.gsc-modal-background-image {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 130%;
  width: 100%;
  z-index: 100001;
  background-color: white;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gsc-modal-background-image-visible {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  display: block;
}

.gsc-overflow-hidden {
  overflow: hidden;
}

/*
 * Given that this is sitting in a variable width table cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding: 1px 6px;
  border: 1px solid #ddd;
  width: 99%;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  outline: none;
}

.gsc-keeper {
  color: #36c;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
  background-image: url('//www.google.com/cse/static/css/blue_check.gif');
}

/* tabbed mode of search control
 * .gsc-positioningWrapper: wrapper for absolute positioning of gradient
 * .gsc-tabsArea: the box containing all of the tabs
 * .gsc-tabsAreaInvisible: same as above, but this is the state when search has been cleared
 * .gsc-tabHeader: an individual tab
 * .gsc-tabHeader.gsc-tabhActive: the active tab
 * .gsc-tabHeader.gsc-tabhInactive: an inactive tab
 * .gsc-tabData: the data area/box containing results and header data for each tab
 * .gsc-tabData.gsc-tabdActive: the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive: the data area for inactive tabs
 */
.gsc-positioningWrapper {
  position: relative;
}

.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  border-bottom: 1px solid #dfe1e5;
}

.gsc-tabsArea .gs-spacer,
.gsc-refinementsArea .gs-spacer {
  display: none;
}

.gsc-tabsAreaInvisible,
.gsc-refinementsAreaInvisible,
.gsc-refinementBlockInvisible {
  display: none;
}

.gsc-tabHeader {
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  min-width: 54px;
  padding: 0 8px 1px 8px;
  text-align: center;
}

.gsc-tabHeader.gsc-tabhInactive {
  cursor: pointer;
}

.gsc-tabData.gsc-tabdActive {
  display: block;
}

.gsc-tabData.gsc-tabdInactive {
  display: none;
}

/* gsc-resultsbox-invisible is preferred over gsc-tabdActive */
.gsc-tabData.gsc-tabdActive.gsc-resultsbox-invisible {
  display: none;
}

.gsc-refinementsArea {
  border-bottom: 1px solid #dfe1e5;
  clear: both;
  margin: 6px 0 4px 0;
}

.gsc-refinementHeader {
  position: static;
  margin-right: 2px;
  padding: 2px 8px 0 8px;
}

.gsc-refinementHeader.gsc-refinementhInactive {
  cursor: pointer;
  padding-bottom: 2px;
}

/* tab specific results header suppression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display: none;
}

/* style for auto-completion table
 * .gsc-completion-selected: highlighted completions.
 * .gsc-completion-container: styling for the table which contains the completions
 * .gsc-completion-promotion-selected: highlighted promotions
 */
.gsc-completion-selected {
  background: #eee;
  cursor: default;
}

.gsc-completion-selected .gsc-completion-promotion-table {
  cursor: pointer;
}

.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #ddd;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.gsc-completion-title {
  color: #00c;
  line-height: normal;
  white-space: normal;
}

.gsc-completion-snippet {
  line-height: normal;
  white-space: normal;
}

.gsc-completion-container .gsc-completion-icon-cell {
  width: 42px;
  height: 42px;
  padding-right: 10px;
}

.gsc-completion-icon {
  /* place image in the middle */
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #ddd;
}

.gsc-completion-container .gsc-completion-promotion-table {
  font-size: inherit;
  background: inherit;
  margin: 5px 0;
  width: 100%;
}

/* the results for each section
 * .gsc-resultsbox-{visible,invisible}: a complete-collection of results including headers
 * .gsc-results: the collection of results for a given searcher
 * .gsc-result: a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display: block;
}

.gsc-resultsbox-invisible {
  display: none;
}

.gsc-results {
  padding-bottom: 2px;
  width: 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: auto;
  overflow: hidden;
}

/* Ads */
.gsc-results .gsc-result .gs-ad-marker {
  display: none;
}

.gsc-wrapper {
  position: relative;
  display: block;
}

.gsc-adBlock {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.gsc-adBlock h2 {
  float: right;
  margin: 3px 5px 0;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
}

.gsc-adBlock .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
  padding-right: 3px;
}

.gsc-adBlock .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlock .gsc-ad cite {
  font-style: normal;
  color: green;
}

.gsc-adBlock .gsc-ad span {
  padding-left: 8px;
}

.gsc-adBlockNoHeight {
  height: 0;
}

.gsc-adBlockInvisible {
  display: none;
}

.gsc-adBlockVertical {
  position: relative;
  display: block;
  float: right;
  clear: right;
  width: 30%;
}

.gsc-adBlockBottom {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 4px;
}

.gsc-thinWrapper {
  width: 69%;
  float: left;
  overflow: hidden;
}

.gsc-wrapper.gsc-thinWrapper {
  border-right: 1px solid #e9e9e9;
}

.gsc-adBlockVertical h2 {
  text-align: center;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
  margin-top: 6px;
}

.gsc-adBlockVertical .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
}

.gsc-adBlockVertical .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlockVertical .gsc-ad cite {
  font-style: normal;
  color: green;
  display: block;
}

/* Standard configuration div/form */
.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.gsc-config {
  margin-bottom: 0;
}

.gsc-configSetting {
  margin-top: 6px;
}

.gsc-configSetting_Label {
  color: #676767;
}

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
}

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
}

.gsc-configSettingCheckboxLabel {
  display: inline;
  color: #676767;
}

.gsc-configSettingSubmit {
  margin-top: 8px;
  text-align: right;
}

.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

/* Added so elements inside a result are properly cleared by the container. */
.gsc-webResult:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gsc-webResult {
  zoom: 1;  /* IE-specific hack to get the layout clearing right. */
}

/* Wrapper for a result. */
.gsc-webResult.gsc-result {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #fff;
}

.gs-webResult .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0 5px 0;
}

.gsc-above-wrapper-area-invisible {
  display: none;
}

.gsc-above-wrapper-area-container {
  width: 100%;
}

.gsc-result-info {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 4px;
  text-align: left;
}

.gsc-result-info-container {
  text-align: left;
}

.gsc-result-info-invisible {
  display: none;
}

.gsc-orderby-container {
  text-align: right;
  background: transparent;
}

.gsc-orderby-invisible {
  display: none;
}

.gsc-orderby-label {
  color: #676767;
  padding: 5px 5px 6px 0;
}

.gsc-selected-option-container {
  background-color: whiteSmoke;
  background-image: linear-gradient(top, whiteSmoke, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
}

.gsc-selected-option {
  position: relative;
  width: 100%;
}

.gsc-control-cse .gsc-option-selector {
  border: none;
  height: 11px;
  margin-top: -4px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 7px;
  padding: 0 5px 0 5px;
  background: url(//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png) center no-repeat
}

.gsc-option-menu-invisible {
  display: none;
}

.gsc-control-cse .gsc-option-menu-container {
  color: #000;
  font-size: 80%;
  position: relative;
}

.gsc-control-cse .gsc-option-menu {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.gsc-option-menu-item {
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 30px;
  white-space: nowrap;
}

.gsc-option-menu-item-highlighted {
  background-color: #eee;
  border-color: #eee;
  border-width: 1px 0;
  color: #333;
}

.gsc-option {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  line-height: 27px;
  text-align: left;
}

.gs-web-image-box,
.gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  width: 62px; /* default width + 1px border */
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  border: 1px solid #e2e2e2;
  max-width: 60px; /* Small icons width. */
  max-height: 120px;  /* Limit height too. */
  /* IE-specific hack to simulate max-width and max-height. */
  /* For IE, image size will be 105 because various default
   * values for margins and borders are different.
   */
  width: expression(this.width > 64 ? '64px': true);
  height: expression(this.height > 120 ? '120px': true);
}

.gs-action {
  display: inline;
  margin-right: 0.6em;
}

.gs-action .gs-action {
  color: #77c;
}

.gs-action.cart .gs-action,
.gs-action.star .gs-action,
.gs-action.rss .gs-action,
.gs-action.download .gs-action,
.gs-action.email .gs-action,
.gs-action.mobile .gs-action,
.gs-action.share .gs-action,
.gs-action.fullscreen .gs-action,
.gs-action.generic .gs-action,
.gs-action.link .gs-action {
  padding-left: 18px;
  background: transparent url('//www.google.com/cse/images/action_icons_sprite.gif') no-repeat;
}

.gs-action.cart .gs-action {
  background-position: 0 0;
}

.gs-action.star .gs-action {
  background-position: -16px -34px;
}

.gs-action.rss .gs-action {
  background-position: -48px -98px;
}

.gs-action.download .gs-action {
  background-position: -64px -128px;
}

.gs-action.email .gs-action {
  background-position: -112px -224px;
}

.gs-action.mobile .gs-action {
  background-position: -131px -257px;
}

.gs-action.share .gs-action {
  background-position: -32px -64px;
}

.gs-action.fullscreen .gs-action {
  background-position: -79px -162px;
}

.gs-action.generic .gs-action {
  background-position: -144px -290px;
}

.gs-action.link .gs-action {
  background-position: -159px -321px;
}

/* Image Search */
.gs-ellipsis {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.gsc-imageResult-column {
  margin-right: 70px;
}

.gs-imageResult {
  break-inside: avoid;
  overflow: hidden;
}

.gs-imageResult .gs-image-box {
  position: relative;
}

.gs-imageResult .gs-text-box {
  color: #999;
  height: 4em;
}

/* No padding for image result */
.gs-imageResult .gs-title,
.gs-imageResult .gs-snippet,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short,
.gs-imageResult .gs-spelling {
  padding: 0;
}

/* Color hover text, but not no results text */
.gs-imageResult:not(.gs-no-results-result) .gs-snippet {
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
}

.gs-imageResult .gs-size {
  display: inline;
}

.gs-imageResult .gs-image-box {
  text-align: center; /* center align image in image box */
}

.gs-imageResult .gs-image-box .gs-image {
  border: none;
}

.gs-image-scalable {
  height: 180px;
}

.gs-selectedImageResult {
  /* 180px (gs-image-scalable height) + 2*5px (gs-image-thumbnail-box padding) +
   * 350px (gs-imagePreviewArea height)
   */
  height: 540px;
}

.gs-imagePreview {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/* Avoid auto dimensions for SVGs, lest they be hidden */
.gs-imagePreview:not([src$=".svg"]) {
  height: auto;
  width: auto;
}

.gs-imagePreviewArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: #222;
  width: 100%;
  height: 350px;
  left: 0;
  z-index: 100000;
}

.gs-imagePreviewArea-invisible {
  display: none;
}

.gs-previewSnippet {
  margin: 30px;
}

.gs-previewLink {
  color: #eee;
  font-size: 18px;
  text-decoration: none;
}

.gs-imagePreviewArea>.gs-previewLink {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.gs-previewTitle,
.gs-previewUrl,
.gs-previewSize {
  margin: 10px 0;
  color: #eee;
}

.gs-previewDescription {
  margin: 20px 0;
  color: #ccc;
}

/* Popup layout related styles */

.gsc-imageResult .gs-imageResult-popup {
  border: 0;
  margin: 0;
  width: auto; /* Override the default image result width */
  overflow: visible; /* popup box may overflow and should be visible */
  position: relative;
}

/* Instead put margin bottom and right on searcher image thumbnail. */
.gs-imageResult-popup .gs-image-thumbnail-box {
  padding: 5px;
}

.gs-imageResult-popup .gs-image-box {
  width: auto;
}

.gs-imageResult-popup .gs-image-popup-box {
  width: calc(100% - 20px);
  position: absolute;
  padding: 5px;
  margin: 5px;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-image-box {
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-text-box {
  height: auto;
  width: auto;
}

/* Do not show title for compact layout such as classic and popup */
.gs-imageResult-popup .gs-text-box .gs-title {
  display: none;
}


/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
}

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}

/* trailing more link at the bottom of a collection of results */
.gsc-imageResult .gsc-trailing-more-results {
  clear: both;
}

.gsc-results .gsc-trailing-more-results {
  margin-bottom: 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #00c;
  text-decoration: underline;
}

/* trailing cursor section */
.gsc-imageResult .gsc-cursor-box {
  clear: both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom: 0;
  display: inline;
}

.gsc-results .gsc-cursor {
  color: #333;
  display: inline;
  fill: #333;
}

.gsc-results .gsc-cursor-box {
  margin-bottom: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #000;
  margin-right: 8px;
  display: inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  cursor: default;
  color: #a90a08;
  font-weight: bold;
  text-decoration: none;
}

/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title: typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider: typically separates results from ads
 * .gs-visibleUrl: typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl: for news, and other similar services, this is a cluster of additional results
 * .gs-image: an actual image in a result
 * .gs-phone: a phone number
 * .gs-address: an address (includes street, city, region, country)
 * .gs-streetAddress: a street (including #)
 * .gs-city: a city
 * .gs-region: a region (zip code, area, etc.)
 * .gs-country: a country
 * .gs-snippet: snippetized content
 * .gs-watermark: indicator that user selected this result
 * .gs-metadata: generic metadata, e.g.,
 * .gs-image-box: generic container for a result's image (within a table)
 * .gs-text-box: generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #00c;
  text-decoration: none;
}

a .gs-captcha-info-link{
  color: #00c;
  text-decoration: none;
  text-decoration: underline;
  cursor: pointer;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.gsc-control-cse .gs-result .gs-spelling-original {
  font-size: 13px;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}

.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display: inline;
  margin-left: 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display: none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display: none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display: inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

.gs-promotion .gs-title,
.gs-promotion .gs-title * {
  text-decoration: none;
}

.gs-title .gs-promotion-title-right {
  color: #000;
}

.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #fff;
}

.gs-fileFormat {
  color: #666;
  font-size: 12px;
}

.gs-fileFormatType {
  font-size: 12px;
}

.gs-promotion table {
  border: none;
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.gs-promotion table .gs-snippet a .gs-title,
.gs-promotion table .gs-snippet a .gs-title * {
  font-size: 13px;
}

.gs-promotion em {
  font-style: normal;
  font-weight: bold;
}

.gs-promotion .gs-title em {
  color: inherit;
  text-decoration: inherit;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  vertical-align: middle;
  border: 1px solid #e2e2e2;
}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display: block; }
 * .gs-localResult .gs-directions { display: none; }
 */
.gs-result .gs-directions-to-from {
  display: none;
  margin-top: 4px;
}

.gs-result .gs-directions-to-from .gs-label {
  display: inline;
  margin-right: 4px;
}

.gs-result .gs-directions-to-from .gs-secondary-link {
  display: inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
}

.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gsc-loading-fade .gsc-result-info,
.gsc-loading-fade .gsc-loading-resultsRoot,
.gsc-loading-resultsRoot, /* customized root */
.gsc-loading-fade .gsc-loading-refinementsArea,
.gsc-loading-fade .gsc-adBlock,
.gsc-loading-fade .gsc-adBlockVertical,
.gsc-loading-fade .gsc-adBlockNoHeight {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
  filter: alpha(opacity=33.3);
  opacity: 0.333;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  background-color: rgb(255, 244, 194);
  border: 1px solid rgb(255, 204, 51);
  display: inline-block;
  margin: 5px;
  padding: 5px;
}

.gs-backfill-message {
  padding: 8px 4px;
}

.gs-captcha-wrapper {
  margin-top: 12px;
}

span .gs-captcha-msg {
  color: #333;
  margin-top: 1px;
}

#recaptcha-wrapper {
  display: inline-block;
  margin-top: 30px;
}

.gs-stylized-error-result {
  text-align: center;
}

.gs-stylized-error-message {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.gs-stylized-error-submessage {
  margin: 0 0 20px 0;
}

.gs-stylized-error-link {
  background: #1a73e8;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}

.gs-stylized-error-link {
  text-decoration: none;
}

.gs-result .gs-watermark {
  font-size: 10px;
  color: #77c;
}

.gs-results-attribution {
  text-align: center;
  margin-bottom: 4px;
}

.gs-results-attribution,
.gs-results-attribution * {
  font-size: 10px;
  color: #676767;
  text-decoration: none;
}

.gs-results-attribution a {
  color: #00c;
  cursor: pointer;
}

.gs-results-attribution a:hover {
  text-decoration: underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker: disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd .gs-ad-marker,
.gs-webAd .gs-ad-marker {
  padding-left: 4px;
}

.gs-webResult .gs-visibleUrl-short,
.gs-promotion .gs-visibleUrl-short {
  display: none;
}

.gs-webResult .gs-visibleUrl-long,
.gs-promotion .gs-visibleUrl-long {
  overflow: hidden;
}

.gs-webResult .gs-visibleUrl-long {
  display: none;
}

/* Per result labels */
.gs-webResult .gs-per-result-labels .gs-label {
  text-decoration: underline;
  cursor: pointer;
  padding: 3px;
  color: black;
}

.gs-webResult .gs-per-result-labels .gs-label.gs-labelActive {
  cursor: default;
  text-decoration: none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country suppressed
 * - small font size for info window's
 */

.gs-localAd .gs-address * {
  color: #676767;
}

.gs-localAd .gs-street {
  display: inline;
}

.gs-city {
  display: inline;
}

.gs-region {
  display: inline;
}

.gs-country {
  display: none;
}

.gs-infoWindow * {
  font-size: 11px;
}

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
}

.gs-videoResult td .gs-image-box {
  width: 110px;
  height: 78px;
}

.gs-videoResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-book-image-box td,
.gs-bookResult td {
  vertical-align: top;
}

.gs-book-image-box,
.gs-book-image-box div {
  position: static;
  text-align: start;
}

.gs-book-image-box {
  width: 75px;
  height: 90px;
}

.gs-bookResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}

.gs-book-image-box img {
  border-spacing: 0 0;
  border: none;
}

.gs-book-image-box .gs-row-1 {
  line-height: 7px;
}

.gs-book-image-box .gs-pages {
  height: 7px;
  width: 45px;
}

.gs-book-image-box .gs-page-edge {
  height: 7px;
  width: 11px;
}

.gs-book-image-box .gs-image {
  height: 80px;
  border: 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display: inline;
  color: #6f6f6f;
}

.gs-bookResult .gs-publishedDate {
  display: inline;
}

.gs-bookResult .gs-pageCount {
  display: inline;
  color: #6f6f6f;
  margin-left: 4px;
}

/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-patentResult td {
  vertical-align: top;
}

.gs-patentResult .gs-patent-number,
.gs-patentResult .gs-publishedDate,
.gs-patentResult .gs-author {
  display: inline;
}

.gs-patentResult .gs-image-box {
  padding-right: 8px;
}

.gs-patentResult .gs-image {
  border: 1px solid #77c;
}

.gs-spelling {
  color: #333;
  padding-left: 7px;
  padding-right: 7px;
}

.gs-spelling a {
  color: #00c;
  cursor: pointer;
}

.gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gs-bidi-start-align {
  text-align: left;
}

.gs-bidi-end-align {
  text-align: right;
}

.gs-snippet {
  color: #333;
  margin-top: 1px;
}

.gsc-control-cse-zh_CN .gs-snippet b,
.gsc-control-cse-zh_CN .gs-promotion em,
.gsc-control-cse-zh_TW .gs-snippet b,
.gsc-control-cse-zh_TW .gs-promotion em {
  color: #c03;
  font-style: normal;
  font-weight: normal;
}

.gsc-snippet-metadata {
  vertical-align: top;
}

.gsc-snippet-metadata,
.gsc-role,
.gsc-tel,
.gsc-org,
.gsc-location,
.gsc-reviewer,
.gsc-author {
  color: #666;
}

.gsc-rating-bar {
  vertical-align: top;
  display: inline-block;
  width: 64px;
  height: 12px;
  background: transparent url(/cse/static/css/cse_snippets_stars.png) -65px 0 no-repeat;
  overflow: hidden;
  margin: 3px 0 0 0;
}

.gsc-rating-bar span {
  vertical-align: top;
  display: inline-block;
  height: 12px;
  background: transparent url(/cse/static/css/cse_snippets_stars.png) 0 0 no-repeat;
}

.gsc-review-agregate-first-line {
  margin: 0 40px 0 0;
  padding: 6px 0;
}

.gsc-review-agregate-odd-lines,
.gsc-review-agregate-even-lines {
  margin: 0 40px 0 0;
  padding: 6px 0;
  border-top: 1px solid #ebebeb;
}

.gsc-table-result,
.gs-promotion-table {
  border-spacing: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  vertical-align: top;
}

.gsc-table-cell-snippet-close {
  padding: 1px 0;
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
  vertical-align: top;
  width: 100%;
}

.gs-promotion-text-cell {
  margin-left: 8px;
  margin-right: 8px;
}

.gs-promotion-text-cell .gs-visibleUrl,
.gs-promotion-text-cell .gs-snippet {
  font-size: 13px;
}

.gsc-table-cell-snippet-open {
  vertical-align: top;
  width: 100%;
  padding: 1px 0;
}

.gsc-preview-reviews {
  color: #333;
}

.gsc-preview-reviews ul {
  padding-left: 0;
  padding-right: 0;
}

.gsc-preview-reviews li {
  list-style: none;
  width: 90%;
}

.gsc-zippy {
  margin: 2px 8px 0 0;
  float: right;
  outline: none;
  overflow: hidden;
  height: 14px;
  width: 14px;
  background-position: -19px -5px;
  position: relative;
  top: -6px;
}

.gsc-table-cell-snippet-close .gsc-preview-reviews {
  display: none;
}

.gsc-table-cell-snippet-close .gsc-zippy {
  background: transparent url(/cse/static/css/plus_icons.png) -19px -5px no-repeat;
}

.gsc-table-cell-snippet-open .gsc-zippy {
  background: transparent url(/cse/static/css/minus_icons.png) -19px -5px no-repeat;
}

/*
 * Cross-browser implementation of the "display: inline-block" CSS property.
 * See http://www.w3.org/TR/CSS21/visuren.html#propdef-display for details.
 */
/* Gecko hack */
html>body .gsc-inline-block {
  display: -moz-inline-box;
  display: inline-block;
}

/* Default rule */
.gsc-inline-block {
  display: inline-block;
}

/* Show url at the top of the web result snippet */
.gsc-webResult .gsc-url-top {
  display: block;
}

.gsc-webResult .gsc-url-bottom {
  display: none;
}

/* Show url at the bottom of the image result snippet */
.gsc-imageResult .gsc-url-top {
  display: none;
}

.gsc-imageResult .gsc-url-bottom {
  display: inline;
}

.gsc-thumbnail-left {
  display: none;
}

/* CSS for labeling search results feature. */
.gsc-label-result-main-box-visible {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 28%;
  top: 30%;
  left: 35%;
  border: 1px solid rgba(0, 0, 0, .333);
}

.gsc-label-result-main-box-invisible {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
}

.gsc-label-result-url {
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #008000;
  margin-top: 5px;
  font-size: 13px;
}

.gsc-label-result-url-title {
  white-space: nowrap;
  margin-top: 10px;
  font-size: 15px;
  color: #00c;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.gsc-label-result-url-heading {
  margin-bottom: 15px;
}

.gsc-label-result-labels {
  vertical-align: text-top;
  font-size: 13px;
  color: #000;
}

.gsc-label-box {
  margin-top: 5px;
}

.gsc-labels-box {
  margin-top: 15px;
}

.gsc-label-result-buttons {
  margin-top: 20px;
}

.gsc-labels-no-label-div-visible {
  margin-top: 20px;
}

.gsc-labels-no-label-div-invisible {
  display: none;
}

.gsc-labels-label-div-visible {
  margin-top: 10px;
}

.gsc-labels-label-div-invisible {
  display: none;
}

.gsc-label-result-form-label {
  margin-right: 20px;
  margin-left: 2px;
  font-size: 13px;
  color: #000;
  vertical-align: text-top;
}

.gsc-label-result-form-div {
  margin-top: 5px;
}

.gsc-label-result-label-prefix-visible {
  width: 90%;
  height: 20px;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-invisible {
  display: none;
}

.gsc-label-result-label-prefix-error {
  color: red;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-error-invisible {
  display: none;
}

.gsc-label-result-heading {
  font-size: 17px;
  color: black;
}

.gsc-result-label-button {
  background-color: #f5f5f5;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 0 8px;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  height: 29px;
  border: 1px solid #dcdcdc;
  border-color: rgba(0, 0, 0, .1);
  color: #444;
  margin-right: 10px;
  width: 72px;
}

.gsc-result-label-save-button {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-add-label-error {
  color: red;
  padding-top: 20px;
}

.gsc-add-label-error-invisible {
  display: none;
}

.gsc-label-results-close-btn-visible {
  display: block;
  opacity: 0.7;
}

.gsc-label-result-saving-popup {
  font-size: 13px;
  -webkit-transition: opacity 218ms;
  -moz-transition: opacity 218ms;
  -o-transition: opacity 218ms;
  transition: opacity 218ms;
  border-width: 1px;
  height: 14px;
  opacity: 1;
  padding: 6px 16px;
  background-color: #f9edbe;
  border-color: #f0c36d;
  color: #333;
  position: fixed !important;
  top: 10%;
  left: 45%;
  border-style: solid;
  border-radius: 2px;
}

.gsc-label-result-saving-popup-invisible {
  display: none;
}

/* CSS for richsnippets feature. */
.gsc-richsnippet-popup-box {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 25%;
  top: 15%;
  left: 25%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 65%;
  width: 50%;
  padding: 30px;
  padding-bottom: 10px;
 }

.gsc-richsnippet-popup-box-invisible {
  display: none;
}

.gsc-richsnippet-showsnippet-label {
  color: #009;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

.gsc-richsnippet-individual-snippet-box {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 20px;
}

.gsc-richsnippet-individual-snippet-key {
  font-size: 14px;
  padding: 1px 0 6px;
  color: #009;
}

.gsc-richsnippet-individual-snippet-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gsc-richsnippet-popup-box-title {
 padding-bottom: 20px;
 font-size: 15px;
}

.gsc-richsnippet-popup-box-title-text {
  color: #404040;
  display: inline;
}

.gsc-richsnippet-popup-box-title-url {
  font-weight: bold;
  color: black;
  display: inline;
}

.gsc-richsnippet-individual-snippet-keyvalue {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.gsc-richsnippet-individual-snippet-keyelem {
  font-weight: bold;
  white-space: nowrap;
}

.gsc-richsnippet-individual-snippet-valueelem {
  margin-left: 6px;
}

.gsc-richsnippet-popup-close-button {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  height: 12px;
  width: 12px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-richsnippet-popup-box-contents {
  overflow-x: hidden;
  overflow-y: auto;
  height: 88%;
}

.gcsc-find-more-on-google {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}

.gcsc-find-more-on-google-magnifier {
  margin-right: 10px;
  vertical-align: middle;
}

.gcsc-find-more-on-google-text {
  vertical-align: middle;
}

.gcsc-find-more-on-google-query {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.gcsc-find-more-on-google-branding {
  display: inline-block;
  float: right;
}

.gsc-imageResult>.gsc-expansionArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Facet box */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding: 1px 0;
  white-space: nowrap;
  vertical-align: middle;
}
/**
 * Default Theme, v4.
 *
 */

/* Selector for entire element. */
.gsc-control-cse {
  background-color: #fff;
  border: 1px solid #fff;
}

.gsc-control-cse .gsc-table-result {
  width: auto;
}

.gsc-resultsHeader {
  border: block;
}

/* Search input */
.gsc-input {
  font-size: 16px;
}

/* Hide clear input X added by MSIE. */
.gsc-input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.gsc-input-box {
  border: 1px solid #dfe1e5;
  background: #fff;
}

.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: 1px solid #4d90fe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
  outline: none;
}

/* Search button */
.gsc-search-button-v2 {
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;

  border: 1px solid #666;
  border-radius: 2px;

  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.gsc-search-button-v2:hover {
  border-color: #2f5bb7;
  background-color: #357ae8;
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Inactive tab */
.gsc-tabHeader.gsc-tabhInactive {
  color: #666;
}

/* Active tab */
.gsc-tabHeader.gsc-tabhActive {
  border-bottom: 2px solid #1a73e8;
  color: #1a73e8;
}

.gsc-refinementHeader {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  line-height: 27px;
  margin-right: 0;
}

.gsc-refinementHeader.gsc-refinementhActive {
  border-bottom: 2px solid #1a73e8;
  color: #1a73e8;
}

/* Inner wrapper for a result */
.gsc-webResult.gsc-result {
  border: 1px solid #fff;
}

/* Set link colors. */
.gs-result .gs-title *,
.gsc-cursor-page,
.gs-spelling a {
  color: #15c;
}

/* Snippet text color */
.gs-webResult .gs-snippet,
.gs-fileFormatType {
  color: #333;
}

/*Promotion Settings*/
/* The entire promo */
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

/* Promotion links */
.gs-promotion .gs-title:link,
.gs-promotion .gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #15c;
}

.gs-promotion .gs-title:visited,
.gs-promotion .gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #15c;
}

.gs-promotion .gs-title:hover,
.gs-promotion .gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #15c;
}

.gs-promotion .gs-title:active,
.gs-promotion .gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #15c;
}

/* Promotion snippet */
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000;
}

/* Promotion url */
.gs-promotion .gs-visibleUrl,
.gs-webResult .gs-visibleUrl {
  color: #093;
}

/* Style for auto-completion table
 * .gsc-completion-selected: styling for a suggested query which the user has moused-over
 * .gsc-completion-container: styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #eee;
}

.gsc-completion-container {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #ccc;
  /* The top, left, and width are set in JavaScript. */
}

.gsc-completion-title {
  color: #15c;
}

.gsc-completion-snippet {
  color: #000;
}

.gsc-results .gsc-cursor-box {
  margin: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
  color: #666;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: underline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #1a73e8;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15c;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #15c;
  border-right: 1px solid #15c;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #15c;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #15c;
}

.gsc-context-box .gsc-chart div {
  background: #15c;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #15c;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

.gs-webResult .gs-title .gs-title.gsc-usr-group-heading {
  color: #15c;
  cursor: pointer;
}

.gs-webResult .gs-title .gs-title.gsc-usr-group-heading b {
  color: #15c;
}

.gcsc-find-more-on-google {
  color: #15c;
}

.gcsc-find-more-on-google-magnifier {
  fill: #15c;
}
.gsc-control-cse {
  font-family:arial, sans-serif
}
.gsc-control-cse .gsc-table-result {
  font-family:arial, sans-serif
}
.gsc-refinementsGradient {
  background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0))
}
.gsc-control-cse {
  border-color:#FFFFFF;
  background-color:#FFFFFF
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border-color:#D9D9D9
}
.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  border-color:#666666;
  background-color:#CECECE;
  background-image:none;
  filter:none
}
.gsc-search-button-v2 svg {
  fill:#FFFFFF
}
.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
  color:#CCCCCC;
  border-color:#CCCCCC;
  background-color:#FFFFFF
}
.gsc-tabHeader.gsc-tabhInactive,
.gsc-refinementHeader.gsc-refinementhInactive {
  color:#CCCCCC;
  border-color:#CCCCCC;
  background-color:#FFFFFF
}
.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-color:#FFFFFF;
  background-color:#FFFFFF
}
.gsc-webResult.gsc-result:hover {
  border-color:#FFFFFF;
  background-color:#FFFFFF
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color:#0000CC
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color:#0000CC
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color:#0000CC
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color:#0000CC
}
.gsc-cursor-page {
  color:#0000CC
}
a.gsc-trailing-more-results:link {
  color:#0000CC
}
.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
  color:#000000
}
.gs-webResult div.gs-visibleUrl {
  color:#008000
}
.gs-webResult div.gs-visibleUrl-short {
  color:#008000
}
.gsc-cursor-box {
  border-color:#FFFFFF
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color:#CCCCCC;
  background-color:#FFFFFF;
  color:#CCCCCC
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color:#CCCCCC;
  background-color:#FFFFFF;
  color:#CCCCCC
}
.gsc-webResult.gsc-result.gsc-promotion {
  border-color:#336699;
  background-color:#FFFFFF
}
.gsc-completion-title {
  color:#0000CC
}
.gsc-completion-snippet {
  color:#000000
}
.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color:#0000CC
}
.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color:#0000CC
}
.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color:#0000CC
}
.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color:#0000CC
}
.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color:#000000
}
.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
  color:#008000
}
.gcsc-find-more-on-google {
  color:#0000CC
}
.gcsc-find-more-on-google-magnifier {
  fill:#0000CC
}
.gscb_a {
  display:inline-block;
  font:27px/13px arial,sans-serif
}
.gsst_a .gscb_a {
  color:#a1b9ed;
  cursor:pointer
}
.gsst_a:hover .gscb_a,
.gsst_a:focus .gscb_a {
  color:#36c
}
.gsst_a {
  display:inline-block
}
.gsst_a {
  cursor:pointer;
  padding:0 4px
}
.gsst_a:hover {
  text-decoration:none!important
}
.gsst_b {
  font-size:16px;
  padding:0 2px;
  position:relative;
  user-select:none;
  -moz-user-select:none;
  white-space:nowrap
}
.gsst_e {
  vertical-align:middle;
  opacity:0.55;
}
.gsst_a:hover .gsst_e,
.gsst_a:focus .gsst_e {
  opacity:0.72;
}
.gsst_a:active .gsst_e {
  opacity:1;
}
.gsst_f {
  background:white;
  text-align:left
}
.gsst_g {
  background-color:white;
  border:1px solid #ccc;
  border-top-color:#d9d9d9;
  box-shadow:0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
  margin:-1px -3px;
  padding:0 6px
}
.gsst_h {
  background-color:white;
  height:1px;
  margin-bottom:-1px;
  position:relative;
  top:-1px
}
.gsib_a {
  width:100%;
  padding:4px 6px 0
}
.gsib_a,
.gsib_b {
  vertical-align:top
}
.gssb_c {
  border:0;
  position:absolute;
  z-index:989
}
.gssb_e {
  border:1px solid #ccc;
  border-top-color:#d9d9d9;
  box-shadow:0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);
  cursor:default
}
.gssb_f {
  visibility:hidden;
  white-space:nowrap
}
.gssb_k {
  border:0;
  display:block;
  position:absolute;
  top:0;
  z-index:988
}
.gsdd_a {
  border:none!important
}
.gsq_a {
  padding:0
}
.gssb_a {
  padding:0 7px
}
.gssb_a,
.gssb_a td {
  white-space:nowrap;
  overflow:hidden;
  line-height:22px
}
#gssb_b {
  font-size:11px;
  color:#36c;
  text-decoration:none
}
#gssb_b:hover {
  font-size:11px;
  color:#36c;
  text-decoration:underline
}
.gssb_g {
  text-align:center;
  padding:8px 0 7px;
  position:relative
}
.gssb_h {
  font-size:15px;
  height:28px;
  margin:0.2em
}
.gssb_i {
  background:#eee
}
.gss_ifl {
  visibility:hidden;
  padding-left:5px
}
.gssb_i .gss_ifl {
  visibility:visible
}
a.gssb_j {
  font-size:13px;
  color:#36c;
  text-decoration:none;
  line-height:100%
}
a.gssb_j:hover {
  text-decoration:underline
}
.gssb_l {
  height:1px;
  background-color:#e5e5e5
}
.gssb_m {
  color:#000;
  background:#fff
}
.gssb_a {
  padding:0 9px
}
.gsib_a {
  padding:5px 9px 4px 9px
}
.gscb_a {
  line-height:27px
}
.gssb_e {
  border:0
}
.gssb_l {
  margin:5px 0
}
input.gsc-input::-webkit-input-placeholder {
  font-size:14px
}
input.gsc-input:-moz-placeholder {
  font-size:14px
}
input.gsc-input::-moz-placeholder {
  font-size:14px
}
input.gsc-input:-ms-input-placeholder {
  font-size:14px
}
input.gsc-input:focus::-webkit-input-placeholder {
  color:transparent
}
input.gsc-input:focus:-moz-placeholder {
  color:transparent
}
input.gsc-input:focus::-moz-placeholder {
  color:transparent
}
input.gsc-input:focus:-ms-input-placeholder {
  color:transparent
}
.gssb_c .gsc-completion-container {
  position:static
}
.gssb_c {
  z-index:5000
}
.gsc-completion-container table {
  background:transparent;
  font-size:inherit;
  font-family:inherit
}
.gssb_c > tbody > tr,
.gssb_c > tbody > tr > td,
.gssb_d,
.gssb_d > tbody > tr,
.gssb_d > tbody > tr > td,
.gssb_e,
.gssb_e > tbody > tr,
.gssb_e > tbody > tr > td {
  padding:0;
  margin:0;
  border:0
}
.gssb_a table,
.gssb_a table tr,
.gssb_a table tr td {
  padding:0;
  margin:0;
  border:0
}
