@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/***************** Setting CSS *****************/
/*** font size ***/
/*** Color ***/
/*** Responsive device width ***/
/*** baseCSS ***/
/*** Value ***/
.mt_50 {
  margin-top: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.mt_45 {
  margin-top: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.mt_40 {
  margin-top: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.mt_35 {
  margin-top: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.mt_30 {
  margin-top: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.mt_25 {
  margin-top: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mt_5 {
  margin-top: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.pt_50 {
  padding-top: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.pt_45 {
  padding-top: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.pt_40 {
  padding-top: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.pt_35 {
  padding-top: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.pt_30 {
  padding-top: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pt_25 {
  padding-top: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.pt_20 {
  padding-top: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.pt_15 {
  padding-top: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.pt_10 {
  padding-top: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pt_5 {
  padding-top: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

/***************** Base CSS *****************/
/* body */
body {
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  border-top: #7e2529 4px solid;
}

.red {
  color: #b03b41;
}

.gray {
  color: #cccccc;
}

.blue {
  color: #4b82cc;
}

.sora {
  color: #7aa3da;
}

.white {
  color: white;
}

.bg-gray {
  background-color: #cccccc;
}

.bg-lgray {
  background-color: #efefef;
}

.bg-blue {
  background-color: #4b82cc;
}

.bg-sora {
  background-color: #7aa3da;
}

.app {
  background-color: #fab15b;
}

.info {
  background-color: #6dcfd0;
}

.lecture {
  background-color: #76b3f7;
}

.event {
  background-color: #ed92bd;
}

.exam {
  background-color: #e15c42;
}

.open {
  background-color: #a398f3;
}

.grayLine {
  border: #cccccc 2px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px;
}

.grayBack {
  background-color: #efefef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px;
}

p {
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  vertical-align: middle;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #7aa3da;
  text-decoration: underline;
}

/*
.comment {
  text-indent: -1.0em;
  margin-left: 1.0em;
}
.caption {
  @include fontsize(12);
  color: $darkGray;
}
*/
small {
  font-size: 10px;
  font-size: 0.625rem;
}

sup {
  font-size: 10px;
  font-size: 0.625rem;
}

.txt-r {
  text-align: right;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

input[type="button"], input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}

@media only screen and (max-width: 640px) {
  .pcView {
    display: none;
  }
}
@media only screen and (min-width: 641px) and (max-width: 980px) {
  .pcView {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .spView {
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 980px) {
  .spView {
    display: none;
  }
}

.noView {
  display: none;
}

/*
 * ***********************************************
 */
/* header */
#header {
  border-bottom: #7aa3da 3px solid;
  padding-bottom: 10px;
}
#header #siteHeader {
  zoom: 1;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
}
#header #siteHeader:before, #header #siteHeader:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header #siteHeader:after {
  clear: both;
}
#header #siteHeader .logo {
  float: left;
  width: 470px;
  padding: 10px 0 0;
}
#header #siteHeader .toplink {
  float: right;
  width: 450px;
  text-align: right;
}
#header #siteHeader .toplink ul {
  zoom: 1;
}
#header #siteHeader .toplink ul:before, #header #siteHeader .toplink ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header #siteHeader .toplink ul:after {
  clear: both;
}
#header #siteHeader .toplink ul li {
  float: right;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -border-bottom-left-radius: 3px;
  -border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0 0 0 10px;
}
#header #siteHeader .toplink ul li a {
  color: white;
}
#header #siteHeader .toplink ul li.access {
  background: #b03b41 url(../../../cmn/img/icon_access.gif) no-repeat 8px 50%;
  padding: 8px 8px 8px 30px;
}
#header #siteHeader .toplink ul li.contact {
  background: #b03b41 url(../../../cmn/img/icon_contact.gif) no-repeat 8px 50%;
  padding: 8px 8px 8px 34px;
}
#header #siteHeader .toplink ul li.english {
  background: #b03b41 url(../../../cmn/img/icon_english.gif) no-repeat 8px 50%;
  padding: 8px 8px 8px 30px;
}
#header #siteHeader .toplink ul li.searchbtn {
  display: none;
}
#header #siteHeader .toplink .search {
  margin: 8px 0 0;
  padding: 0;
}
#header #siteHeader .toplink .search input[type="text"] {
  width: 13em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  border: #cccccc 1px solid;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  padding: 2px 0;
  margin: 0;
}
#header #nav {
  zoom: 1;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#header #nav:before, #header #nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header #nav:after {
  clear: both;
}
#header #nav button.toggle {
  display: none;
}
#header #nav ul {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  border-right: #cccccc 1px solid;
  margin: 0;
  padding: 0;
}
#header #nav ul:before, #header #nav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#header #nav ul:after {
  clear: both;
}
#header #nav ul li {
  float: left;
  width: 152px;
  border-left: #cccccc 1px solid;
  text-align: center;
}
#header #nav ul li a {
  display: block;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 26% 50%;
  width: 145px;
  padding: 4px 0 0 8px;
}
#header #nav ul li a.current {
  text-decoration: underline;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #header #siteHeader {
    width: 620px;
  }
  #header #siteHeader .logo {
    width: 360px;
  }
  #header #siteHeader .logo img {
    width: 350px;
    height: auto;
  }
  #header #siteHeader .toplink {
    width: 260px;
  }
  #header #siteHeader .toplink ul li {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 0 0 0 5px;
  }
  #header #siteHeader .toplink ul li.access {
    background: #b03b41 url(../../../cmn/img/icon_access.gif) no-repeat 3px 50%;
    padding: 8px 5px 8px 20px;
  }
  #header #siteHeader .toplink ul li.contact {
    background: #b03b41 url(../../../cmn/img/icon_contact.gif) no-repeat 5px 50%;
    padding: 8px 5px 8px 26px;
  }
  #header #siteHeader .toplink ul li.english {
    background: #b03b41 url(../../../cmn/img/icon_english.gif) no-repeat 5px 50%;
    margin: 0;
    padding: 8px 5px 8px 24px;
  }
  #header #siteHeader .toplink ul li.searchbtn {
    display: none;
  }
  #header #nav {
    width: 620px;
  }
  #header #nav ul {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
  }
  #header #nav ul li {
    width: 102px;
  }
  #header #nav ul li a {
    background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 20% 50%;
    width: 95px;
    padding: 3px 0 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    padding-bottom: 0;
  }
  #header #siteHeader {
    width: 94%;
    padding: 0 3%;
  }
  #header #siteHeader .logo {
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  #header #siteHeader .logo img {
    width: 80%;
    height: auto;
  }
  #header #siteHeader .toplink {
    float: none;
    width: 100%;
    text-align: left;
  }
  #header #siteHeader .toplink ul {
    zoom: 1;
  }
  #header #siteHeader .toplink ul:before, #header #siteHeader .toplink ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #header #siteHeader .toplink ul:after {
    clear: both;
  }
  #header #siteHeader .toplink ul li {
    float: left;
    color: #333333;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 10px 10px 0;
  }
  #header #siteHeader .toplink ul li a {
    color: #333333;
  }
  #header #siteHeader .toplink ul li.access {
    background: url(../../../cmn/img/arrow_dot_red.png) no-repeat 0 50%;
    padding: 0 0 0 12px;
  }
  #header #siteHeader .toplink ul li.contact {
    background: url(../../../cmn/img/arrow_dot_red.png) no-repeat 0 50%;
    padding: 0 0 0 12px;
  }
  #header #siteHeader .toplink ul li.english {
    background: url(../../../cmn/img/arrow_dot_red.png) no-repeat 0 50%;
    padding: 0 0 0 12px;
  }
  #header #siteHeader .toplink ul li.searchbtn {
    display: block;
    background: url(../../../cmn/img/arrow_dot_red.png) no-repeat 0 50%;
    padding: 0 0 0 12px;
  }
  #header #siteHeader .toplink .search {
    display: none;
    margin: 0;
    padding: 0 0 10px;
  }
  #header #nav {
    width: 100%;
  }
  #header #nav button.toggle {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    background: #7aa3da url(../../../cmn/img/icon_menu.gif) no-repeat 50% 50%;
    background-size: 28px 24px;
    width: 42px;
    height: 42px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 0;
  }
  #header #nav button.toggle span {
    display: none;
  }
  #header #nav ul {
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    border-right: none;
    background-color: #7aa3da;
    margin: 0;
    padding: 3% 3% 0;
  }
  #header #nav ul li {
    width: 48%;
    border-left: none;
    margin-bottom: 10px;
  }
  #header #nav ul li a {
    background: white url(../../../cmn/img/arrow_dot_sora.png) no-repeat 26% 50%;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
    padding: 16px 0 14px;
  }
  #header #nav ul li:nth-child(odd) {
    margin-right: 4%;
  }
}
/* userNav */
#userNav {
  background-color: #f0f0f0;
  /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* IE10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  border-bottom: solid 1px #ccc;
}
#userNav ul {
  zoom: 1;
  width: 920px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 0;
}
#userNav ul:before, #userNav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#userNav ul:after {
  clear: both;
}
#userNav ul li {
  float: left;
  list-style: none;
  border-left: #cccccc 1px solid;
  min-height: 22px;
}
#userNav ul li.graduatecollege {
  width: 145px;
  background: url(../../../cmn/img/icon_graduatecollege.png) no-repeat 10px 0;
}
#userNav ul li.graduatecollege a {
  padding: 4px 0 0 38px;
}
#userNav ul li.medical {
  width: 140px;
  background: url(../../../cmn/img/icon_medical.png) no-repeat 8px 0;
}
#userNav ul li.medical a {
  padding: 4px 0 0 36px;
}
#userNav ul li.graduates {
  width: 115px;
  background: url(../../../cmn/img/icon_graduates.png) no-repeat 8px 0;
}
#userNav ul li.graduates a {
  padding: 4px 0 0 34px;
}
#userNav ul li.college {
  width: 514px;
  border-right: #cccccc 1px solid;
  background: url(../../../cmn/img/icon_college.png) no-repeat 10px 0;
}
#userNav ul li.college a {
  padding: 4px 0 0 50px;
}
#userNav ul li.college small {
  margin-right: 20px;
}
#userNav ul li a {
  display: inline-block;
}
#userNav ul li a.local {
  font-size: 11px;
  font-size: 0.6875rem;
  color: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -border-radius: 15px;
  border-radius: 15px;
  background: #4b82cc url(../../../cmn/img/icon_lock.gif) no-repeat 12px 3px;
  margin: 0 5px;
  padding: 6px 10px 4px 30px;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #userNav ul {
    width: 620px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #userNav ul li.graduatecollege {
    width: 150px;
  }
  #userNav ul li.graduatecollege a {
    padding: 4px 0 0 38px;
  }
  #userNav ul li.medical {
    width: 150px;
  }
  #userNav ul li.medical a {
    padding: 4px 0 0 38px;
  }
  #userNav ul li.graduates {
    width: 135px;
  }
  #userNav ul li.graduates a {
    padding: 4px 0 0 38px;
  }
  #userNav ul li.college {
    width: 180px;
    background-position: 12px 0;
  }
  #userNav ul li.college a {
    padding: 4px 0 0 50px;
  }
  #userNav ul li.college small {
    display: none;
  }
  #userNav ul li a.local {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #userNav ul {
    width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0;
  }
  #userNav ul li {
    text-align: center;
    border-left: none;
    min-height: auto;
  }
  #userNav ul li.graduatecollege {
    border-right: #cccccc 1px solid;
    width: 25%;
    background: none;
  }
  #userNav ul li.graduatecollege a {
    padding: 14px 0;
  }
  #userNav ul li.medical {
    border-right: #cccccc 1px solid;
    width: 25%;
    background: none;
  }
  #userNav ul li.medical a {
    padding: 14px 0;
  }
  #userNav ul li.graduates {
    border-right: #cccccc 1px solid;
    width: 20%;
    background: none;
  }
  #userNav ul li.graduates a {
    padding: 14px 0;
  }
  #userNav ul li.college {
    width: 29%;
    border-right: none;
    background: none;
  }
  #userNav ul li.college a {
    padding: 14px 0;
  }
  #userNav ul li.college small {
    display: none;
  }
  #userNav ul li a {
    display: inline-block;
  }
  #userNav ul li a.local {
    display: none;
  }
}
/* pageTop */
#pageTopWrp {
  background: url(../../../cmn/img/bg_pagetop.gif) repeat-x 0 100%;
}
#pageTopWrp #pageTop {
  width: 920px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -50px;
}
#pageTopWrp #pageTop img {
  vertical-align: bottom;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #pageTopWrp #pageTop {
    width: 620px;
  }
}
@media only screen and (max-width: 640px) {
  #pageTopWrp #pageTop {
    width: 97%;
    padding-right: 3%;
  }
}
/* siteLink */
#siteLink {
  background-color: #4b82cc;
}
#siteLink #wrpSiteLink {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 30px;
}
#siteLink #wrpSiteLink .footerLink p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 30px;
  padding-top: 20px;
}
#siteLink #wrpSiteLink .footerLink a {
  color: white;
  background: url(../../../cmn/img/arrow_dot_white.png) no-repeat 8px 50%;
  margin: 0 30px 0 0;
  padding: 0 0 0 20px;
}
#siteLink #wrpSiteLink .pageLink {
  zoom: 1;
}
#siteLink #wrpSiteLink .pageLink:before, #siteLink #wrpSiteLink .pageLink:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#siteLink #wrpSiteLink .pageLink:after {
  clear: both;
}
#siteLink #wrpSiteLink .pageLink .subPage {
  float: left;
}
#siteLink #wrpSiteLink .pageLink .subPage.num01 {
  width: 27%;
}
#siteLink #wrpSiteLink .pageLink .subPage.num02 {
  width: 34%;
}
#siteLink #wrpSiteLink .pageLink .subPage.num03 {
  width: 25%;
}
#siteLink #wrpSiteLink .pageLink .subPage.num04 {
  width: 14%;
}
#siteLink #wrpSiteLink .pageLink .subPage p.subPageTitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 5px;
}
#siteLink #wrpSiteLink .pageLink .subPage p.subPageTitle a {
  background: url(../../../cmn/img/arrow_box.png) no-repeat 3px 50%;
  color: white;
  padding: 3px 0 0 30px;
}
#siteLink #wrpSiteLink .pageLink .subPage ul {
  display: block;
  margin: 0 0 20px;
}
#siteLink #wrpSiteLink .pageLink .subPage ul li {
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  text-indent: -20px;
  margin: 0 0 0 30px;
}
#siteLink #wrpSiteLink .pageLink .subPage ul li a {
  color: white;
  background: url(../../../cmn/img/list_style.png) no-repeat 3px 50%;
  padding: 0 0 0 20px;
}
#siteLink #wrpSiteLink .pageLink .subPage ul li a.current {
  text-decoration: underline;
}
#siteLink #wrpSiteLink .pageLink .subPage ul li ul {
  margin: 0;
}
#siteLink #wrpSiteLink .pageLink .subPage ul li ul li {
  margin: 0 0 0 20px;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #siteLink #wrpSiteLink {
    width: 620px;
  }
  #siteLink #wrpSiteLink .footerLink p {
    margin: 0 0 30px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #siteLink #wrpSiteLink .pageLink {
    zoom: 1;
  }
  #siteLink #wrpSiteLink .pageLink:before, #siteLink #wrpSiteLink .pageLink:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #siteLink #wrpSiteLink .pageLink:after {
    clear: both;
  }
  #siteLink #wrpSiteLink .pageLink .subPage {
    float: left;
  }
  #siteLink #wrpSiteLink .pageLink .subPage.num01 {
    width: 26%;
  }
  #siteLink #wrpSiteLink .pageLink .subPage.num02 {
    width: 30%;
  }
  #siteLink #wrpSiteLink .pageLink .subPage.num03 {
    width: 26%;
  }
  #siteLink #wrpSiteLink .pageLink .subPage.num04 {
    width: 17%;
  }
  #siteLink #wrpSiteLink .pageLink .subPage ul {
    display: block;
  }
  #siteLink #wrpSiteLink .pageLink .subPage ul li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 640px) {
  #siteLink #wrpSiteLink {
    width: 94%;
    padding: 0 3% 15px;
  }
  #siteLink #wrpSiteLink .footerLink p {
    margin: 0 0 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  #siteLink #wrpSiteLink .pageLink {
    zoom: 1;
  }
  #siteLink #wrpSiteLink .pageLink:before, #siteLink #wrpSiteLink .pageLink:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #siteLink #wrpSiteLink .pageLink:after {
    clear: both;
  }
  #siteLink #wrpSiteLink .pageLink .subPage {
    float: none;
  }
  #siteLink #wrpSiteLink .pageLink .subPage.num01, #siteLink #wrpSiteLink .pageLink .subPage.num02, #siteLink #wrpSiteLink .pageLink .subPage.num03, #siteLink #wrpSiteLink .pageLink .subPage.num04 {
    width: 100%;
  }
  #siteLink #wrpSiteLink .pageLink .subPage p.subPageTitle {
    margin: 0 0 10px;
  }
  #siteLink #wrpSiteLink .pageLink .subPage p.subPageTitle a {
    background: url(../../../cmn/img/arrow_box.png) no-repeat 3px 50%;
  }
  #siteLink #wrpSiteLink .pageLink .subPage ul {
    display: none;
    margin: 0 0 30px;
  }
  #siteLink #wrpSiteLink .pageLink .subPage ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* footer */
