@charset "utf-8";

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Base Style

/////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
  background: #fff;
  color: #666;
}

body,
#wrapper input,
#wrapper select,
#wrapper textarea,
#wrapper button {
  font: 12px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#wrapper {
  width: 950px;
  margin: 15px auto 50px;
}

#wrapper a {
  color: #468ABF;
  text-decoration: none;
}

#wrapper a:hover {
  text-decoration: underline;
}

#wrapper a.fade:hover {
  text-decoration: none;
}

#wrapper img {
  display: block;
  vertical-align: bottom;
}

#wrapper li {
  list-style: none;
}

#wrapper input[type="text"],
#wrapper input[type="password"],
#wrapper select,
#wrapper textarea{
  border: solid 1px #ccc;
}

#wrapper input[type="image"],
#wrapper input[type="submit"],
#wrapper input[type="reset"],
#wrapper input[type="buttton"],
#wrapper button {
  cursor: pointer;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Container Style
 
/////////////////////////////////////////////////////////////////////////////////////////////////*/

#main {
  float: left;
  width: 630px;
}

/* 共通セレクタ : テキスト */

#main .pink2b {
  color: #FF9999;
  font-weight: bold;
}

#main .blue2b {
  color: #3399CC;
  font-weight: bold;
}

/* 共通セレクタ : ボックス */

#main .o_box {
  margin: 0 0 20px;
  overflow: hidden;
}

#main .o_box01 {
  border: 1px #CDEBF3;
  border-style: solid none;
  background: #FAFDFE;
}

#main .o_box01 + .o_box01 {
  margin-top: -20px;
  border-top: none;
}

#main .o_box02 {
  border: 1px #FFE8E8;
  border-style: solid none;
  background: #FFFDFD;
}

/* 共通セレクタ : 見出し */

#main .o_hdg01,
#main .o_hdg02 {
  position: relative;
  height: 32px;
  padding: 0 20px;
  border-top: solid 1px #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  text-shadow: 0 1px 0 #F8FCFD;
}

#main .o_hdg01 {
  border-bottom: solid 1px #D7E4E6;
  background: #E7F5F8;
}

#main .o_hdg02 {
  border-bottom: solid 1px #FFE8E8;
  background: #FFF4F4;
}

#main .o_hdg03,
#main .o_hdg04 {
  height: 35px;
  margin: 0 0 20px;
  padding: 0 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

#main .o_hdg03 {
  background: url(../img/bg_hdg03.gif) repeat-x;
}

#main .o_hdg04 {
  background: url(../img/bg_hdg04.gif) repeat-x;
}

#main .o_hdg05 {
  height: 32px;
  padding: 0 20px;
  border-bottom: solid 1px #ccc;
  background: #FAFDFE;
  color: #468ABF;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-shadow: 0 1px 0 #F8FCFD;
}


/* 共通セレクタ : ボタン */

#main .o_btn01,
#main .o_btn02,
#main .o_btn03,
#main .o_btn04 {
  width: 595px;
  height: 45px;
  border: none;
  font-size: 15px;
  text-align: center;
  line-height: 45px;
}

#main .o_btn01:before,
#main .o_btn01:after,
#main .o_btn02:before,
#main .o_btn02:after,
#main .o_btn03:before,
#main .o_btn03:after {
  content: ' ';
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#main .o_btn01:before,
#main .o_btn01:after,
#main .o_btn02:before,
#main .o_btn02:after {
  width: 8px;
  height: 7px;
  margin: 0 10px 1px;
  background: url(../img/btn_arrow02.png) no-repeat;
}


#main .o_btn03:before,
#main .o_btn03:after {
  width: 9px;
  height: 7px;
  margin: 0 10px 1px;
  background: url(../img/btn_arrow01.png) no-repeat;
}

#main .o_btn01 {
  background: url(../img/btn02.jpg) no-repeat;
  color: #fff;
}

#main .o_btn02 {
  background: url(../img/btn03.jpg) no-repeat;
  color: #fff;
}

#main .o_btn03 {
  background: url(../img/btn01.jpg) no-repeat;
  color: #77D4A4;
}

#main .o_btn04 {
  background: url(../img/btn01.jpg) no-repeat;
  /* color: #468ABF; */
}

