@charset "UTF-8";
/*   
Theme Name:AIP Design
Theme URI:http://dotnext.co.jp/
Description:Original Theme For AIP Center
Author:dotnext INC.
Author URI:http://dotnext.co.jp/
Version:2.14
*/

* {
    box-sizing: border-box;
}

div#site-header > span[class^="debug-responsive-"] {
    position:fixed;
    top:0;
    left:0;
    display:none !important;
    width:80px;
    height:20px;
    line-height:1.2rem;
    color: white;
    font-size: 0.8rem;
    text-align:center;
}

body, img {
    margin:0;
    padding:0;
}
body{
    background: #f1f4f5;
}

p, ul {
    display: block;
    margin:0; 
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

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

input[type="search"]::-webkit-input-placeholder {
    font-size: 12px;
}
input[type="search"]:-moz-placeholder {
    font-size: 12px;
}
div#site-header {
    background: white;
    width: 100%;
    margin:0;
    padding:15px 0 5px 0;
    height: 95px;
}
div.clear {
    clear: both;
}
a.plink {
    display:inline-block;
    margin: 5px 1px 1px 1px;
    padding: 4px 10px 4px 22px;
    background-image:url("images/arrow02.png");
    background-repeat:no-repeat;
    background-position:5px;
    background-size: 8px;
    text-decoration:none;
    border:1px solid #15578A;
    font-size: 0.9rem !important;
    background-color:#EDF7FF;
    color: #15578A !important;
}
a.plink:hover {
    color: #15578A !important;
    background-color: #bfdff9;
    cursor: pointer;
    border:2px solid #15578A;
    margin: 4px 0 0 0;
}
/* top page subtitle & sideber & menutitle h tags */
.nonstyle {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal;
}
.nonstyle::after {
    margin: 0;
    padding: 0;
    border: none;
}
/*---------------------------------------------------------------------
   div.article-header * [ Default style]
*/
.article-header h3{
    border-bottom: solid 3px #1e4883;
    padding: 7px 8px;
    margin: 1rem 0 4px;
    font-size: 1.5rem;
}
.article-header h3.page-title{
    border-bottom: solid 3px #1e4883;
    padding: calc(1rem + 23px) 8px 7px 8px;
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
}
/*---------------------------------------------------------------------
   div.article-body * [ Default style]
*/

div.article-body * {
    font-size: 0.95rem;
}
div.aip_content {
    margin-left: 20px;
}
@media only screen and ( max-width:1024px) {
    div.aip_content {
        margin-left: 5px;
    }    
}
div.article-body p {
    line-height: 1.6rem;
    padding-bottom: 5px;
    letter-spacing: 0.05rem;
    margin: 16px 0;
}
/*インデント追加のスタイル*/
p.indent {
    text-indent: 1rem;
}
/*Image*/
div.article-body img {
    max-width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 16px;
}
div.article-body .wp-caption{
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 24px;
}
div.article-body .wp-caption img{
    width: 100% !important;
    height: auto !important;
    margin: 0;
}
div.article-body p.wp-caption-text{
    display: block;
    font-size: 0.78rem;
    line-height: 1.1rem;
    padding: 0;
    margin: 2px 0 0;
    text-align: left;
    width: 100% !important;
}
div.article-body p.wp-caption-text *{
    font-size: 0.78rem;
}
@media only screen and (max-width: 780px) {
    div.article-body .wp-caption.alignnone,
    div.article-body .wp-caption.alignright,
    div.article-body .wp-caption.alignleft{
        margin: 0 auto;
        float: none;
    }
    div.article-body img.alignnone,
    div.article-body img.alignright,
    div.article-body img.alignleft{
        margin: 0 auto;
        float: none;
        display: block;
    }
}
/*Table*/
div.article-body table:not([class]) {
    border-collapse:collapse;
    border: 1px solid #999;
    margin: 5px 10px;
}
div.article-body table:not([class]) th {
    border: 1px solid #999;
    background-color:#CEE8FC;
    padding: 3px;
    text-align: left;
    font-weight: normal;
}
div.article-body table:not([class]) td {
    border: 1px solid #999;
    padding: 5px;
    line-height: 1.5rem;
}
div.article-body table.jobtb caption{
    width: 5rem;
    font-weight: bold;
    caption-side: top;
    vertical-align: left;
    line-height: 2rem;
}
div.article-body table.jobtb {
    border: 1px solid #999;
    padding: 0px;
}
div.article-body table.jobtb>tbody>tr>th {
    background-color: #EDF7FF;
    font-weight: normal;
    line-height: 2rem;
    text-align: left;
}
div.article-body table.jobtb>tbody>tr:nth-of-type(1)>th {
    background-color: #CEE8FC;
    font-weight: normal;
    line-height: 2rem;
    text-align: center;
}
div.article-body hr.jobtbhr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.article-body h3{
    border-bottom: solid 3px #1e4883;
    padding: 7px 8px;
    margin: 1rem 0;
    font-size: 1.5rem;
}

.article-body h4 {
    border-bottom: solid 3px #88baff;
    position: relative;
    padding: 7px 8px;
    margin: 1rem 0;
    font-size: 1.2rem;
}
.article-body h4::after {
    border-bottom: solid 3px #1e4883;
    content: " ";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 30%;
}
.article-body h5{
    border-bottom: solid 3px #88baff;
    padding: 7px 8px;
    margin: 1rem 0;
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
}
.article-body h6{
    border-bottom: solid 1px #88baff;
    padding: 7px 8px 5px 8px;
    margin: 1rem 0;
    font-size: 1rem;
}
.article-body a{
    color: #254aa5;
    word-wrap: break-word;
}
.article-body a:hover{
    text-decoration: none;
}
.article-body a[target="_blank"]{
    margin-right:10px;
}
.article-body a[target="_blank"]:after {
    content:url("images/new-tab.png");
    letter-spacing: 2rem;
}
/*List*/
.article-body ul:not([class]),
.article-body ol:not([class]) {
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding: 0;
    margin:16px 0 24px 0;
}
.article-body ul:not([class]),
.article-body ol:not([class]) {
    margin-left: 1.5rem;
}

.article-body ul:not([class]) li {
    line-height: 1.6rem;
    list-style-image:url("images/li-icon.png");
    margin-left: 18px;
    margin-bottom: 10px;
}

.article-body ul[style]:not([class]) li {
    list-style-image:none;
}
.article-body ol[style]:not([class]) li {
    padding-left: 0.5em;
    line-height: 1.6rem;
    margin-left: 18px;
    margin-bottom: 10px;
}
.article-body ol:not([class]):not([style]) {
    counter-reset: li;
}
.article-body ol:not([class]):not([style]) > li {
    line-height: 2rem;
    list-style: none;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 10px;
}
.article-body ol:not([class]):not([style]) > li:before {
    counter-increment: li;
    content: counter(li);
    margin-right: 1rem;
    background: #ffd8be;
    border: 1px solid #ff6600;
    color: #ff6600;
    text-align: center;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: 0em;
    top: 2px;
    line-height: 1.4rem;
}
/*ナビリンク*/
ul.iconnav {
    list-style-type: none;
    margin-left: 1.5rem;
    padding-left: 0;
}

ul.iconnav li {
    padding-left: 1rem;
    line-height: 1.6rem;
    background-image: url("images/arrow-down01.png");
    background-repeat: no-repeat;
    background-position: 0 0.55rem;
    background-size: 0.5rem;
}
ul.iconnav li a {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}
/*マーカーなしのスタイル追加*/
ul.nobullet {
    list-style-type: none;
    padding: 0;
    margin:16px 0 24px 1.5rem;
}
ul.nobullet li {
    line-height: 1.6rem;
    margin-left: 18px;
    margin-bottom: 10px;
}
ul.nobullet li a {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
}

/*---------------------------------------------------------------------
    Skip link
*/
div#skiplink {
    position: absolute;
    top: 0;
    left: 40%;
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: black;
    text-align: center;
    border-radius: 5px;
}
div#skiplink a {
    color:white;
    text-decoration:none;
    font-weight: bold;
}

/*---------------------------------------------------------------------
    Site Title
*/
img#site-logo {
    position:absolute;
    top: 18px;
    left: 5px;
    display:block;
    height:36px;
}

img#site-title-org {
    position:absolute;
    top: 5px;
    left: 120px;
}

h1#site-title-name {
    margin:0;
}
h1#site-title-name span {
    position: fixed;
    top: -10000px;
    left: -10000px;
}

/*---------------------------------------------------------------------
    Main Menu
*/


/*--------------------------------------------------------------------
    Sidebar 
*/

div.sidebar-container {
    margin-bottom: 16px;
    background: white;
}
div.sidebar-title {
    padding: 4px;
    background: white;
    border-left: solid 3px #1e4883;
}
div.sidebar-title .title {
    padding: 4px 0 4px 8px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0px 2px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
}

/* calendar */
div#sidebar-calendar {
    border-top: 1px solid #c3c3c3;
}
div#sidebar-calendar .cal-ym {
    text-align:center;
    font-weight: bold;
    padding: 10px 0;
    line-height: 20px;
}

div#sidebar-calendar .cal-ym span {
    line-height: 20px;
}
div#sidebar-calendar .cal-ym img {
    width: 15px;
    vertical-align: middle;
}

div#sidebar-calendar table {
    border-collapse: collapse;
    width: 96%;
    margin: 0 auto;
}