#footer p {
  background-color: #7aa3da;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  color: white;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 640px) {
  #footer p {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 5px 3%;
  }
}
/***************** Top CSS *****************/
/* mainimg */
#mainimg {
  background: url(../../../cmn/img/bg_mainimg.gif) repeat-x 0 0;
}
#mainimg #slideimg {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#mainimg #slideimg .slider {
  width: 920px;
  overflow: hidden;
  margin: 0 30px;
  padding: 20px 0 15px;
}
#mainimg #slideimg .slider ul.slides {
  z-index: 1;
  zoom: 1;
}
#mainimg #slideimg .slider ul.slides:before, #mainimg #slideimg .slider ul.slides:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#mainimg #slideimg .slider ul.slides:after {
  clear: both;
}
#mainimg #slideimg .slider ul.slides li.slide {
  list-style: none;
  float: left;
}
#mainimg #slideimg .slider ul.slides li.slide img {
  width: 920px;
  height: 300px;
}
#mainimg #slideimg .slider-arrows {
  z-index: 100;
  position: absolute;
  width: 980px;
  height: 54px;
  margin-top: -180px;
  margin-left: -30px;
}
#mainimg #slideimg .slider-arrows .slider-arrow {
  position: absolute;
  display: block;
  width: 46px;
  height: 54px;
}
#mainimg #slideimg .slider-arrows .slider-arrow--right {
  right: 0;
  background: url(../../../img/arrow_slide_right.gif) no-repeat;
}
#mainimg #slideimg .slider-arrows .slider-arrow--left {
  left: 0;
  background: url(../../../img/arrow_slide_left.gif) no-repeat;
}
#mainimg .slider-nav {
  z-index: 100;
  position: absolute;
  width: 920px;
  margin-top: -40px;
  padding-left: 20px;
}
#mainimg .slider-nav .slider-nav__item {
  width: 10px;
  height: 10px;
  float: left;
  clear: none;
  display: block;
  margin: 0 10px;
  background-color: #cccccc;
  border-radius: 8px;
}
#mainimg .slider-nav .slider-nav__item:hover {
  background: #7aa3da;
}
#mainimg .slider-nav .slider-nav__item--current {
  background: #7aa3da;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #mainimg #slideimg {
    width: 620px;
  }
  #mainimg #slideimg .slider {
    width: 620px;
    margin: 0;
    padding: 14px 0 10px;
  }
  #mainimg #slideimg .slider ul.slides li.slide img {
    width: 620px;
    height: auto;
  }
  #mainimg #slideimg .slider-arrows {
    width: 640px;
    margin-top: -127px;
    margin-left: -10px;
  }
  #mainimg .slider-nav {
    width: 620px;
  }
}
@media only screen and (max-width: 640px) {
  #mainimg {
    background: url(../../../cmn/img/bg_mainimg_sp.gif) repeat-x 0 0;
  }
  #mainimg #slideimg {
    width: 100%;
  }
  #mainimg #slideimg .slider {
    width: 94%;
    margin: 0 3%;
    padding: 14px 0 10px;
  }
  #mainimg #slideimg .slider ul.slides li.slide img {
    width: 100%;
    height: auto;
  }
  #mainimg #slideimg .slider-arrows {
    display: none;
  }
  #mainimg .slider-nav {
    width: 91%;
    margin-top: -30px;
    padding-left: 3%;
  }
  #mainimg .slider-nav .slider-nav__item {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}