/* 共通セレクタ : もっと読む関係 */

#main .o_readmore01 {
  margin: 0 0 22px;
  padding: 1px 0;
  border: 1px #C5EFD9;
  border-style: dotted none;
}

#main .o_readmore01 a {
  display: block;
  background: #ECFAF5;
  color: #83DEAE;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

#main .o_readmore02 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px; 
  padding: 0 17px 0 6px;
  border: solid 1px #468ABF;
  border-radius: 4px;
  background: url(../img/icon_readmore_off.gif) 100% 50% no-repeat #fff;
  font-size: 10px;
}

#main .o_readmore02.is-active {
  background-image: url(../img/icon_readmore_on.gif);
}

/* 共通セレクタ : リンクリスト */

#main .o_linklist01,
#main .o_linklist02 {
  list-style: none;
}

#main .o_linklist01 li,
#main .o_linklist02 li {
  overflow: hidden;
  padding-left: 10px;
  background: url(../img/icon_list.gif) 0 .5em no-repeat;
}

#main .o_linklist02 li {
  float: right;
  margin-right: 20px;
}

/* 共通セレクタ : バナーリスト */

#main .o_bnrlist01 li + li {
  margin-top: 20px;
}

#main .o_bnrlist01 li a,
#main .o_bnrlist01 li img,
#main .o_bnrlist01 li input,
#main .o_bnrlist01 li button {
  display: block;
  margin: 0 auto;
}

/* 共通セレクタ : タイル */

#main .o_tiles01 {
  width: 586px;
  margin: 10px auto;
}

#main .o_tiles01 .article {
  position: relative;
  float: left;
  width: 241px;
  margin: 10px 15px;
  padding: 6px 10px 73px;
  border: solid 1px #eee;
  background: url(../img/bg_tile.jpg) 1px 1px no-repeat #fff;
  box-shadow: 0 3px 5px #eee;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#eeeeee, direction=180, strength=3, enabled=true);
}

#main .o_tiles01 .header {
  font-size: 10px;
}

#main .o_tiles01 .header .date {
  margin: 0 0 10px;
  color: #999;
}

#main .o_tiles01 .header .type {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding-right: 26px;
  background: url(../img/icon_tile_mark.gif) top right no-repeat;
  color: #599FD9;
  font-weight: bold;
  line-height: 30px;
}

#main .o_tiles01 .header .cat {
  margin: 0 0 8px;
}

#main .o_tiles01 .header .cat a {
  font-size: 12px;
  font-weight: bold;
  /* font-style: italic; */
}

#main .o_tiles01 .header .class {
  height: 21px;
  margin: 0 0 10px;
  background: url(../img/bg_tile_class.gif) no-repeat;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#main .o_tiles01 .header .class span {
  padding-left: 30px;
  background: url(../img/icon_tile_class.gif) no-repeat;
  font-weight: bold;
}

#main .o_tiles01 .heading {
  margin: 0 0 10px;
}

#main .o_tiles01 .heading .pic {
  float: left;
}

#main .o_tiles01 .heading h4 {
  margin: 0 0 0 0px;
  padding: 0;
}

#main .o_tiles01 .heading .name {
  margin: 0 0 0 60px;
  font-size: 10px;
}

#main .o_tiles01 .heading a {
  color: #666;
}

#main .o_tiles01 .heading h4 a {
  font-weight: bold;
}

#main .o_tiles01 .tags {
  margin: 0 0 4px;
}

#main .o_tiles01 .tags li {
  float: left;
  margin: 0 10px 4px 0;
}

#main .o_tiles01 .tags a {
  display: block;
  padding: 1px 5px;
  border-radius: 5px;
  background: #59A0DB;
  color: #fff;
  font-size: 10px;
}

#main .o_tiles01 .text {
  line-height: 1.7;
}

#main .o_tiles01 .text a {
  color: #65B5D0;
  text-decoration: underline;
}

#main .o_tiles01 .text a:hover {
  text-decoration: none;
}

#main .o_tiles01 .footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: -.4em;
}

#main .o_tiles01 .footer > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
}

#main .o_tiles01 .footer .answer {
  font-size: 10px;
  text-align: center;
}

