@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:	.
Last Change:	2014/08/11 15:09:31.


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1040px;
  -webkit-text-size-adjust: 100%;
}

a, a::before, a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a > * {
  transition: opacity 0.15s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}
/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: url(../img/container_bg.jpg) center top no-repeat #e7ecf2;
  background-size: 100% 100%;
  background-attachment: fixed;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.nav .nav-list a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.link a {
  position: relative;
  padding: 2px 32px 3px 0;
  background: url(../img/link_arrow.gif) right top no-repeat;
  font-size: 1.2em;
}
.link a:hover {
  transition: background-image 0.15s linear;
  background-image: url(../img/link_arrow_h.gif);
}

.text {
  color: #3c3c3c;
}

.box .title {
  border-radius: 6px 6px 0 0;
}
.box .title .text {
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-weight: bold;
}

.wrapper {
  *zoom: 1;
  margin: 0 auto;
  width: 980px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar {
  position: fixed;
  right: 0;
  bottom: 3.5%;
  z-index: 1000;
}
.sidebar li {
  margin-bottom: 4px;
}
.sidebar li:last-child {
  margin-bottom: 0;
}
.sidebar .sd-pagetop {
  margin-top: 9px;
}
.sidebar .sd-pagetop img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sidebar .mail {
  background: url(../img/side_form_mail_bg.gif) left top no-repeat;
}
.sidebar .pmail {
  background: url(../img/side_form_pmail_bg.gif) left top no-repeat;
}
.sidebar .counseling {
  background: url(../img/side_form_counseling_bg.gif) left top no-repeat;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 1000;
  background: url(../img/header_bg.gif) left top repeat-x;
}
#header .title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 980px;
  text-align: right;
  line-height: 25px;
  color: #e0e0e0;
}
#header .logo {
  float: left;
  margin: 8px 0 13px;
  width: 352px;
}
#header .logo:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header aside {
  float: right;
  margin-top: 22px;
  padding: 7px 3px 3px;
  width: 492px;
  border: 2px solid rgba(10, 32, 105, 0.3);
  background-color: rgba(255, 255, 255, 0.45);
}
#header aside .h-form {
  position: relative;
}
#header aside .h-form dt {
  padding: 0 0 7px 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #2b4182;
}
#header aside .h-form .form-list {
  *zoom: 1;
}
#header aside .h-form .form-list:after {
  content: "";
  display: table;
  clear: both;
}
#header aside .h-form .form-item {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4px;
}
#header aside .h-form .form-item:last-child {
  margin-right: 0;
}
#header aside .h-form .mail {
  background: url(../img/header_form_mail_bg.gif) left top no-repeat;
}
#header aside .h-form .pmail {
  background: url(../img/header_form_pmail_bg.gif) left top no-repeat;
}
#header aside .h-form .counseling {
  background: url(../img/header_form_counseling_bg.gif) left top no-repeat;
}

.nav {
  position: relative;
  clear: both;
  background: url(../img/nav_bg.png) left top repeat-x;
}
.nav .nav-list {
  *zoom: 1;
  margin: -67px auto 0;
  width: 981px;
}
.nav .nav-list:after {
  content: "";
  display: table;
  clear: both;
}
.nav .nav-list .nav-item {
  position: relative;
  float: left;
}
.nav .nav-list .nav-item.is-hover::after {
  content: '';
  position: absolute;
  top: 66px;
  z-index: 100;
}
.nav .nav-list .nav-item.is-hover .page-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  height: auto;
}
.nav .nav-list .page-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 73px;
  z-index: 10;
  overflow: hidden;
  padding: 4px;
  height: 0;
  background: #e6ebf5;
}
.nav .nav-list .page-item {
  margin-bottom: 1px;
}
.nav .nav-list .page-item:nth-child(odd) {
  background-color: #dbe2f1;
}
.nav .nav-list .page-item:nth-child(even) {
  background-color: #edf0f8;
}
.nav .nav-list .page-item a {
  display: block;
  position: relative;
  line-height: 38px;
  font-size: 1.4em;
  color: #3c3c3c;
}
.nav .nav-list .page-item a::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 9px;
  width: 8px;
  height: 15px;
  background: url(../img/arrow2.png) left top no-repeat;
}
.nav .nav-list .page-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: rgba(144, 144, 144, 0.5);
  color: #fff;
}
.nav .nav-list .example.is-hover::after {
  left: -30px;
  width: 249px;
  height: 10px;
  background: url(../img/nav_example_arrow.png) left top no-repeat;
}
.nav .nav-list .example .page-list {
  left: -31px;
  width: 241px;
}
.nav .nav-list .example .page-list .page-item {
  background-position: left top;
  background-repeat: no-repeat;
}
.nav .nav-list .example .page-list .page-item a {
  padding-left: 42px;
}
.nav .nav-list .example .page-list .page-item:nth-child(1) {
  background-image: url(../img/example_page-item_case1_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(2) {
  background-image: url(../img/example_page-item_case2_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(3) {
  background-image: url(../img/example_page-item_case3_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(4) {
  background-image: url(../img/example_page-item_case4_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(5) {
  background-image: url(../img/example_page-item_case5_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(6) {
  background-image: url(../img/example_page-item_case6_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(7) {
  background-image: url(../img/example_page-item_case7_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(8) {
  background-image: url(../img/example_page-item_case8_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(9) {
  background-image: url(../img/example_page-item_case9_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(10) {
  background-image: url(../img/example_page-item_case10_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(11) {
  background-image: url(../img/example_page-item_case11_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(12) {
  background-image: url(../img/example_page-item_case12_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(13) {
  background-image: url(../img/example_page-item_case13_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(14) {
  background-image: url(../img/example_page-item_case14_bg.png);
}
.nav .nav-list .example .page-list .page-item:nth-child(15) {
  background-image: url(../img/example_page-item_case15_bg.png);
}
.nav .nav-list .cause.is-hover::after,
.nav .nav-list .modification.is-hover::after {
  left: -24px;
  width: 238px;
  height: 10px;
  background: url(../img/nav_cause_arrow.png) left top no-repeat;
}
.nav .nav-list .cause .page-list,
.nav .nav-list .modification .page-list {
  left: -25px;
  width: 230px;
}
.nav .nav-list .cause .page-list .page-item a,
.nav .nav-list .modification .page-list .page-item a {
  padding-left: 16px;
}
.nav .record {
  position: relative;
}
.nav .record .num {
  position: absolute;
  top: 0;
  right: 0;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}

#topicpath {
  *zoom: 1;
  margin: 5px 0 15px;
}
#topicpath:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol {
  *zoom: 1;
  float: right;
}
#topicpath ol:after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  position: relative;
  float: left;
  margin-right: 10px;
  background-color: #8099ce;
  font-size: 1.2em;
}
#topicpath ol li a {
  display: block;
  padding: 4px 7px;
  text-decoration: underline;
  color: #fff;
}
#topicpath ol li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#topicpath ol li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  width: 7px;
  height: 20px;
  background: url(../img/topicpath_list_bg.png) left top no-repeat;
}
#topicpath ol li.top span {
  display: block;
  overflow: hidden;
  width: 13px;
  height: 12px;
  background: url(../img/topicpath_top_bg.gif) left top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
#topicpath ol li.last {
  margin-right: 0;
  background: rgba(255, 255, 255, 0.5);
}
#topicpath ol li.last a {
  color: #8a8a8a;
}
#topicpath ol li.last::after {
  content: none;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
#main {
  float: left;
  width: 700px;
}

/*--------------------------
共通部分
--------------------------*/
#index .frame .latest-box, #index .frame .pickup-box, .detail .frame .medical-record .medical-record-box {
  width: 305px;
  background: rgba(255, 255, 255, 0.45);
}
#index .frame .latest-box a, #index .frame .pickup-box a, .detail .frame .medical-record .medical-record-box a {
  display: block;
  text-decoration: none;
}
#index .frame .latest-box a:hover > *, #index .frame .pickup-box a:hover > *, .detail .frame .medical-record .medical-record-box a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#index .frame .latest-box .box-title, #index .frame .pickup-box .box-title, .detail .frame .medical-record .medical-record-box .box-title {
  display: block;
  position: relative;
  padding: 36px 20px 7px 10px;
  min-height: 36px;
  border: none;
  background: url(../img/record_index_latest_sub_bg.gif) left top no-repeat rgba(128, 153, 206, 0.4);
  vertical-align: middle;
  line-height: 1.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: #2b4182;
}
#index .frame .latest-box .box-title::after, #index .frame .pickup-box .box-title::after, .detail .frame .medical-record .medical-record-box .box-title::after {
  content: '';
  position: absolute;
  top: 33px;
  right: 8px;
  width: 9px;
  height: 16px;
  background: url(../img/record_latest_arrow.png) left top no-repeat;
}
#index .frame .latest-box .box-title .num, #index .frame .pickup-box .box-title .num, .detail .frame .medical-record .medical-record-box .box-title .num {
  position: absolute;
  top: 7px;
  left: 18px;
  font-size: 0.9285714286em;
  color: #fff;
}
#index .frame .latest-box .box-title .num em, #index .frame .pickup-box .box-title .num em, .detail .frame .medical-record .medical-record-box .box-title .num em {
  padding: 0 2px;
  font-size: 1.0769230769em;
}
#index .frame .latest-box .box-title .title-text, #index .frame .pickup-box .box-title .title-text, .detail .frame .medical-record .medical-record-box .box-title .title-text {
  font-weight: bold;
}
#index .frame .latest-box .box-title .time, #index .frame .pickup-box .box-title .time, .detail .frame .medical-record .medical-record-box .box-title .time {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #636363;
}
#index .frame .latest-box .box-title .time.new::before, #index .frame .pickup-box .box-title .time.new::before, .detail .frame .medical-record .medical-record-box .box-title .time.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -42px;
  width: 36px;
  height: 11px;
  background: url(../img/record_latest_new.png) left top no-repeat;
}
#index .frame .latest-box .box-inner, #index .frame .pickup-box .box-inner, .detail .frame .medical-record .medical-record-box .box-inner {
  *zoom: 1;
  padding: 10px;
  background: none;
}
#index .frame .latest-box .box-inner:after, #index .frame .pickup-box .box-inner:after, .detail .frame .medical-record .medical-record-box .box-inner:after {
  content: "";
  display: table;
  clear: both;
}
#index .frame .latest-box .box-inner .pic, #index .frame .pickup-box .box-inner .pic, .detail .frame .medical-record .medical-record-box .box-inner .pic {
  overflow: hidden;
  float: left;
  width: 120px;
  height: 70px;
}
#index .frame .latest-box .box-inner .pic img, #index .frame .pickup-box .box-inner .pic img, .detail .frame .medical-record .medical-record-box .box-inner .pic img {
  width: 100%;
}
#index .frame .latest-box .box-inner .right, #index .frame .pickup-box .box-inner .right, .detail .frame .medical-record .medical-record-box .box-inner .right {
  float: right;
}
#index .frame .latest-box .box-inner .right dl, #index .frame .pickup-box .box-inner .right dl, .detail .frame .medical-record .medical-record-box .box-inner .right dl {
  margin-top: 13px;
}
#index .frame .latest-box .box-inner .right dt, #index .frame .pickup-box .box-inner .right dt, .detail .frame .medical-record .medical-record-box .box-inner .right dt,
#index .frame .latest-box .box-inner .right dd,
#index .frame .pickup-box .box-inner .right dd,
.detail .frame .medical-record .medical-record-box .box-inner .right dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2em;
}
#index .frame .latest-box .box-inner .right dt, #index .frame .pickup-box .box-inner .right dt, .detail .frame .medical-record .medical-record-box .box-inner .right dt {
  padding: 5px 10px;
  background: #3c3c3c;
  color: #fff;
}
#index .frame .latest-box .box-inner .right dd, #index .frame .pickup-box .box-inner .right dd, .detail .frame .medical-record .medical-record-box .box-inner .right dd {
  padding-left: 5px;
  color: #3c3c3c;
}
#index .frame .latest-box .box-inner .text, #index .frame .pickup-box .box-inner .text, .detail .frame .medical-record .medical-record-box .box-inner .text {
  text-align: justify;
}
#index .frame .latest-box .right, #index .frame .pickup-box .right, .detail .frame .medical-record .medical-record-box .right {
  width: 144px;
}
#index .frame .latest-box .text, #index .frame .pickup-box .text, .detail .frame .medical-record .medical-record-box .text {
  padding-top: 8px;
  line-height: 1.5;
  font-size: 1.2em;
}