/* important */
#important {
  background: url(../../../img/bg_atn.gif) repeat-x 0 0;
}
#important #wrpImportant {
  width: 920px;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 10px;
}
#important #wrpImportant:before, #important #wrpImportant:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#important #wrpImportant:after {
  clear: both;
}
#important #wrpImportant .title {
  float: left;
  width: 140px;
  min-height: 20px;
  background: url(../../../img/title_atn.png) no-repeat 5px 50%;
  background-size: 28px 28px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  color: #b03b41;
  font-weight: bold;
  margin-top: 5px;
  padding: 8px 0 0 40px;
}
#important #wrpImportant .info {
  float: left;
  width: 710px;
  background: url(../../../cmn/img/arrow_red.png) no-repeat 5px 50%;
  background-size: 7px 11px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  padding-left: 24px;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #important #wrpImportant {
    width: 620px;
    padding: 14px 0 8px;
  }
  #important #wrpImportant .title {
    width: 140px;
    min-height: 23px;
    margin-top: 10px;
    padding: 5px 0 0 40px;
  }
  #important #wrpImportant .info {
    width: 416px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 640px) {
  #important #wrpImportant {
    width: 94%;
    padding: 14px 3% 8px;
  }
  #important #wrpImportant .title {
    width: 90%;
    min-height: 20px;
    padding: 8px 0 0 10%;
  }
  #important #wrpImportant .info {
    width: 100%;
    padding-left: 0;
    background-image: none;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #important #wrpImportant .info .date {
    margin-top: -20px;
    padding-left: 180px;
  }
  #important #wrpImportant .info .txt {
    padding-top: 5px;
  }
}
/* top contents */
#topContents {
  background: #efefef url(../../../img/bg_contents.gif) repeat-x 0 0;
}
#topContents #wrpTopContents {
  width: 920px;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px 0 45px;
}
#topContents #wrpTopContents:before, #topContents #wrpTopContents:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topContents #wrpTopContents:after {
  clear: both;
}
#topContents #wrpTopContents #topLeftContents {
  float: left;
  width: 670px;
}

#topContents #wrpTopContents #mainBnr ul {
  zoom: 1;
  margin-bottom: 20px;
}
#topContents #wrpTopContents #mainBnr ul:before, #topContents #wrpTopContents #mainBnr ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topContents #wrpTopContents #mainBnr ul:after {
  clear: both;
}
#topContents #wrpTopContents #mainBnr ul li {
  float: left;
  width: 188px;
  line-height: 1.6;
  list-style: none;
  border-top: #4b82cc 2px solid;
  background-color: white;
  margin-right: 11px;
  padding: 10px 14px;
}
#topContents #wrpTopContents #mainBnr ul li img {
  border: #cccccc solid 1px;
  margin-bottom: 3px;
}
#topContents #wrpTopContents #mainBnr ul li a.arrow {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  background: url(../../../cmn/img/arrow_circle_blue.png) no-repeat 0 3px;
  background-size: 16px 16px;
  margin-bottom: 5px;
  padding-left: 24px;
}
#topContents #wrpTopContents #mainBnr ul li span.txt {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  padding: 6px;
}
#topContents #wrpTopContents #mainBnr ul li:last-child {
  margin-right: 0;
}

