@charset "UTF-8";
/*
全体設定 
************************************************************/
html {
  overflow-y: scroll; }

body {
  margin: 0;
  padding: 0;
  background: #1b1b1b;
  background-image: url(../img/base/bg_002.png);
  background-size: 77px 77px;
  text-align: center;
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  min-width: 1000px; }

a {
  text-decoration: none;
  color: #0058dc; }
  a:hover {
    text-decoration: none; }

.grayFont {
  color: #999; }

.miniFont {
	font-size: 10px;
}

.alertFont {
	color: #ab0610;
}

#container {
  width: 100%; }

#container1 {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/base/bg_001.gif); }

#container2 {
  position: relative;
  width: 100%;
  background: url(../img/base/bg_009.png) top center; }

#container3 {
  position: relative;
  width: 100%;
  background: url(../img/base/bg_010.png) repeat-y top center; }

#container4 {
  position: fixed;
  top: 0;
  height: 1130px;
  width: 100%;
  background: url(../img/base/bg_008.png) no-repeat top center; }

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.mB0 {
  margin-bottom: 0px !important; }

.mB5 {
  margin-bottom: 5px !important; }

.mB10 {
  margin-bottom: 10px !important; }

.mB15 {
  margin-bottom: 15px !important; }

.mB20 {
  margin-bottom: 20px !important; }

.mB25 {
  margin-bottom: 25px !important; }

.mB30 {
  margin-bottom: 30px !important; }

.mB35 {
  margin-bottom: 35px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mB45 {
  margin-bottom: 45px !important; }

.mB50 {
  margin-bottom: 50px !important; }

.mB80 {
  margin-bottom: 80px !important; }

.mB100 {
  margin-bottom: 100px !important; }

.mB130 {
  margin-bottom: 130px !important; }

.mB150 {
  margin-bottom: 150px !important; }

.pB0 {
  padding-bottom: 0px !important; }

.pB5 {
  padding-bottom: 5px !important; }

.pB10 {
  padding-bottom: 10px !important; }

.pB15 {
  padding-bottom: 15px !important; }

.pB20 {
  padding-bottom: 20px !important; }

.pB25 {
  padding-bottom: 25px !important; }

.pB30 {
  padding-bottom: 30px !important; }

.pB35 {
  padding-bottom: 35px !important; }

.pB40 {
  padding-bottom: 40px !important; }

.pB45 {
  padding-bottom: 45px !important; }

.pB50 {
  padding-bottom: 50px !important; }

.img_r {
  float: right;
  padding: 5px 8px; }

/*
ヘッダー設定
************************************************************/
#header {
  clear: both;
  border-top: solid 1px #2c2c2c;
  border-bottom: solid 1px #1b1b1b;
  background-color: #1b1b1b;
  background-image: url(../img/base/bg_002.png);
  background-position: center top;
  background-size: 77px 77px;
  position: relative;
  box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px; }
  #header #logo {
    float: left;
    padding: 5px 40px 1px 43px; }
    #header #logo a img {
      width: 135px;
      font-size: 11px;
      line-height: normal; }
  #header .navi {
    height: 45px;
    float: right;
    padding: 1px 3px 1px 0;
    overflow: hidden;
    font-size: 11px; }
    #header .navi ul {
      padding: 0 0 0 2px;
      background: url(../img/base/border_001.gif) repeat-y left top;
      background-size: 2px 2px; }
      #header .navi ul li {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        background: url(../img/base/border_001.gif) repeat-y right top;
        background-size: 2px 2px;
        text-align: center; }
        #header .navi ul li a, #header .navi ul li span.button {
          display: block;
          margin: 0;
          padding: 4px 8px;
          line-height: 38px;
          color: #8EA1A5;
          background: rgba(0, 0, 0, 0.15);
          cursor: pointer; }
        #header .navi ul li a:hover, #header .navi ul li span.button:hover {
          background: rgba(150, 150, 150, 0.1); }
        #header .navi ul li.img a, #header .navi ul li.img span.button {
          padding: 4px 4px 4px 2px; }
        #header .navi ul li a img, #header .navi ul li span img {
          width: 38px;
          height: 38px;
          cursor: pointer;
          vertical-align: middle; }
  #header #medal {
    position: absolute;
    top: 3px;
    left: 3px; }
    #header #medal img {
      width: 38px;
      height: 53px;
      font-size: 11px;
      line-height: normal; }

/*
フッター設定
************************************************************/
.footerPcLinkButton {
  width: 800px;
  clear: both;
  margin: 0 auto;
  padding: 10px 0 40px; }
  .footerPcLinkButton a {
    display: block;
    padding: 40px 0;
    background: #fff;
    border: solid 1px #999;
    font-size: 200%;
    font-weight: bolder;
    text-align: center;
    color: #A11E23; }

#footer {
  clear: both;
  padding: 0px 0;
  background-image: url(../img/base/bg_002.png);
  background-size: 77px 77px;
  border-top: solid 1px #2c2c2c;
  box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  font-size: 10px; }
  #footer a {
    text-decoration: none;
    color: #b5b5b6; }
    #footer a:hover {
      text-decoration: none; }
  #footer .navi {
    height: 30px;
    float: left;
    padding: 1px 3px 1px 0;
    overflow: hidden;
    font-size: 11px; }
    #footer .navi ul {
      padding: 0 0 0 2px;
      background: url(../img/base/border_001.gif) repeat-y left top;
      background-size: 2px 2px; }
      #footer .navi ul li {
        float: left;
        display: block;
        margin: 0;
        padding: 0;
        background: url(../img/base/border_001.gif) repeat-y right top;
        background-size: 2px 2px;
        text-align: center; }
        #footer .navi ul li a {
          display: block;
          margin: 0;
          padding: 0px 8px;
          line-height: 30px;
          color: #8EA1A5;
          background: rgba(0, 0, 0, 0.15); }
          #footer .navi ul li a:hover {
            background: rgba(150, 150, 150, 0.1); }
        #footer .navi ul li.img a {
          padding: 4px 4px 4px 2px; }
        #footer .navi ul li a img, #footer .navi ul li span img {
          width: 38px;
          height: 38px;
          margin-top: -7px;
          cursor: pointer;
          vertical-align: middle; }
  #footer .copyright {
    float: right;
    text-align: right;
    line-height: 30px;
    margin-right: 10px; }

/*
ボディ設定
************************************************************/
#body {
  padding: 15px 0 0;
  clear: both; }

.column_outer.side_off {
  background: url(../img/base/bg_013.png) repeat-y top left; }

.column {
  width: 100%; }
  .column .column_l {
    float: left;
    width: 790px; }
    .column .column_l .main {
      float: right;
      width: 610px;
      padding-bottom: 50px;
      text-align: left; }
      .column .column_l .main p {
        padding: 0 2px;
        line-height: 1.7; }
    .column .column_l .side_l {
      float: left;
      width: 170px; }
  .column .column_r {
    float: right;
    width: 200px; }
    .column .column_r .side_r {
      width: 200px; }

#button_top {
  position: fixed;
  bottom: 50px;
  right: 30px; }

/*
検索設定
************************************************************/
#search {
  padding: 8px 0 0px;
  text-align: left;
  float: left; }
  #search form .search_select {
    float: left;
    margin: 0px 10px 0px 0px;
    position: relative;
    background: #fff;
    border: solid 1px #dcdddd;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    font-size: 0;
    line-height: 0; }
    #search form .search_select select {
      cursor: pointer;
      padding: 4px 5px 0px 5px;
      width: 110px;
      height: 30px;
      border: none;
      font-size: 11px;
      font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-indent: .01px;
      text-overflow: "";
      background-color: #fff;
      /*background-image: url(../img/base/icon_038.gif);*/
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 20px 40px;
      box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
      -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
      -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
      vertical-align: middle;
      font-size: 11px;
      line-height: normal; }
      #search form .search_select select option {
        padding: 5px 5px 5px 4px; }
    #search form .search_select a {
      padding: 0px 5px 0px 4px;
      width: 100px;
      height: 30px;
      overflow: hidden;
      border: none;
      font-size: 11px;
      display: block;
      line-height: 30px;
      color: #999;
      text-align: center; }
      #search form .search_select a span {
        background: url(../img/base/icon_search_plus.png) no-repeat left -1px;
        padding-left: 25px;
        padding-right: 3px; }
  #search form .search_input {
    float: left;
    margin: 0 10px 0;
    padding: 3px 0 3px 4px;
    position: relative;
    background: #fff;
    border: solid 1px #dcdddd;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    font-size: 0;
    line-height: 0; }
  #search form .search_text {
    width: 240px;
    margin: 0;
    padding: 3px 30px 3px 3px;
    background-color: none;
    border: none;
    vertical-align: middle;
    font-size: 11px;
    line-height: normal; }
  #search form .search_button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    border-style: none;
    background-color: #d0000d;
    background-image: url(../img/base/icon_001.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 17px;
    cursor: pointer;
    vertical-align: middle; }
  #search form .search_input input {
    font-size: 11px;
    font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

/*
グローバルメニュー
************************************************************/
#g_nav {
  padding: 10px 0; }
  #g_nav li {
    float: left;
    text-align: centerp;
    width: 142px;
    background: url(../img/base/menu_border.gif) no-repeat right center; }
    #g_nav li.g_nav07 {
      background: none; }
    #g_nav li div {
      padding: 0 5px; }
    #g_nav li a {
      display: block;
      color: #567F8F;
      font-size: 14px;
      padding: 3px 0 2px; }
      #g_nav li a:hover {
        color: #AB0610;
        background: url(../img/base/menu_hover.gif) no-repeat center; }
    #g_nav li.select a {
      color: #AB0610;
      background: url(../img/base/menu_hover.gif) no-repeat center; }

/*
サイドカラム
************************************************************/
.side_block {
  margin-bottom: 30px;
  text-align: left; }

.side_title {
  background: #FAFAFA;
  padding: 10px 8px 9px 8px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #282828; }
  .side_title .btn {
    float: right;
    font-size: 11px;
    padding-top: 3px; }
    .side_title .btn a {
      padding: 4px 5px;
      color: #567F8F;
      border: 1px solid #E0E0E0;
      border-radius: 3px;
      /* CSS3草案 */
      -webkit-border-radius: 3px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 3px;
      /* Firefox用 */
      box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 5px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 5px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 5px -6px; }
      .side_title .btn a:hover {
        color: #91A8AF;
        border: 1px solid #E0E0E0; }
  .side_title .icon_tag {
    padding-left: 22px;
    background: url(../img/base/icon_021.png) no-repeat left 5px; }
  .side_title .icon_comment {
    padding-left: 22px;
    background: url(../img/base/icon_102.png) no-repeat left 2px; }
  .side_title .icon_good {
    padding-left: 22px;
    background: url(../img/base/icon_010.png) no-repeat left 2px; }

.sideAdSpace {
  width: 200px;
  clear: both; }
  .sideAdSpace span {
    display: block;
    padding: 0 0 10px; }
    .sideAdSpace span img {
      max-width: 200px; }

/*
タグ設定
************************************************************/
#side_tag {
  clear: both;
  margin: 0 0 0 0px; }
  #side_tag ul {
    padding: 0 0 10px;
    font-size: 0;
    line-height: 0; }
    #side_tag ul li {
      display: inline-block;
      padding: 0 4px 20px 4px; }
      #side_tag ul li a {
        padding: 4px 6px;
        background: url(../img/base/bg_011.gif);
        border: solid 1px #E0E0E0;
        border-radius: 5px;
        /* CSS3草案 */
        -webkit-border-radius: 5px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 5px;
        /* Firefox用 */
        box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        color: #fff;
        font-size: 11px;
        line-height: normal; }
        #side_tag ul li a:hover {
          background: #E0E0E0;
          border: solid 1px #505050;
          color: #1E1E1E; }
      #side_tag ul li.l2 a {
        font-size: 15px; }
      #side_tag ul li.l3 a {
        font-size: 18px; }
      #side_tag ul li.more a {
        padding: 7px 12px;
        background: #fff;
        border: solid 1px #7a8d91;
        color: #7a8d91; }
      #side_tag ul li.mainTag a {
        padding: 4px 6px;
        background: #fff;
        border: solid 1px #A11E23;
        border-radius: 5px;
        /* CSS3草案 */
        -webkit-border-radius: 5px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 5px;
        /* Firefox用 */
        box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        color: #A11E23;
        font-size: 11px;
        line-height: normal; }
        #side_tag ul li.mainTag a:hover {
          background: #E0E0E0;
          border: solid 1px #505050;
          color: #1E1E1E; }

      #side_tag.tag404 ul li.mainTag a {
        font-size: 18px; }

/*
コメント設定
************************************************************/
#side_comment {
  clear: both;
  margin: 0 0 0 0px; }
  #side_comment ul {
    padding: 0 0 0px;
    font-size: 12px; }
    #side_comment ul li {
      display: block;
      padding: 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid #E0E0E0;
      color: #999; }
      #side_comment ul li a {
        display: block;
        text-decoration: none;
        color: #1E1E1E; }
        #side_comment ul li a:hover {
          text-decoration: underline; }
      #side_comment ul li span {
        display: block; }
        #side_comment ul li span.title a {
          padding: 2px 0 2px 22px;
          background: url(../img/base/icon_033.png) no-repeat left center;
          background-size: 18px !important;
          font-weight: bolder; }
        #side_comment ul li span.body a {
          padding: 2px 0;
          font-size: 11px;
          line-height: 14px; }
        #side_comment ul li span.user {
          font-size: 11px;
          line-height: 14px; }
        #side_comment ul li span.goodCount {
          padding: 2px 0 2px 18px;
          background: url(../img/base/icon_010.png) no-repeat left center;
          background-size: 13px !important;
          color: #ab0610;
          font-size: 10px; }

/*
サイドランキング
************************************************************/
#side_rank {
  clear: both;
  margin: 0 0 0 0px; }
  #side_rank ul {
    padding: 0 0 0px;
    font-size: 13px; }
    #side_rank ul li {
      display: block;
      padding: 0px 0px 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid #E0E0E0; }
      #side_rank ul li .articleAssets {
        display: none; }
      #side_rank ul li .ranking {
        display: block;
        float: left;
        width: 30px;
        padding: 0 5px;
        text-align: center;
        font-size: 12px;
        color: #707070; }
        #side_rank ul li .ranking.no1 span {
          display: inline-block;
          color: #6A3906;
          width: 18px;
          height: 18px;
          padding-top: 2px;
          background: url(../img/base/icon_043.png) no-repeat center 0px; }
        #side_rank ul li .ranking.no2 span {
          display: inline-block;
          color: #000000;
          width: 18px;
          height: 18px;
          padding-top: 2px;
          background: url(../img/base/icon_044.png) no-repeat center 0px; }
        #side_rank ul li .ranking.no3 span {
          display: inline-block;
          color: #FFFFFF;
          width: 18px;
          height: 18px;
          padding-top: 2px;
          background: url(../img/base/icon_045.png) no-repeat center 0px; }
      #side_rank ul li .articleBody {
        float: left;
        width: 150px;
        padding: 0 5px;
        line-height: 1.3; }
      #side_rank ul li a .articleBody {
        color: #1E1E1E;
        text-decoration: none; }
        #side_rank ul li a .articleBody .articleDate {
          color: #555;
          text-decoration: none; }
        #side_rank ul li a .articleBody .articleTitle:hover {
          text-decoration: underline; }

/*
サイドユーザー情報
************************************************************/
#side_user {
  clear: both;
  padding-bottom: 20px;
  text-align: left;
  font-size: 12px; }
  #side_user .side_user_img {
    float: left;
    width: 55px; }
    #side_user .side_user_img div {
      width: 45px;
      height: 45px;
      border: 1px solid #E0E0E0;
      overflow: hidden; }
      #side_user .side_user_img div img {
        width: 45px; }
  #side_user .side_user_info {
    float: left;
    width: 115px; }
    #side_user .side_user_info .side_user_name {
      color: #707070;
      font-weight: bold;
      margin-bottom: 7px; }
    #side_user .side_user_info .side_user_btn {
      font-size: 11px; }
      #side_user .side_user_info .side_user_btn span {
        background: #AB0610;
        cursor: pointer;
        color: #fff;
        padding: 3px 10px;
        border-radius: 4px;
        /* CSS3草案 */
        -webkit-border-radius: 4px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 4px;
        /* Firefox用 */
        box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 5px -6px;
        -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 5px -6px;
        -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 5px -6px; }
        #side_user .side_user_info .side_user_btn span:hover {
          background: #af494f; }
    #side_user .side_user_info .side_user_btn2 {
      font-size: 11px; }
      #side_user .side_user_info .side_user_btn2 span {
        background: #FFF;
        border: 1px solid #AB0610;
        cursor: pointer;
        color: #AB0610;
        padding: 3px 10px;
        border-radius: 4px;
        /* CSS3草案 */
        -webkit-border-radius: 4px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 4px;
        /* Firefox用 */
        box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 5px -6px;
        -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 5px -6px;
        -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 5px -6px; }
        #side_user .side_user_info .side_user_btn2 span a {
          color: #AB0610; }
        #side_user .side_user_info .side_user_btn2 span:hover {
          background: #f7ebeb; }