div#sidebar-calendar td {
    border-bottom: 1px solid #A2BFEB;
    width: 14.285%;
    text-align:center;
    color: #3B4C69;
}
div#sidebar-calendar tr.weekday td {
    font-size: 0.9rem;
}
div#sidebar-calendar tr.days td {
    padding: 3px 3px;
    line-height: 1.6rem;
}
div#sidebar-calendar tr.days td > span {
    display:block;
    width:100%;
    height:100%;
}
div#sidebar-calendar tr.days td > a  {
    text-decoration: none;
}
div#sidebar-calendar tr.days td > a > span {
    display:block;
    width:100%;
    height:100%;
    background-color: #31648F;
    color: white;
}
div#sidebar-calendar tr.days td > a > span:hover {
    background-color: #3B7AAF; 
    cursor: pointer;
    
}
div#sidebar-calendar div.view-all {
    text-align: center;
    padding: 8px 8px 13px 8px;

}


/* sub menu */
ul#submenu {
    list-style: none;
    padding: 0;
}
ul#submenu li {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
ul#submenu li:first-child {
    border-top: 1px solid #c3c3c3;
}
ul#submenu li:last-child {
    border-bottom: none;
}
ul#submenu li::after {
    content:' ';
    display: inline-block;
    background-image: url("images/arrow00.png");
    background-repeat:no-repeat;
    width: 0.7rem;
    height: 0.7rem;
    background-size: contain;
    position: absolute;
    top: 65%;
    right: 8px;
    margin-top: -12px;
}
ul#submenu li a {
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.4rem;
    padding: 8px 24px 8px 16px;
}
ul#submenu li a:hover {
    background: #c3c3c3;
}
/* external link */
ul#external_link {
    list-style: none;
    padding: 0;
    line-height: 1.6rem;
}
ul#external_link li{
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
ul#external_link li:first-child {
    border-top: 1px solid #c3c3c3;
}
ul#external_link li:last-child {
    border-bottom: none;
}
ul#external_link li::after {
    content:' ';
    display: inline-block;
    background-image: url(images/new-tab.png);
    background-repeat:no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    top: 65%;
    right: 8px;
    margin-top: -12px;
}
ul#external_link li a {
    display: block;
    font-size: 0.9rem;
    padding: 8px 24px 8px 16px;
    text-decoration: none;
}
ul#external_link li a:hover {
    background: #c3c3c3;
}

/* banner link */
.banner {
    text-align: center;
    background-color: #f2f4f5 !important;
}

.banner a{
    height: 40px;
    display: inline-block;
}
.banner a:hover{
    opacity: 0.8;
}

/* banner link youtube */
.banner .youtube{
    height: 40px;
    width: 220px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
@media only screen and  ( max-width:1025px) {
    .banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner a{
        margin: 8px 16px;
    }
}
@media only screen and  ( max-width:350px) {
    .banner a{
        margin: 8px 0;
    }
}



/*--------------------------------------------------------------------
    Page Header
*/
div.page-header {
    margin-top: 16px;
}

/*--------------------------------------------------------------------
    Footer
*/
footer {
    margin-top: 10px;
    width: 100%;
    
}
footer #footer-bar {
    margin-top: 40px;
    background-color: #C9C9C9; 
    height: 40px;
}

footer #footer-main{
    background-color: #1E4883;
    min-height: 250px;
}
footer #footer-main .content{
    padding-top:15px;
    position: relative;
    min-height: 250px;
}

div.copyright {
    width: 100%;
    text-align:right;
    color:white;
    font-size: 0.8rem;
    position: absolute;
    bottom:0;
}

div.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
}

div.pagetop a {
    display: block;
    background-image:url("images/backtotop.png");
    background-size: 100%;
    background-repeat:no-repeat;
    width:81px;
    height:67px;
    text-decoration:none;
    color: rgba(255,255,255,0);
}
div.pagetop a:hover {
    background-image:url("images/backtotop_hv.png");
    background-size: 100%;
    background-repeat:no-repeat;
}

div.owner-address a {
    color:white;
}

/*--------------------------------------------------------------------
    Subtitle
*/
div.aip-subtitle-container {
    padding: 10px 8px 5px 8px;
    border-bottom: solid 3px #1e4883;
}
div.aip-subtitle .subtitle-text {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
}

div.aip-subtitle a.subtitle-rss {
    display: block;
    text-decoration: none;
    float: right;
    width: 4rem;
    height: 1.6rem;
    margin-right: 2px;
    margin-left: auto;
    margin-top: 3px;
    background-color:#CF3F00;
    background-image:url("images/rss2.png");
    background-repeat: no-repeat;
    background-position: 3px 0.4rem;
    background-size: 1rem;
    color: white;
    padding: 0.4rem 0 0.4rem 1.5rem;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: "Merriweather Sans";
    letter-spacing:0.1rem;
}
div.aip-subtitle a.subtitle-rss:hover {
    opacity: 0.9;
}
div.aip-subtitle:after {
    clear:right;
}
div.aip-subtitle .subtitle-rss img {
    width:40px;
}


/*--------------------------------------------------------------------
    News List
*/