#topContents #wrpTopContents #news {
  background-color: white;
  padding: 0 0 5px;
}
#topContents #wrpTopContents #news h1 {
  zoom: 1;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  color: #7aa3da;
  border-top: #7aa3da 2px solid;
  border-bottom: #b4b4b4 1px solid;
  background-color: #f0f0f0;
  /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* IE10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  box-shadow: white 0px 0px 0px 2px inset;
  -webkit-box-shadow: white 0px 0px 0px 2px inset;
  -moz-box-shadow: white 0px 0px 0px 2px inset;
  padding: 6px 10px 3px;
}
#topContents #wrpTopContents #news h1:before, #topContents #wrpTopContents #news h1:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topContents #wrpTopContents #news h1:after {
  clear: both;
}
#topContents #wrpTopContents #news h1 span {
  display: inline-block;
  background: url(../../../cmn/img/bg_topics.png) no-repeat 5px 50%;
  min-height: 26px;
  padding: 8px 0 0 50px;
}
#topContents #wrpTopContents #news h1 a {
  float: right;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -border-radius: 15px;
  border-radius: 15px;
  background: #4b82cc url(../../../cmn/img/arrow_dot_white.png) no-repeat 14px 50%;
  margin: 3px;
  padding: 8px 10px 6px 30px;
}
#topContents #wrpTopContents #news dl {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  background: url(../../../cmn/img/dot_x.gif) repeat-x 0 100%;
  margin: 0 12px;
  padding: 12px 5px 5px;
}
#topContents #wrpTopContents #news dl:before, #topContents #wrpTopContents #news dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topContents #wrpTopContents #news dl:after {
  clear: both;
}
#topContents #wrpTopContents #news dl dt {
  float: left;
  width: 160px;
}
#topContents #wrpTopContents #news dl dt span {
  display: inline-block;
  float: right;
  width: 68px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  line-height: 1.0;
  color: white;
  margin: 0 10px 0 0;
  padding: 4px 0 3px;
}
#topContents #wrpTopContents #news dl dd {
  float: left;
  width: 476px;
  zoom: 1;
}
#topContents #wrpTopContents #news dl dd:before, #topContents #wrpTopContents #news dl dd:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topContents #wrpTopContents #news dl dd:after {
  clear: both;
}
#topContents #wrpTopContents #news dl dd a {
  text-decoration: underline;
}
#topContents #wrpTopContents #news dl dd a.arrow {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#topContents #wrpTopContents #news dl dd a.pdf {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#topContents #wrpTopContents #news dl dd a.excel {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#topContents #wrpTopContents #news dl dd a.word {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#topContents #wrpTopContents #news dl dd span.pdf {
  background: url(../../../cmn/img/icon_pdf.png) no-repeat 0 0;
  width: 20px;
  height: 15px;
  background-size: 20px 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#topContents #wrpTopContents #news dl dd span.excel {
  background: url(../../../cmn/img/icon_excel.png) no-repeat 0 0;
  background-size: 24px 14px;
  width: 24px;
  height: 14px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#topContents #wrpTopContents #news dl dd span.word {
  background: url(../../../cmn/img/icon_word.png) no-repeat 0 0;
  background-size: 26px 15px;
  width: 26px;
  height: 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#topContents #wrpTopContents #news dl dd img {
  margin: 0 0 5px 5px;
}
#topContents #wrpTopContents #news dl:last-child {
  background-image: none;
}
#topContents #wrpTopContents #bnr {
  float: left;
  width: 220px;
  margin: 0 0 0 30px;
}
#topContents #wrpTopContents #bnr ul {
  padding: 10px;
  margin: 0 0 15px;
  /*&.siteLinkBnr {
    text-align: center;
    background-color: #cfd0d1;
    li {
      background: none;
      margin: 0 0 5px;
      &:last-child {
        margin: 0;
      }
      a {
        height: auto;
        padding: 0;
      }
    }
  }*/
}
#topContents #wrpTopContents #bnr ul li {
  list-style: none;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* IE10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  margin: 0 0 10px;
}
#topContents #wrpTopContents #bnr ul li a {
  display: block;
  height: 36px;
  padding: 20px 0 0 20px;
}
#topContents #wrpTopContents #bnr ul li:last-child {
  margin: 0;
}
#topContents #wrpTopContents #bnr ul.medicalBnr {
  background-color: #b4cfed;
}
#topContents #wrpTopContents #bnr ul.medicalBnr li span {
  display: block;
  padding: 3px;
}
#topContents #wrpTopContents #bnr ul.medicalBnr li span.research {
  background: url(../../../cmn/img/bnr_research.jpg) no-repeat 3px 3px;
  width: 194px;
  height: 100px;
}
#topContents #wrpTopContents #bnr ul.medicalBnr li span.research a {
  background: url(../../../cmn/img/arrow_dot_blue.png) no-repeat 8px 83px;
  padding: 80px 0 0 20px;
}
#topContents #wrpTopContents #bnr ul.medicalBnr li a {
  background: url(../../../cmn/img/arrow_dot_blue.png) no-repeat 8px 50%;
  height: 36px;
  padding: 20px 0 0 20px;
}
#topContents #wrpTopContents #bnr ul.programBnr {
  background-color: #97b9e1;
}
#topContents #wrpTopContents #bnr ul.programBnr li {
  zoom: 1;
  font-size: 8px;
  font-size: 0.5rem;
  min-height: 56px;
}
#topContents #wrpTopContents #bnr ul.programBnr li:before, #topContents #wrpTopContents #bnr ul.programBnr li:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topContents #wrpTopContents #bnr ul.programBnr li:after {
  clear: both;
}
#topContents #wrpTopContents #bnr ul.programBnr li img:first-child {
  float: left;
  margin: 0 3px 0 0;
}
#topContents #wrpTopContents #bnr ul.programBnr li a {
  height: auto;
  padding: 8px 5px;
}
#topContents #wrpTopContents #bnr ul.programBnr li.lgs img {
  padding-top: 5px;
}
#topContents #wrpTopContents #bnr ul.programBnr li.cipt a {
  padding-top: 15px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr {
  background-color: #cfd0d1;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span {
  display: block;
  margin-right: 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.gakufu {
  background: url(../../../cmn/img/bnr_gakufu.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.hospital {
  background: url(../../../cmn/img/bnr_hospital.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.college {
  background: url(../../../cmn/img/bnr_college.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.chibaigaku {
  background: url(../../../cmn/img/bnr_chibaigaku.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.inohana {
  background: url(../../../cmn/img/bnr_inohana.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.zaidan {
  background: url(../../../cmn/img/bnr_zaidan.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.zaidan a {
  height: 43px;
  padding: 13px 0 0 20px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.mirai {
  background: url(../../../cmn/img/bnr_mirai.jpg) no-repeat 100% 3px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li span.mirai a {
  height: 43px;
  padding: 13px 0 0 20px;
}
#topContents #wrpTopContents #bnr ul.chibaBnr li a {
  background: url(../../../cmn/img/arrow_dot_red.png) no-repeat 8px 50%;
}
#topContents #wrpTopContents #bnr .siteLinkBnr ul {
  text-align: center;
  background-color: #cfd0d1;
}
#topContents #wrpTopContents #bnr .siteLinkBnr ul li {
  background: none;
  margin: 0 0 5px;
}
#topContents #wrpTopContents #bnr .siteLinkBnr ul li:last-child {
  margin: 0;
}
#topContents #wrpTopContents #bnr .siteLinkBnr ul li a {
  height: auto;
  padding: 0;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #topContents #wrpTopContents {
    width: 620px;
    padding: 20px 0 30px;
  }
  #topContents #wrpTopContents #topLeftContents {
    float: none;
    width: 620px;
  }
  #topContents #wrpTopContents #mainBnr ul {
    margin-bottom: 20px;
  }
  #topContents #wrpTopContents #mainBnr ul li {
    width: 188px;
    margin-right: 10px;
    padding: 10px 6px;
  }
  #topContents #wrpTopContents #news {
    float: none;
    width: 620px;
  }
  #topContents #wrpTopContents #news dl {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #topContents #wrpTopContents #news dl dt {
    float: left;
    width: 160px;
  }
  #topContents #wrpTopContents #news dl dd {
    float: left;
    width: 426px;
  }
  #topContents #wrpTopContents #news dl dd img {
    max-width: 100%;
    height: auto;
  }
  #topContents #wrpTopContents #bnr {
    position: relative;
    float: none;
    zoom: 1;
    width: 620px;
    margin: 20px 0 40px;
  }
  #topContents #wrpTopContents #bnr:before, #topContents #wrpTopContents #bnr:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #topContents #wrpTopContents #bnr:after {
    clear: both;
  }
  #topContents #wrpTopContents #bnr ul {
    float: left;
    width: 285px;
    margin: 0;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr {
    margin-right: 10px;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li span {
    padding: 0;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li span.research {
    background: none;
    height: auto;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li span.research a {
    background: url(../../../cmn/img/arrow_dot_blue.png) no-repeat 8px 50%;
    height: 36px;
    padding: 20px 0 0 20px;
  }
  #topContents #wrpTopContents #bnr ul.programBnr {
    margin: 0 0 70px 0;
  }
  #topContents #wrpTopContents #bnr ul.programBnr li img:first-child {
    margin: 0 10px 0 0;
  }
  #topContents #wrpTopContents #bnr ul.programBnr li.lgs, #topContents #wrpTopContents #bnr ul.programBnr li.cipt {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #topContents #wrpTopContents #bnr ul.chibaBnr {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #topContents #wrpTopContents {
    width: 94%;
    padding: 20px 3% 20px;
  }
  #topContents #wrpTopContents #topLeftContents {
    float: none;
    width: 100%;
  }
  #topContents #wrpTopContents #mainBnr ul {
    margin-bottom: 14px;
  }
  #topContents #wrpTopContents #mainBnr ul li {
    width: 28%;
    margin-right: 2%;
    padding: 2%;
  }
  #topContents #wrpTopContents #mainBnr ul li img {
    width: 100%;
    height: auto;
  }
  #topContents #wrpTopContents #mainBnr ul li span.txt {
    display: none;
  }
  #topContents #wrpTopContents #news {
    float: none;
    width: 100%;
  }
  #topContents #wrpTopContents #news h1 img {
    width: 150px;
    height: auto;
  }
  #topContents #wrpTopContents #news h1 a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 6px 8px 4px 30px;
  }
  #topContents #wrpTopContents #news dl {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
    margin: 0 5px;
    padding: 10px 5px 3px;
  }
  #topContents #wrpTopContents #news dl dt {
    float: none;
    width: 100%;
  }
  #topContents #wrpTopContents #news dl dt span {
    float: none;
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 0 0 10px;
    padding: 4px 0 3px;
  }
  #topContents #wrpTopContents #news dl dd {
    float: none;
    width: 100%;
    padding-top: 5px;
  }
  #topContents #wrpTopContents #news dl dd img {
    max-width: 100%;
    height: auto;
  }
  #topContents #wrpTopContents #news dl:nth-child(n + 6) {
    display: none;
  }
  #topContents #wrpTopContents #news dl:nth-child(n + 5) {
    background-image: none;
  }
  #topContents #wrpTopContents #bnr {
    position: relative;
    float: none;
    zoom: 1;
    width: 100%;
    margin: 14px 0 30px;
  }
  #topContents #wrpTopContents #bnr:before, #topContents #wrpTopContents #bnr:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #topContents #wrpTopContents #bnr:after {
    clear: both;
  }
  #topContents #wrpTopContents #bnr ul {
    float: left;
    width: 45%;
    margin: 0;
    padding: 2%;
    /*
    &.siteLinkBnr {
      li {
        img {
          max-width: 100%;
          height: auto;
        }
      }
    }*/
  }
  #topContents #wrpTopContents #bnr ul li {
    line-height: 1.2;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #topContents #wrpTopContents #bnr ul li a {
    height: 27px;
    padding: 15px 0 0 20px;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr {
    margin: 0 2% 2% 0;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li span {
    padding: 0;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li span.research {
    background: none;
    height: auto;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li span.research a {
    background: url(../../../cmn/img/arrow_dot_blue.png) no-repeat 8px 50%;
    height: 27px;
    padding: 15px 0 0 20px;
  }
  #topContents #wrpTopContents #bnr ul.medicalBnr li a {
    height: 27px;
    padding: 15px 0 0 20px;
  }
  #topContents #wrpTopContents #bnr ul.programBnr {
    margin-bottom: 10px;
  }
  #topContents #wrpTopContents #bnr ul.chibaBnr {
    margin: 0 2% 2% 0;
  }
  #topContents #wrpTopContents #bnr ul.chibaBnr li span {
    background-image: none !important;
  }
  #topContents #wrpTopContents #bnr .siteLinkBnr ul li img {
    max-width: 100%;
    height: auto;
  }
}
/* topBnrArea */
#topBnrArea {
  background-color: #cfd0d1;
}
#topBnrArea #wrpTopBnrArea {
  width: 920px;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0 70px;
}
#topBnrArea #wrpTopBnrArea:before, #topBnrArea #wrpTopBnrArea:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#topBnrArea #wrpTopBnrArea:after {
  clear: both;
}
#topBnrArea #wrpTopBnrArea ul {
  float: left;
  width: 920px;
}
#topBnrArea #wrpTopBnrArea ul li {
  float: left;
  list-style: none;
  margin-left: 10px;
 /*
&.chiba {
  margin: 0;
}*/
}
#topBnrArea #wrpTopBnrArea ul li img {
  vertical-align: bottom;
}
#topBnrArea #wrpTopBnrArea ul li:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #topBnrArea #wrpTopBnrArea {
    width: 620px;
    padding: 15px 0 80px;
  }
  #topBnrArea #wrpTopBnrArea ul {
    width: 620px;
  }
  #topBnrArea #wrpTopBnrArea ul li {
    margin-left: 10px;
    /*
    &.chiba {
      width: 164px;
      img {
        width: 164px;
        height: auto;
      }
    }*/
  }
  #topBnrArea #wrpTopBnrArea ul li img {
    width: 116px;
    height: auto;
  }
  #topBnrArea #wrpTopBnrArea ul li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #topBnrArea #wrpTopBnrArea {
    width: 100%;
    padding: 15px 0 50px;
  }
  #topBnrArea #wrpTopBnrArea ul {
    width: 100%;
  }
  #topBnrArea #wrpTopBnrArea ul li {
    width: 45%;
    margin-left: 3%;
    margin-bottom: 10px;
  }
  #topBnrArea #wrpTopBnrArea ul li img {
    width: 100%;
    height: auto;
  }
  #topBnrArea #wrpTopBnrArea ul li:first-child {
    margin-left: 3%;
  }
}
/*****************  CSS *****************/
/* contents */
#contents {
  background: #ededed;
}
#contents #wrpContents {
  width: 920px;
  zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 80px;
}
#contents #wrpContents:before, #contents #wrpContents:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents #wrpContents:after {
  clear: both;
}
#contents #wrpContents #maincontents {
  float: right;
  width: 690px;
}
#contents #wrpContents #maincontents h1 {
  position: relative;
  font-size: 26px;
  font-size: 1.625rem;
  color: #4b82cc;
  font-weight: normal;
  margin-bottom: 20px;
}
#contents #wrpContents #maincontents h1 span {
  position: absolute;
  display: block;
  top: 45%;
  left: 30px;
}
#contents #wrpContents #maincontents h1 span.shadow {
  -moz-text-shadow: 2px 2px 3px #000;
  -webkit-text-shadow: 2px 2px 3px #000;
  text-shadow: 2px 2px 3px #000;
}
#contents #wrpContents #maincontents h1.txt-r span {
  position: absolute;
  display: block;
  top: 45%;
  right: 60px;
}
#contents #wrpContents #maincontents #news {
  width: 690px;
  background-color: white;
  margin-bottom: 30px;
  padding: 0 0 5px;
}
#contents #wrpContents #maincontents #news h2 {
  zoom: 1;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  color: #7aa3da;
  border-top: #7aa3da 2px solid;
  border-bottom: #b4b4b4 1px solid;
  background-color: #f0f0f0;
  /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* IE10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
  box-shadow: white 0px 0px 0px 2px inset;
  -webkit-box-shadow: white 0px 0px 0px 2px inset;
  -moz-box-shadow: white 0px 0px 0px 2px inset;
  padding: 6px 10px 3px;
}
#contents #wrpContents #maincontents #news h2:before, #contents #wrpContents #maincontents #news h2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents #wrpContents #maincontents #news h2:after {
  clear: both;
}
#contents #wrpContents #maincontents #news h2 span {
  display: inline-block;
  background: url(../../../cmn/img/bg_topics.png) no-repeat 5px 50%;
  min-height: 26px;
  padding: 8px 0 0 50px;
}
#contents #wrpContents #maincontents #news h2 a {
  float: right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -border-radius: 15px;
  border-radius: 15px;
  background: #4b82cc url(../../../cmn/img/arrow_dot_white.png) no-repeat 14px 50%;
  margin: 3px;
  padding: 8px 10px 6px 30px;
}
#contents #wrpContents #maincontents h3.subnav {
  font-size: 16px;
  font-size: 1rem;
  color: #4b82cc;
  font-weight: normal;
  margin: 20px 5px 10px;
}
#contents #wrpContents #maincontents #subPageLink {
  background-color: #a6c3e9;
  padding-bottom: 10px;
}
#contents #wrpContents #maincontents #subPageLink ul {
  zoom: 1;
}
#contents #wrpContents #maincontents #subPageLink ul:before, #contents #wrpContents #maincontents #subPageLink ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#contents #wrpContents #maincontents #subPageLink ul:after {
  clear: both;
}
#contents #wrpContents #maincontents #subPageLink ul li {
  width: 219px;
  line-height: 1.4;
  float: left;
  display: table-cell;
  margin-left: 8px;
  margin-top: 8px;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f0f0f0));
  /* Mozilla系 */
  background: -moz-linear-gradient(top, white, #f0f0f0);
  /* IE10+ */
  background: -ms-linear-gradient(top, white, #f0f0f0);
}
#contents #wrpContents #maincontents #subPageLink ul li img {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  *zoom: 1;
  /* for IE6-7 */
  *display: inline;
  /* for IE6-7 */
  padding: 10px 5px;
}
#contents #wrpContents #maincontents #subPageLink ul li a {
  display: table-cell;
  vertical-align: middle;
}
#contents #wrpContents #maincontents #subPageLink ul li .txt {
  display: inline-block;
  vertical-align: middle;
  width: 156px;
  *zoom: 1;
  /* for IE6-7 */
  *display: inline;
  /* for IE6-7 */
}
#contents #wrpContents #subcontents {
  float: right;
  width: 200px;
  margin-right: 30px;
}
#contents #wrpContents #subcontents p.subNavTitle {
  font-size: 22px;
  font-size: 1.375rem;
  color: white;
  background-color: #7aa3da;
  margin-bottom: 1px;
  padding: 30px 20px;
}
#contents #wrpContents #subcontents p.subNavTitle a {
  color: white;
  vertical-align: top;
}
#contents #wrpContents #subcontents p.subNavTitle a:link, #contents #wrpContents #subcontents p.subNavTitle a:visited, #contents #wrpContents #subcontents p.subNavTitle a:hover, #contents #wrpContents #subcontents p.subNavTitle a:focus {
  color: white;
}
#contents #wrpContents #subcontents .subNav li {
  list-style: none;
  background-color: #e1e1e1;
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: #ededed solid 2px;
}
#contents #wrpContents #subcontents .subNav li.current {
  background-color: white;
}
#contents #wrpContents #subcontents .subNav li a {
  display: block;
  color: #4b82cc;
  background: url(../../../cmn/img/arrow_blue.png) no-repeat 10px 50%;
  padding: 8px 8px 8px 26px;
}
#contents #wrpContents #subcontents .subNav li a:hover, #contents #wrpContents #subcontents .subNav li a:focus {
  background-color: white;
}
#contents #wrpContents #subcontents .subNav li ul li {
  border-top: #ededed dashed 1px;
}
#contents #wrpContents #subcontents .subNav li ul li a {
  background: url(../../../cmn/img/arrow_blue.png) no-repeat 24px 50%;
  padding: 8px 8px 8px 40px;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #contents #wrpContents {
    width: 620px;
    padding: 10px 0 80px;
  }
  #contents #wrpContents #maincontents {
    width: 620px;
    float: none;
  }
  #contents #wrpContents #maincontents h1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #contents #wrpContents #maincontents h1.txt-r span {
    position: absolute;
    display: block;
    top: 45%;
    right: 20px;
  }
  #contents #wrpContents #maincontents #news {
    width: 620px;
    margin-bottom: 20px;
  }
  #contents #wrpContents #maincontents #subPageLink {
    padding-bottom: 10px;
  }
  #contents #wrpContents #maincontents #subPageLink ul {
    zoom: 1;
  }
  #contents #wrpContents #maincontents #subPageLink ul:before, #contents #wrpContents #maincontents #subPageLink ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #contents #wrpContents #maincontents #subPageLink ul:after {
    clear: both;
  }
  #contents #wrpContents #maincontents #subPageLink ul li {
    width: 196px;
  }
  #contents #wrpContents #maincontents #subPageLink ul li .txt {
    width: 140px;
  }
  #contents #wrpContents #subcontents {
    float: none;
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #contents #wrpContents {
    width: 94%;
    padding: 8px 3% 66px;
  }
  #contents #wrpContents #maincontents {
    width: 100%;
    float: none;
  }
  #contents #wrpContents #maincontents h1 {
    font-size: 20px;
    font-size: 1.25rem;
    -moz-text-shadow: 2px 2px 3px #fff;
    -webkit-text-shadow: 2px 2px 3px #fff;
    text-shadow: 2px 2px 3px #fff;
    margin-bottom: 15px;
  }
  #contents #wrpContents #maincontents h1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #contents #wrpContents #maincontents h1 span {
    top: 42%;
    left: 15px;
  }
  #contents #wrpContents #maincontents h1.txt-r span {
    position: absolute;
    display: block;
    top: 45%;
    right: 20px;
  }
  #contents #wrpContents #maincontents #news {
    width: 100%;
    margin-bottom: 14px;
    /*
    dl {
      @include fontsize(12);
      line-height: 1.4;
      padding: 8px 5px 5px;
      dt {
        width: 100%;
        padding-bottom: 5px;
      }
      dd {
        width: 100%;
      }
    }*/
  }
  #contents #wrpContents #maincontents #subPageLink {
    padding-bottom: 2%;
  }
  #contents #wrpContents #maincontents #subPageLink ul {
    zoom: 1;
  }
  #contents #wrpContents #maincontents #subPageLink ul:before, #contents #wrpContents #maincontents #subPageLink ul:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #contents #wrpContents #maincontents #subPageLink ul:after {
    clear: both;
  }
  #contents #wrpContents #maincontents #subPageLink ul li {
    width: 47%;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 2%;
    margin-top: 2%;
  }
  #contents #wrpContents #maincontents #subPageLink ul li .txt {
    display: block;
    width: 100%;
  }
  #contents #wrpContents #maincontents #subPageLink ul li img {
    display: none;
  }
  #contents #wrpContents #maincontents #subPageLink ul li a {
    display: block;
    padding: 3%;
  }
  #contents #wrpContents #subcontents {
    float: none;
    display: none;
  }
}
/* breadcrumb */
/*
.breadcrumb {
  @include clearfix;
  @include fontsize(12);
  margin: 5px 5px 15px 5px;
  li {
    float: left;
    list-style: none;
    margin-right: 10px;
    &:after {
      content:" > ";
    }
    &:last-child:after {
      content: none;
    }
  }
}
*/
.breadcrumb .nav {
  zoom: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 5px 15px 5px;
}
.breadcrumb .nav:before, .breadcrumb .nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.breadcrumb .nav:after {
  clear: both;
}
.breadcrumb .nav li {
  float: left;
  list-style: none;
}
.breadcrumb .nav li:after {
  content: " > ";
  padding-right: 10px;
}
.breadcrumb .nav li:last-child:after {
  content: none;
}

