@media (min-width: 1200px) {
  .parallax-region {
    width: 1170px;
  }
}

@media (min-width: 1025px) { 
  .main-header { 
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: visible;
  }
  .user-logged-in .main-header {
    position: relative;
  }
  .navbar-header {
    width: 100%;
  }

  /*font-size*/
  #fs-area {
    float: right;
    background: #3d6d9a;
    color: #fff;
    width: 14em;
    height: 3em;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 10px;
  }
  #block-fontswitcher .content .clearfix {
    width: 200px;
    float: right;
    margin-bottom: 20px;
    margin-top: -45px;
  }
  #fs-area a {
    color: #fff;
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 5px;
  }

  /*flexslider*/
  .flexslider h2 {
    font-size: 2em;
  }
  .flexslider .flex-direction-nav {
    display: block;
    margin-top: -24px;
  }
  .flexslider .slider-caption {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 999;
    width: 70%;
    text-align: left;
    font-size: 1.5em;
    line-height: 150%;
    left: 40%;
    margin-left: -25%;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
  }
  .slider-description {
    font-size: 30px;
  }
  .slider-description span {
    font-size: 60px;
    font-family: times, serif;
  }

  .top-menu {
    padding: 0;
    text-align: left;
  }
  .testimonials-wrap {
    padding: 75px 0 55px;
  }
  .topwidget > div {
    border-right: 1px dotted #ddd;
  }
  .topwidget > div:last-child {
    border: 0;
  }
  .copyright p {
    margin: 10px 0;
  }
  .footerwidget img.left {
    float: left;
    margin: 10px 10px 0 0;
  }
  .content_layout .col-md-9 {
    width: 70%;
    float: left;
  }
  .col-md-9 {
    width: 100%;
    padding: 0;
  }
  .region-primary-menu {
    display: table;
    width: 100%;
    margin: 0 auto;
    background: #0a2752;
  }
  #main-menu {
    display: table;
    margin: 0 auto;
  }
  .region-primary-menu ul ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.74);
  }
  .region-primary-menu ul ul li a,
  .region-primary-menu ul ul li a.highlighted {
    padding: 12px 15px;
  }
  .region-primary-menu li {
    border: 0;
  }
  .region-primary-menu li a {
    background: none;
    border: 0; 
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
  }
  .region-primary-menu li a:hover {
    opacity:0.7;
  }
  .region-primary-menu li a span {
    background: none;
    border: 0; 
    color: #FFF;
    font-weight: 300;
    font-size: .9em;
    margin-left: 15px;
  }
  .region-primary-menu li a span.sub-arrow {
    padding: 0;
    top: 20px;
    margin-top: 0;
    bottom: 2px;
    right: 2px;
    margin-left: -5px;
    left: auto;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #848484 transparent transparent transparent;
    font-size: 2em;
    line-height: 100%;
  }
  .region-primary-menu li li span.sub-arrow {
    top: 12px;
    border-color: transparent transparent transparent #848484;
  }
  .region-primary-menu li.active a {
    background: none;
    color: #ff6260;
  }
  .carousel-caption p,
  .carousel-caption h3 {
    display: block;
  }
  .carousel-caption p:last-child {
    margin: 0;
  }
  .carousel-caption {
    background-color: #fff;
    background: rgba(0, 0, 0, 0.84);
    color: #ddd;
    text-shadow: none;
    padding: 20px;
    top: 20%;
    left: 10%;
    bottom: auto;
    width: 30%;
    text-align: left;
  }
  .credit-link {
    text-align: right;
  }

  /*comment*/
  .comment-wrap .author-details {
    width: 10%;
  }
  .comment-wrap .author-comments {
    width: 90%;
  }
  .region-top-menu {
    margin: 10px 0;
  }
  .region-top-menu ul {
    text-align: right;
  }
  .region-contact-email p {
    margin: 10px 0;
    line-height: 120%;
    font-size: 2em;
  }

  /*top-sub-menu*/
  .region-topwidget-first {
    min-height: 150px;
  }
  .topsubmenu {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .topsubmenu img {
    width: 50px;
    margin-top: -5px;
  }
  .topsubmenu a {
    color: #FFF;
    font-size: large;
  }
  .topsubmenu a:hover {
    opacity: .7;
  }
  .patient,
  .Medicalpart,
  .Medicalstudent {
    width: 33.33%;
    height: 120px;
    float: left;
    padding: 40px 0 0 100px;
  }
  .patient {
    background: #2497d3;
  }
  .Medicalpart {
    background: #0088a0;
  }
  .Medicalstudent {
    background: #1f4e79;
  }
  .patient p,
  .Medicalpart p,
  .Medicalstudent p {
    text-align: left;
    font-weight: bold;
  }
  .patient p span,
  .Medicalpart p span,
  .Medicalstudent p span{
    text-align: left;
    font-weight: normal;
    font-size: small;
  }

  /*topics*/
  .nms-topics table,
  .nms-topics-activity table, 
  .nms-member-activity table {
    background: #fafafa;
  }
  .nms-topics tr,
  .nms-topics-activity tr,
  .nms-member-activity tr {
    border-bottom: 1px dashed #b3b3b3;
  }
  .nms-topics tr:last-child,
  .nms-topics-activity tr:last-child,
  .nms-member-activity tr:last-child {
    border-bottom: 1px solid #b3b3b3;
  }
  .nms-topics-activity,
  .nms-member-activity {
    margin-top: 70px;
  }
  .content .contextual-region .nms-topics,
  .content .contextual-region .nms-topics-activity,
  .content .contextual-region .nms-member-activity {
    margin-top: 30px;
  }

  /*views*/
  .views-field-created {
    width: 25%;
    padding-left: 30px;
  }
  .views-field-title a {
    font-size: 1em;
    color: #333;
  }
  .views-field-title a:hover {
    opacity: .7;
  }

  /*top interview*/
  .interview {
    margin-top: 50px;
  } 
  .interview h3 {
    color: #353535;
    font-weight: bold;
  }
  .interview p {
    color: #888;
  }

  /*interview*/
  .doctor {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
  }
  .cpinterview {
    display: inline-block;
    float: left;
  }
  .cpinterview hr {
    width: 80px;
    height: 1px;
    background: #d8493a;
    margin-top: 50px;
  }
  .cpinterview .head {
    display: inline-block;
    background: #eee;
    width: 100%;
  }
  .cpinterview .head h1 {
    display: inline-block;
    font-size: 2.8em;
    font-weight: lighter;
    font-family: serif;
    color: #333;
    width: 40%;
  }
  .cpinterview .head h2 {
    font-size: 2em;
    color: #333;
    text-align: left;
  }
  .cpinterview .head p {
    padding-top: 12px;
  }
  .cpinterview h2 {
    color: #d8493a;
    font-size: 2.4em;
    font-weight: lighter;
    font-family: serif;
    text-align: center;
    margin: 50px 0;
  }
  .cpinterview p {
    display: inline-block;
    float: left;
    color: #444;
    width: 50%;
    padding: 0 12px;
  }
  .kanren_link {
    background: #eee;
    padding: 10px;
  }
  .kanren_link h3 {
    border-left: 5px solid #444;
    padding-left: 10px;
    margin-left: 20px;
  }
  .kanren_link_naka ul {
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
  }
  .kanren_link_naka ul li {
    display: inline-block;
    padding: 0px;
    margin: 20px;
  }
  .kanren_link_naka ul li a {
    color: #444;
    border-bottom: 1px solid #444;
  }
  .kanren_link_naka ul li a:hover,
  .kanren_link_naka ul li a:active {
    color: #d8493a;
    border-bottom: 1px solid #d8493a;
  }
  .content_layout .col-md-12 {
    padding: 0;
  }
  .ytube {
    display: inline-block;
    float: left;
    width: 370px;
    height: 210px;;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
  }
  .ytube iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .contents .ytube {
    display: block;
    float: none;
    width: 370px;
    height: 210px;;
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
  }

  /*sidebar menu*/
  .sidebar ul.menu {
    background: #528eb9;
    border-radius: 5px;
    border: 1px solid #3782b7;
  }
  .sidebar li.menu-item {
    padding: 10px;
    border-bottom: 1px solid #d2e4ea;
  }
  .sidebar li.menu-item:last-child {
    border-bottom: none;
  }
  .sidebar li.menu-item a {
    color: #fff;
  }
  .sidebar li.menu-item a:hover {
    opacity: .7;
  }
  .sidebar .col-md-3 {
    padding-left: 20px;
    padding-right: 40px;
  }

  /*for_patient*/
  .forpatient h3 {
    font-size: 1.25em;
    font-weight: bold;
  }
  .forpatient h4 {
    font-size: 1.1em;
    font-weight: bold;
  }

  .disease ul {
    text-align: center;
  }
  .disease li {
    display: inline-block;
    list-style: none;
    width: 250px;
    margin: 0 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-left: 5px solid #a0c9de;
    box-shadow: 3px 3px 5px #f1f1f1;
    padding: 20px 10px;
    font-size: 1em;
    text-align: center;
  }
  .disease li a {
    color: #0a4563;
  }
  .disease li a:hover,
  .disease li a:visited {
    opacity: .7;
  }

  /*table*/
  td {
    color: #333;
    text-align: left;
    padding: 10px;
  }
  .tble-data-04 td,
  .tble-data-01a th,
  .tble-data-01a td {
    border: 1px solid #BBBBBB;
    padding: 7px;
  }
  .history th {
    background: #eaf0f5;
  }
  .history {
    margin-bottom: 20px;
  }

  /*profile*/
  .profile {
    border: 1px solid #dedede;
  }
  .profile tr {
    background: #f1f1f1;
    border-top: 1px solid #dedede;
  }
  .profile tr:last-child,
  .moritablog table th,
  .moritablog table tr {
    border-bottom: 1px solid #dedede;
  }
  .moritablog table th {
    background: #eaedef;
  }
  .moritablog img {
    max-width: 300px;
  }

  /*Postgraduate*/
  .Postgraduate,
  .aboutus,
  .introduce {
    display: table;
    width: 100%;
  }
  .aboutus .title,
  .aboutus .contents,
  .introduce .title,
  .introduce .contents,
  .Postgraduate .title,
  .Postgraduate .contents {
    display: table-cell;
  }
  .aboutus .title,
  .introduce .title,
  .Postgraduate .title {
    float: left;
  }
  .aboutus .title,
  .Postgraduate .title {
    width: 24%;
  }
  .Postgraduate .title h2,
  .aboutus .title h2,
  .introduce .title h2 {
    font-size: 1.2em;
  } 
  .introduce .title {
    width: 35%;
    font-size: 1em;
    font-weight: bold;
  }
  .aboutus .contents,
  .Postgraduate .contents {
    width: 71%;
  }
  .introduce .contents {
    width: 60%;
  }
  .aboutus .contents,
  .introduce .contents,
  .Postgraduate .contents {
    float: right;
    border-top: 2px solid #96bad6;
    font-size: 1em;
    margin-left: 20px;
    padding: 10px 0; 
  }
  .aboutus .contents .drmorita {
    float: left;
    margin-right: 10px;
  }

  .ph-left,
  .ph-right {
    display: inline-block;
  }
  .ph-left {
    margin-right: 10px;
  } 

  /*search*/
  .search-left,
  .search-right {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .search-left p {
    float: left;
  }
  .search-right p {
    float: right;
  }
  .search-left img {
    float: right;
  }
  .search-center img {
    float: none;
  }
  p.hundred {
    width: 100%;
  }
  p.seventy {
    width: 70%;
  }
  p.sixty {
    width: 60%;
  }
  p.fiftyfive {
    width: 55%
  }
  p.fourty {
    width: 45%;
  }
  p.fifty {
    width: 50%;
  }
  p.hundred {
    width: 100%;
  }  
  p.eighty {
    width: 80%;
  }
  .rsyear h2,
  .research-summary h2,
  .search h2,
  .search a,
  .search a:hover {
    color: #5f9ac3;
    font-weight: bold;
  }
  .rsyear h2 {
    font-size: 1.3em;
  }
  .research-summary h2,
  .search h2 {
    font-size: 1.2em;
  }
  .search a,
  .search a:hover {
    font-size: 1.1em;
  }
  hr.rshr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #65bec2;
  }
  hr.group {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #566d8f;
  }
  .search-left .video-left,
  .search-left .video-right {
    display: inline-block;
  }
  .search-left .video-right {
    margin-left: 20px;
  }
  .rsyear {
    width: 100%;
  }
  .research-summary {
    margin-top: 50px;
  }
  .rsyear ul li {
    display: inline-block;
    float: left;
    padding: 10px 50px;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #55c1bf;
  }
  .rsyear ul {
    padding-left: 0;
  }
  .rsyear ul li a {
    color: #fff;
  }

  .views-label-body,
  .views-label-field-file,
  .views-label-field-achievement-history,
  .views-label-field-conference {
    font-weight: bold;
    font-size: 1.1em;
  }
  .views-field-field-file {
    margin-bottom: 20px;
  }
  .file--application-pdf {
    border: 2px solid #31a7ad;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: none;
  }
  .file--application-pdf a {
    color: #0e9198;
  }

  /*donation*/
  .donation h2 {
    font-weight: bold;
    font-size: 1.2em;
    color: #5f9ac3;
  }
  .donation h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #5a5a5a;
  }

  /*member*/
  .member .views-field-title,
  .member .views-field-field-senmon span {
    font-weight: bold;
  }
  .member .views-field-title a {
    font-size: 1.1em;
  }
  .member .views-field-field-image {
    float: left;
    margin: 0 10px 0 0;
  }
  .member .views-field-field-image img,
  .node--type-member .field--type-image img {
    width: 160px;
    height: 180px;
  }
  .member .views-view-grid .views-col {
    width: 100%;
    border-top: 1px solid #cadbde;
    background: #f6f7f7;
    padding: 10px;
    margin-bottom: 10px;
  }
  .member .views-field-field-position1 {
    margin-bottom: 20px;
  }
  .member .views-field-field-senmon {
    width: 79%;
    margin-left: 21%;
  }

  /*member individual*/
  .member h3,
  .node--type-member .field--name-field-name-roma {
    font-size: 1.4em;
    margin-bottom: 20px;
    border-left: 3px solid #9cb6bc;
    padding-left: 10px;
  }
  .node--type-member .field--type-image {
    float: right;
  }
  .blog .field__label,
  .node--type-member .field__label {
    border-top: 1px solid #9cb6bb;
    background: #edf2f3;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0;
  }
  .field--name-field-position2 .field__label,
  .field--name-field-position2 .field__item,
  .field--name-field-gakureki .field__label,
  .field--name-field-gakureki .field__item {
    margin-right: 165px;
  }
  .blog .btn-more {
    margin-bottom: 10px;
  }

  /*content*/
  .ourroom h2 {
    font-size: 1.5em;
    color: #4787b5;
  }
  .contents h2 {
    font-size: 1.1em;
    color: #1896ab;
    font-weight: bold;
  }
  .contents h3 {
    font-size: 1em;
    font-weight: bold;
  }
  h1.page-title {
    font-size: 1.5em;
    border-left: 4px solid #0a2851;
    color: #0a2851;
    padding-left: 10px;
  }
  h2.title {
    margin-top: 10px;
    padding: 0 0 10px 0;
  }
  h2.title span {
    font-weight: bold
  }

  .messages-banner {
    width: 35%;
    color: #35748c;
    border: 1px solid #f56565;
    border-left: 7px solid #f56565;
    padding: 15px;
    margin: 20px 0 10px 10px;
  }
  .messages-banner h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #f56565;
  }
  .messages-banner a {
    color: #474747;
  }
  .messages-banner a:hover {
    opacity: .8;
  }
  hr.cos {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #1996ab;
    width: 80px;
    margin-left: 0;
  }
  /*footer*/
  .region-footer-first h2 {
    margin-top: 30px;
    padding: 0 0 0 10px;
    border-left: 3px solid #4a4a4a;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 1.1em;
  }
  .address {
    display: inline-block;
    float: left;
    background: transparent;
    width: 70%;
    padding: 0px;
  }
  .address button {
    background: transparent;
    font-weight: bold;
    border: 2px solid #687177;
    border-radius: 20px;
    padding: 5px 30px;
    margin-top: 10px;
    color: #687177;
  }
  .address .facebook {
    background: #3b5898;
    border: 2px solid #3b5898;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    color: #fff;
  }
  .address .facebook span {
    font-weight: normal;
  }
  .address button:hover {
    background: #687177;
    color: #fff;
  }
  .address .facebook:hover {
    background: #3b5898;
    color: #fff;
    border: 2px solid #3b5898;
    opacity: .8;
  }
  #frmSample {
    float: right;
  }
  #block-footer-address {
    margin-bottom: 0;
  }
  #block-externallink {
    margin-top: -20px;
  }

  /*button*/
  .btn-1,
  .btn-2 {
    height: 40px;
    border: 1px solid #4e6096;
    border-radius: 15px;
    color: #fff;
    font-size: small;
    background: #528eb9;
    width: 260px;
    margin: 5px 15px;
    padding: 5px;
  }
  .btn-3, .btn-4 {
    border: 2px solid #3d6c9a;
    color: #f2f6fb;
    font-weight: bold;
  }
  .btn-3 {
    height: 40px;
    border-radius: 2px;
    color: #f2f6fb;
    width: 320px;
    padding: 5px 10px;
    background: #3d6c99;
  }
  .btn-4 {
    height: 50px;
    border-radius: 30px;
    width: 250px;
    padding: 10px;
    color: #3d6c9a;
  }
  .btn-3:hover,
  .btn-4:hover {
    opacity: .8;
  }
  .btn-1:hover,
  .btn-2:hover {
    background: #3075a7;
    color: #fff;
  }
  .btn-link {
    color: #31a7ad;
    border: 2px solid #31a7ad;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: none;
  }
  .btn-link:hover {
    color: #31a7ad;
    opacity: .7;
    border: 2px solid #31a7ad;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: none;
  }
}