div.list-wrap{
    background: white;
    margin-right: 20px;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
div.list-wrap h3{
    margin: 0;
    padding: 0;
    border: none;
}

div.list-wrap h4{
    margin: 0;
    padding: 0;
    border: none;
}
div.list-wrap h4:after{
    border: none;
}
div.list-wrap h5{
    margin: 0;
    padding: 0;
    border: none;
}

div.heading3 {
    border-bottom: solid 3px #1e4883;
    padding: 7px 8px;
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: bold;
}
div.box {
    margin: 0 5px 0 0;
    padding: 16px 8px 0 8px;
}
div.box .news-date {
    line-height: 1.3rem;
}
div.box .news-date span:first-child {
    float:left;
    font-size: 0.8rem;
    margin-top: 4px;
}
div.box .news-date.with-float:after {
    content: "";
    display:block;
    clear: both;
}

div.box .box-title {
    padding: 8px 0;
    line-height: 1.6rem;
}

div.box .title-only {
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 16px;
}

div.box .box-title a {
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
    color: #254aa5;
}
div.box .box-title a:hover {
    text-decoration: none;
}
div.box .box-title .no-direct-title-only {
    letter-spacing: 0.05rem;
    font-size: 1.2rem;
}
div.toppage-list .box .box-title a[target="_blank"]{
    margin-right:10px;
}
div.toppage-list .box .box-title a[target="_blank"]:after {
    content:url("images/new-tab.png");
    letter-spacing: 2rem;
}
div.box-excerpt:after {
    display: block;
    clear: both;
    content: "";
}

div.box .box-excerpt {
    border-bottom: 2px solid #c3c3c3;
    font-size: 0.8rem;
    min-height: 130px;
    letter-spacing: 0.05rem;
    padding: 10px 0 16px 0;
    line-height: 1.4rem;
    overflow-wrap: break-word;
    word-break:break-all;
}
div.box img.eyecatch {
    float: left;
    max-width: 160px;
    max-height: 130px;
    margin: 0 10px 5px 0;
}
div.box-link {
    display: block;
    text-align: right;
    padding-right: 10px;
}

div.link-to-all {
    margin: 10px 20px;
    text-align:right;
}

div.link-to-all a {
    letter-spacing: 0.05rem;
}

/*--------------------------------------------------------------------
    Event List
*/

div.box-excerpt table {
    border-collapse:collapse;
    width: calc(100% - 170px);
    
} 

div.box-excerpt tr {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #c3c3c3;
}

div.box-excerpt tbody:first-child tr {
    border-width: 1px 0 1px 0;
    border-style: dotted;
    border-color: #c3c3c3;
}

div.box-excerpt table td:first-child {
    width: 50px;
    text-align: center;
    padding: 8px 0 8px 0;
}

div.box-excerpt table td:first-child span {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 0.8rem;
    padding: 3px 5px;
    background-color: #ADDBFF;
}

div.box-excerpt table td {
    font-size: 0.8rem;
    padding: 4px 0 4px 8px;
}

/* 日時 */
table.one-row {
    border-collapse:collapse;
} 
table.one-row td:first-child {
    width: 50px;
    text-align: center;
    padding: 0;
}
table.one-row td:first-child span {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #ADDBFF;
}
table.one-row td {
    font-size: 0.9rem;
    padding: 0 0 0 8px;
}


/*--------------------------------------------------------------------
    Page Header (Parent's Header)
*/

div.menutitle {
    /*margin-top: 10px;*/
    position: relative;
}

div.menutitle .container {
    height: 120px;
    width: 100%;
    background-position:0 0;
    background-size: 1000px;
    border:1px solid #aaa;
}

div.menutitle .title-box {
    height: 120px;
    width: 80%;
}

div.menutitle .title-box.left {
    background: -prefix-linear-gradient(left, rgba(32,83,121, 1.0), rgba(32,83,121,0));
    background: linear-gradient(to right, rgba(32,83,121, 1.0), rgba(32,83,121,0));
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

div.menutitle .title-box.right {
    background: -prefix-linear-gradient(right, rgba(32,83,121, 1.0), rgba(32,83,121,0));
    background: linear-gradient(to left, rgba(32,83,121, 1.0), rgba(32,83,121,0));
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
div.menutitle .title-box  span {
    display: inline-block;
    color: white;
    /*margin-top: 80px;*/
    margin-top: 75px;
    margin-left: 25px;
    margin-right: 25px;
    letter-spacing: 0.05rem;
    font-size: 1.8rem;
    text-shadow: 3px 3px 3px #000;
}

/*--------------------------------------------------------------------
    Article (Header)
*/

/* kanatsu mod パンくずリスト修正*/
div.breadcrumbs {
    background: white;
    padding: 4px 2px 4px 8px;
    line-height: 1.2em;
    font-size: 0.8rem;
}
div.bread-pc div.breadcrumbs {
    padding: 4px 4px 12px 8px;
    line-height: 1.3rem;
    letter-spacing: 0.05rem;
}
div.breadcrumbs span a{
    display:inline;
    border: none;
    padding-right: 0.5rem;
    text-decoration: underline;
    color: #254aa5;
}
div.breadcrumbs span a:hover {
    text-decoration: none;
}
div.breadcrumbs span.arrow {
    padding: 0 0.5rem 0 0.5rem;
    background-image:url("images/arrow01.png");
    background-size: 0.4rem;
    background-repeat:no-repeat;
    background-position: left;
}

/* モバイル共通 */
@media only screen and ( max-width:1024px) {
    div.breadcrumbs {
        padding: 20px 0 20px 8px ;
        margin: 0;
        overflow-x: scroll;
        white-space: nowrap;
    }
    /* すくろーるばー非表示 */
    div.breadcrumbs::-webkit-scrollbar {
        height: 0px;
    }
    
}

div.social-link {
    text-align: right;
    height: 40px;
    padding-top: 10px;
}
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

ul.tag-list {
    margin: 0;
    display: block;
    text-align: right;
    padding-left: auto;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    list-style:none;
    line-height: 1.3rem;
}
ul.tag-list li {
    display: inline;
    padding: 1px 7px 1px 16px;
    background-color: #C9C9C9;
    margin-left: 10px;
    font-size: 0.78rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px; 
    color: #493E0D;
    border:1px solid #493E0D;
}
ul.tag-list li:hover {
    background-color: #DCD9D9;   
}
ul.tag-list li a {
    color: #493E0D;
    text-decoration: none;
}
ul.tag-list li a:hover {
    color: #493E0D;

}


/*--------------------------------------------------------------------
    Article (Content)
*/
div.article-container{
    padding: 0 16px 16px 16px;
    background-color: white;
}
div.article-body {
    padding: 16px 0;
    margin: 0 0 16px 0;
}

div.posted-date {
    margin-bottom: 20px;
    text-align:right;
}
div.posted-date span {
    font-size: 0.9rem;
    padding:0.35rem 1rem 0.35rem 30px;
    line-height: 1.6rem;
    background-image:url("images/pen.png");
    background-repeat:no-repeat;
    background-position:left;
    background-size: 23px;
}

div.post_eyecatch {
    background-color: #D0E5F6;
    margin-bottom: 15px;

}
div.post_eyecatch img {
    display: block;
    max-width: 70%;
    max-height: 400px;
    margin: 0 auto;
}
/*--------------------------------------------------------------------
    Article (Page Navigation)
*/
div.page-navigation {
    text-align:center;
}

div.page-navigation a {
    display:inline-block;
    margin:5px 20px 5px 20px;
    background-repeat:no-repeat;
    background-size: 16px;
    text-decoration:none;
    border:1px solid #15578A;
    font-size: 0.9rem;
    background-color:#EDF7FF;
    color: #15578A;
}
div.page-navigation a[rel="prev"] {
    padding: 7px 8px 7px 24px;
    background-image:url("images/navi-prev.png");
    background-position: left;
}

div.page-navigation a[rel="next"] {
    padding: 7px 24px 7px 8px;
    background-image:url("images/navi-next.png");
    background-position: right;
}


div.page-navigation a:hover {
    background-color:#DDEDFA;
    cursor: pointer;
}


/*--------------------------------------------------------------------
    Event Page
*/
table.ev_table {
    width: 98%;
    margin: 20px auto 40px;
    border-collapse: collapse;
}
table.ev_table tr{
    border-bottom:1px solid #c3c3c3;
}
table.ev_table th{
    width: 120px !important;
    padding: 10px;
}
table.ev_table th span {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 3px 5px;
    background-color: #ADDBFF;
}
table.ev_table td{
    padding: 10px;
    letter-spacing: 0.05rem;
}
table.ev_table td span.ev_venue {
    display: block;
    margin-bottom: 10px;
    line-height: 1.6rem;
}
table.ev_table td span.ev_venue a {
    letter-spacing: 0.05rem;
}

table.ev_table td a.ev_url{
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
}

div#event-tooltip {
    margin: 0;
    width: 600px;
    height: 180px;
    position:absolute;
    display: none;
}

div#event-tooltip div.box-excerpt{
    border-bottom: none;
}

div.tooltip {
    background: white;
    border: 1px solid #c3c3c3;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tooltip:before, .tooltip:after{
    content:"";
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.tooltip:after{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

div.tooltip h5 {
    margin: 0;
    padding: 0;
    border: none;
}

/*--------------------------------------------------------------------
    List
*/

/* ニュース年 */
#list-year {
    padding: 8px 0 8px 0;
    vertical-align: middle;
}
#list-year span {
    display: inline-block;
    border-left: 1px solid #c3c3c3;
}
#list-year span.active{
    padding: 0 10px 0 10px;
}
#list-year a {
    padding: 0 10px 0 10px;
}


/* 状態 */
#list-conditions {
    padding: 8px 0 8px 0;
}
#list-conditions span {
    display: inline-block;
    text-align:center;
    background-color: white;
    border:1px solid #999;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.29);
    margin: 0 5px 5px 0;
}

#list-conditions span:active {
    box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);
    transform: translateY(1px);
} 

#list-conditions span.active {
    background-color: #EDF7FF;
    box-shadow: inset 0 0 1px rgba(128, 128, 128, 0.1);

}
#list-conditions span.active:hover {
    background-color: #EDF7FF;
}

#list-conditions span:hover {
    background-color: #DDEDFA;
    cursor:pointer;
}

#list-conditions a {
    color: #444;
    display:block;
    text-decoration: none;
    padding: 5px 10px;
    height:100%;
    width:100%;
}

span.new-icon{
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 2px 5px 1px;
    background-color: #eb1313;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: "Merriweather Sans";
    letter-spacing:0.1rem;
}
@media only screen and ( max-width:400px) { 
    span.new-icon{
        font-size: 0.8rem;
        margin: 0 0 2px 2px;
        padding: 2px 2px 1px;
        font-weight: normal;
    }
}

div.nothing{
    margin: 24px 0 24px 8px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #666;
}

/*--------------------------------------------------------------------
    Pager
*/
.nav-links{
    margin: 24px 0 0 0;
    text-align:center;
    line-height: 2rem;
}
.nav-links a {
    display:inline-block;
    margin: 0px 8px 0px 8px;
    background-repeat:no-repeat;
    background-size: 16px;
    text-decoration:none;
    border:1px solid #15578A;
    font-size: 0.9rem;
    background-color:#EDF7FF;
    color: #15578A;
}
.nav-links a:hover {
    color: #15578A;
    background-color: #bfdff9;
    border:2px solid #15578A;
    cursor: pointer;
    margin: 0px 7px 0px 7px;
}
.nav-links .page-numbers{
    padding: 0 10px 0 10px
}

.nav-links span.current{
    margin: 0 7px 0 7px;
    display:inline-block;
    color: #15578A;
    border:2px solid #15578A;
    font-size: 0.9rem;
    background-color: #bfdff9;
}
.nav-links a.prev {
    padding: 0 8px 0 24px;
    background-image:url("images/navi-prev.png");
    background-position: left;
}
.nav-links a.next {
    padding: 0 24px 0 8px;
    background-image: url("images/navi-next.png");
    background-position: right;
}

@media only screen and ( max-width: 617px) { 
    .nav-links a {
        margin: 0px 2px 0px 2px;
    }
    .nav-links a:hover {
        margin: 0px 1px 0px 1px;
    }
    .nav-links span.dots{
        padding: 0 2px 0 2px;
    }
    .nav-links span.current{
        margin: 0 1px 0 1px;
    }
}

/*--------------------------------------------------------------------
    イベント(個別記事)
*/
h4.ev-item-name {
    margin-top: 20px;
    margin-left: 20px;
}
h4.ev-item-name + div {
    margin: 10px 0 24px 40px;
}
div.ev-detail table {
    display: table;
    margin-left:0;
    margin-top: 20px;
    width: calc(100% - 10px);
}
div.ev-detail table td:first-child {
    width: 100px;
    background-color:#CEE8FC;
}
.googlemap-box{
    margin-top: 8px;
    max-width: 800px;
    height: 400px;
    border: 1px solid rgb(153, 153, 153);
    position: relative;
    overflow: hidden;
}
.googlemap-box iframe{
    max-width: 800px;
    height: 400px;
    width: 100% !important;
}

/* Mobile (common) */
@media only screen and ( max-width:1024px) {

    h4.ev-item-name {
        margin-left: 0;
    }
    h4.ev-item-name + div {
        margin: 10px 3px 24px 5px;
    }
    div.ev-detail table {
        table-layout: fixed;
        word-break: break-word;
        margin: 20px 0 20px 0;
        margin-top: 20px;
    }
    div.ev-detail table td:first-child {
        width: 80px;
        
    }
}