#subMainContents .nav {
  zoom: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 5px 15px 5px;
}
#subMainContents .nav:before, #subMainContents .nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#subMainContents .nav:after {
  clear: both;
}
#subMainContents .nav li {
  float: left;
  list-style: none;
}
#subMainContents .nav li:after {
  content: " > ";
  padding-right: 10px;
}
#subMainContents .nav li ul {
  float: right;
}
#subMainContents .nav li ul li:after {
  content: none;
}

#subMainContents #sitemap {
  margin-left: 15px;
}
#subMainContents #sitemap .nav {
  zoom: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}
#subMainContents #sitemap .nav:before, #subMainContents #sitemap .nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#subMainContents #sitemap .nav:after {
  clear: both;
}
#subMainContents #sitemap .nav li {
  float: none;
  list-style: none;
  background: url(../../../cmn/img/arrow_box.png) no-repeat 0 3px;
  margin: 10px 0 0;
  padding: 0 0 0 24px;
}
#subMainContents #sitemap .nav li:after {
  content: none;
  margin: 0;
  padding: 0;
}
#subMainContents #sitemap .nav li ul {
  float: none;
  margin: 0;
  padding: 0;
}
#subMainContents #sitemap .nav li ul li {
  background: url(../../../cmn/img/circle_sora.png) no-repeat 0 8px;
  background-size: 6px 6px;
  margin: 0;
  padding: 0 0 0 16px;
}
#subMainContents #sitemap .nav li ul li ul {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  .breadcrumb {
    margin: 5px 5px 8px 5px;
  }
}
/* sub page */
#contents #wrpContents #subMainContents {
  float: right;
  width: 690px;
}
#contents #wrpContents #subMainContents h1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  color: #4b82cc;
  font-weight: normal;
  padding: 0 5px 20px;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #contents #wrpContents #subMainContents {
    float: none;
    width: 620px;
  }
  #contents #wrpContents #subMainContents h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.6;
    color: #4b82cc;
    font-weight: normal;
    padding: 0 5px 14px;
  }
}
@media only screen and (max-width: 640px) {
  #contents #wrpContents #subMainContents {
    float: none;
    width: 100%;
  }
  #contents #wrpContents #subMainContents h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    padding: 0 5px 10px;
  }
}
/* news topics */
#news p,
#page #news p {
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px;
}
#news p:last-child,
#page #news p:last-child {
  margin-bottom: 0;
}
#news dl,
#page #news dl {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  background: url(../../../cmn/img/dot_x.gif) repeat-x 0 100%;
  vertical-align: middle;
  margin: 0;
  padding: 12px 5px 5px;
}
#news dl:before, #news dl:after,
#page #news dl:before,
#page #news dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#news dl:after,
#page #news dl:after {
  clear: both;
}
#news dl dt,
#page #news dl dt {
  float: left;
  width: 175px;
  padding-right: 0;
}
#news dl dt img,
#page #news dl dt img {
  float: right;
}
#news dl dt span,
#page #news dl dt span {
  display: inline-block;
  float: right;
  width: 68px;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  line-height: 1.0;
  color: white;
  margin: 0 10px 0 0;
  padding: 4px 0 3px;
}
#news dl dd,
#page #news dl dd {
  float: left;
  width: 465px;
}
#news dl dd img,
#page #news dl dd img {
  margin-left: 5px;
}
#news dl dd a,
#page #news dl dd a {
  text-decoration: underline;
}
#news dl dd a.arrow,
#page #news dl dd a.arrow {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#news dl dd a.pdf,
#page #news dl dd a.pdf {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#news dl dd a.excel,
#page #news dl dd a.excel {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#news dl dd a.word,
#page #news dl dd a.word {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#news dl dd span.pdf,
#page #news dl dd span.pdf {
  background: url(../../../cmn/img/icon_pdf.png) no-repeat 0 0;
  width: 20px;
  height: 15px;
  background-size: 20px 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#news dl dd span.excel,
