@charset "UTF-8";
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Clearfix
 * 3.0 - Fonts
 * 4.0 - FontSize
 */
/**
 * 1.0 - Reset
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td,
nav, article, section, header, footer, address {
  margin: 0;
  padding: 0; }

body {
  min-width: 1100px;
  font-family: meiryo, Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  vertical-align: baseline; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

a, p {
  font-size: 0.875em; }

a p,
p a {
  font-size: 1em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #222; }

address {
  font-style: normal; }

img {
  border: medium none;
  vertical-align: middle; }

li {
  list-style: none; }

/**
 * 2.0 - Clearfix
 */
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: table; }
  .cf:after {
    clear: both; }

.clear {
  clear: both; }

/**
 * 3.0 - Developer
 */
/*
img:-moz-broken {
	display: block;
	position: relative;
	&:after {
		padding: 5px;
		content: '× This image is not found!';
		font-family: sans-serif;
		font-weight: bold;
		color: #333;
		text-align: center;
		border: 2px solid #333;
		background: #fff;
		text-align: center;
		white-space: nowrap;
	}
}
*/
/**
 * 4.0 - FontSize
 */
body .sp {
  display: none; }

/*============================
#fixedArea
============================*/
#fixedArea {
  background-color: #fff; }

/*============================
#headerAreaOuter
============================*/
#headerAreaOuter {
  width: 100%; }

#contentsAreaSection #user-area .containerInner .btn_cont a {
  color: #003894 !important; }
  #contentsAreaSection #user-area .containerInner .btn_cont a:hover {
    color: #fff !important;
    text-decoration: none !important; }
#contentsAreaSection #user-area .containerInner .btn_cont.color-wh a {
  color: #fff !important; }
  #contentsAreaSection #user-area .containerInner .btn_cont.color-wh a:hover {
    color: #003894 !important;
    text-decoration: none !important; }

/*============================
#headerAreaSection
============================*/
#headerAreaSection {
  padding: 0 0 1em;
  border-top: #162866 5px solid; }
  #headerAreaSection .h_top {
    				/*============================
    #h_sns
    ============================*/ }
    #headerAreaSection .h_top .cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0.25em;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      *zoom: 1;
      width: 1100px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 10px;
      padding-left: 10px;
      						/*============================
      #change_lang
      ============================*/ }
      #headerAreaSection .h_top .cont:before, #headerAreaSection .h_top .cont:after {
        content: " ";
        display: table; }
      #headerAreaSection .h_top .cont:after {
        clear: both; }
      #headerAreaSection .h_top .cont #change_lang {
        font-size: 81.25%;
        list-style-type: none;
        width: 9.30769em;
        height: 1.61538em;
        margin-left: 1.46154em;
        padding: 0.23077em 1.15385em 0.23077em 0;
        border: #f5f5f5 0.15385em solid;
        border-radius: 0.07692em;
        background-position: 9.46154em center;
        background-color: #fff;
        background-image: url("../common-img/icon_gray_down.png");
        background-repeat: no-repeat;
        background-size: 0.53846em 0.46154em;
        text-align: left;
        cursor: pointer; }
        #headerAreaSection .h_top .cont #change_lang:hover {
          background-color: #eaeaea; }
        #headerAreaSection .h_top .cont #change_lang li {
          position: relative;
          float: left;
          width: 100%;
          margin: 0;
          padding: 0 0 0 1.07692em;
          text-align: left; }
          #headerAreaSection .h_top .cont #change_lang li a {
            display: block;
            margin: 0;
            color: #222; }
          #headerAreaSection .h_top .cont #change_lang li ul {
            list-style: none;
            position: absolute;
            top: 100%;
            left: 0;
            margin-top: 0.23077em;
            padding: 0; }
            #headerAreaSection .h_top .cont #change_lang li ul li {
              overflow: hidden;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              z-index: 100;
              width: 100%;
              height: 0;
              padding-left: 0;
              background: #666;
              text-align: left;
              -webkit-transition: height .2s;
              transition: height .2s; }
              #headerAreaSection .h_top .cont #change_lang li ul li a {
                font-size: 100%;
                padding: 0.38462em 1.15385em 0.38462em 1.38462em;
                color: #fff;
                -webkit-transition-duration: .2s;
                        transition-duration: .2s; }
                #headerAreaSection .h_top .cont #change_lang li ul li a:hover {
                  background-color: #555; }
        #headerAreaSection .h_top .cont #change_lang.active li ul li {
          overflow: visible;
          width: 100%;
          height: 2.30769em;
          border-bottom: 1px solid #999; }
    #headerAreaSection .h_top #h_sns {
      width: 3.125em; }
      #headerAreaSection .h_top #h_sns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
  #headerAreaSection .h_mid {
    padding-bottom: 0.75em;
    border-bottom: #efefef 0.125em solid;
    				/*============================
    #h_logo
    ============================*/
    				/*============================
    #h_right
    ============================*/ }
    #headerAreaSection .h_mid .cont {
      *zoom: 1;
      width: 1100px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 10px;
      padding-left: 10px; }
      #headerAreaSection .h_mid .cont:before, #headerAreaSection .h_mid .cont:after {
        content: " ";
        display: table; }
      #headerAreaSection .h_mid .cont:after {
        clear: both; }
    #headerAreaSection .h_mid #h_logo {
      float: left;
      margin-top: 0.125em;
      margin-left: 0.0625em; }
    #headerAreaSection .h_mid #h_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: right;
      margin-top: 0.875em;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      						/*============================
      #cse-search-box
      ============================*/ }
      #headerAreaSection .h_mid #h_right #utility_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #headerAreaSection .h_mid #h_right #utility_nav ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_access, #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_mail, #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_search {
            font-size: 75%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            margin: 0 0.33333em;
            padding-left: 2.33333em;
            line-height: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_access::before, #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_mail::before, #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_search::before {
              position: absolute;
              top: 50%;
              left: 0.58333em;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_access a, #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_mail a, #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_search a {
              font-size: 1em;
              color: #4d4d4d; }
          #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_access::before {
            content: url("../common-img/h_ico_access.png"); }
          #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_mail::before {
            margin-top: 0.08333em;
            content: url("../common-img/h_ico_mail.png"); }
          #headerAreaSection .h_mid #h_right #utility_nav ul .btn_h_search::before {
            content: url("../common-img/h_ico_search.png"); }
      #headerAreaSection .h_mid #h_right #cse-search-box {
        margin-left: 0.9375em; }
        #headerAreaSection .h_mid #h_right #cse-search-box fieldset {
          position: relative;
          float: left;
          margin: 0;
          border: none;
          outline: none;
          line-height: 1;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
        #headerAreaSection .h_mid #h_right #cse-search-box .searchBox {
          font-size: 87.5%;
          width: 18.64286em !important;
          height: 2.28571em !important;
          padding: 0 6em 0 0.71429em !important;
          border: #ccc 0.07143em solid !important;
          border-radius: 0.14286em !important;
          background: #fff !important;
          color: #333 !important;
          text-align: left !important; }
          #headerAreaSection .h_mid #h_right #cse-search-box .searchBox:-ms-input-placeholder, #headerAreaSection .h_mid #h_right #cse-search-box .searchBox:placeholder-shown {
            opacity: 1;
            color: #666 !important; }
          #headerAreaSection .h_mid #h_right #cse-search-box .searchBox:hover {
            border-color: #bbb !important; }
        #headerAreaSection .h_mid #h_right #cse-search-box .searchBtn {
          font-size: 81.25%;
          position: absolute;
          z-index: 1;
          top: 50%;
          right: 0.30769em;
          width: 5.30769em;
          padding: 0 1em;
          border: none;
          border-radius: 0.15385em;
          background-color: #ddd;
          line-height: 2.07692;
          letter-spacing: 0.30769em;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
  #headerAreaSection .h_btm {
    padding-top: 1.0625em;
    				/*============================
    #h_nav
    ============================*/ }
    #headerAreaSection .h_btm .cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      width: 1100px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 10px;
      padding-left: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #headerAreaSection .h_btm #h_nav {
      width: 100%; }
      #headerAreaSection .h_btm #h_nav > ul {
        width: 103.27273%;
        margin-right: -1.63636%;
        margin-left: -1.63636%;
        text-align: center;
        letter-spacing: -.4em; }
        #headerAreaSection .h_btm #h_nav > ul > li {
          display: inline-block;
          margin: 0;
          text-align: center;
          letter-spacing: normal;
          cursor: pointer; }
          #headerAreaSection .h_btm #h_nav > ul > li ul > li {
            text-align: left; }
          #headerAreaSection .h_btm #h_nav > ul > li:first-child {
            width: 7.13028%; }
          #headerAreaSection .h_btm #h_nav > ul > li:nth-child(2), #headerAreaSection .h_btm #h_nav > ul > li:nth-child(4), #headerAreaSection .h_btm #h_nav > ul > li:nth-child(6), #headerAreaSection .h_btm #h_nav > ul > li:nth-child(9) {
            width: 8.4507%; }
          #headerAreaSection .h_btm #h_nav > ul > li:nth-child(3), #headerAreaSection .h_btm #h_nav > ul > li:nth-child(7), #headerAreaSection .h_btm #h_nav > ul > li:nth-child(8), #headerAreaSection .h_btm #h_nav > ul > li:nth-child(10), #headerAreaSection .h_btm #h_nav > ul > li:last-child {
            width: 11.09155%; }
          #headerAreaSection .h_btm #h_nav > ul > li:nth-child(5) {
            width: 12.41197%; }
          #headerAreaSection .h_btm #h_nav > ul > li:nth-child(9) > a:after, #headerAreaSection .h_btm #h_nav > ul > li:nth-child(10) > a:after, #headerAreaSection .h_btm #h_nav > ul > li:last-child > a:after {
            display: none; }
          #headerAreaSection .h_btm #h_nav > ul > li > a {
            font-size: 93.75%;
            position: relative;
            padding: 0.4em 0 0.66667em; }
            #headerAreaSection .h_btm #h_nav > ul > li > a:before, #headerAreaSection .h_btm #h_nav > ul > li > a:after {
              position: absolute;
              opacity: 0;
              content: '';
              -webkit-transition: opacity .6s;
              transition: opacity .6s; }
            #headerAreaSection .h_btm #h_nav > ul > li > a:before {
              right: 0;
              bottom: -0.13333em;
              left: 0;
              width: 100%;
              height: 0.2em;
              background-color: #102149; }
            #headerAreaSection .h_btm #h_nav > ul > li > a:after {
              top: 100%;
              left: 50%;
              width: 0;
              height: 0;
              border: 0.33333em solid transparent;
              border-top: 0.46667em solid #102149;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); }
          #headerAreaSection .h_btm #h_nav > ul > li:first-child {
            margin-left: 0;
            padding-left: 0; }
          #headerAreaSection .h_btm #h_nav > ul > li:last-child {
            margin-right: 0;
            padding-right: 0; }
          #headerAreaSection .h_btm #h_nav > ul > li.active a {
            color: #102149;
            font-weight: bold; }
            @media all and (-ms-high-contrast: none\0) {
              #headerAreaSection .h_btm #h_nav > ul > li.active a {
                letter-spacing: -0.02em; } }
            #headerAreaSection .h_btm #h_nav > ul > li.active a:before, #headerAreaSection .h_btm #h_nav > ul > li.active a:after {
              opacity: 1; }
          #headerAreaSection .h_btm #h_nav > ul > li:hover a {
            color: #102149;
            font-weight: bold; }
            @media all and (-ms-high-contrast: none\0) {
              #headerAreaSection .h_btm #h_nav > ul > li:hover a {
                letter-spacing: -0.02em; } }
            #headerAreaSection .h_btm #h_nav > ul > li:hover a:before, #headerAreaSection .h_btm #h_nav > ul > li:hover a:after {
              opacity: 1; }
          #headerAreaSection .h_btm #h_nav > ul > li:hover .sub {
            z-index: 1;
            height: auto; }
            @media all and (-ms-high-contrast: none\0) {
              #headerAreaSection .h_btm #h_nav > ul > li:hover .sub a {
                letter-spacing: normal; } }
          #headerAreaSection .h_btm #h_nav > ul > li .sub {
            overflow: hidden;
            position: absolute;
            z-index: -1;
            top: 100%;
            right: 0;
            left: 0;
            width: 98.21429%;
            height: 0;
            margin-right: auto;
            margin-left: auto;
            padding-top: 1em;
            -webkit-transition: height .6s;
            transition: height .6s; }
            #headerAreaSection .h_btm #h_nav > ul > li .sub a {
              font-weight: normal; }
            #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              width: 100%;
              padding: 1.25em 1.125em;
              background-color: #102149;
              *zoom: 1;
              -ms-flex-pack: distribute;
                  justify-content: space-around; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont:before, #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont:after {
                content: " ";
                display: table; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont:after {
                clear: both; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                width: 33%;
                padding: 0 0.625em; }
                #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li {
                  *zoom: 1; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li:before, #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li:after {
                    content: " ";
                    display: table; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li:after {
                    clear: both; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li a {
                    font-size: 107.69231%;
                    color: #fff;
                    -webkit-transition-duration: .2s;
                            transition-duration: .2s; }
                    #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li a:hover {
                      text-decoration: underline; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li .nav_right .nav_ttl,
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li .nav_cnt .nav_ttl {
                    font-size: 81.24985%;
                    display: block;
                    margin-bottom: 0.85714em;
                    color: #fff;
                    line-height: 1.3; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li .nav_right .nav_txt,
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont ul li .nav_cnt .nav_txt {
                    font-size: 63.83917%;
                    display: block;
                    color: #aaa; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb {
                padding-top: 0;
                padding-bottom: 0; }
                #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb ul li {
                  width: 20em;
                  margin: 1.875em 0; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb ul li .nav_img {
                    float: left; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb ul li .nav_right {
                    float: right;
                    width: 14.16069em; }
                #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb.no_thumb {
                  padding-top: 0;
                  padding-bottom: 0; }
                  #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb.no_thumb ul li {
                    width: 93%;
                    margin: 1.5625em 0; }
                    #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb.no_thumb ul li .nav_img {
                      float: left; }
                    #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb.no_thumb ul li .nav_right {
                      display: block;
                      position: relative;
                      float: none;
                      width: 100%;
                      padding-left: 0.69643em; }
                      #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_thumb.no_thumb ul li .nav_right:before {
                        display: inline-block;
                        position: absolute;
                        top: 0.29018em;
                        left: 0;
                        width: 0.69643em;
                        height: 0.52232em;
                        background: transparent url("../images/icon_arrow.png") left center no-repeat;
                        background-size: cover;
                        content: ''; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_col2 ul {
                width: 50%; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_col4 ul {
                width: 25%; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_bdr ul:not(:last-child) {
                border-right: #293e5e 1px solid; }
              #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_list ul li {
                font-size: 81.25%;
                position: relative;
                margin: 0.30769em 0;
                padding-left: 1em; }
                #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_list ul li::before {
                  display: inline-block;
                  position: relative;
                  top: -0.07692em;
                  width: 0.92308em;
                  height: 0.69231em;
                  background: transparent url("../images/icon_arrow.png") left center no-repeat;
                  background-size: cover;
                  content: ' '; }

/*============================
main
============================*/
#mainArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #mainArea #user-area {
    width: 840px;
    padding-bottom: 4em; }
    #mainArea #user-area .bcontainer-outer.bg_gray {
      background-color: #eee; }
    #mainArea #user-area .bcontainer-outer.bg_l_gray {
      background-color: #f2f2f2; }
    #mainArea #user-area .bcontainer-outer.bg_navy {
      background-color: #263751; }
    #mainArea #user-area .mainvis a:hover img {
      opacity: .85; }

body[data-parent] #mainArea #user-area {
  font-size: 14px; }
  body[data-parent] #mainArea #user-area a,
  body[data-parent] #mainArea #user-area p,
  body[data-parent] #mainArea #user-area h5 {
    font-size: 100% !important; }

body:not([data-parent]) #mainArea #user-area {
  padding-top: 0;
  padding-bottom: 0; }

.noside #mainArea #user-area,
.p-code244 #mainArea #user-area {
  width: 100%; }

#page_head {
  background-color: #f5f5f5;
  background-image: url(../common-img/bg_page_head.gif);
  background-repeat: repeat-x;
  background-size: auto 100%; }
  #page_head .page_ttl {
    padding: 2.875em 0;
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
    #page_head .page_ttl span {
      display: inline-block; }
      #page_head .page_ttl span.ja {
        font-size: 175%;
        color: #0a0a0a;
        font-weight: 700; }
      #page_head .page_ttl span.en {
        font-size: 75%;
        margin-left: 1.5em;
        color: #999; }

/*============================
#footer
============================*/
#footer {
  padding: 2.0625em 0 0;
  background-color: #263751;
  		/*============================
  #f_link
  ============================*/
  		/*============================
  #copyright
  ============================*/ }
  #footer .cont {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
  #footer .cont {
    padding-right: 0;
    padding-left: 0; }
  #footer #f_link .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #footer #f_link .cont .links {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 20%;
      padding: 2px 1.625em; }
      #footer #f_link .cont .links:first-child {
        width: 17.18182%;
        padding-left: 0; }
      #footer #f_link .cont .links:nth-child(2) {
        width: 18.63636%; }
      #footer #f_link .cont .links:nth-child(3) {
        width: 48.63636%; }
      #footer #f_link .cont .links:nth-child(4), #footer #f_link .cont .links:last-child {
        width: 15.27273%;
        padding-right: 0; }
      #footer #f_link .cont .links:not(:last-child) {
        border-right: #40546b 1px solid; }
      #footer #f_link .cont .links .links_ttl {
        font-size: 93.75%;
        margin-bottom: 1.73333em;
        color: #c0c3c8;
        line-height: 1.2;
        letter-spacing: .04em; }
      #footer #f_link .cont .links .links_btm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #footer #f_link .cont .links .links_btm ul {
          margin-top: -0.8125em;
          margin-bottom: -0.5em; }
          #footer #f_link .cont .links .links_btm ul + ul {
            position: relative;
            left: -51px; }
          #footer #f_link .cont .links .links_btm ul li {
            position: relative;
            margin: 0.5em 0;
            padding-left: 1.5625em;
            line-height: 1.2; }
            #footer #f_link .cont .links .links_btm ul li::before {
              position: absolute;
              top: 0;
              left: 0;
              content: url("../common-img/f_ico_list.png"); }
            #footer #f_link .cont .links .links_btm ul li a {
              font-size: 75%;
              color: #fff;
              -webkit-transition-duration: .2s;
                      transition-duration: .2s; }
              #footer #f_link .cont .links .links_btm ul li a:hover {
                color: #f3f3f3;
                text-decoration: underline; }
  #footer #f_btm {
    margin-top: 1.75em;
    padding: 1.3125em 0 1.625em;
    background-color: #0b1431; }
    #footer #f_btm .cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    #footer #f_btm .f_sub_link {
      font-size: 62.5%;
      min-width: 506px;
      line-height: 1; }
      #footer #f_btm .f_sub_link ul li {
        display: inline-block;
        padding: 0 1em;
        border-right: #fff 1px solid; }
        #footer #f_btm .f_sub_link ul li:first-child {
          border-left: #fff 1px solid; }
        #footer #f_btm .f_sub_link ul li a {
          font-size: 1em;
          color: #dde4ea;
          line-height: 1;
          -webkit-transition-duration: .2s;
                  transition-duration: .2s; }
          #footer #f_btm .f_sub_link ul li a:hover {
            color: #edf4fa;
            text-decoration: underline; }
    #footer #f_btm #f_logo {
      width: 160px; }
      #footer #f_btm #f_logo img {
        width: 100%; }
    #footer #f_btm .copy {
      font-size: 75%;
      line-height: 1; }
      #footer #f_btm .copy small {
        font-size: 83.33333%;
        color: #fff; }

.col2-8 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .col2-8 .box1 {
    float: none;
    width: 300px; }
    .col2-8 .box1 .containerInner {
      margin-left: 0; }
  .col2-8 .box2 {
    float: none;
    width: auto;
    margin: 0 0 0 20px; }

.col2-1 .box1 .containerInner {
  margin-right: 11px; }
.col2-1 .box2 .containerInner {
  margin-left: 11px; }

/*============================
#breadcrumbsList
============================*/
#breadcrumbsList {
  padding: 10px 0 36px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  #breadcrumbsList.nobread {
    overflow: hidden;
    height: 2.875em;
    padding-top: 0;
    padding-bottom: 0; }
  #breadcrumbsList ul li {
    position: relative;
    margin-right: 1em;
    padding-right: 2em; }
    #breadcrumbsList ul li a {
      font-size: 1em;
      color: #666;
      text-decoration: underline; }
      #breadcrumbsList ul li a:hover {
        color: #777; }
    #breadcrumbsList ul li:not(:last-child)::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0;
      line-height: 1;
      content: '>';
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

#sidebarArea {
  width: 240px;
  margin-left: 40px; }
  #sidebarArea #sidebarAreaInner #usersidearea {
    padding-bottom: 2em; }
    #sidebarArea #sidebarAreaInner #usersidearea .hsNormal {
      display: none; }
    #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] + div[id*='unit-'] {
      margin-top: 40px; }
    #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 {
      font-size: 16px;
      border-bottom: 2px solid #333;
      color: #333;
      font-weight: bold;
      text-align: center; }
      #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li {
        border-bottom: 1px solid #ddd;
        background-color: #f5f5f5; }
        #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li a {
          font-size: 14px;
          display: block;
          position: relative;
          padding: 5px 0 6px 35px;
          color: #333 !important; }
          #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li a:before {
            position: absolute;
            top: 45%;
            left: 10px;
            width: 6px;
            height: 6px;
            border-top: 1px solid #666;
            border-right: 1px solid #666;
            content: '';
            -webkit-transform: rotate(45deg) translateY(-45%);
                    transform: rotate(45deg) translateY(-45%); }
        #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li:hover, #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li.active {
          background-color: #e2e8f2; }
          #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li:hover a, #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li.active a {
            color: #152965 !important;
            font-weight: bold; }
            #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li:hover a:before, #sidebarArea #sidebarAreaInner #usersidearea div[id*='unit-'] h5 + ul li.active a:before {
              border-color: #152965; }

body:not([data-parent]) #breadcrumbsList,
body:not([data-parent]) #sidebarArea {
  display: none; }

body.english #headerAreaSection .h_btm #h_nav > ul {
  width: 102.72727%;
  margin-right: -1.36364%;
  margin-left: -1.36364%;
  text-align: center; }
  body.english #headerAreaSection .h_btm #h_nav > ul > li {
    margin: 0; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:first-child {
      width: 6.81416%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(2) {
      width: 13.71681%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(3) {
      width: 15.84071%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(4) {
      width: 5.9292%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(5) {
      width: 14.42478%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(6) {
      width: 14.77876%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(7) {
      width: 8.67257%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(8) {
      width: 9.20354%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li:nth-child(9), body.english #headerAreaSection .h_btm #h_nav > ul > li:last-child {
      width: 9.38053%; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li a {
      font-size: 14px; }
    body.english #headerAreaSection .h_btm #h_nav > ul > li.active a, body.english #headerAreaSection .h_btm #h_nav > ul > li:hover a {
      font-weight: normal;
      letter-spacing: normal !important; }
body.english #headerAreaSection .h_mid #h_logo {
  margin-top: -1.25em; }
body.english #headerAreaSection .h_mid #h_right #cse-search-box .searchBtn {
  letter-spacing: normal; }
body.english #sidebarArea #sidebarAreaInner a {
  font-weight: normal !important; }
body.english #footer #f_link .cont .links {
  width: 25%; }
  body.english #footer #f_link .cont .links:nth-child(3) {
    width: 35%; }
  body.english #footer #f_link .cont .links:nth-child(4), body.english #footer #f_link .cont .links:last-child {
    width: 15%; }
body.english #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_list ul li {
  padding-left: 1.92308em; }
  body.english #headerAreaSection .h_btm #h_nav > ul > li .sub .sub_cont.nav_list ul li:before {
    position: absolute;
    top: 0.46154em;
    left: 0.92308em; }

/**
* 2017.11.29
* by Y.Ohta
**/
#contentsAreaSection #user-area .containerInner {
  /* [ttle] .bTtl */
  /* [title] .bTtlBg */
  /* [title] .bTtlS */
  /* [title] .bSubTtl */
  /* [text] .bTxt*/
  /* [text] .bTxtImg */
  /* [table] .tbl-bdr */
  /* [list] .list-header-bold */
  /* .bAnchor */
  /* .list_seminar */
  /* thumb_article */
  /* htmlチョク入力 */
  /* (定款) */
  /* (ローカルナビ) */
  /* (ページ内アンカーナビ) */
  /* (ダウンロード) */
  /* (お問い合わせリンク) */
  /* [parts] .bVCatList2 */
  /* [parts] .bPageTop*/
  /* [parts] .faq-cont */
  /* [parts] .f_sitelink */
  /* [parts] .list_news */
  /* [parts] .list_media */
  /* [parts] .list_video */
  /* [parts] .list_video */
  /* [parts] .list_report */
  /* [parts] .list_depart */
  /* [parts] .list_products */
  /* common */
  /* temp */ }
  #contentsAreaSection #user-area .containerInner .bTtl h1,
  #contentsAreaSection #user-area .containerInner .bTtl h2,
  #contentsAreaSection #user-area .containerInner .bTtl h3,
  #contentsAreaSection #user-area .containerInner .bTtl h4,
  #contentsAreaSection #user-area .containerInner .bTtl h5,
  #contentsAreaSection #user-area .containerInner .bTtl h6 {
    font-size: 1.9em;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #000d45;
    color: #3b3b3b;
    line-height: 1.3; }
  #contentsAreaSection #user-area .containerInner .bTtlBg h1,
  #contentsAreaSection #user-area .containerInner .bTtlBg h2,
  #contentsAreaSection #user-area .containerInner .bTtlBg h3 {
    font-size: 1em;
    background-color: #000d45;
    color: #fff;
    line-height: 1.3; }
  #contentsAreaSection #user-area .containerInner .bTtlBg h4,
  #contentsAreaSection #user-area .containerInner .bTtlBg h5,
  #contentsAreaSection #user-area .containerInner .bTtlBg h6 {
    font-size: .875em;
    background-color: #f4f4f4;
    color: #484848;
    line-height: 1.3; }
  #contentsAreaSection #user-area .containerInner .en-ja .bTtlS .title {
    font-size: 2.625em;
    margin-top: 0;
    font-family: 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif, 'ＭＳ ゴシック', 'MS Gothic', 'メイリオ', Meiryo;
    font-weight: 600;
    letter-spacing: .004em; }
  #contentsAreaSection #user-area .containerInner .en-ja .bTtlS .subtext {
    font-size: 1.125em;
    margin-top: 0.11111em;
    font-weight: 600;
    letter-spacing: .004em; }
  #contentsAreaSection #user-area .containerInner .en-ja.hor .title,
  #contentsAreaSection #user-area .containerInner .en-ja.hor .subtext {
    display: inline-block; }
  #contentsAreaSection #user-area .containerInner .en-ja.hor .subtext {
    margin-left: 1.2em; }
  #contentsAreaSection #user-area .containerInner .ja-en .bTtlS .title {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: .004em; }
  #contentsAreaSection #user-area .containerInner .ja-en .bTtlS .subtext {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: .004em; }
  #contentsAreaSection #user-area .containerInner .bSubTtl h1,
  #contentsAreaSection #user-area .containerInner .bSubTtl h2,
  #contentsAreaSection #user-area .containerInner .bSubTtl h3,
  #contentsAreaSection #user-area .containerInner .bSubTtl h4,
  #contentsAreaSection #user-area .containerInner .bSubTtl h5,
  #contentsAreaSection #user-area .containerInner .bSubTtl h6 {
    font-size: 1.15em;
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 10px 15px;
    border-bottom: 1px dotted #969594;
    color: #3b3b3b;
    line-height: 1.3; }
  #contentsAreaSection #user-area .containerInner .bSubTtl h1::before,
  #contentsAreaSection #user-area .containerInner .bSubTtl h2::before,
  #contentsAreaSection #user-area .containerInner .bSubTtl h3::before,
  #contentsAreaSection #user-area .containerInner .bSubTtl h4::before,
  #contentsAreaSection #user-area .containerInner .bSubTtl h5::before,
  #contentsAreaSection #user-area .containerInner .bSubTtl h6::before {
    display: block;
    position: absolute;
    top: -.25em;
    left: 0;
    width: 4px;
    height: 1.8em;
    background-color: #9ca2ce;
    content: ''; }
  #contentsAreaSection #user-area .containerInner .bTxtS p + p {
    margin-top: 1em; }
  #contentsAreaSection #user-area .containerInner .bTxtImg p {
    margin-bottom: 1em; }
  #contentsAreaSection #user-area .containerInner .bTxtImg p:last-child {
    margin-bottom: 0; }
  #contentsAreaSection #user-area .containerInner .bTxtImg .bTxtImgRight,
  #contentsAreaSection #user-area .containerInner .bTxtImg .bTxtImgLeft {
    margin-bottom: 1.25em !important; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table {
    position: relative;
    z-index: 1; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr:first-child:not(.odd) th {
    position: inherit;
    border: #fff 1px solid;
    background-color: #d3d3d3 !important; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr:first-child:not(.odd) th:first-child {
    border-left: inherit; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr:first-child:not(.odd) th:last-child {
    border-right: inherit; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr th,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr td {
    background-color: inherit !important; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr th,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr td {
    position: relative;
    border: #c9cceb 1px sold !important; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr th::before,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr td::before,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr th .bg-tbl-ttl,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr td .bg-tbl-ttl {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr.odd th::before,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr.odd td::before {
    background-color: #f7f7f7; }
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr th .bg-tbl-ttl,
  #contentsAreaSection #user-area .containerInner .tbl-bdr table tr td .bg-tbl-ttl {
    padding: 1px;
    background-color: #c9cceb; }
  #contentsAreaSection #user-area .containerInner .list-header-bold ol {
    margin: -.125em 0;
    counter-reset: count_li; }
  #contentsAreaSection #user-area .containerInner .list-header-bold ol li {
    position: relative;
    margin: .25em 0 !important;
    padding: 0 0 0 1.5em !important;
    background-image: none !important; }
  #contentsAreaSection #user-area .containerInner .list-header-bold ol li:first-line {
    font-weight: bold; }
  #contentsAreaSection #user-area .containerInner .list-header-bold ol li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(count_li) ".";
    counter-increment: count_li; }
  #contentsAreaSection #user-area .containerInner .bAnchor ul {
    border-top: 3px solid #ebebeb;
    border-right: 3px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-left: 3px solid #ebebeb; }
  #contentsAreaSection #user-area .containerInner .bAnchor ul li {
    margin: 0;
    padding: 8px 20px;
    border-bottom: 1px solid #ebebeb; }
  #contentsAreaSection #user-area .containerInner .bAnchor ul li:last-child {
    border-bottom: none; }
  #contentsAreaSection #user-area .containerInner .bAnchor ul li a {
    position: relative;
    padding: 0 0 0 1.5em;
    background-image: none;
    color: #003894;
    text-decoration: none; }
  #contentsAreaSection #user-area .containerInner .bAnchor ul li a:hover {
    color: #4780de !important;
    text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner .bAnchor ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    content: '→'; }
  #contentsAreaSection #user-area .containerInner .list_seminar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1em;
    margin-bottom: -1em;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #contentsAreaSection #user-area .containerInner .list_seminar ul li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      width: 49.09091%;
      margin: 1.375em 0.90909% 0.5625em 0;
      padding: 1.125em 1.25em 0.625em 1.4375em;
      border: none;
      background-color: #fff;
      *zoom: 1; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li:before, #contentsAreaSection #user-area .containerInner .list_seminar ul li:after {
        content: " ";
        display: table; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li:after {
        clear: both; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li:nth-child(2n) {
        margin-right: 0;
        margin-left: 0.90909%; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListDate {
        position: relative;
        float: left;
        width: 4.0625em;
        margin-right: 0.78125em;
        border: #1e3360 1px solid;
        background-color: #1e3360; }
        #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListDate span {
          display: block;
          color: #fff;
          font-weight: 600;
          line-height: 1; }
          #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListDate span.month {
            font-size: 85.9375%;
            display: inline-block;
            min-width: 1em;
            padding: 0.54545em 0.36364em 0;
            text-align: right; }
          #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListDate span.date {
            font-size: 164.0625%;
            padding: 0.33333em 0.19048em 0.47619em 0.38095em;
            text-align: right; }
          #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListDate span.year {
            font-size: 78.125%;
            padding: 0.4em 0;
            background-color: #fff;
            color: #1e3360;
            text-align: center; }
        #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListDate::after {
          display: block;
          position: absolute;
          top: 1.5625em;
          left: -0.07813em;
          width: 3.35938em;
          height: 0.07813em;
          background-color: #fff;
          content: '';
          -webkit-transform: rotate(135deg);
                  transform: rotate(135deg); }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListLabel {
        position: absolute;
        top: 0;
        right: 10px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListLabel .bcatlabel {
          font-size: 0.75em;
          display: inline-block;
          min-width: 4.16667em;
          padding: 0.33333em 1.16667em;
          border: none;
          background-color: #d97601;
          color: #fff;
          text-align: center;
          line-height: 1.41667; }
          #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListLabel .bcatlabel.label6 {
            display: none; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li h5,
      #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListTxt {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        float: right;
        min-width: 430px;
        width: 86.51911%; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li h5 {
        margin-top: 0.28409em;
        margin-bottom: -0.28409em;
        line-height: 1.5; }
        #contentsAreaSection #user-area .containerInner .list_seminar ul li h5 a {
          font-size: 0.9375em;
          padding-right: 0;
          color: #222;
          font-weight: 600; }
          #contentsAreaSection #user-area .containerInner .list_seminar ul li h5 a:hover {
            color: #333;
            text-decoration: underline; }
      #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListTxt {
        font-size: 0.6875em;
        position: relative;
        margin-top: 1.09091em;
        padding-left: 1.90909em;
        color: #666;
        line-height: 1; }
        #contentsAreaSection #user-area .containerInner .list_seminar ul li .bCatListTxt::before {
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 1.09091em;
          height: 1.36364em;
          background-image: url(../common-img/ico_addr.png);
          background-position: center center;
          background-size: contain;
          content: ''; }
  #contentsAreaSection #user-area .containerInner .list_seminar + .hsNormal {
    margin-bottom: 0; }
  #contentsAreaSection #user-area .containerInner .thumb_article {
    padding-bottom: 1.125em;
    background-color: #f2f2f2; }
    #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 1.25em;
      *zoom: 1;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom:before, #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom:after {
        content: " ";
        display: table; }
      #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom:after {
        clear: both; }
      #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom .cat,
      #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom .desc {
        line-height: 1.2; }
      #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom .cat {
        font-size: 0.625em;
        width: 10em;
        margin-right: 1.6em;
        padding: 0.5em 0;
        background-color: #fff;
        color: #d77700;
        text-align: center; }
      #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom .desc {
        font-size: 0.875em;
        width: 520px; }
        #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom .desc a {
          font-size: 1em;
          color: #233573;
          font-weight: 600; }
          #contentsAreaSection #user-area .containerInner .thumb_article .bVImgTxtBottom .desc a:hover {
            color: #334583;
            text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner dl {
    margin-bottom: .625em;
    margin-left: .625em; }
  #contentsAreaSection #user-area .containerInner dl:last-child {
    margin-bottom: 1.5em; }
  #contentsAreaSection #user-area .containerInner dl dt {
    margin-left: 10px;
    font-weight: bold; }
  #contentsAreaSection #user-area .containerInner dl dt.title {
    font-size: 1.1em;
    margin-bottom: .3125em;
    margin-left: 0;
    color: #a33b4d;
    font-weight: bold; }
  #contentsAreaSection #user-area .containerInner dl dd {
    margin-left: .625em; }
  #contentsAreaSection #user-area .containerInner dl dd ol {
    margin: .3125em 0 .3125em 1.875em;
    padding: 0 0 0 2.5em; }
  #contentsAreaSection #user-area .containerInner dl dd ol li {
    list-style: decimal; }
  #contentsAreaSection #user-area .containerInner .category_top {
    padding-bottom: 50px; }
  #contentsAreaSection #user-area .containerInner #category_top_notext {
    padding-top: 100px; }
  #contentsAreaSection #user-area .containerInner .category_top dl {
    position: relative;
    float: left;
    width: 410px;
    min-height: 205px;
    margin-right: 16px;
    margin-bottom: 20px;
    margin-left: 40px; }
  #contentsAreaSection #user-area .containerInner #category_top_noimg dl,
  #contentsAreaSection #user-area .containerInner .category_top dl.noimg {
    min-height: 120px; }
  #contentsAreaSection #user-area .containerInner #category_top_notext dl {
    min-height: 120px; }
  #contentsAreaSection #user-area .containerInner .category_top dt {
    padding: 0 0 15px 1px;
    background: url(../image/common/border_cat.gif) left bottom no-repeat; }
  #contentsAreaSection #user-area .containerInner .category_top dt a {
    font-size: 125%;
    display: block;
    padding: 5px 10px 1px 45px;
    background: url(../image/common/icon_arrow07.gif) left top no-repeat;
    font-weight: bold; }
  #contentsAreaSection #user-area .containerInner .category_top dd {
    margin: 0 160px 0 0;
    padding: 20px 0 0 0; }
  #contentsAreaSection #user-area .containerInner #category_top_noimg dd,
  #contentsAreaSection #user-area .containerInner .category_top dl.noimg dd {
    margin: 0; }
  #contentsAreaSection #user-area .containerInner .category_top dd a,
  #contentsAreaSection #user-area .containerInner .category_top dd a:hover,
  #contentsAreaSection #user-area .containerInner .category_top dd a:visited {
    color: #333; }
  #contentsAreaSection #user-area .containerInner .category_top dd.img {
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
    padding: 0; }
  #contentsAreaSection #user-area .containerInner .category_top dd.img img {
    width: 130px; }
  #contentsAreaSection #user-area .containerInner #maincontents_inr,
  #contentsAreaSection #user-area .containerInner #maincontents_inr02 {
    position: relative;
    padding: 2em 1em;
    /*border-top: 10px solid #f0efed;*/
    background: #fff; }
  #contentsAreaSection #user-area .containerInner .grants_recommend dl {
    margin-bottom: -20px; }
  #contentsAreaSection #user-area .containerInner .grants_recommend dd {
    position: relative;
    padding: .7em 0 .7em 1.5em;
    border-top: 1px dotted #e5e5e5; }
  #contentsAreaSection #user-area .containerInner .grants_recommend dd:last-child {
    border-bottom: 1px dotted #e5e5e5; }
  #contentsAreaSection #user-area .containerInner .grants_recommend dd::before {
    position: absolute;
    top: .7em;
    left: 0;
    font-weight: 900;
    content: '→'; }
  #contentsAreaSection #user-area .containerInner .grants_recommend dd a {
    color: #003894 !important;
    text-decoration: none; }
  #contentsAreaSection #user-area .containerInner .grants_recommend dd a:hover {
    color: #4780de !important;
    text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner .seminar_order dt {
    font-size: 125%;
    margin-bottom: 10px;
    font-weight: bold; }
  #contentsAreaSection #user-area .containerInner .download-box {
    border: 1px solid #e8e8e8;
    background: #f7f7f7; }
  #contentsAreaSection #user-area .containerInner .download-box p.button {
    margin: 30px 100px 20px 100px;
    border-radius: 6px;
    background: #123b9b;
    background: -moz-linear-gradient(top, #3a76c4 0%, #123b9b);
    background: -webkit-gradient(linear, left top, left bottom, from(#3a76c4), to(#123b9b));
    -webkit-box-shadow: 1px 0 2px rgba(21, 38, 128, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.7);
            box-shadow: 1px 0 2px rgba(21, 38, 128, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.7); }
  #contentsAreaSection #user-area .containerInner .download-box p.button a {
    font-size: 150%;
    display: block;
    padding: 30px 15px 30px 68px;
    background: url(../image/common/icon_download_pc.png) 20px 25px no-repeat;
    color: #fff !important;
    font-weight: bold; }
  #contentsAreaSection #user-area .containerInner .download-box p.text {
    margin: 0 40px 20px 40px; }
  #contentsAreaSection #user-area .containerInner .link_mail {
    padding-left: 23px;
    background: url(../image/common/icon_mail_pc.gif) left 3px no-repeat;
    color: #003894 !important;
    text-decoration: none; }
  #contentsAreaSection #user-area .containerInner .bVCatList2 ul li {
    margin-bottom: 1.0625em;
    padding-bottom: 1.25em;
    background-color: #f5f5f5; }
    #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner .bVCatList2Date {
      font-size: .75em;
      float: right;
      padding: 2px 14px;
      color: #8b8b8b;
      line-height: 1.2; }
    #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner .bCatListLabel {
      float: left;
      min-width: 100px;
      background-color: #d97601;
      color: #fff;
      text-align: center; }
      #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner .bCatListLabel span {
        font-size: 0.75em;
        display: block;
        padding: 0.33333em 1.16667em;
        border: none;
        line-height: 1.41667; }
        #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner .bCatListLabel span.label4 {
          display: none; }
    #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner h5 {
      clear: both;
      margin: 0;
      padding: 0.11429em 1.14286em 0;
      line-height: 1.6em; }
      #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner h5 a {
        font-size: 0.9375em;
        color: #203262;
        font-weight: 600;
        letter-spacing: .004em; }
        #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .bVCatList2Inner h5 a:hover {
          color: #304272;
          text-decoration: underline; }
    #contentsAreaSection #user-area .containerInner .bVCatList2 ul li .brClr {
      display: none; }
  #contentsAreaSection #user-area .containerInner .bPageTop {
    width: auto;
    height: auto;
    text-align: right; }
  #contentsAreaSection #user-area .containerInner .bPageTop p {
    width: auto;
    padding-right: 1.5em; }
  #contentsAreaSection #user-area .containerInner .bPageTop p:after {
    position: absolute;
    top: 0;
    right: 0;
    color: #003895;
    content: '↑'; }
  #contentsAreaSection #user-area .containerInner .bPageTop p a {
    font-size: .8em;
    overflow: inherit;
    position: relative;
    width: auto;
    height: auto;
    background: none;
    color: #003895;
    text-indent: inherit; }
  #contentsAreaSection #user-area .containerInner .faq-cont .title,
  #contentsAreaSection #user-area .containerInner .faq-cont .subtext {
    font-size: 1.2em !important;
    position: relative;
    padding: .55em 0 1.25em 3em;
    color: #333;
    line-height: 1.7em; }
  #contentsAreaSection #user-area .containerInner .faq-cont .title::before,
  #contentsAreaSection #user-area .containerInner .faq-cont .subtext::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.4em; }
  #contentsAreaSection #user-area .containerInner .faq-cont .title {
    margin-bottom: 1em !important;
    border-bottom: 1px dotted #969594;
    font-weight: bold !important; }
  #contentsAreaSection #user-area .containerInner .faq-cont .title::before {
    background-color: #9ca2ce;
    content: 'Q'; }
  #contentsAreaSection #user-area .containerInner .faq-cont .subtext::before {
    background-color: #d9be6d;
    content: 'A'; }
  #contentsAreaSection #user-area .containerInner .f_sitelink {
    padding: 40px 0; }
    #contentsAreaSection #user-area .containerInner .f_sitelink .bTxt ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: -5.5px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #contentsAreaSection #user-area .containerInner .f_sitelink .bTxt ul li {
        width: 340px;
        margin: 5.5px 0; }
        #contentsAreaSection #user-area .containerInner .f_sitelink .bTxt ul li a {
          font-size: 1.25em;
          display: block;
          border: #203262 1px solid;
          background-color: #fff;
          color: #203262;
          text-align: center;
          line-height: 2.95em;
          letter-spacing: .007em;
          -webkit-transition-duration: .3s;
                  transition-duration: .3s; }
          #contentsAreaSection #user-area .containerInner .f_sitelink .bTxt ul li a:hover {
            background-color: #203262;
            color: #fff; }
  #contentsAreaSection #user-area .containerInner .list_media ul li,
  #contentsAreaSection #user-area .containerInner .list_news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    margin-bottom: 0;
    padding: 0.9375em 0.75em 0.9375em 0.1875em;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel,
    #contentsAreaSection #user-area .containerInner .list_media ul li .bCatListDate,
    #contentsAreaSection #user-area .containerInner .list_media ul li .cat,
    #contentsAreaSection #user-area .containerInner .list_media ul li .date,
    #contentsAreaSection #user-area .containerInner .list_media ul li .desc,
    #contentsAreaSection #user-area .containerInner .list_news ul li .bcatlabel,
    #contentsAreaSection #user-area .containerInner .list_news ul li .bCatListDate,
    #contentsAreaSection #user-area .containerInner .list_news ul li .cat,
    #contentsAreaSection #user-area .containerInner .list_news ul li .date,
    #contentsAreaSection #user-area .containerInner .list_news ul li .desc {
      padding: 0 1.25em;
      line-height: 1.2; }
    #contentsAreaSection #user-area .containerInner .list_media ul li .bCatListLabel,
    #contentsAreaSection #user-area .containerInner .list_news ul li .bCatListLabel {
      display: inline-block; }
    #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel,
    #contentsAreaSection #user-area .containerInner .list_news ul li .bcatlabel {
      padding: 0;
      border: none; }
    #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel,
    #contentsAreaSection #user-area .containerInner .list_media ul li .cat,
    #contentsAreaSection #user-area .containerInner .list_news ul li .bcatlabel,
    #contentsAreaSection #user-area .containerInner .list_news ul li .cat {
      font-size: 75%;
      display: inline-block;
      width: 8.33333em;
      padding: 0.33333em 1.16667em;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      background-color: #d97601;
      color: #fff;
      text-align: center;
      line-height: 1.41667; }
      #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel.seminar,
      #contentsAreaSection #user-area .containerInner .list_media ul li .cat.seminar,
      #contentsAreaSection #user-area .containerInner .list_news ul li .bcatlabel.seminar,
      #contentsAreaSection #user-area .containerInner .list_news ul li .cat.seminar {
        background-color: #d97601; }
      #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel.label41, #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel.news,
      #contentsAreaSection #user-area .containerInner .list_media ul li .cat.label41,
      #contentsAreaSection #user-area .containerInner .list_media ul li .cat.news,
      #contentsAreaSection #user-area .containerInner .list_news ul li .bcatlabel.label41,
      #contentsAreaSection #user-area .containerInner .list_news ul li .bcatlabel.news,
      #contentsAreaSection #user-area .containerInner .list_news ul li .cat.label41,
      #contentsAreaSection #user-area .containerInner .list_news ul li .cat.news {
        background-color: #203262; }
    #contentsAreaSection #user-area .containerInner .list_media ul li .bCatListDate,
    #contentsAreaSection #user-area .containerInner .list_media ul li .date,
    #contentsAreaSection #user-area .containerInner .list_news ul li .bCatListDate,
    #contentsAreaSection #user-area .containerInner .list_news ul li .date {
      font-size: 0.6875em;
      display: inline-block;
      margin-bottom: 0;
      padding-top: 0.54545em;
      padding-bottom: 0.54545em; }
    #contentsAreaSection #user-area .containerInner .list_media ul li h5,
    #contentsAreaSection #user-area .containerInner .list_media ul li .desc,
    #contentsAreaSection #user-area .containerInner .list_news ul li h5,
    #contentsAreaSection #user-area .containerInner .list_news ul li .desc {
      font-size: 0.875em;
      margin-bottom: 0;
      font-weight: 600; }
      #contentsAreaSection #user-area .containerInner .list_media ul li h5 a,
      #contentsAreaSection #user-area .containerInner .list_media ul li .desc a,
      #contentsAreaSection #user-area .containerInner .list_news ul li h5 a,
      #contentsAreaSection #user-area .containerInner .list_news ul li .desc a {
        font-size: 1em;
        color: #233573;
        font-weight: bold; }
        #contentsAreaSection #user-area .containerInner .list_media ul li h5 a:hover,
        #contentsAreaSection #user-area .containerInner .list_media ul li .desc a:hover,
        #contentsAreaSection #user-area .containerInner .list_news ul li h5 a:hover,
        #contentsAreaSection #user-area .containerInner .list_news ul li .desc a:hover {
          color: #333583;
          text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner .list_media_top,
  #contentsAreaSection #user-area .containerInner .list_news_top {
    min-height: 33.75em;
    margin-bottom: 1.5em; }
    #contentsAreaSection #user-area .containerInner .list_media_top ul li,
    #contentsAreaSection #user-area .containerInner .list_news_top ul li {
      display: inherit;
      border-top: none; }
      #contentsAreaSection #user-area .containerInner .list_media_top ul li .cat,
      #contentsAreaSection #user-area .containerInner .list_media_top ul li .date,
      #contentsAreaSection #user-area .containerInner .list_news_top ul li .cat,
      #contentsAreaSection #user-area .containerInner .list_news_top ul li .date {
        float: left; }
      #contentsAreaSection #user-area .containerInner .list_media_top ul li .desc,
      #contentsAreaSection #user-area .containerInner .list_news_top ul li .desc {
        clear: both;
        padding-top: 0.85714em;
        padding-right: 0;
        padding-left: 0; }
  #contentsAreaSection #user-area .containerInner .list_media {
    margin-bottom: 1.5em; }
    #contentsAreaSection #user-area .containerInner .list_media ul li {
      width: 100%;
      border-top: none; }
      #contentsAreaSection #user-area .containerInner .list_media ul li .bcatlabel {
        font-size: 12px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 12.5em;
        padding-right: 0.83333em;
        padding-left: 0.83333em;
        letter-spacing: -0.02083em; }
      #contentsAreaSection #user-area .containerInner .list_media ul li .bCatListDate {
        font-size: 11px !important; }
  #contentsAreaSection #user-area .containerInner .list_video {
    margin-left: 120px; }
    #contentsAreaSection #user-area .containerInner .list_video ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.75em;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #contentsAreaSection #user-area .containerInner .list_video ul li {
        max-width: 250px;
        margin: 0 0.75em; }
        #contentsAreaSection #user-area .containerInner .list_video ul li .img {
          margin: 0 0 0.9375em; }
          #contentsAreaSection #user-area .containerInner .list_video ul li .img img {
            width: 100%; }
        #contentsAreaSection #user-area .containerInner .list_video ul li .cat,
        #contentsAreaSection #user-area .containerInner .list_video ul li .date {
          line-height: 1.2; }
        #contentsAreaSection #user-area .containerInner .list_video ul li .cat {
          font-size: 0.75em;
          float: left;
          width: 10em;
          padding: 0.33333em 1.16667em;
          background-color: #fff;
          color: #d87702;
          font-weight: 600;
          text-align: center;
          line-height: 1.41667; }
        #contentsAreaSection #user-area .containerInner .list_video ul li .date {
          font-size: 0.6875em;
          float: right;
          padding: 0.5em 0;
          color: #222; }
        #contentsAreaSection #user-area .containerInner .list_video ul li .desc {
          font-size: 0.875em;
          clear: both;
          padding-top: 1.125em;
          font-weight: 600;
          line-height: 1.5; }
          #contentsAreaSection #user-area .containerInner .list_video ul li .desc a {
            font-size: 1em;
            color: #233573;
            line-height: 1.71429em; }
            #contentsAreaSection #user-area .containerInner .list_video ul li .desc a:hover {
              color: #334583;
              text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner .list_pub {
    margin-bottom: 1.875em; }
    #contentsAreaSection #user-area .containerInner .list_pub ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.25em;
      padding-top: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #contentsAreaSection #user-area .containerInner .list_pub ul li {
        min-width: 245px;
        width: 25%;
        margin: 0 1.25em;
        background-color: #fff; }
        #contentsAreaSection #user-area .containerInner .list_pub ul li .img {
          margin: 0 0 1.1875em;
          text-align: center; }
          #contentsAreaSection #user-area .containerInner .list_pub ul li .img img {
            border: #bfbfbf 1px solid; }
        #contentsAreaSection #user-area .containerInner .list_pub ul li h5,
        #contentsAreaSection #user-area .containerInner .list_pub ul li .subttl {
          font-size: 0.875em;
          display: inline-block;
          width: 100%;
          min-height: 2.35714em;
          font-weight: 600;
          text-align: center;
          line-height: 1.35714; }
          #contentsAreaSection #user-area .containerInner .list_pub ul li h5 a,
          #contentsAreaSection #user-area .containerInner .list_pub ul li .subttl a {
            font-size: 1em;
            color: #233573; }
            #contentsAreaSection #user-area .containerInner .list_pub ul li h5 a:hover,
            #contentsAreaSection #user-area .containerInner .list_pub ul li .subttl a:hover {
              color: #334583;
              text-decoration: underline; }
        #contentsAreaSection #user-area .containerInner .list_pub ul li h5 + p,
        #contentsAreaSection #user-area .containerInner .list_pub ul li .desc {
          font-size: 75%;
          margin-top: 0;
          line-height: 1.75; }
  #contentsAreaSection #user-area .containerInner .list_report {
    margin-right: 23px;
    margin-left: 119px; }
    #contentsAreaSection #user-area .containerInner .list_report ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: -9px 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #contentsAreaSection #user-area .containerInner .list_report ul li {
        width: 46.19226%;
        margin: 16px 0 3px;
        padding: 0;
        border: none;
        background: none; }
        #contentsAreaSection #user-area .containerInner .list_report ul li .bcatlabel,
        #contentsAreaSection #user-area .containerInner .list_report ul li .bCatListDate,
        #contentsAreaSection #user-area .containerInner .list_report ul li .cat,
        #contentsAreaSection #user-area .containerInner .list_report ul li .date {
          line-height: 1.2; }
        #contentsAreaSection #user-area .containerInner .list_report ul li .bcatlabel {
          padding: 0;
          border: none; }
        #contentsAreaSection #user-area .containerInner .list_report ul li .bcatlabel,
        #contentsAreaSection #user-area .containerInner .list_report ul li .cat {
          font-size: 75%;
          display: inline-block;
          float: left;
          min-width: 19.16667em;
          width: 19.16667em;
          padding: 0.33333em 1.16667em;
          background-color: #fff;
          color: #d87702;
          font-weight: 600;
          text-align: center;
          line-height: 1.41667; }
        #contentsAreaSection #user-area .containerInner .list_report ul li .bCatListDate,
        #contentsAreaSection #user-area .containerInner .list_report ul li .date {
          font-size: 68.75%;
          float: right;
          margin-bottom: 0;
          padding: 0.90909em 0;
          color: #666; }
        #contentsAreaSection #user-area .containerInner .list_report ul li h5,
        #contentsAreaSection #user-area .containerInner .list_report ul li .desc {
          font-size: 100%;
          clear: both;
          margin-bottom: 0;
          font-weight: 600;
          line-height: 1.5; }
          #contentsAreaSection #user-area .containerInner .list_report ul li h5 a,
          #contentsAreaSection #user-area .containerInner .list_report ul li .desc a {
            font-size: 100%;
            color: #233573;
            font-weight: bold; }
            #contentsAreaSection #user-area .containerInner .list_report ul li h5 a:hover,
            #contentsAreaSection #user-area .containerInner .list_report ul li .desc a:hover {
              color: #334583;
              text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner .list_depart {
    margin-bottom: 2.375em; }
    #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 {
      width: 836px;
      margin: 0 auto; }
      #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 .bImg3Txt3Inner {
        width: 250px;
        text-align: left; }
        #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 .bImg3Txt3Inner span img {
          width: auto;
          height: auto; }
        #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 .bImg3Txt3Inner .imgCap {
          display: none; }
        #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 .bImg3Txt3Inner div {
          font-size: 0.9375em;
          margin-top: 1.2em;
          line-height: 1.5; }
          #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 .bImg3Txt3Inner div a {
            font-size: 1em;
            color: #222; }
            #contentsAreaSection #user-area .containerInner .list_depart .bImg3Txt3 .bImg3Txt3Inner div a:hover {
              color: #333;
              text-decoration: underline; }
  #contentsAreaSection #user-area .containerInner .list_products {
    margin-bottom: 2.375em; }
    #contentsAreaSection #user-area .containerInner .list_products .bImg3Txt3Inner {
      padding: 1.5em 0;
      background-color: #fff; }
      #contentsAreaSection #user-area .containerInner .list_products .bImg3Txt3Inner span img {
        width: auto;
        height: auto; }
      #contentsAreaSection #user-area .containerInner .list_products .bImg3Txt3Inner .imgCap {
        font-size: 1.125em;
        margin-top: 0.55556em;
        padding-top: 0;
        color: #222;
        font-weight: 600;
        line-height: 1.2; }
      #contentsAreaSection #user-area .containerInner .list_products .bImg3Txt3Inner div {
        font-size: 0.875em;
        margin-top: 1.85714em; }
        #contentsAreaSection #user-area .containerInner .list_products .bImg3Txt3Inner div a {
          font-size: 1em;
          padding: 0.92857em 1.71429em;
          border: #263751 1px solid;
          color: #263751;
          font-weight: 600;
          -webkit-transition-duration: .2s;
                  transition-duration: .2s; }
          #contentsAreaSection #user-area .containerInner .list_products .bImg3Txt3Inner div a:hover {
            background-color: #263751;
            color: #fff; }
  #contentsAreaSection #user-area .containerInner .site_wid .bImg,
  #contentsAreaSection #user-area .containerInner .site_wid .bTxt,
  #contentsAreaSection #user-area .containerInner .site_wid .bVCatList2 {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px; }
  #contentsAreaSection #user-area .containerInner .site_wid .bVCatList2 {
    width: 1060px;
    padding-right: 1.25em;
    padding-left: 1.25em; }
    #contentsAreaSection #user-area .containerInner .site_wid .bVCatList2 ul {
      padding-top: 28px; }
    #contentsAreaSection #user-area .containerInner .site_wid .bVCatList2 .bVCatList2Img {
      margin-bottom: 10px; }
  #contentsAreaSection #user-area .containerInner .wauto .bImg img {
    width: auto; }
  #contentsAreaSection #user-area .containerInner .wid-100 {
    width: 100% !important; }
  #contentsAreaSection #user-area .containerInner .color-wh h1,
  #contentsAreaSection #user-area .containerInner .color-wh h2,
  #contentsAreaSection #user-area .containerInner .color-wh h3,
  #contentsAreaSection #user-area .containerInner .color-wh h4,
  #contentsAreaSection #user-area .containerInner .color-wh h5,
  #contentsAreaSection #user-area .containerInner .color-wh h6,
  #contentsAreaSection #user-area .containerInner .color-wh p {
    color: #fff; }
  #contentsAreaSection #user-area .containerInner .color-nv h1,
  #contentsAreaSection #user-area .containerInner .color-nv h2,
  #contentsAreaSection #user-area .containerInner .color-nv h3,
  #contentsAreaSection #user-area .containerInner .color-nv h4,
  #contentsAreaSection #user-area .containerInner .color-nv h5,
  #contentsAreaSection #user-area .containerInner .color-nv h6,
  #contentsAreaSection #user-area .containerInner .color-nv p {
    color: #263751; }
  #contentsAreaSection #user-area .containerInner .btn_cont a {
    font-size: 0.8125em;
    display: inline-block;
    padding: 0.84615em 3.15385em;
    border: #333 1px solid;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition-duration: .2s;
            transition-duration: .2s; }
    #contentsAreaSection #user-area .containerInner .btn_cont a:hover {
      background-color: #333;
      color: #fff; }
  #contentsAreaSection #user-area .containerInner .btn_cont.color-nv a {
    border-color: #263751;
    color: #263751; }
    #contentsAreaSection #user-area .containerInner .btn_cont.color-nv a:hover {
      background-color: #263751;
      color: #fff; }
  #contentsAreaSection #user-area .containerInner .btn_cont.color-wh a {
    border-color: #fff;
    color: #fff; }
    #contentsAreaSection #user-area .containerInner .btn_cont.color-wh a:hover {
      background-color: #fff;
      color: #263751; }
  #contentsAreaSection #user-area .containerInner .btn_cont_small a {
    padding: 0.92308em 1.76923em; }
  #contentsAreaSection #user-area .containerInner .btn_cont_small2 a {
    padding-right: 2em;
    padding-left: 2em; }
  #contentsAreaSection #user-area .containerInner .btn_cont_large a {
    font-size: 1em;
    padding: 0.875em 3.9375em; }
  #contentsAreaSection #user-area .containerInner .align-left {
    text-align: left; }
  #contentsAreaSection #user-area .containerInner .align-right {
    text-align: right; }
  #contentsAreaSection #user-area .containerInner .align-center {
    text-align: center; }
    #contentsAreaSection #user-area .containerInner .align-center a {
      margin-right: auto;
      margin-left: auto; }
  #contentsAreaSection #user-area .containerInner .ls-1em {
    letter-spacing: .1em; }
  #contentsAreaSection #user-area .containerInner .ls-2em {
    letter-spacing: .2em; }
  #contentsAreaSection #user-area .containerInner .ls-3em {
    letter-spacing: .3em; }
  #contentsAreaSection #user-area .containerInner .notice {
    color: #d93131; }
  #contentsAreaSection #user-area .containerInner .custom-col .bVCatList2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #contentsAreaSection #user-area .containerInner .custom-col-3 .bVCatList2 ul li {
    width: 340px; }
  #contentsAreaSection #user-area .containerInner .custom-col-4 .bVCatList2 ul li {
    width: 240px; }
  #contentsAreaSection #user-area .containerInner .tmp .bImg {
    text-align: center; }
    #contentsAreaSection #user-area .containerInner .tmp .bImg img {
      max-width: 1400px; }
#contentsAreaSection #user-area .site_wid .bcontainer-inner {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
#contentsAreaSection #user-area .f_sitelink.bg_l_gray {
  overflow: hidden;
  padding-top: 7px;
  *zoom: 1; }
  #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 {
    width: 1100px; }
    #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box1,
    #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box2,
    #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box3 {
      width: 31.09091%;
      margin-right: 3.36364%;
      margin-left: 0; }
      #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box1 .containerInner,
      #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box2 .containerInner,
      #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box3 .containerInner {
        margin-right: 0;
        margin-left: 0; }
    #contentsAreaSection #user-area .f_sitelink.bg_l_gray .col3-1 .box3 {
      margin-right: 0; }
  #contentsAreaSection #user-area .f_sitelink.bg_l_gray + .f_sitelink {
    padding-top: 0; }
#contentsAreaSection #user-area .site_max_wid .bcontainer-inner {
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
#contentsAreaSection #user-area .section-seminar {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  #contentsAreaSection #user-area .section-seminar .hsNormal {
    margin-bottom: 29px; }
#contentsAreaSection #user-area .section-report .col2-8:after, #contentsAreaSection #user-area .section-video .col2-8:after {
  width: 0; }
#contentsAreaSection #user-area .section-report .col2-8 .box1, #contentsAreaSection #user-area .section-video .col2-8 .box1 {
  float: none;
  width: 14.54545%; }
  #contentsAreaSection #user-area .section-report .col2-8 .box1 .containerInner, #contentsAreaSection #user-area .section-video .col2-8 .box1 .containerInner {
    margin-left: 0; }
#contentsAreaSection #user-area .section-report .col2-8 .box2, #contentsAreaSection #user-area .section-video .col2-8 .box2 {
  float: none;
  width: 83.63636%;
  margin: 0 0 0 1.81818%; }
  #contentsAreaSection #user-area .section-report .col2-8 .box2 .containerInner, #contentsAreaSection #user-area .section-video .col2-8 .box2 .containerInner {
    margin-right: 0; }
#contentsAreaSection #user-area .section-report .bcontainer-inner {
  padding-top: 40px !important;
  padding-bottom: 60px !important; }
#contentsAreaSection #user-area .section-report .col2-8 .box1 {
  width: 22.72727%; }
#contentsAreaSection #user-area .section-report .col2-8 .box2 {
  width: 77.27273%;
  margin-left: 0; }
  #contentsAreaSection #user-area .section-report .col2-8 .box2 .list_report {
    margin-left: 50px; }
#contentsAreaSection #user-area .section-report .hsNormal {
  margin-bottom: 34px !important; }
#contentsAreaSection #user-area .section-report .subtext {
  font-size: 87.5% !important;
  margin-top: 7px !important; }
#contentsAreaSection #user-area .section-newsmedia .col2-1 {
  margin-top: 12px; }
  #contentsAreaSection #user-area .section-newsmedia .col2-1 .en-ja {
    margin-bottom: 7px; }
  #contentsAreaSection #user-area .section-newsmedia .col2-1 .bTxt {
    margin-top: -13px;
    margin-bottom: 42px; }
  #contentsAreaSection #user-area .section-newsmedia .col2-1 .box2 .containerInner {
    margin-left: 18px; }
    #contentsAreaSection #user-area .section-newsmedia .col2-1 .box2 .containerInner .hsNormal {
      margin-left: 7px; }
#contentsAreaSection #user-area .section-video .bcontainer-inner {
  padding-top: 44px !important;
  padding-bottom: 42px !important; }
#contentsAreaSection #user-area .section-video .hsNormal {
  margin-bottom: 36px !important; }
#contentsAreaSection #user-area .section-video .box2 {
  margin-top: 14px; }
#contentsAreaSection #user-area .section-publication {
  padding-top: 45px !important;
  padding-bottom: 5px !important; }
  #contentsAreaSection #user-area .section-publication .bcontainer-inner {
    padding-right: 0;
    padding-left: 0; }
  #contentsAreaSection #user-area .section-publication .hsNormal {
    margin-bottom: 38px !important; }

body[data-parent] #contentsAreaSection #user-area .containerInner .list_video {
  margin-left: 0; }
  body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul {
    display: block;
    width: 100%;
    letter-spacing: -.4em; }
    body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li {
      display: inline-block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: none;
      width: 33.33333%;
      margin: 0;
      padding: 1em 1em 1.5em;
      vertical-align: top;
      letter-spacing: normal; }
      body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .img {
        margin: 0 0 0.9375em; }
        body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .img img {
          width: 100%; }
      body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .cat,
      body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .date {
        line-height: 1.2; }
      body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .cat {
        font-size: 12px !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 60%;
        background-color: #eee; }
      body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .date {
        font-size: 11px !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 40%;
        padding-left: 1em;
        text-align: right; }
      body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .desc {
        font-size: 0.875em;
        clear: both;
        padding-top: 1.125em;
        font-weight: 600;
        line-height: 1.5; }
        body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .desc a {
          font-size: 1em;
          color: #233573;
          line-height: 1.71429em; }
          body[data-parent] #contentsAreaSection #user-area .containerInner .list_video ul li .desc a:hover {
            color: #334583;
            text-decoration: underline; }

@-webkit-keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  .modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

/*コンテンツ*/
#detailReadMoreButtonEn {
  display: inherit;
  width: 100%;
  margin: 50px 0;
  padding: 3px 0;
  border: solid 1px #ccc;
  text-align: center; }

.relationshipFoundation {
  min-height: 70px;
  margin: 0 30px;
  padding: 0; }

.contentsInner ul.newsList li a:hover {
  text-decoration: none; }

#lowpage .time_Title {
  background: #dce6c1; }

.imported_blog_114 #lead {
  font-size: 110%;
  padding: 7px;
  border: 3px solid #1548b3;
  color: #1548b3;
  text-align: center; }
.imported_blog_114 #articleHeader {
  margin-top: 20px;
  padding: 20px 0 0 20px;
  background: #14368b;
  color: #fff; }
  .imported_blog_114 #articleHeader .subCopy {
    font-size: 15px;
    margin: 0; }
  .imported_blog_114 #articleHeader h3.title {
    font-size: 140%;
    margin: 10px 0;
    padding: 0 0 10px 0;
    color: #fff;
    line-height: 150%;
    letter-spacing: 1px; }
  .imported_blog_114 #articleHeader h2.title br {
    display: none; }
.imported_blog_114 .date {
  font-size: 14px; }
.imported_blog_114 .photo {
  float: right;
  width: 230px;
  margin: 0; }
.imported_blog_114 #ControlArea {
  width: 610px;
  padding: 10px 20px;
  background: #a0aab9; }
.imported_blog_114 #boxPN li.previous img {
  float: left;
  width: 120px; }
.imported_blog_114 #boxPN li.next img {
  float: right;
  width: 120px; }
.imported_blog_114 #boxSNS {
  margin: 10px 0; }
  .imported_blog_114 #boxSNS li {
    float: left;
    padding-right: 10px; }
.imported_blog_114 .twitter {
  margin-top: 4px; }

.line,
.print {
  margin-top: 4px; }

.imported_blog_114 .fb {
  margin-top: 0; }
.imported_blog_114 .fb-like,
.imported_blog_114 .twitter-share-button {
  margin-left: 0 !important; }
.imported_blog_114 #contentText {
  font-size: 110%;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #fff;
  line-height: 170%; }
  .imported_blog_114 #contentText h4 {
    font-size: 150%;
    padding: 15px 0 10px 0;
    background: none; }
  .imported_blog_114 #contentText p {
    margin: 20px 0; }
.imported_blog_114 dl.box01 {
  margin-top: 30px;
  padding: 20px 0 25px 0;
  border: 1px solid #e9e9e9;
  background: #f3f3f3; }
  .imported_blog_114 dl.box01 dt {
    margin: 0 28px 0 28px;
    font-weight: bold; }
  .imported_blog_114 dl.box01 dd {
    margin: 5px 28px 0 28px; }

/* 一般 */
.imported_blog_12 #maincontents_inr h2 a,
.imported_blog_12 #maincontents_inr h2 span {
  color: #19408f; }
.imported_blog_12 #article_title .year {
  border-color: #19408f;
  color: #19408f; }
.imported_blog_12 .column.table tr {
  border-color: #19408f; }
.imported_blog_12 #article_title h1 {
  background-color: #19408f; }
.imported_blog_12 .column.other_projects h4, .imported_blog_12 .column.table .text .type {
  background-color: #19408f; }

.imported_cat_13 #maincontents_inr h2,
.imported_cat_21 #maincontents_inr h2,
.imported_cat_22 #maincontents_inr h2,
.imported_cat_15 #maincontents_inr h2,
.imported_cat_16 #maincontents_inr h2,
.imported_cat_39 #maincontents_inr h2,
.imported_cat_1273 #maincontents_inr h2 {
  font-size: 13px;
  float: left;
  width: 350px;
  margin: 0 0 0 70px;
  line-height: 150%; }
.imported_cat_13 #maincontents_inr p,
.imported_cat_21 #maincontents_inr p,
.imported_cat_22 #maincontents_inr p,
.imported_cat_15 #maincontents_inr p,
.imported_cat_16 #maincontents_inr p,
.imported_cat_39 #maincontents_inr p,
.imported_cat_1273 #maincontents_inr p {
  margin: 15px 0; }
.imported_cat_13 #maincontents_inr h2 a,
.imported_cat_21 #maincontents_inr h2 a,
.imported_cat_22 #maincontents_inr h2 a,
.imported_cat_15 #maincontents_inr h2 a,
.imported_cat_16 #maincontents_inr h2 a,
.imported_cat_39 #maincontents_inr h2 a,
.imported_cat_1273 #maincontents_inr h2 a {
  float: left;
  margin-right: 10px; }
.imported_cat_13 #maincontents_inr h2 span,
.imported_cat_21 #maincontents_inr h2 span,
.imported_cat_22 #maincontents_inr h2 span,
.imported_cat_15 #maincontents_inr h2 span,
.imported_cat_16 #maincontents_inr h2 span,
.imported_cat_39 #maincontents_inr h2 span,
.imported_cat_1273 #maincontents_inr h2 span {
  font-size: 12px;
  display: inline;
  float: left;
  margin: 0;
  font-weight: normal; }
.imported_cat_13 #maincontents_inr section,
.imported_cat_21 #maincontents_inr section,
.imported_cat_22 #maincontents_inr section,
.imported_cat_15 #maincontents_inr section,
.imported_cat_16 #maincontents_inr section,
.imported_cat_39 #maincontents_inr section,
.imported_cat_1273 #maincontents_inr section {
  float: right; }
.imported_cat_13 #projects_contents,
.imported_cat_21 #projects_contents,
.imported_cat_22 #projects_contents,
.imported_cat_15 #projects_contents,
.imported_cat_16 #projects_contents,
.imported_cat_39 #projects_contents,
.imported_cat_1273 #projects_contents {
  margin: 0;
  border: none; }
.imported_cat_13 .social_button .fb_button,
.imported_cat_21 .social_button .fb_button,
.imported_cat_22 .social_button .fb_button,
.imported_cat_15 .social_button .fb_button,
.imported_cat_16 .social_button .fb_button,
.imported_cat_39 .social_button .fb_button,
.imported_cat_1273 .social_button .fb_button {
  overflow: hidden;
  width: 110px !important;
  margin: 2px 0 0 0; }
.imported_cat_13 #article,
.imported_cat_21 #article,
.imported_cat_22 #article,
.imported_cat_15 #article,
.imported_cat_16 #article,
.imported_cat_39 #article,
.imported_cat_1273 #article {
  float: left;
  clear: both; }
.imported_cat_13 #article_title,
.imported_cat_21 #article_title,
.imported_cat_22 #article_title,
.imported_cat_15 #article_title,
.imported_cat_16 #article_title,
.imported_cat_39 #article_title,
.imported_cat_1273 #article_title {
  position: relative;
  width: 660px;
  height: 60px; }
  .imported_cat_13 #article_title .year,
  .imported_cat_21 #article_title .year,
  .imported_cat_22 #article_title .year,
  .imported_cat_15 #article_title .year,
  .imported_cat_16 #article_title .year,
  .imported_cat_39 #article_title .year,
  .imported_cat_1273 #article_title .year {
    position: absolute;
    top: 0;
    width: 56px;
    height: 44px;
    padding: 12px 0 0 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    line-height: 18px; }
  .imported_cat_13 #article_title h1,
  .imported_cat_21 #article_title h1,
  .imported_cat_22 #article_title h1,
  .imported_cat_15 #article_title h1,
  .imported_cat_16 #article_title h1,
  .imported_cat_39 #article_title h1,
  .imported_cat_1273 #article_title h1 {
    font-size: 16px;
    float: left;
    width: 590px;
    margin: 10px 0 20px 40px;
    padding: 8px 0 8px 30px;
    color: #fff;
    line-height: 140%; }
  .imported_cat_13 #article_title .main_image,
  .imported_cat_21 #article_title .main_image,
  .imported_cat_22 #article_title .main_image,
  .imported_cat_15 #article_title .main_image,
  .imported_cat_16 #article_title .main_image,
  .imported_cat_39 #article_title .main_image,
  .imported_cat_1273 #article_title .main_image {
    float: right;
    margin: -10px 0 10px 0; }
.imported_cat_13 .column,
.imported_cat_21 .column,
.imported_cat_22 .column,
.imported_cat_15 .column,
.imported_cat_16 .column,
.imported_cat_39 .column,
.imported_cat_1273 .column {
  padding: 15px; }
  .imported_cat_13 .column.text img,
  .imported_cat_21 .column.text img,
  .imported_cat_22 .column.text img,
  .imported_cat_15 .column.text img,
  .imported_cat_16 .column.text img,
  .imported_cat_39 .column.text img,
  .imported_cat_1273 .column.text img {
    float: left;
    margin: 0 20px 0 0; }
  .imported_cat_13 .column.text h3,
  .imported_cat_21 .column.text h3,
  .imported_cat_22 .column.text h3,
  .imported_cat_15 .column.text h3,
  .imported_cat_16 .column.text h3,
  .imported_cat_39 .column.text h3,
  .imported_cat_1273 .column.text h3 {
    font-size: 115%;
    display: table-caption;
    margin-bottom: 0;
    padding: 0 0 7px 0;
    border-bottom: none;
    color: #3b3b3b; }
  .imported_cat_13 .column.table,
  .imported_cat_21 .column.table,
  .imported_cat_22 .column.table,
  .imported_cat_15 .column.table,
  .imported_cat_16 .column.table,
  .imported_cat_39 .column.table,
  .imported_cat_1273 .column.table {
    margin: 0 0 20px 0;
    line-height: 150%; }
    .imported_cat_13 .column.table tr.first,
    .imported_cat_21 .column.table tr.first,
    .imported_cat_22 .column.table tr.first,
    .imported_cat_15 .column.table tr.first,
    .imported_cat_16 .column.table tr.first,
    .imported_cat_39 .column.table tr.first,
    .imported_cat_1273 .column.table tr.first {
      border-style: solid;
      border-top-width: 2px;
      border-right-width: 0;
      border-bottom-width: 0;
      border-left-width: 0; }
    .imported_cat_13 .column.table tr.last,
    .imported_cat_21 .column.table tr.last,
    .imported_cat_22 .column.table tr.last,
    .imported_cat_15 .column.table tr.last,
    .imported_cat_16 .column.table tr.last,
    .imported_cat_39 .column.table tr.last,
    .imported_cat_1273 .column.table tr.last {
      border-style: solid;
      border-top-width: 0;
      border-right-width: 0;
      border-bottom-width: 2px;
      border-left-width: 0; }
    .imported_cat_13 .column.table td,
    .imported_cat_21 .column.table td,
    .imported_cat_22 .column.table td,
    .imported_cat_15 .column.table td,
    .imported_cat_16 .column.table td,
    .imported_cat_39 .column.table td,
    .imported_cat_1273 .column.table td {
      border-bottom: 2px solid #ddd; }
    .imported_cat_13 .column.table tr.last td,
    .imported_cat_21 .column.table tr.last td,
    .imported_cat_22 .column.table tr.last td,
    .imported_cat_15 .column.table tr.last td,
    .imported_cat_16 .column.table tr.last td,
    .imported_cat_39 .column.table tr.last td,
    .imported_cat_1273 .column.table tr.last td {
      border-bottom: none; }
    .imported_cat_13 .column.table .title,
    .imported_cat_21 .column.table .title,
    .imported_cat_22 .column.table .title,
    .imported_cat_15 .column.table .title,
    .imported_cat_16 .column.table .title,
    .imported_cat_39 .column.table .title,
    .imported_cat_1273 .column.table .title {
      width: 100px;
      min-height: 28px;
      padding: 10px;
      background: #f0f0f0; }
    .imported_cat_13 .column.table .text,
    .imported_cat_21 .column.table .text,
    .imported_cat_22 .column.table .text,
    .imported_cat_15 .column.table .text,
    .imported_cat_16 .column.table .text,
    .imported_cat_39 .column.table .text,
    .imported_cat_1273 .column.table .text {
      width: 185px;
      min-height: 28px;
      padding: 7px 0 0 10px; }
      .imported_cat_13 .column.table .text .type,
      .imported_cat_21 .column.table .text .type,
      .imported_cat_22 .column.table .text .type,
      .imported_cat_15 .column.table .text .type,
      .imported_cat_16 .column.table .text .type,
      .imported_cat_39 .column.table .text .type,
      .imported_cat_1273 .column.table .text .type {
        display: block;
        float: left;
        margin: 0 0 5px 5px;
        padding: 1px 10px;
        color: #fff;
        text-align: center; }
        .imported_cat_13 .column.table .text .type.disable,
        .imported_cat_21 .column.table .text .type.disable,
        .imported_cat_22 .column.table .text .type.disable,
        .imported_cat_15 .column.table .text .type.disable,
        .imported_cat_16 .column.table .text .type.disable,
        .imported_cat_39 .column.table .text .type.disable,
        .imported_cat_1273 .column.table .text .type.disable {
          background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat center #ccc; }
  .imported_cat_13 .column.progresnow .column_title,
  .imported_cat_21 .column.progresnow .column_title,
  .imported_cat_22 .column.progresnow .column_title,
  .imported_cat_15 .column.progresnow .column_title,
  .imported_cat_16 .column.progresnow .column_title,
  .imported_cat_39 .column.progresnow .column_title,
  .imported_cat_1273 .column.progresnow .column_title {
    margin: 0 0 20px 0; }
    .imported_cat_13 .column.progresnow .column_title img,
    .imported_cat_21 .column.progresnow .column_title img,
    .imported_cat_22 .column.progresnow .column_title img,
    .imported_cat_15 .column.progresnow .column_title img,
    .imported_cat_16 .column.progresnow .column_title img,
    .imported_cat_39 .column.progresnow .column_title img,
    .imported_cat_1273 .column.progresnow .column_title img {
      float: left; }
    .imported_cat_13 .column.progresnow .column_title h3,
    .imported_cat_21 .column.progresnow .column_title h3,
    .imported_cat_22 .column.progresnow .column_title h3,
    .imported_cat_15 .column.progresnow .column_title h3,
    .imported_cat_16 .column.progresnow .column_title h3,
    .imported_cat_39 .column.progresnow .column_title h3,
    .imported_cat_1273 .column.progresnow .column_title h3 {
      float: left;
      margin-bottom: 0;
      padding: 0 0 0 15px;
      border-bottom: none;
      line-height: 150%; }
  .imported_cat_13 .column.progresnow .person,
  .imported_cat_21 .column.progresnow .person,
  .imported_cat_22 .column.progresnow .person,
  .imported_cat_15 .column.progresnow .person,
  .imported_cat_16 .column.progresnow .person,
  .imported_cat_39 .column.progresnow .person,
  .imported_cat_1273 .column.progresnow .person {
    margin: 0 2% 0 0; }
    .imported_cat_13 .column.progresnow .person .alt,
    .imported_cat_21 .column.progresnow .person .alt,
    .imported_cat_22 .column.progresnow .person .alt,
    .imported_cat_15 .column.progresnow .person .alt,
    .imported_cat_16 .column.progresnow .person .alt,
    .imported_cat_39 .column.progresnow .person .alt,
    .imported_cat_1273 .column.progresnow .person .alt {
      font-size: 12px;
      width: 100%;
      margin: 3px auto;
      text-align: center; }
    .imported_cat_13 .column.progresnow .person .movieThumb,
    .imported_cat_21 .column.progresnow .person .movieThumb,
    .imported_cat_22 .column.progresnow .person .movieThumb,
    .imported_cat_15 .column.progresnow .person .movieThumb,
    .imported_cat_16 .column.progresnow .person .movieThumb,
    .imported_cat_39 .column.progresnow .person .movieThumb,
    .imported_cat_1273 .column.progresnow .person .movieThumb {
      position: relative;
      width: 60%;
      margin: 0 20%;
      text-align: center; }
      .imported_cat_13 .column.progresnow .person .movieThumb img,
      .imported_cat_21 .column.progresnow .person .movieThumb img,
      .imported_cat_22 .column.progresnow .person .movieThumb img,
      .imported_cat_15 .column.progresnow .person .movieThumb img,
      .imported_cat_16 .column.progresnow .person .movieThumb img,
      .imported_cat_39 .column.progresnow .person .movieThumb img,
      .imported_cat_1273 .column.progresnow .person .movieThumb img {
        width: 100%;
        height: auto; }
      .imported_cat_13 .column.progresnow .person .movieThumb .icon_play,
      .imported_cat_21 .column.progresnow .person .movieThumb .icon_play,
      .imported_cat_22 .column.progresnow .person .movieThumb .icon_play,
      .imported_cat_15 .column.progresnow .person .movieThumb .icon_play,
      .imported_cat_16 .column.progresnow .person .movieThumb .icon_play,
      .imported_cat_39 .column.progresnow .person .movieThumb .icon_play,
      .imported_cat_1273 .column.progresnow .person .movieThumb .icon_play {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        margin: -25px 0 0 -25px;
        cursor: pointer; }
.imported_cat_13 .photoThumb,
.imported_cat_21 .photoThumb,
.imported_cat_22 .photoThumb,
.imported_cat_15 .photoThumb,
.imported_cat_16 .photoThumb,
.imported_cat_39 .photoThumb,
.imported_cat_1273 .photoThumb {
  float: left;
  width: 200px;
  margin: 0 20px 10px 0; }
  .imported_cat_13 .photoThumb img,
  .imported_cat_21 .photoThumb img,
  .imported_cat_22 .photoThumb img,
  .imported_cat_15 .photoThumb img,
  .imported_cat_16 .photoThumb img,
  .imported_cat_39 .photoThumb img,
  .imported_cat_1273 .photoThumb img {
    width: 100%; }
.imported_cat_13 .column.progresnow,
.imported_cat_21 .column.progresnow,
.imported_cat_22 .column.progresnow,
.imported_cat_15 .column.progresnow,
.imported_cat_16 .column.progresnow,
.imported_cat_39 .column.progresnow,
.imported_cat_1273 .column.progresnow {
  margin: 30px 0 0 0;
  border-top: 2px solid #ccc; }
  .imported_cat_13 .column.progresnow h4,
  .imported_cat_21 .column.progresnow h4,
  .imported_cat_22 .column.progresnow h4,
  .imported_cat_15 .column.progresnow h4,
  .imported_cat_16 .column.progresnow h4,
  .imported_cat_39 .column.progresnow h4,
  .imported_cat_1273 .column.progresnow h4 {
    font-size: 15px;
    float: left;
    clear: both;
    margin: 30px 0 10px;
    padding: 0;
    background: 0;
    color: #333; }
  .imported_cat_13 .column.progresnow p,
  .imported_cat_21 .column.progresnow p,
  .imported_cat_22 .column.progresnow p,
  .imported_cat_15 .column.progresnow p,
  .imported_cat_16 .column.progresnow p,
  .imported_cat_39 .column.progresnow p,
  .imported_cat_1273 .column.progresnow p {
    float: left; }
.imported_cat_13 .column.news,
.imported_cat_21 .column.news,
.imported_cat_22 .column.news,
.imported_cat_15 .column.news,
.imported_cat_16 .column.news,
.imported_cat_39 .column.news,
.imported_cat_1273 .column.news {
  margin: 30px 0 0 0;
  border-top: 2px solid #ccc; }
  .imported_cat_13 .column.news h3,
  .imported_cat_21 .column.news h3,
  .imported_cat_22 .column.news h3,
  .imported_cat_15 .column.news h3,
  .imported_cat_16 .column.news h3,
  .imported_cat_39 .column.news h3,
  .imported_cat_1273 .column.news h3 {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
    line-height: 30px; }
  .imported_cat_13 .column.news .append_file,
  .imported_cat_21 .column.news .append_file,
  .imported_cat_22 .column.news .append_file,
  .imported_cat_15 .column.news .append_file,
  .imported_cat_16 .column.news .append_file,
  .imported_cat_39 .column.news .append_file,
  .imported_cat_1273 .column.news .append_file {
    float: right;
    margin: 0 0 10px 0; }
    .imported_cat_13 .column.news .append_file li,
    .imported_cat_21 .column.news .append_file li,
    .imported_cat_22 .column.news .append_file li,
    .imported_cat_15 .column.news .append_file li,
    .imported_cat_16 .column.news .append_file li,
    .imported_cat_39 .column.news .append_file li,
    .imported_cat_1273 .column.news .append_file li {
      height: 24px;
      padding: 0 40px 0 0;
      background: url(../image/projects/icon_pdf.png) right center no-repeat;
      line-height: 24px; }
  .imported_cat_13 .column.news .text,
  .imported_cat_21 .column.news .text,
  .imported_cat_22 .column.news .text,
  .imported_cat_15 .column.news .text,
  .imported_cat_16 .column.news .text,
  .imported_cat_39 .column.news .text,
  .imported_cat_1273 .column.news .text {
    clear: both;
    margin: 20px 0 0 0; }
  .imported_cat_13 .column.news .detail_link,
  .imported_cat_21 .column.news .detail_link,
  .imported_cat_22 .column.news .detail_link,
  .imported_cat_15 .column.news .detail_link,
  .imported_cat_16 .column.news .detail_link,
  .imported_cat_39 .column.news .detail_link,
  .imported_cat_1273 .column.news .detail_link {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    padding: 0 0 0 35px;
    line-height: 24px; }
    .imported_cat_13 .column.news .detail_link.press,
    .imported_cat_21 .column.news .detail_link.press,
    .imported_cat_22 .column.news .detail_link.press,
    .imported_cat_15 .column.news .detail_link.press,
    .imported_cat_16 .column.news .detail_link.press,
    .imported_cat_39 .column.news .detail_link.press,
    .imported_cat_1273 .column.news .detail_link.press {
      background: url(../image/projects/icon_press.png) left center no-repeat; }
    .imported_cat_13 .column.news .detail_link.topics,
    .imported_cat_21 .column.news .detail_link.topics,
    .imported_cat_22 .column.news .detail_link.topics,
    .imported_cat_15 .column.news .detail_link.topics,
    .imported_cat_16 .column.news .detail_link.topics,
    .imported_cat_39 .column.news .detail_link.topics,
    .imported_cat_1273 .column.news .detail_link.topics {
      background: url(../image/projects/icon_topics.png) left center no-repeat; }
    .imported_cat_13 .column.news .detail_link.seminar,
    .imported_cat_21 .column.news .detail_link.seminar,
    .imported_cat_22 .column.news .detail_link.seminar,
    .imported_cat_15 .column.news .detail_link.seminar,
    .imported_cat_16 .column.news .detail_link.seminar,
    .imported_cat_39 .column.news .detail_link.seminar,
    .imported_cat_1273 .column.news .detail_link.seminar {
      background: url(../image/projects/icon_seminar.png) left center no-repeat; }
.imported_cat_13 .column.other_projects h4,
.imported_cat_21 .column.other_projects h4,
.imported_cat_22 .column.other_projects h4,
.imported_cat_15 .column.other_projects h4,
.imported_cat_16 .column.other_projects h4,
.imported_cat_39 .column.other_projects h4,
.imported_cat_1273 .column.other_projects h4 {
  color: #fff;
  font-weight: normal; }
.imported_cat_13 .column.other_projects li,
.imported_cat_21 .column.other_projects li,
.imported_cat_22 .column.other_projects li,
.imported_cat_15 .column.other_projects li,
.imported_cat_16 .column.other_projects li,
.imported_cat_39 .column.other_projects li,
.imported_cat_1273 .column.other_projects li {
  float: left;
  width: 275px;
  padding: 3px 0 0 30px;
  background: url(https://www.spf.org/global-data/20180328113903573.png) 15px center no-repeat; }
.imported_cat_13 h4,
.imported_cat_21 h4,
.imported_cat_22 h4,
.imported_cat_15 h4,
.imported_cat_16 h4,
.imported_cat_39 h4,
.imported_cat_1273 h4 {
  font-size: 100%;
  margin-bottom: 20px;
  padding: 8px 0 7px 10px;
  border-bottom: none;
  background: #f4f4f4;
  color: #3b3b3b;
  color: #484848; }

.imported_blog_6 h1 {
  font-size: 190%;
  margin-bottom: 30px;
  padding: 5px 0 5px 20px;
  border-left: 5px solid #013895;
  color: #3b3b3b;
  line-height: 140%; }
.imported_blog_6 table.table_common {
  width: 100%;
  border-top: 1px solid #e5e5e5; }
  .imported_blog_6 table.table_common th {
    padding: 7px 10px 7px 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: top; }
  .imported_blog_6 table.table_common td {
    padding: 7px 10px 7px 15px;
    border-bottom: 1px solid #e5e5e5; }
  .imported_blog_6 table.table_common tr:nth-child(odd) th,
  .imported_blog_6 table.table_common tr:nth-child(odd) td {
    background: #f7f7f7; }
  .imported_blog_6 table.table_common tr:nth-child(even) th {
    background: #fff; }
.imported_blog_6 .table.table_common tr:nth-child(even) td {
  background: #fff; }
.imported_blog_6 table.table_common th.thin {
  font-weight: normal; }
.imported_blog_6 table.table_common p {
  margin-top: 0; }
.imported_blog_6 .table_common p.nobtm {
  margin-bottom: 0 !important; }
.imported_blog_6 ol.noleft {
  margin-left: 0 !important; }
.imported_blog_6 .width01 {
  width: 18%; }
.imported_blog_6 .width_staff {
  width: 25%; }
.imported_blog_6 .width_recruit01 {
  width: 20%; }
.imported_blog_6 .floatimg_left {
  font-size: 90%;
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 150%; }
.imported_blog_6 .floatimg_right {
  font-size: 90%;
  display: inline;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: center;
  line-height: 150%; }
.imported_blog_6 .section p,
.imported_blog_6 .section_nobottom p {
  margin: 10px 0 25px 3px; }
.imported_blog_6 dl.box01 {
  margin-top: 30px;
  padding: 20px 0 25px 0;
  border: 1px solid #e9e9e9;
  background: #f3f3f3; }
  .imported_blog_6 dl.box01 dt {
    margin: 0 28px 0 28px;
    font-weight: bold; }
  .imported_blog_6 dl.box01 dd {
    margin: 5px 28px 0 28px; }
.imported_blog_6 h5 {
  font-weight: bold; }

.imported_blog_94 .spfAmericaMonitorMainVisual {
  width: 100%;
  margin: 30px 0 70px 0;
  text-align: center; }
  .imported_blog_94 .spfAmericaMonitorMainVisual.nomargin {
    margin-top: -20px; }
  .imported_blog_94 .spfAmericaMonitorMainVisual img {
    max-width: 90%;
    width: auto;
    margin: 0 0 15px 0; }
  .imported_blog_94 .spfAmericaMonitorMainVisual.nomargin img {
    margin-bottom: 0; }
  .imported_blog_94 .spfAmericaMonitorMainVisual .anchorNavigation {
    width: 100%;
    background: #000; }
    .imported_blog_94 .spfAmericaMonitorMainVisual .anchorNavigation li {
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle; }
      .imported_blog_94 .spfAmericaMonitorMainVisual .anchorNavigation li a {
        font-size: 14px;
        display: block;
        padding: 10px 0;
        color: #fff;
        text-decoration: none;
        line-height: 1.8; }
.imported_blog_94 .spfAmericaMonitorRow {
  margin-top: -60px;
  margin-bottom: 60px;
  padding-top: 60px; }
  .imported_blog_94 .spfAmericaMonitorRow:after {
    display: block;
    clear: both;
    content: ''; }
  .imported_blog_94 .spfAmericaMonitorRow .col .colAnchor {
    position: absolute;
    top: -60px;
    left: 0; }
  .imported_blog_94 .spfAmericaMonitorRow.col2 .col {
    position: relative;
    float: left;
    width: 399px;
    min-height: 310px;
    padding: 30px;
    border: 3px solid #aaa; }
    .imported_blog_94 .spfAmericaMonitorRow.col2 .col.right {
      margin: 0 0 0 30px; }
  .imported_blog_94 .spfAmericaMonitorRow.col2.noborder .col {
    width: 459px;
    padding: 0;
    border: none; }
  .imported_blog_94 .spfAmericaMonitorRow.col2.autoheight .col {
    min-height: 0;
    height: auto; }
  .imported_blog_94 .spfAmericaMonitorRow > img {
    max-width: 100%;
    width: auto;
    margin: 10px 0 40px; }
  .imported_blog_94 .spfAmericaMonitorRow .title {
    font-size: 25px;
    margin-bottom: 5px;
    border-bottom: none;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1px; }
  .imported_blog_94 .spfAmericaMonitorRow .subTitle {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0;
    background: #6c328c;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1.6; }
  .imported_blog_94 .spfAmericaMonitorRow .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .5px; }
  .imported_blog_94 .spfAmericaMonitorRow#member .title {
    margin-bottom: 15px; }
  .imported_blog_94 .spfAmericaMonitorRow#member .memberList {
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: -.4em; }
    .imported_blog_94 .spfAmericaMonitorRow#member .memberList.alignleft {
      text-align: left; }
    .imported_blog_94 .spfAmericaMonitorRow#member .memberList li {
      display: inline-block;
      width: 268px;
      margin: 0 5px 15px;
      padding: 10px;
      border: 1px solid #bbb;
      text-align: center;
      letter-spacing: normal; }
      .imported_blog_94 .spfAmericaMonitorRow#member .memberList li.leader {
        width: 418px; }
      .imported_blog_94 .spfAmericaMonitorRow#member .memberList li .name {
        font-size: 18px;
        margin: 8px 0 0;
        font-weight: bold; }
      .imported_blog_94 .spfAmericaMonitorRow#member .memberList li .memberTitle {
        font-size: 13px;
        display: table-cell;
        width: 500px;
        height: 50px;
        vertical-align: middle; }
  .imported_blog_94 .spfAmericaMonitorRow#participant .memberList {
    margin: 0 0 20px 0;
    padding: 0 10px; }
    .imported_blog_94 .spfAmericaMonitorRow#participant .memberList li {
      margin: 0 0 10px 0;
      line-height: 1.6; }
      .imported_blog_94 .spfAmericaMonitorRow#participant .memberList li .name {
        font-size: 14px;
        margin: 8px 0 0;
        font-weight: bold; }
        .imported_blog_94 .spfAmericaMonitorRow#participant .memberList li .name span {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 0 3px 0 0;
          vertical-align: top; }
      .imported_blog_94 .spfAmericaMonitorRow#participant .memberList li .memberTitle {
        font-size: 12px; }
  .imported_blog_94 .spfAmericaMonitorRow#participant .note {
    clear: both;
    margin: 20px 0 0 0; }
    .imported_blog_94 .spfAmericaMonitorRow#participant .note li {
      position: relative;
      padding: 0 0 0 15px; }
      .imported_blog_94 .spfAmericaMonitorRow#participant .note li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '・'; }
      .imported_blog_94 .spfAmericaMonitorRow#participant .note li span {
        display: inline-block;
        width: 8px;
        height: 8px; }
  .imported_blog_94 .spfAmericaMonitorRow#document .title {
    margin-bottom: 10px; }
  .imported_blog_94 .spfAmericaMonitorRow#document .subTitle {
    background: #023367; }
    .imported_blog_94 .spfAmericaMonitorRow#document .subTitle.seriesTitle {
      font-size: 18px;
      height: 40px;
      line-height: 41px; }
  .imported_blog_94 .spfAmericaMonitorRow#document .attention {
    font-size: 14px;
    font-weight: normal;
    text-align: center; }
  .imported_blog_94 .spfAmericaMonitorRow .comingsoon {
    font-size: 18px;
    margin: 30px 0;
    background: #eee;
    text-align: center;
    line-height: 110px; }
  .imported_blog_94 .spfAmericaMonitorRow#document .documentList {
    margin: 0 auto; }
    .imported_blog_94 .spfAmericaMonitorRow#document .documentList .documentItem {
      margin-bottom: 20px;
      padding: 20px 10px;
      border-bottom: 1px solid #bbb; }
      .imported_blog_94 .spfAmericaMonitorRow#document .documentList .documentItem:last-child {
        border-bottom: none; }
      .imported_blog_94 .spfAmericaMonitorRow#document .documentList .documentItem .documentTitle {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: bold;
        line-height: 1.7; }
      .imported_blog_94 .spfAmericaMonitorRow#document .documentList .documentItem .documentAuthor {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold; }
      .imported_blog_94 .spfAmericaMonitorRow#document .documentList .documentItem .documentReadMore {
        font-size: 16px;
        font-weight: bold; }
  .imported_blog_94 .spfAmericaMonitorRow#document .documentHead {
    display: block;
    margin-bottom: 10px; }
    .imported_blog_94 .spfAmericaMonitorRow#document .documentHead:after {
      display: block;
      clear: both;
      content: ''; }
    .imported_blog_94 .spfAmericaMonitorRow#document .documentHead .tag {
      font-size: 14px;
      float: left;
      width: auto;
      height: 22px;
      padding: 0 10px;
      background: #023367;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 23px; }
    .imported_blog_94 .spfAmericaMonitorRow#document .documentHead .date {
      font-size: 14px;
      float: right;
      height: 20px;
      line-height: 22px; }
.imported_blog_94 .documentSectionTitle {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 760px;
  margin: 15px auto 15px;
  padding: 5px 100px 5px 15px;
  background: #f7f7f7; }
  .imported_blog_94 .documentSectionTitle h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    color: #023567;
    line-height: 1.4; }
  .imported_blog_94 .documentSectionTitle a {
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 20px;
    color: #023567;
    text-decoration: underline;
    line-height: 1; }
    .imported_blog_94 .documentSectionTitle a:before {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: -2px 5px 0 0;
      background-image: url(images/iconHomeBlue@2x.png);
      background-size: 10px;
      vertical-align: middle;
      content: '';
      -webkit-background-size: 10px; }
    .imported_blog_94 .documentSectionTitle a:hover {
      opacity: .8; }
.imported_blog_94 .spfAmericaMonitorRow .document {
  max-width: 760px;
  margin: 0 auto; }
.imported_blog_94 .spfAmericaMonitorRow#document .document > .documentHead {
  margin-bottom: 20px;
  padding: 0 20px; }
.imported_blog_94 .spfAmericaMonitorRow .document .documentTitle {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7; }
.imported_blog_94 .spfAmericaMonitorRow .document .documentAuthor {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: right; }
.imported_blog_94 .spfAmericaMonitorRow .document .documentBody {
  font-size: 16px;
  padding: 20px;
  border-top: 1px solid #f0f0f0; }
  .imported_blog_94 .spfAmericaMonitorRow .document .documentBody p {
    margin: 0 0 15px 0;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word; }
.imported_blog_94 .spfAmericaMonitorRow .document .note {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle; }
  .imported_blog_94 .spfAmericaMonitorRow .document .note:before {
    content: '['; }
  .imported_blog_94 .spfAmericaMonitorRow .document .note:after {
    content: ']'; }
.imported_blog_94 .spfAmericaMonitorRow .document .documentNotes {
  padding: 15px 20px;
  background: #f7f7f7;
  line-height: 1.8; }
  .imported_blog_94 .spfAmericaMonitorRow .document .documentNotes p {
    font-size: 16px;
    margin-top: -60px;
    margin-bottom: 5px;
    padding-top: 60px;
    word-break: break-all; }
.imported_blog_94 .spfAmericaMonitorRow .document .documentAttachFile {
  margin: 20px 0 0 0;
  padding: 0 20px; }
  .imported_blog_94 .spfAmericaMonitorRow .document .documentAttachFile ul {
    padding: 0 0 0 20px; }
    .imported_blog_94 .spfAmericaMonitorRow .document .documentAttachFile ul li {
      font-size: 16px;
      list-style-type: circle; }
.imported_blog_94 #mainTitle + p {
  margin-top: 35px; }
.imported_blog_94 #contentsinner {
  font-size: 14px;
  width: 960px;
  margin: 0 auto;
  line-height: 1.5em;
  letter-spacing: 0; }
.imported_blog_94 #forum,
.imported_blog_94 #seminar {
  margin-top: -50px;
  padding-top: 50px; }
.imported_blog_94 h3 {
  font-size: 18px;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px #bbb solid;
  font-weight: normal;
  letter-spacing: .2em; }
.imported_blog_94 h4 {
  font-size: 14px;
  margin: 25px 0;
  padding: .6em 1.6em;
  background: #6d398c;
  color: #fff;
  font-weight: normal;
  letter-spacing: .2em; }
.imported_blog_94 #pagelink {
  width: 510px;
  margin: 30px auto 40px; }
  .imported_blog_94 #pagelink li {
    font-size: 16px;
    float: left;
    margin: 0 5px;
    color: #008c4e;
    text-align: center;
    letter-spacing: .1em;
    cursor: pointer; }
    .imported_blog_94 #pagelink li a {
      display: block;
      padding: 10px 14px 9px;
      border: 1px solid #6c318c;
      text-decoration: none; }
    .imported_blog_94 #pagelink li:hover {
      background: #6c318c;
      color: #fff; }
    .imported_blog_94 #pagelink li a:hover {
      display: block;
      color: #fff; }
.imported_blog_94 .listSymposium {
  list-style: none;
  margin: 0; }
  .imported_blog_94 .listSymposium > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc; }
  .imported_blog_94 .listSymposium img {
    float: left;
    margin-right: 25px; }
  .imported_blog_94 .listSymposium h5 {
    font-size: 14px; }
  .imported_blog_94 .listSymposium dl,
  .imported_blog_94 .listSymposium ul {
    box-sizing: border-box;
    float: right;
    width: 715px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .imported_blog_94 .listSymposium dl {
    font-size: 13px;
    margin: 15px 0;
    padding: 0 0 0 30px; }
.imported_blog_94 #seminar .listSymposium dl {
  margin: 15px 0 0; }
.imported_blog_94 .listSymposium dt {
  float: left;
  clear: left;
  width: 7em; }
.imported_blog_94 .listSymposium dd {
  padding-left: 7em; }
.imported_blog_94 .listSymposium ul {
  font-size: 12px;
  list-style: disc;
  padding-left: 30px; }
.imported_blog_94 #forum .listSymposium {
  margin-bottom: 95px; }
.imported_blog_94 #seminar .listSymposium + p {
  margin-bottom: 30px; }
.imported_blog_94 .btnSymposium {
  list-style: none;
  margin: 0;
  padding-bottom: 60px;
  text-align: center; }
  .imported_blog_94 .btnSymposium li {
    display: inline-block; }
    .imported_blog_94 .btnSymposium li + li {
      margin-left: 10px; }
.imported_blog_94 .asideArea {
  max-width: 760px;
  margin: 100px auto 100px; }
  .imported_blog_94 .asideArea .sns {
    display: block;
    margin: 20px 0 25px; }
    .imported_blog_94 .asideArea .sns ul {
      text-align: center;
      letter-spacing: -.4em; }
      .imported_blog_94 .asideArea .sns ul li {
        display: inline-block;
        margin: 0 4px 8px;
        vertical-align: middle;
        letter-spacing: normal; }
  .imported_blog_94 .asideArea .otherArticle {
    display: block; }
    .imported_blog_94 .asideArea .otherArticle .otherArticleSection {
      display: block; }
      .imported_blog_94 .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle {
        display: block;
        position: relative;
        padding: 5px 100px 5px 20px;
        background: #023467; }
        .imported_blog_94 .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle.china {
          background: #c35900; }
        .imported_blog_94 .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle h2 {
          font-size: 14px;
          margin: 0;
          padding: 0;
          border: none;
          color: #fff;
          line-height: 1.4; }
        .imported_blog_94 .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a {
          font-size: 12px;
          position: absolute;
          top: 8px;
          right: 20px;
          color: #fff;
          text-decoration: underline;
          line-height: 1; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a:before {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: -2px 5px 0 0;
            background-image: url(./images/iconHomeWhite@2x.png);
            background-size: 10px;
            vertical-align: middle;
            content: '';
            -webkit-background-size: 10px; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection .otherArticleSectionTitle a:hover {
            opacity: .8; }
      .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul {
        list-style-type: none; }
        .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li {
          padding: 15px 20px;
          border-bottom: 1px solid #ededed; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li:last-child {
            border-bottom: none; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li h3 {
            font-size: 14px;
            display: block;
            margin: 0 0 5px 0;
            padding: 0;
            border: none;
            font-weight: bold;
            line-height: 1.4;
            letter-spacing: normal; }
            .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li h3 a {
              color: #023567;
              text-decoration: underline; }
              .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li h3 a:hover {
                opacity: .8; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li p {
            font-size: 12px; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li .author {
            color: #4b4b4b; }
          .imported_blog_94 .asideArea .otherArticle .otherArticleSection ul li .date {
            color: #818181; }
.imported_blog_94 #mainTitle + p {
  margin-top: 35px; }
.imported_blog_94 .contentsinner {
  font-size: 14px;
  width: 960px;
  margin: 0 auto;
  line-height: 1.5em;
  letter-spacing: 0; }
.imported_blog_94 #spfFellowship,
.imported_blog_94 #japanScholarship {
  margin-top: -50px;
  padding-top: 50px; }
.imported_blog_94 h3 {
  font-size: 18px;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px #bbb solid;
  font-weight: normal;
  letter-spacing: .2em; }
.imported_blog_94 h4 {
  font-size: 14px;
  margin: 25px 0;
  padding: .6em 1.6em;
  background: #6d398c;
  color: #fff;
  font-weight: normal;
  letter-spacing: .2em; }
.imported_blog_94 .feature {
  box-sizing: border-box;
  list-style: disc;
  width: 680px;
  margin: 30px auto;
  padding: 20px 20px;
  background: #f2edf5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .imported_blog_94 .feature li {
    margin-left: 30px; }
    .imported_blog_94 .feature li + li {
      margin-top: 1em; }
  .imported_blog_94 .feature dt {
    float: left;
    width: 6em;
    font-weight: bold; }
  .imported_blog_94 .feature dd {
    padding-left: 6em; }
.imported_blog_94 #japanScholarship li:last-child dd {
  padding-left: 0; }
.imported_blog_94 .listFellow {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc; }
  .imported_blog_94 .listFellow li {
    font-size: 12px;
    display: block;
    box-sizing: border-box;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .imported_blog_94 .listFellow li:nth-child(odd) {
      clear: both;
      padding-right: 20px; }
    .imported_blog_94 .listFellow li:nth-child(even) {
      padding-left: 20px; }
    .imported_blog_94 .listFellow li:nth-child(n+3) {
      margin-top: 20px;
      padding-top: 20px;
      border-top: solid 1px #ccc; }
    .imported_blog_94 .listFellow li > img {
      float: left;
      margin-right: 20px; }
    .imported_blog_94 .listFellow li .introduction {
      clear: both;
      padding-top: 10px; }
    .imported_blog_94 .listFellow li .name {
      font-size: 14px;
      font-weight: bold; }
.imported_blog_94 .btnFellowship {
  list-style: none;
  margin: 0;
  padding-bottom: 60px;
  text-align: center; }
  .imported_blog_94 .btnFellowship li {
    display: inline-block; }
    .imported_blog_94 .btnFellowship li + li {
      margin-left: 10px; }
.imported_blog_94 .btnFellowshipModal {
  font-size: 13px;
  display: inline-block;
  margin-top: 7px;
  padding: .3em 2em .3em 1em;
  border: solid 1px #70488c;
  background: url(../img/fellowship/arrowBtnScholarshipModal.png) no-repeat right center;
  color: #70488c;
  cursor: pointer; }
.imported_blog_94 .btnScholarshipModal {
  font-size: 13px;
  display: inline-block;
  position: relative;
  margin-top: 0;
  padding: .3em 2em .3em 2em;
  border: solid 1px #70488c;
  background: url(../img/fellowship/arrowBtnScholarshipModal.png) no-repeat right center;
  color: #70488c;
  text-decoration: none; }
  .imported_blog_94 .btnScholarshipModal:before {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 9px;
    height: 9px;
    background: url(../img/fellowship/iconLink.png) no-repeat;
    content: ''; }
.imported_blog_94 .btnFellowshipModal:hover,
.imported_blog_94 .btnScholarshipModal:hover {
  opacity: .85;
  -moz-opacity: .85;
  filter: alpha(opacity=85);
  -ms-filter: 'alpha(opacity=85)';
  -khtml-opacity: .85; }
.imported_blog_94 .tableMember {
  font-size: 14px;
  /*width: 880px;*/
  margin: 0 auto 30px;
  color: #444; }
.imported_blog_94 .tableMember td {
  padding: .8em 1.5em;
  border-bottom: 1px #ccc solid; }
.imported_blog_94 .tableMember .name {
  width: 11em;
  font-weight: bold; }
.imported_blog_94 .tableMember .post {
  font-size: 12px; }
.imported_blog_94 .tableMember .btn {
  text-align: right; }
.imported_blog_94 .btnClose {
  text-align: center; }
.imported_blog_94 #fellowMinehata {
  width: 80%;
  text-align: left; }
  .imported_blog_94 #fellowMinehata h1 {
    font-size: 14px;
    margin-bottom: 20px; }
  .imported_blog_94 #fellowMinehata p {
    margin: 0; }
    .imported_blog_94 #fellowMinehata p + p {
      margin-top: 1em; }
.imported_blog_94 #fellowMatsubara,
.imported_blog_94 #fellowGoldman {
  text-align: left; }
.imported_blog_94 #fellowMatsubara h1,
.imported_blog_94 #fellowGoldman h1 {
  font-size: 14px;
  margin: 0; }

.symposiumBody #mainTitle + p {
  margin-top: 35px; }
.symposiumBody #forum,
.symposiumBody #seminar {
  margin-top: -50px;
  padding-top: 50px; }
.symposiumBody h3 {
  font-size: 18px;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px #bbb solid;
  font-weight: normal;
  letter-spacing: .2em; }
.symposiumBody h4 {
  font-size: 14px;
  margin: 25px 0;
  padding: .6em 1.6em;
  background: #6d398c;
  color: #fff;
  font-weight: normal;
  letter-spacing: .2em; }
.symposiumBody h5 {
  font-weight: 700; }
.symposiumBody #pagelink {
  width: 510px;
  margin: 30px auto 40px; }
  .symposiumBody #pagelink li {
    font-size: 16px;
    float: left;
    margin: 0 5px;
    color: #008c4e;
    text-align: center;
    letter-spacing: .1em;
    cursor: pointer; }
    .symposiumBody #pagelink li a {
      display: block;
      padding: 10px 14px 9px;
      border: 1px solid #6c318c;
      text-decoration: none; }
    .symposiumBody #pagelink li:hover {
      background: #6c318c;
      color: #fff; }
    .symposiumBody #pagelink li a:hover {
      display: block;
      color: #fff; }
.symposiumBody .listSymposium {
  list-style: none;
  margin: 0; }
  .symposiumBody .listSymposium > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc; }
  .symposiumBody .listSymposium img {
    float: left;
    margin-right: 25px; }
  .symposiumBody .listSymposium h5 {
    font-size: 14px; }
  .symposiumBody .listSymposium dl,
  .symposiumBody .listSymposium ul {
    box-sizing: border-box;
    float: right;
    width: 845px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .symposiumBody .listSymposium dl {
    font-size: 13px;
    margin: 15px 0;
    padding: 0 0 0 30px; }
.symposiumBody #seminar .listSymposium dl {
  margin: 15px 0 0; }
.symposiumBody .listSymposium dt {
  float: left;
  clear: left;
  width: 7em; }
.symposiumBody .listSymposium dd {
  padding-left: 7em; }
.symposiumBody .listSymposium ul {
  font-size: 12px;
  padding-left: 30px; }
  .symposiumBody .listSymposium ul li {
    list-style: disc; }
.symposiumBody #forum .listSymposium {
  margin-bottom: 95px; }
.symposiumBody #seminar .listSymposium + p {
  margin-bottom: 30px; }
.symposiumBody .btnSymposium {
  list-style: none;
  margin: 0;
  padding-bottom: 60px;
  text-align: center; }
  .symposiumBody .btnSymposium li {
    display: inline-block; }
    .symposiumBody .btnSymposium li + li {
      margin-left: 10px; }

.investigationBody #mainTitle + p {
  margin-top: 35px; }
.investigationBody #contentsinner .fundbox {
  margin-top: -50px;
  padding-top: 50px; }
.investigationBody h3 {
  font-size: 18px;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px #bbb solid;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .2em; }
.investigationBody h5 {
  font-weight: 700; }
.investigationBody #pagelink {
  /*width: 960px;*/
  margin: 30px auto 40px; }
  .investigationBody #pagelink li {
    font-size: 13px;
    float: left;
    margin: 0 5px 10px 0;
    color: #008c4e;
    text-align: center;
    letter-spacing: .1em;
    cursor: pointer; }
    .investigationBody #pagelink li a {
      display: block;
      padding: 10px 7px 9px;
      border: 1px solid #6c318c;
      text-decoration: none; }
    .investigationBody #pagelink li:hover {
      background: #6c318c;
      color: #fff; }
    .investigationBody #pagelink li a:hover {
      display: block;
      color: #fff; }
.investigationBody .listInvestigation {
  list-style: none;
  margin: 25px 0 0 50px;
  padding: 0 0 70px 30px; }
  .investigationBody .listInvestigation li {
    list-style: disc; }
  .investigationBody .listInvestigation li + li {
    margin-top: 3px; }
.investigationBody #horizon .listInvestigation {
  padding-bottom: 40px; }
.investigationBody #fukushima .listInvestigation {
  padding-left: 120px; }
.investigationBody .imgFukushima {
  display: block;
  float: left;
  margin: 25px 0 70px; }
.investigationBody .btnInvestigation {
  list-style: none;
  margin: 0;
  padding-bottom: 60px;
  text-align: center; }
  .investigationBody .btnInvestigation li {
    display: inline-block; }
    .investigationBody .btnInvestigation li + li {
      margin-left: 10px; }
.investigationBody .spfAmericaMonitorMainVisual {
  width: 100%;
  margin: 30px 0 70px 0;
  text-align: center; }
  .investigationBody .spfAmericaMonitorMainVisual.nomargin {
    margin-top: -20px; }
  .investigationBody .spfAmericaMonitorMainVisual img {
    max-width: 90%;
    width: auto;
    margin: 0 0 15px 0; }
  .investigationBody .spfAmericaMonitorMainVisual.nomargin img {
    margin-bottom: 0; }
  .investigationBody .spfAmericaMonitorMainVisual .anchorNavigation {
    width: 100%;
    background: #000; }
    .investigationBody .spfAmericaMonitorMainVisual .anchorNavigation li {
      display: inline-block;
      margin: 0 15px;
      vertical-align: middle; }
      .investigationBody .spfAmericaMonitorMainVisual .anchorNavigation li a {
        font-size: 14px;
        display: block;
        padding: 10px 0;
        color: #fff;
        text-decoration: none;
        line-height: 1.8; }
.investigationBody .spfAmericaMonitorRow {
  margin-top: -60px;
  margin-bottom: 60px;
  padding-top: 60px; }
  .investigationBody .spfAmericaMonitorRow:after {
    display: block;
    clear: both;
    content: ''; }
  .investigationBody .spfAmericaMonitorRow .col .colAnchor {
    position: absolute;
    top: -60px;
    left: 0; }
  .investigationBody .spfAmericaMonitorRow.col2 .col {
    position: relative;
    float: left;
    width: 399px;
    min-height: 310px;
    padding: 30px;
    border: 3px solid #aaa; }
    .investigationBody .spfAmericaMonitorRow.col2 .col.right {
      margin: 0 0 0 30px; }
  .investigationBody .spfAmericaMonitorRow.col2.noborder .col {
    width: 459px;
    padding: 0;
    border: none; }
  .investigationBody .spfAmericaMonitorRow.col2.autoheight .col {
    min-height: 0;
    height: auto; }
  .investigationBody .spfAmericaMonitorRow > img {
    max-width: 100%;
    width: auto;
    margin: 10px 0 40px; }
  .investigationBody .spfAmericaMonitorRow .title {
    font-size: 25px;
    margin-bottom: 5px;
    border-bottom: none;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 1px; }
  .investigationBody .spfAmericaMonitorRow .subTitle {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0;
    background: #6c328c;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1.6; }
  .investigationBody .spfAmericaMonitorRow .text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .5px; }
  .investigationBody .spfAmericaMonitorRow#member .title {
    margin-bottom: 15px; }
  .investigationBody .spfAmericaMonitorRow#member .memberList {
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center;
    letter-spacing: -.4em; }
    .investigationBody .spfAmericaMonitorRow#member .memberList.alignleft {
      text-align: left; }
    .investigationBody .spfAmericaMonitorRow#member .memberList li {
      display: inline-block;
      width: 268px;
      margin: 0 5px 15px;
      padding: 10px;
      border: 1px solid #bbb;
      text-align: center;
      letter-spacing: normal; }
      .investigationBody .spfAmericaMonitorRow#member .memberList li.leader {
        width: 418px; }
      .investigationBody .spfAmericaMonitorRow#member .memberList li .name {
        font-size: 18px;
        margin: 8px 0 0;
        font-weight: bold; }
      .investigationBody .spfAmericaMonitorRow#member .memberList li .memberTitle {
        font-size: 13px;
        display: table-cell;
        width: 500px;
        height: 50px;
        vertical-align: middle; }
  .investigationBody .spfAmericaMonitorRow#participant .memberList {
    margin: 0 0 20px 0;
    padding: 0 10px; }
    .investigationBody .spfAmericaMonitorRow#participant .memberList li {
      margin: 0 0 10px 0;
      line-height: 1.6; }
      .investigationBody .spfAmericaMonitorRow#participant .memberList li .name {
        font-size: 14px;
        margin: 8px 0 0;
        font-weight: bold; }
        .investigationBody .spfAmericaMonitorRow#participant .memberList li .name span {
          display: inline-block;
          width: 8px;
          height: 8px;
          margin: 0 3px 0 0;
          vertical-align: top; }
      .investigationBody .spfAmericaMonitorRow#participant .memberList li .memberTitle {
        font-size: 12px; }
  .investigationBody .spfAmericaMonitorRow#participant .note {
    clear: both;
    margin: 20px 0 0 0; }
    .investigationBody .spfAmericaMonitorRow#participant .note li {
      position: relative;
      padding: 0 0 0 15px; }
      .investigationBody .spfAmericaMonitorRow#participant .note li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '・'; }
      .investigationBody .spfAmericaMonitorRow#participant .note li span {
        display: inline-block;
        width: 8px;
        height: 8px; }
  .investigationBody .spfAmericaMonitorRow#document .title {
    margin-bottom: 10px; }
  .investigationBody .spfAmericaMonitorRow#document .subTitle {
    background: #023367; }
    .investigationBody .spfAmericaMonitorRow#document .subTitle.seriesTitle {
      font-size: 18px;
      height: 40px;
      line-height: 41px; }
  .investigationBody .spfAmericaMonitorRow#document .attention {
    font-size: 14px;
    font-weight: normal;
    text-align: center; }
  .investigationBody .spfAmericaMonitorRow .comingsoon {
    font-size: 18px;
    margin: 30px 0;
    background: #eee;
    text-align: center;
    line-height: 110px; }
  .investigationBody .spfAmericaMonitorRow#document .documentList {
    margin: 0 auto; }
    .investigationBody .spfAmericaMonitorRow#document .documentList .documentItem {
      margin-bottom: 20px;
      padding: 20px 10px;
      border-bottom: 1px solid #bbb; }
      .investigationBody .spfAmericaMonitorRow#document .documentList .documentItem:last-child {
        border-bottom: none; }
      .investigationBody .spfAmericaMonitorRow#document .documentList .documentItem .documentTitle {
        font-size: 22px;
        margin-bottom: 5px;
        font-weight: bold;
        line-height: 1.7; }
      .investigationBody .spfAmericaMonitorRow#document .documentList .documentItem .documentAuthor {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold; }
      .investigationBody .spfAmericaMonitorRow#document .documentList .documentItem .documentReadMore {
        font-size: 16px;
        font-weight: bold; }
  .investigationBody .spfAmericaMonitorRow#document .documentHead {
    display: block;
    margin-bottom: 10px; }
    .investigationBody .spfAmericaMonitorRow#document .documentHead:after {
      display: block;
      clear: both;
      content: ''; }
    .investigationBody .spfAmericaMonitorRow#document .documentHead .tag {
      font-size: 14px;
      float: left;
      width: auto;
      height: 22px;
      padding: 0 10px;
      background: #023367;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 23px; }
    .investigationBody .spfAmericaMonitorRow#document .documentHead .date {
      font-size: 14px;
      float: right;
      height: 20px;
      line-height: 22px; }
.investigationBody .documentSectionTitle {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 760px;
  margin: 15px auto 15px;
  padding: 5px 100px 5px 15px;
  background: #f7f7f7; }
  .investigationBody .documentSectionTitle h2 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    color: #023567;
    line-height: 1.4; }
  .investigationBody .documentSectionTitle a {
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 20px;
    color: #023567;
    text-decoration: underline;
    line-height: 1; }
    .investigationBody .documentSectionTitle a:before {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: -2px 5px 0 0;
      background-image: url(images/iconHomeBlue@2x.png);
      background-size: 10px;
      vertical-align: middle;
      content: '';
      -webkit-background-size: 10px; }
    .investigationBody .documentSectionTitle a:hover {
      opacity: .8; }
.investigationBody .spfAmericaMonitorRow .document {
  max-width: 760px;
  margin: 0 auto; }
.investigationBody .spfAmericaMonitorRow#document .document > .documentHead {
  margin-bottom: 20px;
  padding: 0 20px; }
.investigationBody .spfAmericaMonitorRow .document .documentTitle {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7; }
.investigationBody .spfAmericaMonitorRow .document .documentAuthor {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: right; }
.investigationBody .spfAmericaMonitorRow .document .documentBody {
  font-size: 16px;
  padding: 20px;
  border-top: 1px solid #f0f0f0; }
  .investigationBody .spfAmericaMonitorRow .document .documentBody p {
    margin: 0 0 15px 0;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word; }
.investigationBody .spfAmericaMonitorRow .document .note {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle; }
  .investigationBody .spfAmericaMonitorRow .document .note:before {
    content: '['; }
  .investigationBody .spfAmericaMonitorRow .document .note:after {
    content: ']'; }
.investigationBody .spfAmericaMonitorRow .document .documentNotes {
  padding: 15px 20px;
  background: #f7f7f7;
  line-height: 1.8; }
  .investigationBody .spfAmericaMonitorRow .document .documentNotes p {
    font-size: 16px;
    margin-top: -60px;
    margin-bottom: 5px;
    padding-top: 60px;
    word-break: break-all; }
.investigationBody .spfAmericaMonitorRow .document .documentAttachFile {
  margin: 20px 0 0 0;
  padding: 0 20px; }
  .investigationBody .spfAmericaMonitorRow .document .documentAttachFile ul {
    padding: 0 0 0 20px; }
    .investigationBody .spfAmericaMonitorRow .document .documentAttachFile ul li {
      font-size: 16px;
      list-style-type: circle; }

.fellowshipBody {
  line-height: 2; }
  .fellowshipBody #mainTitle + p {
    margin-top: 35px; }
  .fellowshipBody #spfFellowship,
  .fellowshipBody #japanScholarship {
    margin-top: -50px;
    padding-top: 50px; }
  .fellowshipBody h3 {
    font-size: 18px;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px #bbb solid;
    font-weight: normal;
    letter-spacing: .2em; }
  .fellowshipBody h4 {
    font-size: 14px;
    margin: 25px 0;
    padding: .6em 1.6em;
    background: #6d398c;
    color: #fff;
    font-weight: normal;
    letter-spacing: .2em; }
  .fellowshipBody h5 {
    font-wiight: 700; }
  .fellowshipBody #pagelink {
    width: 405px;
    margin: 30px auto 40px; }
    .fellowshipBody #pagelink li {
      font-size: 16px;
      float: left;
      margin: 0 5px;
      color: #008c4e;
      text-align: center;
      letter-spacing: .1em;
      cursor: pointer; }
      .fellowshipBody #pagelink li a {
        display: block;
        padding: 10px 14px 9px;
        border: 1px solid #6c318c;
        text-decoration: none; }
      .fellowshipBody #pagelink li:hover {
        background: #6c318c;
        color: #fff; }
      .fellowshipBody #pagelink li a:hover {
        display: block;
        color: #fff; }
  .fellowshipBody .feature {
    box-sizing: border-box;
    list-style: disc;
    width: 680px;
    margin: 30px auto;
    padding: 20px 20px;
    background: #f2edf5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .fellowshipBody .feature li {
      list-style: disc;
      margin-left: 1em; }
      .fellowshipBody .feature li + li {
        margin-top: 1em; }
    .fellowshipBody .feature dt {
      float: left;
      width: 6em;
      font-weight: bold; }
    .fellowshipBody .feature dd {
      padding-left: 6em; }
  .fellowshipBody #japanScholarship li:last-child dd {
    padding-left: 0; }
  .fellowshipBody .listFellow {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc; }
    .fellowshipBody .listFellow li {
      font-size: 12px;
      display: block;
      box-sizing: border-box;
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
      .fellowshipBody .listFellow li:nth-child(odd) {
        clear: both;
        padding-right: 20px; }
      .fellowshipBody .listFellow li:nth-child(even) {
        padding-left: 20px; }
      .fellowshipBody .listFellow li:nth-child(n+3) {
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px #ccc; }
      .fellowshipBody .listFellow li > img {
        float: left;
        margin-right: 20px; }
      .fellowshipBody .listFellow li .introduction {
        clear: both;
        padding-top: 10px; }
      .fellowshipBody .listFellow li .name {
        font-size: 14px;
        font-weight: bold; }
  .fellowshipBody .btnFellowship {
    list-style: none;
    margin: 0;
    padding-bottom: 60px;
    text-align: center; }
    .fellowshipBody .btnFellowship li {
      display: inline-block; }
      .fellowshipBody .btnFellowship li + li {
        margin-left: 10px; }
  .fellowshipBody .btnFellowshipModal {
    font-size: 13px;
    display: inline-block;
    margin-top: 7px;
    padding: .3em 2em .3em 1em;
    border: solid 1px #70488c;
    background: url(https://www.spf.org/jpus-j/img/fellowship/arrowBtnScholarshipModal.png) no-repeat right center;
    color: #70488c;
    cursor: pointer; }
  .fellowshipBody .btnScholarshipModal {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-top: 0;
    padding: .3em 2em .3em 2em;
    border: solid 1px #70488c;
    background: url(https://www.spf.org/jpus-j/img/fellowship/arrowBtnScholarshipModal.png) no-repeat right center;
    color: #70488c;
    text-decoration: none; }
    .fellowshipBody .btnScholarshipModal:before {
      position: absolute;
      top: 12px;
      left: 10px;
      width: 9px;
      height: 9px;
      background: url(https://www.spf.org/jpus-j/img/fellowship/iconLink.png) no-repeat;
      content: ''; }
  .fellowshipBody .btnFellowshipModal:hover,
  .fellowshipBody .btnScholarshipModal:hover {
    opacity: .85;
    -moz-opacity: .85;
    filter: alpha(opacity=85);
    -ms-filter: 'alpha(opacity=85)';
    -khtml-opacity: .85; }
  .fellowshipBody .tableMember {
    font-size: 14px;
    /*width: 880px;*/
    margin: 0 auto 30px;
    color: #444; }
    .fellowshipBody .tableMember td {
      padding: .8em 1.5em;
      border-bottom: 1px #ccc solid; }
    .fellowshipBody .tableMember .name {
      width: 11em;
      font-weight: bold; }
    .fellowshipBody .tableMember .post {
      font-size: 12px; }
    .fellowshipBody .tableMember .btn {
      text-align: right; }
  .fellowshipBody .btnClose {
    text-align: center; }
  .fellowshipBody #fellowMinehata {
    width: 80%;
    text-align: left; }
    .fellowshipBody #fellowMinehata h1 {
      font-size: 14px;
      margin-bottom: 20px; }
    .fellowshipBody #fellowMinehata p {
      margin: 0; }
      .fellowshipBody #fellowMinehata p + p {
        margin-top: 1em; }
  .fellowshipBody #fellowMatsubara,
  .fellowshipBody #fellowGoldman {
    text-align: left; }
  .fellowshipBody #fellowMatsubara h1,
  .fellowshipBody #fellowGoldman h1 {
    font-size: 14px;
    margin: 0; }

/* 笹川太平洋島嶼国基金 */
.imported_blog_36 #side,
.spinfBody #side {
  float: left;
  width: 282px;
  padding: 0 0 30px 0; }
.imported_blog_36 #acordion,
.spinfBody #acordion {
  position: absolute; }
.imported_blog_36 #side .trigger,
.spinfBody #side .trigger {
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 267px;
  padding: 2px 0 0 15px;
  background: #a4a4a4;
  color: #fff;
  line-height: 2;
  cursor: pointer; }
.imported_blog_36 .trigger:after,
.spinfBody .trigger:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: ''; }
.imported_blog_36 .sideNavi,
.spinfBody .sideNavi {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 282px;
  padding: 0;
  background: #666;
  opacity: .9;
  color: #fff;
  line-height: 2em;
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=90)';
  -moz-opacity: .9;
  -khtml-opacity: .9; }
  .imported_blog_36 .sideNavi a,
  .spinfBody .sideNavi a {
    display: block;
    padding-left: 1em;
    color: #fff;
    text-decoration: none; }
  .imported_blog_36 .sideNavi li:hover,
  .spinfBody .sideNavi li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
.imported_blog_36 .sideInner,
.spinfBody .sideInner {
  padding: 20px 0 0 0; }
  .imported_blog_36 .sideInner h3,
  .spinfBody .sideInner h3 {
    font-size: 16px;
    margin: 30px 0 15px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #bbb;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .05em; }
    .imported_blog_36 .sideInner h3 img,
    .spinfBody .sideInner h3 img {
      max-width: 33px;
      max-height: 23px;
      margin: 0 10px 0 0;
      vertical-align: text-bottom; }
  .imported_blog_36 .sideInner li,
  .spinfBody .sideInner li {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px; }
.imported_blog_36 #side .photo,
.spinfBody #side .photo {
  float: left;
  width: auto;
  height: 100px;
  margin: 0 15px 0 0; }
.imported_blog_36 #side .projectTitle,
.spinfBody #side .projectTitle {
  font-size: 14px;
  padding: 5px 0;
  letter-spacing: .05em; }
.imported_blog_36 .subdate,
.spinfBody .subdate {
  font-size: 13px; }
  .imported_blog_36 .subdate a,
  .spinfBody .subdate a {
    color: #00a14c; }
.imported_blog_36 #main,
.spinfBody #main {
  position: relative;
  float: right;
  width: 644px;
  padding-bottom: 100px; }
.imported_blog_36 .mainInner,
.spinfBody .mainInner {
  position: relative;
  width: 608px;
  margin: 0 auto;
  padding-bottom: 100px; }
.imported_blog_36 #main .year,
.spinfBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #0babc5 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #0babc5;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .imported_blog_36 #main .year p,
  .spinfBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.imported_blog_36 h3.projectTitle,
.spinfBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #0babc5;
  color: #fff;
  line-height: 150%; }
.imported_blog_36 .detailsText,
.spinfBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.imported_blog_36 .detailsDate,
.spinfBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #0babc5;
  border-bottom: 2px solid #0babc5; }
.imported_blog_36 .trander,
.spinfBody .trander {
  border-top: 2px #ccc solid; }
.imported_blog_36 .detailsDate td,
.spinfBody .detailsDate td {
  padding: 10px 15px; }
.imported_blog_36 .detailsDate th,
.spinfBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.imported_blog_36 .currentIcon,
.spinfBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #0babc5;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_36 .nonIcon,
.spinfBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_36 .pageNav,
.spinfBody .pageNav {
  width: 100%;
  margin: 50px 0 0 0; }
  .imported_blog_36 .pageNav li,
  .spinfBody .pageNav li {
    font-size: 14px;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0;
    border: #ccc solid 1px;
    background: url(../img/project_details/arrowPageNav.png) no-repeat right center; }
  .imported_blog_36 .pageNav a,
  .spinfBody .pageNav a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none; }
  .imported_blog_36 .pageNav li:hover,
  .spinfBody .pageNav li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
  .imported_blog_36 .pageNav .new a:after,
  .spinfBody .pageNav .new a:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 44px;
    width: 42px;
    height: 18px;
    background: url(../img/project_details/iconNew.png) no-repeat 0 0;
    content: ''; }
.imported_blog_36 #projectContents h5 .new,
.spinfBody #projectContents h5 .new {
  font-size: 10px;
  margin: 10px;
  padding: 2px 8px;
  background: #c00;
  color: #fff;
  font-weight: normal; }
.imported_blog_36 .mt-image-center,
.spinfBody .mt-image-center {
  margin-top: 10px; }
.imported_blog_36 .mainInner > div,
.spinfBody .mainInner > div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  /*margin-top: -60px;*/ }
.imported_blog_36 #projectContents > div,
.spinfBody #projectContents > div {
  padding-top: 60px; }
.imported_blog_36 #projectContents img,
.spinfBody #projectContents img {
  margin: 5px; }
.imported_blog_36 .edit_mTitle,
.spinfBody .edit_mTitle {
  font-size: 15px !important;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  background: #eee;
  font-weight: bold; }
.imported_blog_36 h5,
.spinfBody h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%; }
.imported_blog_36 h6,
.spinfBody h6 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px solid; }
.imported_blog_36 .btnMore,
.imported_blog_36 .btnClose,
.spinfBody .btnMore,
.spinfBody .btnClose {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  margin: 15px 0 60px;
  border-radius: 5px;
  background: #c3cbce;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }
.imported_blog_36 .btnMore span,
.imported_blog_36 .btnClose span,
.spinfBody .btnMore span,
.spinfBody .btnClose span {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 0;
  margin-right: 25px;
  padding-top: 18px;
  vertical-align: middle; }
.imported_blog_36 .btnMore span,
.spinfBody .btnMore span {
  background: url(../img/project_details/iconBtnMore.png) no-repeat 0 0; }
.imported_blog_36 .btnClose span,
.spinfBody .btnClose span {
  background: url(../img/project_details/iconBtnClose.png) no-repeat 0 0; }
.imported_blog_36 .btnMore:hover,
.imported_blog_36 .btnClose:hover,
.spinfBody .btnMore:hover,
.spinfBody .btnClose:hover {
  opacity: .8; }
.imported_blog_36 .surround,
.spinfBody .surround {
  margin: 40px 0;
  padding: 15px 20px;
  background: #eee; }
.imported_blog_36 .detailIntro,
.spinfBody .detailIntro {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #cecece; }
.imported_blog_36 .pdfList,
.spinfBody .pdfList {
  margin: 0 0 3px 0;
  padding: 0 0 0 24px;
  background: url(/spaf/img/share/icn_pdf.gif) no-repeat left center;
  line-height: 1.5; }
.imported_blog_36 .imgC,
.imported_blog_36 .imgL,
.spinfBody .imgC,
.spinfBody .imgL {
  margin: 10px auto;
  text-align: center; }

/* 笹川日中友好基金 */
.imported_blog_101 #side,
.sjcffBody #side {
  float: left;
  width: 282px;
  padding: 0 0 30px 0; }
.imported_blog_101 #acordion,
.sjcffBody #acordion {
  position: absolute; }
.imported_blog_101 #side .trigger,
.sjcffBody #side .trigger {
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 267px;
  padding: 2px 0 0 15px;
  background: #a4a4a4;
  color: #fff;
  line-height: 2;
  cursor: pointer; }
.imported_blog_101 .trigger:after,
.sjcffBody .trigger:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: ''; }
.imported_blog_101 .sideNavi,
.sjcffBody .sideNavi {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 282px;
  padding: 0;
  background: #666;
  opacity: .9;
  color: #fff;
  line-height: 2em;
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=90)';
  -moz-opacity: .9;
  -khtml-opacity: .9; }
  .imported_blog_101 .sideNavi a,
  .sjcffBody .sideNavi a {
    display: block;
    padding-left: 1em;
    color: #fff;
    text-decoration: none; }
  .imported_blog_101 .sideNavi li:hover,
  .sjcffBody .sideNavi li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
.imported_blog_101 .sideInner,
.sjcffBody .sideInner {
  padding: 20px 0 0 0; }
  .imported_blog_101 .sideInner h3,
  .sjcffBody .sideInner h3 {
    font-size: 16px;
    margin: 30px 0 15px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #bbb;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .05em; }
    .imported_blog_101 .sideInner h3 img,
    .sjcffBody .sideInner h3 img {
      max-width: 33px;
      max-height: 23px;
      margin: 0 10px 0 0;
      vertical-align: text-bottom; }
  .imported_blog_101 .sideInner li,
  .sjcffBody .sideInner li {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px; }
.imported_blog_101 #side .photo,
.sjcffBody #side .photo {
  float: left;
  width: auto;
  height: 100px;
  margin: 0 15px 0 0; }
.imported_blog_101 #side .projectTitle,
.sjcffBody #side .projectTitle {
  font-size: 14px;
  padding: 5px 0;
  letter-spacing: .05em; }
.imported_blog_101 .subdate,
.sjcffBody .subdate {
  font-size: 13px; }
  .imported_blog_101 .subdate a,
  .sjcffBody .subdate a {
    color: #00a14c; }
.imported_blog_101 #main,
.sjcffBody #main {
  position: relative;
  float: right;
  width: 644px;
  padding-bottom: 100px; }
.imported_blog_101 .mainInner,
.sjcffBody .mainInner {
  position: relative;
  width: 608px;
  margin: 0 auto;
  padding-bottom: 100px; }
.imported_blog_101 #main .year,
.sjcffBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #cc1212 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #cc1212;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .imported_blog_101 #main .year p,
  .sjcffBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.imported_blog_101 h3.projectTitle,
.sjcffBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #cc1212;
  color: #fff;
  line-height: 150%; }
.imported_blog_101 .detailsText,
.sjcffBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.imported_blog_101 .detailsDate,
.sjcffBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #cc1212;
  border-bottom: 2px solid #cc1212; }
.imported_blog_101 .trander,
.sjcffBody .trander {
  border-top: 2px #ccc solid; }
.imported_blog_101 .detailsDate td,
.sjcffBody .detailsDate td {
  padding: 10px 15px; }
.imported_blog_101 .detailsDate th,
.sjcffBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.imported_blog_101 .currentIcon,
.sjcffBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #cc1212;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_101 .nonIcon,
.sjcffBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_101 .pageNav,
.sjcffBody .pageNav {
  width: 100%;
  margin: 50px 0 0 0; }
  .imported_blog_101 .pageNav li,
  .sjcffBody .pageNav li {
    font-size: 14px;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0;
    border: #ccc solid 1px;
    background: url(../img/project_details/arrowPageNav.png) no-repeat right center; }
  .imported_blog_101 .pageNav a,
  .sjcffBody .pageNav a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none; }
  .imported_blog_101 .pageNav li:hover,
  .sjcffBody .pageNav li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
  .imported_blog_101 .pageNav .new a:after,
  .sjcffBody .pageNav .new a:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 44px;
    width: 42px;
    height: 18px;
    background: url(../img/project_details/iconNew.png) no-repeat 0 0;
    content: ''; }
.imported_blog_101 #projectContents h5 .new,
.sjcffBody #projectContents h5 .new {
  font-size: 10px;
  margin: 10px;
  padding: 2px 8px;
  background: #c00;
  color: #fff;
  font-weight: normal; }
.imported_blog_101 #projectContents h6,
.sjcffBody #projectContents h6 {
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 0;
  border: none;
  font-weight: normal; }
  .imported_blog_101 #projectContents h6 + p,
  .sjcffBody #projectContents h6 + p {
    margin-top: 1em; }
.imported_blog_101 #projectContents .caption,
.sjcffBody #projectContents .caption {
  margin-top: 15px;
  text-align: center; }
  .imported_blog_101 #projectContents .caption + p,
  .sjcffBody #projectContents .caption + p {
    margin-top: 1em; }
.imported_blog_101 #projectContents td.photo .caption,
.sjcffBody #projectContents td.photo .caption {
  margin-top: .5em;
  margin-bottom: 0; }
.imported_blog_101 #projectContents p.date,
.sjcffBody #projectContents p.date {
  margin-bottom: 2em; }
.imported_blog_101 #projectContents p + table,
.sjcffBody #projectContents p + table {
  margin-top: 20px; }
.imported_blog_101 #projectContents table,
.sjcffBody #projectContents table {
  font-size: 13px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px; }
  .imported_blog_101 #projectContents table.schedule,
  .sjcffBody #projectContents table.schedule {
    font-size: 12px; }
  .imported_blog_101 #projectContents table.photoAlbum,
  .sjcffBody #projectContents table.photoAlbum {
    font-size: 13px;
    margin-top: 5px; }
.imported_blog_101 #projectContents p + table.photoAlbum,
.sjcffBody #projectContents p + table.photoAlbum {
  margin-top: 20px; }
.imported_blog_101 #projectContents table th,
.sjcffBody #projectContents table th {
  padding: .8em;
  border: solid 1px #ccc;
  font-weight: normal;
  text-align: center;
  white-space: nowrap; }
.imported_blog_101 #projectContents table td,
.sjcffBody #projectContents table td {
  padding: .8em;
  border: solid 1px #ccc; }
  .imported_blog_101 #projectContents table td.photo,
  .sjcffBody #projectContents table td.photo {
    padding: 5px; }
    .imported_blog_101 #projectContents table td.photo .small,
    .sjcffBody #projectContents table td.photo .small {
      max-width: 160px;
      width: auto;
      height: auto; }
    .imported_blog_101 #projectContents table td.photo .half,
    .sjcffBody #projectContents table td.photo .half {
      max-width: 292px;
      width: auto;
      height: auto; }
    .imported_blog_101 #projectContents table td.photo .full,
    .sjcffBody #projectContents table td.photo .full {
      max-width: 588px;
      width: auto;
      height: auto; }
    .imported_blog_101 #projectContents table td.photo img,
    .sjcffBody #projectContents table td.photo img {
      display: block;
      margin: 0 auto; }
  .imported_blog_101 #projectContents table td span,
  .sjcffBody #projectContents table td span {
    display: block; }
  .imported_blog_101 #projectContents table td p,
  .sjcffBody #projectContents table td p {
    margin: .5em 0; }
.imported_blog_101 #projectContents dl.schedule,
.sjcffBody #projectContents dl.schedule {
  margin: .5em 0; }
.imported_blog_101 #projectContents .schedule dt,
.sjcffBody #projectContents .schedule dt {
  float: left; }
.imported_blog_101 #projectContents .schedule dd,
.sjcffBody #projectContents .schedule dd {
  padding-left: 4.5em; }
.imported_blog_101 #projectContents .schedule .wide dd,
.sjcffBody #projectContents .schedule .wide dd {
  padding-left: 9.5em; }
.imported_blog_101 #projectContents .staff dt,
.sjcffBody #projectContents .staff dt {
  float: left; }
.imported_blog_101 #projectContents .staff dd,
.sjcffBody #projectContents .staff dd {
  padding-left: 6em; }
.imported_blog_101 #projectContents table td.caption,
.sjcffBody #projectContents table td.caption {
  text-align: center; }
.imported_blog_101 #projectContents .mt-image-center,
.sjcffBody #projectContents .mt-image-center {
  display: block;
  margin: 0 auto; }
  .imported_blog_101 #projectContents .mt-image-center.small,
  .sjcffBody #projectContents .mt-image-center.small {
    max-width: 180px;
    width: auto;
    height: auto; }
  .imported_blog_101 #projectContents .mt-image-center.full,
  .sjcffBody #projectContents .mt-image-center.full {
    margin-top: 20px; }
.imported_blog_101 .mainInner > div,
.sjcffBody .mainInner > div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em; }
.imported_blog_101 #projectContents > div,
.sjcffBody #projectContents > div {
  padding-top: 60px; }
.imported_blog_101 #projectContents img,
.sjcffBody #projectContents img {
  margin: 5px; }
.imported_blog_101 .edit_mTitle,
.sjcffBody .edit_mTitle {
  font-size: 15px !important;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  background: #eee;
  font-weight: bold; }
.imported_blog_101 h5,
.sjcffBody h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%; }
.imported_blog_101 h6,
.sjcffBody h6 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px solid; }
.imported_blog_101 .btnMore,
.imported_blog_101 .btnClose,
.sjcffBody .btnMore,
.sjcffBody .btnClose {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  margin: 15px 0 60px;
  border-radius: 5px;
  background: #c3cbce;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }
.imported_blog_101 .btnMore span,
.imported_blog_101 .btnClose span,
.sjcffBody .btnMore span,
.sjcffBody .btnClose span {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 0;
  margin-right: 25px;
  padding-top: 18px;
  vertical-align: middle; }
.imported_blog_101 .btnMore span,
.sjcffBody .btnMore span {
  background: url(../img/project_details/iconBtnMore.png) no-repeat 0 0; }
.imported_blog_101 .btnClose span,
.sjcffBody .btnClose span {
  background: url(../img/project_details/iconBtnClose.png) no-repeat 0 0; }
.imported_blog_101 .btnMore:hover,
.imported_blog_101 .btnClose:hover,
.sjcffBody .btnMore:hover,
.sjcffBody .btnClose:hover {
  opacity: .8; }
.imported_blog_101 .surround,
.sjcffBody .surround {
  margin: 40px 0;
  padding: 15px 20px;
  background: #eee; }
.imported_blog_101 .detailIntro,
.sjcffBody .detailIntro {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #cecece; }
.imported_blog_101 .pdfList,
.sjcffBody .pdfList {
  margin: 0 0 3px 0;
  padding: 0 0 0 24px;
  background: url(/spaf/img/share/icn_pdf.gif) no-repeat left center;
  line-height: 1.5; }
.imported_blog_101 .imgC,
.imported_blog_101 .imgL,
.sjcffBody .imgC,
.sjcffBody .imgL {
  margin: 10px auto;
  text-align: center; }

/* 笹川中東イスラム基金 */
.imported_blog_43 #side,
.smeifBody #side {
  float: left;
  width: 282px;
  padding: 0 0 30px 0; }
.imported_blog_43 #acordion,
.smeifBody #acordion {
  position: absolute; }
.imported_blog_43 #side .trigger,
.smeifBody #side .trigger {
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 267px;
  padding: 2px 0 0 15px;
  background: #a4a4a4;
  color: #fff;
  line-height: 2;
  cursor: pointer; }
.imported_blog_43 .trigger:after,
.smeifBody .trigger:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: ''; }
.imported_blog_43 .sideNavi,
.smeifBody .sideNavi {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 282px;
  padding: 0;
  background: #666;
  opacity: .9;
  color: #fff;
  line-height: 2em;
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=90)';
  -moz-opacity: .9;
  -khtml-opacity: .9; }
  .imported_blog_43 .sideNavi a,
  .smeifBody .sideNavi a {
    display: block;
    padding-left: 1em;
    color: #fff;
    text-decoration: none; }
  .imported_blog_43 .sideNavi li:hover,
  .smeifBody .sideNavi li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
.imported_blog_43 .sideInner,
.smeifBody .sideInner {
  padding: 20px 0 0 0; }
  .imported_blog_43 .sideInner h3,
  .smeifBody .sideInner h3 {
    font-size: 16px;
    margin: 30px 0 15px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #bbb;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .05em; }
    .imported_blog_43 .sideInner h3 img,
    .smeifBody .sideInner h3 img {
      max-width: 33px;
      max-height: 23px;
      margin: 0 10px 0 0;
      vertical-align: text-bottom; }
  .imported_blog_43 .sideInner li,
  .smeifBody .sideInner li {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px; }
.imported_blog_43 #side .photo,
.smeifBody #side .photo {
  float: left;
  width: auto;
  height: 100px;
  margin: 0 15px 0 0; }
.imported_blog_43 #side .projectTitle,
.smeifBody #side .projectTitle {
  font-size: 14px;
  padding: 5px 0;
  letter-spacing: .05em; }
.imported_blog_43 .subdate,
.smeifBody .subdate {
  font-size: 13px; }
  .imported_blog_43 .subdate a,
  .smeifBody .subdate a {
    color: #00a14c; }
.imported_blog_43 #main,
.smeifBody #main {
  position: relative;
  float: right;
  width: 644px;
  padding-bottom: 100px; }
.imported_blog_43 .mainInner,
.smeifBody .mainInner {
  position: relative;
  width: 608px;
  margin: 0 auto;
  padding-bottom: 100px; }
.imported_blog_43 #main .year,
.smeifBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #fea002 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #fea002;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .imported_blog_43 #main .year p,
  .smeifBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.imported_blog_43 h3.projectTitle,
.smeifBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #fea002;
  color: #fff;
  line-height: 150%; }
.imported_blog_43 .detailsText,
.smeifBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.imported_blog_43 .detailsDate,
.smeifBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #fea002;
  border-bottom: 2px solid #fea002; }
.imported_blog_43 .trander,
.smeifBody .trander {
  border-top: 2px #ccc solid; }
.imported_blog_43 .detailsDate td,
.smeifBody .detailsDate td {
  padding: 10px 15px; }
.imported_blog_43 .detailsDate th,
.smeifBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.imported_blog_43 .currentIcon,
.smeifBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #fea002;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_43 .nonIcon,
.smeifBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_43 .pageNav,
.smeifBody .pageNav {
  width: 100%;
  margin: 50px 0 0 0; }
  .imported_blog_43 .pageNav li,
  .smeifBody .pageNav li {
    font-size: 14px;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0;
    border: #ccc solid 1px;
    background: url(../img/project_details/arrowPageNav.png) no-repeat right center; }
  .imported_blog_43 .pageNav a,
  .smeifBody .pageNav a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none; }
  .imported_blog_43 .pageNav li:hover,
  .smeifBody .pageNav li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
  .imported_blog_43 .pageNav .new a:after,
  .smeifBody .pageNav .new a:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 44px;
    width: 42px;
    height: 18px;
    background: url(../img/project_details/iconNew.png) no-repeat 0 0;
    content: ''; }
.imported_blog_43 #projectContents h5 .new,
.smeifBody #projectContents h5 .new {
  font-size: 10px;
  margin: 10px;
  padding: 2px 8px;
  background: #c00;
  color: #fff;
  font-weight: normal; }
.imported_blog_43 .mt-image-center,
.smeifBody .mt-image-center {
  margin-top: 10px; }
.imported_blog_43 .mainInner > div,
.smeifBody .mainInner > div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  /*margin-top: -60px;*/ }
.imported_blog_43 #projectContents > div,
.smeifBody #projectContents > div {
  padding-top: 60px; }
.imported_blog_43 #projectContents img,
.smeifBody #projectContents img {
  margin: 5px; }
.imported_blog_43 .edit_mTitle,
.smeifBody .edit_mTitle {
  font-size: 15px !important;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  background: #eee;
  font-weight: bold; }
.imported_blog_43 h5,
.smeifBody h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%; }
.imported_blog_43 h6,
.smeifBody h6 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px solid; }
.imported_blog_43 .btnMore,
.imported_blog_43 .btnClose,
.smeifBody .btnMore,
.smeifBody .btnClose {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  margin: 15px 0 60px;
  border-radius: 5px;
  background: #c3cbce;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }
.imported_blog_43 .btnMore span,
.imported_blog_43 .btnClose span,
.smeifBody .btnMore span,
.smeifBody .btnClose span {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 0;
  margin-right: 25px;
  padding-top: 18px;
  vertical-align: middle; }
.imported_blog_43 .btnMore span,
.smeifBody .btnMore span {
  background: url(../img/project_details/iconBtnMore.png) no-repeat 0 0; }
.imported_blog_43 .btnClose span,
.smeifBody .btnClose span {
  background: url(../img/project_details/iconBtnClose.png) no-repeat 0 0; }
.imported_blog_43 .btnMore:hover,
.imported_blog_43 .btnClose:hover,
.smeifBody .btnMore:hover,
.smeifBody .btnClose:hover {
  opacity: .8; }
.imported_blog_43 .surround,
.smeifBody .surround {
  margin: 40px 0;
  padding: 15px 20px;
  background: #eee; }
.imported_blog_43 .detailIntro,
.smeifBody .detailIntro {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #cecece; }
.imported_blog_43 .pdfList,
.smeifBody .pdfList {
  margin: 0 0 3px 0;
  padding: 0 0 0 24px;
  background: url(/spaf/img/share/icn_pdf.gif) no-repeat left center;
  line-height: 1.5; }
.imported_blog_43 .imgC,
.imported_blog_43 .imgL,
.smeifBody .imgC,
.smeifBody .imgL {
  margin: 10px auto;
  text-align: center; }

/* 笹川汎アジア基金 */
.imported_blog_31 #side,
.imported_blog_87 #side,
.spafBody #side {
  float: left;
  width: 282px;
  padding: 0 0 30px 0; }
.imported_blog_31 #acordion,
.imported_blog_87 #acordion,
.spafBody #acordion {
  position: absolute; }
.imported_blog_31 #side .trigger,
.imported_blog_87 #side .trigger,
.spafBody #side .trigger {
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 267px;
  padding: 2px 0 0 15px;
  background: #a4a4a4;
  color: #fff;
  line-height: 2;
  cursor: pointer; }
.imported_blog_31 .trigger:after,
.imported_blog_87 .trigger:after,
.spafBody .trigger:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: ''; }
.imported_blog_31 .sideNavi,
.imported_blog_87 .sideNavi,
.spafBody .sideNavi {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 282px;
  padding: 0;
  background: #666;
  opacity: .9;
  color: #fff;
  line-height: 2em;
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=90)';
  -moz-opacity: .9;
  -khtml-opacity: .9; }
  .imported_blog_31 .sideNavi a,
  .imported_blog_87 .sideNavi a,
  .spafBody .sideNavi a {
    display: block;
    padding-left: 1em;
    color: #fff;
    text-decoration: none; }
  .imported_blog_31 .sideNavi li:hover,
  .imported_blog_87 .sideNavi li:hover,
  .spafBody .sideNavi li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
.imported_blog_31 .sideInner,
.imported_blog_87 .sideInner,
.spafBody .sideInner {
  padding: 20px 0 0 0; }
  .imported_blog_31 .sideInner h3,
  .imported_blog_87 .sideInner h3,
  .spafBody .sideInner h3 {
    font-size: 16px;
    margin: 30px 0 15px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #bbb;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .05em; }
    .imported_blog_31 .sideInner h3 img,
    .imported_blog_87 .sideInner h3 img,
    .spafBody .sideInner h3 img {
      max-width: 33px;
      max-height: 23px;
      margin: 0 10px 0 0;
      vertical-align: text-bottom; }
  .imported_blog_31 .sideInner li,
  .imported_blog_87 .sideInner li,
  .spafBody .sideInner li {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px; }
.imported_blog_31 #side .photo,
.imported_blog_87 #side .photo,
.spafBody #side .photo {
  float: left;
  width: auto;
  height: 100px;
  margin: 0 15px 0 0; }
.imported_blog_31 #side .projectTitle,
.imported_blog_87 #side .projectTitle,
.spafBody #side .projectTitle {
  font-size: 14px;
  padding: 5px 0;
  letter-spacing: .05em; }
.imported_blog_31 .subdate,
.imported_blog_87 .subdate,
.spafBody .subdate {
  font-size: 13px; }
  .imported_blog_31 .subdate a,
  .imported_blog_87 .subdate a,
  .spafBody .subdate a {
    color: #00a14c; }
.imported_blog_31 #main,
.imported_blog_87 #main,
.spafBody #main {
  position: relative;
  float: right;
  width: 644px;
  padding-bottom: 100px; }
.imported_blog_31 .mainInner,
.imported_blog_87 .mainInner,
.spafBody .mainInner {
  position: relative;
  width: 608px;
  margin: 0 auto;
  padding-bottom: 100px; }
.imported_blog_31 #main .year,
.imported_blog_87 #main .year,
.spafBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #01a050 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #01a050;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .imported_blog_31 #main .year p,
  .imported_blog_87 #main .year p,
  .spafBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.imported_blog_31 h3.projectTitle,
.imported_blog_87 h3.projectTitle,
.spafBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #01a050;
  color: #fff;
  line-height: 150%; }
.imported_blog_31 .detailsText,
.imported_blog_87 .detailsText,
.spafBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.imported_blog_31 .detailsDate,
.imported_blog_87 .detailsDate,
.spafBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #01a050;
  border-bottom: 2px solid #01a050; }
.imported_blog_31 .trander,
.imported_blog_87 .trander,
.spafBody .trander {
  border-top: 2px #ccc solid; }
.imported_blog_31 .detailsDate td,
.imported_blog_87 .detailsDate td,
.spafBody .detailsDate td {
  padding: 10px 15px; }
.imported_blog_31 .detailsDate th,
.imported_blog_87 .detailsDate th,
.spafBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.imported_blog_31 .currentIcon,
.imported_blog_87 .currentIcon,
.spafBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #01a050;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_31 .nonIcon,
.imported_blog_87 .nonIcon,
.spafBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.imported_blog_31 .pageNav,
.imported_blog_87 .pageNav,
.spafBody .pageNav {
  width: 100%;
  margin: 50px 0 0 0; }
  .imported_blog_31 .pageNav li,
  .imported_blog_87 .pageNav li,
  .spafBody .pageNav li {
    font-size: 14px;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0;
    border: #ccc solid 1px;
    background: url(../img/project_details/arrowPageNav.png) no-repeat right center; }
  .imported_blog_31 .pageNav a,
  .imported_blog_87 .pageNav a,
  .spafBody .pageNav a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none; }
  .imported_blog_31 .pageNav li:hover,
  .imported_blog_87 .pageNav li:hover,
  .spafBody .pageNav li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
  .imported_blog_31 .pageNav .new a:after,
  .imported_blog_87 .pageNav .new a:after,
  .spafBody .pageNav .new a:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 44px;
    width: 42px;
    height: 18px;
    background: url(../img/project_details/iconNew.png) no-repeat 0 0;
    content: ''; }
.imported_blog_31 #projectContents h5 .new,
.imported_blog_87 #projectContents h5 .new,
.spafBody #projectContents h5 .new {
  font-size: 10px;
  margin: 10px;
  padding: 2px 8px;
  background: #c00;
  color: #fff;
  font-weight: normal; }
.imported_blog_31 .mt-image-center,
.imported_blog_87 .mt-image-center,
.spafBody .mt-image-center {
  margin-top: 10px; }
.imported_blog_31 .mainInner > div,
.imported_blog_87 .mainInner > div,
.spafBody .mainInner > div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  /*margin-top: -60px;*/ }
.imported_blog_31 #projectContents > div,
.imported_blog_87 #projectContents > div,
.spafBody #projectContents > div {
  padding-top: 60px; }
.imported_blog_31 #projectContents img,
.imported_blog_87 #projectContents img,
.spafBody #projectContents img {
  margin: 5px; }
.imported_blog_31 .edit_mTitle,
.imported_blog_87 .edit_mTitle,
.spafBody .edit_mTitle {
  font-size: 15px !important;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  background: #eee;
  font-weight: bold; }
.imported_blog_31 h5,
.imported_blog_87 h5,
.spafBody h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%; }
.imported_blog_31 h6,
.imported_blog_87 h6,
.spafBody h6 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px solid; }
.imported_blog_31 .btnMore,
.imported_blog_31 .btnClose,
.imported_blog_87 .btnMore,
.imported_blog_87 .btnClose,
.spafBody .btnMore,
.spafBody .btnClose {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  margin: 15px 0 60px;
  border-radius: 5px;
  background: #c3cbce;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }
.imported_blog_31 .btnMore span,
.imported_blog_31 .btnClose span,
.imported_blog_87 .btnMore span,
.imported_blog_87 .btnClose span,
.spafBody .btnMore span,
.spafBody .btnClose span {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 0;
  margin-right: 25px;
  padding-top: 18px;
  vertical-align: middle; }
.imported_blog_31 .btnMore span,
.imported_blog_87 .btnMore span,
.spafBody .btnMore span {
  background: url(../img/project_details/iconBtnMore.png) no-repeat 0 0; }
.imported_blog_31 .btnClose span,
.imported_blog_87 .btnClose span,
.spafBody .btnClose span {
  background: url(../img/project_details/iconBtnClose.png) no-repeat 0 0; }
.imported_blog_31 .btnMore:hover,
.imported_blog_31 .btnClose:hover,
.imported_blog_87 .btnMore:hover,
.imported_blog_87 .btnClose:hover,
.spafBody .btnMore:hover,
.spafBody .btnClose:hover {
  opacity: .8; }
.imported_blog_31 .surround,
.imported_blog_87 .surround,
.spafBody .surround {
  margin: 40px 0;
  padding: 15px 20px;
  background: #eee; }
.imported_blog_31 .detailIntro,
.imported_blog_87 .detailIntro,
.spafBody .detailIntro {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #cecece; }
.imported_blog_31 .pdfList,
.imported_blog_87 .pdfList,
.spafBody .pdfList {
  margin: 0 0 3px 0;
  padding: 0 0 0 24px;
  background: url(/spaf/img/share/icn_pdf.gif) no-repeat left center;
  line-height: 1.5; }
.imported_blog_31 .imgC,
.imported_blog_31 .imgL,
.imported_blog_87 .imgC,
.imported_blog_87 .imgL,
.spafBody .imgC,
.spafBody .imgL {
  margin: 10px auto;
  text-align: center; }

/* 新領域開拓基金 */
.gffBody #side {
  float: left;
  width: 282px;
  padding: 0 0 30px 0; }
.gffBody #acordion {
  position: absolute; }
.gffBody #side .trigger {
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 267px;
  padding: 2px 0 0 15px;
  background: #a4a4a4;
  color: #fff;
  line-height: 2;
  cursor: pointer; }
.gffBody .trigger:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: ''; }
.gffBody .sideNavi {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 282px;
  padding: 0;
  background: #666;
  opacity: .9;
  color: #fff;
  line-height: 2em;
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=90)';
  -moz-opacity: .9;
  -khtml-opacity: .9; }
  .gffBody .sideNavi a {
    display: block;
    padding-left: 1em;
    color: #fff;
    text-decoration: none; }
  .gffBody .sideNavi li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
.gffBody .sideInner {
  padding: 20px 0 0 0; }
  .gffBody .sideInner h3 {
    font-size: 16px;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #bbb;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .05em;
    /*margin: 30px 0 15px 0;*/ }
    .gffBody .sideInner h3 img {
      max-width: 33px;
      max-height: 23px;
      margin: 0 10px 0 0;
      vertical-align: text-bottom; }
  .gffBody .sideInner li {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px; }
.gffBody #side .photo {
  float: left;
  width: auto;
  height: 100px;
  margin: 0 15px 0 0; }
.gffBody #side .projectTitle {
  font-size: 14px;
  padding: 5px 0;
  letter-spacing: .05em; }
.gffBody .subdate {
  font-size: 13px; }
  .gffBody .subdate a {
    color: #df678d; }
.gffBody #main {
  position: relative;
  float: right;
  width: 644px;
  padding-bottom: 100px; }
.gffBody .mainInner {
  position: relative;
  width: 608px;
  margin: 0 auto;
  padding-bottom: 100px; }
.gffBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #df678d 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #df678d;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .gffBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.gffBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #df678d;
  color: #fff;
  line-height: 150%; }
.gffBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.gffBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #df678d;
  border-bottom: 2px solid #df678d; }
.gffBody .trander {
  border-top: 2px #ccc solid; }
.gffBody .detailsDate td {
  padding: 10px 15px; }
.gffBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.gffBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #df678d;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.gffBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.gffBody .photoCenter {
  text-align: center; }
.gffBody .pageNav {
  width: 100%;
  margin: 50px 0 0 0; }
  .gffBody .pageNav li {
    font-size: 14px;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0;
    border: #ccc solid 1px;
    background: url(../img/project_details/arrowPageNav.png) no-repeat right center; }
  .gffBody .pageNav a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none; }
  .gffBody .pageNav li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
  .gffBody .pageNav .new a:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 44px;
    width: 42px;
    height: 18px;
    background: url(../img/project_details/iconNew.png) no-repeat 0 0;
    content: ''; }
.gffBody #projectContents h5 .new {
  font-size: 10px;
  margin: 10px;
  padding: 2px 8px;
  background: #c00;
  color: #fff;
  font-weight: normal; }
.gffBody .mt-image-center {
  margin-top: 10px; }
.gffBody .mainInner > div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  /*margin-top: -60px;*/ }
.gffBody #projectContents > div {
  padding-top: 60px; }
.gffBody #projectContents img {
  margin: 5px; }
.gffBody .edit_mTitle {
  font-size: 15px !important;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  background: #eee;
  font-weight: bold; }
.gffBody h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%; }
.gffBody h6 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px solid; }
.gffBody .btnMore,
.gffBody .btnClose {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  margin: 15px 0 60px;
  border-radius: 5px;
  background: #c3cbce;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }
.gffBody .btnMore span,
.gffBody .btnClose span {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 0;
  margin-right: 25px;
  padding-top: 18px;
  vertical-align: middle; }
.gffBody .btnMore span {
  background: url(../img/project_details/iconBtnMore.png) no-repeat 0 0; }
.gffBody .btnClose span {
  background: url(../img/project_details/iconBtnClose.png) no-repeat 0 0; }
.gffBody .btnMore:hover,
.gffBody .btnClose:hover {
  opacity: .8; }
.gffBody .surround {
  margin: 40px 0;
  padding: 15px 20px;
  background: #eee; }
.gffBody .detailIntro {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #cecece; }
.gffBody .pdfList {
  margin: 0 0 3px 0;
  padding: 0 0 0 24px;
  background: url(/spaf/img/share/icn_pdf.gif) no-repeat left center;
  line-height: 1.5; }
.gffBody .imgC,
.gffBody .imgL {
  margin: 10px auto;
  text-align: center; }

/* 日米交流事業 */
.jpusBody #side {
  float: left;
  width: 282px;
  padding: 0 0 30px 0; }
.jpusBody #acordion {
  position: absolute; }
.jpusBody #side .trigger {
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 267px;
  padding: 2px 0 0 15px;
  background: #a4a4a4;
  color: #fff;
  line-height: 2;
  cursor: pointer; }
.jpusBody .trigger:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: ''; }
.jpusBody .sideNavi {
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 282px;
  padding: 0;
  background: #666;
  opacity: .9;
  color: #fff;
  line-height: 2em;
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=90)';
  -moz-opacity: .9;
  -khtml-opacity: .9; }
  .jpusBody .sideNavi a {
    display: block;
    padding-left: 1em;
    color: #fff;
    text-decoration: none; }
  .jpusBody .sideNavi li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
.jpusBody .sideInner {
  padding: 20px 0 0 0; }
  .jpusBody .sideInner h3 {
    font-size: 16px;
    margin: 30px 0 15px 0;
    padding: 0 0 4px 0;
    border-bottom: 2px solid #bbb;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .05em; }
    .jpusBody .sideInner h3 img {
      max-width: 33px;
      max-height: 23px;
      margin: 0 10px 0 0;
      vertical-align: text-bottom; }
  .jpusBody .sideInner li {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    border-bottom: dotted #ccc 1px; }
.jpusBody #side .photo {
  float: left;
  width: auto;
  height: 100px;
  margin: 0 15px 0 0; }
.jpusBody #side .projectTitle {
  font-size: 14px;
  padding: 5px 0;
  letter-spacing: .05em; }
.jpusBody .subdate {
  font-size: 13px; }
  .jpusBody .subdate a {
    /*  color: #00A14C;*/ }
.jpusBody #main {
  position: relative;
  float: right;
  width: 644px;
  padding-bottom: 100px; }
.jpusBody .mainInner {
  position: relative;
  width: 608px;
  margin: 0 auto;
  padding-bottom: 100px; }
.jpusBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #6c318c 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #6c318c;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .jpusBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.jpusBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #6c318c;
  color: #fff;
  line-height: 150%; }
.jpusBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.jpusBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #6c318c;
  border-bottom: 2px solid #6c318c; }
.jpusBody .trander {
  border-top: 2px #ccc solid; }
.jpusBody .detailsDate td {
  padding: 10px 15px; }
.jpusBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.jpusBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #6c318c;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.jpusBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.jpusBody .pageNav {
  width: 100%;
  margin: 50px 0 0 0; }
  .jpusBody .pageNav li {
    font-size: 14px;
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 0;
    border: #ccc solid 1px;
    background: url(../img/project_details/arrowPageNav.png) no-repeat right center; }
  .jpusBody .pageNav a {
    display: block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none; }
  .jpusBody .pageNav li:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
    -moz-opacity: .7;
    -khtml-opacity: .7; }
  .jpusBody .pageNav .new a:after {
    display: block;
    position: absolute;
    top: 9px;
    right: 44px;
    width: 42px;
    height: 18px;
    background: url(../img/project_details/iconNew.png) no-repeat 0 0;
    content: ''; }
.jpusBody #projectContents h5 .new {
  font-size: 10px;
  margin: 10px;
  padding: 2px 8px;
  background: #c00;
  color: #fff;
  font-weight: normal; }
.jpusBody .mt-image-center {
  margin-top: 10px; }
.jpusBody .mainInner > div {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  /*margin-top: -60px;*/ }
.jpusBody #projectContents > div {
  padding-top: 60px; }
.jpusBody #projectContents img {
  margin: 5px; }
.jpusBody .edit_mTitle {
  font-size: 15px !important;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  background: #eee;
  font-weight: bold; }
.jpusBody h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%; }
.jpusBody h6 {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: #ccc 1px solid; }
.jpusBody .btnMore,
.jpusBody .btnClose {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 40px;
  margin: 15px 0 60px;
  border-radius: 5px;
  background: #c3cbce;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer; }
.jpusBody .btnMore span,
.jpusBody .btnClose span {
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 0;
  margin-right: 25px;
  padding-top: 18px;
  vertical-align: middle; }
.jpusBody .btnMore span {
  background: url(../img/project_details/iconBtnMore.png) no-repeat 0 0; }
.jpusBody .btnClose span {
  background: url(../img/project_details/iconBtnClose.png) no-repeat 0 0; }
.jpusBody .btnMore:hover,
.jpusBody .btnClose:hover {
  opacity: .8; }
.jpusBody .surround {
  margin: 40px 0;
  padding: 15px 20px;
  background: #eee; }
.jpusBody .detailIntro {
  margin: 0 0 30px;
  padding: 0 5px 0 0;
  border-bottom: 1px solid #cecece; }
.jpusBody .pdfList {
  margin: 0 0 3px 0;
  padding: 0 0 0 24px;
  background: url(/spaf/img/share/icn_pdf.gif) no-repeat left center;
  line-height: 1.5; }
.jpusBody .imgC,
.jpusBody .imgL {
  margin: 10px auto;
  text-align: center; }

/* 2018年事 */
.spfBody #main {
  position: relative;
  padding-bottom: 100px; }
.spfBody .mainInner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 100px; }
.spfBody #main .year {
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  border: #162866 3px solid;
  border-radius: 50%;
  background: #fff;
  color: #162866;
  text-align: center;
  line-height: 120%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }
  .spfBody #main .year p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
.spfBody h3.projectTitle {
  font-size: 16px;
  padding: 10px 0 10px 60px;
  background: #162866;
  color: #fff;
  line-height: 150%; }
.spfBody .detailsText {
  padding: 20px 15px;
  line-height: 1.8; }
.spfBody .detailsDate {
  width: 100%;
  margin-top: 20px;
  border-top: 2px solid #162866;
  border-bottom: 2px solid #162866; }
.spfBody .trander {
  border-top: 2px #ccc solid; }
.spfBody .detailsDate td {
  padding: 10px 15px; }
.spfBody .detailsDate th {
  width: 15%;
  padding: 10px 10px 10px 15px;
  background: #f5f5f5;
  font-weight: bold;
  text-align: left; }
.spfBody .currentIcon {
  font-size: 12px;
  margin: 2px 5px 0 0;
  padding: 0 5px;
  background: #162866;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }
.spfBody .nonIcon {
  font-size: 12px;
  margin: 2px 10px 0 0;
  padding: 0 5px;
  background: url(https://www.spf.org/global-data/20180328102828613.png) no-repeat top;
  color: #fff;
  font-weight: bold;
  line-height: 1.6; }

.imported_blog_12,
.imported_blog_12[class*='imported_cat_1'],
.imported_blog_12[class*='imported_cat_2'],
.imported_blog_43,
.imported_blog_31,
.imported_blog_36,
.imported_blog_87,
.imported_blog_101 {
  overflow: visible !important; }
  .imported_blog_12 div,
  .imported_blog_12[class*='imported_cat_1'] div,
  .imported_blog_12[class*='imported_cat_2'] div,
  .imported_blog_43 div,
  .imported_blog_31 div,
  .imported_blog_36 div,
  .imported_blog_87 div,
  .imported_blog_101 div {
    overflow: visible !important; }
  .imported_blog_12 #side,
  .imported_blog_12 #mainTitle,
  .imported_blog_12[class*='imported_cat_1'] #side,
  .imported_blog_12[class*='imported_cat_1'] #mainTitle,
  .imported_blog_12[class*='imported_cat_2'] #side,
  .imported_blog_12[class*='imported_cat_2'] #mainTitle,
  .imported_blog_43 #side,
  .imported_blog_43 #mainTitle,
  .imported_blog_31 #side,
  .imported_blog_31 #mainTitle,
  .imported_blog_36 #side,
  .imported_blog_36 #mainTitle,
  .imported_blog_87 #side,
  .imported_blog_87 #mainTitle,
  .imported_blog_101 #side,
  .imported_blog_101 #mainTitle {
    display: none; }
  .imported_blog_12 #main,
  .imported_blog_12[class*='imported_cat_1'] #main,
  .imported_blog_12[class*='imported_cat_2'] #main,
  .imported_blog_43 #main,
  .imported_blog_31 #main,
  .imported_blog_36 #main,
  .imported_blog_87 #main,
  .imported_blog_101 #main {
    float: none;
    width: 100%; }
    .imported_blog_12 #main .mainInner,
    .imported_blog_12[class*='imported_cat_1'] #main .mainInner,
    .imported_blog_12[class*='imported_cat_2'] #main .mainInner,
    .imported_blog_43 #main .mainInner,
    .imported_blog_31 #main .mainInner,
    .imported_blog_36 #main .mainInner,
    .imported_blog_87 #main .mainInner,
    .imported_blog_101 #main .mainInner {
      width: 100%; }
    .imported_blog_12 #main .btnMore,
    .imported_blog_12[class*='imported_cat_1'] #main .btnMore,
    .imported_blog_12[class*='imported_cat_2'] #main .btnMore,
    .imported_blog_43 #main .btnMore,
    .imported_blog_31 #main .btnMore,
    .imported_blog_36 #main .btnMore,
    .imported_blog_87 #main .btnMore,
    .imported_blog_101 #main .btnMore {
      display: none; }
      .imported_blog_12 #main .btnMore + p[style*='display: none'],
      .imported_blog_12[class*='imported_cat_1'] #main .btnMore + p[style*='display: none'],
      .imported_blog_12[class*='imported_cat_2'] #main .btnMore + p[style*='display: none'],
      .imported_blog_43 #main .btnMore + p[style*='display: none'],
      .imported_blog_31 #main .btnMore + p[style*='display: none'],
      .imported_blog_36 #main .btnMore + p[style*='display: none'],
      .imported_blog_87 #main .btnMore + p[style*='display: none'],
      .imported_blog_101 #main .btnMore + p[style*='display: none'] {
        display: block !important; }
    .imported_blog_12 #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_12[class*='imported_cat_1'] #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_12[class*='imported_cat_2'] #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_43 #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_31 #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_36 #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_87 #main p[style*='display: none'] + p[style*='display: none'],
    .imported_blog_101 #main p[style*='display: none'] + p[style*='display: none'] {
      display: block !important; }
    .imported_blog_12 #main #projectContents a img,
    .imported_blog_12[class*='imported_cat_1'] #main #projectContents a img,
    .imported_blog_12[class*='imported_cat_2'] #main #projectContents a img,
    .imported_blog_43 #main #projectContents a img,
    .imported_blog_31 #main #projectContents a img,
    .imported_blog_36 #main #projectContents a img,
    .imported_blog_87 #main #projectContents a img,
    .imported_blog_101 #main #projectContents a img {
      width: 100%;
      height: auto;
      margin-top: 1.5em !important; }
    .imported_blog_12 #main .projectTitle,
    .imported_blog_12[class*='imported_cat_1'] #main .projectTitle,
    .imported_blog_12[class*='imported_cat_2'] #main .projectTitle,
    .imported_blog_43 #main .projectTitle,
    .imported_blog_31 #main .projectTitle,
    .imported_blog_36 #main .projectTitle,
    .imported_blog_87 #main .projectTitle,
    .imported_blog_101 #main .projectTitle {
      background-color: #152766 !important; }
    .imported_blog_12 #main .year,
    .imported_blog_12[class*='imported_cat_1'] #main .year,
    .imported_blog_12[class*='imported_cat_2'] #main .year,
    .imported_blog_43 #main .year,
    .imported_blog_31 #main .year,
    .imported_blog_36 #main .year,
    .imported_blog_87 #main .year,
    .imported_blog_101 #main .year {
      border-color: #152766 !important;
      color: #152766 !important; }
    .imported_blog_12 #main .detailsDate,
    .imported_blog_12 #main .smeifBody .detailsDate,
    .imported_blog_12[class*='imported_cat_1'] #main .detailsDate,
    .imported_blog_12[class*='imported_cat_1'] #main .smeifBody .detailsDate,
    .imported_blog_12[class*='imported_cat_2'] #main .detailsDate,
    .imported_blog_12[class*='imported_cat_2'] #main .smeifBody .detailsDate,
    .imported_blog_43 #main .detailsDate,
    .imported_blog_43 #main .smeifBody .detailsDate,
    .imported_blog_31 #main .detailsDate,
    .imported_blog_31 #main .smeifBody .detailsDate,
    .imported_blog_36 #main .detailsDate,
    .imported_blog_36 #main .smeifBody .detailsDate,
    .imported_blog_87 #main .detailsDate,
    .imported_blog_87 #main .smeifBody .detailsDate,
    .imported_blog_101 #main .detailsDate,
    .imported_blog_101 #main .smeifBody .detailsDate {
      border-color: #152766 !important; }
    .imported_blog_12 #main .currentIcon,
    .imported_blog_12[class*='imported_cat_1'] #main .currentIcon,
    .imported_blog_12[class*='imported_cat_2'] #main .currentIcon,
    .imported_blog_43 #main .currentIcon,
    .imported_blog_31 #main .currentIcon,
    .imported_blog_36 #main .currentIcon,
    .imported_blog_87 #main .currentIcon,
    .imported_blog_101 #main .currentIcon {
      background-color: #152766 !important; }
  .imported_blog_12 #article_title,
  .imported_blog_12[class*='imported_cat_1'] #article_title,
  .imported_blog_12[class*='imported_cat_2'] #article_title,
  .imported_blog_43 #article_title,
  .imported_blog_31 #article_title,
  .imported_blog_36 #article_title,
  .imported_blog_87 #article_title,
  .imported_blog_101 #article_title {
    width: 100%; }
    .imported_blog_12 #article_title h1,
    .imported_blog_12[class*='imported_cat_1'] #article_title h1,
    .imported_blog_12[class*='imported_cat_2'] #article_title h1,
    .imported_blog_43 #article_title h1,
    .imported_blog_31 #article_title h1,
    .imported_blog_36 #article_title h1,
    .imported_blog_87 #article_title h1,
    .imported_blog_101 #article_title h1 {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 95.2381%;
      background-color: #152766 !important; }

.imported_blog_12 table.table,
.imported_blog_12[class*='imported_cat_1'] table.table,
.imported_blog_12[class*='imported_cat_2'] table.table {
  padding: 0; }
  .imported_blog_12 table.table tbody,
  .imported_blog_12[class*='imported_cat_1'] table.table tbody,
  .imported_blog_12[class*='imported_cat_2'] table.table tbody {
    display: inline-block;
    width: 100%; }
    .imported_blog_12 table.table tbody tr,
    .imported_blog_12[class*='imported_cat_1'] table.table tbody tr,
    .imported_blog_12[class*='imported_cat_2'] table.table tbody tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .imported_blog_12 table.table tbody tr td,
      .imported_blog_12[class*='imported_cat_1'] table.table tbody tr td,
      .imported_blog_12[class*='imported_cat_2'] table.table tbody tr td {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 37.65432%; }
        .imported_blog_12 table.table tbody tr td.text,
        .imported_blog_12[class*='imported_cat_1'] table.table tbody tr td.text,
        .imported_blog_12[class*='imported_cat_2'] table.table tbody tr td.text {
          width: 37.65432%; }
          .imported_blog_12 table.table tbody tr td.text .type,
          .imported_blog_12[class*='imported_cat_1'] table.table tbody tr td.text .type,
          .imported_blog_12[class*='imported_cat_2'] table.table tbody tr td.text .type {
            background-color: #152766 !important; }
            .imported_blog_12 table.table tbody tr td.text .type.disable,
            .imported_blog_12[class*='imported_cat_1'] table.table tbody tr td.text .type.disable,
            .imported_blog_12[class*='imported_cat_2'] table.table tbody tr td.text .type.disable {
              background-color: transparent !important; }
        .imported_blog_12 table.table tbody tr td.title,
        .imported_blog_12[class*='imported_cat_1'] table.table tbody tr td.title,
        .imported_blog_12[class*='imported_cat_2'] table.table tbody tr td.title {
          width: 12.34568%; }
.imported_blog_12 .column,
.imported_blog_12[class*='imported_cat_1'] .column,
.imported_blog_12[class*='imported_cat_2'] .column {
  padding-right: 0;
  padding-left: 0; }
.imported_blog_12 .column.other_projects li,
.imported_blog_12[class*='imported_cat_1'] .column.other_projects li,
.imported_blog_12[class*='imported_cat_2'] .column.other_projects li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-right: 2em; }
.imported_blog_12 h4,
.imported_blog_12[class*='imported_cat_1'] h4,
.imported_blog_12[class*='imported_cat_2'] h4 {
  background-color: #152766 !important; }

body[class*='218'] #pagelink li a {
  border-color: #152965 !important; }
body[class*='218'] #pagelink li:hover {
  background: #e2e8f2 !important;
  color: #fff !important; }
  body[class*='218'] #pagelink li:hover a {
    color: #152965 !important;
    text-decoration: none !important; }
body[class*='218'] .spfAmericaMonitorRow#member .memberList.alignleft li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32.5%;
  margin-right: 1.19048%;
  margin-left: 0; }
  body[class*='218'] .spfAmericaMonitorRow#member .memberList.alignleft li:nth-child(3n) {
    margin-right: 0; }
body[class*='218'] .symposiumBody .feature,
body[class*='218'] .fellowshipBody .feature {
  background-color: #f5f5f5; }
body[class*='218'] .symposiumBody h4,
body[class*='218'] .fellowshipBody h4 {
  background-color: #152766 !important; }
body[class*='218'] .symposiumBody dl + ul,
body[class*='218'] .symposiumBody dl,
body[class*='218'] .fellowshipBody dl + ul,
body[class*='218'] .fellowshipBody dl {
  width: 570px; }
body[class*='218'] .subTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1em !important;
  padding-left: 1em !important;
  background-color: #152766 !important; }
body[class*='218'] .spfAmericaMonitorRow.col2.autoheight .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47%; }

.imported_blog_55 li,
.imported_blog_56 li,
.imported_blog_22 li {
  list-style: none; }
.imported_blog_55 a,
.imported_blog_56 a,
.imported_blog_22 a {
  color: #333;
  text-decoration: none; }
.imported_blog_55 hr,
.imported_blog_56 hr,
.imported_blog_22 hr {
  margin: 0;
  padding: 0; }
.imported_blog_55 .clearfix,
.imported_blog_56 .clearfix,
.imported_blog_22 .clearfix {
  width: 100%; }
  .imported_blog_55 .clearfix:after,
  .imported_blog_56 .clearfix:after,
  .imported_blog_22 .clearfix:after {
    display: block;
    clear: both;
    content: ''; }
.imported_blog_55 .imgCenter,
.imported_blog_56 .imgCenter,
.imported_blog_22 .imgCenter {
  text-align: center; }
.imported_blog_55 #btnBack a,
.imported_blog_55 #btnNext a,
.imported_blog_56 #btnBack a,
.imported_blog_56 #btnNext a,
.imported_blog_22 #btnBack a,
.imported_blog_22 #btnNext a {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 50%;
  width: 50px;
  height: 80px;
  margin-top: -25px;
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9; }
.imported_blog_55 #btnBack a:hover,
.imported_blog_55 #btnNext a:hover,
.imported_blog_56 #btnBack a:hover,
.imported_blog_56 #btnNext a:hover,
.imported_blog_22 #btnBack a:hover,
.imported_blog_22 #btnNext a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: .7; }
.imported_blog_55 #btnBack a,
.imported_blog_56 #btnBack a,
.imported_blog_22 #btnBack a {
  left: 0;
  background: url(../images/btnBack.png) no-repeat left top;
  text-indent: -9999px; }
.imported_blog_55 #btnNext a,
.imported_blog_56 #btnNext a,
.imported_blog_22 #btnNext a {
  right: 0;
  background: url(../images/btnNext.png) no-repeat right top;
  text-indent: -9999px; }
.imported_blog_55 #articleHeader,
.imported_blog_56 #articleHeader,
.imported_blog_22 #articleHeader {
  position: relative;
  width: 360px;
  height: 170px;
  padding: 30px;
  background: #14368b;
  color: #fff; }
  .imported_blog_55 #articleHeader .number,
  .imported_blog_56 #articleHeader .number,
  .imported_blog_22 #articleHeader .number {
    font-size: 1.4em;
    display: inline;
    padding: 3px 10px;
    border-radius: 2px;
    background: #176ea0;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px; }
    .imported_blog_55 #articleHeader .number span,
    .imported_blog_56 #articleHeader .number span,
    .imported_blog_22 #articleHeader .number span {
      font-size: 1.2em; }
  .imported_blog_55 #articleHeader .day,
  .imported_blog_56 #articleHeader .day,
  .imported_blog_22 #articleHeader .day {
    font-size: .8em;
    display: inline;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 4px 10px;
    border: solid #fff 1px;
    border-radius: 2px;
    color: #fff; }
  .imported_blog_55 #articleHeader .ttlGroup,
  .imported_blog_56 #articleHeader .ttlGroup,
  .imported_blog_22 #articleHeader .ttlGroup {
    margin-bottom: 10px;
    margin-left: -40px; }
  .imported_blog_55 #articleHeader .subCopy,
  .imported_blog_56 #articleHeader .subCopy,
  .imported_blog_22 #articleHeader .subCopy {
    font-size: 14px;
    float: left;
    width: 55%;
    margin: 0; }
  .imported_blog_55 #articleHeader h2.title,
  .imported_blog_56 #articleHeader h2.title,
  .imported_blog_22 #articleHeader h2.title {
    width: 360px;
    line-height: 150%;
    letter-spacing: 1px; }
    .imported_blog_55 #articleHeader h2.title br,
    .imported_blog_56 #articleHeader h2.title br,
    .imported_blog_22 #articleHeader h2.title br {
      display: none; }
.imported_blog_55 .photoSp,
.imported_blog_56 .photoSp,
.imported_blog_22 .photoSp {
  display: none; }
.imported_blog_55 .photoPc,
.imported_blog_56 .photoPc,
.imported_blog_22 .photoPc {
  display: block;
  float: right;
  width: 230px;
  height: 230px;
  margin: 0; }
.imported_blog_55 .twitter,
.imported_blog_55 .line,
.imported_blog_56 .twitter,
.imported_blog_56 .line,
.imported_blog_22 .twitter,
.imported_blog_22 .line {
  margin-top: 4px; }
.imported_blog_55 .fb,
.imported_blog_56 .fb,
.imported_blog_22 .fb {
  margin-top: 0; }
.imported_blog_55 .fb-like,
.imported_blog_55 .twitter-share-button,
.imported_blog_56 .fb-like,
.imported_blog_56 .twitter-share-button,
.imported_blog_22 .fb-like,
.imported_blog_22 .twitter-share-button {
  margin-left: 0 !important; }
.imported_blog_55 #contentText,
.imported_blog_56 #contentText,
.imported_blog_22 #contentText {
  font-size: 110%;
  margin-bottom: 30px;
  padding: 20px 30px;
  background: #fff;
  line-height: 170%; }
  .imported_blog_55 #contentText p,
  .imported_blog_56 #contentText p,
  .imported_blog_22 #contentText p {
    margin: 20px 0; }
.imported_blog_55 #ControlArea,
.imported_blog_56 #ControlArea,
.imported_blog_22 #ControlArea {
  width: 610px;
  padding: 10px 20px;
  background: #a0aab9; }
.imported_blog_55 #boxPN,
.imported_blog_56 #boxPN,
.imported_blog_22 #boxPN {
  float: left;
  width: 240px; }
  .imported_blog_55 #boxPN img,
  .imported_blog_56 #boxPN img,
  .imported_blog_22 #boxPN img {
    width: 100%;
    height: auto; }
  .imported_blog_55 #boxPN .previous,
  .imported_blog_56 #boxPN .previous,
  .imported_blog_22 #boxPN .previous {
    float: left;
    width: 49%; }
  .imported_blog_55 #boxPN .next,
  .imported_blog_56 #boxPN .next,
  .imported_blog_22 #boxPN .next {
    float: right;
    width: 49%; }
.imported_blog_55 #boxSNS,
.imported_blog_56 #boxSNS,
.imported_blog_22 #boxSNS {
  float: right;
  width: 340px; }
  .imported_blog_55 #boxSNS ul,
  .imported_blog_56 #boxSNS ul,
  .imported_blog_22 #boxSNS ul {
    float: right; }
  .imported_blog_55 #boxSNS li,
  .imported_blog_56 #boxSNS li,
  .imported_blog_22 #boxSNS li {
    float: left;
    padding-right: 10px; }
.imported_blog_55 #article,
.imported_blog_56 #article,
.imported_blog_22 #article {
  width: 650px;
  margin: 40px auto;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  line-height: 170%;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.45); }
.imported_blog_55 #moreContent,
.imported_blog_56 #moreContent,
.imported_blog_22 #moreContent {
  display: none; }
.imported_blog_55 #article .name,
.imported_blog_56 #article .name,
.imported_blog_22 #article .name {
  margin: 0 10px 0 0;
  padding: 0 5px;
  background-color: #aaa;
  color: #fff; }
.imported_blog_55 #article #video,
.imported_blog_56 #article #video,
.imported_blog_22 #article #video {
  margin: 50px 0;
  text-align: center; }
.imported_blog_55 .videoFrame,
.imported_blog_56 .videoFrame,
.imported_blog_22 .videoFrame {
  width: 444px;
  height: 250px; }
.imported_blog_55 #detailReadMoreButton,
.imported_blog_56 #detailReadMoreButton,
.imported_blog_22 #detailReadMoreButton {
  display: inherit;
  width: 100%;
  margin: 50px 0;
  padding: 3px 0;
  border: solid 1px #ccc;
  text-align: center; }
.imported_blog_55 #boxRelationship,
.imported_blog_56 #boxRelationship,
.imported_blog_22 #boxRelationship {
  clear: both;
  padding: 20px;
  background: #fff; }
  .imported_blog_55 #boxRelationship dt,
  .imported_blog_56 #boxRelationship dt,
  .imported_blog_22 #boxRelationship dt {
    float: left;
    width: 85px;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px 0; }
  .imported_blog_55 #boxRelationship dd,
  .imported_blog_56 #boxRelationship dd,
  .imported_blog_22 #boxRelationship dd {
    margin-bottom: 10px;
    margin-left: 100px;
    border-left: solid 4px #000; }
.imported_blog_55 .relationshipEnterprise,
.imported_blog_56 .relationshipEnterprise,
.imported_blog_22 .relationshipEnterprise {
  min-height: 70px;
  margin: 0 30px;
  padding: 0; }

.imported_blog_3,
.imported_blog_38,
.imported_blog_10,
.imported_blog_16 {
  /*- トピックスページ部分 -*/
  /*contentsInner*/
  /*--記事詳細ページ--*/
  /*--セミナー--*/
  /* H1部分のカテゴリー表記 */
  /*　事業詳細ページの既存タイトルソース対応　*/ }
  .imported_blog_3 .cont_news,
  .imported_blog_38 .cont_news,
  .imported_blog_10 .cont_news,
  .imported_blog_16 .cont_news {
    padding: 10px 0 0 0;
    border-top: 1px dotted #d7d7d7;
    border-bottom: 1px dotted #d7d7d7; }
    .imported_blog_3 .cont_news p.date,
    .imported_blog_38 .cont_news p.date,
    .imported_blog_10 .cont_news p.date,
    .imported_blog_16 .cont_news p.date {
      margin-bottom: 10px;
      text-align: right; }
    .imported_blog_3 .cont_news div p,
    .imported_blog_38 .cont_news div p,
    .imported_blog_10 .cont_news div p,
    .imported_blog_16 .cont_news div p {
      margin-bottom: 28px;
      line-height: 200%; }
  .imported_blog_3 #info_txtarea,
  .imported_blog_38 #info_txtarea,
  .imported_blog_10 #info_txtarea,
  .imported_blog_16 #info_txtarea {
    overflow: auto;
    height: 450px;
    padding-left: 10px;
    border: 1px solid #ccc; }
  .imported_blog_3 .button_pre01,
  .imported_blog_38 .button_pre01,
  .imported_blog_10 .button_pre01,
  .imported_blog_16 .button_pre01 {
    font-size: 110%;
    float: left;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #fff 0%, #f5f5f5);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    font-weight: bold; }
    .imported_blog_3 .button_pre01 a,
    .imported_blog_38 .button_pre01 a,
    .imported_blog_10 .button_pre01 a,
    .imported_blog_16 .button_pre01 a {
      display: block;
      padding: 7px 7px 5px 27px;
      background: url(../image/common/icon_arrow_pre_pc.png) 10px 12px no-repeat; }
      .imported_blog_3 .button_pre01 a:hover,
      .imported_blog_38 .button_pre01 a:hover,
      .imported_blog_10 .button_pre01 a:hover,
      .imported_blog_16 .button_pre01 a:hover {
        text-decoration: none; }
  .imported_blog_3 #subcontents,
  .imported_blog_38 #subcontents,
  .imported_blog_10 #subcontents,
  .imported_blog_16 #subcontents {
    float: right;
    width: 222px; }
  .imported_blog_3 .lnv_ptn02,
  .imported_blog_3 .lnv_ptn03,
  .imported_blog_38 .lnv_ptn02,
  .imported_blog_38 .lnv_ptn03,
  .imported_blog_10 .lnv_ptn02,
  .imported_blog_10 .lnv_ptn03,
  .imported_blog_16 .lnv_ptn02,
  .imported_blog_16 .lnv_ptn03 {
    position: relative;
    margin-bottom: 10px;
    background: #fff; }
  .imported_blog_3 .lnv_ptn02 p,
  .imported_blog_3 .lnv_ptn03 p,
  .imported_blog_38 .lnv_ptn02 p,
  .imported_blog_38 .lnv_ptn03 p,
  .imported_blog_10 .lnv_ptn02 p,
  .imported_blog_10 .lnv_ptn03 p,
  .imported_blog_16 .lnv_ptn02 p,
  .imported_blog_16 .lnv_ptn03 p {
    font-size: 125%;
    padding: 25px 0 28px 0;
    background: url(../image/common/bg_lnv02_title.jpg) left 23px no-repeat;
    color: #3b3b3b;
    font-weight: bold;
    text-align: center; }
  .imported_blog_3 .lnv_ptn02 ul,
  .imported_blog_3 .lnv_ptn03 ul,
  .imported_blog_38 .lnv_ptn02 ul,
  .imported_blog_38 .lnv_ptn03 ul,
  .imported_blog_10 .lnv_ptn02 ul,
  .imported_blog_10 .lnv_ptn03 ul,
  .imported_blog_16 .lnv_ptn02 ul,
  .imported_blog_16 .lnv_ptn03 ul {
    margin-top: -10px; }
  .imported_blog_3 .lnv_ptn02 li,
  .imported_blog_3 .lnv_ptn03 li,
  .imported_blog_38 .lnv_ptn02 li,
  .imported_blog_38 .lnv_ptn03 li,
  .imported_blog_10 .lnv_ptn02 li,
  .imported_blog_10 .lnv_ptn03 li,
  .imported_blog_16 .lnv_ptn02 li,
  .imported_blog_16 .lnv_ptn03 li {
    padding: 11px 0 11px 25px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../image/common/icon_arrow06.png) 200px 17px no-repeat; }
  .imported_blog_3 dl.box01,
  .imported_blog_38 dl.box01,
  .imported_blog_10 dl.box01,
  .imported_blog_16 dl.box01 {
    margin-top: 30px;
    padding: 20px 0 25px 0;
    border: 1px solid #e9e9e9;
    background: #f3f3f3; }
    .imported_blog_3 dl.box01 dt,
    .imported_blog_38 dl.box01 dt,
    .imported_blog_10 dl.box01 dt,
    .imported_blog_16 dl.box01 dt {
      margin: 0 28px 0 28px;
      font-weight: bold; }
    .imported_blog_3 dl.box01 dd,
    .imported_blog_38 dl.box01 dd,
    .imported_blog_10 dl.box01 dd,
    .imported_blog_16 dl.box01 dd {
      margin: 5px 28px 0 28px; }
  .imported_blog_3 th,
  .imported_blog_38 th,
  .imported_blog_10 th,
  .imported_blog_16 th {
    background: #d3d3d3; }
  .imported_blog_3 #projects_contents,
  .imported_blog_38 #projects_contents,
  .imported_blog_10 #projects_contents,
  .imported_blog_16 #projects_contents {
    /*border-top:2px solid #e5e5e5;*/ }
    .imported_blog_3 #projects_contents table,
    .imported_blog_38 #projects_contents table,
    .imported_blog_10 #projects_contents table,
    .imported_blog_16 #projects_contents table {
      width: 100%;
      margin: 30px 0 50px 0;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .imported_blog_3 #projects_contents table th,
      .imported_blog_38 #projects_contents table th,
      .imported_blog_10 #projects_contents table th,
      .imported_blog_16 #projects_contents table th {
        width: 29%;
        padding: 10px 20px;
        border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        text-align: left; }
      .imported_blog_3 #projects_contents table td,
      .imported_blog_38 #projects_contents table td,
      .imported_blog_10 #projects_contents table td,
      .imported_blog_16 #projects_contents table td {
        padding: 10px 20px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5; }
        .imported_blog_3 #projects_contents table td p,
        .imported_blog_38 #projects_contents table td p,
        .imported_blog_10 #projects_contents table td p,
        .imported_blog_16 #projects_contents table td p {
          margin: 0;
          padding: 3px 0;
          line-height: 150%; }
      .imported_blog_3 #projects_contents table tr:nth-child(odd) th,
      .imported_blog_3 #projects_contents table tr:nth-child(odd) td,
      .imported_blog_38 #projects_contents table tr:nth-child(odd) th,
      .imported_blog_38 #projects_contents table tr:nth-child(odd) td,
      .imported_blog_10 #projects_contents table tr:nth-child(odd) th,
      .imported_blog_10 #projects_contents table tr:nth-child(odd) td,
      .imported_blog_16 #projects_contents table tr:nth-child(odd) th,
      .imported_blog_16 #projects_contents table tr:nth-child(odd) td {
        background: #f7f7f7; }
      .imported_blog_3 #projects_contents table tr:nth-child(even) th,
      .imported_blog_3 #projects_contents table tr:nth-child(even) td,
      .imported_blog_38 #projects_contents table tr:nth-child(even) th,
      .imported_blog_38 #projects_contents table tr:nth-child(even) td,
      .imported_blog_10 #projects_contents table tr:nth-child(even) th,
      .imported_blog_10 #projects_contents table tr:nth-child(even) td,
      .imported_blog_16 #projects_contents table tr:nth-child(even) th,
      .imported_blog_16 #projects_contents table tr:nth-child(even) td {
        background: #fff; }
    .imported_blog_3 #projects_contents .block,
    .imported_blog_38 #projects_contents .block,
    .imported_blog_10 #projects_contents .block,
    .imported_blog_16 #projects_contents .block {
      margin-bottom: 40px; }
    .imported_blog_3 #projects_contents .numberList,
    .imported_blog_38 #projects_contents .numberList,
    .imported_blog_10 #projects_contents .numberList,
    .imported_blog_16 #projects_contents .numberList {
      margin: 10px 0; }
      .imported_blog_3 #projects_contents .numberList li,
      .imported_blog_38 #projects_contents .numberList li,
      .imported_blog_10 #projects_contents .numberList li,
      .imported_blog_16 #projects_contents .numberList li {
        list-style-type: decimal;
        margin: 0 0 0 30px; }
    .imported_blog_3 #projects_contents .imgL,
    .imported_blog_38 #projects_contents .imgL,
    .imported_blog_10 #projects_contents .imgL,
    .imported_blog_16 #projects_contents .imgL {
      display: block;
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; }
      .imported_blog_3 #projects_contents .imgL p,
      .imported_blog_38 #projects_contents .imgL p,
      .imported_blog_10 #projects_contents .imgL p,
      .imported_blog_16 #projects_contents .imgL p {
        font-size: 90%;
        margin: -4px 0 40px 0 !important;
        text-align: center; }
    .imported_blog_3 #projects_contents .imgC,
    .imported_blog_38 #projects_contents .imgC,
    .imported_blog_10 #projects_contents .imgC,
    .imported_blog_16 #projects_contents .imgC {
      display: block;
      margin-right: 30px;
      margin-bottom: 30px;
      text-align: center; }
      .imported_blog_3 #projects_contents .imgC p,
      .imported_blog_38 #projects_contents .imgC p,
      .imported_blog_10 #projects_contents .imgC p,
      .imported_blog_16 #projects_contents .imgC p {
        font-size: 90%;
        margin: -4px 0 40px 0 !important;
        text-align: center; }
    .imported_blog_3 #projects_contents .discList li,
    .imported_blog_38 #projects_contents .discList li,
    .imported_blog_10 #projects_contents .discList li,
    .imported_blog_16 #projects_contents .discList li {
      list-style: disc;
      margin-left: 30px; }
  .imported_blog_3 .topics_column,
  .imported_blog_38 .topics_column,
  .imported_blog_10 .topics_column,
  .imported_blog_16 .topics_column {
    margin-right: -38px;
    margin-bottom: -30px; }
    .imported_blog_3 .topics_column p,
    .imported_blog_38 .topics_column p,
    .imported_blog_10 .topics_column p,
    .imported_blog_16 .topics_column p {
      float: left;
      width: 200px;
      margin-right: 19px;
      margin-bottom: 0; }
      .imported_blog_3 .topics_column p span.text,
      .imported_blog_38 .topics_column p span.text,
      .imported_blog_10 .topics_column p span.text,
      .imported_blog_16 .topics_column p span.text {
        display: block; }
      .imported_blog_3 .topics_column p img,
      .imported_blog_38 .topics_column p img,
      .imported_blog_10 .topics_column p img,
      .imported_blog_16 .topics_column p img {
        width: 200px;
        min-height: 132px; }
      .imported_blog_3 .topics_column p span.img,
      .imported_blog_38 .topics_column p span.img,
      .imported_blog_10 .topics_column p span.img,
      .imported_blog_16 .topics_column p span.img {
        display: inline-block;
        overflow: hidden;
        width: 200px;
        height: 132px; }
    .imported_blog_3 .topics_column .hr_pc,
    .imported_blog_38 .topics_column .hr_pc,
    .imported_blog_10 .topics_column .hr_pc,
    .imported_blog_16 .topics_column .hr_pc {
      clear: both;
      height: 0;
      margin: 0;
      padding: 0;
      border: none; }
    .imported_blog_3 .topics_column .hr_sp,
    .imported_blog_38 .topics_column .hr_sp,
    .imported_blog_10 .topics_column .hr_sp,
    .imported_blog_16 .topics_column .hr_sp {
      display: none;
      visibility: hidden; }
  .imported_blog_3 #projects_contents .social_button div.fb-like,
  .imported_blog_3 #maincontents_inr .social_button div.fb-like,
  .imported_blog_38 #projects_contents .social_button div.fb-like,
  .imported_blog_38 #maincontents_inr .social_button div.fb-like,
  .imported_blog_10 #projects_contents .social_button div.fb-like,
  .imported_blog_10 #maincontents_inr .social_button div.fb-like,
  .imported_blog_16 #projects_contents .social_button div.fb-like,
  .imported_blog_16 #maincontents_inr .social_button div.fb-like {
    margin-right: 10px; }
  .imported_blog_3 .list_link,
  .imported_blog_38 .list_link,
  .imported_blog_10 .list_link,
  .imported_blog_16 .list_link {
    margin-bottom: -80px; }
    .imported_blog_3 .list_link dt,
    .imported_blog_38 .list_link dt,
    .imported_blog_10 .list_link dt,
    .imported_blog_16 .list_link dt {
      margin-bottom: 10px;
      padding: 0 0 0 21px;
      background: url(../image/common/icon_title_link.gif) left 6px no-repeat;
      font-weight: bold; }
    .imported_blog_3 .list_link dd,
    .imported_blog_38 .list_link dd,
    .imported_blog_10 .list_link dd,
    .imported_blog_16 .list_link dd {
      padding: 10px 20px 10px 20px;
      border-top: 1px dotted #e5e5e5;
      background: url(../image/common/icon_arrow06.png) left 15px no-repeat; }
  .imported_blog_3 .img_right,
  .imported_blog_38 .img_right,
  .imported_blog_10 .img_right,
  .imported_blog_16 .img_right {
    margin-bottom: 30px; }
    .imported_blog_3 .img_right div,
    .imported_blog_38 .img_right div,
    .imported_blog_10 .img_right div,
    .imported_blog_16 .img_right div {
      float: right;
      margin-left: 25px; }
      .imported_blog_3 .img_right div span,
      .imported_blog_38 .img_right div span,
      .imported_blog_10 .img_right div span,
      .imported_blog_16 .img_right div span {
        font-size: 90%;
        display: block;
        text-align: center; }
  .imported_blog_3 .lnv_ptn01 p,
  .imported_blog_38 .lnv_ptn01 p,
  .imported_blog_10 .lnv_ptn01 p,
  .imported_blog_16 .lnv_ptn01 p {
    font-size: 1em;
    padding: 0;
    background-position: center center;
    line-height: 40px; }
  .imported_blog_3 #lnv_ptn01_tri,
  .imported_blog_38 #lnv_ptn01_tri,
  .imported_blog_10 #lnv_ptn01_tri,
  .imported_blog_16 #lnv_ptn01_tri {
    top: 40px;
    left: 100px; }
  .imported_blog_3 .lnv_ptn01 li,
  .imported_blog_38 .lnv_ptn01 li,
  .imported_blog_10 .lnv_ptn01 li,
  .imported_blog_16 .lnv_ptn01 li {
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff; }
  .imported_blog_3 #contents div.pagination,
  .imported_blog_38 #contents div.pagination,
  .imported_blog_10 #contents div.pagination,
  .imported_blog_16 #contents div.pagination {
    font-size: 16px;
    margin: 40px !important;
    font-weight: normal;
    letter-spacing: .1em; }
    .imported_blog_3 #contents div.pagination a,
    .imported_blog_38 #contents div.pagination a,
    .imported_blog_10 #contents div.pagination a,
    .imported_blog_16 #contents div.pagination a {
      padding: 5px 30px; }
    .imported_blog_3 #contents div.pagination span.current, .imported_blog_3 #contents div.pagination span.disabled,
    .imported_blog_38 #contents div.pagination span.current,
    .imported_blog_38 #contents div.pagination span.disabled,
    .imported_blog_10 #contents div.pagination span.current,
    .imported_blog_10 #contents div.pagination span.disabled,
    .imported_blog_16 #contents div.pagination span.current,
    .imported_blog_16 #contents div.pagination span.disabled {
      padding: 5px 30px; }
  .imported_blog_3 .contentsInner p.note,
  .imported_blog_38 .contentsInner p.note,
  .imported_blog_10 .contentsInner p.note,
  .imported_blog_16 .contentsInner p.note {
    margin-top: 15px; }
    .imported_blog_3 .contentsInner p.note + .note,
    .imported_blog_38 .contentsInner p.note + .note,
    .imported_blog_10 .contentsInner p.note + .note,
    .imported_blog_16 .contentsInner p.note + .note {
      margin-top: 0; }
  .imported_blog_3 .contentsInner ul.newsList,
  .imported_blog_38 .contentsInner ul.newsList,
  .imported_blog_10 .contentsInner ul.newsList,
  .imported_blog_16 .contentsInner ul.newsList {
    clear: both;
    margin: 0 0 30px 0; }
    .imported_blog_3 .contentsInner ul.newsList li,
    .imported_blog_38 .contentsInner ul.newsList li,
    .imported_blog_10 .contentsInner ul.newsList li,
    .imported_blog_16 .contentsInner ul.newsList li {
      font-size: 13px;
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      float: left;
      width: 228px;
      min-height: 350px;
      margin: 0;
      margin: 0 14px 30px 0;
      border: solid 1px #ccc;
      border-radius: 4px;
      color: #000;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
      .imported_blog_3 .contentsInner ul.newsList li:nth-child(4n),
      .imported_blog_38 .contentsInner ul.newsList li:nth-child(4n),
      .imported_blog_10 .contentsInner ul.newsList li:nth-child(4n),
      .imported_blog_16 .contentsInner ul.newsList li:nth-child(4n) {
        margin: 0 0 30px 0; }
      .imported_blog_3 .contentsInner ul.newsList li a,
      .imported_blog_38 .contentsInner ul.newsList li a,
      .imported_blog_10 .contentsInner ul.newsList li a,
      .imported_blog_16 .contentsInner ul.newsList li a {
        text-decoration: none; }
        .imported_blog_3 .contentsInner ul.newsList li a:hover,
        .imported_blog_38 .contentsInner ul.newsList li a:hover,
        .imported_blog_10 .contentsInner ul.newsList li a:hover,
        .imported_blog_16 .contentsInner ul.newsList li a:hover {
          text-decoration: none; }
      .imported_blog_3 .contentsInner ul.newsList li img,
      .imported_blog_38 .contentsInner ul.newsList li img,
      .imported_blog_10 .contentsInner ul.newsList li img,
      .imported_blog_16 .contentsInner ul.newsList li img {
        width: 226px; }
      .imported_blog_3 .contentsInner ul.newsList li .date,
      .imported_blog_38 .contentsInner ul.newsList li .date,
      .imported_blog_10 .contentsInner ul.newsList li .date,
      .imported_blog_16 .contentsInner ul.newsList li .date {
        font-size: 12px;
        position: relative;
        margin: 0;
        padding: 23px 9px 0 0;
        color: #333;
        text-align: right;
        line-height: 22px; }
        .imported_blog_3 .contentsInner ul.newsList li .date span,
        .imported_blog_38 .contentsInner ul.newsList li .date span,
        .imported_blog_10 .contentsInner ul.newsList li .date span,
        .imported_blog_16 .contentsInner ul.newsList li .date span {
          font-size: 11px;
          position: absolute;
          top: 23px;
          left: 0;
          width: 65px;
          height: 22px;
          background-color: #999;
          color: #fff;
          text-align: center;
          line-height: 22px; }
  .imported_blog_3 .contentsInner h3 + p.date,
  .imported_blog_38 .contentsInner h3 + p.date,
  .imported_blog_10 .contentsInner h3 + p.date,
  .imported_blog_16 .contentsInner h3 + p.date {
    font-size: 12px;
    padding: 0 9px 9px;
    color: #666;
    line-height: 1.4; }
  .imported_blog_3 .contentsInner li:after,
  .imported_blog_38 .contentsInner li:after,
  .imported_blog_10 .contentsInner li:after,
  .imported_blog_16 .contentsInner li:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 22px 22px 0;
    border-style: solid;
    border-color: transparent #1e97ff transparent transparent;
    content: ''; }
  .imported_blog_3 .contentsInner .contentsNew h3,
  .imported_blog_38 .contentsInner .contentsNew h3,
  .imported_blog_10 .contentsInner .contentsNew h3,
  .imported_blog_16 .contentsInner .contentsNew h3 {
    font-size: 13px;
    display: block;
    margin: 0;
    padding: 12px 9px 9px;
    border-bottom: none;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal; }
    .imported_blog_3 .contentsInner .contentsNew h3 + p,
    .imported_blog_38 .contentsInner .contentsNew h3 + p,
    .imported_blog_10 .contentsInner .contentsNew h3 + p,
    .imported_blog_16 .contentsInner .contentsNew h3 + p {
      font-size: 12px;
      padding: 0 9px 9px;
      color: #666;
      line-height: 1.4; }
  .imported_blog_3 .imageButton,
  .imported_blog_38 .imageButton,
  .imported_blog_10 .imageButton,
  .imported_blog_16 .imageButton {
    text-align: center; }
    .imported_blog_3 .imageButton img,
    .imported_blog_38 .imageButton img,
    .imported_blog_10 .imageButton img,
    .imported_blog_16 .imageButton img {
      width: 239px;
      height: auto; }
  .imported_blog_3 .btnBack,
  .imported_blog_38 .btnBack,
  .imported_blog_10 .btnBack,
  .imported_blog_16 .btnBack {
    float: right;
    margin-left: 10px; }
  .imported_blog_3 .contentsInner #main,
  .imported_blog_38 .contentsInner #main,
  .imported_blog_10 .contentsInner #main,
  .imported_blog_16 .contentsInner #main {
    margin-bottom: 100px; }
    .imported_blog_3 .contentsInner #main h3,
    .imported_blog_38 .contentsInner #main h3,
    .imported_blog_10 .contentsInner #main h3,
    .imported_blog_16 .contentsInner #main h3 {
      font-size: 18px;
      margin-bottom: 10px;
      padding: 0 0 10px 0;
      border-bottom: 3px solid #bbb;
      color: #333;
      line-height: 1.5; }
      .imported_blog_3 .contentsInner #main h3 + .red,
      .imported_blog_38 .contentsInner #main h3 + .red,
      .imported_blog_10 .contentsInner #main h3 + .red,
      .imported_blog_16 .contentsInner #main h3 + .red {
        margin-top: 20px; }
    .imported_blog_3 .contentsInner #main .date,
    .imported_blog_38 .contentsInner #main .date,
    .imported_blog_10 .contentsInner #main .date,
    .imported_blog_16 .contentsInner #main .date {
      font-size: 14px;
      margin-bottom: 10px;
      text-align: right; }
    .imported_blog_3 .contentsInner #main p,
    .imported_blog_38 .contentsInner #main p,
    .imported_blog_10 .contentsInner #main p,
    .imported_blog_16 .contentsInner #main p {
      font-size: 14px;
      margin: 0 20px 10px 20px;
      line-height: 150%; }
  .imported_blog_3 section,
  .imported_blog_38 section,
  .imported_blog_10 section,
  .imported_blog_16 section {
    font-size: 14px;
    margin: 0 20px 10px 20px;
    line-height: 150%; }
  .imported_blog_3 .relationLinks,
  .imported_blog_38 .relationLinks,
  .imported_blog_10 .relationLinks,
  .imported_blog_16 .relationLinks {
    margin: 30px 20px;
    padding: 15px;
    border: #ccc 2px solid;
    background: #eee; }
    .imported_blog_3 .relationLinks h4,
    .imported_blog_38 .relationLinks h4,
    .imported_blog_10 .relationLinks h4,
    .imported_blog_16 .relationLinks h4 {
      font-size: 20px;
      margin: 0 0 10px 0;
      font-weight: normal;
      text-align: center; }
    .imported_blog_3 .relationLinks ul li,
    .imported_blog_38 .relationLinks ul li,
    .imported_blog_10 .relationLinks ul li,
    .imported_blog_16 .relationLinks ul li {
      margin: 5px;
      padding-left: 12px;
      background: url(../img/common/icon_arrow_gray.png) left center no-repeat; }
  .imported_blog_3 .contentsInner .red,
  .imported_blog_3 .contentsInner .box_notice,
  .imported_blog_38 .contentsInner .red,
  .imported_blog_38 .contentsInner .box_notice,
  .imported_blog_10 .contentsInner .red,
  .imported_blog_10 .contentsInner .box_notice,
  .imported_blog_16 .contentsInner .red,
  .imported_blog_16 .contentsInner .box_notice {
    font-size: 16px;
    margin: 10px auto;
    padding: 20px;
    background: #f8e6e7;
    color: #c00;
    text-align: center; }
  .imported_blog_3 .edit_mTitle,
  .imported_blog_38 .edit_mTitle,
  .imported_blog_10 .edit_mTitle,
  .imported_blog_16 .edit_mTitle {
    font-size: 16px;
    margin: 20px auto;
    padding: 5px;
    border-bottom: #999 solid 2px; }
  .imported_blog_3 .ac,
  .imported_blog_38 .ac,
  .imported_blog_10 .ac,
  .imported_blog_16 .ac {
    text-align: center; }
  .imported_blog_3 .borderframe,
  .imported_blog_38 .borderframe,
  .imported_blog_10 .borderframe,
  .imported_blog_16 .borderframe {
    width: 80%;
    margin: 10px;
    padding: 20px;
    border: #999 1px solid; }
  .imported_blog_3 .time_Title,
  .imported_blog_38 .time_Title,
  .imported_blog_10 .time_Title,
  .imported_blog_16 .time_Title {
    margin: 0 0 5px;
    padding: 6px 10px;
    background: #069247;
    color: #fff;
    font-weight: 700;
    line-height: 1.1; }
  .imported_blog_3 .information table,
  .imported_blog_38 .information table,
  .imported_blog_10 .information table,
  .imported_blog_16 .information table {
    width: 100%;
    margin: 20px auto; }
    .imported_blog_3 .information table p,
    .imported_blog_38 .information table p,
    .imported_blog_10 .information table p,
    .imported_blog_16 .information table p {
      margin: 0;
      padding: 0; }
  .imported_blog_3 dl.box01,
  .imported_blog_38 dl.box01,
  .imported_blog_10 dl.box01,
  .imported_blog_16 dl.box01 {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    background: #f3f3f3; }
  .imported_blog_3 .information table th,
  .imported_blog_38 .information table th,
  .imported_blog_10 .information table th,
  .imported_blog_16 .information table th {
    padding: 5px 0;
    border-bottom: 1px solid #cecece;
    background: #eee;
    font-weight: 100;
    vertical-align: top; }
  .imported_blog_3 .information table td,
  .imported_blog_38 .information table td,
  .imported_blog_10 .information table td,
  .imported_blog_16 .information table td {
    padding: 5px 0;
    border-bottom: 1px solid #cecece;
    vertical-align: top; }
  .imported_blog_3 .information table.dTable,
  .imported_blog_38 .information table.dTable,
  .imported_blog_10 .information table.dTable,
  .imported_blog_16 .information table.dTable {
    border-collapse: collapse;
    margin-bottom: 5px; }
    .imported_blog_3 .information table.dTable tr th,
    .imported_blog_38 .information table.dTable tr th,
    .imported_blog_10 .information table.dTable tr th,
    .imported_blog_16 .information table.dTable tr th {
      padding: 9px;
      font-weight: normal;
      vertical-align: top; }
    .imported_blog_3 .information table.dTable tr td,
    .imported_blog_38 .information table.dTable tr td,
    .imported_blog_10 .information table.dTable tr td,
    .imported_blog_16 .information table.dTable tr td {
      padding: 9px;
      border-bottom: 1px solid #e5e5e5;
      background: #f7f7f7;
      font-weight: bold;
      vertical-align: top; }
  .imported_blog_3 .information table.undTable,
  .imported_blog_38 .information table.undTable,
  .imported_blog_10 .information table.undTable,
  .imported_blog_16 .information table.undTable {
    margin: 0 7px 15px; }
    .imported_blog_3 .information table.undTable td,
    .imported_blog_38 .information table.undTable td,
    .imported_blog_10 .information table.undTable td,
    .imported_blog_16 .information table.undTable td {
      padding: 10px;
      border-bottom: 1px solid #dadada;
      vertical-align: top; }
  .imported_blog_3 dl.question dt,
  .imported_blog_38 dl.question dt,
  .imported_blog_10 dl.question dt,
  .imported_blog_16 dl.question dt {
    width: 80%;
    margin: 0 auto;
    padding: 4px 10px;
    background: #666;
    color: #fff; }
  .imported_blog_3 dl.question dd,
  .imported_blog_38 dl.question dd,
  .imported_blog_10 dl.question dd,
  .imported_blog_16 dl.question dd {
    width: 80%;
    margin: 0 auto 20px;
    padding: 8px 10px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1; }
  .imported_blog_3 .subscribe,
  .imported_blog_38 .subscribe,
  .imported_blog_10 .subscribe,
  .imported_blog_16 .subscribe {
    width: 80%;
    margin: 0 auto 20px;
    padding: 15px 10px 10px 10px;
    border: 1px solid #e2e2e2;
    background: #f5f5f5; }
  .imported_blog_3 .borderframe,
  .imported_blog_38 .borderframe,
  .imported_blog_10 .borderframe,
  .imported_blog_16 .borderframe {
    width: 80%;
    margin: 0 auto 20px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cecece;
    background-color: #fff; }
  .imported_blog_3 .entryButton,
  .imported_blog_38 .entryButton,
  .imported_blog_10 .entryButton,
  .imported_blog_16 .entryButton {
    margin: 0 0 32px;
    text-align: center; }
  .imported_blog_3 .backList,
  .imported_blog_38 .backList,
  .imported_blog_10 .backList,
  .imported_blog_16 .backList {
    text-align: right; }
  .imported_blog_3 dl.box01 dt,
  .imported_blog_38 dl.box01 dt,
  .imported_blog_10 dl.box01 dt,
  .imported_blog_16 dl.box01 dt {
    margin: 0 0 20px 0;
    font-weight: bold; }
  .imported_blog_3 .table_seminar dl,
  .imported_blog_38 .table_seminar dl,
  .imported_blog_10 .table_seminar dl,
  .imported_blog_16 .table_seminar dl {
    margin-bottom: 10px; }
  .imported_blog_3 .table_seminar dt.title,
  .imported_blog_38 .table_seminar dt.title,
  .imported_blog_10 .table_seminar dt.title,
  .imported_blog_16 .table_seminar dt.title {
    margin-bottom: 20px;
    padding: 15px 20px 10px 20px;
    background: #069247;
    color: #fff; }
  .imported_blog_3 #lowpage_common .table_seminar dt.title,
  .imported_blog_38 #lowpage_common .table_seminar dt.title,
  .imported_blog_10 #lowpage_common .table_seminar dt.title,
  .imported_blog_16 #lowpage_common .table_seminar dt.title {
    font-size: 125%;
    color: #666 !important;
    font-weight: bold; }
  .imported_blog_3 .table_seminar dt,
  .imported_blog_38 .table_seminar dt,
  .imported_blog_10 .table_seminar dt,
  .imported_blog_16 .table_seminar dt {
    padding: 9px 0 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
    font-weight: bold; }
  .imported_blog_3 .table_seminar dd,
  .imported_blog_38 .table_seminar dd,
  .imported_blog_10 .table_seminar dd,
  .imported_blog_16 .table_seminar dd {
    font-size: 95%;
    padding: 9px 0 8px 10px;
    border-bottom: 1px solid #e5e5e5; }
    .imported_blog_3 .table_seminar dd.table,
    .imported_blog_38 .table_seminar dd.table,
    .imported_blog_10 .table_seminar dd.table,
    .imported_blog_16 .table_seminar dd.table {
      font-size: 95%;
      padding: 9px 0 0 10px;
      border: none; }
  .imported_blog_3 .table_seminar th.date span,
  .imported_blog_38 .table_seminar th.date span,
  .imported_blog_10 .table_seminar th.date span,
  .imported_blog_16 .table_seminar th.date span {
    padding-left: 12px;
    background: url(../image/common/icon_square_common_pc.gif) left 6px no-repeat; }
  .imported_blog_3 .table_seminar table th,
  .imported_blog_38 .table_seminar table th,
  .imported_blog_10 .table_seminar table th,
  .imported_blog_16 .table_seminar table th {
    width: 120px;
    padding: 10px 0 10px 5px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #d3d3d3;
    font-weight: normal;
    text-align: left; }
    .imported_blog_3 .table_seminar table th.date,
    .imported_blog_38 .table_seminar table th.date,
    .imported_blog_10 .table_seminar table th.date,
    .imported_blog_16 .table_seminar table th.date {
      padding: 3px 0 5px 10px;
      border-right: none;
      border-bottom: 1px solid #e5e5e5;
      text-align: left; }
  .imported_blog_3 .table_seminar table td,
  .imported_blog_38 .table_seminar table td,
  .imported_blog_10 .table_seminar table td,
  .imported_blog_16 .table_seminar table td {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #e5e5e5; }
  .imported_blog_3 .seminar_order,
  .imported_blog_38 .seminar_order,
  .imported_blog_10 .seminar_order,
  .imported_blog_16 .seminar_order {
    width: 80%;
    margin: 0 auto 30px auto; }
    .imported_blog_3 .seminar_order dt,
    .imported_blog_38 .seminar_order dt,
    .imported_blog_10 .seminar_order dt,
    .imported_blog_16 .seminar_order dt {
      margin: 0 auto;
      padding: 4px 10px;
      background: #666;
      color: #fff; }
    .imported_blog_3 .seminar_order dd,
    .imported_blog_38 .seminar_order dd,
    .imported_blog_10 .seminar_order dd,
    .imported_blog_16 .seminar_order dd {
      padding: 8px 10px;
      border-right: 1px solid #d1d1d1;
      border-bottom: 1px solid #d1d1d1;
      border-left: 1px solid #d1d1d1; }
  .imported_blog_3 p.button_order01,
  .imported_blog_38 p.button_order01,
  .imported_blog_10 p.button_order01,
  .imported_blog_16 p.button_order01 {
    font-size: 110%;
    position: absolute;
    top: 20px;
    right: 20px;
    float: left;
    margin-top: 20px;
    margin-right: 25px;
    margin-bottom: 0;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #fff 0%, #f5f5f5);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    font-weight: bold; }
    .imported_blog_3 p.button_order01 a,
    .imported_blog_38 p.button_order01 a,
    .imported_blog_10 p.button_order01 a,
    .imported_blog_16 p.button_order01 a {
      display: block;
      padding: 20px 10px 20px 35px;
      background: url(../image/common/icon_hd_mail_pc.gif) 10px 22px no-repeat; }
      .imported_blog_3 p.button_order01 a:hover,
      .imported_blog_38 p.button_order01 a:hover,
      .imported_blog_10 p.button_order01 a:hover,
      .imported_blog_16 p.button_order01 a:hover {
        text-decoration: none; }
  .imported_blog_3 .cont_seminar_old,
  .imported_blog_38 .cont_seminar_old,
  .imported_blog_10 .cont_seminar_old,
  .imported_blog_16 .cont_seminar_old {
    line-height: 180%; }
    .imported_blog_3 .cont_seminar_old .red,
    .imported_blog_38 .cont_seminar_old .red,
    .imported_blog_10 .cont_seminar_old .red,
    .imported_blog_16 .cont_seminar_old .red {
      color: #a43a4e; }
    .imported_blog_3 .cont_seminar_old .edit_lTitle,
    .imported_blog_38 .cont_seminar_old .edit_lTitle,
    .imported_blog_10 .cont_seminar_old .edit_lTitle,
    .imported_blog_16 .cont_seminar_old .edit_lTitle {
      font-size: 190%;
      margin-bottom: 30px;
      padding: 15px auto 15px auto;
      border-left: 5px solid #9ab54a;
      color: #3b3b3b;
      line-height: 140%; }
    .imported_blog_3 .cont_seminar_old .subscribe,
    .imported_blog_38 .cont_seminar_old .subscribe,
    .imported_blog_10 .cont_seminar_old .subscribe,
    .imported_blog_16 .cont_seminar_old .subscribe {
      margin-top: 30px;
      padding: 20px auto 25px auto;
      border: 1px solid #e9e9e9;
      background: #f3f3f3; }
  .imported_blog_3 .block,
  .imported_blog_38 .block,
  .imported_blog_10 .block,
  .imported_blog_16 .block {
    margin: 15px auto; }
  .imported_blog_3 #lowpage_common .information .time_Title,
  .imported_blog_3 .time_Title,
  .imported_blog_38 #lowpage_common .information .time_Title,
  .imported_blog_38 .time_Title,
  .imported_blog_10 #lowpage_common .information .time_Title,
  .imported_blog_10 .time_Title,
  .imported_blog_16 #lowpage_common .information .time_Title,
  .imported_blog_16 .time_Title {
    background: #dce6c1; }
  .imported_blog_3 .information th.date span,
  .imported_blog_38 .information th.date span,
  .imported_blog_10 .information th.date span,
  .imported_blog_16 .information th.date span {
    padding-left: 12px;
    background: url(../image/common/icon_square_cyan.gif) left 6px no-repeat; }
  .imported_blog_3 .information table .time_Title,
  .imported_blog_38 .information table .time_Title,
  .imported_blog_10 .information table .time_Title,
  .imported_blog_16 .information table .time_Title {
    border-bottom: 1px solid #e5e5e5;
    background: #fff !important; }
  .imported_blog_3 .question dt,
  .imported_blog_38 .question dt,
  .imported_blog_10 .question dt,
  .imported_blog_16 .question dt {
    margin-top: 40px;
    padding: 9px 0 5px 10px;
    background: #dce6c1;
    font-weight: bold; }
  .imported_blog_3 .question dd,
  .imported_blog_38 .question dd,
  .imported_blog_10 .question dd,
  .imported_blog_16 .question dd {
    padding: 9px 0 8px 10px;
    /*    font-size: 95%;*/ }
  .imported_blog_3 .seminar_movie,
  .imported_blog_38 .seminar_movie,
  .imported_blog_10 .seminar_movie,
  .imported_blog_16 .seminar_movie {
    text-align: center; }
  .imported_blog_3 .seminar_order_box,
  .imported_blog_38 .seminar_order_box,
  .imported_blog_10 .seminar_order_box,
  .imported_blog_16 .seminar_order_box {
    min-height: 70px; }
  .imported_blog_3 .seminar_sns,
  .imported_blog_38 .seminar_sns,
  .imported_blog_10 .seminar_sns,
  .imported_blog_16 .seminar_sns {
    margin-bottom: 20px; }
    .imported_blog_3 .seminar_sns div,
    .imported_blog_38 .seminar_sns div,
    .imported_blog_10 .seminar_sns div,
    .imported_blog_16 .seminar_sns div {
      float: right;
      margin-right: 120px; }
  .imported_blog_3 div.fb-like,
  .imported_blog_38 div.fb-like,
  .imported_blog_10 div.fb-like,
  .imported_blog_16 div.fb-like {
    float: right;
    margin-right: 120px; }
  .imported_blog_3 .twitter-share-button,
  .imported_blog_38 .twitter-share-button,
  .imported_blog_10 .twitter-share-button,
  .imported_blog_16 .twitter-share-button {
    position: absolute;
    right: 0; }
  .imported_blog_3 .news_seminar,
  .imported_blog_38 .news_seminar,
  .imported_blog_10 .news_seminar,
  .imported_blog_16 .news_seminar {
    font-size: 1.1em; }
    .imported_blog_3 .news_seminar dt,
    .imported_blog_38 .news_seminar dt,
    .imported_blog_10 .news_seminar dt,
    .imported_blog_16 .news_seminar dt {
      margin-top: 10px;
      font-weight: bold; }
      .imported_blog_3 .news_seminar dt:first-child,
      .imported_blog_38 .news_seminar dt:first-child,
      .imported_blog_10 .news_seminar dt:first-child,
      .imported_blog_16 .news_seminar dt:first-child {
        margin-top: 0; }
    .imported_blog_3 .news_seminar * + p.note,
    .imported_blog_38 .news_seminar * + p.note,
    .imported_blog_10 .news_seminar * + p.note,
    .imported_blog_16 .news_seminar * + p.note {
      margin-top: 5px !important; }
    .imported_blog_3 .news_seminar p.note,
    .imported_blog_38 .news_seminar p.note,
    .imported_blog_10 .news_seminar p.note,
    .imported_blog_16 .news_seminar p.note {
      margin-right: 0 !important;
      margin-bottom: 0 !important;
      padding-left: 0; }
  .imported_blog_3 .tableTitle,
  .imported_blog_38 .tableTitle,
  .imported_blog_10 .tableTitle,
  .imported_blog_16 .tableTitle {
    font-size: 15px;
    margin-top: 40px;
    padding: 1.2em;
    background-color: #f3f8fb;
    color: #000034;
    font-weight: bold;
    letter-spacing: 1px; }
  .imported_blog_3 .projectsTable,
  .imported_blog_38 .projectsTable,
  .imported_blog_10 .projectsTable,
  .imported_blog_16 .projectsTable {
    font-size: 14px;
    box-sizing: border-box;
    clear: right;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #e6f1f8;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
  .imported_blog_3 p + .projectsTable,
  .imported_blog_38 p + .projectsTable,
  .imported_blog_10 p + .projectsTable,
  .imported_blog_16 p + .projectsTable {
    margin-top: 40px; }
  .imported_blog_3 .wantedExit + .projectsTable,
  .imported_blog_38 .wantedExit + .projectsTable,
  .imported_blog_10 .wantedExit + .projectsTable,
  .imported_blog_16 .wantedExit + .projectsTable {
    margin-top: 0;
    margin-bottom: 20px; }
  .imported_blog_3 p + .projectsTable td:first-child,
  .imported_blog_38 p + .projectsTable td:first-child,
  .imported_blog_10 p + .projectsTable td:first-child,
  .imported_blog_16 p + .projectsTable td:first-child {
    font-weight: bold;
    vertical-align: top; }
  .imported_blog_3 .projectsTable tr:first-child td,
  .imported_blog_38 .projectsTable tr:first-child td,
  .imported_blog_10 .projectsTable tr:first-child td,
  .imported_blog_16 .projectsTable tr:first-child td {
    border-top: solid 1px #e6f1f8; }
  .imported_blog_3 .projectsTable th,
  .imported_blog_38 .projectsTable th,
  .imported_blog_10 .projectsTable th,
  .imported_blog_16 .projectsTable th {
    padding: .5em 1em;
    background-color: #bae4fd;
    color: #000034;
    font-weight: bold;
    text-align: left; }
  .imported_blog_3 .projectsTable td,
  .imported_blog_38 .projectsTable td,
  .imported_blog_10 .projectsTable td,
  .imported_blog_16 .projectsTable td {
    box-sizing: border-box;
    padding: .8em 1em;
    border-bottom: solid 1px #e6f1f8;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .imported_blog_3 .projectsTable td span,
    .imported_blog_38 .projectsTable td span,
    .imported_blog_10 .projectsTable td span,
    .imported_blog_16 .projectsTable td span {
      font-size: 12px;
      display: block;
      color: #666; }
    .imported_blog_3 .projectsTable td:first-child,
    .imported_blog_38 .projectsTable td:first-child,
    .imported_blog_10 .projectsTable td:first-child,
    .imported_blog_16 .projectsTable td:first-child {
      width: 150px;
      border-bottom: solid 1px #fff;
      background-color: #e6f1f8; }
    .imported_blog_3 .projectsTable td a.pdf,
    .imported_blog_38 .projectsTable td a.pdf,
    .imported_blog_10 .projectsTable td a.pdf,
    .imported_blog_16 .projectsTable td a.pdf {
      padding-left: 21px; }
  .imported_blog_3 .projectsTable .number,
  .imported_blog_38 .projectsTable .number,
  .imported_blog_10 .projectsTable .number,
  .imported_blog_16 .projectsTable .number {
    width: 120px;
    text-align: center; }
  .imported_blog_3 .news,
  .imported_blog_38 .news,
  .imported_blog_10 .news,
  .imported_blog_16 .news {
    border-top: dotted 1px #006383; }
    .imported_blog_3 .news li,
    .imported_blog_38 .news li,
    .imported_blog_10 .news li,
    .imported_blog_16 .news li {
      padding: 13px 20px;
      border-bottom: dotted 1px #006383; }
      .imported_blog_3 .news li:after,
      .imported_blog_38 .news li:after,
      .imported_blog_10 .news li:after,
      .imported_blog_16 .news li:after {
        font-size: 0;
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: ' '; }
  .imported_blog_3 h1,
  .imported_blog_38 h1,
  .imported_blog_10 h1,
  .imported_blog_16 h1 {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #013895;
    color: #3b3b3b;
    line-height: 140%; }
  .imported_blog_3 #lowpage_common h1,
  .imported_blog_38 #lowpage_common h1,
  .imported_blog_10 #lowpage_common h1,
  .imported_blog_16 #lowpage_common h1 {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #9ab54a;
    color: #3b3b3b;
    line-height: 140%; }
  .imported_blog_3 #lowpage_ocean h1,
  .imported_blog_38 #lowpage_ocean h1,
  .imported_blog_10 #lowpage_ocean h1,
  .imported_blog_16 #lowpage_ocean h1 {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #43969f;
    color: #3b3b3b;
    line-height: 140%; }
  .imported_blog_3 #lowpage_china h1,
  .imported_blog_38 #lowpage_china h1,
  .imported_blog_10 #lowpage_china h1,
  .imported_blog_16 #lowpage_china h1 {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #a33b4d;
    color: #3b3b3b;
    line-height: 140%; }
  .imported_blog_3 #lowpage_middle h1,
  .imported_blog_38 #lowpage_middle h1,
  .imported_blog_10 #lowpage_middle h1,
  .imported_blog_16 #lowpage_middle h1 {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #d68d00;
    color: #3b3b3b;
    line-height: 140%; }
  .imported_blog_3 #lowpage_asia h1,
  .imported_blog_38 #lowpage_asia h1,
  .imported_blog_10 #lowpage_asia h1,
  .imported_blog_16 #lowpage_asia h1 {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 5px 0 5px 20px;
    border-left: 5px solid #599f7a;
    color: #3b3b3b;
    line-height: 140%; }
  .imported_blog_3 h1 span,
  .imported_blog_38 h1 span,
  .imported_blog_10 h1 span,
  .imported_blog_16 h1 span {
    display: block;
    margin-top: 10px; }
  .imported_blog_3 #h1_category,
  .imported_blog_38 #h1_category,
  .imported_blog_10 #h1_category,
  .imported_blog_16 #h1_category {
    font-size: 50%;
    padding: 6px 35px 6px 20px;
    background: url(../image/common/icon_cate_spf_pc.gif) 57px 7px no-repeat #c9cdeb;
    color: #0f449a;
    font-weight: normal; }
  .imported_blog_3 #lowpage_common #h1_category,
  .imported_blog_38 #lowpage_common #h1_category,
  .imported_blog_10 #lowpage_common #h1_category,
  .imported_blog_16 #lowpage_common #h1_category {
    font-size: 50%;
    padding: 6px 35px 6px 20px;
    background: url(../image/common/icon_cate_com_pc.gif) 80px 7px no-repeat #dce6c1;
    color: #82a915;
    font-weight: normal; }
  .imported_blog_3 #lowpage_ocean #h1_category,
  .imported_blog_38 #lowpage_ocean #h1_category,
  .imported_blog_10 #lowpage_ocean #h1_category,
  .imported_blog_16 #lowpage_ocean #h1_category {
    font-size: 50%;
    padding: 6px 35px 6px 20px;
    background: url(../image/common/icon_cate_oce_pc.gif) 68px 7px no-repeat #d5edf0;
    color: #2c828b;
    font-weight: normal; }
  .imported_blog_3 #lowpage_asia #h1_category,
  .imported_blog_38 #lowpage_asia #h1_category,
  .imported_blog_10 #lowpage_asia #h1_category,
  .imported_blog_16 #lowpage_asia #h1_category {
    font-size: 50%;
    padding: 6px 35px 6px 20px;
    background: url(../image/common/icon_cate_asi_pc.gif) 80px 7px no-repeat #d0ead4;
    color: #599f7a;
    font-weight: normal; }
  .imported_blog_3 #lowpage_china #h1_category,
  .imported_blog_38 #lowpage_china #h1_category,
  .imported_blog_10 #lowpage_china #h1_category,
  .imported_blog_16 #lowpage_china #h1_category {
    font-size: 50%;
    padding: 6px 35px 6px 20px;
    background: url(../image/common/icon_cate_chi_pc.gif) 58px 7px no-repeat #f1d8dc;
    color: #a33b4d;
    font-weight: normal; }
  .imported_blog_3 #lowpage_middle #h1_category,
  .imported_blog_38 #lowpage_middle #h1_category,
  .imported_blog_10 #lowpage_middle #h1_category,
  .imported_blog_16 #lowpage_middle #h1_category {
    font-size: 50%;
    padding: 6px 35px 6px 20px;
    background: url(../image/common/icon_cate_mid_pc.gif) 58px 7px no-repeat #f6e2ba;
    color: #d68d00;
    font-weight: normal; }
  .imported_blog_3 h2,
  .imported_blog_38 h2,
  .imported_blog_10 h2,
  .imported_blog_16 h2 {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #003894;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_common h2,
  .imported_blog_3 h2#h2_common,
  .imported_blog_38 #lowpage_common h2,
  .imported_blog_38 h2#h2_common,
  .imported_blog_10 #lowpage_common h2,
  .imported_blog_10 h2#h2_common,
  .imported_blog_16 #lowpage_common h2,
  .imported_blog_16 h2#h2_common {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #9ab54a;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_ocean h2,
  .imported_blog_3 h2#h2_ocean,
  .imported_blog_38 #lowpage_ocean h2,
  .imported_blog_38 h2#h2_ocean,
  .imported_blog_10 #lowpage_ocean h2,
  .imported_blog_10 h2#h2_ocean,
  .imported_blog_16 #lowpage_ocean h2,
  .imported_blog_16 h2#h2_ocean {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #43969f;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_asia h2,
  .imported_blog_3 h2#h2_asia,
  .imported_blog_38 #lowpage_asia h2,
  .imported_blog_38 h2#h2_asia,
  .imported_blog_10 #lowpage_asia h2,
  .imported_blog_10 h2#h2_asia,
  .imported_blog_16 #lowpage_asia h2,
  .imported_blog_16 h2#h2_asia {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #599f7a;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_middle h2,
  .imported_blog_3 h2#h2_middle,
  .imported_blog_38 #lowpage_middle h2,
  .imported_blog_38 h2#h2_middle,
  .imported_blog_10 #lowpage_middle h2,
  .imported_blog_10 h2#h2_middle,
  .imported_blog_16 #lowpage_middle h2,
  .imported_blog_16 h2#h2_middle {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #d68d00;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_china h2,
  .imported_blog_3 h2#h2_china,
  .imported_blog_38 #lowpage_china h2,
  .imported_blog_38 h2#h2_china,
  .imported_blog_10 #lowpage_china h2,
  .imported_blog_10 h2#h2_china,
  .imported_blog_16 #lowpage_china h2,
  .imported_blog_16 h2#h2_china {
    font-size: 125%;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #a33b4d;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 .edit_mTitle,
  .imported_blog_38 .edit_mTitle,
  .imported_blog_10 .edit_mTitle,
  .imported_blog_16 .edit_mTitle {
    font-size: 125%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #003894;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_common .edit_mTitle,
  .imported_blog_38 #lowpage_common .edit_mTitle,
  .imported_blog_10 #lowpage_common .edit_mTitle,
  .imported_blog_16 #lowpage_common .edit_mTitle {
    font-size: 125%;
    clear: both;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #9ab54a;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_ocean .edit_mTitle,
  .imported_blog_38 #lowpage_ocean .edit_mTitle,
  .imported_blog_10 #lowpage_ocean .edit_mTitle,
  .imported_blog_16 #lowpage_ocean .edit_mTitle {
    font-size: 125%;
    clear: both;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #43969f;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_asia .edit_mTitle,
  .imported_blog_38 #lowpage_asia .edit_mTitle,
  .imported_blog_10 #lowpage_asia .edit_mTitle,
  .imported_blog_16 #lowpage_asia .edit_mTitle {
    font-size: 125%;
    clear: both;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #599f7a;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_middle .edit_mTitle,
  .imported_blog_38 #lowpage_middle .edit_mTitle,
  .imported_blog_10 #lowpage_middle .edit_mTitle,
  .imported_blog_16 #lowpage_middle .edit_mTitle {
    font-size: 125%;
    clear: both;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #d68d00;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 #lowpage_china .edit_mTitle,
  .imported_blog_38 #lowpage_china .edit_mTitle,
  .imported_blog_10 #lowpage_china .edit_mTitle,
  .imported_blog_16 #lowpage_china .edit_mTitle {
    font-size: 125%;
    clear: both;
    margin-bottom: 30px;
    padding: 7px 0 5px 15px;
    background: #a33b4d;
    color: #fff;
    font-weight: normal;
    line-height: 140%; }
  .imported_blog_3 h2.h3title_common,
  .imported_blog_38 h2.h3title_common,
  .imported_blog_10 h2.h3title_common,
  .imported_blog_16 h2.h3title_common {
    font-size: 115%;
    clear: both;
    margin-bottom: 20px;
    padding: 0 0 7px 15px;
    border-top: none;
    border-bottom: 1px dotted #969594;
    background: url(../image/common/marker_h3_com.gif) left top no-repeat;
    color: #3b3b3b;
    font-weight: bold; }
  .imported_blog_3 h2.h3title_ocean,
  .imported_blog_38 h2.h3title_ocean,
  .imported_blog_10 h2.h3title_ocean,
  .imported_blog_16 h2.h3title_ocean {
    font-size: 115%;
    clear: both;
    margin-bottom: 20px;
    padding: 0 0 7px 15px;
    border-bottom: 1px dotted #969594;
    background: url(../image/common/marker_h3_oce.gif) left top no-repeat;
    color: #3b3b3b;
    font-weight: bold; }
  .imported_blog_3 h2.h3title_asia,
  .imported_blog_38 h2.h3title_asia,
  .imported_blog_10 h2.h3title_asia,
  .imported_blog_16 h2.h3title_asia {
    font-size: 115%;
    clear: both;
    margin-bottom: 20px;
    padding: 0 0 7px 15px;
    border-bottom: 1px dotted #969594;
    background: url(../image/common/marker_h3_asi.gif) left top no-repeat;
    color: #3b3b3b;
    font-weight: bold; }
  .imported_blog_3 h2.h3title_middle,
  .imported_blog_38 h2.h3title_middle,
  .imported_blog_10 h2.h3title_middle,
  .imported_blog_16 h2.h3title_middle {
    font-size: 115%;
    clear: both;
    margin-bottom: 20px;
    padding: 0 0 7px 15px;
    border-bottom: 1px dotted #969594;
    background: url(../image/common/marker_h3_mid.gif) left top no-repeat;
    color: #3b3b3b;
    font-weight: bold; }
  .imported_blog_3 h2.h3title_china,
  .imported_blog_38 h2.h3title_china,
  .imported_blog_10 h2.h3title_china,
  .imported_blog_16 h2.h3title_china {
    font-size: 115%;
    clear: both;
    margin-bottom: 20px;
    padding: 0 0 7px 15px;
    border-bottom: 1px dotted #969594;
    background: url(../image/common/marker_h3_chi.gif) left top no-repeat;
    color: #3b3b3b;
    font-weight: bold; }
  .imported_blog_3 h3,
  .imported_blog_38 h3,
  .imported_blog_10 h3,
  .imported_blog_16 h3 {
    font-size: 115%;
    margin-bottom: 20px;
    padding: 0 0 7px 15px;
    border-bottom: 1px dotted #969594;
    color: #3b3b3b; }
  .imported_blog_3 h3,
  .imported_blog_38 h3,
  .imported_blog_10 h3,
  .imported_blog_16 h3 {
    background: url(../image/common/marker_h3_spf.gif) left top no-repeat; }
  .imported_blog_3 #lowpage_common h3,
  .imported_blog_38 #lowpage_common h3,
  .imported_blog_10 #lowpage_common h3,
  .imported_blog_16 #lowpage_common h3 {
    background: url(../image/common/marker_h3_com.gif) left top no-repeat; }
  .imported_blog_3 #lowpage_ocean h3,
  .imported_blog_38 #lowpage_ocean h3,
  .imported_blog_10 #lowpage_ocean h3,
  .imported_blog_16 #lowpage_ocean h3 {
    background: url(../image/common/marker_h3_oce.gif) left top no-repeat; }
  .imported_blog_3 #lowpage_asia h3,
  .imported_blog_38 #lowpage_asia h3,
  .imported_blog_10 #lowpage_asia h3,
  .imported_blog_16 #lowpage_asia h3 {
    background: url(../image/common/marker_h3_asi.gif) left top no-repeat; }
  .imported_blog_3 #lowpage_middle h3,
  .imported_blog_38 #lowpage_middle h3,
  .imported_blog_10 #lowpage_middle h3,
  .imported_blog_16 #lowpage_middle h3 {
    background: url(../image/common/marker_h3_mid.gif) left top no-repeat; }
  .imported_blog_3 #lowpage_china h3,
  .imported_blog_38 #lowpage_china h3,
  .imported_blog_10 #lowpage_china h3,
  .imported_blog_16 #lowpage_china h3 {
    background: url(../image/common/marker_h3_chi.gif) left top no-repeat; }
  .imported_blog_3 h3.title_low,
  .imported_blog_38 h3.title_low,
  .imported_blog_10 h3.title_low,
  .imported_blog_16 h3.title_low {
    font-size: 125% !important;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    background: url(../image/common/icon_title_low.gif) left 4px no-repeat !important; }
  .imported_blog_3 h3.h4title,
  .imported_blog_3 h4,
  .imported_blog_38 h3.h4title,
  .imported_blog_38 h4,
  .imported_blog_10 h3.h4title,
  .imported_blog_10 h4,
  .imported_blog_16 h3.h4title,
  .imported_blog_16 h4 {
    font-size: 100%;
    margin-bottom: 20px;
    padding: 8px 0 7px 10px;
    border-bottom: none;
    background: #f4f4f4;
    color: #3b3b3b;
    color: #484848; }
  .imported_blog_3 h4.h5title_common,
  .imported_blog_38 h4.h5title_common,
  .imported_blog_10 h4.h5title_common,
  .imported_blog_16 h4.h5title_common {
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: url(../image/common/marker_h5_com.gif) left 5px no-repeat;
    color: #3a3a3a; }
  .imported_blog_3 h4.h5title_ocean,
  .imported_blog_38 h4.h5title_ocean,
  .imported_blog_10 h4.h5title_ocean,
  .imported_blog_16 h4.h5title_ocean {
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: url(../image/common/marker_h5_oce.gif) left 5px no-repeat;
    color: #3a3a3a; }
  .imported_blog_3 h4.h5title_asia,
  .imported_blog_38 h4.h5title_asia,
  .imported_blog_10 h4.h5title_asia,
  .imported_blog_16 h4.h5title_asia {
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: url(../image/common/marker_h5_asi.gif) left 5px no-repeat;
    color: #3a3a3a; }
  .imported_blog_3 h4.h5title_middle,
  .imported_blog_38 h4.h5title_middle,
  .imported_blog_10 h4.h5title_middle,
  .imported_blog_16 h4.h5title_middle {
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: url(../image/common/marker_h5_mid.gif) left 5px no-repeat;
    color: #3a3a3a; }
  .imported_blog_3 h4.h5title_china,
  .imported_blog_38 h4.h5title_china,
  .imported_blog_10 h4.h5title_china,
  .imported_blog_16 h4.h5title_china {
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: url(../image/common/marker_h5_chi.gif) left 5px no-repeat;
    color: #3a3a3a; }
  .imported_blog_3 .pager,
  .imported_blog_38 .pager,
  .imported_blog_10 .pager,
  .imported_blog_16 .pager {
    margin: 30px 0 0 0;
    text-align: center; }
    .imported_blog_3 .pager li,
    .imported_blog_38 .pager li,
    .imported_blog_10 .pager li,
    .imported_blog_16 .pager li {
      display: inline-block; }
      .imported_blog_3 .pager li.pre,
      .imported_blog_38 .pager li.pre,
      .imported_blog_10 .pager li.pre,
      .imported_blog_16 .pager li.pre {
        margin-right: 20px; }
      .imported_blog_3 .pager li.nxt,
      .imported_blog_38 .pager li.nxt,
      .imported_blog_10 .pager li.nxt,
      .imported_blog_16 .pager li.nxt {
        margin-left: 20px; }
      .imported_blog_3 .pager li a,
      .imported_blog_38 .pager li a,
      .imported_blog_10 .pager li a,
      .imported_blog_16 .pager li a {
        padding: 5px 10px;
        background: #eee; }
      .imported_blog_3 .pager li.ldr a,
      .imported_blog_38 .pager li.ldr a,
      .imported_blog_10 .pager li.ldr a,
      .imported_blog_16 .pager li.ldr a {
        padding: 5px 4px;
        background: none; }
  .imported_blog_3 li#pager_current_top a, .imported_blog_3 li#pager_current_bottom a,
  .imported_blog_38 li#pager_current_top a,
  .imported_blog_38 li#pager_current_bottom a,
  .imported_blog_10 li#pager_current_top a,
  .imported_blog_10 li#pager_current_bottom a,
  .imported_blog_16 li#pager_current_top a,
  .imported_blog_16 li#pager_current_bottom a {
    background: #003694; }
  .imported_blog_3 li#pager_current_top a,
  .imported_blog_38 li#pager_current_top a,
  .imported_blog_10 li#pager_current_top a,
  .imported_blog_16 li#pager_current_top a {
    color: #fff; }
    .imported_blog_3 li#pager_current_top a:hover, .imported_blog_3 li#pager_current_top a:visited,
    .imported_blog_38 li#pager_current_top a:hover,
    .imported_blog_38 li#pager_current_top a:visited,
    .imported_blog_10 li#pager_current_top a:hover,
    .imported_blog_10 li#pager_current_top a:visited,
    .imported_blog_16 li#pager_current_top a:hover,
    .imported_blog_16 li#pager_current_top a:visited {
      color: #fff; }
  .imported_blog_3 li#pager_current_bottom a,
  .imported_blog_38 li#pager_current_bottom a,
  .imported_blog_10 li#pager_current_bottom a,
  .imported_blog_16 li#pager_current_bottom a {
    color: #fff; }
    .imported_blog_3 li#pager_current_bottom a:hover, .imported_blog_3 li#pager_current_bottom a:visited,
    .imported_blog_38 li#pager_current_bottom a:hover,
    .imported_blog_38 li#pager_current_bottom a:visited,
    .imported_blog_10 li#pager_current_bottom a:hover,
    .imported_blog_10 li#pager_current_bottom a:visited,
    .imported_blog_16 li#pager_current_bottom a:hover,
    .imported_blog_16 li#pager_current_bottom a:visited {
      color: #fff; }
  .imported_blog_3 .pager li a,
  .imported_blog_38 .pager li a,
  .imported_blog_10 .pager li a,
  .imported_blog_16 .pager li a {
    color: #003894; }
    .imported_blog_3 .pager li a:hover, .imported_blog_3 .pager li a:visited,
    .imported_blog_38 .pager li a:hover,
    .imported_blog_38 .pager li a:visited,
    .imported_blog_10 .pager li a:hover,
    .imported_blog_10 .pager li a:visited,
    .imported_blog_16 .pager li a:hover,
    .imported_blog_16 .pager li a:visited {
      color: #003894; }
  .imported_blog_3 .pager input.num,
  .imported_blog_38 .pager input.num,
  .imported_blog_10 .pager input.num,
  .imported_blog_16 .pager input.num {
    display: inline;
    margin: 0;
    padding: 0 10px;
    border: 0;
    background: #eee;
    color: #003894;
    line-height: 23px;
    								/*font-size: 80%;
    line-height: 160%;*/ }
  .imported_blog_3 .pager input#pager_current_top,
  .imported_blog_38 .pager input#pager_current_top,
  .imported_blog_10 .pager input#pager_current_top,
  .imported_blog_16 .pager input#pager_current_top {
    background: #003694;
    color: #fff; }
  .imported_blog_3 .pager input.num.ldr,
  .imported_blog_38 .pager input.num.ldr,
  .imported_blog_10 .pager input.num.ldr,
  .imported_blog_16 .pager input.num.ldr {
    background-color: #fff; }
  .imported_blog_3 .pager input.num.pre,
  .imported_blog_38 .pager input.num.pre,
  .imported_blog_10 .pager input.num.pre,
  .imported_blog_16 .pager input.num.pre {
    margin-right: 20px; }
  .imported_blog_3 .pager input.num.nxt,
  .imported_blog_38 .pager input.num.nxt,
  .imported_blog_10 .pager input.num.nxt,
  .imported_blog_16 .pager input.num.nxt {
    margin-left: 20px; }
  .imported_blog_3 .list_public,
  .imported_blog_38 .list_public,
  .imported_blog_10 .list_public,
  .imported_blog_16 .list_public {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #303030; }
    .imported_blog_3 .list_public table,
    .imported_blog_38 .list_public table,
    .imported_blog_10 .list_public table,
    .imported_blog_16 .list_public table {
      width: 100%;
      border-bottom: 1px solid #b6b6b6; }
      .imported_blog_3 .list_public table thead th,
      .imported_blog_38 .list_public table thead th,
      .imported_blog_10 .list_public table thead th,
      .imported_blog_16 .list_public table thead th {
        padding: 10px 10px;
        border-top: 3px solid #b6b6b6;
        background: #f4f4f4;
        font-weight: normal;
        text-align: left; }
        .imported_blog_3 .list_public table thead th p,
        .imported_blog_38 .list_public table thead th p,
        .imported_blog_10 .list_public table thead th p,
        .imported_blog_16 .list_public table thead th p {
          margin-bottom: 3px;
          margin-left: -2px; }
          .imported_blog_3 .list_public table thead th p img,
          .imported_blog_38 .list_public table thead th p img,
          .imported_blog_10 .list_public table thead th p img,
          .imported_blog_16 .list_public table thead th p img {
            width: 50px;
            margin: 2px;
            margin-right: 10px;
            vertical-align: top; }
      .imported_blog_3 .list_public table tbody th,
      .imported_blog_38 .list_public table tbody th,
      .imported_blog_10 .list_public table tbody th,
      .imported_blog_16 .list_public table tbody th {
        width: 95px;
        padding: 7px 10px;
        border-top: 1px solid #b6b6b6;
        border-right: 1px solid #b6b6b6;
        background: #fcfcfc;
        font-weight: normal;
        text-align: left; }
      .imported_blog_3 .list_public table tbody td,
      .imported_blog_38 .list_public table tbody td,
      .imported_blog_10 .list_public table tbody td,
      .imported_blog_16 .list_public table tbody td {
        padding: 7px 10px;
        border-top: 1px solid #b6b6b6; }

.bcontainer-type1:not([class*='imported_blog']) h1,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.imported_blog_92 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_92 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_92 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_92 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_97 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_97 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_97 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_97 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_98 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_98 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_98 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_98 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_45 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_45 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_45 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_45 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_99 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_99 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_99 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_99 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_85 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_85 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_85 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_85 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_2 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_2 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_2 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_2 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_3 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_3 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_3 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_3 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_38 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_38 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_38 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_38 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_34 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_34 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_34 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_34 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_35 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_35 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_35 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_35 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_41 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_41 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_41 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_41 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_70 #maincontents_inr .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_70 #maincontents_inr #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_70 .contentsInner .bcontainer-type1:not([class*='imported_blog']) #main > h3,
.imported_blog_70 .contentsInner #main .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .bcontainer-type1:not([class*='imported_blog']) .btnBack + h3,
.imported_blog_92 h1,
.imported_blog_92 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_92 #main > h3,
.imported_blog_92 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_92 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_92 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_92 #main > h3,
.imported_blog_92 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_92 #maincontents_inr #main > h3,
.imported_blog_92 #maincontents_inr #main .btnBack + h3,
.imported_blog_92 .contentsInner #main > h3,
.imported_blog_92 .contentsInner #main .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_92 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_92 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_92 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_92 .btnBack + h3,
.imported_blog_92 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_92 .btnBack + h3,
.imported_blog_92 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_92 .btnBack + h3,
.imported_blog_97 h1,
.imported_blog_97 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_97 #main > h3,
.imported_blog_97 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_97 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_97 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_97 #main > h3,
.imported_blog_97 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_97 #maincontents_inr #main > h3,
.imported_blog_97 #maincontents_inr #main .btnBack + h3,
.imported_blog_97 .contentsInner #main > h3,
.imported_blog_97 .contentsInner #main .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_97 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_97 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_97 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_97 .btnBack + h3,
.imported_blog_97 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_97 .btnBack + h3,
.imported_blog_97 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_97 .btnBack + h3,
.imported_blog_98 h1,
.imported_blog_98 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_98 #main > h3,
.imported_blog_98 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_98 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_98 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_98 #main > h3,
.imported_blog_98 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_98 #maincontents_inr #main > h3,
.imported_blog_98 #maincontents_inr #main .btnBack + h3,
.imported_blog_98 .contentsInner #main > h3,
.imported_blog_98 .contentsInner #main .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_98 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_98 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_98 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_98 .btnBack + h3,
.imported_blog_98 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_98 .btnBack + h3,
.imported_blog_98 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_98 .btnBack + h3,
.imported_blog_45 h1,
.imported_blog_45 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_45 #main > h3,
.imported_blog_45 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_45 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_45 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_45 #main > h3,
.imported_blog_45 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_45 #maincontents_inr #main > h3,
.imported_blog_45 #maincontents_inr #main .btnBack + h3,
.imported_blog_45 .contentsInner #main > h3,
.imported_blog_45 .contentsInner #main .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_45 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_45 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_45 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_45 .btnBack + h3,
.imported_blog_45 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_45 .btnBack + h3,
.imported_blog_45 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_45 .btnBack + h3,
.imported_blog_99 h1,
.imported_blog_99 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_99 #main > h3,
.imported_blog_99 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_99 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_99 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_99 #main > h3,
.imported_blog_99 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_99 #maincontents_inr #main > h3,
.imported_blog_99 #maincontents_inr #main .btnBack + h3,
.imported_blog_99 .contentsInner #main > h3,
.imported_blog_99 .contentsInner #main .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_99 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_99 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_99 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_99 .btnBack + h3,
.imported_blog_99 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
.imported_blog_85 h1,
.imported_blog_85 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_85 #main > h3,
.imported_blog_85 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_85 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_85 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_85 #main > h3,
.imported_blog_85 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_85 #maincontents_inr #main > h3,
.imported_blog_85 #maincontents_inr #main .btnBack + h3,
.imported_blog_85 .contentsInner #main > h3,
.imported_blog_85 .contentsInner #main .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_85 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_85 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_85 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_85 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
.imported_blog_85 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
.imported_blog_2 h1,
.imported_blog_2 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_2 #main > h3,
.imported_blog_2 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_2 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_2 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_2 #main > h3,
.imported_blog_2 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_2 #maincontents_inr #main > h3,
.imported_blog_2 #maincontents_inr #main .btnBack + h3,
.imported_blog_2 .contentsInner #main > h3,
.imported_blog_2 .contentsInner #main .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_2 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_2 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_2 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_2 .btnBack + h3,
.imported_blog_2 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_2 .btnBack + h3,
.imported_blog_2 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_2 .btnBack + h3,
.imported_blog_3 h1,
.imported_blog_3 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_3 #main > h3,
.imported_blog_3 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_3 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_3 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_3 #main > h3,
.imported_blog_3 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_3 #maincontents_inr #main > h3,
.imported_blog_3 #maincontents_inr #main .btnBack + h3,
.imported_blog_3 .contentsInner #main > h3,
.imported_blog_3 .contentsInner #main .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_3 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_3 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_3 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_3 .btnBack + h3,
.imported_blog_3 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_3 .btnBack + h3,
.imported_blog_3 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_3 .btnBack + h3,
.imported_blog_38 h1,
.imported_blog_38 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_38 #main > h3,
.imported_blog_38 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_38 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_38 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_38 #main > h3,
.imported_blog_38 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_38 #maincontents_inr #main > h3,
.imported_blog_38 #maincontents_inr #main .btnBack + h3,
.imported_blog_38 .contentsInner #main > h3,
.imported_blog_38 .contentsInner #main .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_38 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_38 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_38 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_38 .btnBack + h3,
.imported_blog_38 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_38 .btnBack + h3,
.imported_blog_38 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_38 .btnBack + h3,
.imported_blog_34 h1,
.imported_blog_34 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_34 #main > h3,
.imported_blog_34 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_34 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_34 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_34 #main > h3,
.imported_blog_34 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_34 #maincontents_inr #main > h3,
.imported_blog_34 #maincontents_inr #main .btnBack + h3,
.imported_blog_34 .contentsInner #main > h3,
.imported_blog_34 .contentsInner #main .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_34 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_34 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_34 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_34 .btnBack + h3,
.imported_blog_34 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_34 .btnBack + h3,
.imported_blog_34 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_34 .btnBack + h3,
.imported_blog_35 h1,
.imported_blog_35 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_35 #main > h3,
.imported_blog_35 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_35 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_35 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_35 #main > h3,
.imported_blog_35 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_35 #maincontents_inr #main > h3,
.imported_blog_35 #maincontents_inr #main .btnBack + h3,
.imported_blog_35 .contentsInner #main > h3,
.imported_blog_35 .contentsInner #main .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_35 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_35 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_35 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_35 .btnBack + h3,
.imported_blog_35 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_35 .btnBack + h3,
.imported_blog_35 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_35 .btnBack + h3,
.imported_blog_41 h1,
.imported_blog_41 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner #main > h3,
.imported_blog_70 #mainTitle + .contentsInner .imported_blog_41 #main > h3,
.imported_blog_41 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_41 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_41 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_41 #main > h3,
.imported_blog_41 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_41 #maincontents_inr #main > h3,
.imported_blog_41 #maincontents_inr #main .btnBack + h3,
.imported_blog_41 .contentsInner #main > h3,
.imported_blog_41 .contentsInner #main .btnBack + h3,
.imported_blog_70 #maincontents_inr .imported_blog_41 #main > h3,
.imported_blog_70 #maincontents_inr #main .imported_blog_41 .btnBack + h3,
.imported_blog_70 .contentsInner .imported_blog_41 #main > h3,
.imported_blog_70 .contentsInner #main .imported_blog_41 .btnBack + h3,
.imported_blog_41 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_41 .btnBack + h3,
.imported_blog_41 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_41 .btnBack + h3,
.imported_blog_70 h1,
.imported_blog_70 .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_92 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_97 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_98 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_45 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_99 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_85 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_2 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_3 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_38 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_34 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_35 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_41 #mainTitle + .contentsInner .imported_blog_70 #main > h3,
.imported_blog_70 #mainTitle + .contentsInner #main > h3,
.imported_blog_70 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_70 .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_70 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .imported_blog_70 #main > h3,
.imported_blog_70 .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_92 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_92 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_92 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_92 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_97 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_97 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_97 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_97 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_98 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_98 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_98 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_98 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_45 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_45 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_45 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_45 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_99 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_99 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_99 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_99 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_85 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_85 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_85 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_85 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_2 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_2 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_2 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_2 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_3 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_3 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_3 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_3 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_38 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_38 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_38 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_38 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_34 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_34 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_34 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_34 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_35 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_35 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_35 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_35 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_41 #maincontents_inr .imported_blog_70 #main > h3,
.imported_blog_41 #maincontents_inr #main .imported_blog_70 .btnBack + h3,
.imported_blog_41 .contentsInner .imported_blog_70 #main > h3,
.imported_blog_41 .contentsInner #main .imported_blog_70 .btnBack + h3,
.imported_blog_70 #maincontents_inr #main > h3,
.imported_blog_70 #maincontents_inr #main .btnBack + h3,
.imported_blog_70 .contentsInner #main > h3,
.imported_blog_70 .contentsInner #main .btnBack + h3,
.imported_blog_70 html body #mainArea #user-area .imported_blog_85 .btnBack + h3,
html body #mainArea #user-area .imported_blog_85 .imported_blog_70 .btnBack + h3,
.imported_blog_70 html body #mainArea #user-area .imported_blog_99 .btnBack + h3,
html body #mainArea #user-area .imported_blog_99 .imported_blog_70 .btnBack + h3 {
  font-size: 24px !important;
  margin-bottom: 30px !important;
  padding: 5px 0 5px 20px !important;
  border-left: 5px solid #013895 !important;
  color: #3b3b3b !important;
  font-weight: bold !important;
  line-height: 140% !important; }
.bcontainer-type1:not([class*='imported_blog']) div.pagination,
.imported_blog_92 div.pagination,
.imported_blog_97 div.pagination,
.imported_blog_98 div.pagination,
.imported_blog_45 div.pagination,
.imported_blog_99 div.pagination,
.imported_blog_85 div.pagination,
.imported_blog_2 div.pagination,
.imported_blog_3 div.pagination,
.imported_blog_38 div.pagination,
.imported_blog_34 div.pagination,
.imported_blog_35 div.pagination,
.imported_blog_41 div.pagination,
.imported_blog_70 div.pagination {
  font-size: 16px;
  margin: 40px !important;
  font-weight: normal;
  letter-spacing: .1em; }
  .bcontainer-type1:not([class*='imported_blog']) div.pagination a,
  .imported_blog_92 div.pagination a,
  .imported_blog_97 div.pagination a,
  .imported_blog_98 div.pagination a,
  .imported_blog_45 div.pagination a,
  .imported_blog_99 div.pagination a,
  .imported_blog_85 div.pagination a,
  .imported_blog_2 div.pagination a,
  .imported_blog_3 div.pagination a,
  .imported_blog_38 div.pagination a,
  .imported_blog_34 div.pagination a,
  .imported_blog_35 div.pagination a,
  .imported_blog_41 div.pagination a,
  .imported_blog_70 div.pagination a {
    padding: 5px 30px; }
  .bcontainer-type1:not([class*='imported_blog']) div.pagination span.current, .bcontainer-type1:not([class*='imported_blog']) div.pagination span.disabled,
  .imported_blog_92 div.pagination span.current,
  .imported_blog_92 div.pagination span.disabled,
  .imported_blog_97 div.pagination span.current,
  .imported_blog_97 div.pagination span.disabled,
  .imported_blog_98 div.pagination span.current,
  .imported_blog_98 div.pagination span.disabled,
  .imported_blog_45 div.pagination span.current,
  .imported_blog_45 div.pagination span.disabled,
  .imported_blog_99 div.pagination span.current,
  .imported_blog_99 div.pagination span.disabled,
  .imported_blog_85 div.pagination span.current,
  .imported_blog_85 div.pagination span.disabled,
  .imported_blog_2 div.pagination span.current,
  .imported_blog_2 div.pagination span.disabled,
  .imported_blog_3 div.pagination span.current,
  .imported_blog_3 div.pagination span.disabled,
  .imported_blog_38 div.pagination span.current,
  .imported_blog_38 div.pagination span.disabled,
  .imported_blog_34 div.pagination span.current,
  .imported_blog_34 div.pagination span.disabled,
  .imported_blog_35 div.pagination span.current,
  .imported_blog_35 div.pagination span.disabled,
  .imported_blog_41 div.pagination span.current,
  .imported_blog_41 div.pagination span.disabled,
  .imported_blog_70 div.pagination span.current,
  .imported_blog_70 div.pagination span.disabled {
    padding: 5px 30px; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner p.note,
.imported_blog_92 .contentsInner p.note,
.imported_blog_97 .contentsInner p.note,
.imported_blog_98 .contentsInner p.note,
.imported_blog_45 .contentsInner p.note,
.imported_blog_99 .contentsInner p.note,
.imported_blog_85 .contentsInner p.note,
.imported_blog_2 .contentsInner p.note,
.imported_blog_3 .contentsInner p.note,
.imported_blog_38 .contentsInner p.note,
.imported_blog_34 .contentsInner p.note,
.imported_blog_35 .contentsInner p.note,
.imported_blog_41 .contentsInner p.note,
.imported_blog_70 .contentsInner p.note {
  margin-top: 15px; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner p.note + .note,
  .imported_blog_92 .contentsInner p.note + .note,
  .imported_blog_97 .contentsInner p.note + .note,
  .imported_blog_98 .contentsInner p.note + .note,
  .imported_blog_45 .contentsInner p.note + .note,
  .imported_blog_99 .contentsInner p.note + .note,
  .imported_blog_85 .contentsInner p.note + .note,
  .imported_blog_2 .contentsInner p.note + .note,
  .imported_blog_3 .contentsInner p.note + .note,
  .imported_blog_38 .contentsInner p.note + .note,
  .imported_blog_34 .contentsInner p.note + .note,
  .imported_blog_35 .contentsInner p.note + .note,
  .imported_blog_41 .contentsInner p.note + .note,
  .imported_blog_70 .contentsInner p.note + .note {
    margin-top: 0; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList,
.imported_blog_92 .contentsInner ul.newsList,
.imported_blog_97 .contentsInner ul.newsList,
.imported_blog_98 .contentsInner ul.newsList,
.imported_blog_45 .contentsInner ul.newsList,
.imported_blog_99 .contentsInner ul.newsList,
.imported_blog_85 .contentsInner ul.newsList,
.imported_blog_2 .contentsInner ul.newsList,
.imported_blog_3 .contentsInner ul.newsList,
.imported_blog_38 .contentsInner ul.newsList,
.imported_blog_34 .contentsInner ul.newsList,
.imported_blog_35 .contentsInner ul.newsList,
.imported_blog_41 .contentsInner ul.newsList,
.imported_blog_70 .contentsInner ul.newsList {
  clear: both;
  margin: 0 0 30px 0; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList li,
  .imported_blog_92 .contentsInner ul.newsList li,
  .imported_blog_97 .contentsInner ul.newsList li,
  .imported_blog_98 .contentsInner ul.newsList li,
  .imported_blog_45 .contentsInner ul.newsList li,
  .imported_blog_99 .contentsInner ul.newsList li,
  .imported_blog_85 .contentsInner ul.newsList li,
  .imported_blog_2 .contentsInner ul.newsList li,
  .imported_blog_3 .contentsInner ul.newsList li,
  .imported_blog_38 .contentsInner ul.newsList li,
  .imported_blog_34 .contentsInner ul.newsList li,
  .imported_blog_35 .contentsInner ul.newsList li,
  .imported_blog_41 .contentsInner ul.newsList li,
  .imported_blog_70 .contentsInner ul.newsList li {
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 228px;
    min-height: 350px;
    margin: 0;
    margin: 0 14px 30px 0;
    border: solid 1px #ccc;
    border-radius: 4px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; }
    .bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_92 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_97 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_98 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_45 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_99 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_85 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_2 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_3 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_38 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_34 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_35 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_41 .contentsInner ul.newsList li:nth-child(4n),
    .imported_blog_70 .contentsInner ul.newsList li:nth-child(4n) {
      margin: 0 0 30px 0; }
    .bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList li a,
    .imported_blog_92 .contentsInner ul.newsList li a,
    .imported_blog_97 .contentsInner ul.newsList li a,
    .imported_blog_98 .contentsInner ul.newsList li a,
    .imported_blog_45 .contentsInner ul.newsList li a,
    .imported_blog_99 .contentsInner ul.newsList li a,
    .imported_blog_85 .contentsInner ul.newsList li a,
    .imported_blog_2 .contentsInner ul.newsList li a,
    .imported_blog_3 .contentsInner ul.newsList li a,
    .imported_blog_38 .contentsInner ul.newsList li a,
    .imported_blog_34 .contentsInner ul.newsList li a,
    .imported_blog_35 .contentsInner ul.newsList li a,
    .imported_blog_41 .contentsInner ul.newsList li a,
    .imported_blog_70 .contentsInner ul.newsList li a {
      text-decoration: none; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList li img,
.imported_blog_92 .contentsInner ul.newsList li img,
.imported_blog_97 .contentsInner ul.newsList li img,
.imported_blog_98 .contentsInner ul.newsList li img,
.imported_blog_45 .contentsInner ul.newsList li img,
.imported_blog_99 .contentsInner ul.newsList li img,
.imported_blog_85 .contentsInner ul.newsList li img,
.imported_blog_2 .contentsInner ul.newsList li img,
.imported_blog_3 .contentsInner ul.newsList li img,
.imported_blog_38 .contentsInner ul.newsList li img,
.imported_blog_34 .contentsInner ul.newsList li img,
.imported_blog_35 .contentsInner ul.newsList li img,
.imported_blog_41 .contentsInner ul.newsList li img,
.imported_blog_70 .contentsInner ul.newsList li img {
  width: 226px; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList li .date,
.imported_blog_92 .contentsInner ul.newsList li .date,
.imported_blog_97 .contentsInner ul.newsList li .date,
.imported_blog_98 .contentsInner ul.newsList li .date,
.imported_blog_45 .contentsInner ul.newsList li .date,
.imported_blog_99 .contentsInner ul.newsList li .date,
.imported_blog_85 .contentsInner ul.newsList li .date,
.imported_blog_2 .contentsInner ul.newsList li .date,
.imported_blog_3 .contentsInner ul.newsList li .date,
.imported_blog_38 .contentsInner ul.newsList li .date,
.imported_blog_34 .contentsInner ul.newsList li .date,
.imported_blog_35 .contentsInner ul.newsList li .date,
.imported_blog_41 .contentsInner ul.newsList li .date,
.imported_blog_70 .contentsInner ul.newsList li .date {
  font-size: 12px;
  position: relative;
  margin: 0;
  padding: 23px 9px 0 0;
  color: #333;
  text-align: right;
  line-height: 22px; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner ul.newsList li .date span,
  .imported_blog_92 .contentsInner ul.newsList li .date span,
  .imported_blog_97 .contentsInner ul.newsList li .date span,
  .imported_blog_98 .contentsInner ul.newsList li .date span,
  .imported_blog_45 .contentsInner ul.newsList li .date span,
  .imported_blog_99 .contentsInner ul.newsList li .date span,
  .imported_blog_85 .contentsInner ul.newsList li .date span,
  .imported_blog_2 .contentsInner ul.newsList li .date span,
  .imported_blog_3 .contentsInner ul.newsList li .date span,
  .imported_blog_38 .contentsInner ul.newsList li .date span,
  .imported_blog_34 .contentsInner ul.newsList li .date span,
  .imported_blog_35 .contentsInner ul.newsList li .date span,
  .imported_blog_41 .contentsInner ul.newsList li .date span,
  .imported_blog_70 .contentsInner ul.newsList li .date span {
    font-size: 11px;
    position: absolute;
    top: 23px;
    left: 0;
    width: 65px;
    height: 22px;
    background-color: #999;
    color: #fff;
    text-align: center;
    line-height: 22px; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner h3 + p.date,
.imported_blog_92 .contentsInner h3 + p.date,
.imported_blog_97 .contentsInner h3 + p.date,
.imported_blog_98 .contentsInner h3 + p.date,
.imported_blog_45 .contentsInner h3 + p.date,
.imported_blog_99 .contentsInner h3 + p.date,
.imported_blog_85 .contentsInner h3 + p.date,
.imported_blog_2 .contentsInner h3 + p.date,
.imported_blog_3 .contentsInner h3 + p.date,
.imported_blog_38 .contentsInner h3 + p.date,
.imported_blog_34 .contentsInner h3 + p.date,
.imported_blog_35 .contentsInner h3 + p.date,
.imported_blog_41 .contentsInner h3 + p.date,
.imported_blog_70 .contentsInner h3 + p.date {
  font-size: 12px;
  padding: 0 9px 9px;
  color: #666;
  line-height: 1.4; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner li:after,
.imported_blog_92 .contentsInner li:after,
.imported_blog_97 .contentsInner li:after,
.imported_blog_98 .contentsInner li:after,
.imported_blog_45 .contentsInner li:after,
.imported_blog_99 .contentsInner li:after,
.imported_blog_85 .contentsInner li:after,
.imported_blog_2 .contentsInner li:after,
.imported_blog_3 .contentsInner li:after,
.imported_blog_38 .contentsInner li:after,
.imported_blog_34 .contentsInner li:after,
.imported_blog_35 .contentsInner li:after,
.imported_blog_41 .contentsInner li:after,
.imported_blog_70 .contentsInner li:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 22px 22px 0;
  border-style: solid;
  border-color: transparent #1e97ff transparent transparent;
  content: ''; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .contentsNew h3,
.imported_blog_92 .contentsInner .contentsNew h3,
.imported_blog_97 .contentsInner .contentsNew h3,
.imported_blog_98 .contentsInner .contentsNew h3,
.imported_blog_45 .contentsInner .contentsNew h3,
.imported_blog_99 .contentsInner .contentsNew h3,
.imported_blog_85 .contentsInner .contentsNew h3,
.imported_blog_2 .contentsInner .contentsNew h3,
.imported_blog_3 .contentsInner .contentsNew h3,
.imported_blog_38 .contentsInner .contentsNew h3,
.imported_blog_34 .contentsInner .contentsNew h3,
.imported_blog_35 .contentsInner .contentsNew h3,
.imported_blog_41 .contentsInner .contentsNew h3,
.imported_blog_70 .contentsInner .contentsNew h3 {
  font-size: 13px;
  display: block;
  margin: 0;
  padding: 12px 9px 9px;
  border-bottom: none;
  color: #333;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner .contentsNew h3 + p,
  .imported_blog_92 .contentsInner .contentsNew h3 + p,
  .imported_blog_97 .contentsInner .contentsNew h3 + p,
  .imported_blog_98 .contentsInner .contentsNew h3 + p,
  .imported_blog_45 .contentsInner .contentsNew h3 + p,
  .imported_blog_99 .contentsInner .contentsNew h3 + p,
  .imported_blog_85 .contentsInner .contentsNew h3 + p,
  .imported_blog_2 .contentsInner .contentsNew h3 + p,
  .imported_blog_3 .contentsInner .contentsNew h3 + p,
  .imported_blog_38 .contentsInner .contentsNew h3 + p,
  .imported_blog_34 .contentsInner .contentsNew h3 + p,
  .imported_blog_35 .contentsInner .contentsNew h3 + p,
  .imported_blog_41 .contentsInner .contentsNew h3 + p,
  .imported_blog_70 .contentsInner .contentsNew h3 + p {
    font-size: 12px;
    padding: 0 9px 9px;
    color: #666;
    line-height: 1.4; }
.bcontainer-type1:not([class*='imported_blog']) .imageButton,
.imported_blog_92 .imageButton,
.imported_blog_97 .imageButton,
.imported_blog_98 .imageButton,
.imported_blog_45 .imageButton,
.imported_blog_99 .imageButton,
.imported_blog_85 .imageButton,
.imported_blog_2 .imageButton,
.imported_blog_3 .imageButton,
.imported_blog_38 .imageButton,
.imported_blog_34 .imageButton,
.imported_blog_35 .imageButton,
.imported_blog_41 .imageButton,
.imported_blog_70 .imageButton {
  text-align: center; }
  .bcontainer-type1:not([class*='imported_blog']) .imageButton img,
  .imported_blog_92 .imageButton img,
  .imported_blog_97 .imageButton img,
  .imported_blog_98 .imageButton img,
  .imported_blog_45 .imageButton img,
  .imported_blog_99 .imageButton img,
  .imported_blog_85 .imageButton img,
  .imported_blog_2 .imageButton img,
  .imported_blog_3 .imageButton img,
  .imported_blog_38 .imageButton img,
  .imported_blog_34 .imageButton img,
  .imported_blog_35 .imageButton img,
  .imported_blog_41 .imageButton img,
  .imported_blog_70 .imageButton img {
    width: 239px;
    height: auto; }
.bcontainer-type1:not([class*='imported_blog']) .btnBack,
.imported_blog_92 .btnBack,
.imported_blog_97 .btnBack,
.imported_blog_98 .btnBack,
.imported_blog_45 .btnBack,
.imported_blog_99 .btnBack,
.imported_blog_85 .btnBack,
.imported_blog_2 .btnBack,
.imported_blog_3 .btnBack,
.imported_blog_38 .btnBack,
.imported_blog_34 .btnBack,
.imported_blog_35 .btnBack,
.imported_blog_41 .btnBack,
.imported_blog_70 .btnBack {
  float: right;
  margin-left: 10px; }
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main,
.imported_blog_92 .contentsInner #main,
.imported_blog_97 .contentsInner #main,
.imported_blog_98 .contentsInner #main,
.imported_blog_45 .contentsInner #main,
.imported_blog_99 .contentsInner #main,
.imported_blog_85 .contentsInner #main,
.imported_blog_2 .contentsInner #main,
.imported_blog_3 .contentsInner #main,
.imported_blog_38 .contentsInner #main,
.imported_blog_34 .contentsInner #main,
.imported_blog_35 .contentsInner #main,
.imported_blog_41 .contentsInner #main,
.imported_blog_70 .contentsInner #main {
  margin-bottom: 100px; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main h3,
  .imported_blog_92 .contentsInner #main h3,
  .imported_blog_97 .contentsInner #main h3,
  .imported_blog_98 .contentsInner #main h3,
  .imported_blog_45 .contentsInner #main h3,
  .imported_blog_99 .contentsInner #main h3,
  .imported_blog_85 .contentsInner #main h3,
  .imported_blog_2 .contentsInner #main h3,
  .imported_blog_3 .contentsInner #main h3,
  .imported_blog_38 .contentsInner #main h3,
  .imported_blog_34 .contentsInner #main h3,
  .imported_blog_35 .contentsInner #main h3,
  .imported_blog_41 .contentsInner #main h3,
  .imported_blog_70 .contentsInner #main h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #bbb;
    color: #333;
    line-height: 1.5; }
    .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main h3 + .red,
    .imported_blog_92 .contentsInner #main h3 + .red,
    .imported_blog_97 .contentsInner #main h3 + .red,
    .imported_blog_98 .contentsInner #main h3 + .red,
    .imported_blog_45 .contentsInner #main h3 + .red,
    .imported_blog_99 .contentsInner #main h3 + .red,
    .imported_blog_85 .contentsInner #main h3 + .red,
    .imported_blog_2 .contentsInner #main h3 + .red,
    .imported_blog_3 .contentsInner #main h3 + .red,
    .imported_blog_38 .contentsInner #main h3 + .red,
    .imported_blog_34 .contentsInner #main h3 + .red,
    .imported_blog_35 .contentsInner #main h3 + .red,
    .imported_blog_41 .contentsInner #main h3 + .red,
    .imported_blog_70 .contentsInner #main h3 + .red {
      margin-top: 20px; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .date,
  .imported_blog_92 .contentsInner #main .date,
  .imported_blog_97 .contentsInner #main .date,
  .imported_blog_98 .contentsInner #main .date,
  .imported_blog_45 .contentsInner #main .date,
  .imported_blog_99 .contentsInner #main .date,
  .imported_blog_85 .contentsInner #main .date,
  .imported_blog_2 .contentsInner #main .date,
  .imported_blog_3 .contentsInner #main .date,
  .imported_blog_38 .contentsInner #main .date,
  .imported_blog_34 .contentsInner #main .date,
  .imported_blog_35 .contentsInner #main .date,
  .imported_blog_41 .contentsInner #main .date,
  .imported_blog_70 .contentsInner #main .date {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right; }
  .bcontainer-type1:not([class*='imported_blog']) .contentsInner #main p,
  .imported_blog_92 .contentsInner #main p,
  .imported_blog_97 .contentsInner #main p,
  .imported_blog_98 .contentsInner #main p,
  .imported_blog_45 .contentsInner #main p,
  .imported_blog_99 .contentsInner #main p,
  .imported_blog_85 .contentsInner #main p,
  .imported_blog_2 .contentsInner #main p,
  .imported_blog_3 .contentsInner #main p,
  .imported_blog_38 .contentsInner #main p,
  .imported_blog_34 .contentsInner #main p,
  .imported_blog_35 .contentsInner #main p,
  .imported_blog_41 .contentsInner #main p,
  .imported_blog_70 .contentsInner #main p {
    font-size: 14px;
    margin: 0 20px 10px 20px;
    line-height: 150%; }
.bcontainer-type1:not([class*='imported_blog']) .seminar_order_box,
.imported_blog_92 .seminar_order_box,
.imported_blog_97 .seminar_order_box,
.imported_blog_98 .seminar_order_box,
.imported_blog_45 .seminar_order_box,
.imported_blog_99 .seminar_order_box,
.imported_blog_85 .seminar_order_box,
.imported_blog_2 .seminar_order_box,
.imported_blog_3 .seminar_order_box,
.imported_blog_38 .seminar_order_box,
.imported_blog_34 .seminar_order_box,
.imported_blog_35 .seminar_order_box,
.imported_blog_41 .seminar_order_box,
.imported_blog_70 .seminar_order_box {
  padding: 0 !important; }
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order_box dl,
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order_box dt,
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order_box dd,
  .imported_blog_92 .seminar_order_box dl,
  .imported_blog_92 .seminar_order_box dt,
  .imported_blog_92 .seminar_order_box dd,
  .imported_blog_97 .seminar_order_box dl,
  .imported_blog_97 .seminar_order_box dt,
  .imported_blog_97 .seminar_order_box dd,
  .imported_blog_98 .seminar_order_box dl,
  .imported_blog_98 .seminar_order_box dt,
  .imported_blog_98 .seminar_order_box dd,
  .imported_blog_45 .seminar_order_box dl,
  .imported_blog_45 .seminar_order_box dt,
  .imported_blog_45 .seminar_order_box dd,
  .imported_blog_99 .seminar_order_box dl,
  .imported_blog_99 .seminar_order_box dt,
  .imported_blog_99 .seminar_order_box dd,
  .imported_blog_85 .seminar_order_box dl,
  .imported_blog_85 .seminar_order_box dt,
  .imported_blog_85 .seminar_order_box dd,
  .imported_blog_2 .seminar_order_box dl,
  .imported_blog_2 .seminar_order_box dt,
  .imported_blog_2 .seminar_order_box dd,
  .imported_blog_3 .seminar_order_box dl,
  .imported_blog_3 .seminar_order_box dt,
  .imported_blog_3 .seminar_order_box dd,
  .imported_blog_38 .seminar_order_box dl,
  .imported_blog_38 .seminar_order_box dt,
  .imported_blog_38 .seminar_order_box dd,
  .imported_blog_34 .seminar_order_box dl,
  .imported_blog_34 .seminar_order_box dt,
  .imported_blog_34 .seminar_order_box dd,
  .imported_blog_35 .seminar_order_box dl,
  .imported_blog_35 .seminar_order_box dt,
  .imported_blog_35 .seminar_order_box dd,
  .imported_blog_41 .seminar_order_box dl,
  .imported_blog_41 .seminar_order_box dt,
  .imported_blog_41 .seminar_order_box dd,
  .imported_blog_70 .seminar_order_box dl,
  .imported_blog_70 .seminar_order_box dt,
  .imported_blog_70 .seminar_order_box dd {
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    *zoom: 1; }
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order_box dd,
  .imported_blog_92 .seminar_order_box dd,
  .imported_blog_97 .seminar_order_box dd,
  .imported_blog_98 .seminar_order_box dd,
  .imported_blog_45 .seminar_order_box dd,
  .imported_blog_99 .seminar_order_box dd,
  .imported_blog_85 .seminar_order_box dd,
  .imported_blog_2 .seminar_order_box dd,
  .imported_blog_3 .seminar_order_box dd,
  .imported_blog_38 .seminar_order_box dd,
  .imported_blog_34 .seminar_order_box dd,
  .imported_blog_35 .seminar_order_box dd,
  .imported_blog_41 .seminar_order_box dd,
  .imported_blog_70 .seminar_order_box dd {
    min-height: 150px; }
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order_box .button_order01,
  .imported_blog_92 .seminar_order_box .button_order01,
  .imported_blog_97 .seminar_order_box .button_order01,
  .imported_blog_98 .seminar_order_box .button_order01,
  .imported_blog_45 .seminar_order_box .button_order01,
  .imported_blog_99 .seminar_order_box .button_order01,
  .imported_blog_85 .seminar_order_box .button_order01,
  .imported_blog_2 .seminar_order_box .button_order01,
  .imported_blog_3 .seminar_order_box .button_order01,
  .imported_blog_38 .seminar_order_box .button_order01,
  .imported_blog_34 .seminar_order_box .button_order01,
  .imported_blog_35 .seminar_order_box .button_order01,
  .imported_blog_41 .seminar_order_box .button_order01,
  .imported_blog_70 .seminar_order_box .button_order01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .bcontainer-type1:not([class*='imported_blog']) .seminar_order_box .button_order01 a,
    .imported_blog_92 .seminar_order_box .button_order01 a,
    .imported_blog_97 .seminar_order_box .button_order01 a,
    .imported_blog_98 .seminar_order_box .button_order01 a,
    .imported_blog_45 .seminar_order_box .button_order01 a,
    .imported_blog_99 .seminar_order_box .button_order01 a,
    .imported_blog_85 .seminar_order_box .button_order01 a,
    .imported_blog_2 .seminar_order_box .button_order01 a,
    .imported_blog_3 .seminar_order_box .button_order01 a,
    .imported_blog_38 .seminar_order_box .button_order01 a,
    .imported_blog_34 .seminar_order_box .button_order01 a,
    .imported_blog_35 .seminar_order_box .button_order01 a,
    .imported_blog_41 .seminar_order_box .button_order01 a,
    .imported_blog_70 .seminar_order_box .button_order01 a {
      padding: 1em 1.5em; }
.bcontainer-type1:not([class*='imported_blog']) table.projectsTable,
.imported_blog_92 table.projectsTable,
.imported_blog_97 table.projectsTable,
.imported_blog_98 table.projectsTable,
.imported_blog_45 table.projectsTable,
.imported_blog_99 table.projectsTable,
.imported_blog_85 table.projectsTable,
.imported_blog_2 table.projectsTable,
.imported_blog_3 table.projectsTable,
.imported_blog_38 table.projectsTable,
.imported_blog_34 table.projectsTable,
.imported_blog_35 table.projectsTable,
.imported_blog_41 table.projectsTable,
.imported_blog_70 table.projectsTable {
  width: 650px;
  margin-left: -10px; }
  .bcontainer-type1:not([class*='imported_blog']) table.projectsTable th,
  .imported_blog_92 table.projectsTable th,
  .imported_blog_97 table.projectsTable th,
  .imported_blog_98 table.projectsTable th,
  .imported_blog_45 table.projectsTable th,
  .imported_blog_99 table.projectsTable th,
  .imported_blog_85 table.projectsTable th,
  .imported_blog_2 table.projectsTable th,
  .imported_blog_3 table.projectsTable th,
  .imported_blog_38 table.projectsTable th,
  .imported_blog_34 table.projectsTable th,
  .imported_blog_35 table.projectsTable th,
  .imported_blog_41 table.projectsTable th,
  .imported_blog_70 table.projectsTable th {
    width: 120px;
    padding: 10px 0 10px 5px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #d3d3d3;
    font-weight: normal;
    text-align: left; }
    .bcontainer-type1:not([class*='imported_blog']) table.projectsTable th.date,
    .imported_blog_92 table.projectsTable th.date,
    .imported_blog_97 table.projectsTable th.date,
    .imported_blog_98 table.projectsTable th.date,
    .imported_blog_45 table.projectsTable th.date,
    .imported_blog_99 table.projectsTable th.date,
    .imported_blog_85 table.projectsTable th.date,
    .imported_blog_2 table.projectsTable th.date,
    .imported_blog_3 table.projectsTable th.date,
    .imported_blog_38 table.projectsTable th.date,
    .imported_blog_34 table.projectsTable th.date,
    .imported_blog_35 table.projectsTable th.date,
    .imported_blog_41 table.projectsTable th.date,
    .imported_blog_70 table.projectsTable th.date {
      padding: 3px 0 5px 10px;
      border-right: none;
      border-bottom: 1px solid #e5e5e5;
      background: #d3d3d3;
      text-align: left; }
  .bcontainer-type1:not([class*='imported_blog']) table.projectsTable ul li:after,
  .imported_blog_92 table.projectsTable ul li:after,
  .imported_blog_97 table.projectsTable ul li:after,
  .imported_blog_98 table.projectsTable ul li:after,
  .imported_blog_45 table.projectsTable ul li:after,
  .imported_blog_99 table.projectsTable ul li:after,
  .imported_blog_85 table.projectsTable ul li:after,
  .imported_blog_2 table.projectsTable ul li:after,
  .imported_blog_3 table.projectsTable ul li:after,
  .imported_blog_38 table.projectsTable ul li:after,
  .imported_blog_34 table.projectsTable ul li:after,
  .imported_blog_35 table.projectsTable ul li:after,
  .imported_blog_41 table.projectsTable ul li:after,
  .imported_blog_70 table.projectsTable ul li:after {
    content: none; }
  .bcontainer-type1:not([class*='imported_blog']) table.projectsTable td,
  .imported_blog_92 table.projectsTable td,
  .imported_blog_97 table.projectsTable td,
  .imported_blog_98 table.projectsTable td,
  .imported_blog_45 table.projectsTable td,
  .imported_blog_99 table.projectsTable td,
  .imported_blog_85 table.projectsTable td,
  .imported_blog_2 table.projectsTable td,
  .imported_blog_3 table.projectsTable td,
  .imported_blog_38 table.projectsTable td,
  .imported_blog_34 table.projectsTable td,
  .imported_blog_35 table.projectsTable td,
  .imported_blog_41 table.projectsTable td,
  .imported_blog_70 table.projectsTable td {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #e5e5e5; }
.bcontainer-type1:not([class*='imported_blog']) table.projectsTable,
.imported_blog_92 table.projectsTable,
.imported_blog_97 table.projectsTable,
.imported_blog_98 table.projectsTable,
.imported_blog_45 table.projectsTable,
.imported_blog_99 table.projectsTable,
.imported_blog_85 table.projectsTable,
.imported_blog_2 table.projectsTable,
.imported_blog_3 table.projectsTable,
.imported_blog_38 table.projectsTable,
.imported_blog_34 table.projectsTable,
.imported_blog_35 table.projectsTable,
.imported_blog_41 table.projectsTable,
.imported_blog_70 table.projectsTable {
  width: 100% !important;
  margin-top: .75em;
  margin-left: 0 !important; }
  .bcontainer-type1:not([class*='imported_blog']) table.projectsTable tr > td,
  .imported_blog_92 table.projectsTable tr > td,
  .imported_blog_97 table.projectsTable tr > td,
  .imported_blog_98 table.projectsTable tr > td,
  .imported_blog_45 table.projectsTable tr > td,
  .imported_blog_99 table.projectsTable tr > td,
  .imported_blog_85 table.projectsTable tr > td,
  .imported_blog_2 table.projectsTable tr > td,
  .imported_blog_3 table.projectsTable tr > td,
  .imported_blog_38 table.projectsTable tr > td,
  .imported_blog_34 table.projectsTable tr > td,
  .imported_blog_35 table.projectsTable tr > td,
  .imported_blog_41 table.projectsTable tr > td,
  .imported_blog_70 table.projectsTable tr > td {
    min-width: 2em; }
  .bcontainer-type1:not([class*='imported_blog']) table.projectsTable th,
  .bcontainer-type1:not([class*='imported_blog']) table.projectsTable td,
  .imported_blog_92 table.projectsTable th,
  .imported_blog_92 table.projectsTable td,
  .imported_blog_97 table.projectsTable th,
  .imported_blog_97 table.projectsTable td,
  .imported_blog_98 table.projectsTable th,
  .imported_blog_98 table.projectsTable td,
  .imported_blog_45 table.projectsTable th,
  .imported_blog_45 table.projectsTable td,
  .imported_blog_99 table.projectsTable th,
  .imported_blog_99 table.projectsTable td,
  .imported_blog_85 table.projectsTable th,
  .imported_blog_85 table.projectsTable td,
  .imported_blog_2 table.projectsTable th,
  .imported_blog_2 table.projectsTable td,
  .imported_blog_3 table.projectsTable th,
  .imported_blog_3 table.projectsTable td,
  .imported_blog_38 table.projectsTable th,
  .imported_blog_38 table.projectsTable td,
  .imported_blog_34 table.projectsTable th,
  .imported_blog_34 table.projectsTable td,
  .imported_blog_35 table.projectsTable th,
  .imported_blog_35 table.projectsTable td,
  .imported_blog_41 table.projectsTable th,
  .imported_blog_41 table.projectsTable td,
  .imported_blog_70 table.projectsTable th,
  .imported_blog_70 table.projectsTable td {
    padding: 10px; }
    .bcontainer-type1:not([class*='imported_blog']) table.projectsTable th.date,
    .bcontainer-type1:not([class*='imported_blog']) table.projectsTable td.date,
    .imported_blog_92 table.projectsTable th.date,
    .imported_blog_92 table.projectsTable td.date,
    .imported_blog_97 table.projectsTable th.date,
    .imported_blog_97 table.projectsTable td.date,
    .imported_blog_98 table.projectsTable th.date,
    .imported_blog_98 table.projectsTable td.date,
    .imported_blog_45 table.projectsTable th.date,
    .imported_blog_45 table.projectsTable td.date,
    .imported_blog_99 table.projectsTable th.date,
    .imported_blog_99 table.projectsTable td.date,
    .imported_blog_85 table.projectsTable th.date,
    .imported_blog_85 table.projectsTable td.date,
    .imported_blog_2 table.projectsTable th.date,
    .imported_blog_2 table.projectsTable td.date,
    .imported_blog_3 table.projectsTable th.date,
    .imported_blog_3 table.projectsTable td.date,
    .imported_blog_38 table.projectsTable th.date,
    .imported_blog_38 table.projectsTable td.date,
    .imported_blog_34 table.projectsTable th.date,
    .imported_blog_34 table.projectsTable td.date,
    .imported_blog_35 table.projectsTable th.date,
    .imported_blog_35 table.projectsTable td.date,
    .imported_blog_41 table.projectsTable th.date,
    .imported_blog_41 table.projectsTable td.date,
    .imported_blog_70 table.projectsTable th.date,
    .imported_blog_70 table.projectsTable td.date {
      padding: 10px; }
.bcontainer-type1:not([class*='imported_blog']) ul.pdfBlock li:after,
.imported_blog_92 ul.pdfBlock li:after,
.imported_blog_97 ul.pdfBlock li:after,
.imported_blog_98 ul.pdfBlock li:after,
.imported_blog_45 ul.pdfBlock li:after,
.imported_blog_99 ul.pdfBlock li:after,
.imported_blog_85 ul.pdfBlock li:after,
.imported_blog_2 ul.pdfBlock li:after,
.imported_blog_3 ul.pdfBlock li:after,
.imported_blog_38 ul.pdfBlock li:after,
.imported_blog_34 ul.pdfBlock li:after,
.imported_blog_35 ul.pdfBlock li:after,
.imported_blog_41 ul.pdfBlock li:after,
.imported_blog_70 ul.pdfBlock li:after {
  content: none; }
.bcontainer-type1:not([class*='imported_blog']) section,
.imported_blog_92 section,
.imported_blog_97 section,
.imported_blog_98 section,
.imported_blog_45 section,
.imported_blog_99 section,
.imported_blog_85 section,
.imported_blog_2 section,
.imported_blog_3 section,
.imported_blog_38 section,
.imported_blog_34 section,
.imported_blog_35 section,
.imported_blog_41 section,
.imported_blog_70 section {
  font-size: 14px;
  margin: 0 auto 10px auto;
  line-height: 150%; }
  .bcontainer-type1:not([class*='imported_blog']) section table ul li:after,
  .imported_blog_92 section table ul li:after,
  .imported_blog_97 section table ul li:after,
  .imported_blog_98 section table ul li:after,
  .imported_blog_45 section table ul li:after,
  .imported_blog_99 section table ul li:after,
  .imported_blog_85 section table ul li:after,
  .imported_blog_2 section table ul li:after,
  .imported_blog_3 section table ul li:after,
  .imported_blog_38 section table ul li:after,
  .imported_blog_34 section table ul li:after,
  .imported_blog_35 section table ul li:after,
  .imported_blog_41 section table ul li:after,
  .imported_blog_70 section table ul li:after {
    content: none; }
  .bcontainer-type1:not([class*='imported_blog']) section dl,
  .bcontainer-type1:not([class*='imported_blog']) section dt,
  .bcontainer-type1:not([class*='imported_blog']) section dd,
  .imported_blog_92 section dl,
  .imported_blog_92 section dt,
  .imported_blog_92 section dd,
  .imported_blog_97 section dl,
  .imported_blog_97 section dt,
  .imported_blog_97 section dd,
  .imported_blog_98 section dl,
  .imported_blog_98 section dt,
  .imported_blog_98 section dd,
  .imported_blog_45 section dl,
  .imported_blog_45 section dt,
  .imported_blog_45 section dd,
  .imported_blog_99 section dl,
  .imported_blog_99 section dt,
  .imported_blog_99 section dd,
  .imported_blog_85 section dl,
  .imported_blog_85 section dt,
  .imported_blog_85 section dd,
  .imported_blog_2 section dl,
  .imported_blog_2 section dt,
  .imported_blog_2 section dd,
  .imported_blog_3 section dl,
  .imported_blog_3 section dt,
  .imported_blog_3 section dd,
  .imported_blog_38 section dl,
  .imported_blog_38 section dt,
  .imported_blog_38 section dd,
  .imported_blog_34 section dl,
  .imported_blog_34 section dt,
  .imported_blog_34 section dd,
  .imported_blog_35 section dl,
  .imported_blog_35 section dt,
  .imported_blog_35 section dd,
  .imported_blog_41 section dl,
  .imported_blog_41 section dt,
  .imported_blog_41 section dd,
  .imported_blog_70 section dl,
  .imported_blog_70 section dt,
  .imported_blog_70 section dd {
    overflow: hidden;
    margin-left: 0 !important;
    *zoom: 1; }
    .bcontainer-type1:not([class*='imported_blog']) section dl.title,
    .bcontainer-type1:not([class*='imported_blog']) section dt.title,
    .bcontainer-type1:not([class*='imported_blog']) section dd.title,
    .imported_blog_92 section dl.title,
    .imported_blog_92 section dt.title,
    .imported_blog_92 section dd.title,
    .imported_blog_97 section dl.title,
    .imported_blog_97 section dt.title,
    .imported_blog_97 section dd.title,
    .imported_blog_98 section dl.title,
    .imported_blog_98 section dt.title,
    .imported_blog_98 section dd.title,
    .imported_blog_45 section dl.title,
    .imported_blog_45 section dt.title,
    .imported_blog_45 section dd.title,
    .imported_blog_99 section dl.title,
    .imported_blog_99 section dt.title,
    .imported_blog_99 section dd.title,
    .imported_blog_85 section dl.title,
    .imported_blog_85 section dt.title,
    .imported_blog_85 section dd.title,
    .imported_blog_2 section dl.title,
    .imported_blog_2 section dt.title,
    .imported_blog_2 section dd.title,
    .imported_blog_3 section dl.title,
    .imported_blog_3 section dt.title,
    .imported_blog_3 section dd.title,
    .imported_blog_38 section dl.title,
    .imported_blog_38 section dt.title,
    .imported_blog_38 section dd.title,
    .imported_blog_34 section dl.title,
    .imported_blog_34 section dt.title,
    .imported_blog_34 section dd.title,
    .imported_blog_35 section dl.title,
    .imported_blog_35 section dt.title,
    .imported_blog_35 section dd.title,
    .imported_blog_41 section dl.title,
    .imported_blog_41 section dt.title,
    .imported_blog_41 section dd.title,
    .imported_blog_70 section dl.title,
    .imported_blog_70 section dt.title,
    .imported_blog_70 section dd.title {
      margin-bottom: 1em !important; }
    .bcontainer-type1:not([class*='imported_blog']) section dl.table,
    .bcontainer-type1:not([class*='imported_blog']) section dt.table,
    .bcontainer-type1:not([class*='imported_blog']) section dd.table,
    .imported_blog_92 section dl.table,
    .imported_blog_92 section dt.table,
    .imported_blog_92 section dd.table,
    .imported_blog_97 section dl.table,
    .imported_blog_97 section dt.table,
    .imported_blog_97 section dd.table,
    .imported_blog_98 section dl.table,
    .imported_blog_98 section dt.table,
    .imported_blog_98 section dd.table,
    .imported_blog_45 section dl.table,
    .imported_blog_45 section dt.table,
    .imported_blog_45 section dd.table,
    .imported_blog_99 section dl.table,
    .imported_blog_99 section dt.table,
    .imported_blog_99 section dd.table,
    .imported_blog_85 section dl.table,
    .imported_blog_85 section dt.table,
    .imported_blog_85 section dd.table,
    .imported_blog_2 section dl.table,
    .imported_blog_2 section dt.table,
    .imported_blog_2 section dd.table,
    .imported_blog_3 section dl.table,
    .imported_blog_3 section dt.table,
    .imported_blog_3 section dd.table,
    .imported_blog_38 section dl.table,
    .imported_blog_38 section dt.table,
    .imported_blog_38 section dd.table,
    .imported_blog_34 section dl.table,
    .imported_blog_34 section dt.table,
    .imported_blog_34 section dd.table,
    .imported_blog_35 section dl.table,
    .imported_blog_35 section dt.table,
    .imported_blog_35 section dd.table,
    .imported_blog_41 section dl.table,
    .imported_blog_41 section dt.table,
    .imported_blog_41 section dd.table,
    .imported_blog_70 section dl.table,
    .imported_blog_70 section dt.table,
    .imported_blog_70 section dd.table {
      margin-bottom: 1em;
      padding-left: 0 !important; }
      .bcontainer-type1:not([class*='imported_blog']) section dl.table table,
      .bcontainer-type1:not([class*='imported_blog']) section dt.table table,
      .bcontainer-type1:not([class*='imported_blog']) section dd.table table,
      .imported_blog_92 section dl.table table,
      .imported_blog_92 section dt.table table,
      .imported_blog_92 section dd.table table,
      .imported_blog_97 section dl.table table,
      .imported_blog_97 section dt.table table,
      .imported_blog_97 section dd.table table,
      .imported_blog_98 section dl.table table,
      .imported_blog_98 section dt.table table,
      .imported_blog_98 section dd.table table,
      .imported_blog_45 section dl.table table,
      .imported_blog_45 section dt.table table,
      .imported_blog_45 section dd.table table,
      .imported_blog_99 section dl.table table,
      .imported_blog_99 section dt.table table,
      .imported_blog_99 section dd.table table,
      .imported_blog_85 section dl.table table,
      .imported_blog_85 section dt.table table,
      .imported_blog_85 section dd.table table,
      .imported_blog_2 section dl.table table,
      .imported_blog_2 section dt.table table,
      .imported_blog_2 section dd.table table,
      .imported_blog_3 section dl.table table,
      .imported_blog_3 section dt.table table,
      .imported_blog_3 section dd.table table,
      .imported_blog_38 section dl.table table,
      .imported_blog_38 section dt.table table,
      .imported_blog_38 section dd.table table,
      .imported_blog_34 section dl.table table,
      .imported_blog_34 section dt.table table,
      .imported_blog_34 section dd.table table,
      .imported_blog_35 section dl.table table,
      .imported_blog_35 section dt.table table,
      .imported_blog_35 section dd.table table,
      .imported_blog_41 section dl.table table,
      .imported_blog_41 section dt.table table,
      .imported_blog_41 section dd.table table,
      .imported_blog_70 section dl.table table,
      .imported_blog_70 section dt.table table,
      .imported_blog_70 section dd.table table {
        width: 100% !important;
        margin-top: .75em;
        margin-left: 0 !important; }
        .bcontainer-type1:not([class*='imported_blog']) section dl.table table th,
        .bcontainer-type1:not([class*='imported_blog']) section dl.table table td,
        .bcontainer-type1:not([class*='imported_blog']) section dt.table table th,
        .bcontainer-type1:not([class*='imported_blog']) section dt.table table td,
        .bcontainer-type1:not([class*='imported_blog']) section dd.table table th,
        .bcontainer-type1:not([class*='imported_blog']) section dd.table table td,
        .imported_blog_92 section dl.table table th,
        .imported_blog_92 section dl.table table td,
        .imported_blog_92 section dt.table table th,
        .imported_blog_92 section dt.table table td,
        .imported_blog_92 section dd.table table th,
        .imported_blog_92 section dd.table table td,
        .imported_blog_97 section dl.table table th,
        .imported_blog_97 section dl.table table td,
        .imported_blog_97 section dt.table table th,
        .imported_blog_97 section dt.table table td,
        .imported_blog_97 section dd.table table th,
        .imported_blog_97 section dd.table table td,
        .imported_blog_98 section dl.table table th,
        .imported_blog_98 section dl.table table td,
        .imported_blog_98 section dt.table table th,
        .imported_blog_98 section dt.table table td,
        .imported_blog_98 section dd.table table th,
        .imported_blog_98 section dd.table table td,
        .imported_blog_45 section dl.table table th,
        .imported_blog_45 section dl.table table td,
        .imported_blog_45 section dt.table table th,
        .imported_blog_45 section dt.table table td,
        .imported_blog_45 section dd.table table th,
        .imported_blog_45 section dd.table table td,
        .imported_blog_99 section dl.table table th,
        .imported_blog_99 section dl.table table td,
        .imported_blog_99 section dt.table table th,
        .imported_blog_99 section dt.table table td,
        .imported_blog_99 section dd.table table th,
        .imported_blog_99 section dd.table table td,
        .imported_blog_85 section dl.table table th,
        .imported_blog_85 section dl.table table td,
        .imported_blog_85 section dt.table table th,
        .imported_blog_85 section dt.table table td,
        .imported_blog_85 section dd.table table th,
        .imported_blog_85 section dd.table table td,
        .imported_blog_2 section dl.table table th,
        .imported_blog_2 section dl.table table td,
        .imported_blog_2 section dt.table table th,
        .imported_blog_2 section dt.table table td,
        .imported_blog_2 section dd.table table th,
        .imported_blog_2 section dd.table table td,
        .imported_blog_3 section dl.table table th,
        .imported_blog_3 section dl.table table td,
        .imported_blog_3 section dt.table table th,
        .imported_blog_3 section dt.table table td,
        .imported_blog_3 section dd.table table th,
        .imported_blog_3 section dd.table table td,
        .imported_blog_38 section dl.table table th,
        .imported_blog_38 section dl.table table td,
        .imported_blog_38 section dt.table table th,
        .imported_blog_38 section dt.table table td,
        .imported_blog_38 section dd.table table th,
        .imported_blog_38 section dd.table table td,
        .imported_blog_34 section dl.table table th,
        .imported_blog_34 section dl.table table td,
        .imported_blog_34 section dt.table table th,
        .imported_blog_34 section dt.table table td,
        .imported_blog_34 section dd.table table th,
        .imported_blog_34 section dd.table table td,
        .imported_blog_35 section dl.table table th,
        .imported_blog_35 section dl.table table td,
        .imported_blog_35 section dt.table table th,
        .imported_blog_35 section dt.table table td,
        .imported_blog_35 section dd.table table th,
        .imported_blog_35 section dd.table table td,
        .imported_blog_41 section dl.table table th,
        .imported_blog_41 section dl.table table td,
        .imported_blog_41 section dt.table table th,
        .imported_blog_41 section dt.table table td,
        .imported_blog_41 section dd.table table th,
        .imported_blog_41 section dd.table table td,
        .imported_blog_70 section dl.table table th,
        .imported_blog_70 section dl.table table td,
        .imported_blog_70 section dt.table table th,
        .imported_blog_70 section dt.table table td,
        .imported_blog_70 section dd.table table th,
        .imported_blog_70 section dd.table table td {
          padding: 10px; }
          .bcontainer-type1:not([class*='imported_blog']) section dl.table table th.date,
          .bcontainer-type1:not([class*='imported_blog']) section dl.table table td.date,
          .bcontainer-type1:not([class*='imported_blog']) section dt.table table th.date,
          .bcontainer-type1:not([class*='imported_blog']) section dt.table table td.date,
          .bcontainer-type1:not([class*='imported_blog']) section dd.table table th.date,
          .bcontainer-type1:not([class*='imported_blog']) section dd.table table td.date,
          .imported_blog_92 section dl.table table th.date,
          .imported_blog_92 section dl.table table td.date,
          .imported_blog_92 section dt.table table th.date,
          .imported_blog_92 section dt.table table td.date,
          .imported_blog_92 section dd.table table th.date,
          .imported_blog_92 section dd.table table td.date,
          .imported_blog_97 section dl.table table th.date,
          .imported_blog_97 section dl.table table td.date,
          .imported_blog_97 section dt.table table th.date,
          .imported_blog_97 section dt.table table td.date,
          .imported_blog_97 section dd.table table th.date,
          .imported_blog_97 section dd.table table td.date,
          .imported_blog_98 section dl.table table th.date,
          .imported_blog_98 section dl.table table td.date,
          .imported_blog_98 section dt.table table th.date,
          .imported_blog_98 section dt.table table td.date,
          .imported_blog_98 section dd.table table th.date,
          .imported_blog_98 section dd.table table td.date,
          .imported_blog_45 section dl.table table th.date,
          .imported_blog_45 section dl.table table td.date,
          .imported_blog_45 section dt.table table th.date,
          .imported_blog_45 section dt.table table td.date,
          .imported_blog_45 section dd.table table th.date,
          .imported_blog_45 section dd.table table td.date,
          .imported_blog_99 section dl.table table th.date,
          .imported_blog_99 section dl.table table td.date,
          .imported_blog_99 section dt.table table th.date,
          .imported_blog_99 section dt.table table td.date,
          .imported_blog_99 section dd.table table th.date,
          .imported_blog_99 section dd.table table td.date,
          .imported_blog_85 section dl.table table th.date,
          .imported_blog_85 section dl.table table td.date,
          .imported_blog_85 section dt.table table th.date,
          .imported_blog_85 section dt.table table td.date,
          .imported_blog_85 section dd.table table th.date,
          .imported_blog_85 section dd.table table td.date,
          .imported_blog_2 section dl.table table th.date,
          .imported_blog_2 section dl.table table td.date,
          .imported_blog_2 section dt.table table th.date,
          .imported_blog_2 section dt.table table td.date,
          .imported_blog_2 section dd.table table th.date,
          .imported_blog_2 section dd.table table td.date,
          .imported_blog_3 section dl.table table th.date,
          .imported_blog_3 section dl.table table td.date,
          .imported_blog_3 section dt.table table th.date,
          .imported_blog_3 section dt.table table td.date,
          .imported_blog_3 section dd.table table th.date,
          .imported_blog_3 section dd.table table td.date,
          .imported_blog_38 section dl.table table th.date,
          .imported_blog_38 section dl.table table td.date,
          .imported_blog_38 section dt.table table th.date,
          .imported_blog_38 section dt.table table td.date,
          .imported_blog_38 section dd.table table th.date,
          .imported_blog_38 section dd.table table td.date,
          .imported_blog_34 section dl.table table th.date,
          .imported_blog_34 section dl.table table td.date,
          .imported_blog_34 section dt.table table th.date,
          .imported_blog_34 section dt.table table td.date,
          .imported_blog_34 section dd.table table th.date,
          .imported_blog_34 section dd.table table td.date,
          .imported_blog_35 section dl.table table th.date,
          .imported_blog_35 section dl.table table td.date,
          .imported_blog_35 section dt.table table th.date,
          .imported_blog_35 section dt.table table td.date,
          .imported_blog_35 section dd.table table th.date,
          .imported_blog_35 section dd.table table td.date,
          .imported_blog_41 section dl.table table th.date,
          .imported_blog_41 section dl.table table td.date,
          .imported_blog_41 section dt.table table th.date,
          .imported_blog_41 section dt.table table td.date,
          .imported_blog_41 section dd.table table th.date,
          .imported_blog_41 section dd.table table td.date,
          .imported_blog_70 section dl.table table th.date,
          .imported_blog_70 section dl.table table td.date,
          .imported_blog_70 section dt.table table th.date,
          .imported_blog_70 section dt.table table td.date,
          .imported_blog_70 section dd.table table th.date,
          .imported_blog_70 section dd.table table td.date {
            padding: 10px; }
.bcontainer-type1:not([class*='imported_blog']) .relationLinks,
.imported_blog_92 .relationLinks,
.imported_blog_97 .relationLinks,
.imported_blog_98 .relationLinks,
.imported_blog_45 .relationLinks,
.imported_blog_99 .relationLinks,
.imported_blog_85 .relationLinks,
.imported_blog_2 .relationLinks,
.imported_blog_3 .relationLinks,
.imported_blog_38 .relationLinks,
.imported_blog_34 .relationLinks,
.imported_blog_35 .relationLinks,
.imported_blog_41 .relationLinks,
.imported_blog_70 .relationLinks {
  margin: 30px 20px;
  padding: 15px;
  border: #ccc 2px solid;
  background: #eee; }
  .bcontainer-type1:not([class*='imported_blog']) .relationLinks h4,
  .imported_blog_92 .relationLinks h4,
  .imported_blog_97 .relationLinks h4,
  .imported_blog_98 .relationLinks h4,
  .imported_blog_45 .relationLinks h4,
  .imported_blog_99 .relationLinks h4,
  .imported_blog_85 .relationLinks h4,
  .imported_blog_2 .relationLinks h4,
  .imported_blog_3 .relationLinks h4,
  .imported_blog_38 .relationLinks h4,
  .imported_blog_34 .relationLinks h4,
  .imported_blog_35 .relationLinks h4,
  .imported_blog_41 .relationLinks h4,
  .imported_blog_70 .relationLinks h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
    text-align: center; }
  .bcontainer-type1:not([class*='imported_blog']) .relationLinks ul li,
  .imported_blog_92 .relationLinks ul li,
  .imported_blog_97 .relationLinks ul li,
  .imported_blog_98 .relationLinks ul li,
  .imported_blog_45 .relationLinks ul li,
  .imported_blog_99 .relationLinks ul li,
  .imported_blog_85 .relationLinks ul li,
  .imported_blog_2 .relationLinks ul li,
  .imported_blog_3 .relationLinks ul li,
  .imported_blog_38 .relationLinks ul li,
  .imported_blog_34 .relationLinks ul li,
  .imported_blog_35 .relationLinks ul li,
  .imported_blog_41 .relationLinks ul li,
  .imported_blog_70 .relationLinks ul li {
    margin: 5px;
    padding-left: 12px;
    background: url(../img/common/icon_arrow_gray.png) left center no-repeat; }
.bcontainer-type1:not([class*='imported_blog']) #mainTitle,
.imported_blog_92 #mainTitle,
.imported_blog_97 #mainTitle,
.imported_blog_98 #mainTitle,
.imported_blog_45 #mainTitle,
.imported_blog_99 #mainTitle,
.imported_blog_85 #mainTitle,
.imported_blog_2 #mainTitle,
.imported_blog_3 #mainTitle,
.imported_blog_38 #mainTitle,
.imported_blog_34 #mainTitle,
.imported_blog_35 #mainTitle,
.imported_blog_41 #mainTitle,
.imported_blog_70 #mainTitle {
  display: none; }
  .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main p,
  .imported_blog_92 #mainTitle + .contentsInner #main p,
  .imported_blog_97 #mainTitle + .contentsInner #main p,
  .imported_blog_98 #mainTitle + .contentsInner #main p,
  .imported_blog_45 #mainTitle + .contentsInner #main p,
  .imported_blog_99 #mainTitle + .contentsInner #main p,
  .imported_blog_85 #mainTitle + .contentsInner #main p,
  .imported_blog_2 #mainTitle + .contentsInner #main p,
  .imported_blog_3 #mainTitle + .contentsInner #main p,
  .imported_blog_38 #mainTitle + .contentsInner #main p,
  .imported_blog_34 #mainTitle + .contentsInner #main p,
  .imported_blog_35 #mainTitle + .contentsInner #main p,
  .imported_blog_41 #mainTitle + .contentsInner #main p,
  .imported_blog_70 #mainTitle + .contentsInner #main p {
    margin-right: 0;
    margin-left: 0; }
  .bcontainer-type1:not([class*='imported_blog']) #mainTitle + .contentsInner #main > h3,
  .imported_blog_92 #mainTitle + .contentsInner #main > h3,
  .imported_blog_97 #mainTitle + .contentsInner #main > h3,
  .imported_blog_98 #mainTitle + .contentsInner #main > h3,
  .imported_blog_45 #mainTitle + .contentsInner #main > h3,
  .imported_blog_99 #mainTitle + .contentsInner #main > h3,
  .imported_blog_85 #mainTitle + .contentsInner #main > h3,
  .imported_blog_2 #mainTitle + .contentsInner #main > h3,
  .imported_blog_3 #mainTitle + .contentsInner #main > h3,
  .imported_blog_38 #mainTitle + .contentsInner #main > h3,
  .imported_blog_34 #mainTitle + .contentsInner #main > h3,
  .imported_blog_35 #mainTitle + .contentsInner #main > h3,
  .imported_blog_41 #mainTitle + .contentsInner #main > h3,
  .imported_blog_70 #mainTitle + .contentsInner #main > h3 {
    border-bottom: none; }
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr,
.imported_blog_92 #maincontents_inr,
.imported_blog_97 #maincontents_inr,
.imported_blog_98 #maincontents_inr,
.imported_blog_45 #maincontents_inr,
.imported_blog_99 #maincontents_inr,
.imported_blog_85 #maincontents_inr,
.imported_blog_2 #maincontents_inr,
.imported_blog_3 #maincontents_inr,
.imported_blog_38 #maincontents_inr,
.imported_blog_34 #maincontents_inr,
.imported_blog_35 #maincontents_inr,
.imported_blog_41 #maincontents_inr,
.imported_blog_70 #maincontents_inr {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important; }
  .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr dl,
  .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr dt,
  .bcontainer-type1:not([class*='imported_blog']) #maincontents_inr dd,
  .imported_blog_92 #maincontents_inr dl,
  .imported_blog_92 #maincontents_inr dt,
  .imported_blog_92 #maincontents_inr dd,
  .imported_blog_97 #maincontents_inr dl,
  .imported_blog_97 #maincontents_inr dt,
  .imported_blog_97 #maincontents_inr dd,
  .imported_blog_98 #maincontents_inr dl,
  .imported_blog_98 #maincontents_inr dt,
  .imported_blog_98 #maincontents_inr dd,
  .imported_blog_45 #maincontents_inr dl,
  .imported_blog_45 #maincontents_inr dt,
  .imported_blog_45 #maincontents_inr dd,
  .imported_blog_99 #maincontents_inr dl,
  .imported_blog_99 #maincontents_inr dt,
  .imported_blog_99 #maincontents_inr dd,
  .imported_blog_85 #maincontents_inr dl,
  .imported_blog_85 #maincontents_inr dt,
  .imported_blog_85 #maincontents_inr dd,
  .imported_blog_2 #maincontents_inr dl,
  .imported_blog_2 #maincontents_inr dt,
  .imported_blog_2 #maincontents_inr dd,
  .imported_blog_3 #maincontents_inr dl,
  .imported_blog_3 #maincontents_inr dt,
  .imported_blog_3 #maincontents_inr dd,
  .imported_blog_38 #maincontents_inr dl,
  .imported_blog_38 #maincontents_inr dt,
  .imported_blog_38 #maincontents_inr dd,
  .imported_blog_34 #maincontents_inr dl,
  .imported_blog_34 #maincontents_inr dt,
  .imported_blog_34 #maincontents_inr dd,
  .imported_blog_35 #maincontents_inr dl,
  .imported_blog_35 #maincontents_inr dt,
  .imported_blog_35 #maincontents_inr dd,
  .imported_blog_41 #maincontents_inr dl,
  .imported_blog_41 #maincontents_inr dt,
  .imported_blog_41 #maincontents_inr dd,
  .imported_blog_70 #maincontents_inr dl,
  .imported_blog_70 #maincontents_inr dt,
  .imported_blog_70 #maincontents_inr dd {
    width: 100%; }
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main p,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main p,
.imported_blog_92 #maincontents_inr #main p,
.imported_blog_92 .contentsInner #main p,
.imported_blog_97 #maincontents_inr #main p,
.imported_blog_97 .contentsInner #main p,
.imported_blog_98 #maincontents_inr #main p,
.imported_blog_98 .contentsInner #main p,
.imported_blog_45 #maincontents_inr #main p,
.imported_blog_45 .contentsInner #main p,
.imported_blog_99 #maincontents_inr #main p,
.imported_blog_99 .contentsInner #main p,
.imported_blog_85 #maincontents_inr #main p,
.imported_blog_85 .contentsInner #main p,
.imported_blog_2 #maincontents_inr #main p,
.imported_blog_2 .contentsInner #main p,
.imported_blog_3 #maincontents_inr #main p,
.imported_blog_3 .contentsInner #main p,
.imported_blog_38 #maincontents_inr #main p,
.imported_blog_38 .contentsInner #main p,
.imported_blog_34 #maincontents_inr #main p,
.imported_blog_34 .contentsInner #main p,
.imported_blog_35 #maincontents_inr #main p,
.imported_blog_35 .contentsInner #main p,
.imported_blog_41 #maincontents_inr #main p,
.imported_blog_41 .contentsInner #main p,
.imported_blog_70 #maincontents_inr #main p,
.imported_blog_70 .contentsInner #main p {
  margin-right: 0;
  margin-left: 0; }
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main > h3,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr #main .btnBack + h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main > h3,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner #main .btnBack + h3,
.imported_blog_92 #maincontents_inr #main > h3,
.imported_blog_92 #maincontents_inr #main .btnBack + h3,
.imported_blog_92 .contentsInner #main > h3,
.imported_blog_92 .contentsInner #main .btnBack + h3,
.imported_blog_97 #maincontents_inr #main > h3,
.imported_blog_97 #maincontents_inr #main .btnBack + h3,
.imported_blog_97 .contentsInner #main > h3,
.imported_blog_97 .contentsInner #main .btnBack + h3,
.imported_blog_98 #maincontents_inr #main > h3,
.imported_blog_98 #maincontents_inr #main .btnBack + h3,
.imported_blog_98 .contentsInner #main > h3,
.imported_blog_98 .contentsInner #main .btnBack + h3,
.imported_blog_45 #maincontents_inr #main > h3,
.imported_blog_45 #maincontents_inr #main .btnBack + h3,
.imported_blog_45 .contentsInner #main > h3,
.imported_blog_45 .contentsInner #main .btnBack + h3,
.imported_blog_99 #maincontents_inr #main > h3,
.imported_blog_99 #maincontents_inr #main .btnBack + h3,
.imported_blog_99 .contentsInner #main > h3,
.imported_blog_99 .contentsInner #main .btnBack + h3,
.imported_blog_85 #maincontents_inr #main > h3,
.imported_blog_85 #maincontents_inr #main .btnBack + h3,
.imported_blog_85 .contentsInner #main > h3,
.imported_blog_85 .contentsInner #main .btnBack + h3,
.imported_blog_2 #maincontents_inr #main > h3,
.imported_blog_2 #maincontents_inr #main .btnBack + h3,
.imported_blog_2 .contentsInner #main > h3,
.imported_blog_2 .contentsInner #main .btnBack + h3,
.imported_blog_3 #maincontents_inr #main > h3,
.imported_blog_3 #maincontents_inr #main .btnBack + h3,
.imported_blog_3 .contentsInner #main > h3,
.imported_blog_3 .contentsInner #main .btnBack + h3,
.imported_blog_38 #maincontents_inr #main > h3,
.imported_blog_38 #maincontents_inr #main .btnBack + h3,
.imported_blog_38 .contentsInner #main > h3,
.imported_blog_38 .contentsInner #main .btnBack + h3,
.imported_blog_34 #maincontents_inr #main > h3,
.imported_blog_34 #maincontents_inr #main .btnBack + h3,
.imported_blog_34 .contentsInner #main > h3,
.imported_blog_34 .contentsInner #main .btnBack + h3,
.imported_blog_35 #maincontents_inr #main > h3,
.imported_blog_35 #maincontents_inr #main .btnBack + h3,
.imported_blog_35 .contentsInner #main > h3,
.imported_blog_35 .contentsInner #main .btnBack + h3,
.imported_blog_41 #maincontents_inr #main > h3,
.imported_blog_41 #maincontents_inr #main .btnBack + h3,
.imported_blog_41 .contentsInner #main > h3,
.imported_blog_41 .contentsInner #main .btnBack + h3,
.imported_blog_70 #maincontents_inr #main > h3,
.imported_blog_70 #maincontents_inr #main .btnBack + h3,
.imported_blog_70 .contentsInner #main > h3,
.imported_blog_70 .contentsInner #main .btnBack + h3 {
  border-bottom: none; }
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .red,
.bcontainer-type1:not([class*='imported_blog']) #maincontents_inr .box_notice,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .red,
.bcontainer-type1:not([class*='imported_blog']) .contentsInner .box_notice,
.imported_blog_92 #maincontents_inr .red,
.imported_blog_92 #maincontents_inr .box_notice,
.imported_blog_92 .contentsInner .red,
.imported_blog_92 .contentsInner .box_notice,
.imported_blog_97 #maincontents_inr .red,
.imported_blog_97 #maincontents_inr .box_notice,
.imported_blog_97 .contentsInner .red,
.imported_blog_97 .contentsInner .box_notice,
.imported_blog_98 #maincontents_inr .red,
.imported_blog_98 #maincontents_inr .box_notice,
.imported_blog_98 .contentsInner .red,
.imported_blog_98 .contentsInner .box_notice,
.imported_blog_45 #maincontents_inr .red,
.imported_blog_45 #maincontents_inr .box_notice,
.imported_blog_45 .contentsInner .red,
.imported_blog_45 .contentsInner .box_notice,
.imported_blog_99 #maincontents_inr .red,
.imported_blog_99 #maincontents_inr .box_notice,
.imported_blog_99 .contentsInner .red,
.imported_blog_99 .contentsInner .box_notice,
.imported_blog_85 #maincontents_inr .red,
.imported_blog_85 #maincontents_inr .box_notice,
.imported_blog_85 .contentsInner .red,
.imported_blog_85 .contentsInner .box_notice,
.imported_blog_2 #maincontents_inr .red,
.imported_blog_2 #maincontents_inr .box_notice,
.imported_blog_2 .contentsInner .red,
.imported_blog_2 .contentsInner .box_notice,
.imported_blog_3 #maincontents_inr .red,
.imported_blog_3 #maincontents_inr .box_notice,
.imported_blog_3 .contentsInner .red,
.imported_blog_3 .contentsInner .box_notice,
.imported_blog_38 #maincontents_inr .red,
.imported_blog_38 #maincontents_inr .box_notice,
.imported_blog_38 .contentsInner .red,
.imported_blog_38 .contentsInner .box_notice,
.imported_blog_34 #maincontents_inr .red,
.imported_blog_34 #maincontents_inr .box_notice,
.imported_blog_34 .contentsInner .red,
.imported_blog_34 .contentsInner .box_notice,
.imported_blog_35 #maincontents_inr .red,
.imported_blog_35 #maincontents_inr .box_notice,
.imported_blog_35 .contentsInner .red,
.imported_blog_35 .contentsInner .box_notice,
.imported_blog_41 #maincontents_inr .red,
.imported_blog_41 #maincontents_inr .box_notice,
.imported_blog_41 .contentsInner .red,
.imported_blog_41 .contentsInner .box_notice,
.imported_blog_70 #maincontents_inr .red,
.imported_blog_70 #maincontents_inr .box_notice,
.imported_blog_70 .contentsInner .red,
.imported_blog_70 .contentsInner .box_notice {
  font-size: 16px;
  margin: 20px auto;
  padding: 10px;
  background: #f8e6e7;
  color: #c00;
  text-align: center;
  line-height: 1.4; }
.bcontainer-type1:not([class*='imported_blog']) .edit_lTitle,
.imported_blog_92 .edit_lTitle,
.imported_blog_97 .edit_lTitle,
.imported_blog_98 .edit_lTitle,
.imported_blog_45 .edit_lTitle,
.imported_blog_99 .edit_lTitle,
.imported_blog_85 .edit_lTitle,
.imported_blog_2 .edit_lTitle,
.imported_blog_3 .edit_lTitle,
.imported_blog_38 .edit_lTitle,
.imported_blog_34 .edit_lTitle,
.imported_blog_35 .edit_lTitle,
.imported_blog_41 .edit_lTitle,
.imported_blog_70 .edit_lTitle {
  display: none; }
.bcontainer-type1:not([class*='imported_blog']) .edit_mTitle,
.imported_blog_92 .edit_mTitle,
.imported_blog_97 .edit_mTitle,
.imported_blog_98 .edit_mTitle,
.imported_blog_45 .edit_mTitle,
.imported_blog_99 .edit_mTitle,
.imported_blog_85 .edit_mTitle,
.imported_blog_2 .edit_mTitle,
.imported_blog_3 .edit_mTitle,
.imported_blog_38 .edit_mTitle,
.imported_blog_34 .edit_mTitle,
.imported_blog_35 .edit_mTitle,
.imported_blog_41 .edit_mTitle,
.imported_blog_70 .edit_mTitle {
  font-size: 16px;
  margin: 20px auto;
  padding: 5px;
  border-bottom: #999 solid 2px; }
.bcontainer-type1:not([class*='imported_blog']) .ac,
.imported_blog_92 .ac,
.imported_blog_97 .ac,
.imported_blog_98 .ac,
.imported_blog_45 .ac,
.imported_blog_99 .ac,
.imported_blog_85 .ac,
.imported_blog_2 .ac,
.imported_blog_3 .ac,
.imported_blog_38 .ac,
.imported_blog_34 .ac,
.imported_blog_35 .ac,
.imported_blog_41 .ac,
.imported_blog_70 .ac {
  text-align: center; }
.bcontainer-type1:not([class*='imported_blog']) .borderframe,
.imported_blog_92 .borderframe,
.imported_blog_97 .borderframe,
.imported_blog_98 .borderframe,
.imported_blog_45 .borderframe,
.imported_blog_99 .borderframe,
.imported_blog_85 .borderframe,
.imported_blog_2 .borderframe,
.imported_blog_3 .borderframe,
.imported_blog_38 .borderframe,
.imported_blog_34 .borderframe,
.imported_blog_35 .borderframe,
.imported_blog_41 .borderframe,
.imported_blog_70 .borderframe {
  width: 80%;
  margin: 10px;
  padding: 20px;
  border: #999 1px solid; }
.bcontainer-type1:not([class*='imported_blog']) .time_Title,
.imported_blog_92 .time_Title,
.imported_blog_97 .time_Title,
.imported_blog_98 .time_Title,
.imported_blog_45 .time_Title,
.imported_blog_99 .time_Title,
.imported_blog_85 .time_Title,
.imported_blog_2 .time_Title,
.imported_blog_3 .time_Title,
.imported_blog_38 .time_Title,
.imported_blog_34 .time_Title,
.imported_blog_35 .time_Title,
.imported_blog_41 .time_Title,
.imported_blog_70 .time_Title {
  margin: 0 0 5px;
  padding: 6px 10px;
  background: #069247;
  color: #fff;
  font-weight: 700;
  line-height: 1.1; }
.bcontainer-type1:not([class*='imported_blog']) .information table,
.imported_blog_92 .information table,
.imported_blog_97 .information table,
.imported_blog_98 .information table,
.imported_blog_45 .information table,
.imported_blog_99 .information table,
.imported_blog_85 .information table,
.imported_blog_2 .information table,
.imported_blog_3 .information table,
.imported_blog_38 .information table,
.imported_blog_34 .information table,
.imported_blog_35 .information table,
.imported_blog_41 .information table,
.imported_blog_70 .information table {
  width: 100%;
  margin: 20px auto; }
  .bcontainer-type1:not([class*='imported_blog']) .information table p,
  .imported_blog_92 .information table p,
  .imported_blog_97 .information table p,
  .imported_blog_98 .information table p,
  .imported_blog_45 .information table p,
  .imported_blog_99 .information table p,
  .imported_blog_85 .information table p,
  .imported_blog_2 .information table p,
  .imported_blog_3 .information table p,
  .imported_blog_38 .information table p,
  .imported_blog_34 .information table p,
  .imported_blog_35 .information table p,
  .imported_blog_41 .information table p,
  .imported_blog_70 .information table p {
    margin: 0;
    padding: 0; }
.bcontainer-type1:not([class*='imported_blog']) dl.box01,
.imported_blog_92 dl.box01,
.imported_blog_97 dl.box01,
.imported_blog_98 dl.box01,
.imported_blog_45 dl.box01,
.imported_blog_99 dl.box01,
.imported_blog_85 dl.box01,
.imported_blog_2 dl.box01,
.imported_blog_3 dl.box01,
.imported_blog_38 dl.box01,
.imported_blog_34 dl.box01,
.imported_blog_35 dl.box01,
.imported_blog_41 dl.box01,
.imported_blog_70 dl.box01 {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  background: #f3f3f3; }
.bcontainer-type1:not([class*='imported_blog']) .information table th,
.imported_blog_92 .information table th,
.imported_blog_97 .information table th,
.imported_blog_98 .information table th,
.imported_blog_45 .information table th,
.imported_blog_99 .information table th,
.imported_blog_85 .information table th,
.imported_blog_2 .information table th,
.imported_blog_3 .information table th,
.imported_blog_38 .information table th,
.imported_blog_34 .information table th,
.imported_blog_35 .information table th,
.imported_blog_41 .information table th,
.imported_blog_70 .information table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px solid #cecece;
  background: #eee;
  font-weight: 100;
  vertical-align: top; }
.bcontainer-type1:not([class*='imported_blog']) .information table td,
.imported_blog_92 .information table td,
.imported_blog_97 .information table td,
.imported_blog_98 .information table td,
.imported_blog_45 .information table td,
.imported_blog_99 .information table td,
.imported_blog_85 .information table td,
.imported_blog_2 .information table td,
.imported_blog_3 .information table td,
.imported_blog_38 .information table td,
.imported_blog_34 .information table td,
.imported_blog_35 .information table td,
.imported_blog_41 .information table td,
.imported_blog_70 .information table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px solid #cecece;
  vertical-align: top; }
.bcontainer-type1:not([class*='imported_blog']) .information table.dTable,
.imported_blog_92 .information table.dTable,
.imported_blog_97 .information table.dTable,
.imported_blog_98 .information table.dTable,
.imported_blog_45 .information table.dTable,
.imported_blog_99 .information table.dTable,
.imported_blog_85 .information table.dTable,
.imported_blog_2 .information table.dTable,
.imported_blog_3 .information table.dTable,
.imported_blog_38 .information table.dTable,
.imported_blog_34 .information table.dTable,
.imported_blog_35 .information table.dTable,
.imported_blog_41 .information table.dTable,
.imported_blog_70 .information table.dTable {
  border-collapse: collapse;
  margin-bottom: 5px; }
  .bcontainer-type1:not([class*='imported_blog']) .information table.dTable tr th,
  .imported_blog_92 .information table.dTable tr th,
  .imported_blog_97 .information table.dTable tr th,
  .imported_blog_98 .information table.dTable tr th,
  .imported_blog_45 .information table.dTable tr th,
  .imported_blog_99 .information table.dTable tr th,
  .imported_blog_85 .information table.dTable tr th,
  .imported_blog_2 .information table.dTable tr th,
  .imported_blog_3 .information table.dTable tr th,
  .imported_blog_38 .information table.dTable tr th,
  .imported_blog_34 .information table.dTable tr th,
  .imported_blog_35 .information table.dTable tr th,
  .imported_blog_41 .information table.dTable tr th,
  .imported_blog_70 .information table.dTable tr th {
    padding: 9px;
    font-weight: normal;
    vertical-align: top; }
  .bcontainer-type1:not([class*='imported_blog']) .information table.dTable tr td,
  .imported_blog_92 .information table.dTable tr td,
  .imported_blog_97 .information table.dTable tr td,
  .imported_blog_98 .information table.dTable tr td,
  .imported_blog_45 .information table.dTable tr td,
  .imported_blog_99 .information table.dTable tr td,
  .imported_blog_85 .information table.dTable tr td,
  .imported_blog_2 .information table.dTable tr td,
  .imported_blog_3 .information table.dTable tr td,
  .imported_blog_38 .information table.dTable tr td,
  .imported_blog_34 .information table.dTable tr td,
  .imported_blog_35 .information table.dTable tr td,
  .imported_blog_41 .information table.dTable tr td,
  .imported_blog_70 .information table.dTable tr td {
    padding: 9px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
    font-weight: bold;
    vertical-align: top; }
.bcontainer-type1:not([class*='imported_blog']) .information table.undTable,
.imported_blog_92 .information table.undTable,
.imported_blog_97 .information table.undTable,
.imported_blog_98 .information table.undTable,
.imported_blog_45 .information table.undTable,
.imported_blog_99 .information table.undTable,
.imported_blog_85 .information table.undTable,
.imported_blog_2 .information table.undTable,
.imported_blog_3 .information table.undTable,
.imported_blog_38 .information table.undTable,
.imported_blog_34 .information table.undTable,
.imported_blog_35 .information table.undTable,
.imported_blog_41 .information table.undTable,
.imported_blog_70 .information table.undTable {
  margin: 0 7px 15px; }
  .bcontainer-type1:not([class*='imported_blog']) .information table.undTable td,
  .imported_blog_92 .information table.undTable td,
  .imported_blog_97 .information table.undTable td,
  .imported_blog_98 .information table.undTable td,
  .imported_blog_45 .information table.undTable td,
  .imported_blog_99 .information table.undTable td,
  .imported_blog_85 .information table.undTable td,
  .imported_blog_2 .information table.undTable td,
  .imported_blog_3 .information table.undTable td,
  .imported_blog_38 .information table.undTable td,
  .imported_blog_34 .information table.undTable td,
  .imported_blog_35 .information table.undTable td,
  .imported_blog_41 .information table.undTable td,
  .imported_blog_70 .information table.undTable td {
    padding: 10px;
    border-bottom: 1px solid #dadada;
    vertical-align: top; }
.bcontainer-type1:not([class*='imported_blog']) dl.question,
.imported_blog_92 dl.question,
.imported_blog_97 dl.question,
.imported_blog_98 dl.question,
.imported_blog_45 dl.question,
.imported_blog_99 dl.question,
.imported_blog_85 dl.question,
.imported_blog_2 dl.question,
.imported_blog_3 dl.question,
.imported_blog_38 dl.question,
.imported_blog_34 dl.question,
.imported_blog_35 dl.question,
.imported_blog_41 dl.question,
.imported_blog_70 dl.question {
  margin-left: 0 !important; }
  .bcontainer-type1:not([class*='imported_blog']) dl.question dt,
  .imported_blog_92 dl.question dt,
  .imported_blog_97 dl.question dt,
  .imported_blog_98 dl.question dt,
  .imported_blog_45 dl.question dt,
  .imported_blog_99 dl.question dt,
  .imported_blog_85 dl.question dt,
  .imported_blog_2 dl.question dt,
  .imported_blog_3 dl.question dt,
  .imported_blog_38 dl.question dt,
  .imported_blog_34 dl.question dt,
  .imported_blog_35 dl.question dt,
  .imported_blog_41 dl.question dt,
  .imported_blog_70 dl.question dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-left: 0 !important;
    padding: 4px 10px;
    background: #666;
    color: #fff; }
  .bcontainer-type1:not([class*='imported_blog']) dl.question dd,
  .imported_blog_92 dl.question dd,
  .imported_blog_97 dl.question dd,
  .imported_blog_98 dl.question dd,
  .imported_blog_45 dl.question dd,
  .imported_blog_99 dl.question dd,
  .imported_blog_85 dl.question dd,
  .imported_blog_2 dl.question dd,
  .imported_blog_3 dl.question dd,
  .imported_blog_38 dl.question dd,
  .imported_blog_34 dl.question dd,
  .imported_blog_35 dl.question dd,
  .imported_blog_41 dl.question dd,
  .imported_blog_70 dl.question dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-left: 0 !important;
    padding: 8px 10px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1; }
.bcontainer-type1:not([class*='imported_blog']) .subscribe,
.imported_blog_92 .subscribe,
.imported_blog_97 .subscribe,
.imported_blog_98 .subscribe,
.imported_blog_45 .subscribe,
.imported_blog_99 .subscribe,
.imported_blog_85 .subscribe,
.imported_blog_2 .subscribe,
.imported_blog_3 .subscribe,
.imported_blog_38 .subscribe,
.imported_blog_34 .subscribe,
.imported_blog_35 .subscribe,
.imported_blog_41 .subscribe,
.imported_blog_70 .subscribe {
  width: 80%;
  margin: 0 auto 20px;
  padding: 15px 10px 10px 10px;
  border: 1px solid #e2e2e2;
  background: #f5f5f5; }
.bcontainer-type1:not([class*='imported_blog']) .borderframe,
.imported_blog_92 .borderframe,
.imported_blog_97 .borderframe,
.imported_blog_98 .borderframe,
.imported_blog_45 .borderframe,
.imported_blog_99 .borderframe,
.imported_blog_85 .borderframe,
.imported_blog_2 .borderframe,
.imported_blog_3 .borderframe,
.imported_blog_38 .borderframe,
.imported_blog_34 .borderframe,
.imported_blog_35 .borderframe,
.imported_blog_41 .borderframe,
.imported_blog_70 .borderframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #cecece;
  background-color: #fff; }
.bcontainer-type1:not([class*='imported_blog']) .entryButton,
.imported_blog_92 .entryButton,
.imported_blog_97 .entryButton,
.imported_blog_98 .entryButton,
.imported_blog_45 .entryButton,
.imported_blog_99 .entryButton,
.imported_blog_85 .entryButton,
.imported_blog_2 .entryButton,
.imported_blog_3 .entryButton,
.imported_blog_38 .entryButton,
.imported_blog_34 .entryButton,
.imported_blog_35 .entryButton,
.imported_blog_41 .entryButton,
.imported_blog_70 .entryButton {
  margin: 0 0 32px;
  text-align: center; }
.bcontainer-type1:not([class*='imported_blog']) .backList,
.imported_blog_92 .backList,
.imported_blog_97 .backList,
.imported_blog_98 .backList,
.imported_blog_45 .backList,
.imported_blog_99 .backList,
.imported_blog_85 .backList,
.imported_blog_2 .backList,
.imported_blog_3 .backList,
.imported_blog_38 .backList,
.imported_blog_34 .backList,
.imported_blog_35 .backList,
.imported_blog_41 .backList,
.imported_blog_70 .backList {
  text-align: right; }
.bcontainer-type1:not([class*='imported_blog']) dl.box01 dt,
.imported_blog_92 dl.box01 dt,
.imported_blog_97 dl.box01 dt,
.imported_blog_98 dl.box01 dt,
.imported_blog_45 dl.box01 dt,
.imported_blog_99 dl.box01 dt,
.imported_blog_85 dl.box01 dt,
.imported_blog_2 dl.box01 dt,
.imported_blog_3 dl.box01 dt,
.imported_blog_38 dl.box01 dt,
.imported_blog_34 dl.box01 dt,
.imported_blog_35 dl.box01 dt,
.imported_blog_41 dl.box01 dt,
.imported_blog_70 dl.box01 dt {
  margin: 0 0 20px 0;
  font-weight: bold; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dl,
.imported_blog_92 .table_seminar dl,
.imported_blog_97 .table_seminar dl,
.imported_blog_98 .table_seminar dl,
.imported_blog_45 .table_seminar dl,
.imported_blog_99 .table_seminar dl,
.imported_blog_85 .table_seminar dl,
.imported_blog_2 .table_seminar dl,
.imported_blog_3 .table_seminar dl,
.imported_blog_38 .table_seminar dl,
.imported_blog_34 .table_seminar dl,
.imported_blog_35 .table_seminar dl,
.imported_blog_41 .table_seminar dl,
.imported_blog_70 .table_seminar dl {
  margin-bottom: 10px; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dt.title,
.imported_blog_92 .table_seminar dt.title,
.imported_blog_97 .table_seminar dt.title,
.imported_blog_98 .table_seminar dt.title,
.imported_blog_45 .table_seminar dt.title,
.imported_blog_99 .table_seminar dt.title,
.imported_blog_85 .table_seminar dt.title,
.imported_blog_2 .table_seminar dt.title,
.imported_blog_3 .table_seminar dt.title,
.imported_blog_38 .table_seminar dt.title,
.imported_blog_34 .table_seminar dt.title,
.imported_blog_35 .table_seminar dt.title,
.imported_blog_41 .table_seminar dt.title,
.imported_blog_70 .table_seminar dt.title {
  margin-bottom: 20px;
  padding: 15px 20px 10px 20px;
  background: #069247;
  color: #fff; }
.bcontainer-type1:not([class*='imported_blog']) #lowpage_common .table_seminar dt.title,
.imported_blog_92 #lowpage_common .table_seminar dt.title,
.imported_blog_97 #lowpage_common .table_seminar dt.title,
.imported_blog_98 #lowpage_common .table_seminar dt.title,
.imported_blog_45 #lowpage_common .table_seminar dt.title,
.imported_blog_99 #lowpage_common .table_seminar dt.title,
.imported_blog_85 #lowpage_common .table_seminar dt.title,
.imported_blog_2 #lowpage_common .table_seminar dt.title,
.imported_blog_3 #lowpage_common .table_seminar dt.title,
.imported_blog_38 #lowpage_common .table_seminar dt.title,
.imported_blog_34 #lowpage_common .table_seminar dt.title,
.imported_blog_35 #lowpage_common .table_seminar dt.title,
.imported_blog_41 #lowpage_common .table_seminar dt.title,
.imported_blog_70 #lowpage_common .table_seminar dt.title {
  font-size: 125%;
  color: #666 !important;
  font-weight: bold; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dt,
.imported_blog_92 .table_seminar dt,
.imported_blog_97 .table_seminar dt,
.imported_blog_98 .table_seminar dt,
.imported_blog_45 .table_seminar dt,
.imported_blog_99 .table_seminar dt,
.imported_blog_85 .table_seminar dt,
.imported_blog_2 .table_seminar dt,
.imported_blog_3 .table_seminar dt,
.imported_blog_38 .table_seminar dt,
.imported_blog_34 .table_seminar dt,
.imported_blog_35 .table_seminar dt,
.imported_blog_41 .table_seminar dt,
.imported_blog_70 .table_seminar dt {
  padding: 9px 0 5px 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  font-weight: bold; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dd,
.imported_blog_92 .table_seminar dd,
.imported_blog_97 .table_seminar dd,
.imported_blog_98 .table_seminar dd,
.imported_blog_45 .table_seminar dd,
.imported_blog_99 .table_seminar dd,
.imported_blog_85 .table_seminar dd,
.imported_blog_2 .table_seminar dd,
.imported_blog_3 .table_seminar dd,
.imported_blog_38 .table_seminar dd,
.imported_blog_34 .table_seminar dd,
.imported_blog_35 .table_seminar dd,
.imported_blog_41 .table_seminar dd,
.imported_blog_70 .table_seminar dd {
  font-size: 95%;
  padding: 9px 0 8px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .bcontainer-type1:not([class*='imported_blog']) .table_seminar dd.table,
  .imported_blog_92 .table_seminar dd.table,
  .imported_blog_97 .table_seminar dd.table,
  .imported_blog_98 .table_seminar dd.table,
  .imported_blog_45 .table_seminar dd.table,
  .imported_blog_99 .table_seminar dd.table,
  .imported_blog_85 .table_seminar dd.table,
  .imported_blog_2 .table_seminar dd.table,
  .imported_blog_3 .table_seminar dd.table,
  .imported_blog_38 .table_seminar dd.table,
  .imported_blog_34 .table_seminar dd.table,
  .imported_blog_35 .table_seminar dd.table,
  .imported_blog_41 .table_seminar dd.table,
  .imported_blog_70 .table_seminar dd.table {
    font-size: 95%;
    padding: 9px 0 0 10px;
    border: none; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar th.date span,
.imported_blog_92 .table_seminar th.date span,
.imported_blog_97 .table_seminar th.date span,
.imported_blog_98 .table_seminar th.date span,
.imported_blog_45 .table_seminar th.date span,
.imported_blog_99 .table_seminar th.date span,
.imported_blog_85 .table_seminar th.date span,
.imported_blog_2 .table_seminar th.date span,
.imported_blog_3 .table_seminar th.date span,
.imported_blog_38 .table_seminar th.date span,
.imported_blog_34 .table_seminar th.date span,
.imported_blog_35 .table_seminar th.date span,
.imported_blog_41 .table_seminar th.date span,
.imported_blog_70 .table_seminar th.date span {
  padding-left: 12px;
  background: url(../image/common/icon_square_common_pc.gif) left 6px no-repeat; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar table th,
.imported_blog_92 .table_seminar table th,
.imported_blog_97 .table_seminar table th,
.imported_blog_98 .table_seminar table th,
.imported_blog_45 .table_seminar table th,
.imported_blog_99 .table_seminar table th,
.imported_blog_85 .table_seminar table th,
.imported_blog_2 .table_seminar table th,
.imported_blog_3 .table_seminar table th,
.imported_blog_38 .table_seminar table th,
.imported_blog_34 .table_seminar table th,
.imported_blog_35 .table_seminar table th,
.imported_blog_41 .table_seminar table th,
.imported_blog_70 .table_seminar table th {
  width: 120px;
  padding: 10px 0 10px 5px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #d3d3d3;
  font-weight: normal;
  text-align: left; }
  .bcontainer-type1:not([class*='imported_blog']) .table_seminar table th.date,
  .imported_blog_92 .table_seminar table th.date,
  .imported_blog_97 .table_seminar table th.date,
  .imported_blog_98 .table_seminar table th.date,
  .imported_blog_45 .table_seminar table th.date,
  .imported_blog_99 .table_seminar table th.date,
  .imported_blog_85 .table_seminar table th.date,
  .imported_blog_2 .table_seminar table th.date,
  .imported_blog_3 .table_seminar table th.date,
  .imported_blog_38 .table_seminar table th.date,
  .imported_blog_34 .table_seminar table th.date,
  .imported_blog_35 .table_seminar table th.date,
  .imported_blog_41 .table_seminar table th.date,
  .imported_blog_70 .table_seminar table th.date {
    padding: 3px 0 5px 10px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    text-align: left; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar table td,
.imported_blog_92 .table_seminar table td,
.imported_blog_97 .table_seminar table td,
.imported_blog_98 .table_seminar table td,
.imported_blog_45 .table_seminar table td,
.imported_blog_99 .table_seminar table td,
.imported_blog_85 .table_seminar table td,
.imported_blog_2 .table_seminar table td,
.imported_blog_3 .table_seminar table td,
.imported_blog_38 .table_seminar table td,
.imported_blog_34 .table_seminar table td,
.imported_blog_35 .table_seminar table td,
.imported_blog_41 .table_seminar table td,
.imported_blog_70 .table_seminar table td {
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e5e5e5; }
.bcontainer-type1:not([class*='imported_blog']) .seminar_order,
.imported_blog_92 .seminar_order,
.imported_blog_97 .seminar_order,
.imported_blog_98 .seminar_order,
.imported_blog_45 .seminar_order,
.imported_blog_99 .seminar_order,
.imported_blog_85 .seminar_order,
.imported_blog_2 .seminar_order,
.imported_blog_3 .seminar_order,
.imported_blog_38 .seminar_order,
.imported_blog_34 .seminar_order,
.imported_blog_35 .seminar_order,
.imported_blog_41 .seminar_order,
.imported_blog_70 .seminar_order {
  width: 80%;
  margin: 0 auto 30px auto; }
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order dt,
  .imported_blog_92 .seminar_order dt,
  .imported_blog_97 .seminar_order dt,
  .imported_blog_98 .seminar_order dt,
  .imported_blog_45 .seminar_order dt,
  .imported_blog_99 .seminar_order dt,
  .imported_blog_85 .seminar_order dt,
  .imported_blog_2 .seminar_order dt,
  .imported_blog_3 .seminar_order dt,
  .imported_blog_38 .seminar_order dt,
  .imported_blog_34 .seminar_order dt,
  .imported_blog_35 .seminar_order dt,
  .imported_blog_41 .seminar_order dt,
  .imported_blog_70 .seminar_order dt {
    margin: 0 auto;
    padding: 4px 10px;
    background: #666;
    color: #fff; }
  .bcontainer-type1:not([class*='imported_blog']) .seminar_order dd,
  .imported_blog_92 .seminar_order dd,
  .imported_blog_97 .seminar_order dd,
  .imported_blog_98 .seminar_order dd,
  .imported_blog_45 .seminar_order dd,
  .imported_blog_99 .seminar_order dd,
  .imported_blog_85 .seminar_order dd,
  .imported_blog_2 .seminar_order dd,
  .imported_blog_3 .seminar_order dd,
  .imported_blog_38 .seminar_order dd,
  .imported_blog_34 .seminar_order dd,
  .imported_blog_35 .seminar_order dd,
  .imported_blog_41 .seminar_order dd,
  .imported_blog_70 .seminar_order dd {
    padding: 8px 10px;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1; }
.bcontainer-type1:not([class*='imported_blog']) p.button_order01,
.imported_blog_92 p.button_order01,
.imported_blog_97 p.button_order01,
.imported_blog_98 p.button_order01,
.imported_blog_45 p.button_order01,
.imported_blog_99 p.button_order01,
.imported_blog_85 p.button_order01,
.imported_blog_2 p.button_order01,
.imported_blog_3 p.button_order01,
.imported_blog_38 p.button_order01,
.imported_blog_34 p.button_order01,
.imported_blog_35 p.button_order01,
.imported_blog_41 p.button_order01,
.imported_blog_70 p.button_order01 {
  font-size: 110%;
  position: absolute;
  top: 20px;
  right: 20px;
  float: left;
  margin-top: 20px;
  margin-right: 25px;
  margin-bottom: 0;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  font-weight: bold; }
  .bcontainer-type1:not([class*='imported_blog']) p.button_order01 a,
  .imported_blog_92 p.button_order01 a,
  .imported_blog_97 p.button_order01 a,
  .imported_blog_98 p.button_order01 a,
  .imported_blog_45 p.button_order01 a,
  .imported_blog_99 p.button_order01 a,
  .imported_blog_85 p.button_order01 a,
  .imported_blog_2 p.button_order01 a,
  .imported_blog_3 p.button_order01 a,
  .imported_blog_38 p.button_order01 a,
  .imported_blog_34 p.button_order01 a,
  .imported_blog_35 p.button_order01 a,
  .imported_blog_41 p.button_order01 a,
  .imported_blog_70 p.button_order01 a {
    display: block;
    padding: 20px 10px 20px 35px;
    background: url(../image/common/icon_hd_mail_pc.gif) 10px 22px no-repeat; }
    .bcontainer-type1:not([class*='imported_blog']) p.button_order01 a:hover,
    .imported_blog_92 p.button_order01 a:hover,
    .imported_blog_97 p.button_order01 a:hover,
    .imported_blog_98 p.button_order01 a:hover,
    .imported_blog_45 p.button_order01 a:hover,
    .imported_blog_99 p.button_order01 a:hover,
    .imported_blog_85 p.button_order01 a:hover,
    .imported_blog_2 p.button_order01 a:hover,
    .imported_blog_3 p.button_order01 a:hover,
    .imported_blog_38 p.button_order01 a:hover,
    .imported_blog_34 p.button_order01 a:hover,
    .imported_blog_35 p.button_order01 a:hover,
    .imported_blog_41 p.button_order01 a:hover,
    .imported_blog_70 p.button_order01 a:hover {
      text-decoration: none; }
.bcontainer-type1:not([class*='imported_blog']) .cont_seminar_old,
.imported_blog_92 .cont_seminar_old,
.imported_blog_97 .cont_seminar_old,
.imported_blog_98 .cont_seminar_old,
.imported_blog_45 .cont_seminar_old,
.imported_blog_99 .cont_seminar_old,
.imported_blog_85 .cont_seminar_old,
.imported_blog_2 .cont_seminar_old,
.imported_blog_3 .cont_seminar_old,
.imported_blog_38 .cont_seminar_old,
.imported_blog_34 .cont_seminar_old,
.imported_blog_35 .cont_seminar_old,
.imported_blog_41 .cont_seminar_old,
.imported_blog_70 .cont_seminar_old {
  line-height: 180%; }
  .bcontainer-type1:not([class*='imported_blog']) .cont_seminar_old .red,
  .imported_blog_92 .cont_seminar_old .red,
  .imported_blog_97 .cont_seminar_old .red,
  .imported_blog_98 .cont_seminar_old .red,
  .imported_blog_45 .cont_seminar_old .red,
  .imported_blog_99 .cont_seminar_old .red,
  .imported_blog_85 .cont_seminar_old .red,
  .imported_blog_2 .cont_seminar_old .red,
  .imported_blog_3 .cont_seminar_old .red,
  .imported_blog_38 .cont_seminar_old .red,
  .imported_blog_34 .cont_seminar_old .red,
  .imported_blog_35 .cont_seminar_old .red,
  .imported_blog_41 .cont_seminar_old .red,
  .imported_blog_70 .cont_seminar_old .red {
    color: #a43a4e; }
  .bcontainer-type1:not([class*='imported_blog']) .cont_seminar_old .edit_lTitle,
  .imported_blog_92 .cont_seminar_old .edit_lTitle,
  .imported_blog_97 .cont_seminar_old .edit_lTitle,
  .imported_blog_98 .cont_seminar_old .edit_lTitle,
  .imported_blog_45 .cont_seminar_old .edit_lTitle,
  .imported_blog_99 .cont_seminar_old .edit_lTitle,
  .imported_blog_85 .cont_seminar_old .edit_lTitle,
  .imported_blog_2 .cont_seminar_old .edit_lTitle,
  .imported_blog_3 .cont_seminar_old .edit_lTitle,
  .imported_blog_38 .cont_seminar_old .edit_lTitle,
  .imported_blog_34 .cont_seminar_old .edit_lTitle,
  .imported_blog_35 .cont_seminar_old .edit_lTitle,
  .imported_blog_41 .cont_seminar_old .edit_lTitle,
  .imported_blog_70 .cont_seminar_old .edit_lTitle {
    font-size: 190%;
    margin-bottom: 30px;
    padding: 15px auto 15px auto;
    border-left: 5px solid #9ab54a;
    color: #3b3b3b;
    line-height: 140%; }
  .bcontainer-type1:not([class*='imported_blog']) .cont_seminar_old .subscribe,
  .imported_blog_92 .cont_seminar_old .subscribe,
  .imported_blog_97 .cont_seminar_old .subscribe,
  .imported_blog_98 .cont_seminar_old .subscribe,
  .imported_blog_45 .cont_seminar_old .subscribe,
  .imported_blog_99 .cont_seminar_old .subscribe,
  .imported_blog_85 .cont_seminar_old .subscribe,
  .imported_blog_2 .cont_seminar_old .subscribe,
  .imported_blog_3 .cont_seminar_old .subscribe,
  .imported_blog_38 .cont_seminar_old .subscribe,
  .imported_blog_34 .cont_seminar_old .subscribe,
  .imported_blog_35 .cont_seminar_old .subscribe,
  .imported_blog_41 .cont_seminar_old .subscribe,
  .imported_blog_70 .cont_seminar_old .subscribe {
    margin-top: 30px;
    padding: 20px auto 25px auto;
    border: 1px solid #e9e9e9;
    background: #f3f3f3; }
.bcontainer-type1:not([class*='imported_blog']) .block,
.imported_blog_92 .block,
.imported_blog_97 .block,
.imported_blog_98 .block,
.imported_blog_45 .block,
.imported_blog_99 .block,
.imported_blog_85 .block,
.imported_blog_2 .block,
.imported_blog_3 .block,
.imported_blog_38 .block,
.imported_blog_34 .block,
.imported_blog_35 .block,
.imported_blog_41 .block,
.imported_blog_70 .block {
  margin: 15px auto; }
.bcontainer-type1:not([class*='imported_blog']) #lowpage_common .information .time_Title,
.imported_blog_92 #lowpage_common .information .time_Title,
.imported_blog_97 #lowpage_common .information .time_Title,
.imported_blog_98 #lowpage_common .information .time_Title,
.imported_blog_45 #lowpage_common .information .time_Title,
.imported_blog_99 #lowpage_common .information .time_Title,
.imported_blog_85 #lowpage_common .information .time_Title,
.imported_blog_2 #lowpage_common .information .time_Title,
.imported_blog_3 #lowpage_common .information .time_Title,
.imported_blog_38 #lowpage_common .information .time_Title,
.imported_blog_34 #lowpage_common .information .time_Title,
.imported_blog_35 #lowpage_common .information .time_Title,
.imported_blog_41 #lowpage_common .information .time_Title,
.imported_blog_70 #lowpage_common .information .time_Title {
  background: #dce6c1; }
.bcontainer-type1:not([class*='imported_blog']) .information th.date span,
.imported_blog_92 .information th.date span,
.imported_blog_97 .information th.date span,
.imported_blog_98 .information th.date span,
.imported_blog_45 .information th.date span,
.imported_blog_99 .information th.date span,
.imported_blog_85 .information th.date span,
.imported_blog_2 .information th.date span,
.imported_blog_3 .information th.date span,
.imported_blog_38 .information th.date span,
.imported_blog_34 .information th.date span,
.imported_blog_35 .information th.date span,
.imported_blog_41 .information th.date span,
.imported_blog_70 .information th.date span {
  padding-left: 12px;
  background: url(../image/common/icon_square_cyan.gif) left 6px no-repeat; }
.bcontainer-type1:not([class*='imported_blog']) .information table .time_Title,
.imported_blog_92 .information table .time_Title,
.imported_blog_97 .information table .time_Title,
.imported_blog_98 .information table .time_Title,
.imported_blog_45 .information table .time_Title,
.imported_blog_99 .information table .time_Title,
.imported_blog_85 .information table .time_Title,
.imported_blog_2 .information table .time_Title,
.imported_blog_3 .information table .time_Title,
.imported_blog_38 .information table .time_Title,
.imported_blog_34 .information table .time_Title,
.imported_blog_35 .information table .time_Title,
.imported_blog_41 .information table .time_Title,
.imported_blog_70 .information table .time_Title {
  border-bottom: 1px solid #e5e5e5;
  background: #fff !important; }
.bcontainer-type1:not([class*='imported_blog']) .question dt,
.imported_blog_92 .question dt,
.imported_blog_97 .question dt,
.imported_blog_98 .question dt,
.imported_blog_45 .question dt,
.imported_blog_99 .question dt,
.imported_blog_85 .question dt,
.imported_blog_2 .question dt,
.imported_blog_3 .question dt,
.imported_blog_38 .question dt,
.imported_blog_34 .question dt,
.imported_blog_35 .question dt,
.imported_blog_41 .question dt,
.imported_blog_70 .question dt {
  margin-top: 40px;
  padding: 9px 0 5px 10px;
  background: #dce6c1;
  font-weight: bold; }
.bcontainer-type1:not([class*='imported_blog']) .question dd,
.imported_blog_92 .question dd,
.imported_blog_97 .question dd,
.imported_blog_98 .question dd,
.imported_blog_45 .question dd,
.imported_blog_99 .question dd,
.imported_blog_85 .question dd,
.imported_blog_2 .question dd,
.imported_blog_3 .question dd,
.imported_blog_38 .question dd,
.imported_blog_34 .question dd,
.imported_blog_35 .question dd,
.imported_blog_41 .question dd,
.imported_blog_70 .question dd {
  padding: 9px 0 8px 10px; }
.bcontainer-type1:not([class*='imported_blog']) .seminar_movie,
.imported_blog_92 .seminar_movie,
.imported_blog_97 .seminar_movie,
.imported_blog_98 .seminar_movie,
.imported_blog_45 .seminar_movie,
.imported_blog_99 .seminar_movie,
.imported_blog_85 .seminar_movie,
.imported_blog_2 .seminar_movie,
.imported_blog_3 .seminar_movie,
.imported_blog_38 .seminar_movie,
.imported_blog_34 .seminar_movie,
.imported_blog_35 .seminar_movie,
.imported_blog_41 .seminar_movie,
.imported_blog_70 .seminar_movie {
  text-align: center; }
.bcontainer-type1:not([class*='imported_blog']) .seminar_order_box,
.imported_blog_92 .seminar_order_box,
.imported_blog_97 .seminar_order_box,
.imported_blog_98 .seminar_order_box,
.imported_blog_45 .seminar_order_box,
.imported_blog_99 .seminar_order_box,
.imported_blog_85 .seminar_order_box,
.imported_blog_2 .seminar_order_box,
.imported_blog_3 .seminar_order_box,
.imported_blog_38 .seminar_order_box,
.imported_blog_34 .seminar_order_box,
.imported_blog_35 .seminar_order_box,
.imported_blog_41 .seminar_order_box,
.imported_blog_70 .seminar_order_box {
  min-height: 70px; }
.bcontainer-type1:not([class*='imported_blog']) .seminar_sns,
.imported_blog_92 .seminar_sns,
.imported_blog_97 .seminar_sns,
.imported_blog_98 .seminar_sns,
.imported_blog_45 .seminar_sns,
.imported_blog_99 .seminar_sns,
.imported_blog_85 .seminar_sns,
.imported_blog_2 .seminar_sns,
.imported_blog_3 .seminar_sns,
.imported_blog_38 .seminar_sns,
.imported_blog_34 .seminar_sns,
.imported_blog_35 .seminar_sns,
.imported_blog_41 .seminar_sns,
.imported_blog_70 .seminar_sns {
  margin-bottom: 20px; }
  .bcontainer-type1:not([class*='imported_blog']) .seminar_sns div,
  .imported_blog_92 .seminar_sns div,
  .imported_blog_97 .seminar_sns div,
  .imported_blog_98 .seminar_sns div,
  .imported_blog_45 .seminar_sns div,
  .imported_blog_99 .seminar_sns div,
  .imported_blog_85 .seminar_sns div,
  .imported_blog_2 .seminar_sns div,
  .imported_blog_3 .seminar_sns div,
  .imported_blog_38 .seminar_sns div,
  .imported_blog_34 .seminar_sns div,
  .imported_blog_35 .seminar_sns div,
  .imported_blog_41 .seminar_sns div,
  .imported_blog_70 .seminar_sns div {
    float: right;
    margin-right: 120px; }
.bcontainer-type1:not([class*='imported_blog']) div.fb-like,
.imported_blog_92 div.fb-like,
.imported_blog_97 div.fb-like,
.imported_blog_98 div.fb-like,
.imported_blog_45 div.fb-like,
.imported_blog_99 div.fb-like,
.imported_blog_85 div.fb-like,
.imported_blog_2 div.fb-like,
.imported_blog_3 div.fb-like,
.imported_blog_38 div.fb-like,
.imported_blog_34 div.fb-like,
.imported_blog_35 div.fb-like,
.imported_blog_41 div.fb-like,
.imported_blog_70 div.fb-like {
  float: right;
  margin-right: 0; }
.bcontainer-type1:not([class*='imported_blog']) .twitter-share-button,
.imported_blog_92 .twitter-share-button,
.imported_blog_97 .twitter-share-button,
.imported_blog_98 .twitter-share-button,
.imported_blog_45 .twitter-share-button,
.imported_blog_99 .twitter-share-button,
.imported_blog_85 .twitter-share-button,
.imported_blog_2 .twitter-share-button,
.imported_blog_3 .twitter-share-button,
.imported_blog_38 .twitter-share-button,
.imported_blog_34 .twitter-share-button,
.imported_blog_35 .twitter-share-button,
.imported_blog_41 .twitter-share-button,
.imported_blog_70 .twitter-share-button {
  position: absolute;
  right: 0; }
.bcontainer-type1:not([class*='imported_blog']) .news_seminar,
.imported_blog_92 .news_seminar,
.imported_blog_97 .news_seminar,
.imported_blog_98 .news_seminar,
.imported_blog_45 .news_seminar,
.imported_blog_99 .news_seminar,
.imported_blog_85 .news_seminar,
.imported_blog_2 .news_seminar,
.imported_blog_3 .news_seminar,
.imported_blog_38 .news_seminar,
.imported_blog_34 .news_seminar,
.imported_blog_35 .news_seminar,
.imported_blog_41 .news_seminar,
.imported_blog_70 .news_seminar {
  font-size: 1.1em; }
  .bcontainer-type1:not([class*='imported_blog']) .news_seminar dt,
  .imported_blog_92 .news_seminar dt,
  .imported_blog_97 .news_seminar dt,
  .imported_blog_98 .news_seminar dt,
  .imported_blog_45 .news_seminar dt,
  .imported_blog_99 .news_seminar dt,
  .imported_blog_85 .news_seminar dt,
  .imported_blog_2 .news_seminar dt,
  .imported_blog_3 .news_seminar dt,
  .imported_blog_38 .news_seminar dt,
  .imported_blog_34 .news_seminar dt,
  .imported_blog_35 .news_seminar dt,
  .imported_blog_41 .news_seminar dt,
  .imported_blog_70 .news_seminar dt {
    margin-top: 10px;
    font-weight: bold; }
    .bcontainer-type1:not([class*='imported_blog']) .news_seminar dt:first-child,
    .imported_blog_92 .news_seminar dt:first-child,
    .imported_blog_97 .news_seminar dt:first-child,
    .imported_blog_98 .news_seminar dt:first-child,
    .imported_blog_45 .news_seminar dt:first-child,
    .imported_blog_99 .news_seminar dt:first-child,
    .imported_blog_85 .news_seminar dt:first-child,
    .imported_blog_2 .news_seminar dt:first-child,
    .imported_blog_3 .news_seminar dt:first-child,
    .imported_blog_38 .news_seminar dt:first-child,
    .imported_blog_34 .news_seminar dt:first-child,
    .imported_blog_35 .news_seminar dt:first-child,
    .imported_blog_41 .news_seminar dt:first-child,
    .imported_blog_70 .news_seminar dt:first-child {
      margin-top: 0; }
  .bcontainer-type1:not([class*='imported_blog']) .news_seminar * + p.note,
  .imported_blog_92 .news_seminar * + p.note,
  .imported_blog_97 .news_seminar * + p.note,
  .imported_blog_98 .news_seminar * + p.note,
  .imported_blog_45 .news_seminar * + p.note,
  .imported_blog_99 .news_seminar * + p.note,
  .imported_blog_85 .news_seminar * + p.note,
  .imported_blog_2 .news_seminar * + p.note,
  .imported_blog_3 .news_seminar * + p.note,
  .imported_blog_38 .news_seminar * + p.note,
  .imported_blog_34 .news_seminar * + p.note,
  .imported_blog_35 .news_seminar * + p.note,
  .imported_blog_41 .news_seminar * + p.note,
  .imported_blog_70 .news_seminar * + p.note {
    margin-top: 5px !important; }
  .bcontainer-type1:not([class*='imported_blog']) .news_seminar p.note,
  .imported_blog_92 .news_seminar p.note,
  .imported_blog_97 .news_seminar p.note,
  .imported_blog_98 .news_seminar p.note,
  .imported_blog_45 .news_seminar p.note,
  .imported_blog_99 .news_seminar p.note,
  .imported_blog_85 .news_seminar p.note,
  .imported_blog_2 .news_seminar p.note,
  .imported_blog_3 .news_seminar p.note,
  .imported_blog_38 .news_seminar p.note,
  .imported_blog_34 .news_seminar p.note,
  .imported_blog_35 .news_seminar p.note,
  .imported_blog_41 .news_seminar p.note,
  .imported_blog_70 .news_seminar p.note {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dl,
.imported_blog_92 .table_seminar dl,
.imported_blog_97 .table_seminar dl,
.imported_blog_98 .table_seminar dl,
.imported_blog_45 .table_seminar dl,
.imported_blog_99 .table_seminar dl,
.imported_blog_85 .table_seminar dl,
.imported_blog_2 .table_seminar dl,
.imported_blog_3 .table_seminar dl,
.imported_blog_38 .table_seminar dl,
.imported_blog_34 .table_seminar dl,
.imported_blog_35 .table_seminar dl,
.imported_blog_41 .table_seminar dl,
.imported_blog_70 .table_seminar dl {
  margin-bottom: 10px; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dt.title,
.imported_blog_92 .table_seminar dt.title,
.imported_blog_97 .table_seminar dt.title,
.imported_blog_98 .table_seminar dt.title,
.imported_blog_45 .table_seminar dt.title,
.imported_blog_99 .table_seminar dt.title,
.imported_blog_85 .table_seminar dt.title,
.imported_blog_2 .table_seminar dt.title,
.imported_blog_3 .table_seminar dt.title,
.imported_blog_38 .table_seminar dt.title,
.imported_blog_34 .table_seminar dt.title,
.imported_blog_35 .table_seminar dt.title,
.imported_blog_41 .table_seminar dt.title,
.imported_blog_70 .table_seminar dt.title {
  padding: 15px 20px 10px 20px;
  background: #ececec;
  color: #666 !important; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dt.title,
.imported_blog_92 .table_seminar dt.title,
.imported_blog_97 .table_seminar dt.title,
.imported_blog_98 .table_seminar dt.title,
.imported_blog_45 .table_seminar dt.title,
.imported_blog_99 .table_seminar dt.title,
.imported_blog_85 .table_seminar dt.title,
.imported_blog_2 .table_seminar dt.title,
.imported_blog_3 .table_seminar dt.title,
.imported_blog_38 .table_seminar dt.title,
.imported_blog_34 .table_seminar dt.title,
.imported_blog_35 .table_seminar dt.title,
.imported_blog_41 .table_seminar dt.title,
.imported_blog_70 .table_seminar dt.title {
  font-size: 125%;
  color: #666 !important;
  font-weight: bold; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dt,
.imported_blog_92 .table_seminar dt,
.imported_blog_97 .table_seminar dt,
.imported_blog_98 .table_seminar dt,
.imported_blog_45 .table_seminar dt,
.imported_blog_99 .table_seminar dt,
.imported_blog_85 .table_seminar dt,
.imported_blog_2 .table_seminar dt,
.imported_blog_3 .table_seminar dt,
.imported_blog_38 .table_seminar dt,
.imported_blog_34 .table_seminar dt,
.imported_blog_35 .table_seminar dt,
.imported_blog_41 .table_seminar dt,
.imported_blog_70 .table_seminar dt {
  padding: 9px 0 5px 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  font-weight: bold; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar dd,
.imported_blog_92 .table_seminar dd,
.imported_blog_97 .table_seminar dd,
.imported_blog_98 .table_seminar dd,
.imported_blog_45 .table_seminar dd,
.imported_blog_99 .table_seminar dd,
.imported_blog_85 .table_seminar dd,
.imported_blog_2 .table_seminar dd,
.imported_blog_3 .table_seminar dd,
.imported_blog_38 .table_seminar dd,
.imported_blog_34 .table_seminar dd,
.imported_blog_35 .table_seminar dd,
.imported_blog_41 .table_seminar dd,
.imported_blog_70 .table_seminar dd {
  font-size: 95%;
  padding: 9px 0 8px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .bcontainer-type1:not([class*='imported_blog']) .table_seminar dd.table,
  .imported_blog_92 .table_seminar dd.table,
  .imported_blog_97 .table_seminar dd.table,
  .imported_blog_98 .table_seminar dd.table,
  .imported_blog_45 .table_seminar dd.table,
  .imported_blog_99 .table_seminar dd.table,
  .imported_blog_85 .table_seminar dd.table,
  .imported_blog_2 .table_seminar dd.table,
  .imported_blog_3 .table_seminar dd.table,
  .imported_blog_38 .table_seminar dd.table,
  .imported_blog_34 .table_seminar dd.table,
  .imported_blog_35 .table_seminar dd.table,
  .imported_blog_41 .table_seminar dd.table,
  .imported_blog_70 .table_seminar dd.table {
    font-size: 95%;
    padding: 9px 0 0 10px;
    border: none; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar th.date span,
.imported_blog_92 .table_seminar th.date span,
.imported_blog_97 .table_seminar th.date span,
.imported_blog_98 .table_seminar th.date span,
.imported_blog_45 .table_seminar th.date span,
.imported_blog_99 .table_seminar th.date span,
.imported_blog_85 .table_seminar th.date span,
.imported_blog_2 .table_seminar th.date span,
.imported_blog_3 .table_seminar th.date span,
.imported_blog_38 .table_seminar th.date span,
.imported_blog_34 .table_seminar th.date span,
.imported_blog_35 .table_seminar th.date span,
.imported_blog_41 .table_seminar th.date span,
.imported_blog_70 .table_seminar th.date span {
  padding-left: 12px;
  background: url(../image/common/icon_square_common_pc.gif) left 6px no-repeat; }
.bcontainer-type1:not([class*='imported_blog']) .table_seminar table,
.imported_blog_92 .table_seminar table,
.imported_blog_97 .table_seminar table,
.imported_blog_98 .table_seminar table,
.imported_blog_45 .table_seminar table,
.imported_blog_99 .table_seminar table,
.imported_blog_85 .table_seminar table,
.imported_blog_2 .table_seminar table,
.imported_blog_3 .table_seminar table,
.imported_blog_38 .table_seminar table,
.imported_blog_34 .table_seminar table,
.imported_blog_35 .table_seminar table,
.imported_blog_41 .table_seminar table,
.imported_blog_70 .table_seminar table {
  width: 650px;
  margin-left: -10px; }
  .bcontainer-type1:not([class*='imported_blog']) .table_seminar table th,
  .imported_blog_92 .table_seminar table th,
  .imported_blog_97 .table_seminar table th,
  .imported_blog_98 .table_seminar table th,
  .imported_blog_45 .table_seminar table th,
  .imported_blog_99 .table_seminar table th,
  .imported_blog_85 .table_seminar table th,
  .imported_blog_2 .table_seminar table th,
  .imported_blog_3 .table_seminar table th,
  .imported_blog_38 .table_seminar table th,
  .imported_blog_34 .table_seminar table th,
  .imported_blog_35 .table_seminar table th,
  .imported_blog_41 .table_seminar table th,
  .imported_blog_70 .table_seminar table th {
    width: 120px;
    padding: 10px 0 10px 5px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #d3d3d3;
    font-weight: normal;
    text-align: left; }
    .bcontainer-type1:not([class*='imported_blog']) .table_seminar table th.date,
    .imported_blog_92 .table_seminar table th.date,
    .imported_blog_97 .table_seminar table th.date,
    .imported_blog_98 .table_seminar table th.date,
    .imported_blog_45 .table_seminar table th.date,
    .imported_blog_99 .table_seminar table th.date,
    .imported_blog_85 .table_seminar table th.date,
    .imported_blog_2 .table_seminar table th.date,
    .imported_blog_3 .table_seminar table th.date,
    .imported_blog_38 .table_seminar table th.date,
    .imported_blog_34 .table_seminar table th.date,
    .imported_blog_35 .table_seminar table th.date,
    .imported_blog_41 .table_seminar table th.date,
    .imported_blog_70 .table_seminar table th.date {
      padding: 3px 0 5px 10px;
      border-right: none;
      border-bottom: 1px solid #e5e5e5;
      background: #d3d3d3;
      text-align: left; }
  .bcontainer-type1:not([class*='imported_blog']) .table_seminar table td,
  .imported_blog_92 .table_seminar table td,
  .imported_blog_97 .table_seminar table td,
  .imported_blog_98 .table_seminar table td,
  .imported_blog_45 .table_seminar table td,
  .imported_blog_99 .table_seminar table td,
  .imported_blog_85 .table_seminar table td,
  .imported_blog_2 .table_seminar table td,
  .imported_blog_3 .table_seminar table td,
  .imported_blog_38 .table_seminar table td,
  .imported_blog_34 .table_seminar table td,
  .imported_blog_35 .table_seminar table td,
  .imported_blog_41 .table_seminar table td,
  .imported_blog_70 .table_seminar table td {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #e5e5e5; }

html body #mainArea #user-area .imported_blog_85,
html body #mainArea #user-area .imported_blog_99 {
  		/* ==================
  table
  ================== */
  /*- 一般的テーブル -*/
  /*- th横幅指定 -*/
  /*- 評議員・役員名簿テーブル -*/ }
  html body #mainArea #user-area .imported_blog_85 .btnBack + h3 .category,
  html body #mainArea #user-area .imported_blog_99 .btnBack + h3 .category {
    font-size: 12px !important;
    display: inline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 96px;
    margin: 0;
    padding: 0 1em;
    border: solid 1px;
    font-weight: normal;
    text-align: center; }
  html body #mainArea #user-area .imported_blog_85 .btnBack + h3 .date,
  html body #mainArea #user-area .imported_blog_99 .btnBack + h3 .date {
    font-size: 14px;
    margin-right: 5px;
    font-weight: normal; }
  html body #mainArea #user-area .imported_blog_85 .bookImg,
  html body #mainArea #user-area .imported_blog_99 .bookImg {
    float: left;
    margin: 0 30px 10px 20px; }
    html body #mainArea #user-area .imported_blog_85 .bookImg img,
    html body #mainArea #user-area .imported_blog_99 .bookImg img {
      width: 200px; }
    html body #mainArea #user-area .imported_blog_85 .bookImg .iconPdf,
    html body #mainArea #user-area .imported_blog_99 .bookImg .iconPdf {
      display: block; }
  html body #mainArea #user-area .imported_blog_85 table.table_common,
  html body #mainArea #user-area .imported_blog_99 table.table_common {
    width: 100%;
    margin-bottom: 2em;
    border-top: 1px solid #e5e5e5; }
    html body #mainArea #user-area .imported_blog_85 table.table_common th,
    html body #mainArea #user-area .imported_blog_99 table.table_common th {
      padding: 7px 10px 7px 15px;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      text-align: left;
      vertical-align: top; }
    html body #mainArea #user-area .imported_blog_85 table.table_common td,
    html body #mainArea #user-area .imported_blog_99 table.table_common td {
      padding: 7px 10px 7px 15px;
      border-bottom: 1px solid #e5e5e5; }
    html body #mainArea #user-area .imported_blog_85 table.table_common tr:nth-child(odd) th,
    html body #mainArea #user-area .imported_blog_85 table.table_common tr:nth-child(odd) td,
    html body #mainArea #user-area .imported_blog_99 table.table_common tr:nth-child(odd) th,
    html body #mainArea #user-area .imported_blog_99 table.table_common tr:nth-child(odd) td {
      background: #f7f7f7; }
    html body #mainArea #user-area .imported_blog_85 table.table_common tr:nth-child(even) th,
    html body #mainArea #user-area .imported_blog_99 table.table_common tr:nth-child(even) th {
      background: #fff; }
  html body #mainArea #user-area .imported_blog_85 .table.table_common tr:nth-child(even) td,
  html body #mainArea #user-area .imported_blog_99 .table.table_common tr:nth-child(even) td {
    background: #fff; }
  html body #mainArea #user-area .imported_blog_85 table.table_common th.thin,
  html body #mainArea #user-area .imported_blog_99 table.table_common th.thin {
    font-weight: normal; }
  html body #mainArea #user-area .imported_blog_85 table.table_common p,
  html body #mainArea #user-area .imported_blog_99 table.table_common p {
    margin-top: 0; }
  html body #mainArea #user-area .imported_blog_85 .table_common p.nobtm,
  html body #mainArea #user-area .imported_blog_99 .table_common p.nobtm {
    margin-bottom: 0 !important; }
  html body #mainArea #user-area .imported_blog_85 ol.noleft,
  html body #mainArea #user-area .imported_blog_99 ol.noleft {
    margin-left: 0 !important; }
  html body #mainArea #user-area .imported_blog_85 .width01,
  html body #mainArea #user-area .imported_blog_99 .width01 {
    width: 18%; }
  html body #mainArea #user-area .imported_blog_85 .width_staff,
  html body #mainArea #user-area .imported_blog_99 .width_staff {
    width: 25%; }
  html body #mainArea #user-area .imported_blog_85 .width_recruit01,
  html body #mainArea #user-area .imported_blog_99 .width_recruit01 {
    width: 20%; }
  html body #mainArea #user-area .imported_blog_85 table.table_list,
  html body #mainArea #user-area .imported_blog_99 table.table_list {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 50px;
    border-top: 1px solid #e5e5e5; }
    html body #mainArea #user-area .imported_blog_85 table.table_list thead th,
    html body #mainArea #user-area .imported_blog_99 table.table_list thead th {
      border-top: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      background: #d3d3d3;
      font-weight: bold;
      text-align: center;
      letter-spacing: 5px; }
    html body #mainArea #user-area .imported_blog_85 table.table_list thead td,
    html body #mainArea #user-area .imported_blog_99 table.table_list thead td {
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      background: #d3d3d3;
      font-weight: bold;
      text-align: center;
      letter-spacing: 5px; }
    html body #mainArea #user-area .imported_blog_85 table.table_list th,
    html body #mainArea #user-area .imported_blog_99 table.table_list th {
      padding: 7px 10px 7px 15px;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      font-weight: normal;
      text-align: left;
      vertical-align: top; }
    html body #mainArea #user-area .imported_blog_85 table.table_list td,
    html body #mainArea #user-area .imported_blog_99 table.table_list td {
      padding: 7px 10px 7px 15px;
      border-bottom: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5; }
    html body #mainArea #user-area .imported_blog_85 table.table_list tbody tr:nth-child(odd) th,
    html body #mainArea #user-area .imported_blog_85 table.table_list tbody tr:nth-child(odd) td,
    html body #mainArea #user-area .imported_blog_99 table.table_list tbody tr:nth-child(odd) th,
    html body #mainArea #user-area .imported_blog_99 table.table_list tbody tr:nth-child(odd) td {
      background: #f8f8f8; }
    html body #mainArea #user-area .imported_blog_85 table.table_list tbody tr:nth-child(even) th,
    html body #mainArea #user-area .imported_blog_99 table.table_list tbody tr:nth-child(even) th {
      background: #fff; }
  html body #mainArea #user-area .imported_blog_85 .table.table_list tbody tr:nth-child(even) td,
  html body #mainArea #user-area .imported_blog_99 .table.table_list tbody tr:nth-child(even) td {
    background: #fff; }

#boxRelationship,
#detailReadMoreButton {
  display: none !important; }

#user-area .imported_blog_114 #ControlArea #boxSNS, #user-area .imported_blog_114 #ControlArea + #boxSNS,
#user-area .imported_blog_114 #ControlArea #boxPN,
#user-area .imported_blog_55 #ControlArea #boxSNS,
#user-area .imported_blog_55 #ControlArea + #boxSNS,
#user-area .imported_blog_55 #ControlArea #boxPN,
#user-area .imported_blog_56 #ControlArea #boxSNS,
#user-area .imported_blog_56 #ControlArea + #boxSNS,
#user-area .imported_blog_56 #ControlArea #boxPN,
#user-area .imported_blog_22 #ControlArea #boxSNS,
#user-area .imported_blog_22 #ControlArea + #boxSNS,
#user-area .imported_blog_22 #ControlArea #boxPN, #user-area .imported_blog_114 #contentText + #boxSNS,
#user-area .imported_blog_55 #contentText + #boxSNS,
#user-area .imported_blog_56 #contentText + #boxSNS,
#user-area .imported_blog_22 #contentText + #boxSNS {
  overflow: hidden;
  *zoom: 1; }

#user-area .imported_blog_114,
#user-area .imported_blog_55,
#user-area .imported_blog_56,
#user-area .imported_blog_22 {
  overflow: visible !important; }
  #user-area .imported_blog_114 .containerInner,
  #user-area .imported_blog_55 .containerInner,
  #user-area .imported_blog_56 .containerInner,
  #user-area .imported_blog_22 .containerInner {
    position: relative; }
    #user-area .imported_blog_114 .containerInner > div,
    #user-area .imported_blog_55 .containerInner > div,
    #user-area .imported_blog_56 .containerInner > div,
    #user-area .imported_blog_22 .containerInner > div {
      position: relative; }
  #user-area .imported_blog_114 .bcontainer-inner,
  #user-area .imported_blog_114 .coln,
  #user-area .imported_blog_55 .bcontainer-inner,
  #user-area .imported_blog_55 .coln,
  #user-area .imported_blog_56 .bcontainer-inner,
  #user-area .imported_blog_56 .coln,
  #user-area .imported_blog_22 .bcontainer-inner,
  #user-area .imported_blog_22 .coln {
    overflow: visible !important; }
  #user-area .imported_blog_114 .photoPc,
  #user-area .imported_blog_55 .photoPc,
  #user-area .imported_blog_56 .photoPc,
  #user-area .imported_blog_22 .photoPc {
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 27.38095%;
    height: 230px; }
  #user-area .imported_blog_114 #articleHeader,
  #user-area .imported_blog_55 #articleHeader,
  #user-area .imported_blog_56 #articleHeader,
  #user-area .imported_blog_22 #articleHeader {
    overflow: visible;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 230px;
    height: auto;
    margin-top: 0;
    padding: 30px;
    padding-right: 29.7619%; }
    #user-area .imported_blog_114 #articleHeader img,
    #user-area .imported_blog_55 #articleHeader img,
    #user-area .imported_blog_56 #articleHeader img,
    #user-area .imported_blog_22 #articleHeader img {
      width: 100%; }
    #user-area .imported_blog_114 #articleHeader .number,
    #user-area .imported_blog_55 #articleHeader .number,
    #user-area .imported_blog_56 #articleHeader .number,
    #user-area .imported_blog_22 #articleHeader .number {
      display: inline-block;
      line-height: 1.66667; }
    #user-area .imported_blog_114 #articleHeader .day,
    #user-area .imported_blog_55 #articleHeader .day,
    #user-area .imported_blog_56 #articleHeader .day,
    #user-area .imported_blog_22 #articleHeader .day {
      font-size: 10px !important; }
    #user-area .imported_blog_114 #articleHeader .title,
    #user-area .imported_blog_55 #articleHeader .title,
    #user-area .imported_blog_56 #articleHeader .title,
    #user-area .imported_blog_22 #articleHeader .title {
      font-size: 18px;
      width: 100%;
      line-height: 1.6; }
  #user-area .imported_blog_114 #ControlArea,
  #user-area .imported_blog_55 #ControlArea,
  #user-area .imported_blog_56 #ControlArea,
  #user-area .imported_blog_22 #ControlArea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    line-height: 1; }
    #user-area .imported_blog_114 #ControlArea #boxSNS ul, #user-area .imported_blog_114 #ControlArea + #boxSNS ul,
    #user-area .imported_blog_114 #ControlArea #boxPN ul,
    #user-area .imported_blog_55 #ControlArea #boxSNS ul,
    #user-area .imported_blog_55 #ControlArea + #boxSNS ul,
    #user-area .imported_blog_55 #ControlArea #boxPN ul,
    #user-area .imported_blog_56 #ControlArea #boxSNS ul,
    #user-area .imported_blog_56 #ControlArea + #boxSNS ul,
    #user-area .imported_blog_56 #ControlArea #boxPN ul,
    #user-area .imported_blog_22 #ControlArea #boxSNS ul,
    #user-area .imported_blog_22 #ControlArea + #boxSNS ul,
    #user-area .imported_blog_22 #ControlArea #boxPN ul {
      width: 100%;
      letter-spacing: -.4em; }
      #user-area .imported_blog_114 #ControlArea #boxSNS ul li, #user-area .imported_blog_114 #ControlArea + #boxSNS ul li,
      #user-area .imported_blog_114 #ControlArea #boxPN ul li,
      #user-area .imported_blog_55 #ControlArea #boxSNS ul li,
      #user-area .imported_blog_55 #ControlArea + #boxSNS ul li,
      #user-area .imported_blog_55 #ControlArea #boxPN ul li,
      #user-area .imported_blog_56 #ControlArea #boxSNS ul li,
      #user-area .imported_blog_56 #ControlArea + #boxSNS ul li,
      #user-area .imported_blog_56 #ControlArea #boxPN ul li,
      #user-area .imported_blog_22 #ControlArea #boxSNS ul li,
      #user-area .imported_blog_22 #ControlArea + #boxSNS ul li,
      #user-area .imported_blog_22 #ControlArea #boxPN ul li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        letter-spacing: normal; }
    #user-area .imported_blog_114 #ControlArea #boxPN,
    #user-area .imported_blog_55 #ControlArea #boxPN,
    #user-area .imported_blog_56 #ControlArea #boxPN,
    #user-area .imported_blog_22 #ControlArea #boxPN {
      width: 250px; }
      #user-area .imported_blog_114 #ControlArea #boxPN ul li.previous,
      #user-area .imported_blog_55 #ControlArea #boxPN ul li.previous,
      #user-area .imported_blog_56 #ControlArea #boxPN ul li.previous,
      #user-area .imported_blog_22 #ControlArea #boxPN ul li.previous {
        width: 118px;
        margin-right: 10px; }
      #user-area .imported_blog_114 #ControlArea #boxPN ul li.next,
      #user-area .imported_blog_55 #ControlArea #boxPN ul li.next,
      #user-area .imported_blog_56 #ControlArea #boxPN ul li.next,
      #user-area .imported_blog_22 #ControlArea #boxPN ul li.next {
        width: 118px; }
    #user-area .imported_blog_114 #ControlArea + #boxSNS .fb-like,
    #user-area .imported_blog_114 #ControlArea #boxSNS .fb-like,
    #user-area .imported_blog_55 #ControlArea + #boxSNS .fb-like,
    #user-area .imported_blog_55 #ControlArea #boxSNS .fb-like,
    #user-area .imported_blog_56 #ControlArea + #boxSNS .fb-like,
    #user-area .imported_blog_56 #ControlArea #boxSNS .fb-like,
    #user-area .imported_blog_22 #ControlArea + #boxSNS .fb-like,
    #user-area .imported_blog_22 #ControlArea #boxSNS .fb-like {
      line-height: 1; }
    #user-area .imported_blog_114 #ControlArea + #boxSNS ul li.print,
    #user-area .imported_blog_114 #ControlArea #boxSNS ul li.print,
    #user-area .imported_blog_55 #ControlArea + #boxSNS ul li.print,
    #user-area .imported_blog_55 #ControlArea #boxSNS ul li.print,
    #user-area .imported_blog_56 #ControlArea + #boxSNS ul li.print,
    #user-area .imported_blog_56 #ControlArea #boxSNS ul li.print,
    #user-area .imported_blog_22 #ControlArea + #boxSNS ul li.print,
    #user-area .imported_blog_22 #ControlArea #boxSNS ul li.print {
      margin-top: -2px;
      margin-left: .5em; }
  #user-area .imported_blog_114 #contentText + #boxSNS,
  #user-area .imported_blog_55 #contentText + #boxSNS,
  #user-area .imported_blog_56 #contentText + #boxSNS,
  #user-area .imported_blog_22 #contentText + #boxSNS {
    line-height: 1; }
    #user-area .imported_blog_114 #contentText + #boxSNS ul,
    #user-area .imported_blog_55 #contentText + #boxSNS ul,
    #user-area .imported_blog_56 #contentText + #boxSNS ul,
    #user-area .imported_blog_22 #contentText + #boxSNS ul {
      width: 100%;
      letter-spacing: -.4em; }
      #user-area .imported_blog_114 #contentText + #boxSNS ul li,
      #user-area .imported_blog_55 #contentText + #boxSNS ul li,
      #user-area .imported_blog_56 #contentText + #boxSNS ul li,
      #user-area .imported_blog_22 #contentText + #boxSNS ul li {
        display: inline-block;
        float: none;
        margin-top: 0;
        vertical-align: middle;
        letter-spacing: normal; }
#user-area .imported_blog_114 #ControlArea #boxPN {
  width: 100%; }
  #user-area .imported_blog_114 #ControlArea #boxPN ul li.previous, #user-area .imported_blog_114 #ControlArea #boxPN ul li.next {
    width: 50%;
    margin-right: 0; }
  #user-area .imported_blog_114 #ControlArea #boxPN ul li.next {
    text-align: right; }
#user-area .imported_blog_70 .seminar_sns {
  line-height: 1; }

.imported_blog_92 #subcontents {
  display: none; }

.imported_blog_94 .anchorNavigation a {
  color: #fff !important; }
.imported_blog_94 #contentsinner {
  width: 100%; }
.imported_blog_94 .spfAmericaMonitorRow.col2 .col {
  width: 40%; }

/*# sourceMappingURL=forspf.css.map */