/*
サイドメニュー
************************************************************/
.side_menu {
  clear: both;
  width: 100%;
  font-size: 12px;
  text-align: left; }
  .side_menu dl {
    margin-bottom: 30px; }
    .side_menu dl dt {
      color: #464646;
      margin-bottom: 10px;
      clear: both;
      width: 100%;
      background: url(../img/base/side_line.gif) repeat-x left 4px; }
      .side_menu dl dt span {
        background: #F4F4F4;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244, 244, 244, 0)), color-stop(0.49, #f4f4f4), color-stop(0.51, #f4f4f4), color-stop(1, rgba(244, 244, 244, 0)));
        background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 49%, #f4f4f4 51%, rgba(244, 244, 244, 0) 100%);
        padding-right: 5px; }
    .side_menu dl dd {
      color: #949494; }
      .side_menu dl dd li {
        font-size: 13px;
        margin-bottom: 14px;
        line-height: 1.3; }
        .side_menu dl dd li.side_msg {
          padding: 8px 10px;
          color: #000;
          background: url(../img/base/bg_006.gif); }
        .side_menu dl dd li.side_msg2 {
          padding: 8px 10px;
          color: #000;
          background: url(../img/base/bg_005.gif); }
        .side_menu dl dd li a {
          color: #1E1E1E;
          text-decoration: underline; }
        .side_menu dl dd li .messageCount {
          margin: 0 0 0 5px;
          padding: 3px 2px;
          background: #AB0610;
          border: solid 1px #fff;
          border-radius: 20px;
          /* CSS3草案 */
          -webkit-border-radius: 20px;
          /* Safari,Google Chrome用 */
          -moz-border-radius: 20px;
          /* Firefox用 */
          color: #fff;
          text-decoration: none;
          font-size: 9px; }
        .side_menu dl dd li a:hover {
          text-decoration: none; }
        .side_menu dl dd li .icon {
          padding: 0px 0 0px 19px;
          display: block; }
          .side_menu dl dd li .icon.icon_lock {
            background: url(../img/base/icon_009.png) no-repeat 1px 1px; }
          .side_menu dl dd li .icon.icon_info {
            background: url(../img/base/icon_025.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_event {
            background: url(../img/base/icon_046.png) no-repeat 1px 2px; }
          .side_menu dl dd li .icon.icon_detective {
            background: url(../img/base/icon_047.png) no-repeat 0px 4px; }
          .side_menu dl dd li .icon.icon_detective2 {
            background: url(../img/base/icon_101.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_gekiura {
            background: url(../img/base/icon_048.png) no-repeat 0px 2px; }
          .side_menu dl dd li .icon.icon_member {
            background: url(../img/base/icon_007.png) no-repeat 1px 2px; }
          .side_menu dl dd li .icon.icon_staff {
            background: url(../img/base/icon_049.png) no-repeat 1px 2px; }
          .side_menu dl dd li .icon.icon_book {
            background: url(../img/base/icon_050.png) no-repeat 0px 3px; }
          .side_menu dl dd li .icon.icon_help {
            background: url(../img/base/icon_051.png) no-repeat 1px 2px; }
          .side_menu dl dd li .icon.icon_inq {
            background: url(../img/base/icon_052.png) no-repeat 0px 3px; }
          .side_menu dl dd li .icon.icon_inq2 {
            background: url(../img/base/icon_058.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_gold {
            background: url(../img/base/icon_035.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_pass {
            background: url(../img/base/icon_036.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_good {
            background: url(../img/base/icon_010.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_comment {
            background: url(../img/base/icon_011.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_comment2 {
            background: url(../img/base/icon_057.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_get {
            background: url(../img/base/icon_012.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_get2 {
            background: url(../img/base/icon_055.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_msg {
            background: url(../img/base/icon_053.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_time {
            background: url(../img/base/icon_054.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_star {
            background: url(../img/base/icon_056.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_pen {
            background: url(../img/base/icon_059.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_clinic {
            background: url(../img/base/icon_060.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_skill {
            background: url(../img/base/icon_061.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_load {
            background: url(../img/base/icon_062.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_note {
            background: url(../img/base/icon_063.png) no-repeat 0px 1px; }
          .side_menu dl dd li .icon.icon_block {
            background: url(../img/base/icon_100.png) no-repeat 0px 0px; }
          .side_menu dl dd li .icon.icon_comment3 {
            background: url(../img/base/icon_033.png) no-repeat 0px 0px;
            background-size: 14px; }

/*
TOPページ広告設定(※外部に別CSSあり)
************************************************************/
#topSlideshowSpace {
  margin: 0 5px 15px;
  clear: both;
  font-size: 0;
  line-height: 0; }
  #topSlideshowSpace .bxslider li {
    width: 1000px !important;
    margin: 0; }
    #topSlideshowSpace .bxslider li a, #topSlideshowSpace .bxslider li span {
      display: block; }
    #topSlideshowSpace .bxslider li .slideshowContents {
      padding: 3px 0 3px 0px;
      text-align: left; }
      #topSlideshowSpace .bxslider li .slideshowContents .slideshowAssets {
        width: 135px;
        float: left;
        padding: 4px 0 4px;
        text-align: center; }
        #topSlideshowSpace .bxslider li .slideshowContents .slideshowAssets .asset {
          padding: 5px 0;
          height: 170px;
          overflow: hidden; }
          #topSlideshowSpace .bxslider li .slideshowContents .slideshowAssets .asset img {
            width: 120px; }
      #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody {
        display: block;
        width: 360px;
        float: left; }
        #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody .slideshowTitle {
          padding: 10px 0px 10px 4px;
          font-size: 15px;
          line-height: 18px;
          color: #2c2c2c; }
        #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody .slideshowExcerpt {
          padding: 0 0px 8px 4px;
          font-size: 12px;
          line-height: normal;
          color: #505050; }
        #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody .slideshowText {
          padding: 0 0px 8px 4px;
          font-size: 11px;
          line-height: normal;
          color: #787878; }
        #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody .slideshowBtn {
          display: block;
          text-align: right;
          padding: 0 0px 8px 4px;
          font-size: 14px;
          line-height: normal;
          color: #787878; }
          #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody .slideshowBtn a {
            display: inline-block;
            background: #AB0610;
            color: #fff;
            padding: 6px 15px;
            border-radius: 4px;
            /* CSS3草案 */
            -webkit-border-radius: 4px;
            /* Safari,Google Chrome用 */
            -moz-border-radius: 4px;
            /* Firefox用 */
            box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 11px -6px;
            -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 11px -6px;
            -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 11px -6px; }
            #topSlideshowSpace .bxslider li .slideshowContents .slideshowBody .slideshowBtn a:hover {
              background: #af494f; }
      #topSlideshowSpace .bxslider li .slideshowContents.image {
        padding: 0; }
        #topSlideshowSpace .bxslider li .slideshowContents.image img {
          width: 1000px;
          height: 203px; }

#flow_img {
  text-align: center;
  padding: 10px 0 8px;
  margin: 0 auto; }
  #flow_img img {
    padding-right: 30px; }

.top_news {
  margin: 0 0 40px;
  padding: 0 5px; }
  .top_news ul {
    /*background:url(../img/base/bg_004.gif);
    -webkit-background-size:3px;
    background-size:3px;*/
    background: #FEFEFE;
    border: solid 1px #E0E0E0; }
  .top_news li {
    font-size: 12px;
    text-align: left; }
    .top_news li dl {
      width: 100%; }
      .top_news li dl dt {
        float: left;
        width: 180px;
        padding: 6px 0 6px 15px;
        color: #707070; }
      .top_news li dl dd {
        float: left;
        width: 720px;
        padding: 6px 15px 6px 0; }
        .top_news li dl dd a {
          text-decoration: underline;
          color: #0058DC; }
          .top_news li dl dd a:hover {
            text-decoration: none; }

/*
TOP記事・ランキングリスト設定
************************************************************/
#articleList {
  clear: both;
  padding: 0 0 40px; }

#articleList_ad {
  clear: both;
  padding: 10px 0 20px; }

#articleList_ad img {
  width: 610px;
  max-width: 610px; }

.articleList {
  padding: 0;
  font-size: 12px;
  line-height: 1.3; }
  .articleList .caption {
    padding: 5px 15px !important;
    font-size: 15px;
    color: #7a8d91; }
  .articleList .articleTab {
    width: 100%;
    clear: both; }

/***タブ↓***/
ul#tab {
  padding: 0 0 0px; }
  ul#tab li {
    width: 33%;
    text-align: left;
    float: left;
    font-size: 16px;
    line-height: normal;
    font-weight: normal; }

.half ul#tab li {
  width: 50%; }

.help_outer ul#tab li {
  font-size: 12px; }

.help_outer .articleList a {
  color: #0058dc !important; }

ul#tab li.last {
  border-right: none; }

ul#tab li a,
ul#tab li div {
  display: block;
  margin: 0 6px;
  padding: 8px 2px 6px;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  background: #F8F8F8;
  border-radius: 5px 5px 0 0;
  /* CSS3草案 */
  -webkit-border-radius: 5px 5px 0 0;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px 5px 0 0;
  /* Firefox用 */ }
  ul#tab li a span,
  ul#tab li div span {
    color: #7A8D91;
    padding-left: 20px;
    padding-right: 12px;
    background: url(../img/base/icon_arrow_006.png) no-repeat right center; }

.help_outer ul#tab li a {
  padding: 10px 2px 8px; }
  .help_outer ul#tab li a span {
    padding-left: 5px; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

ul#tab .ui-state-hover a, ul#tab .ui-state-active a,
ul#tab div:hover, ul#tab .select div {
  border: 1px solid #AB0610;
  color: #AB0610 !important;
  cursor: pointer;
  border-bottom: none;
  background: #FDFDFD; }

ul#tab .ui-state-hover a span, ul#tab .ui-state-active a span,
ul#tab div span:hover, ul#tab .select div span {
  color: #AB0610;
  background: url(../img/base/icon_arrow_007.png) no-repeat right center; }

/***記事リスト↓***/
.articleList ul.body {
  padding: 0; }
  .articleList ul.body li {
    margin: 0 0 -1px;
    text-align: left;
    background-color: #fff;
    position: relative;
    border: solid 1px #e0e0e0; }

.articleList .body .printing {
  margin: 0 0 -1px;
  text-align: left;
  background-color: #fff;
  position: relative;
  border: solid 1px #e0e0e0; }
  .articleList .body .printing table {
    margin: 15px;
    border-collapse: collapse; }
    .articleList .body .printing table th {
      padding: 6px;
      text-align: left;
      vertical-align: top;
      color: #000;
      background-color: #eee;
      border: 1px solid #b9b9b9; }
    .articleList .body .printing table td {
      padding: 6px;
      background-color: #fff;
      border: 1px solid #b9b9b9; }

.articleList ul.body li.blockUser {
  background-image: url(../img/base/bg_007.gif); }

.articleList ul.body li .article {
  padding: 0 15px; }
  .articleList ul.body li .article .articleAssets {
    width: 150px;
    float: left;
    margin: 0 10px 0 0;
    padding: 12px 0;
    text-align: center; }
    .articleList ul.body li .article .articleAssets .asset {
      height: 150px;
      overflow: hidden;
      margin-left: 0px;
      display: block; }
      .articleList ul.body li .article .articleAssets .asset img {
        width: 150px; }
  .articleList ul.body li .article .articleBody {
    display: block;
    width: 410px;
    float: right;
    padding: 15px 0px 15px 0; }
    .articleList ul.body li .article .articleBody .articleTitle {
      width: auto;
      font-size: 14px;
      line-height: 18px;
      color: #2c2c2c;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 6px; }

.articleList.mailList ul.body li .article .articleBody .articleTitle {
  font-weight: normal; }

.articleList ul.body li .article .articleBody .articleTitle.gold {
  padding-left: 26px;
  background: url(../img/base/icon_041.png) no-repeat left 2px; }

.articleList ul.body li .article .articleBody .articleTitle a {
  display: block;
  position: relative;
  color: #2c2c2c;
  padding: 4px 25px 2px 0px;
  background-image: url(../img/base/icon_arrow_001.png);
  background-repeat: no-repeat;
  background-position: right center; }
  .articleList ul.body li .article .articleBody .articleTitle a:hover {
    text-decoration: underline; }

.articleList ul.body li .article .articleBody .articleDate {
  width: auto;
  padding: 0 0px 12px 0px;
  font-size: 10px;
  line-height: normal;
  color: #969696; }

.articleList ul.body li .article .articleBody .articleText {
  width: auto;
  padding: 0 0px 15px 0px;
  font-size: 12px;
  line-height: normal;
  color: #555; }
  .articleList ul.body li .article .articleBody .articleText a {
    color: #2c2c2c; }
    .articleList ul.body li .article .articleBody .articleText a:hover {
      text-decoration: underline; }

.articleList ul.body li .article .articleBody .articleBody_inner {
  width: 100%;
  clear: both;
  display: block; }
  .articleList ul.body li .article .articleBody .articleBody_inner .articleCat {
    width: 180px;
    float: left;
    font-size: 12px;
    line-height: normal;
    padding: 3px 0 0; }
    .articleList ul.body li .article .articleBody .articleBody_inner .articleCat a {
      text-decoration: underline; }
      .articleList ul.body li .article .articleBody .articleBody_inner .articleCat a:hover {
        text-decoration: none; }
  .articleList ul.body li .article .articleBody .articleBody_inner .articleGood {
    width: 130px;
    float: right;
    font-size: 12px;
    line-height: normal;
    color: #AB0610;
    background: url(../img/base/icon_042.png) no-repeat left top;
    padding: 3px 0 5px 30px;
    line-height: 15px; }
  .articleList ul.body li .article .articleBody .articleBody_inner .articleComment {
    width: 60px;
    float: right;
    font-size: 12px;
    line-height: normal;
    color: #AB0610;
    background: url(../img/base/icon_074.png) no-repeat left top;
    padding: 3px 0 5px 30px;
    line-height: 15px; }

  .articleList ul.body.history li .article .articleBody .articleBody_inner .articleCat {
    width: 100px;}
  .articleList ul.body.history li .article .articleBody .articleBody_inner .articleGood {
    width: 120px;}
  .articleList ul.body.history li .article .articleBody .articleBody_inner .articleComment {
    width: 100px;}

/***記事リストタイトルアイコン↓***/
.articleTitle .icon_user {
  padding: 2px 10px 2px 25px;
  display: block;
  background: url(../img/base/icon_067.png) no-repeat left 1px; }

.articleTitle .icon_question {
  padding: 3px 10px 3px 28px;
  display: block;
  background: url(../img/base/icon_031.png) no-repeat left 3px; }

.articleTitle .icon_note {
  padding: 3px 10px 3px 26px;
  display: block;
  background: url(../img/base/icon_032.png) no-repeat 2px 2px; }

.articleTitle .icon_voice {
  padding: 3px 10px 3px 25px;
  display: block;
  background: url(../img/base/icon_033.png) no-repeat left 2px; }

.articleTitle .icon_good {
  padding: 3px 10px 3px 25px;
  display: block;
  background: url(../img/base/icon_034.png) no-repeat left 2px; }

.articleTitle .icon_letter_open, .articleTitle .icon_mail02 {
  padding: 3px 10px 3px 25px;
  display: block;
  background: url(../img/base/icon_088.png) no-repeat left 2px; }

.articleTitle .icon_letter_close, .articleTitle .icon_mail01 {
  padding: 3px 10px 3px 25px;
  display: block;
  background: url(../img/base/icon_089.png) no-repeat left 2px; }

.articleTitle .icon_beginner {
  padding: 3px 10px 3px 25px;
  display: block;
  background: url(../img/base/icon_106.png) no-repeat 3px 4px; }

.articleTitle .icon_letter_block {
  padding: 3px 10px 3px 25px;
  display: block;
  background: url(../img/base/icon_098.png) no-repeat 6px 4px; }

.articleTitle .icon_certification {
  padding: 3px 10px 3px 66px;
  display: block;
	background-image: url(../img/base/icon_110.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 56px 20px;
   }

.articleTitle .blockButton {
  position: absolute;
  right: 5px;
  top: 14px;
  padding: 5px 7px 0;
  display: block;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  background-image: none;
  background: #7a8d91;
  border: solid 1px #e0e0e0;
  color: #fff; }
  .articleTitle .blockButton span {
    display: block;
    padding: 0 0 4px;
    font-weight: normal;
    font-size: 13px; }

/***記事詳細オススメ記事リスト↓***/
.entry_recommended .articleList ul.body li .article .articleAssets {
  width: 90px; }
  .entry_recommended .articleList ul.body li .article .articleAssets .asset {
    height: 90px;
    overflow: hidden;
    display: block; }
    .entry_recommended .articleList ul.body li .article .articleAssets .asset img {
      width: 90px; }

.entry_recommended .articleList ul.body li .article .articleBody {
  width: 475px; }

.entry_recommended.wide .articleList ul.body li .article .articleBody {
  width: 835px; }

/***記事リスト削除モード↓***/
.articleList.del ul.body li .article {
  background-image: none; }
  .articleList.del ul.body li .article .articleCheck {
    float: left;
    padding: 20px 10px 10px 0px;
    width: 21px; }
  .articleList.del ul.body li .article .articleBody {
    width: 385px;
    float: left; }
    .articleList.del ul.body li .article .articleBody .articleCat {
      width: 255px; }

.articleList ul.body li.wide .article .articleBody {
  clear: both;
  float: none;
  width: 100%; }

.articleList.del ul.body li.wide .article .articleBody {
  clear: none;
  width: 545px;
  float: left; }

.articleList ul.body li.ad .adContents {
  padding: 20px 5px 20px 10px; }
  .articleList ul.body li.ad .adContents .adBody {
    float: left;
    margin-bottom: 10px; }
    .articleList ul.body li.ad .adContents .adBody .adTitle {
      font-size: 13px;
      line-height: normal; }
      .articleList ul.body li.ad .adContents .adBody .adTitle a {
        text-decoration: none;
        color: #ab0610; }
        .articleList ul.body li.ad .adContents .adBody .adTitle a:hover {
          text-decoration: none; }
    .articleList ul.body li.ad .adContents .adBody .adUrl {
      font-size: 10px;
      line-height: normal; }
      .articleList ul.body li.ad .adContents .adBody .adUrl a {
        text-decoration: none; }
        .articleList ul.body li.ad .adContents .adBody .adUrl a:hover {
          text-decoration: none; }
  .articleList ul.body li.ad .adContents .adInfo {
    float: right;
    font-size: 12px;
    line-height: normal; }
    .articleList ul.body li.ad .adContents .adInfo img {
      width: 26px;
      height: 24px; }
  .articleList ul.body li.ad .adContents .adText {
    clear: both;
    font-size: 12px;
    line-height: normal; }
    .articleList ul.body li.ad .adContents .adText a {
      text-decoration: none;
      color: #787878; }
      .articleList ul.body li.ad .adContents .adText a:hover {
        text-decoration: none; }

.articleList ul.body li.more a {
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  text-decoration: none;
  color: #7a8d91; }
  .articleList ul.body li.more a:hover {
    text-decoration: none; }
  .articleList ul.body li.more a span {
    display: block;
    margin: 0 -20px -20px;
    padding: 12px 0 32px;
    box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
    -webkit-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
    -moz-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
    font-size: 13px;
    line-height: normal;
    text-align: center; }

/***記事リスト画像なし↓***/
/***記事リスト内の広告↓***/
/***記事リスト続きを見るボタン↓***/
/*
激裏情報について・ページ上部に戻る設定
************************************************************/
#about_pageTop {
  clear: both;
  margin: 0 10px;
  padding: 0 0 30px;
  text-align: left;
  position: relative;
  font-size: 0;
  line-height: 0; }
  #about_pageTop .about {
    margin: 0 68px 0 0;
    line-height: normal;
    font-size: 13px; }
    #about_pageTop .about a {
      display: block;
      border: solid 1px #e0e0e0;
      border-radius: 3px;
      /* CSS3草案 */
      -webkit-border-radius: 3px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 3px;
      /* Firefox用 */
      background-color: #fff;
      box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 11px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 11px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 11px -6px;
      text-decoration: none;
      color: #7a8d91; }
      #about_pageTop .about a span {
        display: block;
        padding: 12px 0 12px 30px;
        background-image: url(../img/base/icon_006.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 16px 15px; }
      #about_pageTop .about a:hover {
        text-decoration: none; }
  #about_pageTop .pageTop {
    position: absolute;
    top: 0;
    right: 0; }
    #about_pageTop .pageTop a {
      display: block;
      border: solid 1px #e0e0e0;
      border-radius: 3px;
      /* CSS3草案 */
      -webkit-border-radius: 3px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 3px;
      /* Firefox用 */
      background-color: #fff;
      line-height: normal;
      font-size: 13px;
      box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 11px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 11px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.15) 0px 8px 11px -6px; }
      #about_pageTop .pageTop a span {
        display: block;
        padding: 12px 8px; }
        #about_pageTop .pageTop a span img {
          width: 16px;
          height: 15px;
          vertical-align: middle; }

/*
姉妹サイト紹介設定
************************************************************/
#siteLink {
  margin: 0 5px 0;
  clear: both;
  font-size: 0;
  line-height: 0; }
  #siteLink .link {
    border: solid 1px #e0e0e0;
    background-image: url(../img/base/bg_003.gif);
    background-size: 3px 3px; }
    #siteLink .link ul {
      width: 300px;
      margin: 0 auto;
      padding: 10px 0 10px 6px; }
      #siteLink .link ul li {
        width: 74px;
        float: left;
        height: 60px;
        overflow: hidden; }
        #siteLink .link ul li img {
          width: 65px; }

/*
スライドメニュー設定
************************************************************/
/***JS用↓***/
.slideContents {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: -1px;
  margin: 0 0 0 1px; }

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 80%; }

.slide_modal {
  display: none;
  margin: 0;
  z-index: 99999;
  box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(35, 31, 51, 0.2) 0px 0px 6px 3px; }

/***メニュー基本スタイル用↓***/
#menu {
  background-color: #f7f7f7;
  text-align: left; }
  #menu .body {
    background-color: #f7f7f7; }

.slide_modal .titleTab {
  padding: 10px 8px 10px 5px;
  background: #f2f2f2;
  border-bottom: solid 1px #fff;
  box-shadow: rgba(214, 214, 214, 0.45) 0px 50px 33px -49px inset;
  -webkit-box-shadow: rgba(214, 214, 214, 0.45) 0px 50px 33px -49px inset;
  -moz-box-shadow: rgba(214, 214, 214, 0.45) 0px 50px 33px -49px inset;
  line-height: 34px;
  font-size: 14px;
  font-weight: bolder;
  color: #282828; }
  .slide_modal .titleTab .close {
    display: block;
    margin: 0;
    vertical-align: middle;
    c1ursor: pointer; }
    .slide_modal .titleTab .close a {
      display: block;
      float: right;
      padding: 8px 12px 7px;
      background: #f2f2f2;
      border-radius: 3px;
      /* CSS3草案 */
      -webkit-border-radius: 3px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 3px;
      /* Firefox用 */
      box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
      -webkit-box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
      -moz-box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f7f7f7));
      background-image: -webkit-linear-gradient(bottom, white 0%, #f7f7f7 100%);
      background-image: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
      background-image: linear-gradient(to bottom, white 0%, #f7f7f7 100%);
      color: #7a8d91;
      font-size: 11px;
      line-height: normal;
      font-weight: bolder;
      cursor: pointer; }

#menu .body .profile {
  padding: 10px 5px;
  border-bottom: solid 1px #e0e0e0;
  font-size: 12px;
  color: #646464; }
  #menu .body .profile img {
    width: 29px;
    height: 22px;
    vertical-align: middle; }

#menu .body .subTitle {
  position: relative;
  padding: 2px 5px;
  background: #f2f2f2;
  box-shadow: rgba(214, 214, 214, 0.45) 0px 50px 33px -49px inset;
  -webkit-box-shadow: rgba(214, 214, 214, 0.45) 0px 50px 33px -49px inset;
  -moz-box-shadow: rgba(214, 214, 214, 0.45) 0px 50px 33px -49px inset;
  font-size: 10px;
  color: #282828; }

#menu .body ul li {
  background-image: url(../img/base/icon_arrow_003.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 12px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #e0e0e0;
  font-size: 12px; }
  #menu .body ul li a, #menu .body ul li span {
    display: block;
    padding: 12px 11px;
    color: #646464; }
  #menu .body ul li.lock {
    background-image: url(../img/base/icon_009.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 18px; }
    #menu .body ul li.lock span {
      color: #c8c8c8; }
  #menu .body ul li.member, #menu .body ul li.gold, #menu .body ul li.good, #menu .body ul li.passport {
    padding: 10px 9px;
    background-image: none;
    color: #646464; }
  #menu .body ul li.good {
    font-size: 10px; }
  #menu .body ul li.member div, #menu .body ul li.gold div, #menu .body ul li.good div, #menu .body ul li.passport div {
    float: left;
    padding: 0 20px 0 0; }
  #menu .body ul li.gold div img, #menu .body ul li.passport div img {
    width: 18px;
    height: 19px;
    margin: 0 2px 0 3px;
    border-radius: 2px;
    /* CSS3草案 */
    -webkit-border-radius: 2px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 2px;
    /* Firefox用 */
    vertical-align: middle; }
  #menu .body ul li.member div img, #menu .body ul li.good div img {
    width: 29px;
    height: 22px;
    margin: 0 2px 0 0;
    vertical-align: middle; }
  #menu .body ul li.gold a, #menu .body ul li.passport a {
    display: block;
    float: right;
    margin: -6px 0 0;
    padding: 8px 12px 6px;
    background: #f2f2f2;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
    -webkit-box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
    -moz-box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(bottom, white 0%, #f7f7f7 100%);
    background-image: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, white 0%, #f7f7f7 100%);
    color: #7a8d91;
    font-size: 13px;
    line-height: normal;
    font-weight: bolder;
    cursor: pointer; }
  #menu .body ul li.message-1, #menu .body ul li.message-2, #menu .body ul li.message-3 {
    margin: -12px 0 0;
    border-top: none;
    background-image: none;
    background-color: #f7f7f7;
    color: #000;
    font-size: 11px; }
  #menu .body ul li.message-1 div, #menu .body ul li.message-2 div, #menu .body ul li.message-3 div {
    margin: 5px;
    padding: 12px 11px; }
  #menu .body ul li.message-1 div {
    background: url(../img/base/bg_006.gif); }
  #menu .body ul li.message-2 div {
    background: url(../img/base/bg_005.gif); }
  #menu .body ul li.message-3 div {
    background: url(../img/base/bg_007.gif); }
  #menu .body ul li.message-1 a, #menu .body ul li.message-2 a, #menu .body ul li.message-3 a {
    display: block;
    margin: 5px 0 0;
    padding: 8px 12px 6px;
    background: #f2f2f2;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
    -webkit-box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
    -moz-box-shadow: rgba(138, 139, 140, 0.35) 1px 3px 6px -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(bottom, white 0%, #f7f7f7 100%);
    background-image: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, white 0%, #f7f7f7 100%);
    color: #7a8d91;
    font-size: 13px;
    line-height: normal;
    font-weight: bolder;
    cursor: pointer; }

/***メニューメッセージ用↓***/
/*
ポップアップ設定
************************************************************/
.button.b-close, .button.bClose {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 9px 14px;
  background: #fff;
  border: solid 1px #7a8d91;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  color: #7a8d91;
  font-size: 10px;
  line-height: normal;
  cursor: pointer; }

#popup, #popup2, .bMulti {
  display: none; }

.popupForm {
  width: 95px;
  min-width: 310px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  box-shadow: rgba(51, 51, 51, 0.65) 0px 0px 6px 3px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.65) 0px 0px 6px 3px;
  -moz-box-shadow: rgba(51, 51, 51, 0.65) 0px 0px 6px 3px; }
  .popupForm .body {
    padding: 0 0 10px; }
    .popupForm .body .formTitle {
      margin: 0 -5px 15px;
      padding: 10px 0;
      box-shadow: rgba(239, 239, 239, 0.59) -2px 12px 12px -11px;
      -webkit-box-shadow: rgba(239, 239, 239, 0.59) -2px 12px 12px -11px;
      -moz-box-shadow: rgba(239, 239, 239, 0.59) -2px 12px 12px -11px;
      text-align: left; }
      .popupForm .body .formTitle .title {
        padding: 0 0 0 56px;
        color: #2c2c2c;
        font-size: 15px;
        font-weight: bolder; }

/***ログイン専用↓***/
#popupLogin .body .formTitle {
  background-image: url(../img/base/icon_007.png);
  background-repeat: no-repeat;
  background-position: 28px center;
  background-size: 12px 12px; }

#popupLogin .register a {
  display: inline;
  border: none;
  padding: 0; }