#page #news dl dd span.excel {
  background: url(../../../cmn/img/icon_excel.png) no-repeat 0 0;
  background-size: 24px 14px;
  width: 24px;
  height: 14px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#news dl dd span.word,
#page #news dl dd span.word {
  background: url(../../../cmn/img/icon_word.png) no-repeat 0 0;
  background-size: 26px 15px;
  width: 26px;
  height: 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#news dl:last-child,
#page #news dl:last-child {
  background-image: none;
}

#maincontents #news dl {
  margin: 0 20px;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #news dl,
  #page #news dl {
    padding: 12px 5px 5px;
  }
  #news dl dt,
  #page #news dl dt {
    width: 160px;
  }
  #news dl dd,
  #page #news dl dd {
    width: 410px;
  }
  #news dl dd img,
  #page #news dl dd img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  #news dl dt,
  #page #news dl dt {
    width: 100%;
  }
  #news dl dt span,
  #page #news dl dt span {
    float: none;
    margin: 0 0 0 10px;
  }
  #news dl dd,
  #page #news dl dd {
    width: 100%;
  }
  #news dl dd img,
  #page #news dl dd img {
    max-width: 100%;
    height: auto;
  }

  #maincontents #news dl {
    margin: 0 10px;
  }
}
/* template */
#page {
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 30px;
}
#page h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  border-bottom: #4b82cc 2px solid;
  margin-bottom: 15px;
  padding: 30px 5px 10px;
}
#page h2:first-child {
  padding: 10px 5px 10px;
}
#page h3 {
  background: url(../../../cmn/img/circle_sora.png) no-repeat 3px 15px;
  background-size: 14px 14px;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 0 10px 24px;
}
#page h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#page p {
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px;
}
#page article {
  zoom: 1;
  padding: 10px 0;
}
#page article:before, #page article:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page article:after {
  clear: both;
}
#page span {
  vertical-align: middle;
}
#page span.pdf {
  background: url(../../../cmn/img/icon_pdf.png) no-repeat 0 0;
  background-size: 20px 15px;
  width: 20px;
  height: 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#page span.excel {
  background: url(../../../cmn/img/icon_excel.png) no-repeat 0 0;
  background-size: 24px 14px;
  width: 24px;
  height: 14px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#page span.word {
  background: url(../../../cmn/img/icon_word.png) no-repeat 0 0;
  background-size: 26px 15px;
  width: 26px;
  height: 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#page .lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#page .indent {
  text-indent: 1.0em;
}
#page .comment {
  text-indent: -1.0em;
  margin-left: 1.0em;
}
#page .caption {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
}
#page .img-def {
  text-align: center;
  margin: 0 0 10px 0;
}
#page .img-def img {
  max-width: 100%;
  height: auto;
}
#page .img-r {
  float: right;
  margin: 0 0 10px 10px;
}
#page .img-l {
  float: left;
  margin: 0 10px 10px 0;
}
#page a {
  text-decoration: underline;
}
#page a.arrow {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page a.pdf {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page a.excel {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page a.word {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page .btn {
  display: inline-block;
  background-color: #4b82cc;
  color: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -border-radius: 20px;
  border-radius: 20px;
  margin: 10px 10px 20px;
}
#page .btn a {
  display: inline-block;
  color: white;
  padding: 10px 20px;
}
#page .btn a:link, #page .btn a:visited, #page .btn a:hover, #page .btn a:focus {
  color: white;
  text-decoration: none;
}
#page .box2 {
  zoom: 1;
  margin-bottom: 15px;
}
#page .box2:before, #page .box2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page .box2:after {
  clear: both;
}
#page .box2 .column {
  float: left;
  width: 49%;
  margin-right: 2%;
}
#page .box2 .column:last-child {
  margin-right: 0;
}
#page .box3 {
  zoom: 1;
  margin-bottom: 15px;
}
#page .box3:before, #page .box3:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page .box3:after {
  clear: both;
}
#page .box3 .column {
  float: left;
  width: 32%;
  margin-right: 2%;
}
#page .box3 .column:last-child {
  margin-right: 0;
}
#page .box4 {
  zoom: 1;
  margin-bottom: 15px;
}
#page .box4:before, #page .box4:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page .box4:after {
  clear: both;
}
#page .box4 .column {
  float: left;
  width: 23%;
  margin-right: 2%;
}
#page .box4 .column:last-child {
  margin-right: 0;
}
#page address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-style: normal;
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 10px;
}
#page .adobe {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 10px;
  margin: 30px 0 15px;
}
#page ul {
  margin-bottom: 20px;
}
#page ul li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  background: url(../../../cmn/img/circle_sora.png) no-repeat 3px 5px;
  background-size: 8px 8px;
  margin-left: 10px;
  padding-left: 20px;
}
#page ul.simple {
  margin-bottom: 10px;
}
#page ul.simple li {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  background: url(../../../cmn/img/circle_black.png) no-repeat 3px 7px;
  background-size: 5px 5px;
  margin-left: 10px;
  padding-left: 16px;
}
#page ol.roman {
  margin-bottom: 20px;
}
#page ol.roman li {
  list-style-type: upper-roman;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-left: 36px;
}
#page ol {
  margin-bottom: 20px;
}
#page ol li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-left: 36px;
}
#page dl {
  zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 5px;
}
#page dl:before, #page dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page dl:after {
  clear: both;
}
#page dl dt {
  padding-right: 15px;
}
#page dl dt, #page dl dd {
  float: left;
}
#page dl.def {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  background: url(../../../cmn/img/dot_x.gif) repeat-x 0 100%;
  vertical-align: middle;
  margin: 0;
  padding: 12px 5px 5px;
}
#page dl.def:before, #page dl.def:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page dl.def:after {
  clear: both;
}
#page dl.def dt {
  float: left;
  width: 400px;
}
#page dl.def dd {
  float: left;
  width: 225px;
}
#page dl.def dd img {
  margin-left: 5px;
}
#page dl.def dd a {
  text-decoration: underline;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.news_info {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  background: url(../../../cmn/img/dot_x.gif) repeat-x 0 100%;
  vertical-align: middle;
  margin: 0;
  padding: 12px 5px 5px;
}
#page dl.news_info:before, #page dl.news_info:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page dl.news_info:after {
  clear: both;
}
#page dl.news_info dt {
  float: left;
  width: 115px;
}
#page dl.news_info dd {
  float: left;
  width: 510px;
}
#page dl.news_info dd img {
  margin-left: 5px;
}
#page dl.news_info dd a {
  text-decoration: underline;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.news_info dd p {
  margin-bottom: 0;
}
#page dl.news_topics {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  background: url(../../../cmn/img/dot_x.gif) repeat-x 0 100%;
  vertical-align: middle;
  margin: 0;
  padding: 12px 5px 5px;
}
#page dl.news_topics:before, #page dl.news_topics:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page dl.news_topics:after {
  clear: both;
}
#page dl.news_topics dt {
  float: left;
  width: 130px;
}
#page dl.news_topics dt img {
  float: right;
}
#page dl.news_topics dd {
  float: left;
  width: 495px;
}
#page dl.news_topics dd img {
  margin-left: 5px;
}
#page dl.news_topics dd a {
  text-decoration: underline;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.pdfLink {
  zoom: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  background: url(../../../cmn/img/dot_x.gif) repeat-x 0 100%;
  vertical-align: middle;
  padding: 5px 5px 8px;
}
#page dl.pdfLink:before, #page dl.pdfLink:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page dl.pdfLink:after {
  clear: both;
}
#page dl.pdfLink dt {
  float: left;
  width: 460px;
}
#page dl.pdfLink dt p {
  margin-bottom: 0;
}
#page dl.pdfLink dd {
  float: left;
  width: 165px;
  text-align: right;
  zoom: 1;
}
#page dl.pdfLink dd:before, #page dl.pdfLink dd:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page dl.pdfLink dd:after {
  clear: both;
}
#page dl.pdfLink dd a {
  text-decoration: underline;
}
#page dl.pdfLink dd a.arrow {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.pdfLink dd a.pdf {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.pdfLink dd a.excel {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.pdfLink dd a.word {
  display: inline-block;
  text-decoration: none;
  background: url(../../../cmn/img/arrow_dot_sora.png) no-repeat 3px 3px;
  padding-left: 16px;
}
#page dl.pdfLink dd span {
  vertical-align: middle;
}
#page dl.pdfLink dd span.pdf {
  background: url(../../../cmn/img/icon_pdf.png) no-repeat 0 0;
  width: 20px;
  height: 15px;
  background-size: 20px 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#page dl.pdfLink dd span.excel {
  background: url(../../../cmn/img/icon_excel.png) no-repeat 0 0;
  background-size: 24px 14px;
  width: 24px;
  height: 14px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#page dl.pdfLink dd span.word {
  background: url(../../../cmn/img/icon_word.png) no-repeat 0 0;
  background-size: 26px 15px;
  width: 26px;
  height: 15px;
  display: inline-block;
  text-indent: 1000em;
  overflow: hidden;
  margin-left: 5px;
}
#page dl.pdfLink:last-child {
  background-image: none;
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
  #page dl.news_topics dd {
    width: 425px;
  }
  #page dl.def dt, #page dl.def dd {
    width: 580px;
    padding-right: 0;
  }
  #page dl.news_info dd {
    width: 440px;
  }
  #page dl.pdfLink dt {
    width: 390px;
  }
}
@media only screen and (max-width: 640px) {
  #page {
    padding: 2%;
  }
  #page h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 10px 5px 10px;
  }
  #page h3 {
    background-size: 12px 12px;
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #page h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #page .img-r {
    width: 50%;
    height: auto;
    margin: 0 0 5px 5px;
  }
  #page .img-r img {
    width: 100%;
    height: auto;
  }
  #page .img-l {
    width: 50%;
    height: auto;
    margin: 0 5px 5px 0;
  }
  #page .img-l img {
    width: 100%;
    height: auto;
  }
  #page .box2 .column,
  #page .box3 .column,
  #page .box4 .column {
    float: none;
    width: 100%;
  }
  #page .box2 .column img,
  #page .box3 .column img,
  #page .box4 .column img {
    width: 100%;
    height: auto;
  }
  #page dl.news_topics dt {
    width: 100%;
    padding-right: 0;
  }
  #page dl.news_topics dd {
    width: 100%;
  }
  #page dl.news_info dt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  #page dl.news_info dd {
    width: 100%;
  }
  #page dl.def dt, #page dl.def dd {
    width: 100%;
    padding-right: 0;
  }
  #page dl.pdfLink dt {
    width: 70%;
    padding-right: 0;
  }
  #page dl.pdfLink dd {
    width: 30%;
  }
  #page .adobe img {
    width: 40%;
    height: auto;
  }
}
/* table */
@media only screen and (max-width: 640px) {
  #contents .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 30px;
  }
  #contents .table-wrap table {
    margin: 0 0 15px;
  }
}
table {
  line-height: 1.6;
}
table .bg-sora {
  background-color: #7aa3da;
  color: white;
}
table .bg-blue {
  background-color: #4b82cc;
}
table .bg-lblue {
  background-color: #d0e1f6;
}
table .bg-yellow {
  background-color: #fcf5d2;
}
table .bg-white {
  background-color: white;
}

