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

#main .proposal .title span {
  display: block;
}
#main .proposal .title .text {
  padding: 7px 0 6px;
  background-color: #54adaf;
  font-size: 1.6em;
  color: #2b4182;
}
#main .proposal .title .img {
  padding: 22px 27px 18px 0;
  background-color: #2B4182;
  text-align: center;
}
#main .proposal .title .en {
  padding-bottom: 14px;
  border-top: 1px solid #95a0c1;
  background-color: #2B4182;
  text-align: center;
}
#main .proposal .title .en img {
  display: block;
  margin: -4px auto 0;
}
#main .proposal .lead {
  position: relative;
  margin-top: 18px;
  background-color: rgba(128, 153, 206, 0.3);
}
#main .proposal .lead dt {
  padding: 16px 0 16px 22px;
  background-color: #8099ce;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
}
#main .proposal .lead .text {
  padding: 24px 22px 40px;
  line-height: 1.7142857143;
  font-size: 1.4em;
}
#main .proposal .list {
  *zoom: 1;
  margin-top: 4px;
}
#main .proposal .list:after {
  content: "";
  display: table;
  clear: both;
}
#main .proposal .list li {
  position: relative;
  margin-bottom: 4px;
}
#main .proposal .list li a {
  display: block;
}
#main .proposal .list li a:hover {
  text-decoration: none;
}
#main .proposal .list li a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#main .proposal .list li .list-title {
  background-color: rgba(255, 255, 255, 0.4);
}
#main .proposal .list li .list-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
#main .proposal .list li .pic {
  position: absolute;
  top: 0;
  right: 0;
}
#main .proposal .list li:first-child .list-title::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 256px;
  width: 71px;
  height: 62px;
  background: url(../img/proposal_list-title_bg2.png) left top no-repeat;
}
#main .proposal .list li:nth-child(odd) {
  margin-right: 0;
}
#main .proposal .list li:nth-child(1) .list-title::before {
  width: 90px;
  height: 87px;
  background: url(../img/proposal_case1_title_bg.png);
}
#main .proposal .list li:nth-child(1) .pic {
  width: 187px;
  height: 170px;
}
#main .proposal .list li:nth-child(2) .list-title::before {
  width: 90px;
  height: 87px;
  background: url(../img/proposal_case2_title_bg.png);
}
#main .proposal .list li:nth-child(2) .pic {
  width: 188px;
  height: 171px;
}
#main .proposal .list li:nth-child(3) .list-title::before {
  width: 90px;
  height: 87px;
  background: url(../img/proposal_case3_title_bg.png);
}
#main .proposal .list li:nth-child(3) .pic {
  width: 188px;
  height: 170px;
}
#main .proposal .list li:nth-child(4) .list-title::before {
  width: 90px;
  height: 87px;
  background: url(../img/proposal_case4_title_bg.png);
}
#main .proposal .list li:nth-child(4) .pic {
  width: 188px;
  height: 170px;
}
#main .proposal .list li:nth-child(5) .list-title::before {
  width: 90px;
  height: 87px;
  background: url(../img/proposal_case5_title_bg.png);
}
#main .proposal .list li:nth-child(5) .pic {
  width: 188px;
  height: 170px;
}
#main .proposal .list li:nth-child(6) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case6_title_bg.png);
}
#main .proposal .list li:nth-child(6) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(7) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case7_title_bg.png);
}
#main .proposal .list li:nth-child(7) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(8) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case8_title_bg.png);
}
#main .proposal .list li:nth-child(8) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(9) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case9_title_bg.png);
}
#main .proposal .list li:nth-child(9) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(10) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case10_title_bg.png);
}
#main .proposal .list li:nth-child(10) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(11) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case11_title_bg.png);
}
#main .proposal .list li:nth-child(11) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(12) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case12_title_bg.png);
}
#main .proposal .list li:nth-child(12) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(13) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case13_title_bg.png);
}
#main .proposal .list li:nth-child(13) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(14) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case14_title_bg.png);
}
#main .proposal .list li:nth-child(14) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list li:nth-child(15) .list-title::before {
  width: 51px;
  height: 49px;
  background: url(../img/proposal_case15_title_bg.png);
}
#main .proposal .list li:nth-child(15) .pic {
  width: 90px;
  height: 82px;
}
#main .proposal .list .upper {
  background-color: rgba(255, 255, 255, 0.45);
}
#main .proposal .list .upper .list-title {
  padding: 30px 0 19px 72px;
  font-size: 2.2em;
  font-weight: bold;
  color: #2b4182;
}
#main .proposal .list .upper .list-title .en {
  display: block;
  margin-top: 6px;
  font-size: 0.4545454545em;
  color: #9d9d9d;
}
#main .proposal .list .upper .consultations {
  position: absolute;
  top: 9px;
  left: 382px;
}
#main .proposal .list .upper .consultations dt,
#main .proposal .list .upper .consultations dd {
  float: left;
}
#main .proposal .list .upper .consultations dt {
  font-size: 1.2em;
  color: #8099ce;
}
#main .proposal .list .upper .consultations ul {
  *zoom: 1;
  width: 61px;
  background: url(../img/proposal_list_bg.png) left top no-repeat;
}
#main .proposal .list .upper .consultations ul:after {
  content: "";
  display: table;
  clear: both;
}
#main .proposal .list .upper .consultations ul li {
  display: inline;
  margin-left: -3.5px;
}
#main .proposal .list .upper .consultations ul li:first-child {
  margin-left: 0;
}
#main .proposal .list .upper .upper-box {
  padding: 12px 190px 8px 72px;
}
#main .proposal .list .upper .upper-box .text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}
#main .proposal .list .upper .upper-box .part {
  margin-top: 9px;
}
#main .proposal .list .upper .upper-box .part dt,
#main .proposal .list .upper .upper-box .part dd {
  display: table-cell;
  vertical-align: middle;
}
#main .proposal .list .upper .upper-box .part dt {
  margin-right: 10px;
  padding: 12px 7px;
  border: 1px solid rgba(128, 153, 206, 0.5);
}
#main .proposal .list .upper .upper-box .list {
  *zoom: 1;
  padding-left: 10px;
}
#main .proposal .list .upper .upper-box .list:after {
  content: "";
  display: table;
  clear: both;
}
#main .proposal .list .upper .upper-box .list li {
  *zoom: 1;
  float: left;
  margin-right: 12px;
  max-width: 71px;
  color: #636363;
}
#main .proposal .list .upper .upper-box .list li:after {
  content: "";
  display: table;
  clear: both;
}
#main .proposal .list .upper .upper-box .list li:last-child {
  margin-right: 0;
}
#main .proposal .list .upper .upper-box .list li dt,
#main .proposal .list .upper .upper-box .list li dd {
  display: table-cell;
  vertical-align: middle;
}
#main .proposal .list .upper .upper-box .list li dt {
  padding: 0 3px 0 0;
  border: none;
}
#main .proposal .list .lower {
  float: left;
  margin-right: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