#popupLogin .register input[type="button"] {
  width: 100%;
  padding: 6px 30px;
  font-weight: normal; }

/***通報ポップ専用↓***/
#popupWarning .body .formTitle {
  background-image: url(../img/base/icon_025.png);
  background-repeat: no-repeat;
  background-position: 19px center;
  background-size: 29px 22px; }

/***絞り込み検索タグポップ専用↓***/
#popupTag .body .formTitle {
  background-image: url(../img/base/icon_021.png);
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 29px 22px; }

#popupTag .body .form #tag {
  width: 100%;
  margin: 0;
  text-align: left; }
  #popupTag .body .form #tag ul li {
    padding: 0 10px 15px 0; }

.popupForm .body .form {
  margin: 0 15px;
  text-align: left;
  font-size: 11px;
  color: #787878; }
  .popupForm .body .form table {
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left; }
    .popupForm .body .form table th {
      font-weight: normal;
      color: #969696;
      font-size: 11px; }
    .popupForm .body .form table td {
      font-size: 12px; }
      .popupForm .body .form table td input[type="text"], .popupForm .body .form table td input[type="password"] {
        width: 92%;
        margin: 0 0 10px 0;
        padding: 9px;
        background: #fff;
        border: solid 1px #dcdddd;
        border-radius: 4px;
        /* CSS3草案 */
        -webkit-border-radius: 4px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 4px;
        /* Firefox用 */
        box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
        -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
        -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
        vertical-align: middle;
        font-size: 11px;
        line-height: normal; }
  .popupForm .body .form div input[type="submit"] {
    display: block;
    cursor: pointer;
    border: none;
    margin: 12px 2px 16px;
    padding: 9px 30px;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    background: #ab0610;
    color: #fff; }

.modal .modalCon .buttonA {
  display: block;
  cursor: pointer;
  border: none;
  margin: 12px 2px 16px;
  padding: 9px 30px;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  background: #ab0610;
  color: #fff; }

#popupLogin .body .form div p {
  float: right;
  padding: 5px 4px 0 0;
  text-align: right; }
  #popupLogin .body .form div p a {
    color: #1764a4; }

.modal .modalCon ul.bxslider {
  width: 100% !important;
  height: 160px; }
  .modal .modalCon ul.bxslider li {
    width: 100% !important;
    height: 150px;
    text-align: center; }
    .modal .modalCon ul.bxslider li img {
      width: 312px !important;
      margin: 0 auto !important; }

.loading {
  background: url("loader.gif") center center no-repeat; }

/*
下層ページ共通設定
************************************************************/
/***広告スペース用↓***/
.bannerSpace {
  margin: 0;
  padding: 10px 0 10px;
  text-align: center; }
.bannerSpace .wrap {
  margin: 0 30px 0 0; }
.bannerSpace img {
  width: 610px;
  max-width: 610px; }

#contents {
  clear: both;
  padding: 0; }

/***ページタイトル用↓***/
#pageTitleSpace {
  margin: 0 0px 25px;
  padding: 0 0 0px;
  border: solid 1px #e0e0e0;
  background-image: url(../img/base/bg_012.gif);
  font-size: 0;
  line-height: 0;
  text-align: left;
  position: relative; }
  #pageTitleSpace .title {
    padding: 23px 15px 22px; }
  #pageTitleSpace.entry_title .title {
    padding: 15px 15px 7px; }
    #pageTitleSpace.entry_title .title .gold {
      display: block;
      background: url(../img/base/icon_041.png) no-repeat left 5px;
      padding: 2px 30px 1px; }
  #pageTitleSpace .title.clinic {
    background: url(../img/base/title_clinic.png) no-repeat right center; }
  #pageTitleSpace .title.favorites {
    background: url(../img/base/title_favorites.png) no-repeat right center; }
  #pageTitleSpace .title.note {
    background: url(../img/base/title_note.png) no-repeat right center; }
  #pageTitleSpace .title.info_post {
    background: url(../img/base/title_info_post.png) no-repeat right center; }
  #pageTitleSpace .title.form {
    background: url(../img/base/title_form.png) no-repeat right center; }
  #pageTitleSpace .title.book {
    background: url(../img/base/title_book.png) no-repeat right center; }
  #pageTitleSpace .title.staff {
    background: url(../img/base/title_staff.png) no-repeat right center; }
  #pageTitleSpace .title.help {
    background: url(../img/base/title_help.png) no-repeat right center; }
  #pageTitleSpace .title.mail {
    background: url(../img/base/title_mail.png) no-repeat right center; }
  #pageTitleSpace .title.comment {
    background: url(../img/base/title_comment.png) no-repeat right center; }
  #pageTitleSpace .title.event {
    background: url(../img/base/title_event.png) no-repeat right center; }
  #pageTitleSpace .title.create {
    background: url(../img/base/title_create.png) no-repeat right center; }
  #pageTitleSpace .title.treasure {
    background: url(../img/base/title_treasure.png) no-repeat right center; }
  #pageTitleSpace .title.message {
    background: url(../img/base/title_message.png) no-repeat right center; }
  #pageTitleSpace .title.recruit {
    background: url(../img/base/title_recruit.png) no-repeat right center; }
  #pageTitleSpace .title.gold {
    background: url(../img/base/title_gold.png) no-repeat right center; }
  #pageTitleSpace .title.gold2 {
    background: url(../img/base/title_gold2.png) no-repeat right center; }
  #pageTitleSpace .title.gold_card {
    background: url(../img/base/title_gold_card.png) no-repeat right center; }
  #pageTitleSpace .title.trade {
    background: url(../img/base/title_trade.png) no-repeat right center; }
  #pageTitleSpace .title.bank {
    background: url(../img/base/title_bank.png) no-repeat right center; }
  #pageTitleSpace .title.post {
    background: url(../img/base/title_post.png) no-repeat right center; }
  #pageTitleSpace .title.pass {
    background: url(../img/base/title_pass.png) no-repeat right center; }
  #pageTitleSpace .title.pass_card {
    background: url(../img/base/title_pass_card.png) no-repeat right center; }
  #pageTitleSpace .title.pass_gold {
    background: url(../img/base/title_pass_gold.png) no-repeat right center; }
  #pageTitleSpace .title.search {
    background: url(../img/base/title_search.png) no-repeat right center; }
  #pageTitleSpace .title.search_plus {
    background: url(../img/base/title_search_plus.png) no-repeat right center; }
  #pageTitleSpace .title.tag {
    background: url(../img/base/title_tag.png) no-repeat right center; }
  #pageTitleSpace .title.buy {
    background: url(../img/base/title_buy.png) no-repeat right center; }
  #pageTitleSpace .title.info {
    background: url(../img/base/title_info.png) no-repeat right center; }
  #pageTitleSpace .title.user {
    background: url(../img/base/title_user.png) no-repeat right center;
    position: relative; }
  #pageTitleSpace .title.block {
    background: url(../img/base/title_block.png) no-repeat right center; }
  #pageTitleSpace .title.message01 {
    background: url(../img/base/title_message_001.png) no-repeat right center; }
  #pageTitleSpace .title.message02 {
    background: url(../img/base/title_message_002.png) no-repeat right center; }
  #pageTitleSpace .title.reminder {
    background: url(../img/base/title_reminder.png) no-repeat right center; }
  #pageTitleSpace .title.banner {
    background: url(../img/base/title_banner.png) no-repeat right center; }
  #pageTitleSpace .title h1 span {
    font-size: 20px;
    font-weight: bolder;
    line-height: normal;
    color: #282828; }
  #pageTitleSpace .title .yellowCard {
    position: absolute;
    right: 62px;
    top: 13px; }
    #pageTitleSpace .title .yellowCard img {
      width: 40px; }

/***ページボディ用↓***/
.main div.body {
  clear: both;
  margin: 0 0px 30px;
  padding: 0;
  text-align: left;
  font-size: 13px;
  line-height: 150%;
  color: #787878; }
  .main div.body .body_inner {
    clear: both; }
    .main div.body .body_inner.bg_account {
      background: url(../img/base/account_img.png) no-repeat right 10px;
      padding-right: 190px; }
    .main div.body .body_inner.bg_key {
      background: url(../img/base/key_img.png) no-repeat right 15px;
      padding-right: 80px; }
    .main div.body .body_inner.bg_open {
      background: url(../img/base/open_img.png) no-repeat right 5px;
      padding-right: 240px;
      min-height: 180px; }
    .main div.body .body_inner.bg_gold {
      background: url(../img/base/gold_img.png) no-repeat right 0px;
      padding-right: 190px;
      min-height: 160px; }
    .main div.body .body_inner.bg_gold2 {
      background: url(../img/base/gold_img2.png) no-repeat right 5px;
      padding-right: 170px;
      min-height: 90px; }
    .main div.body .body_inner.bg_gold_card {
      background: url(../img/base/gold_card_img.png) no-repeat right 10px;
      padding-right: 200px;
      min-height: 140px; }
    .main div.body .body_inner.bg_mail {
      background: url(../img/base/mail_img.png) no-repeat right 0px;
      padding-top: 10px;
      padding-right: 150px;
      min-height: 113px; }
    .main div.body .body_inner.bg_bank {
      background: url(../img/base/bank_img.png) no-repeat right 10px;
      padding-right: 270px;
      min-height: 170px; }
    .main div.body .body_inner.bg_post {
      background: url(../img/base/post_img.png) no-repeat right 0px;
      padding-right: 220px;
      min-height: 170px; }
    .main div.body .body_inner.bg_pass {
      background: url(../img/base/pass_img.png) no-repeat right 0px;
      padding-right: 190px;
      min-height: 170px; }
    .main div.body .body_inner.bg_pass_gold {
      background: url(../img/base/pass_gold_img.png) no-repeat right 0px;
      padding-right: 190px;
      min-height: 170px; }
    .main div.body .body_inner.bg_pass_card {
      background: url(../img/base/pass_card_img.png) no-repeat right 0px;
      padding-right: 190px;
      min-height: 150px; }
    .main div.body .body_inner.bg_request {
      background: url(../img/base/request_img.png) no-repeat right 0px;
      padding-right: 260px;
      min-height: 120px; }
    .main div.body .body_inner.bg_clinic {
      background: url(../img/base/clinic_img.png) no-repeat right 0px;
      padding-right: 240px;
      min-height: 160px; }
    .main div.body .body_inner.bg_trade {
      background: url(../img/base/trade_img.png) no-repeat right 0px;
      padding-right: 240px;
      min-height: 160px; }
    .main div.body .body_inner.bg_info_post {
      background: url(../img/base/info_post_img.png) no-repeat right 0px;
      padding-right: 150px;
      min-height: 120px; }
    .main div.body .body_inner.bg_recruit {
      background: url(../img/base/recruit_img_02.png) no-repeat right 0px;
      padding-right: 180px;
      min-height: 200px; }
    .main div.body .body_inner.bg_staff {
      background: url(../img/base/staff_img.png) no-repeat right 0px;
      padding-right: 190px;
      min-height: 160px; }

.main .section div.body {
  padding: 0 15px;
  color: #5a5a5a; }

.body .content_list {
  border-top: 1px dotted #E0E0E0;
  margin: 0 -5px; }
.agreement .body .ac_switch {
 padding-top: 15px; }
.agreement .body .content_list {
  border-top: none !important; }
  .body .content_list li {
    margin: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px dotted #E0E0E0 !important;
    padding: 6px 4px;
    color: #707070; }
  .agreement .body .content_list li:last-child {
    border-bottom: none !important;}
    .body .content_list li span.indent {
      display: inline-block;
      margin-left: 1em;
      text-indent: -1em; }
    .body .content_list li p span.indent {
      margin-left: 3em;
      text-indent: -3em; }
    .body .content_list li dl {
      padding: 12px 0; }
      .body .content_list li dl dt {
        color: #333;
        margin-bottom: 8px; }
    .body .content_list li a {
      text-decoration: underline; }
      .body .content_list li a:hover {
        text-decoration: none; }

.body .content_list2 {
  margin-bottom: 20px; }
  .body .content_list2 li {
    border-bottom: 1px dotted #E0E0E0;
    padding: 5px 4px;
    color: #969696; }
    .body .content_list2 li .inner {
      padding-bottom: 20px; }

.body .content_list_table {
  margin: 0 -5px;
  font-size: 13px; }
  .body .content_list_table li {
    padding: 8px 4px;
    clear: both; }
    .body .content_list_table li dl {
      width: 100%;
      padding: 12px 0; }
      .body .content_list_table li dl dt {
        color: #2c2c2c;
        float: left;
        width: 170px;
        margin-right: 10px;
        font-weight: bold; }
      .body .content_list_table li dl dd {
        color: #5a5a5a;
        float: left;
        width: 380px;
        padding-left: 15px;
        background: url(../img/base/menu_border.gif) no-repeat left 3px; }
  .body .content_list_table span.indent {
    display: inline-block;
    margin-left: 1em;
    text-indent: -1em; }

.body .data_table {
  width: 100%;
  clear: both; }
  .body .data_table table {
    width: 100%;
    margin: 0 -2px;
    border-collapse: collapse;
    color: #787878; }
    .body .data_table table td {
      width: 50%;
      padding: 5px 0;
      border-bottom: 1px dotted #ddd; }
    .body .data_table table .last td {
      border-bottom: none; }

/*
記事詳細設定
************************************************************/
#contents {
  padding: 0; }

/***ページタイトル用↓***/
#pageTitleSpace .others {
  clear: both;
  padding: 0 15px 6px; }
  #pageTitleSpace .others div {
    float: left;
    padding: 0 0 5px;
    font-size: 12px;
    line-height: normal;
    color: #898989; }
    #pageTitleSpace .others div.icon img {
      width: 18px;
      height: 19px;
      border-radius: 3px;
      /* CSS3草案 */
      -webkit-border-radius: 3px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 3px;
      /* Firefox用 */ }
    #pageTitleSpace .others div.tag {
      padding: 2px 0 0 3px; }
      #pageTitleSpace .others div.tag a {
        text-decoration: underline; }
        #pageTitleSpace .others div.tag a:hover {
          text-decoration: none; }
    #pageTitleSpace .others div.date {
      float: right;
      text-align: right; }