/*--------------------------------------------------------------------
    ビジター(個別記事)
*/
h4.vs-item-name{
    margin-top: 20px;
    margin-left: 20px;
}
a.eyecatch-visitor img {
    max-width: 200px;
    margin: 5px 5px 10px 10px;
    float: right;
}
div.content-visitor {
    margin: 10px 0 24px 40px;
}
/* Mobile (common) */
@media only screen and ( max-width:1024px) {
    h4.vs-item-name{
        margin-left: 0;
    }
    div.content-visitor {
        margin: 10px 3px 24px 5px;
    }
}

/*--------------------------------------------------------------------
    研究室
*/
/*共通*/
img.lab-eyecatch{
    border: 1px solid #c3c3c3;
    max-height: 100px !important; 
    max-width: 75px !important; 
    float: left;
    margin: 0 !important; 
}
div.lab-excerpt{
    padding-left: 83px;
    position: relative;
}
div.lab-excerpt:after {
    content: "";
    clear: both;
    display: block;
}
div.lab-item-name{
    color: #2e65ff;
    font-size: 0.8rem;
    min-height: 1.4rem;
    padding: 0.3rem 0 0.3rem 0.1rem;
}
div.lab-item-value{
    min-height: 1.4rem;
    padding: 0.2rem 0 0.2rem 1rem;
    vertical-align: middle;
}

/*グループ*/
div.lab-group {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 8px;
}

div.lab-group-name h4 {
    border: none;
    margin: 0;
    padding: 0;
}
div.lab-group-name h4::after {
    border: none;
}

div.lab-group-name {
    border-right: solid 1px #999;
    border-left: solid 6px #1e4883;
    margin: 32px 0 8px 0;
    padding: 10px 0 8px 8px;
    position: relative;
}
div.lab-group-name::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #999;
}
div.lab-group-name::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #999;
}
div.lab-group-name a{
    font-weight: bold;
    font-size: 1.2rem;
}
div.lab-group-info {
    padding: 8px 8px 16px 14px;
}
div.lab-group-leader {
    float: left;
    width: 30%;
    padding-right: 8px;
}
div.lab-group-excerpt {
    float: right;
    width: 70%;
    font-size: 0.85rem;
    line-height: 1.2rem;
    letter-spacing: 0.05rem;
}
div.lab-group-excerpt a{
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
}

@media only screen and ( max-width:700px) { 
    div.lab-group-info {
        padding: 8px 8px 16px 8px;
    }
    div.lab-group-leader {
        float: none;
        padding-right: 8px;
        width: 100%;
    }
    div.lab-group-excerpt {
        float: none;
        padding-top: 16px;
        width: 100%;
    }
}

/*チーム*/
/*チーム一覧のスタイル　画面サイズの定義が他と違うので注意*/
@media only screen and ( max-width:700px) { 
    ul.lab-team-list > li{
        width: 100%;
    }
    ul.lab-team-list > li:nth-child(odd){
        margin: 10px 0 10px 0;
    }
    ul.lab-team-list > li:nth-child(even){
        margin: 10px 0 10px 0;
    }
}
@media only screen and (min-width:701px) and ( max-width:1024px) {
    ul.lab-team-list > li{
        width: 48%;
    }
    ul.lab-team-list > li:nth-child(odd){
        margin: 0 10px 10px 0;
    }
    ul.lab-team-list > li:nth-child(even){
        margin: 0 10px 10px 0;
    }
}
@media only screen and (min-width:1025px) and ( max-width:1280px) {
    ul.lab-team-list > li{
        width: 340px;
    }
    div.aip_content ul.lab-team-list > li{
        width: 330px;
    }
    ul.lab-team-list > li:nth-child(odd){
        margin:0 10px 10px 0;
    }

    ul.lab-team-list > li:nth-child(even){
        margin:0 0 10px 10px;
    }
}
@media print, screen and (min-width:1281px) {
    ul.lab-team-list > li{
        width: 365px;
    }
    div.aip_content ul.lab-team-list > li{
        width: 355px;
    }
    ul.lab-team-list > li:nth-child(odd){
        margin:0 10px 10px 0;
    }

    ul.lab-team-list > li:nth-child(even){
        margin:0 0 10px 10px;
    }
}
ul.lab-team-list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.lab-team-list > li{
    display: inline-block;
    overflow: hidden;
    padding: 16px 0 0 0;
    border-right: solid 1px #999;
    border-left: solid 3px #1e4883;
    position: relative;
}
ul.lab-team-list > li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 0;
    border-top: 1px solid #999;
}
ul.lab-team-list > li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #999;
}

div.lab-team-info {
    padding: 8px;
}
div.lab-team-name{
    background: #ddecf9;
    padding: 6px 4px 6px 11px;
}
div.lab-team-name h5{
    border: none;
    margin: 0;
    padding: 0;
}
div.lab-team-name a{
    font-size: 1rem;
}

div.lab-link-box{
    /*margin-top: 16px;*/
    /*padding: 0.2rem 0 0.2rem 0;*/
    /*text-align: right;*/
    position: absolute;
    bottom: 4px;
    right: 0px;
}

div.lab-link-box a{
    font-size: 0.75rem;
    color: #444;
    text-decoration: none;
    padding: 4px 24px 4px 8px;
    border: 1px solid #c3c3c3;
    position: relative;
    margin-right: 0 !important;
}
div.lab-link-box a:hover{
    background: #c3c3c3;
}

div.lab-link-box a::after{
    content: "" !important;
    display: inline-block;
    background-image: url(images/new-tab.png);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    top: 70%;
    right: 3px;
    margin-top: -12px;
}
/*--------------------------------------------------------------------
    研究室本文
*/
div.aip_content div.lab-item-name{
    padding-bottom: 8px;
}
div.aip_content div.lab-item-value{
    padding-left: 32px;
    padding-bottom: 24px;
    line-height: 1.2rem;
    letter-spacing: 0.05rem;
}
div.lab-eyecatch-content {
    float: left;
    text-align:center;
    width: 200px;
}
div.lab-leader-name {
    padding-top: 10px;
    text-align:center;
}
div.lab-eyecatch-content > img {
    display: block;
    margin: 0 auto;
    border: 1px solid #c3c3c3;
    max-height: 160px !important;
    max-width: 120px !important;
}

div.lab-leader-history {
    padding-left: 206px;
    min-height: 200px;
}
div.lab-leader-history:after {
    content: "";
    clear: both;
    display: block;
}
div.lab-item-value table{
    letter-spacing: 0;
    border-collapse: collapse; 
    border: none; 
    margin-left: 0;
}
div.lab-item-value table td{
    border: none; 
    padding:2px 4px 6px 0;
}

div.lab-item-value table td:first-child{
    border: none; 
    padding: 0 4px 6px 0;
    vertical-align: top;
    width: 60px;
}
div.lab-item-value table td:first-child span{
    display:block;
    text-align:center;
    color:#14354D;
    background-color:#E4F2FC;
    font-size: 0.8rem;
    padding: 2px;
}

@media only screen and ( max-width:700px) {
    div.aip_content div.lab-item-value{
        padding-left: 8px;
    }
    div.lab-eyecatch-content{
        width: 100%;
        margin-bottom: 16px;
    }
    div.lab-leader-history {
        padding-left: 0;
    } 
    div.lab-leader-history:before {
        content: "";
        clear: both;
        display: block;
    }
}

div.intro-box {
    padding-bottom: 24px;
}
div.intro-box:after {
    content: "";
    clear: both;
    display: block;
}
img.image-ex {
    float: right; 
    margin: 5px 20px !important; 
    max-height: 150px; 
    max-width: 250px; 
}
/* menbers */
div.lab-member{
    padding-left:10px;
}
div.lab-member ul.lab-team-list > li{
    padding: 4px 8px 4px 16px;
    position: relative;
}
div.lab-member ul.lab-team-list > li:nth-child(odd) {
    margin: 0 5px 10px 0;
}
div.lab-member ul.lab-team-list > li:nth-child(even) {
    margin: 0 0 10px 5px;
}
@media only screen and ( max-width:700px) { 
    div.lab-member ul.lab-team-list > li{
        width: 100%;
    }
    div.lab-member ul.lab-team-list > li:nth-child(odd){
        margin: 10px 0 0 0;
    }
    div.lab-member ul.lab-team-list > li:nth-child(even){
        margin: 10px 0 0 0;
    }
}


div.lab-member div.lab-item-name{
    padding: 8px 0 4px 0;
}
div.lab-member div.lab-item-value{
    padding: 8px 0 4px 32px;
}
div.lab-member div.web-site-box{
    position: absolute;
    top: 12px;
    right: 8px;
}
div.lab-member div.web-site-box a{
    font-size: 0.75rem;
    color: #444;
    text-decoration: none;
    padding: 4px 24px 4px 8px;
    border: 1px solid #c3c3c3;
    position: relative;
    margin-right: 0 !important;
}
div.lab-member div.web-site-box a:hover{
    background: #c3c3c3;
}
div.lab-member div.web-site-box a::after{
    content: "" !important;
    display: inline-block;
    background-image: url(images/arrow00.png);
    background-repeat: no-repeat;
    width: 0.7rem;
    height: 0.7rem;
    background-size: contain;
    position: absolute;
    top: 75%;
    right: 3px;
    margin-top: -0.8rem;
}

div.lab-member div.web-site-box a[target="_blank"]::after{
    content: "" !important;
    display: inline-block;
    background-image: url(images/new-tab.png);
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    position: absolute;
    top: 70%;
    right: 3px;
    margin-top: -12px;
}