#index .frame .category dl, .detail .frame .contents dl {
  margin-bottom: 20px;
}
#index .frame .category dl:last-child, .detail .frame .contents dl:last-child {
  margin-bottom: 0;
}
#index .frame .category dt, .detail .frame .contents dt {
  margin-bottom: 2px;
}
#index .frame .category ul, .detail .frame .contents ul {
  *zoom: 1;
}
#index .frame .category ul:after, .detail .frame .contents ul:after {
  content: "";
  display: table;
  clear: both;
}
#index .frame .category li, .detail .frame .contents li {
  display: table-cell;
  float: left;
  margin: 4px 4px 0 0;
  background-position: 4px center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
#index .frame .category li:nth-child(4n), .detail .frame .contents li:nth-child(4n) {
  margin-right: 0;
}
#index .frame .category a, .detail .frame .contents a {
  display: table-cell;
  padding-left: 50px;
  width: 102px;
  height: 50px;
  vertical-align: middle;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #2b4182;
}
#index .frame .category .example .unbalance, .detail .frame .contents .example .unbalance {
  background-image: url(../img/record_contents_example_list_unbalance_pic.png);
}
#index .frame .category .example .irregular_surface, .detail .frame .contents .example .irregular_surface {
  background-image: url(../img/record_contents_example_list_irregular_surface_pic.png);
}
#index .frame .category .example .skin_trouble, .detail .frame .contents .example .skin_trouble {
  background-image: url(../img/record_contents_example_list_skin_trouble_pic.png);
}
#index .frame .category .example .drooping, .detail .frame .contents .example .drooping {
  background-image: url(../img/record_contents_example_list_drooping_pic.png);
}
#index .frame .category .example .flaw, .detail .frame .contents .example .flaw {
  background-image: url(../img/record_contents_example_list_flaw_pic.png);
}
#index .frame .category .example .unevenness, .detail .frame .contents .example .unevenness {
  background-image: url(../img/record_contents_example_list_unevenness_pic.png);
}
#index .frame .category .example .pigmentation, .detail .frame .contents .example .pigmentation {
  background-image: url(../img/record_contents_example_list_pigmentation_pic.png);
}
#index .frame .category .example .dandruff, .detail .frame .contents .example .dandruff {
  background-image: url(../img/record_contents_example_list_dandruff_pic.png);
}
#index .frame .category .example .difficult_to_move, .detail .frame .contents .example .difficult_to_move {
  background-image: url(../img/record_contents_example_list_difficult_to_move_pic.png);
}
#index .frame .category .example .groove, .detail .frame .contents .example .groove {
  background-image: url(../img/record_contents_example_list_groove_pic.png);
}
#index .frame .category .example .internal_bleeding, .detail .frame .contents .example .internal_bleeding {
  background-image: url(../img/record_contents_example_list_internal_bleeding_pic.png);
}
#index .frame .category .example .difference, .detail .frame .contents .example .difference {
  background-image: url(../img/record_contents_example_list_difference_pic.png);
}
#index .frame .category .example .edema, .detail .frame .contents .example .edema {
  background-image: url(../img/record_contents_example_list_edema_pic.png);
}
#index .frame .category .example .numbness, .detail .frame .contents .example .numbness {
  background-image: url(../img/record_contents_example_list_numbness_pic.png);
}
#index .frame .category .example .no_change, .detail .frame .contents .example .no_change {
  background-image: url(../img/record_contents_example_list_no_change_pic.png);
}
#index .frame .category .cause .too_aspirated, .detail .frame .contents .cause .too_aspirated {
  background-image: url(../img/record_contents_cause_list_too_aspirated_pic.png);
}
#index .frame .category .cause .poor_design, .detail .frame .contents .cause .poor_design {
  background-image: url(../img/record_contents_cause_list_poor_design_pic.png);
}
#index .frame .category .cause .poor_skill, .detail .frame .contents .cause .poor_skill {
  background-image: url(../img/record_contents_cause_list_poor_skill_pic.png);
}
#index .frame .category .cause .negligence, .detail .frame .contents .cause .negligence {
  background-image: url(../img/record_contents_cause_list_negligence_pic.png);
}
#index .frame .category .cause .miscellaneous, .detail .frame .contents .cause .miscellaneous {
  background-image: url(../img/record_contents_cause_list_miscellaneous_pic.png);
}
#index .frame .category .cause .old_method, .detail .frame .contents .cause .old_method {
  background-image: url(../img/record_contents_cause_list_old_method_pic.png);
}
#index .frame .category .modification .volumeup, .detail .frame .contents .modification .volumeup {
  background-image: url(../img/record_contents_modification_list_volumeup_pic.png);
}
#index .frame .category .modification .volumedown, .detail .frame .contents .modification .volumedown {
  background-image: url(../img/record_contents_modification_list_volumedown_pic.png);
}
#index .frame .category .modification .tightening, .detail .frame .contents .modification .tightening {
  background-image: url(../img/record_contents_modification_list_tightening_pic.png);
}