#main .o_tiles01 .footer .answer .btn {
  display: block;
  width: 115px;
  height: 21px;
  margin: 0 0 6px;
  background: url(../img/btn_tile.gif) no-repeat;
  color: #fff;
  line-height: 21px;
}

#main .o_tiles01 .footer .answer .status span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background: url(../img/icon_tile_pencil.gif) 0 2px no-repeat;
}

#main .o_tiles01 .footer .answer .status a {
  color: #65B5D0;
  font-size: 11px;
}

/* メインビジュアル・リード */

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

#main h2 img {
  width: 100%;
}

#main .o_lead {
  padding: 16px 24px;
  border-radius: 6px;
  background: #FAFAF3;
  line-height: 1.8;
}

#main .o_lead h3 {
  margin: 0 0 8px;
}

#main .o_lead h3 a {
  font-weight: bold;
}

#main .o_lead .main {
  margin: 0 0 8px;
}

#main .o_lead p + p {
  margin: 1.8em 0 0;
}

#main .o_lead .readmore {
  text-align: center;
}

/* 投稿を検索する */

#main .o_search {
  padding: 18px 17px;
  border: solid 1px #EDEDD3;
  border-top: solid 3px #F94575;
  background: #FAFAF3;
}

#main .o_search .tabs {
  margin: 0 -6px 10px;
}

#main .o_search .tabs li {
  float: left;
  margin: 0 6px;
}

#main .o_search .notice {
  float: right;
  font-size: 10px;
}

#main .o_search .searchform input,
#main .o_search .searchform select {
  float: left;
  vertical-align: top;
}

#main .o_search .searchform input[type="text"] {
  width: 201px;
  height: 27px;
  margin-right: 6px;
  padding: 0 25px 0 5px;
  border: solid 1px #E2E2BA;
  border-radius: 3px;
  background: url(../img/icon_search_lupe.gif) 100% 50% no-repeat #fff;
  font-size: 12px;
  line-height: 27px;
}

#main .o_search .searchform input[type="text"]::-webkit-input-placeholder {
  color: #878787;
}

#main .o_search .searchform input[type="text"]::-moz-placeholder {
  color: #878787;
}

#main .o_search .searchform input[type="text"]:-ms-input-placeholder {
  color: #878787;
}

#main .o_search .searchform input[type="text"]::input-placeholder {
  color: #878787;
}

#main .o_search .searchform select {
  width: 133px;
  height: 29px;
  margin-left: 10px; 
  padding: 0 0 0 5px;
  border: solid 1px #E2E2BA;
  border-radius: 3px;
  color: #878787;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main .o_search .searchform select:focus {
  color: #000;
}


@media (-webkit-min-device-pixel-ratio: 0), (min-resolution: 0dppx) {
  #main .o_search .searchform select {
    padding-right: 35px;
    background: url(../img/bg_search_select.gif) 100% 50% no-repeat #fff;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
}

#main .o_search .searchform input[type="submit"] {
  width: 56px;
  height: 29px;
  margin-right: 8px;
  border: none;
  background: url(../img/btn_search_submit.gif) no-repeat;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 29px;
}

/* 質問一覧: タブ */

#main .o_index .tabs {
  border-bottom: solid 1px #DCDCDC;
  padding: 0 5px;
}

#main .o_index .tabs li {
  float: left;
  position: relative;
  top: 1px;
  margin: 0 5px;
}

#main .o_index .tabs li span,
#main .o_index .tabs li a {
  display: block;
  width: 300px;
  height: 38px;
  padding-top: 4px;
  background: url(../img/tab_index_off.jpg) no-repeat;
  color: #bbb;
  font-size: 15px;
  text-align: center;
  line-height: 43px;
  letter-spacing: .04em;
}

#main .o_index .tabs li span.is-active ,
#main .o_index .tabs li a.is-active {
  height: 41px;
  padding-top: 2px;
  background: url(../img/tab_index_on.jpg) no-repeat;
  color: #66CBD6;
}

/* 質問一覧: ページ一覧 */

#main .o_index .pagenav {
  border-bottom: dotted 1px #ccc;
}

#main .o_index .result {
  float: left;
  margin: 5px 10px;
  font-size: 10px;
}