#main .proposal .list .lower a {
  width: 348px;
}
#main .proposal .list .lower .list-title {
  padding: 20px 0 10px 48px;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.8em;
  font-weight: bold;
  color: #2b4182;
}
#main .proposal .list .lower .list-title .en {
  display: block;
  margin-top: 6px;
  font-size: 0.5555555556em;
  color: #9D9D9D;
}
#main .proposal .list .lower .text {
  padding: 9px 95px 13px 48px;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#main .cause-correction {
  margin-top: 50px;
}
#main .cause-correction .title {
  padding: 16px 0 16px 20px;
  border-left: 6px solid #8099ce;
  font-size: 2em;
  font-weight: bold;
  color: #3c3c3c;
}
#main .cause-correction .title .en {
  position: relative;
  bottom: 3px;
  margin-left: 17px;
  font-size: 0.5em;
  color: #9D9D9D;
}
#main .cause-correction .list {
  *zoom: 1;
  margin-top: 10px;
}
#main .cause-correction .list:after {
  content: "";
  display: table;
  clear: both;
}
#main .cause-correction .list .item {
  display: block;
  float: left;
  margin-right: 9.5px;
  width: 227px;
  background-color: rgba(255, 255, 255, 0.3);
}
#main .cause-correction .list .item:last-child {
  margin-right: 0;
}
#main .cause-correction .list .item.is-active a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  cursor: default;
}
#main .cause-correction .list .item dd {
  padding: 7px 24px 10px 21px;
  line-height: 1.5;
  font-size: 1.2em;
}
#main .cause-correction .list .item:nth-child(1) dt {
  background: url(../img/example_cause-correction_title1_bg.gif);
}
#main .cause-correction .list .item:nth-child(2) dt {
  background: url(../img/example_cause-correction_title2_bg.gif);
}
#main .cause-correction .list .item:nth-child(3) dt {
  background: url(../img/example_cause-correction_title3_bg.gif);
}
#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;
}