/***SNSメニュー用↓***/
.snsMenu {
  clear: both;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
  text-align: left; }
  .snsMenu .goodValue {
    float: left;
    line-height: 28px;
    color: #ab0610; }
    .snsMenu .goodValue span {
      padding: 5px 0 4px 30px;
      display: block;
      float: left;
      line-height: normal;
      color: #ab0610;
      background: url(../img/base/icon_042.png) no-repeat left 2px; }
    .snsMenu .goodValue a {
      display: block;
      float: left;
      padding: 3px 3px;
      background: #fff url(../img/base/icon_018.gif) no-repeat left -8px;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      /* CSS3草案 */
      -webkit-border-radius: 4px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 4px;
      /* Firefox用 */
      box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
      margin-right: 10px; }
      .snsMenu .goodValue a span {
        padding: 0px 5px 0px 27px;
        background: none;
        display: inline; }
  .snsMenu ul {
    float: right;
    padding: 0 0 20px; }
    .snsMenu ul li {
      float: left;
      padding: 0 8px 0 0; }
      .snsMenu ul li a,
      .snsMenu ul li.twitter iframe,
      .snsMenu ul li.pocket .pocket-btn {
        min-height: 16px;
        display: block;
        padding: 3px 3px;
        background: #fff;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        border: solid 1px #e0e0e0;
        box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
        -webkit-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
        -moz-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px; }
        .snsMenu ul li a:hover {
          filter: alpha(opacity=70);
          -moz-opacity: 0.70;
          opacity: 0.70; }
      .snsMenu ul li.twitter iframe {
        padding: 1px 3px 2px;}
      .snsMenu ul li.pocket .pocket-btn {
        padding: 1px 3px 0; }
        .snsMenu ul li a img {
          width: 19px;
          height: 17px; }
      .snsMenu ul li.good {
        font-size: 10px;
        line-height: 19px; }
        .snsMenu ul li.good a {
          padding: 6px 3px;
          color: #ab0610;
          border: 1px solid #e0e0e0;
          display: inline-block; }
      .snsMenu ul li.bookmark {
        float: left;
        font-size: 11px;
        line-height: 19px; }
        .snsMenu ul li.bookmark a {
          padding: 2px 21px 2px 4px;
          color: #7a8d91;
          background: #fff url(../img/base/icon_103.gif) no-repeat right center; }
        .snsMenu ul li.bookmark.on a {
          padding: 2px 21px 2px 4px;
          color: #7a8d91;
          background: #fff url(../img/base/icon_104.gif) no-repeat right center; }
      .snsMenu ul li.fontChange {
        float: left;
        font-size: 11px; }
        .snsMenu ul li.fontChange dt {
          float: left;
          line-height: 25px;
          padding: 0 5px 0 5px;
          color: #555; }
        .snsMenu ul li.fontChange dd {
          float: left;
          padding: 2px;
          background: #fff;
          border-radius: 3px;
          /* CSS3草案 */
          -webkit-border-radius: 3px;
          /* Safari,Google Chrome用 */
          -moz-border-radius: 3px;
          /* Firefox用 */
          border: solid 1px #e0e0e0;
          box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
          -webkit-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px;
          -moz-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 6px -6px; }
          .snsMenu ul li.fontChange dd span {
            display: block;
            float: left;
            border-right: 1px dotted #e0e0e0; }
            .snsMenu ul li.fontChange dd span.last {
              border-right: none; }
            .snsMenu ul li.fontChange dd span.in {
              border: none;
              padding: 2px 4px 1px;
              border-radius: 0px;
              /* CSS3草案 */
              -webkit-border-radius: 0px;
              /* Safari,Google Chrome用 */
              -moz-border-radius: 0px;
              /* Firefox用 */
              box-shadow: none;
              color: #9fa0a0;
              cursor: pointer; }
          .snsMenu ul li.fontChange dd .select span.in, .snsMenu ul li.fontChange dd span.in:hover {
            color: #fff;
            background: #ab0610; }

/***いいね！用↓***/
/***お気に入り用↓***/
/***フォントサイズ変更ボタン部分↓***/
/***記事本文用↓***/
div.entry_body {
  clear: both;
  margin: 0 0px 20px;
  padding: 25px 10px 60px;
  text-align: left;
  font-size: 17px;
  line-height:22px;
  color: #2c2c2c;
  border-top: 2px solid #e0e0e0;
  word-wrap: break-word; }
  div.entry_body.entry_body_news {
    border-top: none; }

.entry_body img {
  max-width: 400px;
  display: block;
  margin-top: 5px !important;
  margin-bottom: -15px !important;
  box-shadow: rgba(51, 51, 51, 0.43) 0px 13px 7px -12px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.43) 0px 13px 7px -12px;
  -moz-box-shadow: rgba(51, 51, 51, 0.43) 0px 13px 7px -12px; }
.entry_body.geki_entry_body img {
  display: inline-block;
  margin-bottom: 5px !important; }
.entry_body.geki_entry_body a {
  display: inline-block; }
.entry_body div p img {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  float: none !important;
  clear: both !important;
  }
.entry_body div div img {
  margin-bottom: 5px !important;
  float: none !important;
  clear: both !important;
  }
.entry_body h1 {
  line-height: 33px;}
.entry_body div h1 img {
  margin-bottom: 13px !important;
  }
.entry_body iframe {
  margin:5px 0;}
#body .main .entry_body blockquote {
  margin-left: 25px;
  padding-left: 15px;
  border-left: solid 6px #ccc;
  font-style: italic !important;
  font-family: 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  }
.entry_body .more {
  clear: both;
  padding: 40px 0 0;
  text-align: left; }

/***この記事を見る↓***/
.entry_navi {
  clear: both;
  padding: 12px 15px;
  font-size: 12px;
  background: url(../img/base/bg_004.gif);
  text-align: center;
  margin-bottom: 30px; }
  .entry_navi a {
    color: #000;
    text-decoration: underline; }
    .entry_navi a:hover {
      text-decoration: none; }
  .entry_navi .prev {
    float: left; }
  .entry_navi .list span {
    background: url(../img/base/icon_065.png) no-repeat left center;
    padding-left: 15px;
    margin: 0 5px; }
  .entry_navi .home span {
    background: url(../img/base/icon_068.png) no-repeat left center;
    padding-left: 17px;
    margin: 0 7px; }
  .entry_navi .next {
    float: right; }

/***記事内の広告↓***/
#contents div.ad .adContents {
  padding: 10px 10px 40px;
  text-align: left; }
  #contents div.ad .adContents .adBody {
    float: left; }
    #contents div.ad .adContents .adBody .adTitle {
      font-size: 13px;
      line-height: normal; }
      #contents div.ad .adContents .adBody .adTitle a {
        text-decoration: none;
        color: #ab0610; }
        #contents div.ad .adContents .adBody .adTitle a:hover {
          text-decoration: none; }
    #contents div.ad .adContents .adBody .adUrl {
      font-size: 10px;
      line-height: normal; }
      #contents div.ad .adContents .adBody .adUrl a {
        text-decoration: none; }
        #contents div.ad .adContents .adBody .adUrl a:hover {
          text-decoration: none; }
  #contents div.ad .adContents .adInfo {
    float: right;
    font-size: 12px;
    line-height: normal; }
    #contents div.ad .adContents .adInfo img {
      width: 13px;
      height: 14px; }
  #contents div.ad .adContents .adText {
    clear: both;
    font-size: 12px;
    line-height: normal; }
    #contents div.ad .adContents .adText a {
      text-decoration: none;
      color: #787878; }
      #contents div.ad .adContents .adText a:hover {
        text-decoration: none; }
/***記事内の広告(下部)背景とボーダー処理↓***/
#articleList_ad .articleList ul.body li.ad {
	margin-top: -50px !important;
	margin-bottom: 20px !important;
	border: none;
	background: none;
	text-align: center;
}

/***コメント・合わせて読みたい等の見出し↓***/
.main .subTitle {
  position: relative;
  margin: 0 0 16px;
  padding-left: 10px;
  background: #fdfdfd;
  border: solid 1px #e0e0e0;
  text-align: left; }

.main .blockUser .subTitle {
  background-image: url(../img/base/bg_007.gif); }

.main .subTitle.mB0 {
  border-bottom: none; }

.main .subTitle span {
  display: block;
  padding: 10px 10px 9px;
  background: #fafafa;
  font-size: 14px;
  color: #7a8d91; }
  .main .subTitle span.icon_gold {
    background: url(../img/base/icon_066.png) no-repeat left 10px;
    padding-left: 26px; }
  .main .subTitle span.icon_note {
    background: url(../img/base/icon_032.png) no-repeat 2px 11px;
    padding-left: 26px; }
  .main .subTitle span.icon_user {
    background: url(../img/base/icon_067.png) no-repeat 2px 10px;
    padding-left: 26px; }
  .main .subTitle span.icon_event {
    background: url(../img/base/icon_073.png) no-repeat 3px 12px;
    padding-left: 26px; }
  .main .subTitle span.icon_search {
    background: url(../img/base/icon_064.png) no-repeat 3px 12px;
    padding-left: 26px; }
  .main .subTitle span.icon_question {
    background: url(../img/base/icon_031.png) no-repeat 3px 12px;
    padding-left: 26px; }
  .main .subTitle span.icon_clinic {
    background: url(../img/base/icon_085.png) no-repeat left 8px;
    padding-left: 26px; }
  .main .subTitle span.icon_bank {
    background: url(../img/base/icon_087.png) no-repeat left 8px;
    padding-left: 26px; }
  .main .subTitle span.icon_trade {
    background: url(../img/base/icon_086.png) no-repeat left 8px;
    padding-left: 26px; }
  .main .subTitle span.icon_banner {
    background: url(../img/base/icon_083.png) no-repeat 4px 15px;
    padding-left: 26px; }
  .main .subTitle span.icon_block {
    background: url(../img/base/icon_098.png) no-repeat 4px 12px;
    padding-left: 26px; }
  .main .subTitle span.icon_beginner {
    background: url(../img/base/icon_106.png) no-repeat 4px 12px;
    padding-left: 26px; }
  .main .subTitle span.icon_mail {
    background: url(../img/base/icon_089.png) no-repeat 3px 9px;
    padding-left: 30px; }
  .main .subTitle span.icon_certification {
	background-image: url(../img/base/icon_110.gif);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	background-size: 56px 20px;
    padding-left: 66px; }
  .main .subTitle span span.alertFont {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 14px;
    color: #ab0610; }

/***コメント↓***/
#comments {
  clear: both;
  margin: 0px 0 60px;
  text-align: left; }
  #comments .commentPost {
    margin: 0;
    background: #fff;
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    border-bottom: solid 1px #C9CACA;
    font-size: 0;
    line-height: 0;
    display: block; }
    #comments .commentPost .accordion span {
      display: block;
      padding: 12px 5px;
      text-align: center;
      font-size: 13px;
      line-height: normal;
      font-weight: bolder;
      cursor: pointer;
      color: #7a8d91; }

/***コメント投稿↓***/
.commentPost {
	margin:0 0 15px !important;
}
.commentPostForm {
  padding: 0 5px;
  font-size: 12px;
  line-height: normal; }
  .commentPostForm .formTitle {
    margin: 0 -5px;
    padding: 10px 0 9px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #e0e0e0; }
    .commentPostForm .formTitle .title {
      padding: 0 0 0 40px;
      background-image: url(../img/base/icon_023.png);
      background-repeat: no-repeat;
      background-position: 15px center;
      color: #2c2c2c;
      font-size: 15px; }
    .commentPostForm .formTitle .commentAlert {
      padding: 0 0 0 30px;
      color: #ab0610; }
    .commentPostForm .formTitle .accordionClose {
      position: absolute;
      right: 4px;
      top: 4px;
      padding: 9px 14px;
      background: #fff;
      border: solid 1px #7a8d91;
      border-radius: 3px;
      /* CSS3草案 */
      -webkit-border-radius: 3px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 3px;
      /* Firefox用 */
      color: #7a8d91;
      font-size: 10px;
      line-height: normal;
      cursor: pointer; }
  .commentPostForm table {
    margin: 15px 0; }
    .commentPostForm table td {
      vertical-align: top;
      text-align: left;
      padding: 0px !important; }
      .commentPostForm table td.comment_user_img {
        width: 55px;
        padding-top: 2px !important; }
        .commentPostForm table td.comment_user_img img {
          width: 45px; }
        .commentPostForm table td #comment_reply .reply_name {
          padding:5px 0 5px 32px;
          background: url(../img/base/icon_107.png) no-repeat left center;
          font-size:15px;
          color:#3e3a39; }
        .commentPostForm table td .reply_clear {
          padding:0 5px;
          cursor:pointer;
          background:#7a8d91;
          color:#fff;
          }
      .commentPostForm table td textarea {
      	display:block;
        min-height: 40px !important; }
      .commentPostForm table td.comment_button {
        width: 55px;
        padding: 2px 0 0 5px !important; }
      .commentPostForm table td input.search_button, .commentPostForm table td a.search_button {
        width: 60px;
        display: block;
        border: 1px solid #e0e0e0;
        padding: 0 4px;
        background: #fff;
        color: #7a8d91;
        cursor: pointer;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 4px -1px;
        -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 4px -1px;
        -moz-box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 4px -1px;
        font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }
      .commentPostForm table td input.search_button:hover, .commentPostForm table td a.search_button:hover {
        background: #e0e0e0; }

      .commentPostForm table td input.off_button, .commentPostForm table td a.off_button {
        width: 60px;
        pointer-events: none;
        display: block;
        border: 1px solid #e0e0e0;
        padding: 0 4px;
        background: #fff;
        color: #7a8d91;
        cursor: pointer;
        border-radius: 3px;
        /* CSS3草案 */
        -webkit-border-radius: 3px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 3px;
        /* Firefox用 */
        box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 4px -1px;
        -webkit-box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 4px -1px;
        -moz-box-shadow: rgba(51, 51, 51, 0.1) 0px 3px 4px -1px;
        font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

/***コメントリスト↓***/
#comments .commentList {
  font-size: 0;
  line-height: 0; }
  #comments .commentList li {
    margin:0 0 15px;}
  #comments .commentList .comments {
    position: static;
    background: #fff;
    border-bottom: solid 1px #C9CACA;
    border-right: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    border-top: none; }
    #comments .commentList .comments .commentsTitle {
      padding: 5px 0 0; }
      #comments .commentList .comments .commentsTitle div {
        padding: 8px 15px 0;
        font-size: 13px;
        line-height: normal;
        color: #000; }
      #comments .commentList .comments .commentsTitle span.block {
        padding: 0 0 0 5px;
        position: relative; }
        #comments .commentList .comments .commentsTitle span.block img {
          width: 17px;
          position: absolute;
          top: 2px; }
    #comments .commentList .comments .commentsBody p {
      padding: 8px 15px 15px;
      font-size: 12px;
      line-height: 150%;
      word-break:break-all;
      color: #2c2c2c; }
    #comments .commentList .comments .commentsMenu {
      clear: both;
      padding: 0 10px 4px;
      position: relative; }
      #comments .commentList .comments .commentsMenu div:first-child {
        margin-right:5px;
        padding-right:10px;
        border-right:solid 1px #f2f2f2;
         }
      #comments .commentList .comments .commentsMenu .good {
        float: left;
        padding: 6px 0 4px 5px;
        color: #e0e0e0;
        font-size: 12px;
        line-height: normal; }
        #comments .commentList .comments .commentsMenu .good a, #comments .commentList .comments .commentsMenu .good .goodButton span {
          color: #ab0610; }
        #comments .commentList .comments .commentsMenu .good a span {
          margin: 0 8px 0 0;
          border-radius: 3px;
          /* CSS3草案 */
          -webkit-border-radius: 3px;
          /* Safari,Google Chrome用 */
          -moz-border-radius: 3px;
          /* Firefox用 */ }
          #comments .commentList .comments .commentsMenu .good a span img {
            width: 20px;
            height: 20px;
            vertical-align: middle; }
          #comments .commentList .commentPlus .comments .commentsMenu .good a span img {
			filter:alpha(opacity=0);
			-moz-opacity: 0;
			opacity: 0;
          }
        #comments .commentList .comments .commentsMenu .good .goodValue {
          font-size: 12px;
          font-style: normal;
          line-height: normal;
          color: #ab0610; }
      #comments .commentList .comments .commentsMenu .res {
        float: left;
        padding: 6px 0 4px 5px;
        color: #e0e0e0;
        font-size: 12px;
        line-height: normal; }
        #comments .commentList .comments .commentsMenu .res a {
          color: #ab0610; }
          #comments .commentList .comments .commentsMenu .res a span {
            margin: 0 8px 0 0;
            border-radius: 3px;
            /* CSS3草案 */
            -webkit-border-radius: 3px;
            /* Safari,Google Chrome用 */
            -moz-border-radius: 3px;
            /* Firefox用 */ }
            #comments .commentList .comments .commentsMenu .res a span img {
              width: 20px;
              height: 20px;
              vertical-align: middle; }
            #comments .commentList .commentPlus .comments .commentsMenu .res a span img {
				filter:alpha(opacity=0);
				-moz-opacity: 0;
				opacity: 0;
            }
        #comments .commentList .comments .commentsMenu .res .resValue {
          font-size: 12px;
          font-style: normal;
          line-height: normal;
          color: #ab0610; }
      #comments .commentList .comments .commentsMenu .reward {
        float: left;
        padding: 6px 0 4px 30px;
        color: #e0e0e0;
        font-size: 12px;
        line-height: normal; }
        #comments .commentList .comments .commentsMenu .reward a {
          color: #ab0610; }
          #comments .commentList .comments .commentsMenu .reward a span {
            margin: 0 8px 0 0;
            border-radius: 3px;
            /* CSS3草案 */
            -webkit-border-radius: 3px;
            /* Safari,Google Chrome用 */
            -moz-border-radius: 3px;
            /* Firefox用 */ }
            #comments .commentList .comments .commentsMenu .reward a span img {
              width: 20px;
              height: 20px;
              vertical-align: middle;
              border-radius: 3px;
              /* CSS3草案 */
              -webkit-border-radius: 3px;
              /* Safari,Google Chrome用 */
              -moz-border-radius: 3px;
              /* Firefox用 */ }
      #comments .commentList .comments .commentsMenu .warning {
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -10px; }
        #comments .commentList .comments .commentsMenu .warning span {
          cursor: pointer; }
          #comments .commentList .comments .commentsMenu .warning span img {
            width: 20px;
            height: 20px; }
          #comments .commentList .comments .commentsMenu .warning span.warningText {
            cursor: auto;
            font-size: 12px;
            line-height: normal;
            color: #ab0610; }
      #comments .commentList .comments .commentsMenu .warningAfter {
        position: absolute;
        top: 10px;
        right: 0; }
        #comments .commentList .comments .commentsMenu .warningAfter span.warningText {
          margin: -4px 5px 0 0;
          font-size: 12px;
          line-height: normal;
          color: #ab0610; }
          