#main .o_index .result .count {
  margin: 0 2px;
  color: #66CBD6;
  font-size: 20px;
  font-weight: bold;
}

#main .o_index .pagination {
  float: right;
  margin: 5px 6px;
}

#main .o_index .pagination li {
  float: left;
  margin: 0 4px;
  border: solid 1px #eee;
  background: url(../img/bg_pagenav.jpg) repeat-x;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

#main .o_index .pagination li.interval {
  float: left;
  margin: 0 4px;
  border: none;
  background: none;
}

#main .o_index .pagination li > span,
#main .o_index .pagination li > a {
  display: block;
  min-width: 22px;
  height: 26px;
}

#main .o_index .pagination li img {
  display: inline;
  vertical-align: middle;
}


#main .o_index .pagination li > span,
#main .o_index .pagination li > a {
  display: block;
  min-width: 22px;
  height: 26px;
}

#main .o_index .pagination li .trickplay {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
  padding-top: 5px;
  background: url(../img/icon_pagenav.gif) no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

#main .o_index .pagination li .rew {
  width: 8px;
  background-position: 0 0;
}

#main .o_index .pagination li .prev {
  width: 4px;
  background-position: 0 0;
}

#main .o_index .pagination li .next {
  width: 4px;
  background-position: -12px 0;
}

#main .o_index .pagination li .ff {
  width: 8px;
  background-position: -8px 0;
}

/* 質問一覧: 表組 */

#main .o_index .main {
  padding: 16px;
  border-bottom: dotted 1px #ccc;
  background: #FAFDFE;
}

#main .o_index table {
  background: #fff;
  text-align: center;
}

#main .o_index table .number {
  width: 45px;
}

#main .o_index table .rate {
  width: 66px;
}

#main .o_index table .status {
  width: 68px;
}

#main .o_index table th {
  border: solid 1px #E7F5F8;
  font-weight: normal;
  vertical-align: middle;
}

#main .o_index table td {
  border: solid 1px #E7F5F8;
  font-size: 10px;
  vertical-align: middle;
}

#main .o_index table thead th {
  padding: 10px 0;
}

#main .o_index table tbody tr:nth-child(odd) th,
#main .o_index table tbody tr:nth-child(odd) td {
  background: #FDFDF9;
}

#main .o_index table a {
  font-weight: bold;
}

#main .o_index table h4,
#main .o_index table p {
  margin: 10px 0;
  padding: 0 12px;
  text-align: left;
}

#main .o_index table h4 {
  margin-bottom: -6px;
}

#main .o_index table h4 a {
  padding-right: 18px;
  background: url(../img/icon_index_blank.gif) 100% 50% no-repeat;
  font-size: 14px;
}

#main .o_index table img {
  margin: 0 auto;
}

#main .o_index table .count {
  color: #f36;
  font-size: 14px;
  font-weight: bold;
}

/* サブカテゴリー */

#main .o_subcat li {
  float: left;
  width: 285px;
  margin: 2px 10px;
  font-size: 14px;
}

/* 最新の質問 */

#main .o_latest .o_readmore01 {
  border-color: #B2E0ED;
}

#main .o_latest .o_readmore01 a {
  background: #E2F4F8;
  color: #96D6E6;
}

#main .o_buttons.o_box01 ,
#main .o_banners.o_box01 {
  margin-top: -21px !important;
  padding: 0 0 20px;
}

/* 人気閲覧ランキング */

#main .o_ranking .o_readmore01 {
  border-color: #C5EFD9;
}

#main .o_ranking .o_readmore01 a {
  background: #ECFAF5;
  color: #ADE9CA;
}

/* Pick Up質問 */

#main .o_pickup .o_readmore01 {
  border-color: #F5D1DB;
}

#main .o_pickup .o_readmore01 a {
  background: #F7E7EC;
  color: #F0BAC9;
}

/* カテゴリ */

#main .o_cat {
  width: 595px;
  margin: 0 auto 20px;
}

#main .o_cat .accordion {
  position: relative;
  margin: -15px 0 0;
}

#main .o_cat .accordion > li {
  float: left;
  margin: 15px 0 0;
}

#main .o_cat .accordion > li > a {
  margin-right: 40px;
  padding-left: 16px;
  background: url(../img/icon_cat_off.gif) 0 50% no-repeat;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