/*iPads (landscape)*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
  .main-header {
    background: transparent;
  }
  .main-header .navbar-header {
    background: #fff;
  }
  .navbar .col-md-9 {
    float: right;
    background: #fff;
  }
}

/*iPads (portrait)*/
@media only screen
and (min-device-width : 768px)  
and (max-device-width : 1024px) {  
   .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: visible;
  }
  .tabs a {
    padding: 5px;
  }
  .navbar-header {
    box-shadow: 0 1px 1px #f2f3f5;
  }
  p {
    margin: 0;
  }
  .path-frontpage {
    padding-top: 50px;
  }
  #block-fontswitcher {
    display: none;
  }

  /*slider*/
  .flexslider .slider-caption {
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: left;
    line-height: 1;
    background: rgba(0,0,0,0);
    padding: 50px;
  }
  .flexslider .slider-description {
    display: inline-block;
    clear: both;
    padding: 0;
    font-size: 20px;
  }
  .slider-description span {
    font-size: 33px;
    font-family: serif;
  }
  .patient {
    background: #2497d3;
  }
  .Medicalpart {
    background: #0088a0;
  }
  .Medicalstudent {
    background: #1f4e79;
  }
  .patient,
  .Medicalpart,
  .Medicalstudent {
    display: table;
    margin: 10px auto;
    width: 80%;
    padding: 15px 30px;
  }
  .patient p,
  .Medicalpart p,
  .Medicalstudent p {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF;
  }

  .topsubmenu a {
    color: #FFF;
  }
  .topsubmenu img {
    max-width: 50px;
    margin-top: -4px;
  }
  .patient p span,
  .Medicalpart p span,
  .Medicalstudent p span {
    text-align: left;
    font-weight: normal;
    font-size: .525em;
  }
  .moritablog table,
  .nms-topics table,
  .nms-topics-activity table,
  .nms-member-activity table {
    background: #fafafa;
  }
  .moritablog tr,
  .nms-topics tr,
  .nms-topics-activity tr,
  .nms-member-activity tr {
    border-bottom: 1px dashed #b3b3b3;
  }
  .moritablog tr:last-child,
  .nms-topics tr:last-child,
  .nms-topics-activity tr:last-child,
  .nms-member-activity tr:last-child {
    border-bottom: 1px solid #b3b3b3;
  }
  .moritablog .views-field-created,
  .nms-topics .views-field-created,
  .nms-topics-activity .views-field-created,
  .nms-member-activity .views-field-created {
    width: 30%;
    padding-left: 10px;
  }
  .moritablog .views-field-title a,
  .nms-topics .views-field-title a,
  .nms-topics-activity .views-field-title a,
  .nms-member-activity .views-field-title a {
    font-size: .9em;
    color: #333;
  }

  .menu-base-theme a {
    background: none;
  }
  .menu-base-theme li {
    border-left: none;
  }
  #main-menu li {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
  }
  #main-menu li:last-child {
    border-bottom: none;
  }
  #main-menu li a span {
    margin-left: 10px;
  }
  .region-primary-menu {
    border-radius: 10px;
    width: 100%;
    background: #0a2752;
  }
  .navbar-default .navbar-toggle {
    z-index: 999;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: none;
    padding: 6px;
  }
  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
  }
  .navbar-header {
    width: 100%;
    float: none;
  }

  /*sidebar menu*/
  .sidebar ul.menu {
    background: #538fb9;
    border-radius: 10px;
  }
  .sidebar li.menu-item {
    padding: 10px;
    border-bottom: 1px solid #d2e4ea;
  }
  .sidebar li.menu-item:last-child {
    border-bottom: none;
  }
  .sidebar li.menu-item a {
    color: #fff;
  }
  .sidebar .region h2 {
    padding: 0 0 10px 10px;
  }

  /*for_patient*/
  .disease ul {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .disease li {
    display: inline-block;
    list-style: none;
    width: 250px;
    margin: 5px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-left: 5px solid #a0c9de;
    box-shadow: 3px 3px 5px #f1f1f1;
    padding: 20px 10px;
    font-size: 1em;
    text-align: center;
  }
  .disease li a {
    color: #0a4563;
  }

  /*top interview*/
  .interview {
    width: 100%;
    margin: 0 auto;
  }
  .interview h3 {
    color: #5f5f5f;
    font-weight: bold;
  }
  .interview p {
    color: #888;
  }
  .doctor {
    margin-bottom: 30px;
  }
  .interview .doctor img {
    float: left;
    margin-right: 10px;
  }

  /*youtube*/
  .ytube {
    display: inline-block;
    float: left;
    width: 370px;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .ytube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }

  /*content*/
  h1.page-title {
    font-size: 1.5em;
    border-left: 4px solid #0a2851;
    color: #0a2851;
    padding-left: 10px;
    margin-top: 40px;
  }
  h2.title {
    margin-top: 10px;
    border-top: 2px solid #566d8f;
    font-size: 1.2em;
    font-weight: bold;
    color: #566c8f;
  }
  .aboutus .title,
  .introduce .title,
  .Postgraduate .title {
    margin-top: 10px;
    font-weight: bold;
  }
  .aboutus .title h2,
  .introduce .title h2,
  .Postgraduate .title h2 {
    font-size: 1.3em;
  }
  .aboutus .contents img {
    margin: 10px 0;
  }
  .contents h2 {
    font-size: 1.1em;
    color: #1896ab;
    font-weight: bold;
  }
  .contents h3 {
    font-size: 1em;
    font-weight: bold;
  }
  hr.cos {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #1996ab;
    width: 80px;
    margin-left: 0;
  }

  /*interview*/
  .cpinterview hr {
    width: 80px;
    height: 1px;
    background: #d8493a;
    margin-top: 50px;
  }
  .cpinterview .head {
    display: inline-block;
    background: #eee;
    width: 100%;
  }
  .cpinterview .head h1 {
    display: inline-block;
    font-size: 2.8em;
    font-weight: lighter;
    font-family: serif;
    color: #333;
    width: 40%;
  }
  .cpinterview .head h2 {
    font-size: 2em;
    color: #333;
    text-align: left;
  }
  .cpinterview .head p {
    padding-top: 12px;
  }
  .cpinterview h1 {
    text-align: center;
  }
  .cpinterview h2 {
    color: #d8493a;
    font-size: 1.7em;
    font-weight: lighter;
    font-family: serif;
    text-align: center;
    margin: 30px 0;
  }
  .kanren_link {
    background: #eee;
    padding: 10px;
  }
  .kanren_link h3 {
    border-left: 5px solid #444;
    padding-left: 10px;
    margin-left: 20px;
  }
  .kanren_link_naka ul {
    width: 100%;
    margin-bottom: 0;
    padding-left: 35px;
  }
  .kanren_link_naka ul li {
    display: inline-block;
    padding: 0px;
  }
  .kanren_link_naka ul li a {
    color: #444;
    border-bottom: 1px solid #444;
  }

  /*table*/
  td {
    color: #333;
    text-align: left;
    padding: 5px;
  }
  .tble-data-04 td,
  .tble-data-01a th,
  .tble-data-01a td {
    border: 1px solid #BBBBBB;
    padding: 7px;
  }
  .history th {
    background: #eaf0f5;
  }
  .history {
    margin-bottom: 20px;
  }

  /*profile*/
  .profile {
    background: #fff;
  }
  .profile td:first-child {
    width: 25%;
  }
  .profile tr {
    background: #f1f1f1;
    border-top: 1px solid #dedede;
  }
  .profile tr:last-child,
  .moritablog table th,
  .moritablog table tr {
    border-bottom: 1px solid #dedede;
  }
  .moritablog table th {
    background: #eaedef;
  }
  .moritablog img {
    max-width: 300px;
  }
  
  /*search*/
  .search-left,
  .search-right {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .search-left p {
    float: left;
  }
  .search-right p {
    float: right;
  }
  p.seventy {
    width: 65%;
  }
  p.sixty {
    width: 60%;
  }
  p.fifty {
    width: 50%;
  }
  p.hundred {
    width: 100%;
  }
  p.eighty {
    width: 80%;
  }
  .search-left img {
    float: right;
  }
  .rsyear h2,
  .research-summary h2,
  .search h2,
  .search a {
    color: #5f9ac3;
    font-weight: bold;
  }
  .rsyear h2 {
    font-size: 1.3em;
  }
  .research-summary h2,
  .search h2 {
    font-size: 1.2em;
  }
  .research-summary {
    margin-top: 50px;
  }
  .search a {
    font-size: 1.1em;
  }
  hr.rshr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #65bec2;
  }
  hr.group {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #566d8f;
  }
  .search-left .video-left,
  .search-left .video-right {
    display: inline-block;
  }
  .search-left .video-right {
    margin-left: 20px;
  }
  .rsyear {
    width: 100%;
  }
  .rsyear ul li {
    display: inline-block;
    float: left;
    padding: 10px 50px;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #55c1bf;
  }
  .rsyear ul {
    padding-left: 0;
  }
  .rsyear ul li a {
    color: #fff;
  }

  .views-label-body,
  .views-label-field-file,
  .views-label-field-achievement-history,
  .views-label-field-conference {
    font-weight: bold;
    font-size: 1.1em;
  }
  .views-field-field-file {
    margin-bottom: 20px;
  }
  .file--application-pdf {
    border: 2px solid #31a7ad;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: none;
  }
  .file--application-pdf a {
    color: #0e9198;
  }

  /*donation*/
  .donation h2 {
    font-weight: bold;
    font-size: 1.2em;
    color: #5f9ac3;
  }
  .donation h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #5a5a5a;
  }

  /*member*/
  .member .views-field-title,
  .member .views-field-field-senmon span {
    font-weight: bold;
  }
  .member .views-field-title a {
    font-size: 1.1em;
    color: #333;
  }
  .member .views-field-field-image {
    float: left;
    margin: 0 10px 0 0;
  }
  .member .views-view-grid .views-col {
    width: 100%;
    border-top: 1px solid #cadbde;
    background: #f6f7f7;
    padding: 8px;
    margin-bottom: 10px;
  }
  .member .views-field-field-position1 {
    margin-bottom: 20px;
  }

  /*member individual*/
  .member h3,
  .node--type-member .field--name-field-name-roma {
    font-size: 1.4em;
    margin-bottom: 20px;
    border-left: 3px solid #9cb6bc;
    padding-left: 10px;
  }
  .node--type-member .field--type-image {
    float: right;
  }
  .member .views-field-field-image img,
  .node--type-member .field--type-image img {
    width: 160px;
    height: 180px;
  }
  .blog .field__label,
  .node--type-member .field__label {
    border-top: 1px solid #9cb6bb;
    background: #edf2f3;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0;
  }
  .field--name-field-position2 .field__label,
  .field--name-field-gakureki .field__label {
    margin-right: 165px;
  }
  .blog .btn-more {
    margin-bottom: 10px;
  }

  /*button*/
  .btn-1,
  .btn-2 {
    width: 250px;
    height: 40px;
    border: 1px solid #4e6096;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin: 5px 15px;
    background: #528eb9;
  }
  .btn-3, .btn-4 {
    border: 2px solid #3d6c9a;
    color: #f2f6fb;
    font-weight: bold;
  }
  .btn-3 {
    height: 40px;
    border-radius: 2px;
    color: #f2f6fb;
    width: 320px;
    padding: 5px 10px;
    background: #3d6c99;
  }
  .btn-4 {
    height: 50px;
    border-radius: 30px;
    width: 250px;
    padding: 10px;
    color: #3d6c9a;
    background: #fff;
    margin: 5px auto;
  }

  .messages-banner {
    width: 50%;
    color: #35748c;
    border: 1px solid #f56565;
    border-left: 7px solid #f56565;
    padding: 15px;
  }
  .messages-banner h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #f56565;
  }
  .messages-banner a {
    color: #474747;
  }

  /*footer*/
  .region-footer-first {
    padding: 30px;
  }
  .region-footer-first h2 {
    margin-top: 30px;
    border-top: 0;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 1.1em;
  }
  .address {
    background: transparent;
    padding: 0px;
  }
  .address button {
    background: transparent;
    font-weight: bold;
    border: 2px solid #687177;
    border-radius: 20px;
    padding: 5px 30px;
    margin-top: 10px;
    color: #687177;
  }
  .address .facebook {
    background: #3b5898;
    border: 2px solid #3b5898;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    color: #fff;
  }
  .address .facebook span {
    font-weight: normal;
  }
}