/***コメント返信用↓***/
  #comments .commentList .commentPlus{
    padding:15px 10px 15px 15px;
    border-bottom: solid 1px #C9CACA;
    border-right: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    background: #fdfdfd !important; }
  #comments .commentList .commentPlus .comments{
    border-right:0;
    background: #fdfdfd !important; }
  #comments .commentList .commentPlus .comments:last-child{
    border-bottom:0; }

      #comments .commentList .commentPlus .comments .commentsTitle div {
        padding-left:48px;
        background: url(../img/base/icon_107.png) no-repeat 14px 9px;}
        #comments .commentList .commentPlus .comments .commentsMenu .good a, #comments .commentList .commentPlus .comments .commentsMenu .good .goodButton span {
        	background: url(../img/base/icon_108.png) no-repeat left center;
        	background-size:auto 18px;
          color: #3e3a39; }
        #comments .commentList .commentPlus .comments .commentsMenu .good .goodValue {
          color: #3e3a39; }
        #comments .commentList .commentPlus .comments .commentsMenu .res a {
        	background: url(../img/base/icon_109.png) no-repeat left center;
        	background-size:auto 18px;
          color: #3e3a39; }
        #comments .commentList .commentPlus .comments .commentsMenu .res .resValue {
          color: #3e3a39; }

/***ページナビ(次の記事移動、TOPに戻るリンク等)↓***/
.pageNavi {
  clear: both;
  margin: 0;
  padding: 0 0 60px; }
  .pageNavi .left {
    width: 30%;
    float: left;
    text-align: left; }
    .pageNavi .left a {
      padding: 15px 15px 10px 15px;
      background: #f8f8f8;
      border-top: solid 1px #e0e0e0;
      border-right: solid 1px #e0e0e0;
      border-bottom: solid 1px #e0e0e0;
      box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
      -webkit-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
      -moz-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset; }
      .pageNavi .left a img {
        width: 19px;
        height: 15px; }
  .pageNavi .right {
    width: 30%;
    float: right;
    text-align: right; }
    .pageNavi .right a {
      padding: 15px 15px 10px 15px;
      background: #f8f8f8;
      border-top: solid 1px #e0e0e0;
      border-left: solid 1px #e0e0e0;
      border-bottom: solid 1px #e0e0e0;
      box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
      -webkit-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
      -moz-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset; }
      .pageNavi .right a img {
        width: 19px;
        height: 15px; }
  .pageNavi .center {
    width: 30%;
    margin: 0 auto;
    text-align: center; }
    .pageNavi .center a {
      padding: 15px 15px 10px;
      background: #f8f8f8;
      border: solid 1px #e0e0e0;
      font-weight: bolder;
      color: #7a8d91;
      font-size: 12px;
      box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
      -webkit-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
      -moz-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset; }

/*
下層ページ個別設定
************************************************************/
#pageTitleSpace .edit {
  position: absolute;
  right: 4px;
  top: 14px; }
  #pageTitleSpace .edit a {
    padding: 5px 12px;
    background: #fff;
    border: solid 1px #7a8d91;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 11px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 11px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 11px -6px;
    color: #7a8d91;
    line-height: normal;
    font-size: 11px; }

/*
フォーム設定
************************************************************/
.form {
  clear: both;
  padding: 0 5px; }

.required {
  color: #ed4054; }

#body .form table {
  width: 100%; }
  #body .form table th {
    padding: 0 0 10px;
    color: #2c2c2c;
    text-align: left;
    font-size: 13px; }
  #body .form table.twin th,
  #body .form table.single th,
  #body .form table.single td{
    vertical-align: top;
    width: 165px;
    padding-left: 5px;
    background: url(../img/base/menu_border.gif) no-repeat right 3px;
    word-break: break-all;
    }
  #body .form table.single th,
  #body .form table.single td{
    background-image: none;
    }
  #body .form table th .required {
    padding: 0 0 0 7px; }
  #body .form table td {
    padding: 0 0 40px; }
  #body .form table.twin td {
    padding-left: 30px;
    word-break: break-all;
   }

.form table.twin td img {
  width: 360px; }

#body .form table td input[type="text"], #body .form table td input[type="password"], #body .form table td input[type="email"] {
  width: 70%;
  min-width: 290px;
  margin: 0 0 8px 0;
  padding: 9px;
  background: #fff;
  border: solid 1px #dcdddd;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

#body .form table td select {
  width: 70%;
  min-width: 290px;
  margin: 0 0 8px 0;
  padding: 9px;
  background: #fff;
  border: solid 1px #dcdddd;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

#body .form table td input:readonly {
  background: #d6d6d6; }

#body .form table td input[type="text"].mini {
  width: 15%; }

#body .search_result .form table {
  width: 100%;
  margin-bottom: 30px; }
  #body .search_result .form table th {
    padding: 0 20px 25px;
    color: #2c2c2c;
    font-size: 14px;
    vertical-align: top;
    background: url(../img/base/menu_border.gif) no-repeat right 3px; }
  #body .search_result .form table td {
    color: #5a5a5a;
    padding: 0 20px 25px;
    font-size: 14px;
    word-break: break-all; }

/***ラジオボタン、チェックボックス用↓***/
.styledRadio, .styledCheckbox {
  float: left;
  clear: both;
  margin-bottom: 15px; }

label {
  float: left;
  line-height: 22px;
  padding-left: 8px;
  font-size: 12px;
  cursor: pointer; }

.checkOn {
  margin: 6px 0 0;
  padding: 2px 0 2px 29px;
  background-image: url(../img/base/icon_026.png);
  background-repeat: no-repeat;
  background-size: 21px 21px; }

.checkOff {
  margin: 6px 0 0;
  padding: 2px 0 2px 29px;
  background-image: url(../img/base/icon_027.png);
  background-repeat: no-repeat;
  background-size: 21px 21px; }

/***ラジオボタン用↓***/
.form table tr td div {
  position: relative; }
  .form table tr td div input[type="radio"] {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 4px 0 0 28px; }
  .form table tr td div label {
    padding: 4px 20px 0 28px; }
  .form table tr td div input[type="radio"] + label {
    display: block;
    background-image: url(../img/js/radio_Checked_Dis.png);
    background-size: 21px;
    background-position: left center;
    background-repeat: no-repeat; }
  .form table tr td div input[type="radio"]:checked + label {
    background-image: url(../img/js/radio_Checked.png); }
  .form table tr td div input[type="radio"]:disabled + label {
    background-image: url(../img/js/lock.png);
    color: #ddd; }

/***チェックボックス用↓***/
#popupTag .body .form #tag ul li {
  position: relative;
  margin: 0;
  padding: 0; }
  #popupTag .body .form #tag ul li input[type="checkbox"] {
    position: absolute !important;
    top: 0 !important;
    opacity: 0 !important;
    height: 100% !important;
    padding: 4px 0 0 28px !important; }

.form table tr td div input[type="checkbox"] {
  position: absolute !important;
  top: 0 !important;
  opacity: 0 !important;
  height: 100% !important;
  padding: 4px 0 0 28px !important; }

#popupTag .body .form #tag ul li label {
  margin: 0 0 5px !important;
  padding: 4px 20px 0 28px !important; }

#popupTag .body .form #tag ul li input[type="checkbox"] + label {
  display: block !important;
  background-image: url(../img/js/checkbox_Checked_Dis.jpg) !important;
  background-size: 21px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important; }

.form table tr td div input[type="checkbox"] + label {
  display: block !important;
  background-image: url(../img/js/checkbox_Checked_Dis.jpg) !important;
  background-size: 21px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important; }

#popupTag .body .form #tag ul li input[type="checkbox"]:checked + label, .form table tr td div input[type="checkbox"]:checked + label {
  background-image: url(../img/js/checkbox_Checked.jpg) !important; }

#body .form table td select {
  margin: 0 0 10px 0;
  padding: 6px 50px 6px 4px;
  border: solid 1px #dcdddd;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 40px;
  box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.8;
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

.form table td select.mini {
  width: 15% !important;
  min-width: 15% !important;
  padding: 6px 10px 6px 4px; }

.form table td select option {
  padding: 0 4px; }

#body .form table td textarea {
  width: 90%;
  min-width: 290px;
  min-height: 160px;
  margin: 0 0 10px 0;
  padding: 9px;
  background: #fff;
  border: solid 1px #dcdddd;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  vertical-align: middle;
  font-size: 11px;
  line-height: normal; }

#body .buttonSpace {
  padding: 14px 0 15px;
  margin-bottom: 25px;
  text-align: left; }

#body .buttonSpace2 {
  padding: 14px 0 0px;
  text-align: center; }
  #body .buttonSpace2.warning {
    text-align: right;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 6px 8px;
    margin-top: 15px; }

#body .warningReport {
  text-align: right;
  padding: 6px 0; }

#body .warningReportAfter {
  text-align: right;
  padding: 6px 0;
  color: #ab0610; }

#body .buttonSpace3 {
  padding: 0px 0 25px;
  text-align: center; }

#body .buttonSpace4 {
  padding: 0px 10px 25px;
  text-align: center; }

.completionMessage {
  margin: 0 0 15px;
  background: url(../img/base/bg_014.gif); }
  .completionMessage div {
    padding: 15px;
    color: #000;
    font-size: 13px; }

.errorMessage {
  margin: 0 -10px 15px;
  background: url(../img/base/bg_007.gif); }
  .errorMessage dl {
    padding: 10px; }
    .errorMessage dl dt, .errorMessage dl dd {
      color: #000;
      font-size: 13px; }

.attentionMessage {
  margin: 0 0 15px;
  padding: 15px;
  background: url(../img/base/bg_005.gif);
  font-size: 13px; }
  .attentionMessage p {
    padding: 5px 3px 3px 3px;
    color: #000;
    font-size: 13px; }
  .attentionMessage .buttonSpace {
    padding-bottom: 10px !important; }

/*
追加パーツ設定
************************************************************/
/***ボーダー↓***/
.main hr {
  margin: 15px -10px;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #fff;
  border-right: none;
  border-left: none; }