#main .o_cat .accordion > li.is-active > a {
  background: url(../img/icon_cat_on.gif) 0 50% no-repeat;
}

#main .o_cat .accordion > li > ul {
  width: 595px;
  margin: 15px 0 0;
}

#main .o_cat .accordion > li > ul > li {
  float: left;
  width: 263.5px;
  margin-left: 34px;
  color: #468ABF;
  list-style: square;
}

#main .o_cat .accordion > li > ul > li span {
  color: #666;
}

/* このカテゴリーではこんな質問が見られています */

#main .o_related {
  width: 595px;
  margin: 0 auto 20px;
}

#main .o_related ul {
  width: 600px;
  margin: 0 -2.5px;
}

#main .o_related li {
  float: left;
  width: 270px;
  margin: 0 10px;
  font-size: 13px;
  line-height: 1.6;
}

/* テキスト広告 */

#main .o_textads {
  width: 595px;
  margin: 0 auto 20px;
  border: dashed 1px #6199C7;
  background: #EDFBFF;
}

#main .o_textads dl{
  padding: 2px 17px 12px;
}

#main .o_textads dt {
  margin: 10px 0 0;
}

#main .o_textads dt a {
  font-size: 14px;
  font-weight: bold;
}

/* セクシャルヘルスケア */

#main .o_shc {
  width: 595px;
  margin: 0 auto 20px;
  padding: 22px 0 0;
  background: url(../img/bg_border.gif) repeat-x;
  font-size: 10px;
}

#main .o_shc .tiles {
  width: 610px;
  margin: 0 -7.5px;
  *margin-bottom: 20px;
}

#main .o_shc .tiles li {
  float: left;
  width: 98px;
  margin: 0 12px 20px;
}

#main .o_shc .tiles a {
  display: block;
}

#main .o_shc .tiles img {
  margin: 0 0 5px;
}

#main .o_shc .tiles span {
  display: block;
  font-weight: bold;
}

/* お悩み解決に役立つ商品ページ */

#main .o_prod {
  width: 595px;
  margin: 0 auto 20px;
}

#main .o_prod .tiles {
  width: 610px;
  margin: 0 -7.5px;
  font-size: 10px;
  line-height: 1.2;
}

#main .o_prod .tiles li {
  float: left;
  width: 100px;
  margin: 0 11px;
}

#main .o_prod .tiles li * {
  display: block;
}

#main .o_prod .tiles img{
  margin: 0 0 5px;
}

#main .o_prod .tiles a .name {
  margin: 0 0 2px;
  font-weight: bold;
}

#main .o_prod .tiles .price {
  color: #f00;
  font-weight: bold;
}

/* ページ下のちょこっとCM */

#main .o_cm {
  width: 595px;
  margin: 0 auto 20px;
}

/* 質問・回答 共通 */

#main .o_article {
  line-height: 1.6;
}

#main .o_article_question {
  border-bottom: dotted 1px #FFE8E8;
}

#main .o_article_answer {
  border-bottom: dotted 1px #B2E0ED;
}

/* 質問・回答 表示 */

#main .o_article_view.o_article_question .header {
  border-bottom: dotted 1px #FFE8E8;
}

#main .o_article_view.o_article_question .footer {
  border-top: dotted 1px #FFE8E8;
}

#main .o_article_view.o_article_answer .header {
  border-bottom: dotted 1px #B2E0ED;
}

#main .o_article_view.o_article_answer .footer {
  border-top: dotted 1px #B2E0ED;
}

#main .o_article_view .header {
  overflow: hidden;
  color: #468ABF;
}

#main .o_article_view .header .ttl {
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bold;
}

#main .o_article_view .header .meta {
  float: right;
  font-size: 10px;
  text-align: right;
}

#main .o_article_view.o_article_question .header .meta {
  margin-left: 34px;
  padding: 10px 24px 10px 14px;
  border-left: dotted 1px #FFE8E8;
}

#main .o_article_view.o_article_answer .header .meta {
  padding: 10px 24px;
}

#main .o_article_view.o_article_question .header .meta li + li {
  margin: 4px 0 0;
}