#result .result-item {
  padding: 15px 12px 15px 15px;
}
#result .result-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.45);
}
#result .result-item .item-inner {
  position: relative;
  min-height: 70px;
}
#result .result-item .title {
  margin-left: 140px;
  padding-bottom: 1em;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
#result .result-item .title a {
  font-weight: bold;
  color: #2b4182;
}
#result .result-item .title a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#result .result-item .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#result .result-item .attr {
  *zoom: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
#result .result-item .attr:after {
  content: "";
  display: table;
  clear: both;
}
#result .result-item .attr-item {
  float: right;
  margin-left: 8px;
  line-height: 1.3;
}
#result .result-item .cat {
  color: #636363;
}
#result .result-item .cat-list,
#result .result-item .cat-item {
  display: inline;
}
#result .result-item .cat-list {
  margin: 0 -3px;
}
#result .result-item .cat-item {
  margin-left: -2px;
  white-space: nowrap;
}
#result .result-item .cat-item::before {
  content: '・';
}
#result .result-item .cat-item.first {
  margin-left: 0;
}
#result .result-item .cat-item.first::before {
  content: none;
}
#result .result-item .cat-item a {
  color: #636363;
}
#result .result-item .cat-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: underline;
}
#result .result-item .time {
  position: relative;
  color: #636363;
}
#result .result-item .time.new {
  padding-left: 42px;
}
#result .result-item .time.new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 11px;
  background: url(../img/record_latest_new.png) left top no-repeat;
}

.frame .box-title,
.frame .box-inner {
  background: rgba(255, 255, 255, 0.35);
}
.frame .box-title {
  border-radius: 0;
  padding: 22px 0 22px 34px;
  border-top: 1px solid #8099CE;
  border-bottom: 1px solid #8099CE;
  border-left: 6px solid #8099CE;
  font-size: 1.6em;
  font-weight: bold;
  color: #3c3c3c;
}
.frame .box-title .en {
  position: relative;
  bottom: 2px;
  margin-left: 16px;
  font-size: 0.625em;
  color: #8a8a8a;
}
.frame .box-inner {
  *zoom: 1;
  padding: 40px 40px 50px;
}
.frame .box-inner:after {
  content: "";
  display: table;
  clear: both;
}
.frame .box-inner .link {
  clear: both;
  padding-top: 24px;
  text-align: right;
}
.frame .box-inner .link a {
  color: #8099ce;
}

.m-form {
  position: relative;
  margin-top: 100px;
  padding: 20px 16px 10px;
  border: 4px solid rgba(128, 153, 206, 0.3);
  background: rgba(255, 255, 255, 0.45);
}
.m-form dt {
  font-size: 1.6em;
  font-weight: bold;
  color: #2b4182;
}
.m-form .form-list {
  *zoom: 1;
  position: relative;
  z-index: 1;
  margin-top: 14px;
}
.m-form .form-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-form .form-item {
  float: left;
  margin-right: 4px;
}
.m-form .form-item:last-child {
  margin-right: 0;
}
.m-form .mail {
  background: url(../img/main_form_mail_bg.gif) left top no-repeat;
}
.m-form .pmail {
  background: url(../img/main_form_pmail_bg.gif) left top no-repeat;
}
.m-form .counseling {
  background: url(../img/main_form_counseling_bg.gif) left top no-repeat;
}