.main .body em {
  font-weight: bolder;
  font-style: normal;
  color: #2c2c2c; }

/***小見出し↓***/
/*
各種ボタン設定
************************************************************/
/***赤縁ボタン用↓***/
.more.button_a {
  padding-top: 60px; }

.button_a a {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  margin-top: 10px;
  padding: 9px 100px;
  background: #fff;
  border: solid 1px #ab0610;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 18px;
  font-weight: bolder;
  color: #ab0610;
  cursor: pointer;
  display: inline-block; }

.button_a input[type="submit"], .button_a input[type="button"] {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 9px 100px;
  background: #fff;
  border: solid 1px #ab0610;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 18px;
  font-weight: bolder;
  color: #ab0610;
  cursor: pointer; }

.button_a button {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 9px 100px;
  background: #fff;
  border: solid 1px #ab0610;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 18px;
  font-weight: bolder;
  color: #ab0610;
  cursor: pointer; }

.button_a a:hover {
  background: #ab0610;
  color: #fff; }

.button_a input[type="submit"]:hover, .button_a input[type="button"]:hover {
  background: #ab0610;
  color: #fff; }

.button_a button:hover {
  background: #ab0610;
  color: #fff; }

.button_a span.miniFont {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ab0610;
  display: block; }

.button_a.gold a {
  background: #fff;
  border: solid 1px #67391b;
  color: #6a3906; }

.button_a.gold input[type="submit"], .button_a.gold input[type="button"] {
  background: #fff;
  border: solid 1px #67391b;
  color: #6a3906; }

.button_a.gold button {
  background: #fff;
  border: solid 1px #67391b;
  color: #6a3906; }

.button_a.gold a:hover {
  background: #67391b;
  color: #fff; }

.button_a.gold input[type="submit"]:hover, .button_a.gold input[type="button"]:hover {
  background: #67391b;
  color: #fff; }

.button_a.gold button:hover {
  background: #67391b;
  color: #fff; }

.button_a_wide a {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 13px 0;
  width: 100%;
  background: #fff;
  border: solid 1px #ab0610;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #ab0610;
  cursor: pointer;
  display: block; }
  .button_a_wide a:hover {
    color: #fff; }
    .button_a_wide a:hover .miniFont {
      color: #fff; }

.button_a_wide input[type="submit"], .button_a_wide input[type="button"] {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 13px 0;
  width: 100%;
  background: #fff;
  border: solid 1px #ab0610;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #ab0610;
  cursor: pointer;
  display: block; }

.button_a_wide button {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 13px 0;
  width: 100%;
  background: #fff;
  border: solid 1px #ab0610;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #ab0610;
  cursor: pointer;
  display: block; }

.button_a_wide a:hover {
  background: #ab0610;
  color: #fff; }

.button_a_wide input[type="submit"]:hover, .button_a_wide input[type="button"]:hover {
  background: #ab0610;
  color: #fff; }

.button_a_wide button:hover {
  background: #ab0610;
  color: #fff; }

.button_a_wide.gold a {
  background: #fff;
  border: solid 1px #67391b;
  color: #6a3906; }

.button_a_wide.gold input[type="submit"], .button_a_wide.gold input[type="button"] {
  background: #fff;
  border: solid 1px #67391b;
  color: #6a3906; }

.button_a_wide.gold button {
  background: #fff;
  border: solid 1px #67391b;
  color: #6a3906; }

.button_a_wide.gold a:hover {
  background: #67391b;
  color: #fff; }

.button_a_wide.gold input[type="submit"]:hover, .button_a_wide.gold input[type="button"]:hover {
  background: #67391b;
  color: #fff; }

.button_a_wide.gold button:hover {
  background: #67391b;
  color: #fff; }

.button_a_wide span.miniFont {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ab0610;
  display: block; }

.button_back a {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 2px 5px 2px 22px;
  background: #fff url(../img/base/icon_071.png) no-repeat 5px center;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  font-size: 13px;
  color: #5a5a5a;
  cursor: pointer; }

.button_back input[type="submit"], .button_back input[type="button"] {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 2px 5px 2px 22px;
  background: #fff url(../img/base/icon_071.png) no-repeat 5px center;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  font-size: 13px;
  color: #5a5a5a;
  cursor: pointer; }

.button_back button {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 2px 5px 2px 22px;
  background: #fff url(../img/base/icon_071.png) no-repeat 5px center;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.3) 0px 8px 5px -6px;
  font-size: 13px;
  color: #5a5a5a;
  cursor: pointer; }

.button_back a:hover {
  color: #999; }

.button_back input[type="submit"]:hover, .button_back input[type="button"]:hover {
  color: #999; }

.button_back button:hover {
  color: #999; }

.button_gold a {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 25px 0;
  width: 100%;
  background: #FCBF02;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDCE04), color-stop(1, #FBB101));
  background: -moz-linear-gradient(top, #FDCE04 0%, #FBB101 100%);
  border: solid 1px #6A3906;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  text-shadow: 0 2px 0px #fff573;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #6A3906;
  cursor: pointer;
  display: block; }

.button_gold input[type="submit"], .button_gold input[type="button"] {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 25px 0;
  width: 100%;
  background: #FCBF02;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDCE04), color-stop(1, #FBB101));
  background: -moz-linear-gradient(top, #FDCE04 0%, #FBB101 100%);
  border: solid 1px #6A3906;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  text-shadow: 0 2px 0px #fff573;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #6A3906;
  cursor: pointer;
  display: block; }

.button_gold button {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 25px 0;
  width: 100%;
  background: #FCBF02;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDCE04), color-stop(1, #FBB101));
  background: -moz-linear-gradient(top, #FDCE04 0%, #FBB101 100%);
  border: solid 1px #6A3906;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  text-shadow: 0 2px 0px #fff573;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #6A3906;
  cursor: pointer;
  display: block; }

.button_gold a:hover {
  background: #fdce3f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdda40), color-stop(1, #fcc43e));
  background: -moz-linear-gradient(top, #fdda40 0%, #fcc43e 100%); }

.button_gold input[type="submit"]:hover, .button_gold input[type="button"]:hover {
  background: #fdce3f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdda40), color-stop(1, #fcc43e));
  background: -moz-linear-gradient(top, #fdda40 0%, #fcc43e 100%); }

.button_gold button:hover {
  background: #fdce3f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdda40), color-stop(1, #fcc43e));
  background: -moz-linear-gradient(top, #fdda40 0%, #fcc43e 100%); }

.button_gold2 a {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 6px 0;
  width: 100%;
  background: #dfdfe0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #dbdbdb));
  background: -moz-linear-gradient(top, #e4e4e4 0%, #dbdbdb 100%);
  border: solid 1px #c1c0c0;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  text-shadow: 0 2px 0px #e6e6e6;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #424242;
  cursor: pointer;
  display: block; }

.button_gold2 input[type="submit"], .button_gold2 input[type="button"] {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 6px 0;
  width: 100%;
  background: #dfdfe0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #dbdbdb));
  background: -moz-linear-gradient(top, #e4e4e4 0%, #dbdbdb 100%);
  border: solid 1px #c1c0c0;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  text-shadow: 0 2px 0px #e6e6e6;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #424242;
  cursor: pointer;
  display: block; }

.button_gold2 button {
  font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 6px 0;
  width: 100%;
  background: #dfdfe0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #dbdbdb));
  background: -moz-linear-gradient(top, #e4e4e4 0%, #dbdbdb 100%);
  border: solid 1px #c1c0c0;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  text-shadow: 0 2px 0px #e6e6e6;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  font-size: 15px;
  font-weight: bolder;
  color: #424242;
  cursor: pointer;
  display: block; }

.button_gold2 a:hover {
  background: #dfdfe0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #e2e2e2));
  background: -moz-linear-gradient(top, #eaeaea 0%, #e2e2e2 100%); }

.button_gold2 input[type="submit"]:hover, .button_gold2 input[type="button"]:hover {
  background: #dfdfe0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #e2e2e2));
  background: -moz-linear-gradient(top, #eaeaea 0%, #e2e2e2 100%); }

.button_gold2 button:hover {
  background: #dfdfe0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #e2e2e2));
  background: -moz-linear-gradient(top, #eaeaea 0%, #e2e2e2 100%); }

.button_del {
  margin-right: 15px; }
  .button_del a {
    font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    padding: 1px 8px 1px 30px;
    background: #f8b62d url(../img/base/icon_078.png) no-repeat 10px center;
    border: solid 1px #f8b62d;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    color: #424242;
    cursor: pointer;
    font-size: 11px; }
  .button_del input[type="submit"], .button_del input[type="button"] {
    font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    padding: 1px 8px 1px 30px;
    background: #f8b62d url(../img/base/icon_078.png) no-repeat 10px center;
    border: solid 1px #f8b62d;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    color: #424242;
    cursor: pointer;
    font-size: 11px; }
  .button_del button {
    font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    padding: 1px 8px 1px 30px;
    background: #f8b62d url(../img/base/icon_078.png) no-repeat 10px center;
    border: solid 1px #f8b62d;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 8px -6px;
    color: #424242;
    cursor: pointer;
    font-size: 11px; }
  .button_del a:hover {
    background-color: #f4c269; }
  .button_del input[type="submit"]:hover, .button_del input[type="button"]:hover {
    background-color: #f4c269; }
  .button_del button:hover {
    background-color: #f4c269; }

span.icon_gold {
  display: inline-block;
  background: url(../img/base/icon_069.png) no-repeat left center;
  padding: 5px 10px 5px 35px; }

span.icon_gold2 {
  display: inline-block;
  background: url(../img/base/icon_072.png) no-repeat left center;
  padding: 1px 0px 0px 26px; }

span.icon_pass {
  display: inline-block;
  background: url(../img/base/icon_070.png) no-repeat left center;
  padding: 5px 10px 5px 35px; }

span.icon_card {
  display: inline-block;
  background: url(../img/base/icon_037.png) no-repeat left center;
  background-size: 30px;
  padding: 5px 10px 5px 40px; }

.button_edit {
  float: right; }
  .button_edit a, .button_edit input[type="submit"], .button_edit button {
    padding: 1px 10px;
    background: #7a8d91;
    font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    border: solid 1px #7a8d91;
    border-radius: 3px;
    /* CSS3草案 */
    -webkit-border-radius: 3px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
    /* Firefox用 */
    box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
    font-size: 11px;
    color: #fff;
    cursor: pointer; }
  .button_edit a:hover, .button_edit input[type="submit"]:hover, .button_edit button:hover {
    background: #8d9da0; }

/***追加系ボタン用↓***/
.plusButton_a a, .plusButton_a span {
  padding: 4px 26px 4px 8px;
  background: #fff;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  border: solid 1px #e0e0e0;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 8px 7px -6px;
  background-image: url(../img/base/icon_019.gif);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 40px;
  color: #7a8d91;
  cursor: pointer; }

.innerButton {
  padding: 3px 0; }
  .innerButton a {
    display: inner-block;
    border: 1px solid #7a8d91;
    padding: 4px 40px;
    background: #fff;
    color: #7A8D91;
    font-size: 13px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px; }
  .innerButton.miniFont a {
    font-size: 11px !important; }

.side_block .innerButton a {
  display: block;
  font-weight: normal;
  text-align: center;
  font-size: 11px;
  padding: 2px 2px;
  margin-top: 10px;
  color: #7A8D91 !important;
  text-decoration: none !important; }

.innerButton a:hover {
  border: 1px solid #ab0610 !important;
  color: #ab0610 !important; }

.member_menu .innerButton a {
  margin-right: 15px; }

.member_menu .innerButton .select a {
  background: #7A8D91;
  color: #fff; }

.innerButton2 {
  padding: 12px 0 10px; }

.side_menu li .innerButton2 {
  margin-left: 20px; }

.innerButton2 a {
  display: inner-block;
  border: 1px solid #7a8d91;
  padding: 2px 10px;
  background: #7a8d91;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
  -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
  -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
  color: #fff !important;
  text-decoration: none !important; }
  .innerButton2 a:hover {
    background: #90a0a3; }

.innerButton3 {
  padding: 15px 0 10px; }
  .innerButton3 a {
    display: inner-block;
    border: 1px solid #ab0610;
    padding: 2px 10px;
    background: #fff;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    color: #ab0610 !important;
    text-decoration: none !important; }
    .innerButton3 a:hover {
      background: #f0f0f0; }

.half_block {
  width: 100%; }
  .half_block .inner {
    float: left;
    vertical-align: top;
    width: 50%; }
  .half_block a {
    display: block;
    text-align: center; }

.three_block {
  width: 100%; }
  .three_block .inner {
    float: left;
    vertical-align: top;
    width: 182px;
    padding: 0 5px; }
  .three_block a {
    display: block;
    text-align: center; }

/*
記事見出し、詳細
************************************************************/
.entry_head {
  margin-bottom: 25px; }

.entry_head_inner {
  display: table;
  width: 100%; }

.entry_head .entry_head_img {
  float: left;
  width: 150px;
  padding: 0 10px 0 0;
  text-align: center;
  vertical-align: top; }
  .entry_head .entry_head_img img {
    width: 150px; }

.entry_head dl.entry_head_text {
  float: left;
  width: 400px;
  padding: 3px 10px 3px 5px;
  text-align: left;
  vertical-align: top; }
  .entry_head dl.entry_head_text dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px; }
    .entry_head dl.entry_head_text dt .icon_gold {
      background: url(../img/base/icon_041.png) no-repeat left 6px;
      padding-left: 28px; }
  .entry_head dl.entry_head_text dd {
    font-size: 12px;
    color: #777; }

.gold_data {
  padding: 10px 5px; }
  .gold_data .gold_possession {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    float: left;
    background: url(../img/base/icon_arrow_008.png) no-repeat right 4px;
    padding-right: 50px;
    margin-right: 30px; }
  .gold_data .gold_remaining {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    float: left; }

/*
お気に入り
************************************************************/
#favoritesNav {
  padding: 0 10px;
  text-align: right;
  margin-bottom: 25px; }
  #favoritesNav .changeButton {
    display: inner-block;
    border: 1px solid #7A8D91;
    padding: 3px 5px;
    background: #7A8D91;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(35, 31, 51, 0.1);
    -webkit-box-shadow: 0 2px 2px rgba(35, 31, 51, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(35, 31, 51, 0.1);
    cursor: pointer; }
    #favoritesNav .changeButton:hover {
      background-color: #92a5a8; }

.articleBody .delBtn {
  display: none;
  position: absolute;
  width: 36px;
  height: 36px;
  right: -5px;
  top: 50%;
  margin-top: -18px;
  cursor: pointer; }
  .articleBody .delBtn img {
    width: 36px; }

/*
アコーディオンリスト
************************************************************/
.ac .ac_switch {
  cursor: pointer;
  padding-right: 28px;
  background: url(../img/base/ac_close.png) no-repeat right center;
  background-size: 28px 23px; }

.side_menu .ac .ac_switch {
  padding-right: 0;
  background: url(../img/base/side_line.gif) repeat-x left 4px; }

.ac.open .ac_switch {
  background: url(../img/base/ac_open.png) no-repeat right center;
  background-size: 28px 23px; }

.side_menu .ac.open .ac_switch {
  padding-right: 0;
  background: url(../img/base/side_line.gif) repeat-x left 4px; }

.banner_list .ac .ac_switch, .banner_list .ac.open .ac_switch {
  background-image: none; }

.del .ac .ac_switch {
  background: none; }

.ac .ac_body {
  display: none; }

.ac.open .ac_body {
  display: block; }

.ac_list {
  border-top: 1px solid #E0E0E0;
  padding-bottom: 30px; }
  .ac_list dl {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    background: #fdfdfd;
    padding: 8px 10px; }
    .ac_list dl.odd {
      background-image: url(../img/base/bg_004.gif);
      background-size: 3px 3px; }
  .ac_list dt {
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    padding: 3px 5px; }
    .ac_list dt.ac_switch {
      padding: 5px 30px 5px 5px; }
    .ac_list dt a {
      color: #000;
      padding: 2px 20px 2px 0px;
      display: block;
      background: url(../img/base/icon_arrow_001.png) no-repeat right 13px; }
  .ac_list.del dt a {
    float: left;
    width: 527px; }
  .ac_list.del dt .check {
    padding: 5px 8px 0 0;
    float: left; }
  .ac_list dt a:hover {
    text-decoration: underline; }

.ac .ac_list dt a {
  color: #000;
  padding: 2px 20px 2px 0px;
  display: block;
  background: url(../img/base/icon_arrow_006.png) no-repeat right 17px;
  background-size: 15px 6px; }
  .ac .ac_list dt a:hover {
    text-decoration: none; }

.ac_list dt .icon_user {
  padding: 5px 10px 5px 25px;
  display: block;
  background: url(../img/base/icon_067.png) no-repeat left 5px; }

.ac_list dt .icon_question {
  padding: 5px 10px 5px 28px;
  display: block;
  background: url(../img/base/icon_031.png) no-repeat left center; }

.ac_list dt .icon_note {
  padding: 5px 10px 5px 26px;
  display: block;
  background: url(../img/base/icon_032.png) no-repeat 2px 5px; }

.ac_list dt .icon_voice {
  padding: 5px 10px 5px 28px;
  display: block;
  background: url(../img/base/icon_033.png) no-repeat left 5px; }

.ac_list dt .icon_good {
  padding: 5px 10px 5px 25px;
  display: block;
  background: url(../img/base/icon_034.png) no-repeat left 5px; }

.ac_list dt .delBtn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  cursor: pointer; }
  .ac_list dt .delBtn button {
    border: none;
    background: none;
    padding: 0;
    width: 24px;
    height: 24px; }
  .ac_list dt .delBtn img {
    width: 24px;
    height: 24px; }

.ac_list dd {
  padding: 10px 5px 15px;
  color: #555;
  font-size: 12px; }

.ac_list.del dd {
  padding-left: 30px; }

.ac_list dd .ac_list_body {
  display: table;
  width: 100%; }
  .ac_list dd .ac_list_body .img {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 80px; }
    .ac_list dd .ac_list_body .img img {
      width: 70px; }
  .ac_list dd .ac_list_body .text {
    display: table-cell;
    text-align: left;
    vertical-align: top; }
  .ac_list dd .ac_list_body .data {
    margin-top: 15px;
    font-size: 11px; }
    .ac_list dd .ac_list_body .data span {
      display: inline-block;
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px dotted #ccc; }
  .ac_list dd .ac_list_body .search_result .form table {
    padding: 30px 0 0; }
    .ac_list dd .ac_list_body .search_result .form table th {
      background-image: none !important; }

/* 詳細検索用 */
.main .comment_data {
  margin-top: 25px;
  font-size: 12px;
  color: #ab0610; }
  .main .comment_data span.data_comment {
    margin-right: 25px;
    background: url(../img/base/icon_074.png) no-repeat left center;
    padding: 3px 0 3px 27px; }
  .main .comment_data span.data_good {
    margin-right: 25px;
    background: url(../img/base/icon_042.png) no-repeat left center;
    padding: 3px 0 3px 27px; }
  .main .comment_data span.data_level {
    margin-right: 25px;
    background: url(../img/base/icon_077.png) no-repeat left center;
    padding: 3px 0 3px 27px; }
  .main .comment_data .data_button {
    float: right;
    margin-top: -10px; }
    .main .comment_data .data_button a, .main .comment_data .data_button input[type="submit"] {
      font-family: 'メイリオ','Meiryo','Osaka,monospace','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
      border: 1px solid #7a8d91;
      font-weight: bold;
      cursor: pointer;
      padding: 10px 20px;
      color: #7a8d91;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 2px 2px rgba(35, 31, 51, 0.1);
      -webkit-box-shadow: 0 2px 2px rgba(35, 31, 51, 0.1);
      -moz-box-shadow: 0 2px 2px rgba(35, 31, 51, 0.1); }
    .main .comment_data .data_button a:hover, .main .comment_data .data_button input[type="submit"]:hover {
      background: #f5f5f5; }

.ac_list .more {
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  text-align: center; }
  .ac_list .more a {
    display: block;
    padding: 10px;
    color: #7A8D91;
    box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
    -webkit-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset;
    -moz-box-shadow: rgba(207, 207, 207, 0.24) 0px 3px 11px 3px inset; }

.event_list li {
  border: 1px solid #E0E0E0;
  border-top: none;
  margin-bottom: 0px;
  background: #fdfdfd;
  padding: 20px 15px; }
  .event_list li dt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px; }
    .event_list li dt a {
      display: block;
      background: url(../img/base/icon_arrow_001.png) no-repeat right center;
      padding-right: 30px;
      color: #000; }
      .event_list li dt a:hover {
        text-decoration: underline; }

.user_detail {
  margin-bottom: 60px; }
  .user_detail p {
    margin-bottom: 15px; }
  .user_detail .data {
    color: #AB0610;
    font-size: 11px;
    padding-left: 5px; }
    .user_detail .data span {
      border-right: 1px dotted #909090;
      display: inline-block;
      padding-right: 10px;
      margin-right: 10px; }
  .user_detail .comment {
    padding: 5px 10px 5px 32px;
    display: block;
    background: url(../img/base/icon_030.png) no-repeat left 2px;
    background-size: 24px;
    color: #707070; }
  .user_detail table {
    width: 100%; }
    .user_detail table th {
      padding: 0 0 20px;
      color: #2c2c2c;
      font-size: 13px;
      vertical-align: top;
      width: 120px;
      background: url(../img/base/menu_border.gif) no-repeat right 3px; }
    .user_detail table td {
      padding: 0 0 20px 20px;
      vertical-align: top; }

.gold_table {
  border: 1px solid #E0E0E0;
  padding: 8px;
  margin-bottom: 30px; }
  .gold_table dl dt {
    padding: 5px;
    color: #3e3a39;
    font-size: 15px; }
  .gold_table dl dd {
    padding: 5px;
    border-top: 1px dotted #ddd; }

.main #tag {
  clear: both;
  margin: 0 0 0 0px;
  padding: 0 10px; }
  .main #tag ul {
    padding: 0 0 10px;
    font-size: 0;
    line-height: 0; }
    .main #tag ul li {
      display: inline-block;
      padding: 0 4px 20px 4px; }
      .main #tag ul li a {
        padding: 4px 6px;
        background: url(../img/base/bg_011.gif);
        border: solid 1px #E0E0E0;
        border-radius: 5px;
        /* CSS3草案 */
        -webkit-border-radius: 5px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 5px;
        /* Firefox用 */
        box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
        color: #fff;
        font-size: 11px;
        line-height: normal; }
        .main #tag ul li a:hover {
          background: #E0E0E0;
          border: solid 1px #505050;
          color: #1E1E1E; }
      .main #tag ul li.l2 a {
        font-size: 15px; }
      .main #tag ul li.l3 a {
        font-size: 18px; }
      .main #tag ul li.more a {
        padding: 7px 12px;
        background: #fff;
        border: solid 1px #7a8d91;
        color: #7a8d91; }

.bank_menu {
  padding: 0px 10px 20px;
  border-bottom: 2px solid #e0e0e0;
  font-size: 12px;
  color: #7a8d91;
  margin-bottom: 20px; }
  .bank_menu.list {
    border-bottom: none; }
  .bank_menu.bottom {
    padding: 20px 10px 0px;
    border-top: 2px solid #e0e0e0;
    border-bottom: none;
    margin-bottom: 0px; }
  .bank_menu dt {
    float: left;
    padding-right: 10px;
    border-right: 1px solid #e0e0e0;
    margin-right: 10px; }
  .bank_menu dd {
    float: left;
    margin-right: 10px; }
    .bank_menu dd.del_button {
      float: right;
      margin-right: 0px; }
    .bank_menu dd a {
      padding: 3px 10px 2px;
      background: #fff;
      border: solid 1px #E0E0E0;
      border-radius: 5px;
      /* CSS3草案 */
      -webkit-border-radius: 5px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 5px;
      /* Firefox用 */
      box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      color: #7a8d91;
      font-size: 11px; }
      .bank_menu dd a.icon_search {
        background: #fff url(../img/base/icon_075.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .bank_menu dd a.icon_block {
        background: #fff url(../img/base/icon_076.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .bank_menu dd a.icon_user {
        background: #fff url(../img/base/icon_080.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .bank_menu dd a.icon_pen {
        background: #fff url(../img/base/icon_079.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .bank_menu dd a:hover {
        background-color: #f9f9f9;
        color: #8da0a3; }
    .bank_menu dd.del_button a {
      padding: 3px 6px 2px;
      background: #7a8d91;
      border: solid 1px #7a8d91;
      color: #fff; }
      .bank_menu dd.del_button a:hover {
        background-color: #92a5a8; }

.content_box {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px 15px; }
  .content_box.fL {
    float: left;
    width: 255px;
    padding: 10px 10px;
    margin-left: -5px; }
  .content_box.fR {
    float: right;
    width: 275px;
    padding: 10px 10px;
    margin-right: -5px; }
  .content_box dt {
    font-size: 15px;
    color: #000;
    padding-bottom: 5px; }
    .content_box dt .icon_pen {
      display: block;
      padding: 2px 0 2px 28px;
      background: url(../img/base/icon_081.png) no-repeat left center; }
    .content_box dt .icon_gold {
      display: block;
      padding: 2px 0 2px 31px;
      background: url(../img/base/icon_082.png) no-repeat left center; }
  .content_box dd {
    font-size: 12px; }

.banner_list li {
  margin-bottom: 15px; }
  .banner_list li img {
    vertical-align: top;
    margin-bottom: 2px;
    margin-right: 15px; }
  .banner_list li a, .banner_list li .fontLink {
    text-decoration: underline;
    color: #0058dc; }
  .banner_list li a:hover, .banner_list li .fontLink:hover {
    text-decoration: none; }
  .banner_list li .sourceCode {
    word-wrap: break-word;
    min-width: 290px;
    min-height: 80px;
    margin: 0 0 10px 0;
    padding: 9px;
    background: #fff;
    border: solid 1px #dcdddd;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
    vertical-align: middle;
    font-size: 11px;
    line-height: normal; }
    .banner_list li .sourceCode pre {
      word-wrap: break-word;
      white-space: pre-wrap;
      overflow: auto; }

/*
メッセージ
************************************************************/
.message_menu {
  padding: 0px 10px 20px;
  border-bottom: 2px solid #e0e0e0;
  font-size: 12px;
  color: #7a8d91;
  margin-bottom: 20px; }
  .message_menu.list {
    border-bottom: none; }
  .message_menu.bottom {
    padding: 20px 10px 0px;
    border-top: 2px solid #e0e0e0;
    border-bottom: none;
    margin-bottom: 0px; }
  .message_menu dt {
    float: left;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
    margin-right: 20px; }
  .message_menu dd {
    float: left;
    margin-right: 20px; }
    .message_menu dd.del_button {
      float: right;
      margin-right: 0px; }
    .message_menu dd a {
      padding: 3px 10px 2px;
      background: #fff;
      border: solid 1px #E0E0E0;
      border-radius: 5px;
      /* CSS3草案 */
      -webkit-border-radius: 5px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 5px;
      /* Firefox用 */
      box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      color: #7a8d91;
      font-size: 11px; }
      .message_menu dd a.icon_manage {
        background: #fff url(../img/base/icon_080.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_pen {
        background: #fff url(../img/base/icon_079.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_link {
        background: #fff url(../img/base/icon_090.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_gold {
        background: #fff url(../img/base/icon_091.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_letter {
        background: #fff url(../img/base/icon_092.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_clinic {
        background: #fff url(../img/base/icon_093.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_bank {
        background: #fff url(../img/base/icon_094.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a.icon_trade {
        background: #fff url(../img/base/icon_095.gif) no-repeat left center;
        padding: 3px 10px 2px 26px; }
      .message_menu dd a:hover {
        background-color: #f9f9f9;
        color: #8da0a3; }
    .message_menu dd.del_button a {
      padding: 3px 6px 2px;
      background: #7a8d91;
      border: solid 1px #7a8d91;
      color: #fff; }
      .message_menu dd.del_button a:hover {
        background-color: #92a5a8; }
    .message_menu dd span.blockLink {
      background: #999 url(../img/base/icon_079.gif) no-repeat left center;
      padding: 3px 10px 2px 26px;
      border: 1px solid #E0E0E0;
      border-radius: 5px;
      /* CSS3草案 */
      -webkit-border-radius: 5px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 5px;
      /* Firefox用 */
      box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 5px -6px;
      color: #f2f2f2;
      font-size: 11px; }

/*
探偵所
************************************************************/
#mainImageSpace {
  margin: 0 5px 25px;
  clear: both;
  font-size: 0;
  line-height: 0;
  background: url(../img/creditAgency/creditAgencyTitle_bg_3.gif);
  border: solid 1px #e0e0e0;
  text-align: left; }
  #mainImageSpace div {
    background: url(../img/creditAgency/creditAgencyTitle_bg_1.png); }
    #mainImageSpace div h1 {
      padding: 20px 0 10px 28px; }
    #mainImageSpace div em {
      display: block;
      padding: 0 0 10px 18px;
      font-size: 17px;
      line-height: 18px;
      color: #535353;
      font-weight: bolder; }
      #mainImageSpace div em span {
        color: #ab0610; }
    #mainImageSpace div p {
      padding: 0 0 20px 28px;
      font-size: 13px;
      line-height: 18px;
      color: #595757; }

/***別れさせ屋***/
.wakaresaseya #mainImageSpace div {
  background: url(../img/creditAgency/creditAgencyTitle_bg_2.png); }
  .wakaresaseya #mainImageSpace div h1 {
    padding: 20px 0 10px 28px; }

/***メニュー***/
.creditAgencyMenu {
  width: 966px;
  clear: both;
  margin: 0 auto 25px;
  background: url(../img/creditAgency/creditAgencyMenu_bg_1.gif);
  text-align: left; }
  .creditAgencyMenu em {
    width: 144px;
    display: block;
    background: #c9caca url(../img/creditAgency/creditAgencyMenu_bg_2.gif);
    font-style: normal; }
    .creditAgencyMenu em span {
      display: block;
      padding: 4px 6px;
      font-size: 15px;
      color: #fff; }
  .creditAgencyMenu ul {
    clear: both;
    padding: 14px; }
    .creditAgencyMenu ul li {
      float: left;
      color: #555;
      font-size: 14px; }
      .creditAgencyMenu ul li a {
        color: #000;
        text-decoration: underline; }
        .creditAgencyMenu ul li a:hover {
          text-decoration: none; }

/***別れさせ屋***/
.wakaresaseya .creditAgencyMenu em {
  width: 230px; }

/***コンテンツの外枠組み***/
#body .creditAgencyContentsContainer {
  padding: 44px 0 0;
  background: url(../img/creditAgency/creditAgencyContentsBox1.png) no-repeat center top;
  font-size: 0;
  line-height: 0; }
  #body .creditAgencyContentsContainer .creditAgencyContentsWrapper {
    padding: 0 0 48px;
    background: url(../img/creditAgency/creditAgencyContentsBox3.png) no-repeat center bottom; }
    #body .creditAgencyContentsContainer .creditAgencyContentsWrapper .creditAgencyContentsWrap {
      background: url(../img/creditAgency/creditAgencyContentsBox2.png) repeat-y center top; }

/***コンテンツの枠組み***/
.creditAgencyContents {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 55px;
  text-align: left;
  line-height: normal;
  font-size: medium; }
  .creditAgencyContents .creditAgencyTitle {
    background: url(../img/creditAgency/creditAgencyIcon_1.png);
    background-repeat: no-repeat;
    background-position: left top; }

.wakaresaseya .creditAgencyContents .creditAgencyTitle {
  background: url(../img/creditAgency/creditAgencyIcon_9.png);
  background-repeat: no-repeat;
  background-position: left top; }

.creditAgencyContents .creditAgencyTitle.noIcon {
  background-image: none; }

.creditAgencyContents .creditAgencyTitle div {
  padding: 10px 0 10px 20px; }
  .creditAgencyContents .creditAgencyTitle div h1, .creditAgencyContents .creditAgencyTitle div h2, .creditAgencyContents .creditAgencyTitle div h3, .creditAgencyContents .creditAgencyTitle div h4, .creditAgencyContents .creditAgencyTitle div div {
    font-size: 32px;
    color: #535353;
    vertical-align: middle; }
  .creditAgencyContents .creditAgencyTitle div span.red {
    color: #ab0610; }
  .creditAgencyContents .creditAgencyTitle div span.big {
    font-size: 60px; }
  .creditAgencyContents .creditAgencyTitle div.mini h1, .creditAgencyContents .creditAgencyTitle div.mini h2, .creditAgencyContents .creditAgencyTitle div.mini h3, .creditAgencyContents .creditAgencyTitle div.mini h4, .creditAgencyContents .creditAgencyTitle div.mini div {
    font-size: 16px; }
  .creditAgencyContents .creditAgencyTitle div.mini span.big {
    font-size: 50px; }

.creditAgencyContents .creditAgencyText {
  padding: 0 20px 30px; }
  .creditAgencyContents .creditAgencyText .catch {
    color: #7a8d91;
    font-size: 18px;
    font-weight: bolder; }
    .creditAgencyContents .creditAgencyText .catch h4, .creditAgencyContents .creditAgencyText .catch h5 {
      color: #7a8d91;
      font-size: 18px;
      font-weight: bolder; }
    .creditAgencyContents .creditAgencyText .catch em {
      font-size: 200%;
      font-style: normal; }
    .creditAgencyContents .creditAgencyText .catch span {
      padding: 6px 0 0;
      background: url(../img/creditAgency/creditAgencyIcon_3.gif) no-repeat center top; }

/***別れさせ屋***/
.wakaresaseya .creditAgencyContents .creditAgencyText .catch {
  color: #595757; }
  .wakaresaseya .creditAgencyContents .creditAgencyText .catch h4, .wakaresaseya .creditAgencyContents .creditAgencyText .catch h5 {
    color: #595757; }

.creditAgencyContents .creditAgencyText p {
  font-size: 13px;
  line-height: 20px;
  color: #595757; }
  .creditAgencyContents .creditAgencyText p a {
    color: #000;
    text-decoration: underline; }
    .creditAgencyContents .creditAgencyText p a:hover {
      text-decoration: none; }

.creditAgencyContents .creditAgencyImage1 {
  position: relative;
  padding: 0 340px 0 0; }
  .creditAgencyContents .creditAgencyImage1 .imagePosition {
    position: absolute;
    right: 0;
    top: -20px; }

.creditAgencyContents .staffMessage {
  margin: 0 20px;
  border: solid 1px #e0e0e0;
  background: #fafafa; }
  .creditAgencyContents .staffMessage .catch {
    width: 750px;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    color: #535353; }
    .creditAgencyContents .staffMessage .catch h5 {
      margin: 10px 0 0 10px;
      padding: 4px 0 4px 36px;
      background: url(../img/creditAgency/creditAgencyIcon_2.gif) no-repeat left center; }
  .creditAgencyContents .staffMessage .message {
    width: 750px;
    float: left; }
    .creditAgencyContents .staffMessage .message p {
      padding: 5px 0 10px 10px;
      font-size: 13px;
      color: #595757; }
  .creditAgencyContents .staffMessage .image {
    width: 192px;
    float: right;
    padding: 15px 0 0; }
    .creditAgencyContents .staffMessage .image p {
      width: 174px;
      padding: 10px 0;
      font-size: 13px;
      color: #595757;
      text-align: center; }

/***私達のご紹介画像設置***/
/***私達のご紹介スタッフメッセージ***/
/***モーダル系用***/
.slideWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 610px; }

.slideCts, .slideCtsSub {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  }


.slideCtsSubWrap {
  position: relative;
  height: 100%; }

.slideWrap .creditAgencyMenu .creditAgencyMenuInner em {
  width: 170px; }

/***別れさせ屋***/
.wakaresaseya .slideWrap .creditAgencyMenu .creditAgencyMenuInner em {
  width: 230px;
  display: block;
  float: left;
  clear: none; }

.wakaresaseya .slideWrap .creditAgencyMenu .creditAgencyMenuInner ul.cf {
  width: 600px;
  float: left;
  clear: none;
  padding: 4px 14px; }

#cts3Sub1-1, #cts4Sub2-1 {
  left: 0; }

#cts3Sub1-2, #cts4Sub2-2 {
  left: 100%; }

#cts3Sub1-3, #cts4Sub2-3 {
  left: 200%; }

#cts3Sub1-4, #cts4Sub2-4 {
  left: 300%; }

#cts3Sub1-5, #cts4Sub2-5 {
  left: 400%; }

#cts3Sub1-6, #cts4Sub2-6 {
  left: 500%; }
  
#cts3Sub1-7, #cts4Sub2-7 {
  left: 600%; }

#cts3Sub1-8, #cts4Sub2-8 {
  left: 700%; }

#cts3Sub1-9, #cts4Sub2-9 {
  left: 800%; }
  
#cts4Main {
  left: 0; }

/***比較画像設置***/
.creditAgencyImage2 {
  width: 1000px;
  margin: 0 auto;
  background: url(../img/creditAgency/creditAgencyImage_5.png) no-repeat right top; }

/***質問画像設置***/
.creditAgencyImage3 {
  width: 1000px;
  margin: 0 auto;
  background: url(../img/creditAgency/creditAgencyImage_6.png) no-repeat right top; }

/***お問い合わせ画像設置***/
.creditAgencyImage4 {
  width: 1000px;
  margin: 0 auto;
  background: url(../img/creditAgency/creditAgencyImage_7.png) no-repeat right top; }

/***浮気調査画像設置***/
.creditAgencyContents .creditAgencyImage5 {
  position: relative;
  padding: 0 280px 0 0; }
  .creditAgencyContents .creditAgencyImage5 .imagePosition {
    position: absolute;
    right: 0;
    top: -20px; }

.creditAgencyContents .creditAgencyImage6 {
  position: relative;
  padding: 0 280px 0 0; }
  .creditAgencyContents .creditAgencyImage6 .imagePosition {
    position: absolute;
    right: 0;
    top: -35px; }

.creditAgencyContents .creditAgencyImage7 {
  position: relative;
  padding: 0 280px 0 0; }
  .creditAgencyContents .creditAgencyImage7 .imagePosition {
    position: absolute;
    right: 0;
    top: -50px; }

.creditAgencyContents .creditAgencyImage8 {
  position: relative;
  padding: 0 280px 0 0; }
  .creditAgencyContents .creditAgencyImage8 .imagePosition {
    position: absolute;
    right: 50px;
    top: 5px; }

.creditAgencyContents .creditAgencyImage9 {
  position: relative;
  padding: 0 280px 0 0; }
  .creditAgencyContents .creditAgencyImage9 .imagePosition {
    position: absolute;
    right: 0;
    top: -45px; }

.creditAgencyContents .creditAgencyImage12 {
  position: relative;
  padding: 0 280px 0 0; }
  .creditAgencyContents .creditAgencyImage12 .imagePosition {
    position: absolute;
    right: 0;
    top: -100px; }

.creditAgencyContents .creditAgencyImage10, .creditAgencyContents .creditAgencyImage11 {
  position: relative;
  padding: 0 280px 0 0; }

.creditAgencyContents .creditAgencyImage10 .imagePosition, .creditAgencyContents .creditAgencyImage11 .imagePosition {
  position: absolute;
  right: 0;
  top: -45px; }

	.creditAgencyContents .creditAgencyImage13 {
	  position: relative;
	  padding: 0 280px 0 0; }
	  .creditAgencyContents .creditAgencyImage13 .imagePosition {
	    position: absolute;
	    right: 0;
	    top: 50px; }
	.creditAgencyContents .creditAgencyImage14 {
	  position: relative;
	  padding: 0 280px 0 0; }
	  .creditAgencyContents .creditAgencyImage14 .imagePosition {
	    position: absolute;
	    right: 40px;
	    top: -40px; }

.creditAgencyContents .comMessage {
  margin: 0 20px;
  border: solid 1px #e0e0e0;
  background: #fafafa; }
  .creditAgencyContents .comMessage .catch {
    width: 750px;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    color: #535353; }
    .creditAgencyContents .comMessage .catch h5 {
      margin: 10px 0 0 10px;
      padding: 4px 0 4px 36px;
      background: url(../img/creditAgency/creditAgencyIcon_10.gif) no-repeat left center; }
  .creditAgencyContents .comMessage .message {
    width: 750px;
    float: left; }
    .creditAgencyContents .comMessage .message p {
      padding: 5px 0 10px 10px;
      font-size: 13px;
      color: #595757; }
  .creditAgencyContents .comMessage .image {
    width: 192px;
    float: right;
    padding: 15px 0 0; }
    .creditAgencyContents .comMessage .image p {
      width: 174px;
      padding: 10px 0;
      font-size: 13px;
      color: #595757;
      text-align: center; }

.creditAgencyContents .twoColumn {
  padding: 0 0 0 20px; }
  .creditAgencyContents .twoColumn ul li {
    width: 310px;
    float: left; }

.creditAgencyContents .twoColumn2 {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 25px; }
  .creditAgencyContents .twoColumn2 div ul {
    width: 1000px; }
    .creditAgencyContents .twoColumn2 div ul li {
      width: 492px;
      float: left;
      padding: 0 0 10px; }

.creditAgencyContents .threeColumn {
  padding: 10px 0 40px; }
  .creditAgencyContents .threeColumn div ul li {
    width: 330px;
    float: left; }
    .creditAgencyContents .threeColumn div ul li p {
      width: 310px;
      padding: 10px 0 25px;
      text-align: center;
      font-size: 20px;
      color: #7a8d91;
      font-weight: bolder;
      line-height: 24px; }
      .creditAgencyContents .threeColumn div ul li p.title {
        width: 310px;
        padding: 10px 0 15px;
        text-align: center;
        font-size: 20px;
        color: #7a8d91;
        font-weight: bolder;
        line-height: 24px; }
        .creditAgencyContents .threeColumn div ul li p.title span {
          font-size: 40px;
          color: #ab0610;
          font-weight: bolder; }
      .creditAgencyContents .threeColumn div ul li p.text {
        width: 280px;
        padding: 0 15px 25px;
        text-align: left;
        font-size: 13px;
        color: #595757;
        font-weight: normal;
        line-height: 16px; }

.creditAgencyContents .threeColumn2 {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 25px; }
  .creditAgencyContents .threeColumn2 div ul {
    width: 1000px; }
    .creditAgencyContents .threeColumn2 div ul li {
      width: 325px;
      float: left;
      padding: 0 0 10px; }
      .creditAgencyContents .threeColumn2 div ul li div {
        width: 308px;
        height: 140px;
        border: solid 1px #e0e0e0; }
        .creditAgencyContents .threeColumn2 div ul li div p {
          padding: 10px;
          color: #595757;
          font-size: 13px; }

.creditAgencyContents .buttonArea1 {
  padding: 20px 18px 0 20px; }
  .creditAgencyContents .buttonArea1 p {
    width: 490px;
    float: left;
    font-size: 22px;
    line-height: 40px;
    color: #535353;
    font-weight: bolder; }
    .creditAgencyContents .buttonArea1 p span {
      color: #7a8d91; }
  .creditAgencyContents .buttonArea1 div {
    width: 471px;
    float: right; }

.creditAgencyContents .buttonArea2 {
  padding: 20px 20px 0; }
  .creditAgencyContents .buttonArea2 div {
    text-align: center; }

.creditAgencyContents .table {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px; }
  .creditAgencyContents .table table {
    width: 100%;
    background: #fff;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    color: #595757; }
    .creditAgencyContents .table table th {
      padding: 3px;
      border-bottom: 1px dotted #E0E0E0;
      text-align: right;
      font-size: 15px;
      vertical-align: top; }
      .creditAgencyContents .table table th.headline {
        border-left: 1px dotted #E0E0E0;
        border-right: none;
        text-align: center;
        font-size: 15px; }
    .creditAgencyContents .table table .headline th {
      background: #7a8d91;
      color: #fff; }
      .creditAgencyContents .table table .headline th.gekiura {
        color: #595757; }
    .creditAgencyContents .table table .odd th, .creditAgencyContents .table table .odd td {
      background: #efefef; }
    .creditAgencyContents .table table td {
      padding: 3px;
      border-left: 1px dotted #E0E0E0;
      border-bottom: 1px dotted #E0E0E0;
      text-align: center;
      font-size: 28px; }
    .creditAgencyContents .table table th p {
      text-align: left; }
    .creditAgencyContents .table table td p {
      text-align: left;
      font-size: 13px; }
    .creditAgencyContents .table table th.gekiura, .creditAgencyContents .table table td.gekiura {
      border-bottom: 1px dotted #fff;
      background: #d8dbdc; }
    .creditAgencyContents .table table .red {
      color: #ab0610; }

.creditAgencyContents .ac_list dl {
  margin: 0 0 14px; }
  .creditAgencyContents .ac_list dl .ac_switch {
    position: relative;
    color: #7a8d91;
    font-weight: normal; }

.creditAgencyContents .ac .ac_switch {
  cursor: pointer;
  padding-right: 28px;
  background: url(../img/creditAgency/creditAgencyIcon_7.gif) no-repeat right center;
  background-size: 86px 28px; }

.creditAgencyContents .ac.open .ac_switch {
  background: url(../img/creditAgency/creditAgencyIcon_8.gif) no-repeat right center;
  background-size: 86px 28px; }

.creditAgencyContents .ac_list dl .ac_switch .icon_q {
  padding: 0 0 0 46px;
  color: #7a8d91;
  font-weight: normal; }
  .creditAgencyContents .ac_list dl .ac_switch .icon_q img {
    position: absolute;
    left: 0;
    top: -14px; }

.creditAgencyContents .ac_list dl .ac_body .ac_list_body .answer {
  display: block;
  padding: 8px 0 4px 22px;
  background: url(../img/creditAgency/creditAgencyIcon_6.gif) no-repeat left center;
  font-weight: bolder;
  font-size: 14px;
  font-style: normal; }

.creditAgencyContents .voiceList {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 18px; }
  .creditAgencyContents .voiceList ul {
    width: 1060px; }
    .creditAgencyContents .voiceList ul li {
      width: 244px;
      float: left; }
      .creditAgencyContents .voiceList ul li .voice {
        width: 226px;
        padding: 12px 0 0;
        background: #fff;
        border: solid 1px #e0e0e0; }
        .creditAgencyContents .voiceList ul li .voice .image {
          width: 200px;
          margin: 0 auto;
          padding: 15px 0;
          position: relative;
          background: url(../img/creditAgency/creditAgencyTitle_bg_4.gif);
          text-align: center; }
          .creditAgencyContents .voiceList ul li .voice .image div.img {
            height: 150px;
            overflow: hidden; }
            .creditAgencyContents .voiceList ul li .voice .image div.img img {
              width: 170px; }
          .creditAgencyContents .voiceList ul li .voice .image div.button {
            position: absolute;
            right: 0;
            bottom: 0;
            text-align: right; }
        .creditAgencyContents .voiceList ul li .voice p {
          width: 200px;
          margin: 0 auto;
          padding: 10px 0;
          text-align: left;
          font-size: 13px;
          line-height: 18px;
          color: #595757; }

.creditAgencyContents .form {
  margin: 0 15px; }
  .creditAgencyContents .form table {
    padding: 20px 0; }
    .creditAgencyContents .form table th {
      width: 25%;
      vertical-align: top;
      color: #2c2c2c; }
    .creditAgencyContents .form table td {
      vertical-align: top;
      color: #595757;
      font-size: 13px;
      word-break: break-all; }
      .creditAgencyContents .form table td div input {
        vertical-align: middle; }

/***人捜し・所在調査画像設置***/
/***信用・身上調査画像設置***/
/***盗聴・盗撮器発見画像設置***/
/***ストーカー画像設置***/
/***データ調査画像設置***/
/***別れさせ工作画像設置***/
/***復縁工作画像設置***/
/***別れさせ屋こだわり***/
/***2カラム***/
/***3カラム***/
/***お問い合わせボタン***/
/***料金表***/
/***よくある質問***/
/***声リスト***/
/***お問い合わせ用↓***/
/***iframe用↓***/
.form .counterfeit {
  width: 95%;
  min-width: 290px;
  height: 200px;
  margin: 0 0 30px 0;
  padding: 9px;
  background: #fff;
  border: solid 1px #dcdddd;
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
  box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -webkit-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  -moz-box-shadow: rgba(137, 137, 137, 0.03) 4px 3px 6px 3px inset;
  vertical-align: middle;
  font-size: 11px;
  line-height: normal;
  vertical-align: middle;
  overflow: auto; }

.counterfeit_overview {
  margin: 0 0 10px 0;
  padding: 9px;
  line-height: normal;
  vertical-align: middle;
  overflow: auto;
  font-size: 13px;
  line-height: 150%;
  color: #787878;
  text-align: left; }

.form .counterfeit_form {
	font-size: 11px;
	text-align: left;
}

/***popup用↓***/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }

.modal {
  display: none;
  border-radius: 4px;
  background: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: 600px;
  min-height: 200px;
  color: #000000; }
  .modal .formTitle {
    margin: 0 0 15px;
    padding: 20px 0;
    box-shadow: rgba(239, 239, 239, 0.59) -2px 12px 12px -11px;
    -webkit-box-shadow: rgba(239, 239, 239, 0.59) -2px 12px 12px -11px;
    -moz-box-shadow: rgba(239, 239, 239, 0.59) -2px 12px 12px -11px;
    text-align: left; }
    .modal .formTitle .title {
      padding: 0 0 0 56px;
      color: #2c2c2c;
      font-size: 16px;
      font-weight: bolder;
      padding: 0 0 0 54px;
      background-image: url(../img/base/icon_096.png);
      background-repeat: no-repeat;
      background-position: 20px center;
      background-size: 29px 22px;
      color: #2c2c2c;
      font-size: 15px; }
  .modal .modalCon {
    padding: 15px;
    text-align: center;
    margin-bottom: 10px; }
    .modal .modalCon img {
      max-width: 520px;
      text-align: center;
      margin-bottom: 20px; }
    .modal .modalCon #commentSendContent {
      font-weight: bold;
      margin-bottom: 20px;
      border-bottom: #ddd dotted 1px; }
  .modal .closeBtn {
    float: right;
    margin: 0 15px 15px 0;
    display: inner-block;
    border: solid 1px #7a8d91;
    padding: 5px 10px;
    background: #fff;
    color: #7a8d91;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    -webkit-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    -moz-box-shadow: rgba(115, 114, 115, 0.5) 0px 3px 11px -6px;
    cursor: pointer;
    text-align: center; }

/***iframe用↓***/
.counterfeit {
  max-height: 400px;
  margin: 0 0 10px 0;
  padding: 9px;
  line-height: normal;
  vertical-align: middle;
  overflow: auto;
  font-size: 13px;
  line-height: 150%;
  color: #787878;
  text-align: left; }

.counterfeit_mini {
  max-height: 200px; }

  .counterfeit em {
    font-weight: bolder;
    font-style: normal;
    color: #2c2c2c; }
  .counterfeit p {
    padding: 0 0 13px; }
  .counterfeit ol, .counterfeit ul {
    margin: 0 0 0 10px;
    padding: 0 0 13px; }
  .counterfeit ol li {
    margin: 0 0 0 15px;
    list-style-type: decimal; }
  .counterfeit ul li {
    margin: 0 0 0 15px;
    list-style-type: square; }

/***ボタン透過用↓***/
.buttonHover:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85; }

/***探偵所フォントサイズパターン2用↓***/
.creditAgencyFont #mainImageSpace div {
  background: url(../img/creditAgency/creditAgencyTitle_bg_1.png) no-repeat 34px center; }
  .creditAgencyFont #mainImageSpace div em {
    padding: 4px 0 10px 18px;
    font-size: 18px;
    line-height: 18px; }
  .creditAgencyFont #mainImageSpace div p {
    font-size: 14px;
    line-height: 18px; }

.creditAgencyFont .creditAgencyMenu em {
  width: 156px; }
  .creditAgencyFont .creditAgencyMenu em span {
    font-size: 17px; }

.creditAgencyFont .creditAgencyMenu ul {
  padding: 15px; }
  .creditAgencyFont .creditAgencyMenu ul li {
    font-size: 15px; }

.creditAgencyFont .creditAgencyContents .creditAgencyText p {
  font-size: 15px;
  line-height: 22px; }

.creditAgencyFont .creditAgencyContents .staffMessage .catch {
  font-size: 18px; }

.creditAgencyFont .creditAgencyContents .staffMessage .message p, .creditAgencyFont .creditAgencyContents .staffMessage .image p {
  font-size: 15px; }

.creditAgencyFont .creditAgencyContents .threeColumn div ul li p.text {
  font-size: 15px;
  line-height: 18px; }

.creditAgencyFont .creditAgencyContents .ac_list dl .ac_body .ac_list_body .answer {
  font-size: 15px; }

.creditAgencyFont .ac_list dd {
  font-size: 14px; }

.creditAgencyFont .creditAgencyContents .voiceList ul li .voice p {
  font-size: 15px;
  line-height: 20px; }

#body.creditAgencyFont .form table th, #body.creditAgencyFont .form table td input[type="text"] {
  font-size: 15px; }

#body.creditAgencyFont .search_result .form table th, #body.creditAgencyFont .search_result .form table td {
  font-size: 15px;
  word-break: break-all; }

.creditAgencyFont label {
  line-height: 24px;
  font-size: 14px; }

#body.creditAgencyFont .form table td select {
  font-size: 13px;
  line-height: 2.0; }

#body .form table td textarea {
  font-size: 13px; }

/***激裏情報について***/
.about #mainImageSpace div {
  background-image: url(../img/base/bg_015.png);
  background-repeat: no-repeat;
  background-position: right center; }

.wakaresaseya #mainImageSpace div h1 {
  padding: 20px 0 10px 28px; }

.about .creditAgencyContents .creditAgencyTitle {
  background: url(../img/base/icon_097.png);
  background-repeat: no-repeat;
  background-position: left top; }

.creditAgencyContents .threeColumn {
  padding: 10px 0 20px; }

.about .creditAgencyContents .threeColumn div ul li p {
  padding: 10px 0 45px;
  background: url(../img/base/icon_arrow_009.png);
  background-repeat: no-repeat;
  background-position: left bottom; }

.about .creditAgencyContents .threeColumn2 div ul li div {
  height: 80px; }

#about {
  text-align: left;
  padding-bottom: 60px;
  font-size: 13px; }
  #about .aboutHeadBox {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    background: url(../img/creditAgency/creditAgencyTitle_bg_3.gif);
    margin-bottom: 40px; }
    #about .aboutHeadBox .aboutHeadBox_title {
      margin-bottom: 10px; }
    #about .aboutHeadBox .aboutHeadBox_title.title404 {
      margin:0; padding:0; }
    #about .aboutHeadBox .aboutHeadBox_title.title404 h2 {
      font-size:70px; }
    #about .aboutHeadBox .aboutHeadBox_title.title404 h2 span {
      color:#ab0610; }
    #about .aboutHeadBox dt {
      font-size: 18px;
      font-weight: bold;
      color: #000;
      margin-bottom: 5px; }
    #about .aboutHeadBox dd {
      color: #666;
      padding-left: 5px; }
    #about .aboutHeadBox .aboutHeadBox_img {
      width: 218px;
      height: 218px;
      position: absolute;
      right: 40px;
      top: -10px; }
      #about .aboutHeadBox .aboutHeadBox_img img {
        height: 190px; }
  #about .aboutQuadBox {
    margin-bottom: 60px; }
    #about .aboutQuadBox .box {
      float: left;
      width: 296px;
      padding: 10px 10px;
      border: 1px solid #ddd;
      margin: 0 7px; }
      #about .aboutQuadBox .box dt {
        height: 45px;
        display: table;
        color: #7A8D91;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 2px; }
        #about .aboutQuadBox .box dt span {
          display: table-cell;
          vertical-align: middle; }
          #about .aboutQuadBox .box dt span.num {
            font-size: 28px;
            font-weight: normal;
            padding-right: 5px; }
      #about .aboutQuadBox .box dd {
        color: #555;
        padding-top: 5px;
        line-height: 1.7; }
  #about .aboutBnrArea {
    margin-bottom: 50px; }
    #about .aboutBnrArea .aboutBnrArea_title {
      margin-bottom: 12px; }
    #about .aboutBnrArea .aboutBnrArea_body {
      overflow: hidden;
      width: 100%; }
      #about .aboutBnrArea .aboutBnrArea_body li {
        float: left;
        width: 312px;
        margin: 0 8px 0 11px; }
  #about .main {
    padding: 40px 10px 0 10px; }

/***ブロックリスト追記***/
.subTitle .blockButton {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 4px 7px 3px 24px;
  display: block;
  border-radius: 3px;
  /* CSS3草案 */
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  background: #7a8d91 url(../img/base/icon_076.gif) no-repeat 3px center;
  border: solid 1px #e0e0e0;
  color: #fff; }

#comments .commentList .comments.blockUser {
  background-image: url(../img/base/bg_007.gif); }

/***スペース系***/
.space60 {
  margin: 60px 0 0; }

.space40 {
  margin: 40px 0 0; }

/***広告掲載について追記***/
.cm_image_twocolumn {
  clear: both; }
  .cm_image_twocolumn .left {
    width: 260px;
    float: left; }
  .cm_image_twocolumn .right {
    width: 260px;
    float: right; }

/***代表メッセージ***/
.representativeMessage {
  margin: 0 20px;
  border: solid 1px #e0e0e0;
  background: #fafafa; }
  .representativeMessage .catch {
    width: 650px;
    float: left;
    font-size: 16px;
    font-weight: bolder;
    color: #535353; }
    .representativeMessage .catch h5 {
      margin: 10px 0 0 10px;
      padding: 4px 0 4px 36px;
      background: url(../img/base/gekiura_icon_image_01.gif) no-repeat left center; }
  .representativeMessage .message {
    width: 650px;
    float: left; }
    .representativeMessage .message p {
      padding: 5px 0 10px 10px;
      font-size: 13px;
      color: #595757; }
  .representativeMessage .image {
    width: 292px;
    float: right;
    padding: 15px 0 0; }
    .representativeMessage .image img {
      width: 282px; }
    .representativeMessage .image p {
      width: 274px;
      padding: 10px 0;
      font-size: 13px;
      color: #595757;
      text-align: center; }

.error {
  background: #f6d1e2; }
  .error dt {
    padding: 15px 15px 5px; }
  .error dd {
    padding: 0 15px 15px; }

/***追加用↓***/
.creditAgencyContents .creditAgencyTitle.subTitle404 {
  background:none;}


.notice {
  color: #ff0000 !important; }

.allPurpose .wrapper {
  width: 100% !important; }

.allPurpose .column_outer.side_off {
  background: none; }

.allPurpose .column .column_l {
  float: none !important;
  width: 100% !important; }
  .allPurpose .column .column_l .main {
    float: none !important;
    width: 100% !important; }

.cautionRequest {
  font-size: 12px;
  color: #ab0610; }

/***スタッフ紹介用↓***/
.articleList.staffList ul {
	padding-bottom: 600px;
}
.articleList.staffList ul li .article_outer .article .articleBody .articleText a {
	color: #0058dc;
}

/***激裏コメントピックアップ用↓***/
	.comment_P42374.comments{
		border: solid 1px #999 !important;
	}
	.commentPlus .comment_P42374.comments{
		border: none !important;
		border-left: solid 1px #999 !important;
	}
	.comment_P42374.comments .commentsTitle{
		background-image: url(/img/base/geki_logo.png);
		background-repeat:no-repeat;
		background-position:15px 13px;
		background-size: 24px;
		font-weight: bolder;
		font-color: #000;
	}
	.commentPlus .comment_P42374.comments .commentsTitle{
		background-position:48px 13px;
	}
	.comment_P42374.comments .commentsTitle .commentAuthor{
		padding-left:30px;
		font-size: 18px;
	}
	.comment_P42374.comments .commentsBody{
		font-color: #000;
	}
	.comment_P42374.comments .warning{
		display: none;
	}

/***一覧系ベージナビ用 ↓***/
.pager {
	clear: both;
	position: relative;
}

#tabs .pager {
	margin-top: 40px;
}
.pager ul {
	max-width: 490px;
	clear: both;
	display: table;
	margin: 0 auto;
    box-sizing: border-box; /* CSS3, IE8~, Opera8~ */
    -moz-box-sizing: border-box; /* Mozilla系 */
    -webkit-box-sizing: border-box; /* Safari, Chrome系 */
	border-collapse: separate;

}
.pager ul li {
	display: table-cell;
}
.pager ul li a {
	max-width: 21px;
	min-width: 21px;
	display: block;
	margin: 0 3px;
	padding: 3px 3px 3px 1px;
	border-radius: 2px; /* CSS3草案 */ -webkit-border-radius: 2px; /* Safari,Google Chrome用 */ -moz-border-radius: 2px; /* Firefox用 */
	border: solid 1px #567f8f;
	background: #fff;
	color: #567f8f;
	text-align: center;
	font-size: 9px;
	letter-spacing: -1px;
    box-sizing: border-box; /* CSS3, IE8~, Opera8~ */
    -moz-box-sizing: border-box; /* Mozilla系 */
    -webkit-box-sizing: border-box; /* Safari, Chrome系 */
}
.pager ul li.on a {
	border: solid 2px #567f8f;
	background: #cce7f2;
	font-weight: bolder;
}
.pager .pager-prev {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	border-radius: 2px; /* CSS3草案 */ -webkit-border-radius: 2px; /* Safari,Google Chrome用 */ -moz-border-radius: 2px; /* Firefox用 */
	border: solid 1px #567f8f;
	background: #567f8f;
	text-align: center;
}
.pager .pager-prev a {
	position: relative;
	display: block;
	padding: 5px 4px;
	padding-left: 12px;
	color: #fff;
	font-size: 10px;
}
.pager .pager-prev a:after {
	display: block;
	content: "<";
	position: absolute;
	top: 20%;
	bottom: auto;
	left: 2px;
	margin: 0;
}
.pager .pager-next {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	border-radius: 2px; /* CSS3草案 */ -webkit-border-radius: 2px; /* Safari,Google Chrome用 */ -moz-border-radius: 2px; /* Firefox用 */
	border: solid 1px #567f8f;
	background: #567f8f;
	text-align: center;
}
.pager .pager-next a {
	position: relative;
	display: block;
	padding: 5px 4px;
	padding-right: 12px;
	color: #fff;
	font-size: 10px;
}
.pager .pager-next a:after {
	display: block;
	content: ">";
	position: absolute;
	top: 20%;
	bottom: auto;
	right: 2px;
	margin: 0;
}