@charset "UTF-8";
/* ===================================================================
  SCE CONFIDENTIAL
  ©2014 Sony Computer Entertainment Inc.
	
	GSAスタイルcommon
=================================================================== */
/* 基本レイアウト
---------------------------------------------- */
#contentBody {
  word-wrap: break-word;
  overflow: auto;
}
#contentBody table {
  word-break: break-all;
}

#top_sep_bar {
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 90%;
}
#contentBody #top_sep_bar p {
  margin-bottom: 0;
}

/* 検索結果
---------------------------------------------- */
.main-results-without-dn {
  margin-bottom: 40px;
}
#contentBody p {
  margin-bottom: 20px;
}
blockquote.g {
  margin-left: 20px;
}
.resultBox  {
  margin-bottom: 2em;
}
.resultBox h3 {
  font-size: 115%;
  font-weight: normal;
  margin-bottom: 5px;
}
.resultBox h3 a{
  display: block;
}
.resultBox .url,
.resultBox .showsize,
.resultBox .showdate{
  font-size: 90%;
  color: #008000;
}

/* bottom検索ボックス
----------------------------- */
#contentBody .bottom-search-box p {
  margin-bottom: 10px;
  text-align: center;
}


/* 検索結果0件
----------------------------- */
.noResult {
  margin-bottom: 30px;
  padding: 10px 0 30px;
  border-bottom: 1px solid #ddd;
}
.noResult p  {
  margin-bottom: 1.5em;
}
.noResult h3  {
  font-weight: normal;
  margin-bottom: 0.5em;
}
ul.default  {
  list-style: disc outside;
}
ul.default li  {
  margin-left: 1.5em;
}

/* bottomナビ
---------------------------------------------- */
#contentBody #bottom-navigation {
  margin: 40px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#contentBody #bottom-navigation table {
  width: auto;
  margin: 0 auto;
  word-break: normal;
}
#contentBody #bottom-navigation table td {
  padding: 5px;
  border: none;
}
#contentBody #bottom-navigation table td.prev,
#contentBody #bottom-navigation table td.next {
  padding-left: 10px;
  padding-right: 10px;
}
#contentBody #bottom-navigation table td.current {
  font-weight: bold;
}
#contentBody #bottom-navigation table td a {
  padding: 4px;
}

/* Cascading Style Sheet for GSA Suggest.
---------------------------------------------- */
/* Classes for suggestion box */
.ss-embed-mode {
  margin-top: 27px !important;
  right: -20px;
  width: 365px;
}
/* サジェストtable */
.ss-gac-m {
  position: absolute;
  z-index: 99;
  background: #fff;
  border: 1px solid #ccc;
  cursor: default;
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.3);
}
.ss-gac-m td {
  padding: 3px 4px;
}

/* マウスオーバー時 */
.ss-gac-b {
  background: #36c;
  color: #fff;
}
.ss-gac-b td {
  color: #fff;
}

/* サジェストワード */
.ss-gac-c {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
}

/* 候補 */
.ss-gac-d {
  color: green;
  font-size: 80%;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
}

/* 閉じる */
.ss-gac-e td {
  font-size: 90%;
  text-align: right;
}
.ss-gac-e span {
  color: #00c;
  cursor:pointer;
}
.ss-gac-e span:hover {
  text-decoration: underline;
}