/*iPhone 8,8plus, X*/
@media (max-width: 767px) and (min-width: 375px) {
  .main-header { 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: visible;
  }
  .tabs a {
    padding: 5px;
  }
  .navbar-header {
    box-shadow: 0 1px 1px #f2f3f5;
  }
  p {
    margin: 0;
  }
  .path-frontpage {
    padding-top: 50px;
  }
  #block-fontswitcher {
    display: none;
  }

  /*slider*/
  .flexslider .slider-caption {
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: left;
    line-height: 1;
    background: rgba(0,0,0,0);
    padding: 10px;
  }
  .flexslider .slider-description {
    display: inline-block;
    clear: both;
    padding: 10px;;
    font-size: 14px;
  }
  .slider-description span {
    font-size: 23px;
    font-family: serif;
  }
  .patient {
    background: #2497d3;
  }
  .Medicalpart {
    background: #0088a0;
  }
  .Medicalstudent {
    background: #1f4e79;
  }
  .patient,
  .Medicalpart,
  .Medicalstudent {
    display: table;
    margin: 10px auto;
    width: 80%;
    padding: 15px 30px;
  }
  .patient p,
  .Medicalpart p,
  .Medicalstudent p {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF;
  }

  .topsubmenu a {
    color: #FFF;
  }
  .topsubmenu img {
    max-width: 50px;
    margin-top: -4px;
  }

  .patient p span,
  .Medicalpart p span,
  .Medicalstudent p span {
    text-align: left;
    font-weight: normal;
    font-size: .525em;
  }
  .moritablog table,
  .nms-topics table,
  .nms-topics-activity table,
  .nms-member-activity table {
    background: #fafafa;
  }
  .moritablog tr,
  .nms-topics tr,
  .nms-topics-activity tr,
  .nms-member-activity tr {
    border-bottom: 1px dashed #b3b3b3;
  }
  .moritablog tr:last-child,
  .nms-topics tr:last-child,
  .nms-topics-activity tr:last-child,
  .nms-member-activity tr:last-child {
    border-bottom: 1px solid #b3b3b3;
  }
  .moritablog .views-field-created,
  .nms-topics .views-field-created,
  .nms-topics-activity .views-field-created,
  .nms-member-activity .views-field-created {
    width: 30%;
    padding-left: 10px;
  }
  .moritablog .views-field-title a,
  .nms-topics .views-field-title a,
  .nms-topics-activity .views-field-title a,
  .nms-member-activity .views-field-title a {
    font-size: .9em;
    color: #333;
  }

  #main-menu li {
    border-bottom: 1px solid #e2e2e2;
  }
  #main-menu li:last-child {
    border-bottom: none;
  }
  #main-menu li a span {
    margin-left: 10px;
  }
  .region-primary-menu {
    border-radius: 10px;
  }

  /*sidebar menu*/
  .sidebar ul.menu {
    background: #538fb9;
    border-radius: 10px;
  }
  .sidebar li.menu-item {
    padding: 10px;
    border-bottom: 1px solid #d2e4ea;
  }
  .sidebar li.menu-item:last-child {
    border-bottom: none;
  }
  .sidebar li.menu-item a {
    color: #fff;
  }
  .sidebar .region h2 {
    padding: 0 0 10px 10px;
  }

  /*for_patient*/
  .disease ul {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .disease li {
    display: inline-block;
    list-style: none;
    width: 250px;
    margin: 5px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-left: 5px solid #a0c9de;
    box-shadow: 3px 3px 5px #f1f1f1;
    padding: 20px 10px;
    font-size: 1em;
    text-align: center;
  }
  .disease li a {
    color: #0a4563;
  }

  /*top interview*/
  .interview {
    width: 100%;
    margin: 0 auto;
  }
  .interview h3 {
    color: #5f5f5f;
    font-weight: bold;
  }
  .interview p {
    color: #888;
  }
  .doctor {
    margin-bottom: 30px;
  }

  /*youtube*/
  .ytube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  } 
  .ytube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }

  /*content*/
  h1.page-title {
    font-size: 1.5em;
    border-left: 4px solid #0a2851;
    color: #0a2851;
    padding-left: 10px;
    margin-top: 40px;
  }
  h2.title {
    margin-top: 10px;
    border-top: 2px solid #566d8f;
    font-size: 1.2em;
    font-weight: bold;
    color: #566c8f;
  }
  .aboutus .title,
  .introduce .title,
  .Postgraduate .title {
    margin-top: 10px;
    font-weight: bold;
  }
  .aboutus .title h2,
  .introduce .title h2,
  .Postgraduate .title h2 {
    font-size: 1.3em;
    font-weight: bold;
  }
  .aboutus .contents img {
    width: 200px;
    margin: 10px 0;
  }
  .introduce {
    margin-bottom: 20px;
  }
  .contents h2 {
    font-size: 1.1em;
    color: #1896ab;
    font-weight: bold;
  }
  .contents h3 {
    font-size: 1em;
    font-weight: bold;
  }
  hr.cos {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #1996ab;
    width: 80px;
    margin-left: 0;
  }
  /*interview*/
  .cpinterview hr {
    width: 80px;
    height: 1px;
    background: #d8493a;
    margin-top: 50px;
  }
  .cpinterview .head {
    background: #eee;
    width: 100%;
    padding: 10px;
  }
  .cpinterview .head h1 {
    font-size: 1.6em;
    font-weight: lighter;
    font-family: serif;
    color: #333;
  }
  .cpinterview .head h2 {
    font-size: 1.4em;
    color: #333;
    text-align: center;
    margin: 10px;
  }
  .cpinterview h1 {
    text-align: center;
  }
  .cpinterview h2 {
    color: #d8493a;
    font-size: 1.7em;
    font-weight: lighter;
    font-family: serif;
    text-align: center;
    margin: 30px 0;
  }
  .kanren_link {
    background: #eee;
    padding: 10px;
  }
  .kanren_link h3 {
    border-left: 5px solid #444;
    padding-left: 10px;
    margin-left: 20px;
  }
  .kanren_link_naka ul {
    width: 100%;
    margin-bottom: 0;
    padding-left: 35px;
  }
  .kanren_link_naka ul li {
    display: inline-block;
    padding: 0px;
  }
  .kanren_link_naka ul li a {
    color: #444;
    border-bottom: 1px solid #444;
  }

  /*table*/
  td {
    color: #333;
    text-align: left;
    padding: 5px;
  }
  .tble-data-04 td,
  .tble-data-01a th,
  .tble-data-01a td {
    border: 1px solid #BBBBBB;
    padding: 7px;
  }
  .history th {
    background: #eaf0f5;
  }
  .history {
    margin-bottom: 20px;
  }

  /*profile*/
  .profile {
    background: #fff;
  }
  .profile td:first-child {
    width: 25%;
  }
  .profile tr {
    background: #f1f1f1;
    border-top: 1px solid #dedede;
  }
  .profile tr:last-child,
  .moritablog table th,
  .moritablog table tr {
    border-bottom: 1px solid #dedede;
  }
  .moritablog table th {
    background: #eaedef;
  }
  .moritablog img {
    max-width: 300px;
  }

  /*search*/
  .rsyear h2,
  .research-summary h2,
  .search h2,
  .search a {
    color: #5f9ac3;
    font-weight: bold;
  }
  .rsyear h2 {
    font-size: 1.3em;
  }
  .research-summary h2,
  .search h2 {
    font-size: 1.2em;
  }
  .search a {
    font-size: 1.1em;
  }
  hr.rshr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #65bec2;
  }
  hr.group {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #566d8f;
  }
  .search-left .video-left,
  .search-left .video-right {
    display: inline-block;
  }
  .rsyear {
    width: 100%;
  }
  .research-summary {
    margin-top: 80px;
  }
  .rsyear ul li {
    display: inline-block;
    float: left;
    padding: 10px 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #55c1bf;
  }
  .rsyear ul {
    padding-left: 0;
  }
  .rsyear ul li a {
    color: #fff;
  }
  .views-label-body,
  .views-label-field-file,
  .views-label-field-achievement-history,
  .views-label-field-conference {
    font-weight: bold;
    font-size: 1.1em;
  }
  .views-field-field-file {
    margin-bottom: 20px;
  }
  .file--application-pdf {
    border: 2px solid #31a7ad;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: none;
  }
  .file--application-pdf a {
    color: #0e9198;
  }
  .dpin {
    display: inline-block;
  }

  /*donation*/
  .donation h2 {
    font-weight: bold;
    font-size: 1.2em;
    color: #5f9ac3;
  }
  .donation h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #5a5a5a;
  }

  /*member*/
  .member .views-field-title,
  .member .views-field-field-senmon span {
    font-weight: bold;
  }
  .member .views-field-title a {
    font-size: 1.1em;
    color:#333;
  }
  .member .views-field-field-image {
    float: left;
    margin-right: 10px;
  }
  .member .views-view-grid .views-col {
    width: 100%;
    border-top: 1px solid #cadbde;
    background: #f6f7f7;
    padding: 8px;
    margin-bottom: 10px;
  }
  .member .views-field-field-position1 {
    margin-bottom: 20px;
  }

  /*member individual*/
  .member h3,
  .node--type-member .field--name-field-name-roma {
    font-size: 1.4em;
    margin-bottom: 20px;
    border-left: 3px solid #9cb6bc;
    padding-left: 10px;
  }
  .node--type-member .field--type-image {
    float: right;
  }
  .member .views-field-field-image img,
  .node--type-member .field--type-image img {
    width: 120px;
    height: 140px;
  }

  .blog .field__label,
  .node--type-member .field__label {
    border-top: 1px solid #9cb6bb;
    background: #edf2f3;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0;
  }
  .field--name-field-position2 .field__label,
  .field--name-field-gakureki .field__label {
    margin-right: 125px;
  }
  .blog .btn-more {
    margin-bottom: 10px;
  }

  /*button*/
  .btn-1,
  .btn-2 {
    width: 250px;
    height: 40px;
    border: 1px solid #4e6096;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin: 5px;
    background: #528eb9;
  }
  .btn-3, .btn-4 {
    border: 2px solid #3d6c9a;
    color: #f2f6fb;
    font-weight: bold;
  }
  .btn-3 {
    height: 40px;
    border-radius: 2px;
    color: #f2f6fb;
    width: 320px;
    padding: 5px 10px;
    background: #3d6c99;
  }
  .btn-4 {
    height: 50px;
    border-radius: 30px;
    width: 250px;
    padding: 10px;
    color: #3d6c9a;
    background: #fff;
    margin: 5px auto;
  }

  .messages-banner {
    width: 100%;
    color: #35748c;
    border: 1px solid #f56565;
    border-left: 7px solid #f56565;
    padding: 15px;
  }
  .messages-banner h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #f56565;
  }
  .messages-banner a {
    color: #474747;
  }

  /*footer*/
  .region-footer-first {
    padding: 30px;
  }
  .region-footer-first h2 {
    border-top: 0;
    font-weight: bold;
    color: #474747;
    font-size: 1.1em;
  }
  .address {
    background: transparent;
    padding: 0px;
  }
  .address button {
    background: transparent;
    font-weight: bold;
    border: 2px solid #687177;
    border-radius: 20px;
    padding: 5px 30px;
    margin-top: 10px;
  }
  .address button a {
    color: #687177;
  }
  .address .facebook {
    background: #3b5898;
    border: 2px solid #3b5898;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    color: #fff;
  }
  .address .facebook span {
    font-weight: normal;
  }
}