/*-----------------------------------
失敗例 詳細
-----------------------------------*/
#case1 #main .details .title2 {
  background: url(../img/case1_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case1 #main .details .symptom::after {
  width: 50px;
  height: 358px;
  background: url(../img/case1_symptom_bg.png) left top no-repeat;
}

#case2 #main .details .title2 {
  background: url(../img/case2_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case2 #main .details .symptom::after {
  width: 50px;
  height: 609px;
  background: url(../img/case2_symptom_bg.png) left top no-repeat;
}

#case3 #main .details .title2 {
  background: url(../img/case3_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case3 #main .details .symptom::after {
  width: 50px;
  height: 419px;
  background: url(../img/case3_symptom_bg.png) left top no-repeat;
}

#case4 #main .details .title2 {
  background: url(../img/case4_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case4 #main .details .symptom::after {
  width: 50px;
  height: 308px;
  background: url(../img/case4_symptom_bg.png) left top no-repeat;
}

#case5 #main .details .title2 {
  background: url(../img/case5_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case5 #main .details .symptom::after {
  width: 48px;
  height: 156px;
  background: url(../img/case5_symptom_bg.png) left top no-repeat;
}

#case6 #main .details .title2 {
  background: url(../img/case6_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case6 #main .details .symptom::after {
  width: 50px;
  height: 387px;
  background: url(../img/case6_symptom_bg.png) left top no-repeat;
}

#case7 #main .details .title2 {
  background: url(../img/case7_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case7 #main .details .symptom::after {
  width: 50px;
  height: 368px;
  background: url(../img/case7_symptom_bg.png) left top no-repeat;
}

#case8 #main .details .title2 {
  background: url(../img/case8_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case8 #main .details .symptom::after {
  width: 49px;
  height: 308px;
  background: url(../img/case8_symptom_bg.png) left top no-repeat;
}

#case9 #main .details .title2 {
  background: url(../img/case9_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case9 #main .details .symptom::after {
  width: 50px;
  height: 550px;
  background: url(../img/case9_symptom_bg.png) left top no-repeat;
}

#case10 #main .details .title2 {
  background: url(../img/case10_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case10 #main .details .symptom::after {
  width: 50px;
  height: 250px;
  background: url(../img/case10_symptom_bg.png) left top no-repeat;
}

#case11 #main .details .title2 {
  background: url(../img/case11_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case11 #main .details .symptom::after {
  width: 50px;
  height: 571px;
  background: url(../img/case11_symptom_bg.png) left top no-repeat;
}

#case12 #main .details .title2 {
  background: url(../img/case12_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case12 #main .details .symptom::after {
  width: 50px;
  height: 346px;
  background: url(../img/case12_symptom_bg.png) left top no-repeat;
}