.pager {
  float: right;
  margin-right: 6px;
}
.pager.first {
  margin-bottom: 10px;
}
.pager.last {
  margin-top: 10px;
}
.pager dl {
  *zoom: 1;
}
.pager dl:after {
  content: "";
  display: table;
  clear: both;
}
.pager dt,
.pager dd,
.pager .next,
.pager ol,
.pager li {
  float: left;
}
.pager dt {
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 1em;
  color: #636363;
}
.pager dt span {
  margin-right: 3px;
  font-size: 1.2em;
  font-weight: bold;
  color: #e07d8b;
}
.pager dd,
.pager ol {
  *zoom: 1;
}
.pager dd:after,
.pager ol:after {
  content: "";
  display: table;
  clear: both;
}
.pager li {
  float: left;
  margin-right: 1px;
}
.pager li a,
.pager li span {
  font-size: 1.2em;
}
.pager li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: underline;
}
.pager li span {
  display: table-cell;
  padding: 0 4px;
  min-width: 12px;
  height: 20px;
  background: #334885;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.pager .last {
  position: relative;
  margin-right: 0;
  margin-left: 20px;
}
.pager .last::before {
  content: '…';
  position: absolute;
  top: -3px;
  left: -16px;
  line-height: 20px;
  font-weight: bold;
}
.pager .now {
  background: #7e8fb5;
}
.pager .now span {
  display: table-cell;
  padding: 0 4px;
  min-width: 12px;
  height: 20px;
  background: #334885;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.pager .next,
.pager .prev {
  display: inline-block;
  float: left;
}
.pager .next a,
.pager .prev a {
  display: table-cell;
  padding: 0 4px;
  min-width: 12px;
  height: 20px;
  background: #334885;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.pager .next a:hover,
.pager .prev a:hover {
  text-decoration: underline;
}
.pager .next {
  margin-left: 3px;
}
.pager .next img {
  position: relative;
  top: 3px;
  left: 1px;
}
.pager .prev {
  margin-right: 3px;
}
.pager .prev img {
  position: relative;
  top: 3px;
  right: 1px;
}

/*--------------------------
トビラ
--------------------------*/
#index #main > .title {
  margin-top: -9px;
}
#index .frame .latest-item {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
#index .frame .latest-item:nth-child(2), #index .frame .latest-item:nth-child(3) {
  margin-top: 0;
}
#index .frame .latest-item:nth-child(odd) {
  margin-right: 0;
}
#index .frame .latest-box .box-title {
  padding-right: 26px;
}
#index .frame .main {
  float: none;
  margin: 0 0 10px;
  width: auto;
}
#index .frame .main .latest-box-title {
  display: table-cell;
  padding: 0 26px 0 90px;
  width: 620px;
  height: 80px;
  background: url(../img/record_index_latest_main_bg.gif) left top no-repeat rgba(128, 153, 206, 0.4);
  line-height: 1.2777777778;
  font-size: 1.8em;
}
#index .frame .main .latest-box-title .num {
  position: absolute;
  top: 26px;
  left: 0;
  width: 75px;
  text-align: center;
  font-size: 0.7777777778em;
  color: #fff;
}
#index .frame .main .latest-box-title .num em {
  padding: 0 2px;
  font-size: 1.4285714286em;
}
#index .frame .main .latest-box-title .time {
  top: 13px;
  right: 15px;
}
#index .frame .main .latest-box .box-inner .pic {
  width: 210px;
  height: 123px;
}
#index .frame .main .right {
  width: 368px;
}
#index .frame .main .text {
  padding: 0;
  line-height: 1.5714285714;
  font-size: 1.4em;
}
#index .frame .form legend {
  display: none;
}
#index .frame .form dl {
  *zoom: 1;
}
#index .frame .form dl:after {
  content: "";
  display: table;
  clear: both;
}
#index .frame .form dt,
#index .frame .form dd {
  float: left;
}
#index .frame .form dt input {
  padding: 13px 15px;
  width: 401px;
  height: 12px;
  border: 2px solid #8099ce;
  border-right: none;
  font-size: 1.4em;
  color: #636363;
}
#index .frame .form dd input {
  display: block;
}
#index .frame .form dd input :hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: opacity 0.15s linear;
}
#index .frame .form dt input {
  width: 461px;
}
#index .frame .keyword {
  margin-top: 14px;
  border: 1px solid #7099bc;
}
#index .frame .keyword .title {
  border-radius: 0;
  margin: 0;
  padding: 6px 8px;
  background: #8099ce;
  font-size: 1.2em;
  color: #f7f8f8;
}
#index .frame .keyword .keyword-list {
  padding: 10px 18px;
}
#index .frame .keyword .keyword-item {
  display: inline;
  line-height: 1;
  white-space: nowrap;
}
#index .frame .keyword .keyword-item a {
  margin: 0 5px;
  line-height: 1.5;
  color: #25557e;
}
#index .frame .keyword .keyword-item .no1,
#index .frame .keyword .keyword-item .no4 {
  font-size: 1.6em;
}
#index .frame .keyword .keyword-item .no2,
#index .frame .keyword .keyword-item .no6 {
  font-size: 2em;
  font-weight: bold;
}
#index .frame .keyword .keyword-item .no3,
#index .frame .keyword .keyword-item .no5 {
  font-size: 2.6em;
  font-weight: bold;
}
#index .frame .pickup-list {
  *zoom: 1;
}
#index .frame .pickup-list:after {
  content: "";
  display: table;
  clear: both;
}
#index .frame .pickup-item {
  float: left;
  margin: 0 10px 10px 0;
}
#index .frame .pickup-item:nth-child(3n) {
  margin-right: 0;
}
#index .frame .pickup-box {
  width: 200px;
}
#index .frame .pickup-box .box-inner {
  padding: 0;
}
#index .frame .pickup-box .box-inner .pic {
  overflow: hidden;
  width: 200px;
  height: 117px;
}
#index .frame .pickup-box .box-title {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#index .frame .catlist dl {
  margin-bottom: 6px;
}
#index .frame .catlist dl dt,
#index .frame .catlist dl dd {
  display: table-cell;
  vertical-align: middle;
}
#index .frame .catlist dl dt {
  width: 120px;
  background: #8099CE;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #fff;
}
#index .frame .catlist dl dt a {
  display: block;
  color: #fff;
}
#index .frame .catlist dl dt span {
  font-size: 0.8571428571em;
}
#index .frame .catlist dl dd ul {
  *zoom: 1;
}
#index .frame .catlist dl dd ul:after {
  content: "";
  display: table;
  clear: both;
}
#index .frame .catlist dl dd ul li {
  float: left;
  margin: 2px 0 0 4px;
  background: rgba(255, 255, 255, 0.5);
}
#index .frame .catlist dl dd ul li a {
  display: table-cell;
  padding-left: 8px;
  width: 88px;
  height: 60px;
  vertical-align: middle;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #3c3c3c;
}
#index .frame .catlist dl dd ul li a span {
  display: block;
  margin-top: 2px;
  line-height: 1.3333333333;
  font-size: 0.8333333333em;
}
#index .frame .catlist dl dd ul li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#index .frame .catlist dl dd ul li:first-child, #index .frame .catlist dl dd ul li:nth-child(2), #index .frame .catlist dl dd ul li:nth-child(3), #index .frame .catlist dl dd ul li:nth-child(4), #index .frame .catlist dl dd ul li:nth-child(5) {
  margin-top: 0;
}
#index .frame .catlist dl:last-child {
  margin-bottom: 0;
}
#index .frame .category .box-inner {
  padding-top: 24px;
}