table.defTable {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  border: #cccccc 1px solid;
  border-collapse: separate;
  margin: 0 0 30px;
  padding: 2px;
}
table.defTable th {
  vertical-align: middle;
  background-color: #4b82cc;
  border: white 1px solid;
  color: white;
  font-weight: normal;
  padding: 6px 5px;
}
table.defTable td {
  vertical-align: middle;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 6px 5px;
}
table.defTable td:last-child {
  border-right: none;
}
table.defTable tr:last-child td {
  border-bottom: none;
}

table.blueTable {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  border: #cccccc 1px solid;
  border-collapse: separate;
  margin: 0 0 30px;
  padding: 2px;
}
table.blueTable th {
  vertical-align: middle;
  background-color: #4b82cc;
  border: white 1px solid;
  color: white;
  font-weight: normal;
  padding: 6px 5px;
}
table.blueTable td {
  vertical-align: middle;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 6px 5px;
}
table.blueTable td:last-child {
  border-right: none;
}
table.blueTable tr:last-child td {
  border-bottom: none;
}
table.blueTable tr:nth-child(even) {
  background-color: #efefef;
}

table.simpleTable {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  border-collapse: separate;
  margin: 0 0 15px;
}
table.simpleTable th {
  vertical-align: middle;
  background-color: #4b82cc;
  border-right: white 1px solid;
  border-bottom: white 1px solid;
  color: white;
  font-weight: normal;
  padding: 6px 5px;
}
table.simpleTable th:last-child {
  border-right: none;
}
table.simpleTable td {
  vertical-align: middle;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 6px 5px;
}
table.simpleTable td:last-child {
  border-right: none;
}
table.simpleTable tr:nth-child(even) {
  background-color: #efefef;
}