/*--------------------------------------------------------------------
    Search Form
*/
input[type="search"].search-field {
    width:80%;
    height: 30px;
    border:1px solid #999;
    vertical-align : middle;
    padding:2px;
    border-radius:2px;
}

/*--------------------------------------------------------------------
    関連記事リスト
*/
ul.ul-related-labs li, 
ul.ul-related-posts li {
    line-height: 2.4rem;   
}
ul.ul-related-posts li span.ptype {
    padding: 2px 5px;
    border:1px solid #999;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 0.9rem;
}

ul.ul-related-posts li span.pdate {
    font-size: 0.9rem;
    margin-left: 10px;
}

ul.ul-related-posts li span.ptype.aip_event {
    background-color:#F7F7D3;
}

ul.ul-related-posts li span.ptype.aip_visitor {
    background-color:#ECD2F7;
}

ul.ul-related-posts li span.ptype.post {
    background-color:#D2F7E9;
}



/*--------------------------------------------------------------------
    カレンダー
*/
.event-cal-header {
    margin:10px;
    text-align:center;
}
.event-cal-header a {
    display:inline-block;
    margin:5px 20px 5px 20px;
    background-repeat:no-repeat;
    background-size: 16px;
    text-decoration:none;
    border:1px solid #15578A;
    font-size: 0.9rem;
    background-color:#EDF7FF;
    color: #15578A;
}
.event-cal-header a:hover {
    color: #15578A;
    background-color: #bfdff9;
    border:2px solid #15578A;
    margin: 4px 19px 4px 19px;
    cursor: pointer;
}

.event-cal-header a[rel="prev"] {
    padding: 7px 8px 7px 24px;
    background-image:url("images/navi-prev.png");
    background-position: left;
}

.event-cal-header a[rel="next"] {
    padding: 7px 24px 7px 8px;
    background-image:url("images/navi-next.png");
    background-position: right;
}

.event-cal-header span {
    font-size: 1.1rem;
    letter-spacing:0.05rem;
}

div.article-body table.event-calendar {
    border-collapse:collapse;
    width:90%;
    margin: 5px auto 40px;
    border:0;
}

div.article-body table.event-calendar th {
    border-width: 0 0 1px 0;
    border-style:solid;
    border-color:#ddd;
    font-weight:normal;
    text-align:center;
    height:30px;
    font-size: 0.8rem;
    background-color: initial;
}

div.article-body table.event-calendar td {
    border-width: 0 0 1px 0;
    border-style:solid;
    border-color:#ddd;
    text-align:center;
    width: 14%;
    padding: 1px 0 10px 0;
    line-height:initial;
}
table.event-calendar div.date ,
table.event-calendar div.date a {
    font-size: 1.2rem;
    height: 2rem;
    line-height: 3rem;
    vertical-align:top;
}
table.event-calendar div.dummy,
table.event-calendar div.event{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 0.8rem;
}
table.event-calendar div.event a {
    display:block;
    text-decoration:none;
    margin: 0;
    padding:0;
    height: 0.9rem;
}

table.event-calendar div.event a {
    border-width:2px;
    border-style:solid;
}

table.event-calendar div.event.begin a {
    width: 75%;
    margin-left:25%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}
table.event-calendar div.event.progress a {
    width: 100%;
}
table.event-calendar div.event.end a {
    width: 75%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
}
table.event-calendar div.event.one a {
    width: 50%;
    margin:0 auto;
    border-radius:10px;
}

table.event-calendar td div.event:nth-child(2) a {
    background-color:#D9A7F5;
    border-color:#D9A7F5;
}
table.event-calendar td div.event:nth-child(3) a {
    background-color:#A6DCF5;
    border-color:#A6DCF5;
}
table.event-calendar td div.event:nth-child(4) a {
    background-color:#A6F5CD;
    border-color:#A6F5CD;
}
table.event-calendar td div.event:nth-child(5) a {
    background-color:#D6F5A6;
    border-color:#D6F5A6;
}
table.event-calendar td div.event:nth-child(6) a {
    background-color:#F5CFA6;
    border-color:#F5CFA6;
}

table.event-calendar td div.event a:hover {
    opacity:0.8;
}

/*--------------------------------------------------------------------
   Category Label
*/
span.lbl-category {
    margin-left: 10px;
    border:1px solid #999;
    padding: 4px 6px;
    float: right;
}
span.lbl-category * {
    font-size: 0.8rem !important;
    color: #444 !important;
}
span.lbl-category a {
    text-decoration:none;
}
span.lbl-category:hover  {
    opacity: 0.8;
}

/*--------------------------------------------------------------------
    Sitemap styles
*/
/* サイトメニュー */
div#sitem_menu {
    margin-bottom: 36px;
}
div#sitem_menu ul {
    padding-left: 0;
    margin-left: 0;
}
div#sitem_menu ul:after {
    content: "";
    clear: both;
    display: block;
}
div#sitem_menu li {
    float: left;
    margin-left: 3rem;
    padding-left: 0;
    min-width: 130px;
}

/* ニュース＋イベント */
div#sitem_arch {
    margin-bottom: 36px;
}
div#sitem_arch:after {
    content: "";
    clear: both;
    display: block;
}

/* ニュース */
div#sitem_news {
    float: left;
    width: 48%;
}

div#sitem_news>h4:nth-of-type(2) {
    margin-top: 48px;
}
div#sitem_news ul {
    padding-left: 0;
    margin-left: 0;
}
div#sitem_news li {
    float: left;
    margin-left: 3rem;
    min-width: 130px;
}
div#sitem_news ul:after {
    content: "";
    clear: both;
    display: block;
}

/* イベント */
div#sitem_eves {
    float: right;
    width: 48%;
}

div#sitem_eves ul {
    padding-left: 0;
    margin-left: 0;
}
div#sitem_eves li {
    float: left;
    margin-left: 3rem;
    min-width: 130px;
}
div#sitem_eves ul:after {
    content: "";
    clear: both;
    display: block;
}

/* 研究室 */
div#sitem_labs {
}
div#sitem_labs>ul:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
}
div#sitem_labs>ul>li.ulleft {
    float: left;
    margin-left: 3rem;
    margin-top: 20px;
    width: calc( 50% - 3rem );
}
div#sitem_labs>ul>li.ulright {
    float: right;
    margin-left: 3rem;
    margin-top: 20px;
    width: calc( 50% - 3rem );
    white-space: nowrap;
}
div#sitem_labs>ul>li.clearfloat {
    content: "";
    clear: both;
    display: block;
}
div#sitem_labs ul>li>ul {
    width: calc( 90% - 1rem );
    margin-left: 1rem;
    padding: 0;
}
div#sitem_labs ul>li>ul>li {
    width: 100% ;
    margin-left: 1rem;
}

/*--------------------------------------------------------------------
    Contact us styles(top page)
*/
.contact-top-list {
    margin-top: 50px;
}

ul.contact-top-list {
    display:table;
    table-layout: fixed;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 5rem;
}

ul.contact-top-list li {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

ul.contact-top-list li a {
    display: inline-block;
    line-height: 3rem;
    width: 10rem;
    border:1px solid #15578A;
    font-size: 0.9rem;
    background-color:#EDF7FF;
    border-radius: 6px;
    color: #15578A;
}

.link_button {
        text-decoration: none !important;
        background: #EDF7FF;
        color:black;
        border-radius: 2px;
        display: table-cell;
        vertical-align: middle;
}

.link_button:hover {
    background-color:#DDEDFA;
    cursor: pointer;
    border:2px solid #15578A;
}

.link_button:focus {
    background-color:#DDEDFA;
    cursor: pointer;
    border:2px solid #15578A;
}

/*--------------------------------------------------------------------
    Contact us styles(general,business page)
*/
#allform {
    background-color: #f0f8ff;
    padding-top: 5px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 5px;
    width: 85%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

#allform p{
    text-indent: 0 !important;
    margin-bottom: 3px;
}

#allform hr {
    color: #999999;
}

#allform input,
#allform select,
#allform textarea {
    line-height: 25px;
    border: 1px solid #888888;
    border-radius: 2px;
    padding: 2px;
}

#allform input[aria-invalid=true],
#allform select[aria-invalid=true],
#allform textarea[aria-invalid=true]{
    border: 3px solid #dc143c !important;
}

#allform input[type=submit],
#allform input[type=button] {
    line-height: 25px;
    border: 1px solid #888888;
    border-radius :2px;
    width: 46%;
    margin-left: 27%;
    margin-right: 27%;
    margin-top: 10px;
}

#id_name {
    width: 40%;
}

#id_text-name-corp {
    width: 60%;
}

#id_text-name-division {
    width: 60%;
}

#id_email-main {
    width: 40%;
}

#id_email-confirm {
    width: 40%;
}

#id_text-tel {
    width: 40%;
}
#id_text-fax {
    width: 40%;
}

#id_menu-age {
    width: 20%;
    border-radius: 2px;
}

#id_menu-jobs {
    width: 35%;
    border-radius: 2px;
}

#id_menu-address {
    width: 35%;
    border-radius: 2px;
}

#id_text-subject {
    width: 98%
}

#id_text-body {
    width: 98%;
}

#id_text-name-media {
    width: 40%;
}

.wpcf7-response-output {
    font-weight: bold;
}

.wpcf7-validation-errors {
    border: 3px solid #dc143c !important;
    width: 80%;
    font-weight: bold;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
    margin-left: 10px !important;
}

.wpcf7-not-valid-tip {
    padding-top: 2px !important;
    margin-left: 10px !important;
    color : #dc143c !important;
}

