@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.	mainc
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;
}

/*--------------------------
トビラ
--------------------------*/
#main .box {
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.35);
}
#main .box .box-title {
  padding: 30px 0 30px 40px;
  background: rgba(10, 32, 105, 0.8);
  font-size: 2.8em;
  color: #fff;
}
#main .box .box-title .en {
  position: relative;
  bottom: 6px;
  margin-left: 30px;
  font-size: 0.3571428571em;
  color: #838fb4;
}
#main .box .box-inner .wrapper {
  padding: 30px 40px 40px;
  width: auto;
}
#main .box .box-inner .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;
}
#main .box .box-inner .title .en {
  position: relative;
  bottom: 2px;
  margin-left: 16px;
  font-size: 0.625em;
  color: #8a8a8a;
}
#main .keyword {
  padding: 43px 70px;
}
#main .keyword .search legend {
  display: none;
}
#main .keyword .search dl {
  *zoom: 1;
}
#main .keyword .search dl:after {
  content: "";
  display: table;
  clear: both;
}
#main .keyword .search dl dt,
#main .keyword .search dl dd {
  float: left;
}
#main .keyword .search dl dt input {
  padding: 13px 15px;
  width: 401px;
  height: 12px;
  border: 2px solid #8099ce;
  border-right: none;
  font-size: 1.4em;
  color: #636363;
}
#main .keyword .search dl dd input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: opacity 0.15s linear;
}
#main .keyword .keywordlist {
  margin-top: 14px;
  border: 1px solid #7099bc;
}
#main .keyword .keywordlist h2 {
  padding: 6px 8px;
  background: #8099ce;
  font-size: 1.2em;
  color: #f7f8f8;
}
#main .keyword .keywordlist ul {
  padding: 10px 18px;
}
#main .keyword .keywordlist ul li {
  display: inline;
  line-height: 1;
  white-space: nowrap;
}
#main .keyword .keywordlist ul li a {
  margin: 0 5px;
  line-height: 1.5;
  color: #25557e;
}
#main .keyword .keywordlist ul li .no1,
#main .keyword .keywordlist ul li .no4 {
  font-size: 1.6em;
}
#main .keyword .keywordlist ul li .no2,
#main .keyword .keywordlist ul li .no6 {
  font-size: 2em;
  font-weight: bold;
}
#main .keyword .keywordlist ul li .no3,
#main .keyword .keywordlist ul li .no5 {
  font-size: 2.6em;
  font-weight: bold;
}
#main .catlist dl {
  margin-bottom: 6px;
}
#main .catlist dl dt,
#main .catlist dl dd {
  display: table-cell;
  vertical-align: middle;
}
#main .catlist dl dt {
  width: 120px;
  background: #8099CE;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4285714286;
  font-size: 1.4em;
  color: #fff;
}
#main .catlist dl dt a {
  display: block;
  color: #fff;
}
#main .catlist dl dt span {
  font-size: 0.8571428571em;
}
#main .catlist dl dd ul {
  *zoom: 1;
}
#main .catlist dl dd ul:after {
  content: "";
  display: table;
  clear: both;
}
#main .catlist dl dd ul li {
  float: left;
  margin: 2px 0 0 4px;
  background: rgba(255, 255, 255, 0.5);
}
#main .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;
}
#main .catlist dl dd ul li a span {
  display: block;
  margin-top: 2px;
  line-height: 1.3333333333;
  font-size: 0.8333333333em;
}
#main .catlist dl dd ul li a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main .catlist dl dd ul li:first-child, #main .catlist dl dd ul li:nth-child(2), #main .catlist dl dd ul li:nth-child(3), #main .catlist dl dd ul li:nth-child(4), #main .catlist dl dd ul li:nth-child(5) {
  margin-top: 0;
}
#main .catlist dl:last-child {
  margin-bottom: 0;
}
#main .latest.box-inner {
  background: none;
}
#main .latest .list .item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.45);
}
#main .latest .list .item dl {
  position: relative;
}
#main .latest .list .item dl dt {
  line-height: 1.2857142857;
  font-size: 1.4em;
}
#main .latest .list .item dl dt a {
  display: block;
  position: relative;
  padding: 28px 26px 13px;
  background: url(../img/qa_latest_list_item_bg.png) 8px 11px no-repeat;
  color: #2b4182;
}
#main .latest .list .item dl dt a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#main .latest .list .item dl .text {
  padding: 0 26px 10px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#main .latest .list .item dl .cat {
  margin-left: 112px;
  padding-bottom: 10px;
  width: 500px;
  text-align: right;
  color: #636363;
}
#main .latest .list .item dl .cat ul,
#main .latest .list .item dl .cat li {
  display: inline;
}
#main .latest .list .item dl .cat ul {
  margin: 0 -3px;
}
#main .latest .list .item dl .cat ul li {
  margin-left: -2px;
  line-height: 1.3;
  white-space: nowrap;
}
#main .latest .list .item dl .cat ul li::before {
  content: '／';
}
#main .latest .list .item dl .cat ul li.first {
  margin-left: 0;
}
#main .latest .list .item dl .cat ul li.first::before {
  content: none;
}
#main .latest .list .item dl .cat ul li a {
  color: #636363;
}
#main .latest .list .item dl .update {
  position: absolute;
  top: 7px;
  right: 9px;
  color: #636363;
}
#main .latest .list .item dl .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 21px;
  height: 7px;
  background: url(../img/qa_latest_list_item_new.png) left top no-repeat;
}
#main .latest .link {
  margin-top: 20px;
  text-align: right;
}
#main .latest .link a {
  position: inherit;
  padding: 0;
  background: none;
  font-size: inherit;
}
#main .latest .link a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#main aside {
  margin-top: 100px;
}
#main aside .m-form {
  position: relative;
  padding: 20px 16px 10px;
  border: 4px solid rgba(128, 153, 206, 0.3);
  background: rgba(255, 255, 255, 0.45);
}
#main aside .m-form dt {
  font-size: 1.6em;
  font-weight: bold;
  color: #2b4182;
}
#main aside .form-list {
  *zoom: 1;
  position: relative;
  z-index: 1;
  margin-top: 14px;
}
#main aside .form-list:after {
  content: "";
  display: table;
  clear: both;
}
#main aside .form-item {
  float: left;
  margin-right: 4px;
}
#main aside .form-item:last-child {
  margin-right: 0;
}
#main aside .mail {
  background: url(../img/main_form_mail_bg.gif) left top no-repeat;
}
#main aside .pmail {
  background: url(../img/main_form_pmail_bg.gif) left top no-repeat;
}
#main aside .counseling {
  background: url(../img/main_form_counseling_bg.gif) left top no-repeat;
}