#main .o_article_view.o_article_answer .header .meta li {
  float: left;
}

#main .o_article_view.o_article_answer .header .meta li + li {
  margin-left: 20px;
}

#main .o_article_view .header .meta .name {
  font-size: 11px;
}

#main .o_article_view .header .meta .name strong,
#main .o_article_view .header .meta .name a {
  font-weight: bold;
}

#main .o_article_view .main {
  padding: 24px 24px 12px;
  background: #fff;
  font-size: 14px;
}

#main .o_article_view .main p {
  margin: 0 0 1em;
}

#main .o_article_view .footer {
  padding: 25px 0 25px;
}

#main .o_article_view .footer .sns {
  width: 547px;
  margin: 0 auto 25px;
  padding: 20px 25px;
  border: dashed 1px #46A3D1;
  text-align: center;
  letter-spacing: -.4em;
}

#main .o_article_view.o_article_question .footer .sns {
  background: #fff;
}

#main .o_article_view.o_article_answer .footer .sns {
  background: #EBF6FC;
}

#main .o_article_view .footer .sns li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
}

/* 質問・回答 編集 */

#main .o_article_edit.o_article_question {
  border-bottom: dotted 1px #FFE8E8;
}

#main .o_article_edit.o_article_answer {
  border-bottom: dotted 1px #B2E0ED;
}

#main .o_article_edit .caution {
  position: absolute;
  top: 0;
  right: 20px;
}

#main .o_article_edit .text {
  margin-bottom: 5px;
}

#main .o_article_edit .notice {
  font-size: 10px;
}

#main .o_article_edit strong {
  color: #f00;
  font-weight: normal;
}

#main .o_article_edit form {
  font-size: 12px;
}

#main .o_article_edit .main {
  padding: 15px 0 20px;
}

#main .o_article_edit .hints {
  width: 595px;
  margin: 0 auto;
}

#main .o_article_edit .hints dt {
  margin: 0 0 2px;
  padding-left: 24px;
  background: url(../img/icon_edit_alert.gif) left center no-repeat;
  font-size: 14px;
  font-weight: bold;
}

#main .o_article_edit .hints dd {
  margin: 0 0 10px;
  color: #FF2626;
}

#main .o_article_edit .editform dt {
  position: relative;
  width: 595px;
  margin: 0 0 10px;
  padding: 0 17.5px
}

#main .o_article_edit.o_article_question .editform dt {
  padding-top: 15px;
  border-top: dotted 1px #FFE8E8;
  font-weight: bold;
}

#main .o_article_edit .editform dd {
  width: 595px;
  margin: 0 0 20px;
  padding: 0 17.5px
}

#main .o_article_edit .editform select {
  display: block;
  margin: 0 0 10px;
}

#main .o_article_edit .editform input[type="text"] {
  display: block;
  width: 573px;
  margin: 0 auto 10px;
  padding: 2px 10px;
}

#main .o_article_edit .editform textarea {
  display: block;
  width: 573px;
  margin: 0 auto 20px;
  padding: 10px;
  font-size: 12px;
  resize: none;
}

#main .o_article_edit .adjuster,
#main .o_article_edit .adjuster li {
  float: left;
}

#main .o_article_edit .adjuster li + li {
  margin-left: 8px;
}

#main .o_article_edit .adjuster input[type="button"] {
  padding: 2px 0;
  width: 80px;
  font-size: 12px;
}

#main .o_article_edit .manner {
  float: right;
  padding-left: 102px;
  background: url(../img/bg_edit_manner.gif) no-repeat;
}

#main .o_article_edit .manner h4 {
  margin: 0;
  padding: 0;
  color: #468ABF;
}

/* はじめての方へ */

#main .o_about {
  margin: 0 0 20px;
  border: 1px #CDEBF3;
  border-style: solid none;
}

#main .o_about .section {
  margin: 0 0 20px;
  padding: 0 20px;
  border: solid 1px #ccc;
}

#main .o_about .section h4 {
  margin: 0 -20px -1px;
}

#main .o_about h5,
#main .o_about p,
#main .o_about ul,
#main .o_about .figure {
  margin: 1em 0;
}

#main .o_about .figure img {
  margin: 0 auto;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Side Menu Style