table.simple2Table {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-collapse: separate;
  margin: 0 0 15px;
}
table.simple2Table th {
  vertical-align: middle;
  background-color: #4b82cc;
  border-right: white 1px solid;
  border-bottom: white 1px solid;
  color: white;
  font-weight: normal;
  padding: 6px 5px;
}
table.simple2Table th:last-child {
  border-right: none;
}
table.simple2Table td {
  vertical-align: middle;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 6px 5px;
}
table.simple2Table tr:nth-child(even) {
  background-color: #efefef;
}

table.whiteTable {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 1px solid;
  border-collapse: separate;
  margin: 0 0 15px;
}
table.whiteTable th {
  vertical-align: middle;
  background-color: #4b82cc;
  border-right: white 1px solid;
  border-bottom: white 1px solid;
  color: white;
  font-weight: normal;
  padding: 6px 5px;
}
table.whiteTable th:last-child {
  border-right: none;
}
table.whiteTable td {
  vertical-align: middle;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 6px 5px;
}

table.blockTable {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  border-collapse: separate;
  margin: 0 0 3px;
}
table.blockTable th {
  background-color: #4b82cc;
  color: white;
  width: 10%;
  padding: 5px;
}
table.blockTable td {
  padding: 5px;
}
table.blockTable td img {
  border: #cccccc solid 1px;
}
table.blockTable td:nth-last-of-type(2) {
  background-color: #efefef;
  width: 15%;
}
table.blockTable td:last-child {
  width: 75%;
  background: url(../../../cmn/img/circle_sora.png) no-repeat 8px 10px;
  background-size: 8px 8px;
  padding-left: 24px;
}

#page table.research {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
  border: #cccccc 1px solid;
  border-collapse: separate;
  margin: 0 0 30px;
  padding: 2px;
}
#page table.research th {
  vertical-align: middle;
  background-color: #4b82cc;
  border: white 1px solid;
  color: white;
  font-weight: normal;
  padding: 6px 5px;
}
#page table.research td {
  vertical-align: top;
  border-right: #cccccc 1px solid;
  border-bottom: #cccccc 1px solid;
  padding: 6px 5px;
}
#page table.research td p.name {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  background-color: #4b82cc;
  color: white;
  margin-bottom: 3px;
  padding: 2px 5px;
}
#page table.research td p.research {
  border-bottom: #7aa3da 2px solid;
  margin-bottom: 8px;
  padding: 3px;
}
#page table.research td p.research span {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 10px;
}
#page table.research td dl {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  zoom: 1;
}
#page table.research td dl:before, #page table.research td dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#page table.research td dl:after {
  clear: both;
}
#page table.research td dl dt {
  float: left;
  width: 18%;
  padding: 0 1%;
}
#page table.research td dl dd {
  float: left;
  width: 80%;
}
#page table.research td:last-child {
  border-right: none;
}
#page table.research tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  table.defTable {
    padding: 1%;
  }
  table.defTable th, table.defTable td {
    display: block;
    text-align: left;
    width: 95%;
    border-right: none;
    padding: 6px 2%;
  }
  table.defTable th:last-child, table.defTable td:last-child {
    border-bottom: none;
  }
  table.defTable tr:last-child td {
    border-bottom: #cccccc 1px solid;
  }
  table.defTable tr:last-child td:last-child {
    border-bottom: none;
  }

  table.blueTable td {
    width: 39%;
  }
  table.blueTable td:first-child {
    width: 22%;
  }

  table.blockTable {
    border-bottom: none;
  }
  table.blockTable th {
    display: block;
    width: 96%;
    padding: 2%;
  }
  table.blockTable td {
    display: inline-block;
    padding: 2% 0;
  }
  table.blockTable td:nth-last-of-type(2) {
    width: 20%;
    float: left;
    background-color: white;
  }
  table.blockTable td:last-child {
    width: 75%;
    float: left;
    background: url(../../../cmn/img/circle_sora.png) no-repeat 3px 10px;
    background-size: 8px 8px;
    padding-left: 5%;
  }

  #page table.research td p.research {
    line-height: 1.2;
  }
  #page table.research td dl {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    zoom: 1;
  }
  #page table.research td dl:before, #page table.research td dl:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  #page table.research td dl:after {
    clear: both;
  }
  #page table.research td dl dt {
    font-weight: bold;
    float: none;
    width: 100%;
    padding: 0;
  }
  #page table.research td dl dd {
    float: none;
    width: 100%;
    padding: 0;
  }
}
/* search */
#page .searchList iframe {
  width: 100% !important;
}