/*--------------------------
新着一覧、共通
--------------------------*/
#latest #main .box,
#result #main .box,
#category #main .box,
#genre #main .box {
  border-radius: 6px 6px 0 0;
}
#latest #main .box .box-title,
#result #main .box .box-title,
#category #main .box .box-title,
#genre #main .box .box-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 #main .box-inner .title,
#result #main .box-inner .title,
#category #main .box-inner .title,
#genre #main .box-inner .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 #main .box-inner .title .en,
#result #main .box-inner .title .en,
#category #main .box-inner .title .en,
#genre #main .box-inner .title .en {
  position: relative;
  bottom: 6px;
  margin-left: 30px;
  font-size: 0.3571428571em;
  color: #838fb4;
}
#latest #main .box-inner .wrapper,
#result #main .box-inner .wrapper,
#category #main .box-inner .wrapper,
#genre #main .box-inner .wrapper {
  *zoom: 1;
  padding: 40px;
}
#latest #main .box-inner .wrapper:after,
#result #main .box-inner .wrapper:after,
#category #main .box-inner .wrapper:after,
#genre #main .box-inner .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#latest #main .box-inner .list,
#result #main .box-inner .list,
#category #main .box-inner .list,
#genre #main .box-inner .list {
  clear: both;
}

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

/*--------------------------
検索結果
--------------------------*/
#result #main .box {
  padding-bottom: 0;
}
#result #main .keyword {
  padding: 50px 70px 30px;
}
#result #main .keyword .searchresult {
  margin-top: 40px;
  text-align: center;
  font-size: 1.4em;
  color: #3c3c3c;
}
#result #main .keyword .searchresult .word,
#result #main .keyword .searchresult .num {
  font-size: 1.1428571429em;
  font-weight: bold;
  color: #E07D8B;
}
#result #main .keyword .searchresult .word {
  margin-right: -6px;
}
#result #main .box-inner .wrapper {
  padding: 0 40px 30px;
}
#result #main .list .item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.45);
}
#result #main .list .item dl {
  position: relative;
}
#result #main .list .item dl dt {
  font-size: inherit;
}
#result #main .list .item dl dt a {
  display: block;
  position: relative;
  padding: 28px 26px 13px;
  background: url(../img/qa_latest_list_item_bg.png) 8px 11px no-repeat;
  text-decoration: none;
  color: #2b4182;
}
#result #main .list .item dl dt a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#result #main .list .item dl dt a:hover .question {
  text-decoration: underline;
}
#result #main .list .item dl dt .question {
  position: inherit;
  padding: 0;
  background: none;
  line-height: 1.2857142857;
  font-size: 1.4em;
}
#result #main .list .item dl dt .answer {
  margin-top: 10px;
  padding: 0;
  background: none;
  line-height: 1.5;
  font-size: 1.2em;
}
#result #main .list .item dl dt .answer strong {
  font-weight: bold;
  color: #D20000;
}
#result #main .list .item dl .cat {
  margin-left: 112px;
  padding-bottom: 10px;
  width: 500px;
  text-align: right;
  color: #636363;
}
#result #main .list .item dl .cat ul,
#result #main .list .item dl .cat li {
  display: inline;
}
#result #main .list .item dl .cat ul {
  margin: 0 -3px;
}
#result #main .list .item dl .cat ul li {
  margin-left: -2px;
  line-height: 1.3;
  white-space: nowrap;
}
#result #main .list .item dl .cat ul li a {
  color: #636363;
}
#result #main .list .item dl .update {
  position: absolute;
  top: 7px;
  right: 9px;
  color: #636363;
}
#result #main .list .item dl .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 21px;
  height: 7px;
  background: url(../img/qa_latest_list_item_new.png) left top no-repeat;
}
#result #main .catlist .title {
  border-radius: 0;
  padding: 22px 0 22px 34px;
  border-top: 1px solid #8099CE;
  border-bottom: 1px solid #8099CE;
  border-left: 6px solid #8099CE;
  background: none;
  font-size: 1.6em;
  font-weight: bold;
  color: #3c3c3c;
}
#result #main .catlist .title .en {
  position: relative;
  bottom: 2px;
  margin-left: 16px;
  font-size: 0.625em;
  color: #8a8a8a;
}
#result #main .catlist .wrapper {
  padding: 30px 40px 40px;
}