/*--------------------------
詳細
--------------------------*/
.detail #main > .title {
  margin-top: -22px;
}
.detail .frame .record-box {
  position: relative;
  background: rgba(255, 255, 255, 0.35);
}
.detail .frame .record-box-title {
  position: absolute;
  top: 200px;
  z-index: 100;
  width: 700px;
  height: 70px;
  background: url(../img/record_detail_record-box-title_bg.png) left top no-repeat rgba(255, 255, 255, 0.5);
}
.detail .frame .record-box-title .number,
.detail .frame .record-box-title .title {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}
.detail .frame .record-box-title .number {
  width: 90px;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
}
.detail .frame .record-box-title .num {
  padding: 0 2px;
  font-size: 1.1111111111em;
}
.detail .frame .record-box-title .title {
  padding-left: 20px;
}
.detail .frame .record-box-title .title-text {
  line-height: 1.4;
  font-size: 2em;
  font-weight: bold;
  color: #2b4182;
}
.detail .frame .record-box-inner {
  *zoom: 1;
  position: relative;
  padding: 0 0 40px;
}
.detail .frame .record-box-inner:after {
  content: "";
  display: table;
  clear: both;
}
.detail .frame .record-box-inner .attr {
  *zoom: 1;
  padding: 19px 21px 19px 0;
}
.detail .frame .record-box-inner .attr:after {
  content: "";
  display: table;
  clear: both;
}
.detail .frame .record-box-inner .attr-item {
  float: right;
  margin-left: 8px;
}
.detail .frame .record-box-inner .time {
  position: relative;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #636363;
}
.detail .frame .record-box-inner .time.new {
  padding-left: 42px;
}
.detail .frame .record-box-inner .time.new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 11px;
  background: url(../img/record_latest_new.png) left top no-repeat;
}
.detail .frame .record-box-inner .category {
  font-size: 12px;
  font-weight: bold;
  color: #636363;
}
.detail .frame .record-box-inner .category-list,
.detail .frame .record-box-inner .category-item {
  display: inline;
}
.detail .frame .record-box-inner .category-list {
  margin-right: -3px;
}
.detail .frame .record-box-inner .category-item {
  margin-left: -3px;
}
.detail .frame .record-box-inner .category-item a {
  font-weight: bold;
  color: #636363;
}
.detail .frame .record-box-inner .category-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: underline;
}
.detail .frame .record-box-inner .category-item::after {
  content: '・';
}
.detail .frame .record-box-inner .category-item:last-child::after {
  content: '';
}
.detail .frame .record-box-inner .lead {
  margin-bottom: 20px;
  padding: 17px 40px;
  background: rgba(128, 153, 206, 0.2);
}
.detail .frame .record-box-inner .lead .text {
  margin: 0;
  line-height: 2;
  font-size: 1.6em;
}
.detail .frame .record-box-inner .inquiry {
  position: relative;
  float: right;
  margin-top: 66px;
  padding: 14px 96px 7px 17px;
  border: 3px solid rgba(43, 65, 130, 0.3);
  background: rgba(255, 255, 255, 0.45);
}
.detail .frame .record-box-inner .inquiry::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 110px;
  height: 142px;
  background: url(../img/record_frame_inquiry_bg.png) left top no-repeat;
}
.detail .frame .record-box-inner .inquiry dt {
  margin-bottom: 11px;
  font-size: 1.4em;
  color: #2b4182;
}
.detail .frame .record-box-inner .inquiry dd {
  position: relative;
  z-index: 10;
  background: url(../img/record_frame_inquiry_mail_h.gif) left top no-repeat;
}
.detail .frame .record-body h2,
.detail .frame .record-body h3,
.detail .frame .record-body h4 {
  clear: both;
}
.detail .frame .record-body h2,
.detail .frame .record-body h4 {
  font-weight: bold;
}
.detail .frame .record-body h2 {
  margin-bottom: 34px;
  padding: 11px 40px 11px 34px;
  border-top: 1px solid #8099CE;
  border-bottom: 1px solid #8099CE;
  border-left: 6px solid #8099CE;
  line-height: 1.4;
  font-size: 2em;
  color: #2b4182;
}
.detail .frame .record-body h3 {
  margin: 40px 40px 24px;
  padding: 8px 10px;
  background: #7f98cd;
  line-height: 1.25;
  font-size: 2em;
  color: #fff;
}
.detail .frame .record-body h4 {
  margin: 30px 40px 24px;
  padding: 0 7px 6px;
  border-bottom: 1px solid #2b4182;
  line-height: 1;
  font-size: 2em;
  color: #2b4182;
}
.detail .frame .record-body p {
  margin: 24px 40px;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #3C3C3C;
}
.detail .frame .record-body p strong {
  background: url(../img/example_details_symptom_lead_marker.png) left bottom repeat-x;
}
.detail .frame .record-body ul {
  margin: 24px 40px;
}
.detail .frame .record-body li {
  padding-left: 20px;
  background: url(../img/record_list_icon.png) left 3px no-repeat;
  line-height: 1.4285714286;
  font-size: 1.4em;
}
.detail .frame .record-body .pic {
  margin-top: 6px;
  margin-bottom: 6px;
}
.detail .frame .record-body .pic.right {
  float: right;
  margin-bottom: 24px;
  margin-left: 30px;
}
.detail .frame .record-body .pic.left {
  float: left;
  margin-right: 30px;
  margin-bottom: 24px;
}
.detail .frame .record-body img.full {
  width: 100%;
}
.detail .frame .record-body img.right {
  float: right;
  padding: 0 0 15px 20px;
  width: 280px;
}
.detail .frame .record-body img.left {
  float: left;
  padding: 0 20px 15px 0;
  width: 280px;
}
.detail .frame .record-body dl {
  float: right;
  padding: 0 40px 10px 20px;
  width: 280px;
}
.detail .frame .record-body dl dt {
  padding: 0 0 5px;
}
.detail .frame .record-body dl dt img {
  width: 100%;
}
.detail .frame .record-body dl dt img.right, .detail .frame .record-body dl dt img.left {
  float: none;
  padding: 0;
}
.detail .frame .record-body dl dd {
  line-height: 1.25;
  font-size: 12px;
}
.detail .frame .record-body .summary {
  clear: both;
  padding-top: 62px;
}
.detail .frame .record-body .summary ul {
  margin: 0;
}
.detail .frame .record-body .summary ul li {
  margin: 5px 0 0;
  font-size: 14px;
  color: #3C3C3C;
}
.detail .frame .record-body .summary ul li:first-child {
  margin-top: 0;
}
.detail .frame .record-body .summary dt {
  display: none;
}
.detail .frame .record-body .summary dd {
  display: inline;
  font-weight: bold;
}
.detail .frame .record-body .summary dl {
  position: relative;
  float: none;
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding: 14px 20px 14px 100px;
  width: auto;
  border: 1px solid #a2b5d5;
  border-top-width: 15px;
}
.detail .frame .record-body .summary dl::before {
  content: '';
  position: absolute;
  top: -52px;
  left: -1px;
  width: 92px;
  height: 92px;
  background: url(../img/record_detail_summary_bg.png) left top no-repeat;
}
.detail .frame .record-body .keyword {
  clear: both;
  float: none;
  margin: 10px 40px 0;
  padding: 0;
  width: auto;
  border: 2px solid rgba(43, 65, 130, 0.3);
  background: rgba(255, 255, 255, 0.45);
}
.detail .frame .record-body .keyword dt,
.detail .frame .record-body .keyword dd {
  display: table-cell;
  vertical-align: middle;
}
.detail .frame .record-body .keyword dt {
  padding-bottom: 0;
  padding-left: 23px;
  width: 123px;
  font-size: 1.4em;
  color: #2b4182;
}
.detail .frame .record-body .keyword dd {
  padding-top: 5px;
}
.detail .frame .record-body .keyword dd ul {
  *zoom: 1;
  margin: 0;
}
.detail .frame .record-body .keyword dd ul:after {
  content: "";
  display: table;
  clear: both;
}
.detail .frame .record-body .keyword dd li {
  float: left;
  padding: 0 3px 5px 0;
}
.detail .frame .record-body .keyword dd li a {
  display: block;
  padding: 0 1em;
  min-width: 43px;
  height: 32px;
  background: #8099CE;
  text-align: center;
  line-height: 2.6666666667;
  font-size: 12px;
  color: #FFF;
}
.detail .frame .record-body .keyword dd li:last-child {
  padding-right: 0;
}
.detail .frame .social-list {
  float: right;
  margin-top: 10px;
  margin-right: 50px;
}
.detail .frame .social-item {
  float: left;
  margin-left: 10px;
}
.detail .frame .social-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.detail .frame .medical-record .box-title,
.detail .frame .medical-record .box-inner {
  background-color: rgba(128, 153, 206, 0.2);
}
.detail .frame .medical-record .box-inner {
  *zoom: 1;
  padding: 40px;
}
.detail .frame .medical-record .box-inner:after {
  content: "";
  display: table;
  clear: both;
}
.detail .frame .medical-record .medical-record-box {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.detail .frame .medical-record .medical-record-box:nth-child(even) {
  margin-right: 0;
}
.detail .frame .medical-record .medical-record-box:nth-child(1), .detail .frame .medical-record .medical-record-box:nth-child(2) {
  margin-top: 0;
}
.detail .frame .contents .box-inner {
  padding: 24px 40px 40px;
}
.detail .frame .page-list {
  *zoom: 1;
  margin-top: 10px;
}
.detail .frame .page-list:after {
  content: "";
  display: table;
  clear: both;
}
.detail .frame .page-list .page-item a {
  display: block;
  padding-bottom: 5px;
  width: 222px;
  max-height: 53px;
  background: rgba(128, 153, 206, 0.2);
  text-decoration: none;
  font-size: 1.2em;
  color: #8099ce;
}
.detail .frame .page-list .page-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.detail .frame .page-list .page-item dt {
  padding: 4px 0 4px 30px;
  background: url(../img/record_page-list_arrow.gif) left top no-repeat rgba(255, 255, 255, 0.85);
}
.detail .frame .page-list .page-item dd {
  padding: 6px 8px 0 30px;
  line-height: 1.1666666667;
}
.detail .frame .page-list .page-item.left {
  float: left;
}
.detail .frame .page-list .page-item.right {
  float: right;
}
.detail .frame .page-list .page-item.right dt {
  padding: 4px 30px 4px 0;
  background: url(../img/record_page-list_arrow2.gif) right top no-repeat rgba(255, 255, 255, 0.85);
  text-align: right;
}
.detail .frame .page-list .page-item.right dd {
  padding: 6px 30px 0 8px;
  text-align: right;
}

/*--------------------------
カテゴリー一覧
--------------------------*/
#category #main > .title {
  border-radius: 6px 6px 0 0;
  padding: 7px 0 6px;
  background-color: #8099CE;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #FFF;
}
#category .box-title {
  padding: 30px 0 30px 40px;
  border: none;
  background: rgba(10, 32, 105, 0.8);
  font-size: 2.8em;
  font-weight: normal;
  color: #fff;
}
#category .box-inner {
  padding: 40px;
  background: rgba(255, 255, 255, 0.35);
}
#category .category-box .list .item {
  margin-bottom: 10px;
}
#category .category-box .list .item:last-child {
  margin-bottom: 0;
}
#category .category-box .list .item-box {
  *zoom: 1;
}
#category .category-box .list .item-box:after {
  content: "";
  display: table;
  clear: both;
}
#category .category-box .list .item-box dt,
#category .category-box .list .item-box dd {
  display: table-cell;
}
#category .category-box .list .item-box dt {
  width: 120px;
  background: #8099CE;
  vertical-align: middle;
  text-align: center;
}
#category .category-box .list .item-box dt a {
  display: block;
  padding-top: 24px;
  min-height: 130px;
  color: #fff;
}
#category .category-box .list .item-box dt a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#category .category-box .list .item-box dt img {
  margin-bottom: 12px;
}
#category .category-box .list .item-box dt span {
  display: block;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #fff;
}
#category .category-box .list .item-box ul li a {
  display: block;
  position: relative;
  padding: 26px 26px 23px;
  width: 448px;
  background: url(../img/record_list_item_bg.png) 8px 6px no-repeat;
  color: #636363;
}
#category .category-box .list .item-box ul li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#category .category-box .list .item-box ul li:nth-child(odd) a {
  background-color: rgba(255, 255, 255, 0.45);
}
#category .category-box .list .qa-box dt,
#category .category-box .list .qa-box dd {
  display: block;
}
#category .category-box .list .qa-box dt {
  width: auto;
  min-height: 0;
  background: none;
  vertical-align: inherit;
  text-align: inherit;
  line-height: 1.2857142857;
  font-size: 1.4em;
  font-weight: bold;
  color: inherit;
}
#category .category-box .list .qa-box dd {
  position: absolute;
  top: 8px;
  right: 40px;
}
#category .category-box .list .qa-box dd.update.new {
  padding-left: 42px;
  background: url(../img/record_latest_new.png) left top no-repeat;
}
#category .category-box .list .link {
  padding: 14px 0;
  text-align: right;
}
#category .category-box .list .link a {
  color: #8099CE;
}