/*iPhone 5s,SE*/
@media (max-width: 374px) and (min-width: 300px) {
  .main-header { 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: visible;
  }
  .tabs a {
    padding: 3px;
  }
  .navbar-header {
    box-shadow: 0 1px 1px #f2f3f5;
  }
  p {
    margin: 0;
  }
  .path-frontpage {
    padding-top: 50px;
  }
  #block-fontswitcher {
    display: none;
  }

  /*slider*/
  .flexslider .slider-caption {
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: left;
    line-height: 1;
    background: rgba(0,0,0,0);
    border-radius: 5px;
    padding: 10px;
  }
  .flexslider .slider-description {
    display: inline-block;
    clear: both;
    padding: 0;
    font-size: 12px;
  }
  .slider-description span {
    font-size: 16px;
    font-family: serif;
  }
  .path-frontpage {
    padding-top: 50px;
  }

  #main-menu li {
    border-bottom: 1px solid #e2e2e2;
  }
  #main-menu li a span {
    margin-left: 10px;
  }
  #main-menu li:last-child {
    border-bottom: none;
  }
  .region-primary-menu {
    border-radius: 10px;
  }

  .topsubmenu a {
    color: #FFF;
  }
  .topsubmenu img {
    max-width: 50px;
    margin-top: -4px;
  }

  .patient {
    background: #2497d3;
  }
  .Medicalpart {
    background: #0088a0;
  }
  .Medicalstudent {
    background: #1f4e79;
  }
  .patient,
  .Medicalpart,
  .Medicalstudent {
    display: table;
    margin: 10px auto;
    width: 80%;
    padding: 15px;
  }
  .patient p,
  .Medicalpart p,
  .Medicalstudent p {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF;
  }
  .patient p span,
  .Medicalpart p span,
  .Medicalstudent p span{
    text-align: left;
    font-weight: normal;
    font-size: .725em;
  }
  .nms-topics header h2,
  .nms-topics-activity header h2,
  .nms-member-activity header h2,
  .interview h2,
  .introvd h2 {
    font-size: 1.1em;
  }
  .moritablog table,
  .nms-topics table,
  .nms-topics-activity table,
  .nms-member-activity table {
    background: #fafafa;
  }
  .moritablog tr,
  .nms-topics tr,
  .nms-topics-activity tr,
  .nms-member-activity tr {
    border-bottom: 1px dashed #b3b3b3;
  }
  .moritablog tr:last-child,
  .nms-topics tr:last-child,
  .nms-topics-activity tr:last-child,
  .nms-member-activity tr:last-child {
    border-bottom: 1px solid #b3b3b3;
  }
  .moritablog button,
  .nms-topics button,
  .nms-topics-activity button,
  .nms-member-activity button {
    width: 80px;
  }
  .moritablog .views-field-created,
  .nms-topics .views-field-created,
  .nms-topics-activity .views-field-created,
  .nms-member-activity .views-field-created {
    width: 30%;
    padding-left: 5px;
  }
  .nms-member-activity .views-field-field-member-name {
    width: 25%;
  }
  .moritablog .views-field-title a,
  .nms-topics .views-field-title a,
  .nms-topics-activity .views-field-title a,
  .nms-member-activity .views-field-title a {
    font-size: .9em;
    color: #333;
  }

  /*sidebar menu*/
  .sidebar ul.menu {
    background: #538fb9;
    border-radius: 10px;
  }
  .sidebar li.menu-item {
    padding: 10px;
    border-bottom: 1px solid #d2e4ea;
  }
  .sidebar li.menu-item:last-child {
    border-bottom: none;
  }
  .sidebar li.menu-item a {
    color: #fff;
  }
  .sidebar .region h2 {
    padding: 0 0 10px 10px;
  }

   h2.title {
    font-size: 1.25em;
    font-weight: bold;
    margin: 30px 0 10px 0;
  }

  /*for_patient*/
  .disease ul {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .disease li {
    display: inline-block;
    list-style: none;
    width: 250px;
    margin: 5px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
    border-left: 5px solid #a0c9de;
    box-shadow: 3px 3px 5px #f1f1f1;
    padding: 20px 10px;
    font-size: 1em;
    text-align: center;
  }
  .disease li a {
    color: #0a4563;
  }

  /*interview*/
  .interview {
    width: 100%;
    margin: 0 auto;
  }
  .interview h3 {
    color: #5f5f5f;
    font-weight: bold;
  }
  .interview p {
    color: #888;
  }
  .doctor {
    margin-bottom: 20px;
  }

  /*youtube*/
  .ytube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .ytube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   }

  /*table*/
  td {
    color: #333;
    text-align: left;
    padding: 2px;
  }
  .tble-data-04 td,
  .tble-data-01a th,
  .tble-data-01a td {
    border: 1px solid #BBBBBB;
    padding: 5px;
  }
  .history th {
    background: #eaf0f5;
  }
  .history {
    margin-bottom: 20px;
  }

  /*profile*/
  .profile {
    background: #fff;
  }
  .profile td:first-child {
    width: 25%;
  }
  .profile tr {
    background: #f1f1f1;
    border-top: 1px solid #dedede;
  }
  .profile tr:last-child,
  .moritablog table th,
  .moritablog table tr {
    border-bottom: 1px solid #dedede;
  }
  .prof a {
    color: #333;
  }
  .moritablog img {
    max-width: 300px;
    margin-bottom: 5px;
  }

  /*content*/
  h1.page-title {
    font-size: 1.5em;
    border-left: 4px solid #0a2851;
    color: #0a2851;
    padding-left: 10px;
    margin-top: 40px;
  }
  h2.title {
    margin-top: 10px;
    border-top: 2px solid #566d8f;
    font-size: 1.2em;
    font-weight: bold;
    color: #566c8f;
  }
  .aboutus .title,
  .introduce .title,
  .Postgraduate .title {
    margin-top: 10px;
    font-weight: bold;
  }
  .aboutus .title h2,
  .introduce .title h2,
  .Postgraduate .title h2 {
    font-size: 1.125em;
    font-weight: bold;
  }
  .aboutus .contents img {
    width: 180px;
    margin: 10px 0;
  }
  .introduce {
    margin-bottom: 20px;
  }
  .introduce a {
    color:#444;
    border-bottom: 1px solid #444;
  }
  .contents h2 {
    font-size: 1.1em;
    color: #1896ab;
    font-weight: bold;
  }
  .contents h3 {
    font-size: 1em;
    font-weight: bold;
  }
  hr.cos {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #1996ab;
    width: 80px;
    margin-left: 0;
  }

  /*interview*/
  .cpinterview hr {
    width: 80px;
    height: 1px;
    background: #d8493a;
    margin-top: 50px;
  }
  .cpinterview h1 {
    text-align: center;
  }
  .cpinterview .head {
    background: #eee;
    width: 100%;
    padding: 10px;
  }
  .cpinterview .head h1 {
    font-size: 1.6em;
    font-weight: lighter;
    font-family: serif;
    color: #333;
  }
  .cpinterview .head h2 {
    font-size: 1.4em;
    color: #333;
    margin: 10px;
  }
  .cpinterview h2 {
    color: #d8493a;
    font-size: 1.7em;
    font-weight: lighter;
    font-family: serif;
    text-align: center;
    margin: 30px 0;
  }
  .kanren_link {
    background: #eee;
    padding: 10px;
  }
  .kanren_link h3 {
    border-left: 5px solid #444;
    padding-left: 10px;
    margin-left: 20px;
  }
  .kanren_link_naka ul {
    width: 100%;
    margin-bottom: 0;
    padding-left: 35px;
  }
  .kanren_link_naka ul li {
    display: inline-block;
    padding: 0px;
  }
  .kanren_link_naka ul li a {
    color: #444;
    border-bottom: 1px solid #444;
  }

  /*search*/
  .rsyear h2,
  .research-summary h2,
  .search h2,
  .search a {
    color: #5f9ac3;
    font-weight: bold;
  }
  .rsyear h2 {
    font-size: 1.3em;
  }
  .research-summary h2,
  .search h2 {
    font-size: 1.2em;
  }
  .search a {
    font-size: 1.1em;
  }
  hr.rshr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dashed #65bec2;
  }
  hr.group {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #566d8f;
  }
  .search-left .video-left,
  .search-left .video-right {
    display: inline-block;
  }
  .rsyear {
    width: 100%;
  }
  .research-summary {
    margin-top: 130px;
  }
  .rsyear ul li {
    display: inline-block;
    float: left;
    padding: 10px 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #55c1bf;
  }
  .rsyear ul {
    padding-left: 0;
  }
  .arrow_list li a {
    color: #fff;
  }
  .views-label-body,
  .views-label-field-file,
  .views-label-field-achievement-history,
  .views-label-field-conference {
    font-weight: bold;
    font-size: 1.1em;
  }
  .views-field-field-file {
    margin-bottom: 20px;
  }
  .file--application-pdf {
    border: 2px solid #31a7ad;
    padding: 10px 40px;
    margin-top: 10px;
    border-radius: 30px;
    background-image: none;
  }
  .file--application-pdf a {
    color: #0e9198;
  }
  .dpin {
    display: inline-block;
  }

  /*donation*/
  .donation h2 {
    font-weight: bold;
    font-size: 1.2em;
    color: #5f9ac3;
  }
  .donation h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #5a5a5a;
  }
  
  /*member*/
  .member .views-field-title,
  .member .views-field-field-senmon span {
    font-weight: bold;
  }
  .member .views-field-title a {
    font-size: 1.1em;
    color: #333;
  }
  .member .views-field-field-image {
    float: left;
    margin-right: 9px;
  }
  .member .views-view-grid .views-col {
    width: 100%;
    border-top: 1px solid #cadbde;
    background: #f6f7f7;
    padding: 5px;
    margin-bottom: 10px;
  }
  .member .views-field-field-position1 {
    margin-bottom: 20px;
  }

  /*member individual*/
  .member h3,
  .node--type-member .field--name-field-name-roma {
    font-size: 1.4em;
    margin-bottom: 20px;
    border-left: 3px solid #9cb6bc;
    padding-left: 10px;
  }
  .node--type-member .field--type-image {
    float: right;
  }
  .member .views-field-field-image img,
  .node--type-member .field--type-image img {
    width: 120px;
    height: 140px;
  }
  .blog .field__label,
  .node--type-member .field__label {
    border-top: 1px solid #9cb6bb;
    background: #edf2f3;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0;
  }
  .field--name-field-position2 .field__label,
  .field--name-field-gakureki .field__label {
    margin-right: 125px;;
  }
  .blog .btn-more {
    margin-bottom: 10px;
  }

  /* button */
  .btn-1,
  .btn-2 {
    width: 230px;
    height: 35px;
    border: 1px solid #4e6096;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
    background: #528eb9;
  }
  .btn-3, .btn-4 {
    border: 2px solid #3d6c9a;
    color: #f2f6fb;
    font-weight: bold;
  }
  .btn-3 {
    height: 40px;
    border-radius: 2px;
    color: #f2f6fb;
    width: 320px;
    padding: 5px 10px;
    background: #3d6c9a;
  }
  .btn-4 {
    height: 50px;
    border-radius: 30px;
    width: 250px;
    padding: 10px;
    color: #3d6c9a;
    background: #fff;
    margin: 5px auto;
  }

  .messages-banner {
    width: 100%;
    color: #35748c;
    border: 1px solid #f56565;
    border-left: 7px solid #f56565;
    padding: 15px;
  }
  .messages-banner h2 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #f56565;
  }
  .messages-banner a {
    color: #474747;
  }

  /* footer */
  .region-footer-first {
    padding: 30px;
  }
  .region-footer-first h2 {
    border-top: 0;
    font-weight: bold;
    color: #474747;
    font-size: 1.1em;
  } 
  .address {
    background: transparent;
    padding: 0px;
  }
  .address button {
    background: transparent;
    font-weight: bold;
    border: 2px solid #687177;
    border-radius: 20px;
    padding: 5px 30px;
    margin-top: 10px;
  }
  .address button a {
    color: #687177;
  }
  .address .facebook {
    background: #3b5898;
    border: 2px solid #3b5898;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    color: #fff;
  }
  .address .facebook span {
    font-weight: normal;
  }
}