/*--------------------------
カテゴリー一覧
--------------------------*/
#category .example .list .item {
  margin-bottom: 10px;
}
#category .example .list .item:last-child {
  margin-bottom: 0;
}
#category .example .list .item-box {
  *zoom: 1;
}
#category .example .list .item-box:after {
  content: "";
  display: table;
  clear: both;
}
#category .example .list .item-box-title, #category .example .list .item-box-detail {
  display: table-cell;
}
#category .example .list .item-box-title {
  width: 120px;
  background: #8099CE;
  vertical-align: middle;
  text-align: center;
}
#category .example .list .item-box-title a {
  display: block;
  padding-top: 24px;
  min-height: 130px;
  color: #fff;
}
#category .example .list .item-box-title a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#category .example .list .item-box-title img {
  margin-bottom: 12px;
}
#category .example .list .item-box-title span {
  display: block;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #fff;
}
#category .example .list .item-box .category-item .category_post {
  display: block;
  position: relative;
  padding: 26px 26px 15px;
  width: 448px;
  background: url(../img/qa_latest_list_item_bg.png) 10px 11px no-repeat;
  color: #636363;
}
#category .example .list .item-box .category-item:nth-child(odd) .category_post {
  background-color: rgba(255, 255, 255, 0.45);
}
#category .example .list .item-box .category-item-title {
  margin-bottom: 13px;
  line-height: 1.25;
  font-size: 1.4em;
  color: #2b4182;
}
#category .example .list .item-box .category-item-text {
  line-height: 1.5;
  font-size: 1.2em;
  color: #3c3c3c;
}
#category .example .list .item-box .category-item .update {
  position: absolute;
  top: 7px;
  right: 9px;
  color: #636363;
}
#category .example .list .qa-box dt,
#category .example .list .qa-box dd {
  display: block;
}
#category .example .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;
  color: inherit;
  color: #2b4182;
}
#category .example .list .qa-box .text {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 1.2em;
}
#category .example .list .qa-box .update {
  position: absolute;
  top: 8px;
  right: 40px;
}
#category .example .list .qa-box .update.new {
  position: relative;
}
#category .example .list .qa-box .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 21px;
  height: 7px;
  background: url(../img/qa_latest_list_item_new.png) left top no-repeat;
}
#category .example .list .link {
  padding: 14px 0;
  text-align: right;
}
#category .example .list .link a {
  color: #8099CE;
}