select.wpcf7c-conf,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
    border: solid 2px #111111 !important;
    background: #ffffff !important;
}

div.response-cf7 div.wpcf7-validation-errors {
	margin-left: auto !important;
	margin-right: auto !important;
    margin-top: 0.5em !important;
    text-align: center;
}


/********************************
Media Queries (PC first.)
*********************************/

/* Smartphone */
@media only screen and ( max-width:768px) {
}


/*--------------------------------------------------------------------
    Common styles
*/
/*全体に関わる？読み上げ機能？*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

a.new_tab {
    margin-right:10px;
}
a.new_tab:after {
    content:url("images/new-tab.png");
    letter-spacing: 2rem;
}

/* Smartphone */
@media only screen and ( max-width:414px) { 
    body {
        width: 100%;
    }
    div.content {
        width: 100%;
    }
    h1#site-title-name.title-ja {
        background-image:url("images/site-title-ja.png");
        background-size: 300px;
    }
    h1#site-title-name.title-en {
        background-image:url("images/site-title-en-mobile.png");
        background-size: 330px;
    }
    h1#site-title-name {
        background-repeat: no-repeat;
        height: 40px;
        width: 100%;
    }
    div#site-header {   
        /*margin: 10px 0;*/
    }
    div#site-header > span.debug-responsive-mobile {
        background-color:#2A6DB5;
        display:block;
    }

    div.menutitle .container {
        height: 80px;
        width: 100%;
        background-position:0 0;
        background-size: 800px;
        border:1px solid #aaa;
    }

    div.menutitle .title-box {
        height: 80px;
        width: 80%;
    }

    div.menutitle .title-box  span {
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 10px;
        letter-spacing: 0.05rem;
        font-size: 1.2rem;
        text-shadow: 3px 3px 3px #000;
    }


    div.box-excerpt table {
        width: 100%;
    }

    /* トップページ */
    div.toppage-list{
        background: white;
        padding-right: 4px;
        padding-left: 4px;
    }
    div.aip-subtitle-container{
        margin-right: 0;
    }
    div.list-wrap{
        margin: 0 0 16px 0;
    }
    div.sidebar-container{
        margin-right: 16px;
        margin-left: 16px;
    }
    /* 一覧 */
    div.box{
        margin: 0;
    }
    
    /*記事本体*/
    div.article-container{
        min-height: 100px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 16px;
    }
    
    /* Sitemap style */
    div#sitem_menu li {
        float: none;
    }
    div#sitem_news {
        float: none;
        width: 100%;
    }
    div#sitem_news li {
        float: none;
    }
    div#sitem_eves {
        float: none;
        width: 100%;
    }
    div#sitem_eves li {
        float: none;
    }
    div#sitem_labs>ul>li.ulleft {
        float: none;
        margin-left: 3rem;
        width: calc( 100% - 3rem );
    }
    div#sitem_labs>ul>li.ulright {
        float: none;
        margin-left: 3rem;
        width: calc( 100% - 3rem );
    }
    
    /* Contact us style */
    #allform input,
    #allform select,
    #allform textarea {
        width: 95%;
    }
}

/* Tablet */
@media only screen and (min-width:415px) and ( max-width:1024px) {
    body {
        width: 100%;
    }
    div.content {
        width: 100%;
    }
    div#site-header > span.debug-responsive-tablet {
        background-color:#060918;
        display:block;
    }
    h1#site-title-name.title-ja {
        background-image:url("images/site-title-ja.png");
        background-size: 300px;
    }
    h1#site-title-name.title-en {
        background-image:url("images/site-title-en.png");
        background-size: 500px;
    }
    h1#site-title-name {
        background-repeat: no-repeat;
        height: 40px;
        width: 100%;
    }

    div.box-excerpt table {
        width: calc(100% - 180px); 
    }

    /* トップページ */
    div.toppage-list{
        background: white;
        padding-right: 16px;
        padding-left: 16px;
    }
    div.aip-subtitle-container{
        margin-right: 0;
    }
    div.list-wrap{
        margin: 0 0 16px 0;
    }
    div.sidebar-container{
        margin-right: 24px;
        margin-left: 24px;
    }
    /* 一覧 */
    div.box{
        margin: 0;
    }

    /*記事本体*/
    div.article-container{
        min-height: 250px;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}

/* PC (small) */
@media only screen and (min-width:1025px) and ( max-width:1280px) {
    body {
        min-width: 1000px;
    }

    div.content {
        width: 1000px;
        margin:0 auto;
    }

    #mainmenu{
        display: flex;
        justify-content: center;
    }

    div#site-mainmenu ul li {
        width: 30%;
        /*width: 125px;*/
    }

    #size-switcher {
        display:inline-block;
        /*width: 250px;*/
        height: 35px;
        vertical-align : bottom;
        line-height: 34px;
        font-size: 0.85rem;
    }

    #size-switcher span {
        display: block;
        height:30px;
        margin:0 5px 0 0;
        text-align:right;
        vertical-align:baseline;
        float:left;
    }

    #searchbox {
        display:inline-block;
        width: 210px;
        height:35px;
        margin-top: 0px;
        vertical-align : bottom;
        line-height: 30px;
    }

    div.aip-swiper {
        /*margin-bottom: 16px;*/
        /*padding-bottom: 16px;*/
    }
    div.content-body {
        width: 780px;
        float: left;
    }
    div.sidebar {
        width: 220px;
        float: left;
    }
    div.main:after {
        display:block;
        content: "";
        clear: both;
    }

    div.aip-subtitle-container {
        width: 355px;
        margin-left: 10px;
    }
    
    
    div.toppage-list-spacer {
        width: 10px;
    }

    div.toppage-list {
        width: 380px;
        /*margin-top: 16px;*/
    }
    div.toppage-list div.list-wrap{
        margin-left: 10px;
    }

    /*　トップページ */
    div.toppage-list div.box-excerpt table{
        width: 100%;
    }

    div.toppage-list div.box div.box-excerpt{
        width: 329px;
    }

    div.page-header {
        width: 750px;
    }

    div.article-container {
        min-height: 500px;
        width: 750px;
    }

    div.article {
        width: 720px;
        margin-left: 30px;
    }

    div#site-header > span.debug-responsive-pcsmall{
        background-color:#CA9592;
        display:block;
    }

    div.article-body {
        padding-left: 8px;
        padding-right: 8px;
    }



    div#owner-info {
        height: 160px;
        width: 600px;
        position:relative;
        float: left;
    }

    .logo-container {
        width: 80px;
        height: 50px;
        border-radius: 5px;
        padding-top: 10px;
        padding-left: 5px;
        position:absolute;
        top: 0;
        left: 0;
    }
    .logo-container img {
        display:block;
        height: 2rem;
        /*width: 70px;*/
    }

    div#owner-info .owner-name {
        position:absolute;
        top: 0.5rem;
        left: 6.5rem;
    }
    div#owner-info .owner-name div {
        color: white;
        letter-spacing: 0.05rem;
    }
    div#owner-info .owner-name div:first-child {
        font-size: 0.9rem;

    }
    div#owner-info .owner-name div:last-child {
        font-size: 1.1rem;
        padding: 5px 0;

    }
    div#owner-info .owner-address {
        position:absolute;
        top: 4.5rem;
        left: 2rem;
    }
    div#owner-info .owner-address p {
        font-size: 0.9rem;
        line-height: 1.4rem;
        color: white;
    }

    div#footer-menu {
        float: right;
        width: 400px;
    }



}

/* PC (large) */
@media print, screen and (min-width:1281px) {
    body {
        min-width: 1280px;
    }
    div.content {
        width: 1280px;
        margin:0 auto;
    }


    div#site-mainmenu ul{
        display: flex;
        justify-content: center;
    }

    div#site-mainmenu ul li {
        width: 30%;
        /*width: 160px;*/
    }

     #size-switcher {
        display:inline-block;
        /*width: 250px;*/
        height: 35px;
        vertical-align : bottom;
        line-height: 34px;
        font-size: 0.85rem;
    }

    #size-switcher span {
        display: block;
        width:100px;
        height:30px;
        margin:0 5px 0 0;
        text-align:right;
        vertical-align:baseline;
        float:left;
    }
     #searchbox {
        display:inline-block;
        width: 250px;
        height:35px;
        margin-top: 0px;
        vertical-align : bottom;
        line-height: 30px;
    }
    div.aip-swiper {
        background-color: #D0E5F6;
    }
    div.aip-swiper > .swiper-container {
        width: 1000px !important;
        margin: 0 auto !important;
    }
    div.content-body {
        width: 1060px;
        float: left;
    }
    div.sidebar {
        width: 220px;
        float: left;
    }
    div.main:after {
        display:block;
        content: "";
        clear: both;
    }
    div.aip-subtitle-container {
        width: 475px;
    }
    div.toppage-list {
        width: 500px;
        padding-left: 10px;
    }
    div.toppage-list-spacer {
        width: 20px;
    }

    div.page-header {
        width: 1000px;
    }

    div.article-container {
        width: 1000px;
        background-color: white;
        min-height: 500px;
    }
    div.article-header,
    div.page-navigation,
    div.article-body {
        width: 750px;
        margin: 0 auto;
    }
    div.article-body {
        min-height: 500px;
        
    }
    div#site-header > span.debug-responsive-pclarge {
        background-color:#AC635F;
        display: block;
    }

    div.box-excerpt.ev-halfsize table {
        width: calc(100% - 180px);
    }
    div#owner-info {
        height: 160px;
        width: 600px;
        position:relative;
        float: left;
    }
    .logo-container {
        width: 80px;
        height: 50px;
        border-radius: 5px;
        padding-top: 10px;
        padding-left: 5px;
        position:absolute;
        top: 0;
        left: 0;
    }
    .logo-container img {
        display:block;
        height: 2rem;
    }

    div#owner-info .owner-name {
        position:absolute;
        top: 0.5rem;
        left: 6.5rem;
    }
    div#owner-info .owner-name div {
        color: white;
        letter-spacing: 0.05rem;
    }
    div#owner-info .owner-name div:first-child {
        font-size: 0.9rem;

    }
    div#owner-info .owner-name div:last-child {
        font-size: 1.1rem;
        padding: 5px 0;

    }
    div#owner-info .owner-address {
        position:absolute;
        top: 3.5rem;
        left: 2rem;
    }
    div#owner-info .owner-address p {
        font-size: 0.9rem;
        line-height: 1.4rem;
        color: white;
    }

    div#footer-menu {
        float: right;
        width: 600px;
    }
}