/*--------------------------
新着ー一覧
--------------------------*/
#latest #main > .title {
  border-radius: 6px 6px 0 0;
  padding: 7px 0 6px;
  background-color: #8099CE;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #FFF;
}
#latest .box-title {
  padding: 30px 0 30px 40px;
  border: none;
  background: rgba(10, 32, 105, 0.8);
  font-size: 2.8em;
  font-weight: normal;
  color: #fff;
}
#latest .box-inner {
  background: rgba(255, 255, 255, 0.35);
}
#latest .latest-list {
  clear: both;
}
#latest .latest-item {
  padding: 15px 12px 15px 15px;
}
#latest .latest-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.45);
}
#latest .latest-item .item-inner {
  position: relative;
  min-height: 70px;
}
#latest .latest-item .title {
  margin-left: 140px;
  padding-bottom: 1em;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
#latest .latest-item .title a {
  font-weight: bold;
  color: #2b4182;
}
#latest .latest-item .title a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#latest .latest-item .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  width: 120px;
  height: 70px;
}
#latest .latest-item .pic img {
  width: 100%;
}
#latest .latest-item .attr {
  *zoom: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
#latest .latest-item .attr:after {
  content: "";
  display: table;
  clear: both;
}
#latest .latest-item .attr-item {
  float: right;
  margin-left: 8px;
  line-height: 1.3;
}
#latest .latest-item .cat {
  color: #636363;
}
#latest .latest-item .cat-list,
#latest .latest-item .cat-item {
  display: inline;
}
#latest .latest-item .cat-list {
  margin: 0 -3px;
}
#latest .latest-item .cat-item {
  margin-left: -2px;
  white-space: nowrap;
}
#latest .latest-item .cat-item::before {
  content: '・';
}
#latest .latest-item .cat-item.first {
  margin-left: 0;
}
#latest .latest-item .cat-item.first::before {
  content: none;
}
#latest .latest-item .cat-item a {
  color: #636363;
}
#latest .latest-item .cat-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-decoration: underline;
}
#latest .latest-item .time {
  position: relative;
  color: #636363;
}
#latest .latest-item .time.new {
  padding-left: 42px;
}
#latest .latest-item .time.new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 11px;
  background: url(../img/record_latest_new.png) left top no-repeat;
}

/*--------------------------
ジャンルー一覧
--------------------------*/
#genre #main > .title {
  border-radius: 6px 6px 0 0;
  padding: 7px 0 6px;
  background-color: #8099CE;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #FFF;
}
#genre .box-title {
  padding: 30px 0 30px 40px;
  border: none;
  background: rgba(10, 32, 105, 0.8);
  font-size: 2.8em;
  font-weight: normal;
  color: #fff;
}
#genre .box-inner {
  background: rgba(255, 255, 255, 0.35);
}
#genre .genre-list {
  clear: both;
}
#genre .genre-item {
  padding: 15px 12px 15px 15px;
}
#genre .genre-item:nth-child(odd) {
  background: rgba(255, 255, 255, 0.45);
}
#genre .genre-item .item-inner {
  position: relative;
  min-height: 70px;
}
#genre .genre-item .title {
  margin-left: 140px;
  padding-bottom: 1em;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
#genre .genre-item .title a {
  font-weight: bold;
  color: #2b4182;
}
#genre .genre-item .title a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#genre .genre-item .pic {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  width: 120px;
  height: 70px;
}
#genre .genre-item .pic img {
  width: 100%;
}
#genre .genre-item .attr {
  *zoom: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
#genre .genre-item .attr:after {
  content: "";
  display: table;
  clear: both;
}
#genre .genre-item .attr-item {
  float: right;
  margin-left: 8px;
  line-height: 1.3;
}
#genre .genre-item .cat {
  color: #636363;
}
#genre .genre-item .cat-list,
#genre .genre-item .cat-item {
  display: inline;
}
#genre .genre-item .cat-list {
  margin: 0 -3px;
}
#genre .genre-item .cat-item {
  margin-left: -2px;
  white-space: nowrap;
}
#genre .genre-item .cat-item::before {
  content: '・';
}
#genre .genre-item .cat-item.first {
  margin-left: 0;
}
#genre .genre-item .cat-item.first::before {
  content: none;
}
#genre .genre-item .cat-item a {
  color: #636363;
}
#genre .genre-item .cat-item a > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#genre .genre-item .time {
  position: relative;
  color: #636363;
}
#genre .genre-item .time.new {
  padding-left: 42px;
}
#genre .genre-item .time.new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 11px;
  background: url(../img/record_latest_new.png) left top no-repeat;
}