/*--------------------------
ジャンル
--------------------------*/
#result .list .item-inner,
#genre .list .item-inner {
  display: block;
  position: relative;
  padding-top: 28px;
  background: url(../img/qa_latest_list_item_bg.png) 8px 11px no-repeat;
}
#result .list .item-inner > *,
#genre .list .item-inner > * {
  padding: 0 26px;
}
#result .list .item-title,
#genre .list .item-title {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: bold;
  color: #2b4182;
}
#result .list .item-text,
#genre .list .item-text {
  line-height: 1.5;
  font-size: 1.2em;
  color: #3c3c3c;
}
#result .list .item-text a,
#genre .list .item-text a {
  margin-left: 4px;
}
#result .list .item-text.answer,
#genre .list .item-text.answer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
#result .list .item-text.answer::before,
#genre .list .item-text.answer::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  content: '';
  position: absolute;
  top: 8px;
  left: 11px;
  width: 41px;
  height: 48px;
  background: url(../img/qa_answer_title_bg.png) center no-repeat;
  background-size: 41px auto;
}
#result .list .item .cat,
#genre .list .item .cat {
  margin-left: 112px;
  padding-bottom: 10px;
  width: 500px;
  text-align: right;
  color: #636363;
}
#result .list .item .cat ul,
#result .list .item .cat li,
#genre .list .item .cat ul,
#genre .list .item .cat li {
  display: inline;
}
#result .list .item .cat ul,
#genre .list .item .cat ul {
  margin: 0 -3px;
}
#result .list .item .cat ul li,
#genre .list .item .cat ul li {
  margin-left: -2px;
  line-height: 1.3;
  white-space: nowrap;
}
#result .list .item .cat ul li::before,
#genre .list .item .cat ul li::before {
  content: '／';
}
#result .list .item .cat ul li.first,
#genre .list .item .cat ul li.first {
  margin-left: 0;
}
#result .list .item .cat ul li.first::before,
#genre .list .item .cat ul li.first::before {
  content: none;
}
#result .list .item .cat ul li a,
#genre .list .item .cat ul li a {
  color: #636363;
}
#result .list .item .update,
#genre .list .item .update {
  position: absolute;
  top: 7px;
  right: 9px;
  color: #636363;
}
#result .list .item .update.new::before,
#genre .list .item .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 21px;
  height: 7px;
  background: url(../img/qa_latest_list_item_new.png) left top no-repeat;
}