/* Mobile (common) */
@media only screen and ( max-width:1024px) {

    div.content-body {
        width: 100%;
    }
    div.sidebar {
        width: 100%;
    }
    div#site-header {   
        height: 96px;
    }
    div.aip-swiper {
        margin-bottom: 16px;
    }
    div.page-header {
        width: 100%;
    }
    div.bread-pc div.breadcrumbs {
        display: none;
    }
    div.bread-mobile div.breadcrumbs {
        display: block;
    }
    div.article-title {
        width: 100%;
        padding: 0 5px 0;
    }
    div.article-body {
        padding: 10px 8px;
    }

    div#site-mainmenu {
        display:none;
        background-color:#DBF2FF;
    }

    div#site-mainmenu ul {
        list-style:none;
        padding: 0px;
        width: 100%;
        margin:0;
    }

    div#site-mainmenu ul li#mobile-menu {
        display:block;
        border-bottom:none;
        border-right:none;
        border-left:none;
    }
    div#site-mainmenu ul li#mobile-menu-closer img {
        width: 30px;
    }   
    div#site-mainmenu ul li {
        display:block;
        line-height: 3rem;
        width: 100%;
        border-bottom: 1px solid #6C8797;
        border-right: 1px solid #6C8797;
        border-left: 1px solid #6C8797;
    }
    div#site-mainmenu ul li a {
        letter-spacing: 0.05rem;
        display: block;
        text-decoration: none;
        font-weight: bold;
        padding-left: 10px;
    }
    div#site-mainmenu ul li:hover {
        background-color:#C6EAFF;
        cursor: pointer;
    }
    div#site-mainmenu ul:after {
    }
    div#site-mainmenu ul li#mobile-menu-closer {
        display:block;
        text-align: center;
        height: 30px;
        line-height: 30px;
        padding-top: 5px;
        background-color: #D8D8D8;
        border-right: 1px solid #6C8797;
        border-left: 1px solid #6C8797;
    }

    div#site-mainmenu ul.nomenu{
        background-color: #ECEAEA;
        display: flex;
    }
    div#site-mainmenu ul.nomenu li{
        text-align: center;
        border-right: 1px solid #6C8797;
        border-left: 1px solid #6C8797;
    }
    div#site-mainmenu ul.nomenu li:hover{
        background-color:#cccccc;
    }
    div#site-mainmenu ul.nomenu li a{
        padding-left: 0;
    }

    div#site-submenu {
        display: block;
        position: relative;
        margin-top:5px;
        height: 38px;
        width: 100%;
    }
    div#div-lang,
    div#size-switcher {
        display:none;
    }

    div#site-menu-trigger {
        position:absolute;
        top: 1px;
        right: 0;
        width: 35px;
        height: 35px;
    }

    div#site-menu-trigger button#btn-menu-opener {
        background-image:url("images/menu-trigger.png");
        display: block;
        width: 35px;
        height: 35px;
        text-decoration: none;
        background-position: center;
        background-size: 35px;
        border:0;
        padding:0;
    }   
    div#site-menu-trigger button#btn-menu-opener:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    #searchbox {
        position: absolute;
        top:0;
        left:0;
        width: calc(100% - 35px);
        height:35px;
        vertical-align : middle;
        line-height: 35px;
    }

    input[type="search"].search-field {
        width:100%;
        height: 35px;
        border:1px solid #999;
        vertical-align : middle;
        padding:2px;
        border-radius:2px;
        background-color: #FFFFE2;
    }

    button[type="submit"].search-submit{
        display:none;
    }

    div#tab-swiper-container {
        display:none;
    }
    div#sidebar-calendar tr.days td {
        line-height: 3rem;
    }
    div.box-excerpt table th {
        width: 45px;
        padding: 3px;
    }

    div.box-excerpt table th span {
        font-size: 0.8rem;
    }

    div.toppage-list div.link-to-all a {
        margin-bottom: 16px;
    }
    div.toppage-list div.link-to-all a:hover {
        margin-bottom: 15px;
    }


    /* Footer */

    div#owner-info {
        height: 160px;
        width: 100%;
        position:relative;
        float: left;
    }

    .logo-container {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        padding-top: 15px;
        padding-left: 5px;
        position:absolute;
        top: 0;
        left: 10px;
    }
    .logo-container img {
        display:block;
        width: 40px;
    }
    div#owner-info .owner-name {
        position:absolute;
        top: 5px;
        left: 70px;
    }
    div#owner-info .owner-name div {
        color: white;
        letter-spacing: 0.05rem;
        padding-bottom: 3px;
    }
    div#owner-info .owner-name div:first-child {
        font-size: 0.9rem;

    }
    div#owner-info .owner-name div:last-child {
        font-size: 0.9rem;
        padding: 5px 0;

    }
    div#owner-info .owner-address {
        position:absolute;
        top: 60px;
        left: 20px;
    }
    div#owner-info .owner-address p {
        font-size: 0.9rem;
        line-height: 1.4rem;
        color: white;
    }
    div#footer-menu {
        width: 100%;
        padding-bottom: 20px;
    }
    div#footer-menu ul {
        list-style: none;
        margin: 0;
    }
    div#footer-menu ul li {
        float: left;
        margin:10px 20px 10px 0;
    }
    div#footer-menu ul li a {
        color:white;
        font-size: 0.9rem;
    }
    div#footer-menu ul:after {
        content: "";
        clear: left;
        display:block;
    }

    div#event-tooltip {
        display: none !important;
    }

    a.plink {
        padding: 8px 10px 8px 22px;
    }

}

