#gsc{
  width:100%;
  margin:0 auto;
  position:relative;
}

#gsc td {
  border: none;
}

#gsc .gsc-control-cse,
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
  margin:0 !important;
  padding:0 !important;
}

/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
  vertical-align: top !important;
}

/* テキスト入力フォーム */
#gsc input[type="text"]{
  border: 1px solid #dddddd !important;
  height:25px !important;
  margin-top: 100px;
}

#gsc input[type="text"]:focus {
  border: 2px solid #b2e0eb !important;
  outline: 0;  /*safariの自動フォーカスを切る */
}

/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
  border:none !important;
}

/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
  background-position:5px 5px !important;
}

/* ボタンの色 */
#gsc input.gsc-search-button {
  height: 25px !important;
  color: #cccccc !important;
  background: #666666 !important;
  background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
  border: 1px solid #d2d2d2 !important;
}

/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
  margin:0 0 0 -16px !important;
  border-radius:0px;
}

/* 入力時に出る「×」ボタンの位置調整 */
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
  box-sizing: border-box;
   -moz-box-sizing: border-box;
  padding:2px 0 0 0;
}

blockquote.quote2 {
  background-color:#ddd !important;
  padding:1em 1em 1em 1em;
  position:relative;
}

blockquote.quote2 :before{
  content:"“";
  font-size:600%;
  line-height:1em;
  font-family:"ＭＳ Ｐゴシック",sans-serif;
  color:#999 !important;
  position:absolute;
  left:0;
  top:0;
}

/* Profile sidebar styles
-------------------------------------------------- */
 .profile-sidebar {
  margin-top:20px;
  padding: 20px 0 10px 0;
}

 .profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 40%;
  height: 40%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

 .profile-usertitle {
  text-align: center;
  margin-top: 14px;
}

 .profile-usertitle-name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 7px;
}

 .profile-usertitle-job {
  text-align:left;
  font-size: 1.0em;
  margin-left:1em;
  margin-right:1em;
  margin-bottom: 15px;
}

 .profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

 .profile-userbuttons .btn {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

 .profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

 .profile-usermenu {
  margin-top: 30px;
}