/*--------------------------
詳細
--------------------------*/
#detail article > .question {
  position: relative;
  padding: 65px 45px 25px 110px;
  background: url(../img/qa_question_title_bg.png) 24px 50px no-repeat rgba(128, 153, 206, 0.4);
}
#detail article > .question .box-title {
  line-height: 1.3333333333;
  font-size: 1.8em;
  font-weight: bold;
  color: #2b4182;
}
#detail article > .question .text {
  margin-top: 17px;
  line-height: 1.8571428571;
  font-size: 1.4em;
}
#detail article > .question .attr {
  display: inline;
  position: absolute;
  top: 20px;
  right: 45px;
  text-align: right;
  color: #fff;
}
#detail article > .question .attr ul,
#detail article > .question .attr li {
  display: inline;
  text-align: right;
}
#detail article > .question .attr ul li {
  margin-left: -2px;
}
#detail article > .question .attr ul li::before {
  content: '／';
}
#detail article > .question .attr ul li.first {
  margin-left: 0;
}
#detail article > .question .attr ul li.first::before {
  content: none;
}
#detail article > .question .attr ul li:last-child {
  margin-right: 0;
}
#detail article > .question .attr ul li a {
  color: #fff;
}
#detail article > .question .attr.new::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -25px;
  width: 21px;
  height: 7px;
  background: url(../img/qa_latest_list_item_new.png) left top no-repeat;
}
#detail article > .answer {
  padding: 40px 45px 40px 110px;
  background: url(../img/qa_answer_title_bg.png) 24px 35px no-repeat rgba(128, 153, 206, 0.15);
}
#detail article > .answer .text {
  line-height: 1.8571428571;
  font-size: 1.4em;
}
#detail article > .answer .example-cat {
  margin-top: 30px;
}
#detail article > .answer .example-cat li {
  text-align: right;
  line-height: 2;
}
#detail article > .answer .example-cat li a {
  padding: 3px 20px 3px 0;
  background: url(../img/arrow3.png) right center no-repeat;
  text-decoration: underline;
  color: #2b4182;
}
#detail article > .answer dl {
  border: 2px solid rgba(43, 65, 130, 0.3);
  background: rgba(255, 255, 255, 0.45);
}
#detail article > .answer dl dt,
#detail article > .answer dl dd {
  display: table-cell;
  vertical-align: middle;
}
#detail article > .answer .mail {
  margin-top: 30px;
  padding: 5px;
}
#detail article > .answer .mail dt {
  padding-left: 36px;
  font-size: 1.6em;
  color: #2b4182;
}
#detail article > .answer .mail dd {
  padding-left: 44px;
  background: url(../img/qa_answer_mail_h.gif) 44px top no-repeat;
  text-align: right;
}
#detail article > .answer .keyword {
  margin-top: 10px;
  padding: 0;
}
#detail article > .answer .keyword dt {
  padding-left: 23px;
  width: 123px;
  font-size: 1.4em;
  color: #2b4182;
}
#detail article > .answer .keyword dd {
  padding-top: 5px;
  width: 405px;
}
#detail article > .answer .keyword dd ul {
  *zoom: 1;
}
#detail article > .answer .keyword dd ul:after {
  content: "";
  display: table;
  clear: both;
}
#detail article > .answer .keyword dd li {
  float: left;
  padding: 0 3px 5px 0;
}
#detail article > .answer .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: 1.2em;
  color: #FFF;
}
#detail article > .answer .keyword dd li:last-child {
  padding: 0;
}
#detail .banner {
  margin: 20px 0;
  text-align: center;
}
#detail .banner a img {
  transition: all 0.15s linear;
}
#detail .banner a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#detail .latest {
  background: rgba(255, 255, 255, 0.35);
}
#detail .latest .wrapper {
  padding: 30px 40px 40px;
  width: auto;
}
#detail .latest .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;
}
#detail .latest .title .en {
  position: relative;
  bottom: 2px;
  margin-left: 16px;
  font-size: 0.625em;
  color: #8a8a8a;
}
#detail .latest .item-inner {
  display: block;
  position: relative;
  padding-top: 28px;
  background: url(../img/qa_latest_list_item_bg.png) 8px 11px no-repeat;
}
#detail .latest .item-inner > * {
  padding: 0 26px;
}
#detail .latest .item-title {
  margin-bottom: 20px;
  font-size: 1.6em;
  font-weight: bold;
  color: #2b4182;
}
#detail .latest .item-text {
  line-height: 1.5;
  font-size: 1.2em;
  color: #3c3c3c;
}
#detail .latest .item-text a {
  margin-left: 4px;
}
#detail .latest .item-text.answer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
#detail .latest .item-text.answer::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  content: '';
  position: absolute;
  top: 8px;
  left: 11px;
  width: 41px;
  height: 48px;
  background: url(../img/qa_answer_title_bg.png) center no-repeat;
  background-size: 41px auto;
}
#detail .latest .item .cat {
  margin-left: 112px;
  padding-bottom: 10px;
  width: 500px;
  text-align: right;
  color: #636363;
}
#detail .latest .item .cat ul,
#detail .latest .item .cat li {
  display: inline;
}
#detail .latest .item .cat ul {
  margin: 0 -3px;
}
#detail .latest .item .cat ul li {
  margin-left: -2px;
  line-height: 1.3;
  white-space: nowrap;
}
#detail .latest .item .cat ul li::before {
  content: '／';
}
#detail .latest .item .cat ul li.first {
  margin-left: 0;
}
#detail .latest .item .cat ul li.first::before {
  content: none;
}
#detail .latest .item .cat ul li a {
  color: #636363;
}
#detail .latest .item .update {
  position: absolute;
  top: 7px;
  right: 9px;
  color: #636363;
}
#detail .latest .item .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -25px;
  width: 21px;
  height: 7px;
  background: url(../img/qa_latest_list_item_new.png) left top no-repeat;
}

