@charset "shift_jis";

/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 100px;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #ffffff  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* 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: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}

/*customize*/
#searcharea {
margin: 0;
padding: 0;
}

.gsc-search-box {
margin: 0!important;
padding: 0!important;
}

/*検索ボックス*/
table.gsc-search-box td.gsc-input {
width: 89px;!important;
padding-right: 0!important;
}

.gsc-input input {
width: 82px;!important;
height: 19px;
margin-right: 4px;
border-top: 2px solid #444;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 2px solid #444;
background: #fff!important;
}

/*検索ボタン*/
.cse input.gsc-search-button,
input.gsc-search-button {
display: block;
width: 41px;
height: 22px;
background: url(/image/nav/m1_search.gif) no-repeat 0 0;
text-indent: -9999px;
font-size: 0;
line-height: 0;
border: none;
cursor: pointer;
}

/*クリアボタン*/
td.gsc-clear-button {
display: none;
}

div.gsc-clear-button {
display: none;
}

/*検索結果表示枠*/
.cse .gsc-control-cse, .gsc-control-cse {
padding: 0;!important;
width: 760px;!important;
}

/*検索結果表示*/
div.gsc-wrapper {
margin-top: 10px;
}

/*検索結果検索ボックス*/
table.gsc-search-box {
width:125px;!important;
}

/*検索結果フォントサイズ*/
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
font-size: 110%;!important;
}

td.gsc-table-cell-snippet-close {
font-size: 100%;!important;
}

/* Yahoo移行対応 */
#srchBox
{
width:298px;
_width:296px;
margin-bottom:10px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
color:#000000;
text-align:left;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
float:left;
width:142px;
margin-right:6px;
vertical-align:bottom;
padding:0 0 0 2px;
}
#srchBox #srchBtn
{
display: block;
float:right;
width: 41px;
height: 22px;
background: url(/image/nav/m1_search.gif) no-repeat 0 0;
text-indent: -9999px;
font-size: 0;
line-height: 0;
border: none;
cursor: pointer;
color: #000000;
text-shadow: 0 1px 2px #FFFFFF;
background-color: #ffffff  border: 1px outset;
border-color: #666666;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox #srchBtn:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";	
	}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
padding-bottom: 6px;
}
#srchBox.watermark #srchInput
{
height:18px!important;
margin-top:1px;
padding:0 0 0 2px;
border:1px solid #a5acb2;
background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}

/* yahoo検索追加css */
#searcharea #srchBox {
	border:0;
	width:192px;
	margin-bottom:0;
}

#searcharea #srchBox #srch {
	padding:0;
	}

#searcharea #srchBox #srchInput {
	width:142px;
	margin-right:5px;	
}

#searcharea #srchBox.watermark {
	padding-bottom:0px;
	}
#searcharea #srchBox.watermark #srchInput.nomark {
  background-image: none;
  }
#searcharea input.gsc-search-button:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}

/* probo検索追加css */
.srchBox .srchForm * {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: small;
  font: x-small;
}

.srchBox .srchForm {
  border: 0;
  width: 192px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.srchBox .srch {
  padding: 0;
}

.srchBox #q, .srchBox #q2 {
	width:142px;
	margin-right:5px;
  height: 18px!important;
  margin-top: 1px;
  padding: 0 0 0 2px;
  float: left;
  border: 1px solid #a5acb2;
  background: #fff;
  vertical-align: bottom;
}

.srchBox .srchForm input.submit {
display: block;
float:right;
width: 41px;
height: 22px;
background: url(/image/nav/m1_search.gif) no-repeat 0 0;
text-indent: -9999px;
font-size: 0;
line-height: 0;
border: none;
cursor: pointer;
color: #000000;
text-shadow: 0 1px 2px #FFFFFF;
background-color: #ffffff  border: 1px outset;
border-color: #666666;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

.srchBox .pbox-refine-2 {
  padding: 7px 0;
}

.srchBox .pbox-refine-2 input, .srchBox .pbox-refine-2 span {
  display: inline-block;
  vertical-align: middle;
}

.srchBox .pbox-refine-2 span {
  line-height: 1;
}

.pbox-refine-2 ._title,
.pbox-search-status,
.pbox-sort-selector,
.pbox-count-selector,
.pbox-related,
.pbox-recommend,
.pbox-pagenav,
.pbox-searchresult {
  font-size: 115%;
}

.srchBox .srchForm .submit:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";	
	}

._records ._url {
	word-break:break-all;
}