/*--------------------------
検索結果
--------------------------*/
#result #main > .title {
  border-radius: 6px 6px 0 0;
  padding: 7px 0 6px;
  background-color: #8099CE;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #FFF;
}
#result .box-title {
  padding: 30px 0 30px 40px;
  border: none;
  background: rgba(10, 32, 105, 0.8);
  font-size: 1.8em;
  font-weight: normal;
  color: #fff;
}
#result .box-title .keyword {
  margin: 0;
  border: none;
  font-size: 1.5555555556em;
}
#result .box-title .keyword strong {
  color: #e07d8b;
}
#result .box-title em {
  color: #e07d8b;
}
#result .box-inner {
  background: rgba(255, 255, 255, 0.35);
}
#result .box-inner .search {
  margin-bottom: 40px;
}
#result .box-inner .form legend {
  display: none;
}
#result .box-inner .form dl {
  *zoom: 1;
}
#result .box-inner .form dl:after {
  content: "";
  display: table;
  clear: both;
}
#result .box-inner .form dt,
#result .box-inner .form dd {
  float: left;
}
#result .box-inner .form dt input {
  padding: 13px 15px;
  width: 401px;
  height: 12px;
  border: 2px solid #8099ce;
  border-right: none;
  font-size: 1.4em;
  color: #636363;
}
#result .box-inner .form dd input {
  display: block;
}
#result .box-inner .form dd input :hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: opacity 0.15s linear;
}
#result .box-inner .form dt input {
  width: 461px;
}
#result .box-inner .keyword {
  margin-top: 14px;
  border: 1px solid #7099bc;
}
#result .box-inner .keyword .title {
  border-radius: 0;
  margin: 0;
  padding: 6px 8px;
  background: #8099ce;
  font-size: 1.2em;
  color: #f7f8f8;
}
#result .box-inner .keyword .keyword-list {
  padding: 10px 18px;
}
#result .box-inner .keyword .keyword-item {
  display: inline;
  line-height: 1;
  white-space: nowrap;
}
#result .box-inner .keyword .keyword-item a {
  margin: 0 5px;
  line-height: 1.5;
  color: #25557e;
}
#result .box-inner .keyword .keyword-item .no1,
#result .box-inner .keyword .keyword-item .no4 {
  font-size: 1.6em;
}
#result .box-inner .keyword .keyword-item .no2,
#result .box-inner .keyword .keyword-item .no6 {
  font-size: 2em;
  font-weight: bold;
}
#result .box-inner .keyword .keyword-item .no3,
#result .box-inner .keyword .keyword-item .no5 {
  font-size: 2.6em;
  font-weight: bold;
}
#result .result-list {
  clear: both;
}
#result .result-item .title {
  position: relative;
  margin-bottom: 9px;
  padding: 0 110px 6px 0;
  border-bottom: 1px solid #7f98cd;
}
#result .result-item .pic {
  overflow: hidden;
  width: 120px;
  height: 80px;
}
#result .result-item .pic img {
  width: 100%;
}
#result .result-item .text {
  margin: 0 0 9px 140px;
  line-height: 1.4285714286;
  font-size: 1.4em;
}
#result .result-item .attr {
  position: static;
}
#result .result-item .time {
  position: absolute;
  top: 3px;
  right: 0;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: right;
  width: 230px;
}
#sub .s-contents {
  margin-top: 40px;
}
#sub .s-contents:first-child {
  margin-top: 0;
}
#sub .box .title {
  background: #8099ce;
  text-align: center;
}
#sub .box .title a {
  display: block;
  padding: 21px 0 11px;
}
#sub .title a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sub .keyword .title {
  padding: 21px 0 11px;
}
#sub .info .title {
  padding: 6px 0 6px 15px;
  background-color: #394c87;
}
#sub .info .s-form {
  *zoom: 1;
  position: relative;
  padding: 15px 6px 6px;
  border: 4px solid rgba(10, 32, 105, 0.3);
  background: url(../img/sub_info_form_bg.png) 102px 2px no-repeat rgba(255, 255, 255, 0.45);
}
#sub .info .s-form:after {
  content: "";
  display: table;
  clear: both;
}
#sub .info .s-form dt {
  padding-left: 5px;
}
#sub .info .s-form .text {
  padding: 7px 105px 5px 5px;
  line-height: 1.4;
}
#sub .info .s-form .link {
  position: absolute;
  top: 120px;
  right: 6px;
}
#sub .info .s-form .link a {
  color: #8099ce;
}
#sub .info .s-form .form-list .mail {
  background: url(../img/sub_form_mail_bg.gif) left top no-repeat;
}
#sub .info .s-form .form-list .pmail {
  background: url(../img/sub_form_pmail_bg.gif) left top no-repeat;
}
#sub .info .s-form .form-list .counseling {
  background: url(../img/sub_form_counseling_bg.gif) left top no-repeat;
}
#sub .info .s-form .form-item {
  margin-bottom: 4px;
}
#sub .info .s-form .form-item:last-child {
  margin-bottom: 0;
}
#sub .liposuction p {
  background: #fff;
}
#sub .liposuction a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#sub .s-banner-list {
  margin-top: 20px;
}
#sub .s-banner-item {
  margin-top: 20px;
}
#sub .s-banner-item a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#sub .latest .list .item {
  position: relative;
  background: rgba(255, 255, 255, 0.4);
}
#sub .latest .list .item:nth-child(even) {
  background: rgba(128, 153, 206, 0.15);
}
#sub .latest .list a {
  display: block;
  padding: 25px 25px 10px;
  background: url(../img/sub_latest_item_bg.png) 8px 5px no-repeat;
  color: #3c3c3c;
}
#sub .latest .list a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sub .latest .list dl dt {
  line-height: 1.5;
  font-size: 1.2em;
}
#sub .latest .list dl dd {
  position: absolute;
  top: 7px;
  right: 11px;
}
#sub .latest .link {
  margin: 14px 0 4px;
  text-align: right;
}
#sub .latest .link a {
  color: #8099ce;
}
#sub .update {
  font-size: 0.8333333333em;
  color: #636363;
}
#sub .update.new {
  position: relative;
}
#sub .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -30px;
  width: 24px;
  height: 7px;
  background: url(../img/icon_new.png) left top no-repeat;
}
#sub .keyword .period {
  background-color: rgba(128, 153, 206, 0.7);
  text-align: center;
  line-height: 2;
  font-size: 1.2em;
  color: #fff;
}
#sub .keyword .list {
  *zoom: 1;
}
#sub .keyword .list:after {
  content: "";
  display: table;
  clear: both;
}
#sub .keyword .list li {
  background: rgba(255, 255, 255, 0.4);
}
#sub .keyword .list li:nth-child(even) {
  background: rgba(128, 153, 206, 0.15);
}
#sub .keyword .list li:nth-child(8) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#sub .keyword .list li:nth-child(9) {
  background: rgba(128, 153, 206, 0.15);
}
#sub .keyword .list li:last-child {
  background: rgba(255, 255, 255, 0.4);
}
#sub .keyword .list li a {
  display: block;
  text-align: center;
}
#sub .keyword .list li:nth-child(1) a {
  background: url(../img/sub_keyword_list_bg1.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(2) a {
  background: url(../img/sub_keyword_list_bg2.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(3) a {
  background: url(../img/sub_keyword_list_bg3.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(4) a {
  background: url(../img/sub_keyword_list_bg4.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(5) a {
  background: url(../img/sub_keyword_list_bg5.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(6) a {
  background: url(../img/sub_keyword_list_bg6.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(7) a {
  background: url(../img/sub_keyword_list_bg7.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(8) a {
  background: url(../img/sub_keyword_list_bg8.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(9) a {
  background: url(../img/sub_keyword_list_bg9.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(10) a {
  background: url(../img/sub_keyword_list_bg10.png) 11px 6px no-repeat;
  line-height: 3.25;
  font-size: 1.4em;
  font-weight: bold;
  color: #3c3c3c;
}
#sub .keyword .list li:nth-child(4) a {
  background: url(../img/sub_keyword_list_bg4.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(5) a {
  background: url(../img/sub_keyword_list_bg5.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(6) a {
  background: url(../img/sub_keyword_list_bg6.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(7) a {
  background: url(../img/sub_keyword_list_bg7.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(8) a {
  background: url(../img/sub_keyword_list_bg8.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(9) a {
  background: url(../img/sub_keyword_list_bg9.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(10) a {
  background: url(../img/sub_keyword_list_bg10.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(7) {
  float: left;
  width: 50%;
}
#sub .keyword .list li:nth-child(7) a {
  background: url(../img/sub_keyword_list_bg7.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(8) {
  float: left;
  width: 50%;
}
#sub .keyword .list li:nth-child(8) a {
  background: url(../img/sub_keyword_list_bg8.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(9) {
  float: left;
  width: 50%;
}
#sub .keyword .list li:nth-child(9) a {
  background: url(../img/sub_keyword_list_bg9.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .keyword .list li:nth-child(10) {
  float: left;
  width: 50%;
}
#sub .keyword .list li:nth-child(10) a {
  background: url(../img/sub_keyword_list_bg10.png) 16px 9px no-repeat;
  line-height: 2.5;
  font-size: 1.2em;
  color: #636363;
}
#sub .record ul {
  background-color: rgba(255, 255, 255, 0.4);
}
#sub .record ul li a {
  display: block;
  color: #3c3c3c;
}
#sub .record ul li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#sub .record ul li dl {
  *zoom: 1;
}
#sub .record ul li dl:after {
  content: "";
  display: table;
  clear: both;
}
#sub .record ul li .left {
  float: left;
  padding: 4px 0;
  width: 96px;
  background-color: rgba(128, 153, 206, 0.8);
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
#sub .record ul li .right {
  float: right;
  padding: 6px 0;
  width: 134px;
  background-color: rgba(128, 153, 206, 0.45);
  text-align: right;
}
#sub .record ul li .right .update {
  display: inline;
  padding-right: 5px;
}
#sub .record ul li .pic {
  float: left;
  width: 96px;
}
#sub .record ul li .pic img {
  width: 100%;
}
#sub .record ul li .text {
  float: left;
  padding: 8px 10px;
  width: 114px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .record .link {
  margin: 14px 0 4px;
  text-align: right;
}
#sub .record .link a {
  color: #8099ce;
}
#sub .firstone p {
  background: #fff;
}
#sub .firstone a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#sub .menu .title {
  background: #8099CE;
  text-align: center;
}
#sub .menu-item:nth-child(even) > a,
#sub .menu-item:nth-child(even) .title {
  background-color: rgba(128, 153, 206, 0.15);
}
#sub .menu-item:nth-child(odd) > a,
#sub .menu-item:nth-child(odd) .title {
  background-color: rgba(255, 255, 255, 0.4);
}
#sub .menu-item a,
#sub .menu-item .title {
  padding: 12px 0 12px 16px;
  font-size: 1.4em;
  color: #3c3c3c;
}
#sub .menu-item a {
  display: block;
  background: url(../img/arrow3.png) 212px center no-repeat;
}
#sub .menu-item > a {
  transition: background-color 0s linear;
}
#sub .menu-item > a:hover {
  background-color: rgba(128, 153, 206, 0.5);
}
#sub .menu-item .title {
  border-radius: 0;
  transition: background-image 0.15s linear;
  position: relative;
  background: none;
  cursor: pointer;
  text-align: inherit;
}
#sub .menu-item .title::after {
  transform: rotate(0deg);
  transition: 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/sub_menu_close.png) left top no-repeat;
}
#sub .menu-item .title:hover {
  background-color: rgba(128, 153, 206, 0.5);
}
#sub .menu-item .title a {
  display: inline;
  padding: 0;
  background: none;
  font-size: inherit;
}
#sub .menu-item .page-list {
  display: none;
  border: 1px solid rgba(128, 153, 206, 0.15);
  border-top: none;
}
#sub .menu-item .page-item {
  border-bottom: 1px solid rgba(128, 153, 206, 0.15);
}
#sub .menu-item .page-item a {
  padding: 8px 0 8px 16px;
  font-size: 1.2em;
  color: #636363;
}
#sub .menu-item .page-item.is-active {
  background: rgba(105, 105, 105, 0.3);
}
#sub .menu-item .page-item.is-active a {
  background: none;
  text-decoration: none;
  color: #fff;
}
#sub .menu-item .page-item.is-active a:hover {
  cursor: default;
}
#sub .menu-item.is-open .title::after {
  transform: rotate(180deg);
  background-image: url(../img/sub_menu_open.png);
}
#sub .popular > .title {
  padding: 21px 0 11px;
}
#sub .period {
  background-color: rgba(128, 153, 206, 0.7);
  text-align: center;
  line-height: 2;
  font-size: 1.2em;
  color: #fff;
}
#sub .popular-item {
  background: rgba(255, 255, 255, 0.4);
}
#sub .popular-item:nth-child(even) {
  background: rgba(128, 153, 206, 0.15);
}
#sub .popular-item a {
  display: block;
}
#sub .popular-item a:hover {
  text-decoration: none;
}
#sub .popular-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#sub .popular-item a:hover .title {
  text-decoration: underline;
}
#sub .popular-item .item-inner {
  *zoom: 1;
}
#sub .popular-item .item-inner:after {
  content: "";
  display: table;
  clear: both;
}
#sub .popular-item .title {
  display: table-cell;
  padding-left: 30px;
  height: 40px;
  background: none;
  vertical-align: middle;
  text-align: left;
  line-height: 1.1666666667;
  font-size: 1.2em;
  font-weight: bold;
  color: #2b4182;
}
#sub .popular-item .point {
  float: right;
  width: 100px;
  line-height: 70px;
  font-size: 1.8em;
  font-weight: bold;
  color: #d95c6f;
}
#sub .popular-item .point::before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 16px;
  background: url(../img/sub_popular_point_bg.png) left top no-repeat;
  vertical-align: middle;
}
#sub .popular-item .pic {
  float: left;
  width: 120px;
}
#sub .popular-item .pic img {
  width: 100%;
}
#sub .popular-item:nth-child(1) .title {
  background: url(../img/sub_popular_list_bg1.png) 6px center no-repeat;
}
#sub .popular-item:nth-child(2) .title {
  background: url(../img/sub_popular_list_bg2.png) 6px center no-repeat;
}
#sub .popular-item:nth-child(3) .title {
  background: url(../img/sub_popular_list_bg3.png) 6px center no-repeat;
}
#sub .popular-item:nth-child(4) .title {
  background: url(../img/sub_popular_list_bg4.png) 6px center no-repeat;
}
#sub .popular-item:nth-child(5) .title {
  background: url(../img/sub_popular_list_bg5.png) 6px center no-repeat;
}
#sub .keyword-list {
  *zoom: 1;
  padding: 5px 0 0 5px;
  border: 4px solid #b5bcd2;
}
#sub .keyword-list:after {
  content: "";
  display: table;
  clear: both;
}
#sub .keyword-item {
  float: left;
  margin: 0 5px 5px 0;
}
#sub .keyword-item a {
  display: block;
  padding: 0 8px;
  background: #8099ce;
  line-height: 20px;
  font-size: 1.4em;
  color: #fff;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer .nav .nav-list {
  margin: 0 auto;
}
#footer .f-inner {
  margin: 0 auto;
  padding: 15px 0;
  width: 980px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .f-inner .text {
  line-height: 1.4;
  color: #636363;
}
#footer .copyright {
  background-color: rgba(128, 153, 206, 0.3);
  text-align: center;
  line-height: 2;
  color: #2b4182;
}