/*----------------------------------------------------------------------
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 .menu-list .menu-item:nth-child(even) .title {
  background: rgba(128, 153, 206, 0.15);
}
#sub .menu .menu-list .menu-item:nth-child(odd) .title {
  background: rgba(255, 255, 255, 0.4);
}
#sub .menu .menu-list .menu-item:nth-child(odd) dl .page-list {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#sub .menu .menu-list .menu-item:nth-child(odd) dl .page-list .page-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#sub .menu .menu-list .menu-item a {
  transition: background-color 0s linear;
  display: block;
  padding: 12px 0 12px 16px;
  background: url(../img/arrow3.png) 212px center no-repeat;
  font-size: 1.4em;
  color: #3c3c3c;
}
#sub .menu .menu-list .menu-item a:hover {
  background-color: rgba(128, 153, 206, 0.5);
}
#sub .menu .menu-list .menu-item dl .title {
  border-radius: 0;
  transition: background-image 0.15s linear;
  position: relative;
  padding: 12px 0 12px 16px;
  text-align: inherit;
}
#sub .menu .menu-list .menu-item dl .title::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  right: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/sub_menu_close.png) left top no-repeat;
  transform: rotate(0deg);
  transition: .5s;
}
#sub .menu .menu-list .menu-item dl .title:hover {
  background-color: rgba(128, 153, 206, 0.5);
}
#sub .menu .menu-list .menu-item dl .title a {
  display: inline;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #3c3c3c;
}
#sub .menu .menu-list .menu-item dl .page-list {
  display: none;
  border: 1px solid rgba(128, 153, 206, 0.15);
  border-top: none;
}
#sub .menu .menu-list .menu-item dl .page-list .page-item {
  border-bottom: 1px solid rgba(128, 153, 206, 0.15);
}
#sub .menu .menu-list .menu-item dl .page-list .page-item a {
  padding: 8px 0 8px 16px;
  font-size: 1.2em;
  color: #636363;
}
#sub .menu .menu-list .menu-item dl .page-list .page-item.is-active {
  background: rgba(105, 105, 105, 0.3);
}
#sub .menu .menu-list .menu-item dl .page-list .page-item.is-active a {
  background: none;
  text-decoration: none;
  color: #fff;
}
#sub .menu .menu-list .menu-item dl .page-list .page-item.is-active a:hover {
  cursor: default;
}
#sub .menu .menu-list .menu-item.is-active {
  background: rgba(105, 105, 105, 0.3);
}
#sub .menu .menu-list .menu-item.is-active a {
  background: none;
  text-decoration: none;
  color: #fff;
}
#sub .menu .menu-list .menu-item.is-active a:hover {
  cursor: default;
}
#sub .menu .menu-list .menu-item.is-open .title::after {
  background-image: url(../img/sub_menu_open.png);
  transform: rotate(180deg);
}

/*----------------------------------------------------------------------
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;
}