/////////////////////////////////////////////////////////////////////////////////////////////////*/

#sidebar {
  float: right;
  width: 300px;
}

#sidebar .o_box {
  margin: 0 0 20px;
  overflow: hidden;
}

#sidebar .o_bnrlist01 li + li {
  margin-top: 20px;
}

#sidebar .o_bnrlist01 li a,
#sidebar .o_bnrlist01 li img,
#sidebar .o_bnrlist01 li input,
#sidebar .o_bnrlist01 li button {
  display: block;
  margin: 0 auto;
}

#sidebar .menulist .ttl {
  height: 33px;
  padding: 0 8px;
  background: url(../img/side_bg_ttl.gif) repeat-x;
  color: #fff;
  font-size: 14px;
  line-height: 33px;
}

#sidebar .menulist ul {
  border: 1px #eee;
  border-style: none solid solid;
}

#sidebar .menulist li {
  position: relative;
  background: url(../img/side_bg_border.gif) repeat-x;
  *zoom: 1;
}

#sidebar .menulist li:first-child {
  background: none;
}

#sidebar .menulist li a {
  display: block;
  padding: 10px 25px 10px 11px;
  background: url(../img/side_icon_arrow.gif) 100% 50% no-repeat;
  font-size: 12px;
  line-height: 1.6;
  overflow: hidden;
}

#sidebar .side_guide .ttl {
  display: table-cell;
  background: none;
  vertical-align: middle;
  layout-grid-line: 33px;
}

#sidebar .side_guide .ttl img {
  vertical-align: middle;
}

#sidebar .side_guide ul {
  border-style: solid;
}

#sidebar .side_guide li {
  padding-left: 35px;
}

#sidebar .side_guide li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/side_icon_guide.gif) no-repeat;
}

#sidebar .side_guide li.guide1 span {
  background-position: 0 0;
}

#sidebar .side_guide li.guide2 span {
  background-position: 0 -20px;
}

#sidebar .side_guide li.guide3 span {
  background-position: 0 -40px;
}

#sidebar .side_guide li.guide4 span {
  background-position: 0 -60px;
}

#sidebar .side_guide li.guide5 span {
  background-position: 0 -80px;
}

#sidebar .side_guide li.guide6 span {
  background-position: 0 -100px;
}

#sidebar .side_guide li.guide7 span {
  background-position: 0 -120px;
}

#sidebar .side_guide li.guide8 span {
  background-position: 0 -140px;
}

#sidebar .side_guide li.guide9 span {
  background-position: 0 -160px;
}

#sidebar .side_guide li.guide10 span {
  background-position: 0 -180px;
}

#sidebar .side_ranking .cat {
  margin-bottom: 1px;
  border: solid 1px #EBE8D8;
  background: #F7F6F0;
}

#sidebar .side_ranking .ttl {
  padding: 7px;
  background: #EBE8D8;
  text-shadow: 0 1px 0 #F9F8F3;
}

#sidebar .side_ranking ul {
  margin: 6px 0;
  line-height: 1.6;
}

#sidebar .side_ranking li {
  position: relative;
  padding: 0 7px 0 33px;
}

#sidebar .side_ranking li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 17px;
  height: 12px;
  margin-top: -8px;
  background: url(../img/side_icon_rank.gif) no-repeat;
}

#sidebar .side_ranking li.rank1 span {
  background-position: 0 0;
}

#sidebar .side_ranking li.rank2 span {
  background-position: 0 -12px;
}

#sidebar .side_ranking li.rank3 span {
  background-position: 0 -24px;
}

#sidebar .side_ranking li.rank4 span {
  background-position: 0 -36px;
}

#sidebar .side_ranking li.rank5 span {
  background-position: 0 -48px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 Footer Style

/////////////////////////////////////////////////////////////////////////////////////////////////*/

#o_footer {
  background: #6BC0E3;
  color: #fff;
}

#o_footer .inner {
  position: relative;
  width: 910px;
  margin: 0 auto;
  padding: 20px;
  font-size: 10px;
  text-align: left;
  line-height: 1.4;
}

#o_footer .copyright {
  position: absolute;
  bottom: 20px;
  right: 32px;
  text-align: right;
  
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 clerfix

/////////////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}