#case13 #main .details .title2 {
  background: url(../img/case13_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case13 #main .details .symptom::after {
  width: 48px;
  height: 175px;
  background: url(../img/case13_symptom_bg.png) left top no-repeat;
}

#case14 #main .details .title2 {
  background: url(../img/case14_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case14 #main .details .symptom::after {
  width: 49px;
  height: 241px;
  background: url(../img/case14_symptom_bg.png) left top no-repeat;
}

#case15 #main .details .title2 {
  background: url(../img/case15_details_title_bg.png) left top no-repeat rgba(10, 32, 105, 0.8);
}
#case15 #main .details .symptom::after {
  width: 50px;
  height: 360px;
  background: url(../img/case15_symptom_bg.png) left top no-repeat;
}

.example.details #main .details .title {
  position: relative;
  padding: 9px 0 8px;
  background: url(../img/example_details_title_bg.gif) 257px 8px no-repeat #54adaf;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.example.details #main .details .title2 {
  padding: 32px 0 28px 85px;
  font-size: 2.8em;
  font-weight: bold;
  color: #fff;
}
.example.details #main .details .title2 .en {
  position: relative;
  bottom: 6px;
  margin-left: 30px;
  font-size: 0.3571428571em;
  color: #838fb4;
}
.example.details #main .box2 {
  background-color: rgba(255, 255, 255, 0.35);
}
.example.details #main .box2 .box2-title {
  padding: 22px 0 22px 34px;
  border-top: 1px solid #54adaf;
  border-bottom: 1px solid #54adaf;
  border-left: 6px solid #54adaf;
  font-size: 1.6em;
  font-weight: bold;
  color: #3c3c3c;
}
.example.details #main .box2 .box2-title .en {
  position: relative;
  bottom: 2px;
  margin-left: 16px;
  font-size: 0.625em;
  color: #8a8a8a;
}
.example.details #main .box2 .box2-inner {
  *zoom: 1;
  padding: 40px;
}
.example.details #main .box2 .box2-inner:after {
  content: "";
  display: table;
  clear: both;
}
.example.details #main .box2:nth-child(4) .box2-title,
.example.details #main .box2:nth-child(4) .box2-inner {
  background-color: rgba(128, 153, 206, 0.2);
}
.example.details #main .symptom {
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
}
.example.details #main .symptom::after {
  content: '';
  position: absolute;
  top: 210px;
  right: 0;
  z-index: 1;
}
.example.details #main .symptom > .pic {
  position: absolute;
  top: 1px;
  right: 0;
}
.example.details #main .symptom .box2-inner {
  *zoom: 1;
  margin: 0;
  padding: 40px 20px 40px 40px;
  width: auto;
}
.example.details #main .symptom .box2-inner:after {
  content: "";
  display: table;
  clear: both;
}
.example.details #main .symptom .left {
  float: left;
  width: 430px;
}
.example.details #main .symptom .left .lead dt {
  font-size: 2em;
  font-weight: bold;
  color: #2b4182;
}
.example.details #main .symptom .left .lead dd {
  margin-top: 20px;
  line-height: 1.8571428571;
  font-size: 1.4em;
  color: #3c3c3c;
}
.example.details #main .symptom .left .lead dd mark {
  background: url(../img/example_details_symptom_lead_marker.png) left bottom repeat-x;
  color: inherit;
}
.example.details #main .symptom .left .illust {
  margin-top: 23px;
}
.example.details #main .symptom .right {
  float: right;
  width: 180px;
}
.example.details #main .symptom .right .danger {
  position: relative;
  z-index: 10;
  margin-top: 158px;
}
.example.details #main .symptom .right .danger > dt {
  padding: 9px 0 8px 10px;
  background-color: rgba(84, 173, 175, 0.7);
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
.example.details #main .symptom .right .danger > dt .en {
  position: relative;
  bottom: 1px;
  margin-left: 15px;
  font-size: 0.7142857143em;
  color: #badedf;
}
.example.details #main .symptom .right .danger .list {
  margin-top: 10px;
}
.example.details #main .symptom .right .danger .list .item {
  margin-bottom: 8px;
}
.example.details #main .symptom .right .danger .list .item:last-child {
  margin-bottom: 0;
}
.example.details #main .symptom .right .danger .list .item .pic,
.example.details #main .symptom .right .danger .list .item dl {
  display: table-cell;
  vertical-align: middle;
}
.example.details #main .symptom .right .danger .list .item dl {
  padding-left: 11px;
  width: 118px;
}
.example.details #main .symptom .right .danger .list .item dl dt {
  font-size: 1.2em;
  color: #2b4182;
}
.example.details #main .symptom .right .danger .list .item dl dd {
  margin-top: 4px;
  line-height: 1.4;
  color: #3c3c3c;
}
.example.details #main .sos {
  position: relative;
  z-index: 100;
}
.example.details #main .sos .list {
  *zoom: 1;
  float: left;
  margin-top: -9px;
  width: 410px;
}
.example.details #main .sos .list:after {
  content: "";
  display: table;
  clear: both;
}
.example.details #main .sos .list .item {
  float: left;
}
.example.details #main .sos .list .item dt {
  text-align: center;
}
.example.details #main .sos .list .item dd {
  margin-top: 4px;
}
.example.details #main .sos .text {
  float: right;
  width: 189px;
  line-height: 1.5714285714;
  font-size: 1.4em;
}
.example.details #main .method {
  position: relative;
  z-index: 100;
}
.example.details #main .method .lead {
  *zoom: 1;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.35);
}
.example.details #main .method .lead:after {
  content: "";
  display: table;
  clear: both;
}
.example.details #main .method .lead.noPic .text {
  margin: 15px 30px 0;
}
.example.details #main .method .lead:not(:first-child) {
  margin-top: 20px;
}
.example.details #main .method .lead dt {
  padding: 12px 0 12px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.6em;
  font-weight: bold;
  color: #2b4182;
}
.example.details #main .method .lead .pic {
  float: right;
  margin: -58px 14px 0 3px;
}
.example.details #main .method .lead .text {
  overflow: hidden;
  margin: 15px 30px 0;
  background: url(../img/example_details_method_lead_text_bg.png) left -4px repeat;
  line-height: 2.1428571429;
  font-size: 1.4em;
}
.example.details #main .method .lead .text a {
  color: #DB5B6D;
}
.example.details #main .method .list {
  margin-top: 4px;
  border: 1px solid #fff;
}
.example.details #main .method .list .item {
  border-bottom: 1px solid #fff;
}
.example.details #main .method .list .item:last-child {
  border-bottom: none;
}
.example.details #main .method .list .item dl {
  *zoom: 1;
  padding: 18px 19px 14px;
}
.example.details #main .method .list .item dl:after {
  content: "";
  display: table;
  clear: both;
}
.example.details #main .method .list .item dt {
  margin-bottom: 7px;
  font-size: 1.2em;
  font-weight: bold;
  color: #3c3c3c;
}
.example.details #main .method .list .item .text {
  float: left;
  width: 410px;
  line-height: 1.5;
  font-size: 1.2em;
}
.example.details #main .method .list .item .pic {
  float: right;
}
.example.details #main .case-photo {
  position: relative;
  z-index: 100;
}
.example.details #main .case-photo .list {
  float: left;
  margin-top: -14px;
  width: 410px;
}
.example.details #main .case-photo .list .item {
  float: left;
}
.example.details #main .case-photo .list .item dt {
  text-align: center;
}
.example.details #main .case-photo .list .item dd {
  margin-top: 4px;
}
.example.details #main .case-photo .comment {
  float: left;
  width: 190px;
}
.example.details #main .case-photo .comment dt {
  position: relative;
  padding: 10px 20px;
  background: #7fc1c4;
  font-size: 1.4em;
  color: #fff;
}
.example.details #main .case-photo .comment dt .en {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 0.7142857143em;
  color: #fff;
}
.example.details #main .case-photo .comment .text {
  padding: 17px 14px 0 20px;
  line-height: 1.8333333333;
  font-size: 1.2em;
}
.example.details #main .case-photo .comment .text a {
  text-decoration: underline;
  color: #2b4182;
}
.example.details #main .latest {
  margin-top: 50px;
}
.example.details #main .latest .title {
  padding: 16px 0 16px 20px;
  border-left: 6px solid #54adaf;
  font-size: 2em;
  font-weight: bold;
  color: #3c3c3c;
}
.example.details #main .latest .title .en {
  position: relative;
  bottom: 3px;
  margin-left: 17px;
  font-size: 0.5em;
  color: #9D9D9D;
}
.example.details #main .latest .list {
  margin-top: 10px;
}
.example.details #main .latest .list .item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.45);
}
.example.details #main .latest .list .item a {
  display: block;
  position: relative;
  padding: 26px 26px 23px;
  background: url(../img/example_main_latest_item_bg.png) 8px 11px no-repeat;
  color: #636363;
}
.example.details #main .latest .list .item a:hover * {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.example.details #main .latest .list .item dl {
  position: relative;
}
.example.details #main .latest .list .item dl dt {
  line-height: 1.2857142857;
  font-size: 1.4em;
}
.example.details #main .latest .list .item dl .update {
  position: absolute;
  top: 8px;
  right: 9px;
  color: #636363;
}
.example.details #main .latest .list .item dl .update.new::before {
  content: '';
  position: absolute;
  top: 2px;
  left: -35px;
  width: 24px;
  height: 7px;
  background: url(../img/icon_new.png) left top no-repeat;
}
.example.details #main .page-list {
  *zoom: 1;
  margin-top: 40px;
}
.example.details #main .page-list:after {
  content: "";
  display: table;
  clear: both;
}
.example.details #main .page-list .page-item {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.45);
}
.example.details #main .page-list .page-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 48px;
}
.example.details #main .page-list .page-item:nth-child(5n) {
  margin-right: 0;
}
.example.details #main .page-list .page-item.is-active {
  background-color: rgba(105, 105, 105, 0.2);
}
.example.details #main .page-list .page-item.is-active::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.example.details #main .page-list .page-item.is-active a {
  background: none;
  color: #fff;
}
.example.details #main .page-list .page-item.is-active a:hover {
  cursor: default;
  text-decoration: none;
}
.example.details #main .page-list .page-item a {
  display: table-cell;
  position: relative;
  z-index: 10;
  padding: 0 20px 0 37px;
  width: 79px;
  height: 65px;
  background: url(../img/arrow.png) 124px center no-repeat;
  vertical-align: middle;
  line-height: 1.28;
  font-size: 1.25em;
  color: #2b4182;
}
.example.details #main .page-list .page-item:nth-child(1)::before {
  background: url(../img/example_main_page-list_case1_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(2)::before {
  background: url(../img/example_main_page-list_case2_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(3)::before {
  background: url(../img/example_main_page-list_case3_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(4)::before {
  background: url(../img/example_main_page-list_case4_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(5)::before {
  background: url(../img/example_main_page-list_case5_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(6)::before {
  background: url(../img/example_main_page-list_case6_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(7)::before {
  background: url(../img/example_main_page-list_case7_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(8)::before {
  background: url(../img/example_main_page-list_case8_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(9)::before {
  background: url(../img/example_main_page-list_case9_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(10)::before {
  background: url(../img/example_main_page-list_case10_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(11)::before {
  background: url(../img/example_main_page-list_case11_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(12)::before {
  background: url(../img/example_main_page-list_case12_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(13)::before {
  background: url(../img/example_main_page-list_case13_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(14)::before {
  background: url(../img/example_main_page-list_case14_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(15)::before {
  background: url(../img/example_main_page-list_case15_bg.png) left top no-repeat;
}
.example.details #main .page-list .page-item:nth-child(11) {
  margin-bottom: 0;
}
.example.details #main .page-list .page-item:nth-child(12) {
  margin-bottom: 0;
}
.example.details #main .page-list .page-item:nth-child(13) {
  margin-bottom: 0;
}
.example.details #main .page-list .page-item:nth-child(14) {
  margin-bottom: 0;
}
.example.details #main .page-list .page-item:nth-child(15) {
  margin-bottom: 0;
}

#case13 #main .method .lead::after {
  content: none;
}

#case15 #main .case-photo .list:first-child {
  margin-bottom: 40px;
}

/*----------------------------------------------------------------------
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 .example .title {
  background-color: #54adaf;
}
#sub .example .page-list {
  margin-top: 2px;
}
#sub .example .page-item {
  position: relative;
  margin-bottom: 1px;
  background: rgba(255, 255, 255, 0.4);
}
#sub .example .page-item a {
  display: block;
  padding: 13px 0 11px 38px;
  background: url(../img/arrow3.png) 212px center no-repeat;
  font-size: 1.4em;
  color: #3c3c3c;
}
#sub .example .page-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 38px;
}
#sub .example .page-item.is-active {
  background-color: rgba(60, 60, 60, 0.2) !important;
}
#sub .example .page-item.is-active a {
  background: none;
  color: #fff;
}
#sub .example .page-item.is-active a:hover {
  cursor: default;
  text-decoration: none;
}
#sub .example .page-item.is-active a::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#sub .example .page-item:nth-child(odd) {
  background: rgba(128, 153, 206, 0.15);
}
#sub .example .page-item:last-child {
  margin-bottom: 0;
}
#sub .example .page-item:hover {
  background: rgba(128, 153, 206, 0.5);
}
#sub .example .page-item:nth-child(1) a::before {
  background-image: url(../img/example_page-item_case1_bg.png);
}
#sub .example .page-item:nth-child(2) a::before {
  background-image: url(../img/example_page-item_case2_bg.png);
}
#sub .example .page-item:nth-child(3) a::before {
  background-image: url(../img/example_page-item_case3_bg.png);
}
#sub .example .page-item:nth-child(4) a::before {
  background-image: url(../img/example_page-item_case4_bg.png);
}
#sub .example .page-item:nth-child(5) a::before {
  background-image: url(../img/example_page-item_case5_bg.png);
}
#sub .example .page-item:nth-child(6) a::before {
  background-image: url(../img/example_page-item_case6_bg.png);
}
#sub .example .page-item:nth-child(7) a::before {
  background-image: url(../img/example_page-item_case7_bg.png);
}
#sub .example .page-item:nth-child(8) a::before {
  background-image: url(../img/example_page-item_case8_bg.png);
}
#sub .example .page-item:nth-child(9) a::before {
  background-image: url(../img/example_page-item_case9_bg.png);
}
#sub .example .page-item:nth-child(10) a::before {
  background-image: url(../img/example_page-item_case10_bg.png);
}
#sub .example .page-item:nth-child(11) a::before {
  background-image: url(../img/example_page-item_case11_bg.png);
}
#sub .example .page-item:nth-child(12) a::before {
  background-image: url(../img/example_page-item_case12_bg.png);
}
#sub .example .page-item:nth-child(13) a::before {
  background-image: url(../img/example_page-item_case13_bg.png);
}
#sub .example .page-item:nth-child(14) a::before {
  background-image: url(../img/example_page-item_case14_bg.png);
}
#sub .example .page-item:nth-child(15) a::before {
  background-image: url(../img/example_page-item_case15_bg.png);
}

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