/* PC (common) */
@media print, screen and (min-width:1025px) {

    div#site-header > div.content {
        position:relative;
    }

    div.bread-pc div.breadcrumbs {
        display: block;
    }
    div.bread-mobile div.breadcrumbs {
        display: none;
    }

    h1#site-title-name.title-ja {
        background-image:url("images/site-title-ja.png");
        background-size: 400px;
    }
    h1#site-title-name.title-en {
        background-image:url("images/site-title-en.png");
        background-size: 580px;
    }
    h1#site-title-name {
        background-repeat: no-repeat;
        height: 40px;
        width: 580px;
        position:absolute;
        top: 18px;
        left: 5px;
    }

    div#site-submenu {
        display: block;
        position: absolute;
        width: 600px;
        height: 70px;
        top: 8px;
        right:0px;
        text-align:right;
    }

    div#site-menu-trigger {
        display:none;
    }

    div#div-lang {
        margin-bottom: 10px;
    }

    a.headerlink{
        display: inline-block;
        margin-right: 10px;
        padding-left: 10px;
        font-size: 0.8rem;
        text-decoration: none;
        color: #254aa5;
        background-image: url(images/headerlink-arrow.png);
        background-repeat: no-repeat;
        background-position: 2px 40%;
        background-size: 5px;
    }
    a.headerlink:hover{
        text-decoration: underline;
    }

    a#lang-switcher {
        display:inline;
        margin:1px;
        line-height: 1.3rem;
        font-size: 0.9rem;
        font-family: 'Duru Sans', sans-serif;
    }
    a#lang-switcher:hover {
        margin: 0;
    }

    #size-switcher a{
        display: block;
        text-decoration: none;
        width: 32px;
        height: 32px;
        background-color: #EDF7FF;
        border: 1px solid #15578A;
        margin-top: 1px;
        margin-left: 4px;
        vertical-align:bottom;
        float:left;
    }
    
    #size-switcher a.active,
    #size-switcher a:hover {
        border: 2px solid #15578A;
        background-color: #BFDFF9;
        margin-top: 0;
        height: 33px;
    }

    #size-switcher a img {
        width: 30px;
        height: 30px;
        display: block;
        margin:0;
        padding:0;
        vertical-align:bottom;
    }

    #size-switcher:after {
        claer:left;
    }
    
    #size-switcher a:hover img {
        margin-left: -1px;
    }
    #size-switcher a.active:hover img {
        margin:0;
    }

    input[type="search"].search-field {
        width:80%;
        height: 30px;
        border:1px solid #999;
        vertical-align : middle;
        padding:2px;
        border-radius:2px;
    }

    button[type="submit"].search-submit{
        text-indent: 100%;
        padding: 0;
        width: 30px;
        height: 30px;
        background-color: #EDF7FF;
        border: 1px solid #15578A;
        border-radius:2px;
        vertical-align : middle;
        background-image:url("images/icon-search.png");
        background-repeat:no-repeat;
        background-size: 25px auto;
        background-position: 2px 2px;
    }

    button[type="submit"].search-submit:hover {
        background-color: #BFDFF9;
        border: 2px solid #15578A;
        background-position: 1px 1px;
        cursor: pointer;
    }

    div#tab-swiper-container {
        display:block;
    }
    button#tab-swiper {
        background-image:url("images/tab-slider.png");
        background-size: 80px;
        width:80px;
        height: 14px;   
        border:0;
        background-position:0 14px;
    }
    button#tab-swiper.down {
        background-position:0 0;
    }

    button#tab-swiper:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    div.toppage-list-parent{
        margin-top: 16px;
        display: table;
    }
    div.toppage-list{
        display: table-cell;
        background: white;
        position:relative;  /*kujira*/
        padding-bottom:30px;;  /*kujira*/
    }
    div.toppage-list-spacer{
        display: table-cell;
        background: white;
    }
    
    div.toppage-list div.link-to-all {
        position: absolute;
        bottom:5px;
        right: 5px;
    }

    div#site-mainmenu {
        width: 100%;
        background-image:url("images/mainmenu-bk.png");
        background-repeat:repeat-x;
        background-size: 8px auto;
        background-position: bottom;
        display:block !important;
    }

    div#site-mainmenu ul {
        background-color:#1E4883;
        list-style:none;
        padding: 0;
    }

    div#site-mainmenu ul li#mobile-menu {
        display: none !important;
    }
    div#site-mainmenu ul li#mobile-menu-closer {
        display: none !important;
    }

    div#site-mainmenu ul li {
        display: block;
        height: 50px;
        float: left;
        border-left:1px solid white;
    }
    div#site-mainmenu ul li:nth-last-child(3) {
        border-right:1px solid white;
    }
    div#site-mainmenu ul li a {
        text-decoration: none;
        display: block;
        margin:0;
        width: 100%;
        height: 100%;
        text-align:center;
        line-height:50px;
        color: white;
        font-size: 0.8rem;
        letter-spacing: 0;
        background-image:url("images/mainmenu-bk.png");
        background-repeat:repeat-x;
        background-size: 8px auto;
        background-position: bottom;
    }
    div#site-mainmenu ul li a:hover {
        background-image:url("images/mainmenu-hover-bk.png");
        background-repeat:repeat-x;
        background-size: 8px auto;
        background-position: bottom;
    }
    div#site-mainmenu ul:after {
        content: "";
        clear:both;
        display: block;
    }

    div.sidebar {
        margin-top: 16px;
    }

    /* Footer */
    div#footer-menu ul {
        list-style: none;
    }
    div#footer-menu ul li {
        float: left;
        margin:10px 20px 10px 0;
    }
    div#footer-menu ul li a {
        color:white;
        font-size: 0.9rem;
    }
    div#footer-menu ul:after {
        content: "";
        clear: left;
        display:block;
    }

}

div.article-body p.lang-message {
    display:block;
    padding: 20px;
    width: 90%;
    margin: 30px auto;
    text-align:center;   
    border: 2px dotted #797979;
    background-color:#DBDBDB;

}

span.page_info {
    display: inline-block;
    padding: 3px 6px;
    background-color:#F3BF55;
    color:#D43721;
    font-size:0.8rem;
    border:1px solid #D43721;
    display: none;
}

/*--------------------------------------------------------------------
    Focus Visible（Web Accessibility)
*/
@-moz-document url-prefix() {
    #mainmenu a:focus, .search-field:focus, .subtitle-rss:focus, #allform input:focus, #allform textarea:focus, .pagetop a:focus{
        outline:1px dotted #686868;
    }
    div#sidebar-calendar tr.days td > a:focus >span {
        outline: 1px dotted #686868;
    }
    div#sidebar-calendar tr.days td > a:focus{
        outline: none;
    }
}
@media all and (-ms-high-contrast:none){
    div#sidebar-calendar tr.days td > a:focus >span {
        outline: 1px dotted #686868;
    }
    div#sidebar-calendar tr.days td > a:focus{
        outline: none;
    }
}

/*--------------------------------------------------------------
    align
--------------------------------------------------------------*/
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.alignright { 
    float: right; 
    margin-left: 16px;
}
.alignleft { 
    float: left; 
    margin-right: 16px;
}

/*--------------------------------------------------------------
    AIPについて
--------------------------------------------------------------*/

div.aboutaip-content ul {
    margin: 5px 5px;
}

div.aboutaip-content li > p {
    font-size: 0.9rem;
}

div.aboutaip-content p.prg-mt20 {
    margin-top: 20px;
}
div.aboutaip-content p.prg-mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.l {
    text-align:left;
}

/*--------------------------------------------------------------
    動画ライブラリ
--------------------------------------------------------------*/
.video-list{
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.video-list li{
    width: 240px;
    margin: 0 5px 10px 5px;
    background-color: #e1e1e1;
    position: relative;
    word-wrap: break-word;
}
/*研究室ページは狭い*/
.video-list.labspage li{
    width: 230px;    
}
.video-list.labspage .video-time {
    top: 105px;
}

.video-list li a{
    text-decoration: none;
    display: block;
    height: 100%;
}
.video-list li:hover{
    opacity: 0.8;
}
/*投稿日Newアイコン*/
.video-list .post-meta {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    background: rgba(32,32,32,0.5);
    width:100%;
    padding: 4px 4px;
    font-size: 0.8rem;
    letter-spacing: 1;
}
.video-list .post-meta .new-icon {
    margin-left: 4px;
    font-size: 0.8rem;
    padding: 2px 4px 1px;
}
/*再生時間*/
.video-list .video-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    right: 10px;
    top: 115px;
    background: rgba(32,32,32,0.9);
    padding: 2px 4px;
    font-size: 0.8rem;
}
/*画像取得前*/
.video-list .img-box{
    background-color: #000;
    width: 100%;
    height: 120px;
}
.video-list .img-box img{
    margin: 50px 100px;
}
/*画像取得後*/
.video-list li img {
    max-width: 100%;
    margin: 0 !important;
}
/*ビデオのメタ情報*/
.video-list .video-meta{
    display: block;
}
.video-list .video-meta .video-title{
    padding: 8px;
    display: block;
    font-size: 1.1rem;
}
.video-list .video-meta .video-etc{
    display: block;
    padding: 0 8px 16px 8px;
    opacity: 0.7;
}
.video-list .video-meta .video-etc span{
    font-size: 0.8rem;
}
.video-list .video-meta .video-etc .video-cnt{
    margin-right: 8px;
}

@media only screen and  ( max-width:1280px) {
    .video-list li{
        width: 220px;
    }
    .video-list .video-time {
        top: 105px;
    }
    /*研究室ページは狭い*/
    .video-list.labspage li{
        width: 210px;
    }
    .video-list.labspage .video-time {
        right: 10px;
        top: 95px;
    }
}
@media only screen and ( max-width:739px) { 
    .video-list{
        justify-content: center;
    }
}
/*--------------------------------------------------------------
    動画プレイヤー個別ページ用
--------------------------------------------------------------*/
.video-player{
    text-align: center;
    position: relative;
    width: 100%
}
.video-player:before{
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.video-player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-etc.onlyplayer{
    margin: 16px 0 32px;
    text-align: right;
}
.video-etc.onlyplayer span{
    margin-right: 8px;
}
.tovideolist{
    text-align: center;
    margin-bottom: 32px;
}

/*--------------------------------------------------------------
    サイドバー
--------------------------------------------------------------*/
#sidebar-video{
    list-style: none;
    padding: 0;
    margin: 0;
}
#sidebar-video a{
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    position: relative;
    height: auto;
}
#sidebar-video .side-img-box{
    background-color: #000;
    width: 100%;
    height: 120px;
}

#sidebar-video .side-img-box img{
    margin: 50px 100px;
    width: 32px;
    vertical-align:bottom;
}
#sidebar-video li a{
    line-height: 0;
}
#sidebar-video li img {
    max-width: 100%;
    vertical-align:top;
}
.sidebar-video-headline{
    border-top: 1px solid #c3c3c3;
    padding: 10px 0 10px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.sidebar-video-title{
    line-height: 1; 
    padding: 10px 6px 10px;
    font-size: 88%;
}
.sidebar-video-link{
    font-size: 0.8rem;
    line-height: 1; 
    padding: 2px 20px 10px 4px;
    text-align: right;
    color: #15578A !important;
}
#sidebar-video li a:hover .sidebar-video-link{
    text-decoration: underline;
    background-image:url("images/arrow02.png");
    background-repeat:no-repeat;
    background-position:top 3px right 8px;
    background-size: 8px;
}
.video-view-all{
    text-align: center;
    padding: 8px 8px 13px 8px;
}
@media only screen and ( max-width:1025px) { 
    .sidebar-video-headline{
        border-top: none;
    }
    .sidebar-video-title{
        padding: 16px;
    }

    #sidebar-video{
        padding-top: 16px;
        border-top: 1px solid #c3c3c3;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: flex-start;
    }
    #sidebar-video li{
        background-color: #f2f4f5;
        width: 40%;
        margin: 0 24px;
    }
    #sidebar-video .mbcenter{
        text-align: center;
    }
}
@media only screen and ( max-width:739px) { 
    #sidebar-video li{
        width: 100%;
        margin-top:16px;
    }
}